diff --git a/descriptions-next/api.github.com/api.github.com.2022-11-28.json b/descriptions-next/api.github.com/api.github.com.2022-11-28.json index a5f387ea78..75a1c5b3e7 100644 --- a/descriptions-next/api.github.com/api.github.com.2022-11-28.json +++ b/descriptions-next/api.github.com/api.github.com.2022-11-28.json @@ -3078,6 +3078,9 @@ { "$ref": "#/components/parameters/dependabot-alert-comma-separated-epss" }, + { + "$ref": "#/components/parameters/dependabot-alert-comma-separated-has" + }, { "$ref": "#/components/parameters/dependabot-alert-scope" }, @@ -13986,6 +13989,9 @@ { "$ref": "#/components/parameters/dependabot-alert-comma-separated-epss" }, + { + "$ref": "#/components/parameters/dependabot-alert-comma-separated-has" + }, { "$ref": "#/components/parameters/dependabot-alert-scope" }, @@ -35703,7 +35709,7 @@ "/repos/{owner}/{repo}/check-runs/{check_run_id}/rerequest": { "post": { "summary": "Rerequest a check run", - "description": "Triggers GitHub to rerequest an existing check run, without pushing new code to a repository. This endpoint will trigger the [`check_run` webhook](https://docs.github.com/webhooks/event-payloads/#check_run) event with the action `rerequested`. When a check run is `rerequested`, the `status` of the check suite it belongs to is reset to `queued` and the `conclusion` is cleared. The check run itself is not updated. GitHub apps recieving the [`check_run` webhook](https://docs.github.com/webhooks/event-payloads/#check_run) with the `rerequested` action should then decide if the check run should be reset or updated and call the [update `check_run` endpoint](https://docs.github.com/rest/checks/runs#update-a-check-run) to update the check_run if desired.\n\nFor more information about how to re-run GitHub Actions jobs, see \"[Re-run a job from a workflow run](https://docs.github.com/rest/actions/workflow-runs#re-run-a-job-from-a-workflow-run)\".\n\nOAuth apps and personal access tokens (classic) cannot use this endpoint.", + "description": "Triggers GitHub to rerequest an existing check run, without pushing new code to a repository. This endpoint will trigger the [`check_run` webhook](https://docs.github.com/webhooks/event-payloads/#check_run) event with the action `rerequested`. When a check run is `rerequested`, the `status` of the check suite it belongs to is reset to `queued` and the `conclusion` is cleared. The check run itself is not updated. GitHub apps recieving the [`check_run` webhook](https://docs.github.com/webhooks/event-payloads/#check_run) with the `rerequested` action should then decide if the check run should be reset or updated and call the [update `check_run` endpoint](https://docs.github.com/rest/checks/runs#update-a-check-run) to update the check_run if desired.\n\nFor more information about how to re-run GitHub Actions jobs, see \"[Re-run a job from a workflow run](https://docs.github.com/rest/actions/workflow-runs#re-run-a-job-from-a-workflow-run)\".", "tags": [ "checks" ], @@ -36093,7 +36099,7 @@ "/repos/{owner}/{repo}/check-suites/{check_suite_id}/rerequest": { "post": { "summary": "Rerequest a check suite", - "description": "Triggers GitHub to rerequest an existing check suite, without pushing new code to a repository. This endpoint will trigger the [`check_suite` webhook](https://docs.github.com/webhooks/event-payloads/#check_suite) event with the action `rerequested`. When a check suite is `rerequested`, its `status` is reset to `queued` and the `conclusion` is cleared.\n\nOAuth apps and personal access tokens (classic) cannot use this endpoint.", + "description": "Triggers GitHub to rerequest an existing check suite, without pushing new code to a repository. This endpoint will trigger the [`check_suite` webhook](https://docs.github.com/webhooks/event-payloads/#check_suite) event with the action `rerequested`. When a check suite is `rerequested`, its `status` is reset to `queued` and the `conclusion` is cleared.", "tags": [ "checks" ], @@ -40986,6 +40992,9 @@ { "$ref": "#/components/parameters/dependabot-alert-comma-separated-epss" }, + { + "$ref": "#/components/parameters/dependabot-alert-comma-separated-has" + }, { "$ref": "#/components/parameters/dependabot-alert-scope" }, @@ -308319,6 +308328,27 @@ "type": "string" } }, + "dependabot-alert-comma-separated-has": { + "name": "has", + "in": "query", + "description": "Filters the list of alerts based on whether the alert has a patch. If specified, only alerts with a patch will be returned.\nMultiple `has` filters can be chained to check if multiple properties are present.", + "schema": { + "oneOf": [ + { + "type": "string" + }, + { + "type": "array", + "items": { + "type": "string", + "enum": [ + "patch" + ] + } + } + ] + } + }, "dependabot-alert-scope": { "name": "scope", "in": "query", diff --git a/descriptions-next/api.github.com/api.github.com.2022-11-28.yaml b/descriptions-next/api.github.com/api.github.com.2022-11-28.yaml index ea59dee60d..4a63718b5b 100644 --- a/descriptions-next/api.github.com/api.github.com.2022-11-28.yaml +++ b/descriptions-next/api.github.com/api.github.com.2022-11-28.yaml @@ -2198,6 +2198,7 @@ paths: - "$ref": "#/components/parameters/dependabot-alert-comma-separated-ecosystems" - "$ref": "#/components/parameters/dependabot-alert-comma-separated-packages" - "$ref": "#/components/parameters/dependabot-alert-comma-separated-epss" + - "$ref": "#/components/parameters/dependabot-alert-comma-separated-has" - "$ref": "#/components/parameters/dependabot-alert-scope" - "$ref": "#/components/parameters/dependabot-alert-sort" - "$ref": "#/components/parameters/direction" @@ -10238,6 +10239,7 @@ paths: - "$ref": "#/components/parameters/dependabot-alert-comma-separated-ecosystems" - "$ref": "#/components/parameters/dependabot-alert-comma-separated-packages" - "$ref": "#/components/parameters/dependabot-alert-comma-separated-epss" + - "$ref": "#/components/parameters/dependabot-alert-comma-separated-has" - "$ref": "#/components/parameters/dependabot-alert-scope" - "$ref": "#/components/parameters/dependabot-alert-sort" - "$ref": "#/components/parameters/direction" @@ -25914,8 +25916,6 @@ paths: Triggers GitHub to rerequest an existing check run, without pushing new code to a repository. This endpoint will trigger the [`check_run` webhook](https://docs.github.com/webhooks/event-payloads/#check_run) event with the action `rerequested`. When a check run is `rerequested`, the `status` of the check suite it belongs to is reset to `queued` and the `conclusion` is cleared. The check run itself is not updated. GitHub apps recieving the [`check_run` webhook](https://docs.github.com/webhooks/event-payloads/#check_run) with the `rerequested` action should then decide if the check run should be reset or updated and call the [update `check_run` endpoint](https://docs.github.com/rest/checks/runs#update-a-check-run) to update the check_run if desired. For more information about how to re-run GitHub Actions jobs, see "[Re-run a job from a workflow run](https://docs.github.com/rest/actions/workflow-runs#re-run-a-job-from-a-workflow-run)". - - OAuth apps and personal access tokens (classic) cannot use this endpoint. tags: - checks operationId: checks/rerequest-run @@ -26178,10 +26178,10 @@ paths: "/repos/{owner}/{repo}/check-suites/{check_suite_id}/rerequest": post: summary: Rerequest a check suite - description: |- - Triggers GitHub to rerequest an existing check suite, without pushing new code to a repository. This endpoint will trigger the [`check_suite` webhook](https://docs.github.com/webhooks/event-payloads/#check_suite) event with the action `rerequested`. When a check suite is `rerequested`, its `status` is reset to `queued` and the `conclusion` is cleared. - - OAuth apps and personal access tokens (classic) cannot use this endpoint. + description: Triggers GitHub to rerequest an existing check suite, without pushing + new code to a repository. This endpoint will trigger the [`check_suite` webhook](https://docs.github.com/webhooks/event-payloads/#check_suite) + event with the action `rerequested`. When a check suite is `rerequested`, + its `status` is reset to `queued` and the `conclusion` is cleared. tags: - checks operationId: checks/rerequest-suite @@ -29901,6 +29901,7 @@ paths: - "$ref": "#/components/parameters/dependabot-alert-comma-separated-packages" - "$ref": "#/components/parameters/dependabot-alert-comma-separated-manifests" - "$ref": "#/components/parameters/dependabot-alert-comma-separated-epss" + - "$ref": "#/components/parameters/dependabot-alert-comma-separated-has" - "$ref": "#/components/parameters/dependabot-alert-scope" - "$ref": "#/components/parameters/dependabot-alert-sort" - "$ref": "#/components/parameters/direction" @@ -230829,6 +230830,20 @@ components: Filters the list of alerts based on EPSS percentages. If specified, only alerts with the provided EPSS percentages will be returned. schema: type: string + dependabot-alert-comma-separated-has: + name: has + in: query + description: |- + Filters the list of alerts based on whether the alert has a patch. If specified, only alerts with a patch will be returned. + Multiple `has` filters can be chained to check if multiple properties are present. + schema: + oneOf: + - type: string + - type: array + items: + type: string + enum: + - patch dependabot-alert-scope: name: scope in: query diff --git a/descriptions-next/api.github.com/api.github.com.json b/descriptions-next/api.github.com/api.github.com.json index a5f387ea78..75a1c5b3e7 100644 --- a/descriptions-next/api.github.com/api.github.com.json +++ b/descriptions-next/api.github.com/api.github.com.json @@ -3078,6 +3078,9 @@ { "$ref": "#/components/parameters/dependabot-alert-comma-separated-epss" }, + { + "$ref": "#/components/parameters/dependabot-alert-comma-separated-has" + }, { "$ref": "#/components/parameters/dependabot-alert-scope" }, @@ -13986,6 +13989,9 @@ { "$ref": "#/components/parameters/dependabot-alert-comma-separated-epss" }, + { + "$ref": "#/components/parameters/dependabot-alert-comma-separated-has" + }, { "$ref": "#/components/parameters/dependabot-alert-scope" }, @@ -35703,7 +35709,7 @@ "/repos/{owner}/{repo}/check-runs/{check_run_id}/rerequest": { "post": { "summary": "Rerequest a check run", - "description": "Triggers GitHub to rerequest an existing check run, without pushing new code to a repository. This endpoint will trigger the [`check_run` webhook](https://docs.github.com/webhooks/event-payloads/#check_run) event with the action `rerequested`. When a check run is `rerequested`, the `status` of the check suite it belongs to is reset to `queued` and the `conclusion` is cleared. The check run itself is not updated. GitHub apps recieving the [`check_run` webhook](https://docs.github.com/webhooks/event-payloads/#check_run) with the `rerequested` action should then decide if the check run should be reset or updated and call the [update `check_run` endpoint](https://docs.github.com/rest/checks/runs#update-a-check-run) to update the check_run if desired.\n\nFor more information about how to re-run GitHub Actions jobs, see \"[Re-run a job from a workflow run](https://docs.github.com/rest/actions/workflow-runs#re-run-a-job-from-a-workflow-run)\".\n\nOAuth apps and personal access tokens (classic) cannot use this endpoint.", + "description": "Triggers GitHub to rerequest an existing check run, without pushing new code to a repository. This endpoint will trigger the [`check_run` webhook](https://docs.github.com/webhooks/event-payloads/#check_run) event with the action `rerequested`. When a check run is `rerequested`, the `status` of the check suite it belongs to is reset to `queued` and the `conclusion` is cleared. The check run itself is not updated. GitHub apps recieving the [`check_run` webhook](https://docs.github.com/webhooks/event-payloads/#check_run) with the `rerequested` action should then decide if the check run should be reset or updated and call the [update `check_run` endpoint](https://docs.github.com/rest/checks/runs#update-a-check-run) to update the check_run if desired.\n\nFor more information about how to re-run GitHub Actions jobs, see \"[Re-run a job from a workflow run](https://docs.github.com/rest/actions/workflow-runs#re-run-a-job-from-a-workflow-run)\".", "tags": [ "checks" ], @@ -36093,7 +36099,7 @@ "/repos/{owner}/{repo}/check-suites/{check_suite_id}/rerequest": { "post": { "summary": "Rerequest a check suite", - "description": "Triggers GitHub to rerequest an existing check suite, without pushing new code to a repository. This endpoint will trigger the [`check_suite` webhook](https://docs.github.com/webhooks/event-payloads/#check_suite) event with the action `rerequested`. When a check suite is `rerequested`, its `status` is reset to `queued` and the `conclusion` is cleared.\n\nOAuth apps and personal access tokens (classic) cannot use this endpoint.", + "description": "Triggers GitHub to rerequest an existing check suite, without pushing new code to a repository. This endpoint will trigger the [`check_suite` webhook](https://docs.github.com/webhooks/event-payloads/#check_suite) event with the action `rerequested`. When a check suite is `rerequested`, its `status` is reset to `queued` and the `conclusion` is cleared.", "tags": [ "checks" ], @@ -40986,6 +40992,9 @@ { "$ref": "#/components/parameters/dependabot-alert-comma-separated-epss" }, + { + "$ref": "#/components/parameters/dependabot-alert-comma-separated-has" + }, { "$ref": "#/components/parameters/dependabot-alert-scope" }, @@ -308319,6 +308328,27 @@ "type": "string" } }, + "dependabot-alert-comma-separated-has": { + "name": "has", + "in": "query", + "description": "Filters the list of alerts based on whether the alert has a patch. If specified, only alerts with a patch will be returned.\nMultiple `has` filters can be chained to check if multiple properties are present.", + "schema": { + "oneOf": [ + { + "type": "string" + }, + { + "type": "array", + "items": { + "type": "string", + "enum": [ + "patch" + ] + } + } + ] + } + }, "dependabot-alert-scope": { "name": "scope", "in": "query", diff --git a/descriptions-next/api.github.com/api.github.com.yaml b/descriptions-next/api.github.com/api.github.com.yaml index ea59dee60d..4a63718b5b 100644 --- a/descriptions-next/api.github.com/api.github.com.yaml +++ b/descriptions-next/api.github.com/api.github.com.yaml @@ -2198,6 +2198,7 @@ paths: - "$ref": "#/components/parameters/dependabot-alert-comma-separated-ecosystems" - "$ref": "#/components/parameters/dependabot-alert-comma-separated-packages" - "$ref": "#/components/parameters/dependabot-alert-comma-separated-epss" + - "$ref": "#/components/parameters/dependabot-alert-comma-separated-has" - "$ref": "#/components/parameters/dependabot-alert-scope" - "$ref": "#/components/parameters/dependabot-alert-sort" - "$ref": "#/components/parameters/direction" @@ -10238,6 +10239,7 @@ paths: - "$ref": "#/components/parameters/dependabot-alert-comma-separated-ecosystems" - "$ref": "#/components/parameters/dependabot-alert-comma-separated-packages" - "$ref": "#/components/parameters/dependabot-alert-comma-separated-epss" + - "$ref": "#/components/parameters/dependabot-alert-comma-separated-has" - "$ref": "#/components/parameters/dependabot-alert-scope" - "$ref": "#/components/parameters/dependabot-alert-sort" - "$ref": "#/components/parameters/direction" @@ -25914,8 +25916,6 @@ paths: Triggers GitHub to rerequest an existing check run, without pushing new code to a repository. This endpoint will trigger the [`check_run` webhook](https://docs.github.com/webhooks/event-payloads/#check_run) event with the action `rerequested`. When a check run is `rerequested`, the `status` of the check suite it belongs to is reset to `queued` and the `conclusion` is cleared. The check run itself is not updated. GitHub apps recieving the [`check_run` webhook](https://docs.github.com/webhooks/event-payloads/#check_run) with the `rerequested` action should then decide if the check run should be reset or updated and call the [update `check_run` endpoint](https://docs.github.com/rest/checks/runs#update-a-check-run) to update the check_run if desired. For more information about how to re-run GitHub Actions jobs, see "[Re-run a job from a workflow run](https://docs.github.com/rest/actions/workflow-runs#re-run-a-job-from-a-workflow-run)". - - OAuth apps and personal access tokens (classic) cannot use this endpoint. tags: - checks operationId: checks/rerequest-run @@ -26178,10 +26178,10 @@ paths: "/repos/{owner}/{repo}/check-suites/{check_suite_id}/rerequest": post: summary: Rerequest a check suite - description: |- - Triggers GitHub to rerequest an existing check suite, without pushing new code to a repository. This endpoint will trigger the [`check_suite` webhook](https://docs.github.com/webhooks/event-payloads/#check_suite) event with the action `rerequested`. When a check suite is `rerequested`, its `status` is reset to `queued` and the `conclusion` is cleared. - - OAuth apps and personal access tokens (classic) cannot use this endpoint. + description: Triggers GitHub to rerequest an existing check suite, without pushing + new code to a repository. This endpoint will trigger the [`check_suite` webhook](https://docs.github.com/webhooks/event-payloads/#check_suite) + event with the action `rerequested`. When a check suite is `rerequested`, + its `status` is reset to `queued` and the `conclusion` is cleared. tags: - checks operationId: checks/rerequest-suite @@ -29901,6 +29901,7 @@ paths: - "$ref": "#/components/parameters/dependabot-alert-comma-separated-packages" - "$ref": "#/components/parameters/dependabot-alert-comma-separated-manifests" - "$ref": "#/components/parameters/dependabot-alert-comma-separated-epss" + - "$ref": "#/components/parameters/dependabot-alert-comma-separated-has" - "$ref": "#/components/parameters/dependabot-alert-scope" - "$ref": "#/components/parameters/dependabot-alert-sort" - "$ref": "#/components/parameters/direction" @@ -230829,6 +230830,20 @@ components: Filters the list of alerts based on EPSS percentages. If specified, only alerts with the provided EPSS percentages will be returned. schema: type: string + dependabot-alert-comma-separated-has: + name: has + in: query + description: |- + Filters the list of alerts based on whether the alert has a patch. If specified, only alerts with a patch will be returned. + Multiple `has` filters can be chained to check if multiple properties are present. + schema: + oneOf: + - type: string + - type: array + items: + type: string + enum: + - patch dependabot-alert-scope: name: scope in: query diff --git a/descriptions-next/api.github.com/dereferenced/api.github.com.2022-11-28.deref.json b/descriptions-next/api.github.com/dereferenced/api.github.com.2022-11-28.deref.json index a2fa445b27..3352065c04 100644 --- a/descriptions-next/api.github.com/dereferenced/api.github.com.2022-11-28.deref.json +++ b/descriptions-next/api.github.com/dereferenced/api.github.com.2022-11-28.deref.json @@ -22280,6 +22280,27 @@ "type": "string" } }, + { + "name": "has", + "in": "query", + "description": "Filters the list of alerts based on whether the alert has a patch. If specified, only alerts with a patch will be returned.\nMultiple `has` filters can be chained to check if multiple properties are present.", + "schema": { + "oneOf": [ + { + "type": "string" + }, + { + "type": "array", + "items": { + "type": "string", + "enum": [ + "patch" + ] + } + } + ] + } + }, { "name": "scope", "in": "query", @@ -91468,6 +91489,27 @@ "type": "string" } }, + { + "name": "has", + "in": "query", + "description": "Filters the list of alerts based on whether the alert has a patch. If specified, only alerts with a patch will be returned.\nMultiple `has` filters can be chained to check if multiple properties are present.", + "schema": { + "oneOf": [ + { + "type": "string" + }, + { + "type": "array", + "items": { + "type": "string", + "enum": [ + "patch" + ] + } + } + ] + } + }, { "name": "scope", "in": "query", @@ -249322,7 +249364,7 @@ "/repos/{owner}/{repo}/check-runs/{check_run_id}/rerequest": { "post": { "summary": "Rerequest a check run", - "description": "Triggers GitHub to rerequest an existing check run, without pushing new code to a repository. This endpoint will trigger the [`check_run` webhook](https://docs.github.com/webhooks/event-payloads/#check_run) event with the action `rerequested`. When a check run is `rerequested`, the `status` of the check suite it belongs to is reset to `queued` and the `conclusion` is cleared. The check run itself is not updated. GitHub apps recieving the [`check_run` webhook](https://docs.github.com/webhooks/event-payloads/#check_run) with the `rerequested` action should then decide if the check run should be reset or updated and call the [update `check_run` endpoint](https://docs.github.com/rest/checks/runs#update-a-check-run) to update the check_run if desired.\n\nFor more information about how to re-run GitHub Actions jobs, see \"[Re-run a job from a workflow run](https://docs.github.com/rest/actions/workflow-runs#re-run-a-job-from-a-workflow-run)\".\n\nOAuth apps and personal access tokens (classic) cannot use this endpoint.", + "description": "Triggers GitHub to rerequest an existing check run, without pushing new code to a repository. This endpoint will trigger the [`check_run` webhook](https://docs.github.com/webhooks/event-payloads/#check_run) event with the action `rerequested`. When a check run is `rerequested`, the `status` of the check suite it belongs to is reset to `queued` and the `conclusion` is cleared. The check run itself is not updated. GitHub apps recieving the [`check_run` webhook](https://docs.github.com/webhooks/event-payloads/#check_run) with the `rerequested` action should then decide if the check run should be reset or updated and call the [update `check_run` endpoint](https://docs.github.com/rest/checks/runs#update-a-check-run) to update the check_run if desired.\n\nFor more information about how to re-run GitHub Actions jobs, see \"[Re-run a job from a workflow run](https://docs.github.com/rest/actions/workflow-runs#re-run-a-job-from-a-workflow-run)\".", "tags": [ "checks" ], @@ -258104,7 +258146,7 @@ "/repos/{owner}/{repo}/check-suites/{check_suite_id}/rerequest": { "post": { "summary": "Rerequest a check suite", - "description": "Triggers GitHub to rerequest an existing check suite, without pushing new code to a repository. This endpoint will trigger the [`check_suite` webhook](https://docs.github.com/webhooks/event-payloads/#check_suite) event with the action `rerequested`. When a check suite is `rerequested`, its `status` is reset to `queued` and the `conclusion` is cleared.\n\nOAuth apps and personal access tokens (classic) cannot use this endpoint.", + "description": "Triggers GitHub to rerequest an existing check suite, without pushing new code to a repository. This endpoint will trigger the [`check_suite` webhook](https://docs.github.com/webhooks/event-payloads/#check_suite) event with the action `rerequested`. When a check suite is `rerequested`, its `status` is reset to `queued` and the `conclusion` is cleared.", "tags": [ "checks" ], @@ -300798,6 +300840,27 @@ "type": "string" } }, + { + "name": "has", + "in": "query", + "description": "Filters the list of alerts based on whether the alert has a patch. If specified, only alerts with a patch will be returned.\nMultiple `has` filters can be chained to check if multiple properties are present.", + "schema": { + "oneOf": [ + { + "type": "string" + }, + { + "type": "array", + "items": { + "type": "string", + "enum": [ + "patch" + ] + } + } + ] + } + }, { "name": "scope", "in": "query", diff --git a/descriptions-next/api.github.com/dereferenced/api.github.com.2022-11-28.deref.yaml b/descriptions-next/api.github.com/dereferenced/api.github.com.2022-11-28.deref.yaml index d179052fc0..750e7fff46 100644 --- a/descriptions-next/api.github.com/dereferenced/api.github.com.2022-11-28.deref.yaml +++ b/descriptions-next/api.github.com/dereferenced/api.github.com.2022-11-28.deref.yaml @@ -899,7 +899,7 @@ paths: - subscriptions_url - type - url - type: &244 + type: &245 type: string description: The type of credit the user is receiving. enum: @@ -1065,7 +1065,7 @@ paths: description: API method documentation url: https://docs.github.com/rest/security-advisories/global-advisories#get-a-global-security-advisory parameters: - - &562 + - &563 name: ghsa_id description: The GHSA (GitHub Security Advisory) identifier of the advisory. in: path @@ -1661,7 +1661,7 @@ paths: schema: type: integer default: 30 - - &162 + - &163 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 @@ -1677,7 +1677,7 @@ paths: application/json: schema: type: array - items: &163 + items: &164 title: Simple webhook delivery description: Delivery made by a webhook, without request and response information. @@ -1773,7 +1773,7 @@ paths: - installation_id - repository_id examples: - default: &164 + default: &165 value: - id: 12345678 guid: 0b989ba4-242f-11e5-81e1-c7b6966d2516 @@ -1908,7 +1908,7 @@ paths: description: Response content: application/json: - schema: &165 + schema: &166 title: Webhook delivery description: Delivery made by a webhook. type: object @@ -2043,7 +2043,7 @@ paths: - request - response examples: - default: &166 + default: &167 value: id: 12345678 guid: 0b989ba4-242f-11e5-81e1-c7b6966d2516 @@ -8833,6 +8833,20 @@ paths: schema: type: string - &152 + name: has + in: query + description: |- + Filters the list of alerts based on whether the alert has a patch. If specified, only alerts with a patch will be returned. + Multiple `has` filters can be chained to check if multiple properties are present. + schema: + oneOf: + - type: string + - type: array + items: + type: string + enum: + - patch + - &153 name: scope in: query description: The scope of the vulnerable dependency. If specified, only alerts @@ -8842,7 +8856,7 @@ paths: enum: - development - runtime - - &153 + - &154 name: sort in: query description: |- @@ -8860,7 +8874,7 @@ paths: - *46 - *37 - *38 - - &154 + - &155 name: first description: |- **Deprecated**. The number of results per page (max 100), starting from the first matching result. @@ -8873,7 +8887,7 @@ paths: minimum: 1 maximum: 100 default: 30 - - &155 + - &156 name: last description: |- **Deprecated**. The number of results per page (max 100), starting from the last matching result. @@ -8893,7 +8907,7 @@ paths: application/json: schema: type: array - items: &156 + items: &157 type: object description: A Dependabot alert. properties: @@ -8963,7 +8977,7 @@ paths: - direct - transitive - - security_advisory: &410 + security_advisory: &411 type: object description: Details for the GitHub Security Advisory. readOnly: true @@ -9231,7 +9245,7 @@ paths: and was considered fixed in ISO 8601 format: `YYYY-MM-DDTHH:MM:SSZ`.' format: date-time readOnly: true - auto_dismissed_at: &411 + auto_dismissed_at: &412 type: - string - 'null' @@ -9258,7 +9272,7 @@ paths: - repository additionalProperties: false examples: - default: &157 + default: &158 value: - number: 2 state: dismissed @@ -9605,7 +9619,7 @@ paths: url: https://docs.github.com/rest/secret-scanning/secret-scanning#list-secret-scanning-alerts-for-an-enterprise parameters: - *39 - - &235 + - &236 name: state in: query description: Set to `open` or `resolved` to only list secret scanning alerts @@ -9616,7 +9630,7 @@ paths: enum: - open - resolved - - &236 + - &237 name: secret_type in: query description: A comma-separated list of secret types to return. All default @@ -9626,7 +9640,7 @@ paths: required: false schema: type: string - - &237 + - &238 name: resolution in: query description: A comma-separated list of resolutions. Only secret scanning alerts @@ -9635,7 +9649,7 @@ paths: required: false schema: type: string - - &238 + - &239 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. @@ -9651,7 +9665,7 @@ paths: - *17 - *37 - *38 - - &239 + - &240 name: validity in: query description: A comma-separated list of validities that, when present, will @@ -9660,7 +9674,7 @@ paths: required: false schema: type: string - - &240 + - &241 name: is_publicly_leaked in: query description: A boolean value representing whether or not to filter alerts @@ -9669,7 +9683,7 @@ paths: schema: type: boolean default: false - - &241 + - &242 name: is_multi_repo in: query description: A boolean value representing whether or not to filter alerts @@ -9685,7 +9699,7 @@ paths: application/json: schema: type: array - items: &242 + items: &243 type: object properties: number: *52 @@ -9701,14 +9715,14 @@ paths: format: uri description: The REST API URL of the code locations for this alert. - state: &554 + state: &555 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: &555 + resolution: &556 type: - string - 'null' @@ -9813,7 +9827,7 @@ paths: description: A boolean value representing whether or not alert is base64 encoded examples: - default: &243 + default: &244 value: - number: 2 created_at: '2020-11-06T18:48:51Z' @@ -10266,7 +10280,7 @@ paths: milestone: anyOf: - type: 'null' - - &398 + - &399 title: Milestone description: A collection of related issues and pull requests. @@ -10438,7 +10452,7 @@ paths: timeline_url: type: string format: uri - type: &184 + type: &185 title: Issue Type description: The type of issue. type: @@ -10583,7 +10597,7 @@ paths: - author_association - created_at - updated_at - comment: &457 + comment: &458 title: Issue Comment description: Comments provide a way for people to collaborate on an issue. @@ -11158,7 +11172,7 @@ paths: url: type: string format: uri - user: &585 + user: &586 title: Public User description: Public User type: object @@ -13053,7 +13067,7 @@ paths: - closed - all default: open - - &187 + - &188 name: labels description: 'A list of comma separated label names. Example: `bug,ui,@high`' in: query @@ -13104,7 +13118,7 @@ paths: type: array items: *74 examples: - default: &188 + default: &189 value: - id: 1 node_id: MDU6SXNzdWUx @@ -14515,14 +14529,14 @@ paths: description: API method documentation url: https://docs.github.com/rest/activity/events#list-public-events-for-a-network-of-repositories parameters: - - &266 + - &267 name: owner description: The account owner of the repository. The name is not case sensitive. in: path required: true schema: type: string - - &267 + - &268 name: repo description: The name of the repository without the `.git` extension. The name is not case sensitive. @@ -14593,7 +14607,7 @@ paths: '404': *6 '403': *27 '304': *35 - '301': &278 + '301': &279 description: Moved permanently content: application/json: @@ -14615,7 +14629,7 @@ paths: description: API method documentation url: https://docs.github.com/rest/activity/notifications#list-notifications-for-the-authenticated-user parameters: - - &486 + - &487 name: all description: If `true`, show notifications marked as read. in: query @@ -14623,7 +14637,7 @@ paths: schema: type: boolean default: false - - &487 + - &488 name: participating description: If `true`, only shows notifications in which the user is directly participating or mentioned. @@ -14633,7 +14647,7 @@ paths: type: boolean default: false - *64 - - &488 + - &489 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: @@ -15004,7 +15018,7 @@ paths: type: boolean examples: - false - security_and_analysis: &225 + security_and_analysis: &226 type: - object - 'null' @@ -15159,7 +15173,7 @@ paths: - url - subscription_url examples: - default: &489 + default: &490 value: - id: '1' repository: @@ -15780,7 +15794,7 @@ paths: - avatar_url - description examples: - default: &602 + default: &603 value: - login: github id: 1 @@ -16756,7 +16770,7 @@ paths: type: integer repository_cache_usages: type: array - items: &283 + items: &284 title: Actions Cache Usage by repository description: GitHub Actions Cache Usage by repository. type: object @@ -17654,7 +17668,7 @@ paths: - all - local_only - selected - selected_actions_url: &289 + selected_actions_url: &290 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` @@ -17744,7 +17758,7 @@ paths: type: array items: *59 examples: - default: &596 + default: &597 value: total_count: 1 repositories: @@ -18072,7 +18086,7 @@ paths: description: Response content: application/json: - schema: &293 + schema: &294 type: object properties: default_workflow_permissions: &108 @@ -18123,7 +18137,7 @@ paths: required: false content: application/json: - schema: &294 + schema: &295 type: object properties: default_workflow_permissions: *108 @@ -18616,7 +18630,7 @@ paths: type: array items: *115 examples: - default: &588 + default: &589 value: total_count: 1 repositories: @@ -19263,7 +19277,7 @@ paths: application/json: schema: type: array - items: &295 + items: &296 title: Runner Application description: Runner Application type: object @@ -19288,7 +19302,7 @@ paths: - download_url - filename examples: - default: &296 + default: &297 value: - os: osx architecture: x64 @@ -19374,7 +19388,7 @@ paths: - no-gpu work_folder: _work responses: - '201': &297 + '201': &298 description: Response content: application/json: @@ -19489,7 +19503,7 @@ paths: - token - expires_at examples: - default: &298 + default: &299 value: token: LLBF3JGZDX3P5PMEXLND6TS6FCWO6 expires_at: '2020-01-22T12:13:35.123-08:00' @@ -19528,7 +19542,7 @@ paths: application/json: schema: *119 examples: - default: &299 + default: &300 value: token: AABF3JGZDX3P5PMEXLND6TS6FCWO6 expires_at: '2020-01-29T12:13:35.123-08:00' @@ -19562,7 +19576,7 @@ paths: application/json: schema: *117 examples: - default: &300 + default: &301 value: id: 23 name: MBP @@ -19787,7 +19801,7 @@ paths: - *90 - *116 responses: - '200': &301 + '200': &302 description: Response content: application/json: @@ -19844,7 +19858,7 @@ paths: parameters: - *90 - *116 - - &302 + - &303 name: name description: The name of a self-hosted runner's custom label. in: path @@ -19976,7 +19990,7 @@ paths: description: Response content: application/json: - schema: &314 + schema: &315 title: ActionsPublicKey description: The public key used for setting Actions Secrets. type: object @@ -20011,7 +20025,7 @@ paths: - key_id - key examples: - default: &315 + default: &316 value: key_id: '012345678912345678' key: 2Sg8iYjAxxmI2LvUXpJjkYrMxURPc8r+dB7TJyvv1234 @@ -20424,7 +20438,7 @@ paths: url: https://docs.github.com/rest/actions/variables#list-organization-variables parameters: - *90 - - &288 + - &289 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)." @@ -20964,7 +20978,7 @@ paths: bundle_url: type: string examples: - default: &328 + default: &329 value: attestations: - bundle: @@ -21083,7 +21097,7 @@ paths: type: array items: *4 examples: - default: &189 + default: &190 value: - login: octocat id: 1 @@ -21324,7 +21338,7 @@ paths: parent: anyOf: - type: 'null' - - &201 + - &202 title: Team Simple description: Groups of organization members that gives permissions on specified repositories. @@ -21901,7 +21915,7 @@ paths: url: https://docs.github.com/rest/code-scanning/code-scanning#list-code-scanning-alerts-for-an-organization parameters: - *90 - - &353 + - &354 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`, @@ -21911,7 +21925,7 @@ paths: schema: &134 type: string description: The name of the tool used to generate the code scanning analysis. - - &354 + - &355 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 @@ -21935,7 +21949,7 @@ paths: be returned. in: query required: false - schema: &356 + schema: &357 type: string description: State of a code scanning alert. enum: @@ -21958,7 +21972,7 @@ paths: be returned. in: query required: false - schema: &357 + schema: &358 type: string description: Severity of a code scanning alert. enum: @@ -21984,7 +21998,7 @@ paths: updated_at: *54 url: *55 html_url: *56 - instances_url: &358 + instances_url: &359 type: string description: The REST API URL for fetching the list of instances for an alert. @@ -22006,7 +22020,7 @@ paths: - type: 'null' - *4 dismissed_at: *133 - dismissed_reason: &359 + dismissed_reason: &360 type: - string - 'null' @@ -22017,14 +22031,14 @@ paths: - won't fix - used in tests - - dismissed_comment: &360 + dismissed_comment: &361 type: - string - 'null' description: The dismissal comment associated with the dismissal of the alert. maxLength: 280 - rule: &361 + rule: &362 type: object properties: id: @@ -22085,7 +22099,7 @@ paths: - 'null' description: A link to the documentation for the rule used to detect the alert. - tool: &362 + tool: &363 type: object properties: name: *134 @@ -22096,15 +22110,15 @@ paths: description: The version of the tool used to generate the code scanning analysis. guid: *135 - most_recent_instance: &363 + most_recent_instance: &364 type: object properties: - ref: &355 + ref: &356 type: string description: |- The Git reference, formatted as `refs/pull//merge`, `refs/pull//head`, `refs/heads/` or simply ``. - analysis_key: &373 + analysis_key: &374 type: string description: Identifies the configuration under which the analysis was executed. For example, in GitHub Actions @@ -22115,7 +22129,7 @@ paths: the environment in which the analysis that generated this alert instance was performed, such as the language that was analyzed. - category: &374 + category: &375 type: string description: Identifies the configuration under which the analysis was executed. Used to distinguish between multiple @@ -23367,7 +23381,7 @@ paths: type: integer codespaces: type: array - items: &190 + items: &191 type: object title: Codespace description: A codespace. @@ -23402,7 +23416,7 @@ paths: machine: anyOf: - type: 'null' - - &386 + - &387 type: object title: Codespace machine description: A description of the machine powering a codespace. @@ -23689,7 +23703,7 @@ paths: - pulls_url - recent_folders examples: - default: &191 + default: &192 value: total_count: 3 codespaces: @@ -24354,7 +24368,7 @@ paths: - updated_at - visibility examples: - default: &387 + default: &388 value: total_count: 2 secrets: @@ -24392,7 +24406,7 @@ paths: description: Response content: application/json: - schema: &388 + schema: &389 title: CodespacesPublicKey description: The public key used for setting Codespaces secrets. type: object @@ -24427,7 +24441,7 @@ paths: - key_id - key examples: - default: &389 + default: &390 value: key_id: '012345678912345678' key: 2Sg8iYjAxxmI2LvUXpJjkYrMxURPc8r+dB7TJyvv1234 @@ -24459,7 +24473,7 @@ paths: application/json: schema: *144 examples: - default: &391 + default: &392 value: name: GH_TOKEN created_at: '2019-08-10T14:59:22Z' @@ -24926,7 +24940,7 @@ paths: currently being billed. seats: type: array - items: &193 + items: &194 title: Copilot Business Seat Detail description: Information about a Copilot Business seat assignment for a user, team, or organization. @@ -25500,7 +25514,7 @@ paths: application/json: schema: type: array - items: &248 + items: &249 title: Copilot Usage Metrics description: Copilot usage metrics for a given day. type: object @@ -25815,7 +25829,7 @@ paths: - date additionalProperties: true examples: - default: &249 + default: &250 value: - date: '2024-06-24' total_active_users: 24 @@ -25917,7 +25931,7 @@ paths: '500': *143 '403': *27 '404': *6 - '422': &250 + '422': &251 description: Copilot Usage Merics API setting is disabled at the organization or enterprise level. content: @@ -25952,11 +25966,12 @@ paths: - *151 - *152 - *153 + - *154 - *46 - *37 - *38 - - *154 - *155 + - *156 - *17 responses: '200': @@ -25965,9 +25980,9 @@ paths: application/json: schema: type: array - items: *156 + items: *157 examples: - default: *157 + default: *158 '304': *35 '400': *14 '403': *27 @@ -26011,7 +26026,7 @@ paths: type: integer secrets: type: array - items: &158 + items: &159 title: Dependabot Secret for an Organization description: Secrets for GitHub Dependabot for an organization. type: object @@ -26090,7 +26105,7 @@ paths: description: Response content: application/json: - schema: &414 + schema: &415 title: DependabotPublicKey description: The public key used for setting Dependabot Secrets. type: object @@ -26109,7 +26124,7 @@ paths: - key_id - key examples: - default: &415 + default: &416 value: key_id: '012345678912345678' key: 2Sg8iYjAxxmI2LvUXpJjkYrMxURPc8r+dB7TJyvv1234 @@ -26139,7 +26154,7 @@ paths: description: Response content: application/json: - schema: *158 + schema: *159 examples: default: value: @@ -26436,7 +26451,7 @@ paths: application/json: schema: type: array - items: &203 + items: &204 title: Package description: A software package type: object @@ -26507,7 +26522,7 @@ paths: - created_at - updated_at examples: - default: &204 + default: &205 value: - id: 197 name: hello_docker @@ -26674,7 +26689,7 @@ paths: application/json: schema: type: array - items: &181 + items: &182 title: Organization Invitation description: Organization Invitation type: object @@ -26728,7 +26743,7 @@ paths: - invitation_teams_url - node_id examples: - default: &182 + default: &183 value: - id: 1 login: monalisa @@ -26795,7 +26810,7 @@ paths: application/json: schema: type: array - items: &159 + items: &160 title: Org Hook description: Org Hook type: object @@ -26980,9 +26995,9 @@ paths: description: Response content: application/json: - schema: *159 + schema: *160 examples: - default: &160 + default: &161 value: id: 1 url: https://api.github.com/orgs/octocat/hooks/1 @@ -27030,7 +27045,7 @@ paths: url: https://docs.github.com/rest/orgs/webhooks#get-an-organization-webhook parameters: - *90 - - &161 + - &162 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. @@ -27043,9 +27058,9 @@ paths: description: Response content: application/json: - schema: *159 + schema: *160 examples: - default: *160 + default: *161 '404': *6 x-github: githubCloudOnly: false @@ -27073,7 +27088,7 @@ paths: url: https://docs.github.com/rest/orgs/webhooks#update-an-organization-webhook parameters: - *90 - - *161 + - *162 requestBody: required: false content: @@ -27119,7 +27134,7 @@ paths: description: Response content: application/json: - schema: *159 + schema: *160 examples: default: value: @@ -27161,7 +27176,7 @@ paths: url: https://docs.github.com/rest/orgs/webhooks#delete-an-organization-webhook parameters: - *90 - - *161 + - *162 responses: '204': description: Response @@ -27189,7 +27204,7 @@ paths: url: https://docs.github.com/rest/orgs/webhooks#get-a-webhook-configuration-for-an-organization parameters: - *90 - - *161 + - *162 responses: '200': description: Response @@ -27220,7 +27235,7 @@ paths: url: https://docs.github.com/rest/orgs/webhooks#update-a-webhook-configuration-for-an-organization parameters: - *90 - - *161 + - *162 requestBody: required: false content: @@ -27271,9 +27286,9 @@ paths: url: https://docs.github.com/rest/orgs/webhooks#list-deliveries-for-an-organization-webhook parameters: - *90 - - *161 - - *17 - *162 + - *17 + - *163 responses: '200': description: Response @@ -27281,9 +27296,9 @@ paths: application/json: schema: type: array - items: *163 + items: *164 examples: - default: *164 + default: *165 '400': *14 '422': *15 x-github: @@ -27309,16 +27324,16 @@ paths: url: https://docs.github.com/rest/orgs/webhooks#get-a-webhook-delivery-for-an-organization-webhook parameters: - *90 - - *161 + - *162 - *16 responses: '200': description: Response content: application/json: - schema: *165 + schema: *166 examples: - default: *166 + default: *167 '400': *14 '422': *15 x-github: @@ -27344,7 +27359,7 @@ paths: url: https://docs.github.com/rest/orgs/webhooks#redeliver-a-delivery-for-an-organization-webhook parameters: - *90 - - *161 + - *162 - *16 responses: '202': *45 @@ -27374,7 +27389,7 @@ paths: url: https://docs.github.com/rest/orgs/webhooks#ping-an-organization-webhook parameters: - *90 - - *161 + - *162 responses: '204': description: Response @@ -27397,7 +27412,7 @@ paths: url: https://docs.github.com/rest/orgs/api-insights#get-route-stats-by-actor parameters: - *90 - - &171 + - &172 name: actor_type in: path description: The type of the actor @@ -27410,14 +27425,14 @@ paths: - fine_grained_pat - oauth_app - github_app_user_to_server - - &172 + - &173 name: actor_id in: path description: The ID of the actor required: true schema: type: integer - - &167 + - &168 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`.' @@ -27425,7 +27440,7 @@ paths: required: true schema: type: string - - &168 + - &169 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) @@ -27520,12 +27535,12 @@ paths: url: https://docs.github.com/rest/orgs/api-insights#get-subject-stats parameters: - *90 - - *167 - *168 + - *169 - *19 - *17 - *46 - - &177 + - &178 name: sort description: The property to sort the results by. in: query @@ -27605,14 +27620,14 @@ paths: url: https://docs.github.com/rest/orgs/api-insights#get-summary-stats parameters: - *90 - - *167 - *168 + - *169 responses: '200': description: Response content: application/json: - schema: &169 + schema: &170 title: Summary Stats description: API Insights usage summary stats for an organization type: object @@ -27628,7 +27643,7 @@ paths: type: integer format: int64 examples: - default: &170 + default: &171 value: total_request_count: 34225 rate_limited_request_count: 23 @@ -27649,23 +27664,23 @@ paths: url: https://docs.github.com/rest/orgs/api-insights#get-summary-stats-by-user parameters: - *90 - - &173 + - &174 name: user_id in: path description: The ID of the user to query for stats required: true schema: type: string - - *167 - *168 + - *169 responses: '200': description: Response content: application/json: - schema: *169 + schema: *170 examples: - default: *170 + default: *171 x-github: enabledForGitHubApps: true category: orgs @@ -27684,18 +27699,18 @@ paths: url: https://docs.github.com/rest/orgs/api-insights#get-summary-stats-by-actor parameters: - *90 - - *167 - *168 - - *171 + - *169 - *172 + - *173 responses: '200': description: Response content: application/json: - schema: *169 + schema: *170 examples: - default: *170 + default: *171 x-github: enabledForGitHubApps: true category: orgs @@ -27713,9 +27728,9 @@ paths: url: https://docs.github.com/rest/orgs/api-insights#get-time-stats parameters: - *90 - - *167 - *168 - - &174 + - *169 + - &175 name: timestamp_increment description: The increment of time used to breakdown the query results (5m, 10m, 1h, etc.) @@ -27728,7 +27743,7 @@ paths: description: Response content: application/json: - schema: &175 + schema: &176 title: Time Stats description: API Insights usage time stats for an organization type: array @@ -27744,7 +27759,7 @@ paths: type: integer format: int64 examples: - default: &176 + default: &177 value: - timestamp: '2024-09-11T15:00:00Z' total_request_count: 34225 @@ -27781,18 +27796,18 @@ paths: url: https://docs.github.com/rest/orgs/api-insights#get-time-stats-by-user parameters: - *90 - - *173 - - *167 - - *168 - *174 + - *168 + - *169 + - *175 responses: '200': description: Response content: application/json: - schema: *175 + schema: *176 examples: - default: *176 + default: *177 x-github: enabledForGitHubApps: true category: orgs @@ -27810,19 +27825,19 @@ paths: url: https://docs.github.com/rest/orgs/api-insights#get-time-stats-by-actor parameters: - *90 - - *171 - *172 - - *167 + - *173 - *168 - - *174 + - *169 + - *175 responses: '200': description: Response content: application/json: - schema: *175 + schema: *176 examples: - default: *176 + default: *177 x-github: enabledForGitHubApps: true category: orgs @@ -27840,13 +27855,13 @@ paths: url: https://docs.github.com/rest/orgs/api-insights#get-user-stats parameters: - *90 - - *173 - - *167 + - *174 - *168 + - *169 - *19 - *17 - *46 - - *177 + - *178 - name: actor_name_substring in: query description: Providing a substring will filter results where the actor name @@ -27930,7 +27945,7 @@ paths: application/json: schema: *20 examples: - default: &453 + default: &454 value: id: 1 account: @@ -28096,12 +28111,12 @@ paths: application/json: schema: anyOf: - - &179 + - &180 title: Interaction Limits description: Interaction limit settings. type: object properties: - limit: &178 + limit: &179 type: string description: The type of GitHub user that can comment, open issues, or create pull requests while the interaction limit @@ -28129,7 +28144,7 @@ paths: properties: {} additionalProperties: false examples: - default: &180 + default: &181 value: limit: collaborators_only origin: organization @@ -28158,13 +28173,13 @@ paths: required: true content: application/json: - schema: &454 + schema: &455 title: Interaction Restrictions description: Limit interactions to a specific type of user for a specified duration type: object properties: - limit: *178 + limit: *179 expiry: type: string description: 'The duration of the interaction restriction. Default: @@ -28189,9 +28204,9 @@ paths: description: Response content: application/json: - schema: *179 + schema: *180 examples: - default: *180 + default: *181 '422': *15 x-github: githubCloudOnly: false @@ -28267,9 +28282,9 @@ paths: application/json: schema: type: array - items: *181 + items: *182 examples: - default: *182 + default: *183 headers: Link: *57 '404': *6 @@ -28346,7 +28361,7 @@ paths: description: Response content: application/json: - schema: *181 + schema: *182 examples: default: value: @@ -28401,7 +28416,7 @@ paths: url: https://docs.github.com/rest/orgs/members#cancel-an-organization-invitation parameters: - *90 - - &183 + - &184 name: invitation_id description: The unique identifier of the invitation. in: path @@ -28432,7 +28447,7 @@ paths: url: https://docs.github.com/rest/orgs/members#list-organization-invitation-teams parameters: - *90 - - *183 + - *184 - *17 - *19 responses: @@ -28444,7 +28459,7 @@ paths: type: array items: *146 examples: - default: &202 + default: &203 value: - id: 1 node_id: MDQ6VGVhbTE= @@ -28487,7 +28502,7 @@ paths: application/json: schema: type: array - items: *184 + items: *185 examples: default: value: @@ -28575,9 +28590,9 @@ paths: description: Response content: application/json: - schema: *184 + schema: *185 examples: - default: &185 + default: &186 value: id: 410 node_id: IT_kwDNAd3NAZo @@ -28610,7 +28625,7 @@ paths: url: https://docs.github.com/rest/orgs/issue-types#update-issue-type-for-an-organization parameters: - *90 - - &186 + - &187 name: issue_type_id description: The unique identifier of the issue type. in: path @@ -28666,9 +28681,9 @@ paths: description: Response content: application/json: - schema: *184 + schema: *185 examples: - default: *185 + default: *186 '404': *6 '422': *7 x-github: @@ -28693,7 +28708,7 @@ paths: url: https://docs.github.com/rest/orgs/issue-types#delete-issue-type-for-an-organization parameters: - *90 - - *186 + - *187 responses: '204': description: Response @@ -28756,7 +28771,7 @@ paths: - closed - all default: open - - *187 + - *188 - name: type description: Can be the name of an issue type. in: query @@ -28787,7 +28802,7 @@ paths: type: array items: *74 examples: - default: *188 + default: *189 headers: Link: *57 '404': *6 @@ -28845,7 +28860,7 @@ paths: type: array items: *4 examples: - default: *189 + default: *190 headers: Link: *57 '422': *15 @@ -28941,9 +28956,9 @@ paths: type: integer codespaces: type: array - items: *190 + items: *191 examples: - default: *191 + default: *192 '304': *35 '500': *143 '401': *23 @@ -28970,7 +28985,7 @@ paths: parameters: - *90 - *128 - - &192 + - &193 name: codespace_name in: path required: true @@ -29005,15 +29020,15 @@ paths: parameters: - *90 - *128 - - *192 + - *193 responses: '200': description: Response content: application/json: - schema: *190 + schema: *191 examples: - default: &385 + default: &386 value: id: 1 name: monalisa-octocat-hello-world-g4wpq6h95q @@ -29193,7 +29208,7 @@ paths: description: The user's GitHub Copilot seat details, including usage. content: application/json: - schema: *193 + schema: *194 examples: default: value: @@ -29268,7 +29283,7 @@ paths: description: Response content: application/json: - schema: &194 + schema: &195 title: Org Membership description: Org Membership type: object @@ -29321,7 +29336,7 @@ paths: - organization - user examples: - response-if-user-has-an-active-admin-membership-with-organization: &195 + response-if-user-has-an-active-admin-membership-with-organization: &196 summary: Response if user has an active admin membership with organization value: url: https://api.github.com/orgs/octocat/memberships/defunkt @@ -29418,9 +29433,9 @@ paths: description: Response content: application/json: - schema: *194 + schema: *195 examples: - response-if-user-already-had-membership-with-organization: *195 + response-if-user-already-had-membership-with-organization: *196 '422': *15 '403': *27 x-github: @@ -29489,7 +29504,7 @@ paths: application/json: schema: type: array - items: &196 + items: &197 title: Migration description: A migration. type: object @@ -29827,7 +29842,7 @@ paths: description: Response content: application/json: - schema: *196 + schema: *197 examples: default: value: @@ -30006,7 +30021,7 @@ paths: url: https://docs.github.com/rest/migrations/orgs#get-an-organization-migration-status parameters: - *90 - - &197 + - &198 name: migration_id description: The unique identifier of the migration. in: path @@ -30034,7 +30049,7 @@ paths: * `failed`, which means the migration failed. content: application/json: - schema: *196 + schema: *197 examples: default: value: @@ -30204,7 +30219,7 @@ paths: url: https://docs.github.com/rest/migrations/orgs#download-an-organization-migration-archive parameters: - *90 - - *197 + - *198 responses: '302': description: Response @@ -30226,7 +30241,7 @@ paths: url: https://docs.github.com/rest/migrations/orgs#delete-an-organization-migration-archive parameters: - *90 - - *197 + - *198 responses: '204': description: Response @@ -30250,8 +30265,8 @@ paths: url: https://docs.github.com/rest/migrations/orgs#unlock-an-organization-repository parameters: - *90 - - *197 - - &601 + - *198 + - &602 name: repo_name description: repo_name parameter in: path @@ -30279,7 +30294,7 @@ paths: url: https://docs.github.com/rest/migrations/orgs#list-repositories-in-an-organization-migration parameters: - *90 - - *197 + - *198 - *17 - *19 responses: @@ -30291,7 +30306,7 @@ paths: type: array items: *115 examples: - default: &209 + default: &210 value: - id: 1296269 node_id: MDEwOlJlcG9zaXRvcnkxMjk2MjY5 @@ -30444,7 +30459,7 @@ paths: roles: type: array description: The list of organization roles available to the organization. - items: &200 + items: &201 title: Organization Role description: Organization roles type: object @@ -30594,7 +30609,7 @@ paths: url: https://docs.github.com/rest/orgs/organization-roles#remove-all-organization-roles-for-a-team parameters: - *90 - - &198 + - &199 name: team_slug description: The slug of the team name. in: path @@ -30626,8 +30641,8 @@ paths: url: https://docs.github.com/rest/orgs/organization-roles#assign-an-organization-role-to-a-team parameters: - *90 - - *198 - - &199 + - *199 + - &200 name: role_id description: The unique identifier of the role. in: path @@ -30663,8 +30678,8 @@ paths: url: https://docs.github.com/rest/orgs/organization-roles#remove-an-organization-role-from-a-team parameters: - *90 - - *198 - *199 + - *200 responses: '204': description: Response @@ -30717,7 +30732,7 @@ paths: parameters: - *90 - *128 - - *199 + - *200 responses: '204': description: Response @@ -30749,7 +30764,7 @@ paths: parameters: - *90 - *128 - - *199 + - *200 responses: '204': description: Response @@ -30778,13 +30793,13 @@ paths: url: https://docs.github.com/rest/orgs/organization-roles#get-an-organization-role parameters: - *90 - - *199 + - *200 responses: '200': description: Response content: application/json: - schema: *200 + schema: *201 examples: default: value: @@ -30835,7 +30850,7 @@ paths: url: https://docs.github.com/rest/orgs/organization-roles#list-teams-that-are-assigned-to-an-organization-role parameters: - *90 - - *199 + - *200 - *17 - *19 responses: @@ -30914,7 +30929,7 @@ paths: parent: anyOf: - type: 'null' - - *201 + - *202 required: - id - node_id @@ -30928,7 +30943,7 @@ paths: - slug - parent examples: - default: *202 + default: *203 headers: Link: *57 '404': @@ -30958,7 +30973,7 @@ paths: url: https://docs.github.com/rest/orgs/organization-roles#list-users-that-are-assigned-to-an-organization-role parameters: - *90 - - *199 + - *200 - *17 - *19 responses: @@ -30987,7 +31002,7 @@ paths: inherited_from: description: Team the user has gotten the role through type: array - items: *201 + items: *202 name: type: - string @@ -31104,7 +31119,7 @@ paths: - type - url examples: - default: *189 + default: *190 headers: Link: *57 '404': @@ -31152,7 +31167,7 @@ paths: type: array items: *4 examples: - default: *189 + default: *190 headers: Link: *57 x-github: @@ -31294,7 +31309,7 @@ paths: - nuget - container - *90 - - &603 + - &604 name: visibility description: |- The selected visibility of the packages. This parameter is optional and only filters an existing result set. @@ -31330,12 +31345,12 @@ paths: application/json: schema: type: array - items: *203 + items: *204 examples: - default: *204 + default: *205 '403': *27 '401': *23 - '400': &605 + '400': &606 description: The value of `per_page` multiplied by `page` cannot be greater than 10000. x-github: @@ -31357,7 +31372,7 @@ paths: description: API method documentation url: https://docs.github.com/rest/packages/packages#get-a-package-for-an-organization parameters: - - &205 + - &206 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 @@ -31375,7 +31390,7 @@ paths: - docker - nuget - container - - &206 + - &207 name: package_name description: The name of the package. in: path @@ -31388,7 +31403,7 @@ paths: description: Response content: application/json: - schema: *203 + schema: *204 examples: default: value: @@ -31440,8 +31455,8 @@ paths: description: API method documentation url: https://docs.github.com/rest/packages/packages#delete-a-package-for-an-organization parameters: - - *205 - *206 + - *207 - *90 responses: '204': @@ -31474,8 +31489,8 @@ paths: description: API method documentation url: https://docs.github.com/rest/packages/packages#restore-a-package-for-an-organization parameters: - - *205 - *206 + - *207 - *90 - name: token description: package token @@ -31508,8 +31523,8 @@ paths: description: API method documentation url: https://docs.github.com/rest/packages/packages#list-package-versions-for-a-package-owned-by-an-organization parameters: - - *205 - *206 + - *207 - *90 - *19 - *17 @@ -31530,7 +31545,7 @@ paths: application/json: schema: type: array - items: &207 + items: &208 title: Package Version description: A version of a software package type: object @@ -31665,10 +31680,10 @@ paths: description: API method documentation url: https://docs.github.com/rest/packages/packages#get-a-package-version-for-an-organization parameters: - - *205 - *206 + - *207 - *90 - - &208 + - &209 name: package_version_id description: Unique identifier of the package version. in: path @@ -31680,7 +31695,7 @@ paths: description: Response content: application/json: - schema: *207 + schema: *208 examples: default: value: @@ -31716,10 +31731,10 @@ paths: description: API method documentation url: https://docs.github.com/rest/packages/packages#delete-package-version-for-an-organization parameters: - - *205 - *206 + - *207 - *90 - - *208 + - *209 responses: '204': description: Response @@ -31751,10 +31766,10 @@ paths: description: API method documentation url: https://docs.github.com/rest/packages/packages#restore-package-version-for-an-organization parameters: - - *205 - *206 + - *207 - *90 - - *208 + - *209 responses: '204': description: Response @@ -31784,7 +31799,7 @@ paths: - *90 - *17 - *19 - - &210 + - &211 name: sort description: The property by which to sort the results. in: query @@ -31795,7 +31810,7 @@ paths: - created_at default: created_at - *46 - - &211 + - &212 name: owner description: A list of owner usernames to use to filter the results. in: query @@ -31807,7 +31822,7 @@ paths: type: string examples: - owner[]=octocat1,owner[]=octocat2 - - &212 + - &213 name: repository description: The name of the repository to use to filter the results. in: query @@ -31816,7 +31831,7 @@ paths: type: string examples: - Hello-World - - &213 + - &214 name: permission description: The permission to use to filter the results. in: query @@ -31825,7 +31840,7 @@ paths: type: string examples: - issues_read - - &214 + - &215 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) @@ -31835,7 +31850,7 @@ paths: schema: type: string format: date-time - - &215 + - &216 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) @@ -31845,7 +31860,7 @@ paths: schema: type: string format: date-time - - &216 + - &217 name: token_id description: The ID of the token in: query @@ -32164,7 +32179,7 @@ paths: type: array items: *115 examples: - default: *209 + default: *210 headers: Link: *57 x-github: @@ -32190,14 +32205,14 @@ paths: - *90 - *17 - *19 - - *210 - - *46 - *211 + - *46 - *212 - *213 - *214 - *215 - *216 + - *217 responses: '500': *143 '422': *15 @@ -32481,7 +32496,7 @@ paths: type: array items: *115 examples: - default: *209 + default: *210 headers: Link: *57 x-github: @@ -32523,7 +32538,7 @@ paths: type: integer configurations: type: array - items: &217 + items: &218 title: Organization private registry description: Private registry configuration for an organization type: object @@ -32733,7 +32748,7 @@ paths: - created_at - updated_at examples: - org-private-registry-with-selected-visibility: &218 + org-private-registry-with-selected-visibility: &219 value: name: MAVEN_REPOSITORY_SECRET registry_type: maven_repository @@ -32831,9 +32846,9 @@ paths: description: The specified private registry configuration for the organization content: application/json: - schema: *217 + schema: *218 examples: - default: *218 + default: *219 '404': *6 x-github: githubCloudOnly: false @@ -32980,7 +32995,7 @@ paths: application/json: schema: type: array - items: &219 + items: &220 title: Project description: Projects are a way to organize columns and cards of work. @@ -33162,7 +33177,7 @@ paths: description: Response content: application/json: - schema: *219 + schema: *220 examples: default: value: @@ -33200,7 +33215,7 @@ paths: '401': *23 '403': *27 '404': *6 - '410': &275 + '410': &276 description: Gone content: application/json: @@ -33235,7 +33250,7 @@ paths: application/json: schema: type: array - items: &220 + items: &221 title: Organization Custom Property description: Custom property defined on an organization type: object @@ -33311,7 +33326,7 @@ paths: - property_name - value_type examples: - default: &221 + default: &222 value: - property_name: environment url: https://api.github.com/orgs/github/properties/schema/environment @@ -33370,7 +33385,7 @@ paths: properties: type: array description: The array of custom properties to create or update. - items: *220 + items: *221 minItems: 1 maxItems: 100 required: @@ -33400,9 +33415,9 @@ paths: application/json: schema: type: array - items: *220 + items: *221 examples: - default: *221 + default: *222 '403': *27 '404': *6 x-github: @@ -33424,7 +33439,7 @@ paths: url: https://docs.github.com/rest/orgs/custom-properties#get-a-custom-property-for-an-organization parameters: - *90 - - &222 + - &223 name: custom_property_name description: The custom property name in: path @@ -33436,9 +33451,9 @@ paths: description: Response content: application/json: - schema: *220 + schema: *221 examples: - default: &223 + default: &224 value: property_name: environment url: https://api.github.com/orgs/github/properties/schema/environment @@ -33473,7 +33488,7 @@ paths: url: https://docs.github.com/rest/orgs/custom-properties#create-or-update-a-custom-property-for-an-organization parameters: - *90 - - *222 + - *223 requestBody: required: true content: @@ -33551,9 +33566,9 @@ paths: description: Response content: application/json: - schema: *220 + schema: *221 examples: - default: *223 + default: *224 '403': *27 '404': *6 x-github: @@ -33577,7 +33592,7 @@ paths: url: https://docs.github.com/rest/orgs/custom-properties#remove-a-custom-property-for-an-organization parameters: - *90 - - *222 + - *223 responses: '204': *140 '403': *27 @@ -33641,7 +33656,7 @@ paths: - octocat/Hello-World properties: type: array - items: &224 + items: &225 title: Custom Property Value description: Custom property name and associated value type: object @@ -33731,7 +33746,7 @@ paths: type: array description: List of custom property names and associated values to apply to the repositories. - items: *224 + items: *225 required: - repository_names - properties @@ -33784,7 +33799,7 @@ paths: type: array items: *4 examples: - default: *189 + default: *190 headers: Link: *57 x-github: @@ -33923,7 +33938,7 @@ paths: type: array items: *115 examples: - default: *209 + default: *210 headers: Link: *57 x-github: @@ -34126,7 +34141,7 @@ paths: description: Response content: application/json: - schema: &277 + schema: &278 title: Full Repository description: Full Repository type: object @@ -34591,7 +34606,7 @@ paths: description: Whether anonymous git access is allowed. default: true type: boolean - code_of_conduct: &404 + code_of_conduct: &405 title: Code Of Conduct Simple description: Code of Conduct Simple type: object @@ -34621,7 +34636,7 @@ paths: - key - name - html_url - security_and_analysis: *225 + security_and_analysis: *226 custom_properties: type: object description: The custom properties that were defined for the repository. @@ -34705,7 +34720,7 @@ paths: - network_count - subscribers_count examples: - default: &279 + default: &280 value: id: 1296269 node_id: MDEwOlJlcG9zaXRvcnkxMjk2MjY5 @@ -35226,7 +35241,7 @@ paths: - *90 - *17 - *19 - - &539 + - &540 name: targets description: | A comma-separated list of rule targets to filter by. @@ -35245,7 +35260,7 @@ paths: application/json: schema: type: array - items: &232 + items: &233 title: Repository ruleset type: object description: A set of rules to apply when specified conditions are @@ -35280,7 +35295,7 @@ paths: source: type: string description: The name of the source - enforcement: &228 + enforcement: &229 type: string description: The enforcement level of the ruleset. `evaluate` allows admins to test rules before enforcing them. Admins @@ -35293,7 +35308,7 @@ paths: bypass_actors: type: array description: The actors that can bypass the rules in this ruleset - items: &229 + items: &230 title: Repository Ruleset Bypass Actor type: object description: An actor that can bypass rules in a ruleset @@ -35359,7 +35374,7 @@ paths: description: The html URL of the ruleset conditions: anyOf: - - &226 + - &227 title: Repository ruleset conditions for ref names type: object description: Parameters for a repository ruleset ref name @@ -35383,7 +35398,7 @@ paths: match. items: type: string - - &230 + - &231 title: Organization ruleset conditions type: object description: |- @@ -35397,7 +35412,7 @@ paths: description: Conditions to target repositories by name and refs by name allOf: - - *226 + - *227 - title: Repository ruleset conditions for repository names type: object description: Parameters for a repository name condition @@ -35431,7 +35446,7 @@ paths: description: Conditions to target repositories by id and refs by name allOf: - - *226 + - *227 - title: Repository ruleset conditions for repository IDs type: object description: Parameters for a repository ID condition @@ -35453,7 +35468,7 @@ paths: description: Conditions to target repositories by property and refs by name allOf: - - *226 + - *227 - title: Repository ruleset conditions for repository properties type: object description: Parameters for a repository property condition @@ -35466,7 +35481,7 @@ paths: description: The repository properties and values to include. All of these properties must match for the condition to pass. - items: &227 + items: &228 title: Repository ruleset property targeting definition type: object @@ -35499,7 +35514,7 @@ paths: description: The repository properties and values to exclude. The condition will not pass if any of these properties match. - items: *227 + items: *228 required: - repository_property type: @@ -35507,12 +35522,12 @@ paths: - object rules: type: array - items: &231 + items: &232 title: Repository Rule type: object description: A repository rule. oneOf: - - &517 + - &518 title: creation description: Only allow users with bypass permission to create matching refs. @@ -35524,7 +35539,7 @@ paths: type: string enum: - creation - - &518 + - &519 title: update description: Only allow users with bypass permission to update matching refs. @@ -35545,7 +35560,7 @@ paths: repository required: - update_allows_fetch_and_merge - - &520 + - &521 title: deletion description: Only allow users with bypass permissions to delete matching refs. @@ -35557,7 +35572,7 @@ paths: type: string enum: - deletion - - &521 + - &522 title: required_linear_history description: Prevent merge commits from being pushed to matching refs. @@ -35569,7 +35584,7 @@ paths: type: string enum: - required_linear_history - - &522 + - &523 title: merge_queue description: Merges must be performed via a merge queue. type: object @@ -35647,7 +35662,7 @@ paths: - merge_method - min_entries_to_merge - min_entries_to_merge_wait_minutes - - &523 + - &524 title: required_deployments description: Choose which environments must be successfully deployed to before refs can be pushed into a ref that @@ -35671,7 +35686,7 @@ paths: type: string required: - required_deployment_environments - - &524 + - &525 title: required_signatures description: Commits pushed to matching refs must have verified signatures. @@ -35683,7 +35698,7 @@ paths: type: string enum: - required_signatures - - &525 + - &526 title: pull_request description: Require all commits be made to a non-target branch and submitted via a pull request before they can @@ -35745,7 +35760,7 @@ paths: - require_last_push_approval - required_approving_review_count - required_review_thread_resolution - - &526 + - &527 title: required_status_checks description: Choose which status checks must pass before the ref is updated. When enabled, commits must first be @@ -35793,7 +35808,7 @@ paths: required: - required_status_checks - strict_required_status_checks_policy - - &527 + - &528 title: non_fast_forward description: Prevent users with push access from force pushing to refs. @@ -35805,7 +35820,7 @@ paths: type: string enum: - non_fast_forward - - &528 + - &529 title: commit_message_pattern description: Parameters to be used for the commit_message_pattern rule @@ -35841,7 +35856,7 @@ paths: required: - operator - pattern - - &529 + - &530 title: commit_author_email_pattern description: Parameters to be used for the commit_author_email_pattern rule @@ -35877,7 +35892,7 @@ paths: required: - operator - pattern - - &530 + - &531 title: committer_email_pattern description: Parameters to be used for the committer_email_pattern rule @@ -35913,7 +35928,7 @@ paths: required: - operator - pattern - - &531 + - &532 title: branch_name_pattern description: Parameters to be used for the branch_name_pattern rule @@ -35949,7 +35964,7 @@ paths: required: - operator - pattern - - &532 + - &533 title: tag_name_pattern description: Parameters to be used for the tag_name_pattern rule @@ -35985,7 +36000,7 @@ paths: required: - operator - pattern - - &533 + - &534 title: file_path_restriction description: Prevent commits that include changes in specified file and folder paths from being pushed to the commit @@ -36010,7 +36025,7 @@ paths: type: string required: - restricted_file_paths - - &534 + - &535 title: max_file_path_length description: Prevent commits that include file paths that exceed the specified character limit from being pushed @@ -36034,7 +36049,7 @@ paths: maximum: 256 required: - max_file_path_length - - &535 + - &536 title: file_extension_restriction description: Prevent commits that include files with specified file extensions from being pushed to the commit graph. @@ -36057,7 +36072,7 @@ paths: type: string required: - restricted_file_extensions - - &536 + - &537 title: max_file_size description: Prevent commits with individual files that exceed the specified limit from being pushed to the commit @@ -36082,7 +36097,7 @@ paths: maximum: 100 required: - max_file_size - - &537 + - &538 title: workflows description: Require all changes made to a targeted branch to pass the specified workflows before they can be merged. @@ -36132,7 +36147,7 @@ paths: - repository_id required: - workflows - - &538 + - &539 title: code_scanning description: Choose which tools must provide code scanning results before the reference is updated. When configured, @@ -36266,16 +36281,16 @@ paths: - push - repository default: branch - enforcement: *228 + enforcement: *229 bypass_actors: type: array description: The actors that can bypass the rules in this ruleset - items: *229 - conditions: *230 + items: *230 + conditions: *231 rules: type: array description: An array of rules within the ruleset. - items: *231 + items: *232 required: - name - enforcement @@ -36313,9 +36328,9 @@ paths: description: Response content: application/json: - schema: *232 + schema: *233 examples: - default: &233 + default: &234 value: id: 21 name: super cool ruleset @@ -36370,7 +36385,7 @@ paths: url: https://docs.github.com/rest/orgs/rule-suites#list-organization-rule-suites parameters: - *90 - - &540 + - &541 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 @@ -36385,7 +36400,7 @@ paths: in: query schema: type: string - - &541 + - &542 name: time_period description: |- The time period to filter by. @@ -36401,14 +36416,14 @@ paths: - week - month default: day - - &542 + - &543 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 - - &543 + - &544 name: rule_suite_result description: The rule results to filter on. When specified, only suites with this result will be returned. @@ -36428,7 +36443,7 @@ paths: description: Response content: application/json: - schema: &544 + schema: &545 title: Rule Suites description: Response type: array @@ -36484,7 +36499,7 @@ paths: whether rules would pass or fail if all rules in the rule suite were `active`. examples: - default: &545 + default: &546 value: - id: 21 actor_id: 12 @@ -36528,7 +36543,7 @@ paths: url: https://docs.github.com/rest/orgs/rule-suites#get-an-organization-rule-suite parameters: - *90 - - &546 + - &547 name: rule_suite_id description: |- The unique identifier of the rule suite result. @@ -36544,7 +36559,7 @@ paths: description: Response content: application/json: - schema: &547 + schema: &548 title: Rule Suite description: Response type: object @@ -36651,7 +36666,7 @@ paths: description: The detailed failure message for the rule. Null if the rule passed. examples: - default: &548 + default: &549 value: id: 21 actor_id: 12 @@ -36724,9 +36739,9 @@ paths: description: Response content: application/json: - schema: *232 + schema: *233 examples: - default: *233 + default: *234 '404': *6 '500': *143 put: @@ -36770,16 +36785,16 @@ paths: - tag - push - repository - enforcement: *228 + enforcement: *229 bypass_actors: type: array description: The actors that can bypass the rules in this ruleset - items: *229 - conditions: *230 + items: *230 + conditions: *231 rules: description: An array of rules within the ruleset. type: array - items: *231 + items: *232 examples: default: value: @@ -36814,9 +36829,9 @@ paths: description: Response content: application/json: - schema: *232 + schema: *233 examples: - default: *233 + default: *234 '404': *6 '500': *143 delete: @@ -36873,7 +36888,7 @@ paths: application/json: schema: type: array - items: &234 + items: &235 title: Ruleset version type: object description: The historical version of a ruleset @@ -36897,7 +36912,7 @@ paths: type: string format: date-time examples: - default: &550 + default: &551 value: - version_id: 3 actor: @@ -36950,9 +36965,9 @@ paths: description: Response content: application/json: - schema: &551 + schema: &552 allOf: - - *234 + - *235 - type: object required: - state @@ -37022,14 +37037,14 @@ paths: url: https://docs.github.com/rest/secret-scanning/secret-scanning#list-secret-scanning-alerts-for-an-organization parameters: - *90 - - *235 - *236 - *237 - *238 + - *239 - *46 - *19 - *17 - - &552 + - &553 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 @@ -37039,7 +37054,7 @@ paths: required: false schema: type: string - - &553 + - &554 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 @@ -37049,9 +37064,9 @@ paths: required: false schema: type: string - - *239 - *240 - *241 + - *242 responses: '200': description: Response @@ -37059,9 +37074,9 @@ paths: application/json: schema: type: array - items: *242 + items: *243 examples: - default: *243 + default: *244 headers: Link: *57 '404': *6 @@ -37131,7 +37146,7 @@ paths: application/json: schema: type: array - items: &560 + items: &561 description: A repository security advisory. type: object properties: @@ -37375,7 +37390,7 @@ paths: login: type: string description: The username of the user credited. - type: *244 + type: *245 credits_detailed: type: - array @@ -37386,7 +37401,7 @@ paths: type: object properties: user: *4 - type: *244 + type: *245 state: type: string description: The state of the user's acceptance of the @@ -37450,7 +37465,7 @@ paths: - private_fork additionalProperties: false examples: - default: &561 + default: &562 value: - ghsa_id: GHSA-abcd-1234-efgh cve_id: CVE-2050-00000 @@ -37837,9 +37852,9 @@ paths: application/json: schema: type: array - items: *201 + items: *202 examples: - default: *202 + default: *203 x-github: githubCloudOnly: false enabledForGitHubApps: true @@ -37863,7 +37878,7 @@ paths: url: https://docs.github.com/rest/orgs/security-managers#add-a-security-manager-team parameters: - *90 - - *198 + - *199 responses: '204': description: Response @@ -37889,7 +37904,7 @@ paths: url: https://docs.github.com/rest/orgs/security-managers#remove-a-security-manager-team parameters: - *90 - - *198 + - *199 responses: '204': description: Response @@ -37924,7 +37939,7 @@ paths: description: Response content: application/json: - schema: &619 + schema: &620 type: object properties: total_minutes_used: @@ -37994,7 +38009,7 @@ paths: - included_minutes - minutes_used_breakdown examples: - default: &620 + default: &621 value: total_minutes_used: 305 total_paid_minutes_used: 0 @@ -38030,7 +38045,7 @@ paths: description: Response content: application/json: - schema: &621 + schema: &622 type: object properties: total_gigabytes_bandwidth_used: @@ -38048,7 +38063,7 @@ paths: - total_paid_gigabytes_bandwidth_used - included_gigabytes_bandwidth examples: - default: &622 + default: &623 value: total_gigabytes_bandwidth_used: 50 total_paid_gigabytes_bandwidth_used: 40 @@ -38080,7 +38095,7 @@ paths: description: Response content: application/json: - schema: &623 + schema: &624 type: object properties: days_left_in_billing_cycle: @@ -38098,7 +38113,7 @@ paths: - estimated_paid_storage_for_month - estimated_storage_for_month examples: - default: &624 + default: &625 value: days_left_in_billing_cycle: 20 estimated_paid_storage_for_month: 15 @@ -38140,7 +38155,7 @@ paths: type: integer network_configurations: type: array - items: &245 + items: &246 title: Hosted compute network configuration description: A hosted compute network configuration. type: object @@ -38265,9 +38280,9 @@ paths: description: Response content: application/json: - schema: *245 + schema: *246 examples: - default: &246 + default: &247 value: id: 123456789ABCDEF name: My network configuration @@ -38296,7 +38311,7 @@ paths: url: https://docs.github.com/rest/orgs/network-configurations#get-a-hosted-compute-network-configuration-for-an-organization parameters: - *90 - - &247 + - &248 name: network_configuration_id description: Unique identifier of the hosted compute network configuration. in: path @@ -38308,9 +38323,9 @@ paths: description: Response content: application/json: - schema: *245 + schema: *246 examples: - default: *246 + default: *247 headers: Link: *57 x-github: @@ -38332,7 +38347,7 @@ paths: url: https://docs.github.com/rest/orgs/network-configurations#update-a-hosted-compute-network-configuration-for-an-organization parameters: - *90 - - *247 + - *248 requestBody: required: true content: @@ -38371,9 +38386,9 @@ paths: description: Response content: application/json: - schema: *245 + schema: *246 examples: - default: *246 + default: *247 x-github: githubCloudOnly: false enabledForGitHubApps: true @@ -38393,7 +38408,7 @@ paths: url: https://docs.github.com/rest/orgs/network-configurations#delete-a-hosted-compute-network-configuration-from-an-organization parameters: - *90 - - *247 + - *248 responses: '204': description: Response @@ -38506,7 +38521,7 @@ paths: url: https://docs.github.com/rest/copilot/copilot-metrics#get-copilot-metrics-for-a-team parameters: - *90 - - *198 + - *199 - 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`). @@ -38538,13 +38553,13 @@ paths: application/json: schema: type: array - items: *248 + items: *249 examples: - default: *249 + default: *250 '500': *143 '403': *27 '404': *6 - '422': *250 + '422': *251 x-github: githubCloudOnly: false enabledForGitHubApps: true @@ -38574,7 +38589,7 @@ paths: type: array items: *146 examples: - default: *202 + default: *203 headers: Link: *57 '403': *27 @@ -38668,7 +38683,7 @@ paths: description: Response content: application/json: - schema: &251 + schema: &252 title: Full Team description: Groups of organization members that gives permissions on specified repositories. @@ -38742,7 +38757,7 @@ paths: parent: anyOf: - type: 'null' - - *201 + - *202 members_count: type: integer examples: @@ -39048,7 +39063,7 @@ paths: - repos_count - organization examples: - default: &252 + default: &253 value: id: 1 node_id: MDQ6VGVhbTE= @@ -39119,15 +39134,15 @@ paths: url: https://docs.github.com/rest/teams/teams#get-a-team-by-name parameters: - *90 - - *198 + - *199 responses: '200': description: Response content: application/json: - schema: *251 + schema: *252 examples: - default: *252 + default: *253 '404': *6 x-github: githubCloudOnly: false @@ -39149,7 +39164,7 @@ paths: url: https://docs.github.com/rest/teams/teams#update-a-team parameters: - *90 - - *198 + - *199 requestBody: required: false content: @@ -39212,16 +39227,16 @@ paths: description: Response when the updated information already exists content: application/json: - schema: *251 + schema: *252 examples: - default: *252 + default: *253 '201': description: Response content: application/json: - schema: *251 + schema: *252 examples: - default: *252 + default: *253 '404': *6 '422': *15 '403': *27 @@ -39247,7 +39262,7 @@ paths: url: https://docs.github.com/rest/teams/teams#delete-a-team parameters: - *90 - - *198 + - *199 responses: '204': description: Response @@ -39274,7 +39289,7 @@ paths: url: https://docs.github.com/rest/teams/discussions#list-discussions parameters: - *90 - - *198 + - *199 - *46 - *17 - *19 @@ -39291,7 +39306,7 @@ paths: application/json: schema: type: array - items: &253 + items: &254 title: Team Discussion description: A team discussion is a persistent record of a free-form conversation within a team. @@ -39402,7 +39417,7 @@ paths: - updated_at - url examples: - default: &575 + default: &576 value: - author: login: octocat @@ -39477,7 +39492,7 @@ paths: url: https://docs.github.com/rest/teams/discussions#create-a-discussion parameters: - *90 - - *198 + - *199 requestBody: required: true content: @@ -39511,9 +39526,9 @@ paths: description: Response content: application/json: - schema: *253 + schema: *254 examples: - default: &254 + default: &255 value: author: login: octocat @@ -39586,8 +39601,8 @@ paths: url: https://docs.github.com/rest/teams/discussions#get-a-discussion parameters: - *90 - - *198 - - &255 + - *199 + - &256 name: discussion_number description: The number that identifies the discussion. in: path @@ -39599,9 +39614,9 @@ paths: description: Response content: application/json: - schema: *253 + schema: *254 examples: - default: *254 + default: *255 x-github: githubCloudOnly: false enabledForGitHubApps: true @@ -39624,8 +39639,8 @@ paths: url: https://docs.github.com/rest/teams/discussions#update-a-discussion parameters: - *90 - - *198 - - *255 + - *199 + - *256 requestBody: required: false content: @@ -39648,9 +39663,9 @@ paths: description: Response content: application/json: - schema: *253 + schema: *254 examples: - default: &576 + default: &577 value: author: login: octocat @@ -39721,8 +39736,8 @@ paths: url: https://docs.github.com/rest/teams/discussions#delete-a-discussion parameters: - *90 - - *198 - - *255 + - *199 + - *256 responses: '204': description: Response @@ -39749,8 +39764,8 @@ paths: url: https://docs.github.com/rest/teams/discussion-comments#list-discussion-comments parameters: - *90 - - *198 - - *255 + - *199 + - *256 - *46 - *17 - *19 @@ -39761,7 +39776,7 @@ paths: application/json: schema: type: array - items: &256 + items: &257 title: Team Discussion Comment description: A reply to a discussion within a team. type: object @@ -39841,7 +39856,7 @@ paths: - updated_at - url examples: - default: &577 + default: &578 value: - author: login: octocat @@ -39910,8 +39925,8 @@ paths: url: https://docs.github.com/rest/teams/discussion-comments#create-a-discussion-comment parameters: - *90 - - *198 - - *255 + - *199 + - *256 requestBody: required: true content: @@ -39933,9 +39948,9 @@ paths: description: Response content: application/json: - schema: *256 + schema: *257 examples: - default: &257 + default: &258 value: author: login: octocat @@ -40002,9 +40017,9 @@ paths: url: https://docs.github.com/rest/teams/discussion-comments#get-a-discussion-comment parameters: - *90 - - *198 - - *255 - - &258 + - *199 + - *256 + - &259 name: comment_number description: The number that identifies the comment. in: path @@ -40016,9 +40031,9 @@ paths: description: Response content: application/json: - schema: *256 + schema: *257 examples: - default: *257 + default: *258 x-github: githubCloudOnly: false enabledForGitHubApps: true @@ -40041,9 +40056,9 @@ paths: url: https://docs.github.com/rest/teams/discussion-comments#update-a-discussion-comment parameters: - *90 - - *198 - - *255 - - *258 + - *199 + - *256 + - *259 requestBody: required: true content: @@ -40065,9 +40080,9 @@ paths: description: Response content: application/json: - schema: *256 + schema: *257 examples: - default: &578 + default: &579 value: author: login: octocat @@ -40132,9 +40147,9 @@ paths: url: https://docs.github.com/rest/teams/discussion-comments#delete-a-discussion-comment parameters: - *90 - - *198 - - *255 - - *258 + - *199 + - *256 + - *259 responses: '204': description: Response @@ -40161,9 +40176,9 @@ paths: url: https://docs.github.com/rest/reactions/reactions#list-reactions-for-a-team-discussion-comment parameters: - *90 - - *198 - - *255 - - *258 + - *199 + - *256 + - *259 - 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. @@ -40189,7 +40204,7 @@ paths: application/json: schema: type: array - items: &259 + items: &260 title: Reaction description: Reactions to conversations provide a way to help people express their feelings more simply and effectively. @@ -40233,7 +40248,7 @@ paths: - content - created_at examples: - default: &261 + default: &262 value: - id: 1 node_id: MDg6UmVhY3Rpb24x @@ -40284,9 +40299,9 @@ paths: url: https://docs.github.com/rest/reactions/reactions#create-reaction-for-a-team-discussion-comment parameters: - *90 - - *198 - - *255 - - *258 + - *199 + - *256 + - *259 requestBody: required: true content: @@ -40319,9 +40334,9 @@ paths: team discussion comment content: application/json: - schema: *259 + schema: *260 examples: - default: &260 + default: &261 value: id: 1 node_id: MDg6UmVhY3Rpb24x @@ -40350,9 +40365,9 @@ paths: description: Response content: application/json: - schema: *259 + schema: *260 examples: - default: *260 + default: *261 x-github: githubCloudOnly: false enabledForGitHubApps: true @@ -40376,10 +40391,10 @@ paths: url: https://docs.github.com/rest/reactions/reactions#delete-team-discussion-comment-reaction parameters: - *90 - - *198 - - *255 - - *258 - - &262 + - *199 + - *256 + - *259 + - &263 name: reaction_id description: The unique identifier of the reaction. in: path @@ -40412,8 +40427,8 @@ paths: url: https://docs.github.com/rest/reactions/reactions#list-reactions-for-a-team-discussion parameters: - *90 - - *198 - - *255 + - *199 + - *256 - 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. @@ -40439,9 +40454,9 @@ paths: application/json: schema: type: array - items: *259 + items: *260 examples: - default: *261 + default: *262 headers: Link: *57 x-github: @@ -40468,8 +40483,8 @@ paths: url: https://docs.github.com/rest/reactions/reactions#create-reaction-for-a-team-discussion parameters: - *90 - - *198 - - *255 + - *199 + - *256 requestBody: required: true content: @@ -40501,16 +40516,16 @@ paths: description: Response content: application/json: - schema: *259 + schema: *260 examples: - default: *260 + default: *261 '201': description: Response content: application/json: - schema: *259 + schema: *260 examples: - default: *260 + default: *261 x-github: githubCloudOnly: false enabledForGitHubApps: false @@ -40534,9 +40549,9 @@ paths: url: https://docs.github.com/rest/reactions/reactions#delete-team-discussion-reaction parameters: - *90 - - *198 - - *255 - - *262 + - *199 + - *256 + - *263 responses: '204': description: Response @@ -40561,7 +40576,7 @@ paths: url: https://docs.github.com/rest/teams/members#list-pending-team-invitations parameters: - *90 - - *198 + - *199 - *17 - *19 responses: @@ -40571,9 +40586,9 @@ paths: application/json: schema: type: array - items: *181 + items: *182 examples: - default: *182 + default: *183 headers: Link: *57 x-github: @@ -40596,7 +40611,7 @@ paths: url: https://docs.github.com/rest/teams/members#list-team-members parameters: - *90 - - *198 + - *199 - name: role description: Filters members returned by their role in the team. in: query @@ -40619,7 +40634,7 @@ paths: type: array items: *4 examples: - default: *189 + default: *190 headers: Link: *57 x-github: @@ -40650,14 +40665,14 @@ paths: url: https://docs.github.com/rest/teams/members#get-team-membership-for-a-user parameters: - *90 - - *198 + - *199 - *128 responses: '200': description: Response content: application/json: - schema: &263 + schema: &264 title: Team Membership description: Team Membership type: object @@ -40685,7 +40700,7 @@ paths: - state - url examples: - response-if-user-is-a-team-maintainer: &579 + response-if-user-is-a-team-maintainer: &580 summary: Response if user is a team maintainer value: url: https://api.github.com/teams/1/memberships/octocat @@ -40722,7 +40737,7 @@ paths: url: https://docs.github.com/rest/teams/members#add-or-update-team-membership-for-a-user parameters: - *90 - - *198 + - *199 - *128 requestBody: required: false @@ -40748,9 +40763,9 @@ paths: description: Response content: application/json: - schema: *263 + schema: *264 examples: - response-if-users-membership-with-team-is-now-pending: &580 + response-if-users-membership-with-team-is-now-pending: &581 summary: Response if user's membership with team is now pending value: url: https://api.github.com/teams/1/memberships/octocat @@ -40786,7 +40801,7 @@ paths: url: https://docs.github.com/rest/teams/members#remove-team-membership-for-a-user parameters: - *90 - - *198 + - *199 - *128 responses: '204': @@ -40813,7 +40828,7 @@ paths: url: https://docs.github.com/rest/teams/teams#list-team-projects parameters: - *90 - - *198 + - *199 - *17 - *19 responses: @@ -40823,7 +40838,7 @@ paths: application/json: schema: type: array - items: &264 + items: &265 title: Team Project description: A team's access to a project. type: object @@ -40892,7 +40907,7 @@ paths: - updated_at - permissions examples: - default: &581 + default: &582 value: - owner_url: https://api.github.com/orgs/octocat url: https://api.github.com/projects/1002605 @@ -40956,8 +40971,8 @@ paths: url: https://docs.github.com/rest/teams/teams#check-team-permissions-for-a-project parameters: - *90 - - *198 - - &265 + - *199 + - &266 name: project_id description: The unique identifier of the project. in: path @@ -40969,9 +40984,9 @@ paths: description: Response content: application/json: - schema: *264 + schema: *265 examples: - default: &582 + default: &583 value: owner_url: https://api.github.com/orgs/octocat url: https://api.github.com/projects/1002605 @@ -41034,8 +41049,8 @@ paths: url: https://docs.github.com/rest/teams/teams#add-or-update-team-project-permissions parameters: - *90 - - *198 - - *265 + - *199 + - *266 requestBody: required: false content: @@ -41103,8 +41118,8 @@ paths: url: https://docs.github.com/rest/teams/teams#remove-a-project-from-a-team parameters: - *90 - - *198 - - *265 + - *199 + - *266 responses: '204': description: Response @@ -41132,7 +41147,7 @@ paths: url: https://docs.github.com/rest/teams/teams#list-team-repositories parameters: - *90 - - *198 + - *199 - *17 - *19 responses: @@ -41144,7 +41159,7 @@ paths: type: array items: *115 examples: - default: *209 + default: *210 headers: Link: *57 x-github: @@ -41174,15 +41189,15 @@ paths: url: https://docs.github.com/rest/teams/teams#check-team-permissions-for-a-repository parameters: - *90 - - *198 - - *266 + - *199 - *267 + - *268 responses: '200': description: Alternative response with repository permissions content: application/json: - schema: &583 + schema: &584 title: Team Repository description: A team's access to a repository. type: object @@ -41824,9 +41839,9 @@ paths: url: https://docs.github.com/rest/teams/teams#add-or-update-team-repository-permissions parameters: - *90 - - *198 - - *266 + - *199 - *267 + - *268 requestBody: required: false content: @@ -41872,9 +41887,9 @@ paths: url: https://docs.github.com/rest/teams/teams#remove-a-repository-from-a-team parameters: - *90 - - *198 - - *266 + - *199 - *267 + - *268 responses: '204': description: Response @@ -41899,7 +41914,7 @@ paths: url: https://docs.github.com/rest/teams/teams#list-child-teams parameters: - *90 - - *198 + - *199 - *17 - *19 responses: @@ -41911,7 +41926,7 @@ paths: type: array items: *146 examples: - response-if-child-teams-exist: &584 + response-if-child-teams-exist: &585 value: - id: 2 node_id: MDQ6VGVhbTI= @@ -42038,7 +42053,7 @@ paths: description: API method documentation url: https://docs.github.com/rest/projects/cards#get-a-project-card parameters: - - &268 + - &269 name: card_id description: The unique identifier of the card. in: path @@ -42050,7 +42065,7 @@ paths: description: Response content: application/json: - schema: &269 + schema: &270 title: Project Card description: Project cards represent a scope of work. type: object @@ -42125,7 +42140,7 @@ paths: - created_at - updated_at examples: - default: &270 + default: &271 value: url: https://api.github.com/projects/columns/cards/1478 id: 1478 @@ -42181,7 +42196,7 @@ paths: description: API method documentation url: https://docs.github.com/rest/projects/cards#update-an-existing-project-card parameters: - - *268 + - *269 requestBody: required: false content: @@ -42211,9 +42226,9 @@ paths: description: Response content: application/json: - schema: *269 + schema: *270 examples: - default: *270 + default: *271 '304': *35 '403': *27 '401': *23 @@ -42240,7 +42255,7 @@ paths: description: API method documentation url: https://docs.github.com/rest/projects/cards#delete-a-project-card parameters: - - *268 + - *269 responses: '204': description: Response @@ -42284,7 +42299,7 @@ paths: description: API method documentation url: https://docs.github.com/rest/projects/cards#move-a-project-card parameters: - - *268 + - *269 requestBody: required: true content: @@ -42397,7 +42412,7 @@ paths: description: API method documentation url: https://docs.github.com/rest/projects/columns#get-a-project-column parameters: - - &271 + - &272 name: column_id description: The unique identifier of the column. in: path @@ -42409,7 +42424,7 @@ paths: description: Response content: application/json: - schema: &272 + schema: &273 title: Project Column description: Project columns contain cards of work. type: object @@ -42463,7 +42478,7 @@ paths: - created_at - updated_at examples: - default: &273 + default: &274 value: url: https://api.github.com/projects/columns/367 project_url: https://api.github.com/projects/120 @@ -42498,7 +42513,7 @@ paths: description: API method documentation url: https://docs.github.com/rest/projects/columns#update-an-existing-project-column parameters: - - *271 + - *272 requestBody: required: true content: @@ -42523,9 +42538,9 @@ paths: description: Response content: application/json: - schema: *272 + schema: *273 examples: - default: *273 + default: *274 '304': *35 '403': *27 '401': *23 @@ -42550,7 +42565,7 @@ paths: description: API method documentation url: https://docs.github.com/rest/projects/columns#delete-a-project-column parameters: - - *271 + - *272 responses: '204': description: Response @@ -42579,7 +42594,7 @@ paths: description: API method documentation url: https://docs.github.com/rest/projects/cards#list-project-cards parameters: - - *271 + - *272 - name: archived_state description: Filters the project cards that are returned by the card's state. in: query @@ -42600,7 +42615,7 @@ paths: application/json: schema: type: array - items: *269 + items: *270 examples: default: value: @@ -42659,7 +42674,7 @@ paths: description: API method documentation url: https://docs.github.com/rest/projects/cards#create-a-project-card parameters: - - *271 + - *272 requestBody: required: true content: @@ -42703,9 +42718,9 @@ paths: description: Response content: application/json: - schema: *269 + schema: *270 examples: - default: *270 + default: *271 '304': *35 '403': *27 '401': *23 @@ -42761,7 +42776,7 @@ paths: description: API method documentation url: https://docs.github.com/rest/projects/columns#move-a-project-column parameters: - - *271 + - *272 requestBody: required: true content: @@ -42822,15 +42837,15 @@ paths: description: API method documentation url: https://docs.github.com/rest/projects/projects#get-a-project parameters: - - *265 + - *266 responses: '200': description: Response content: application/json: - schema: *219 + schema: *220 examples: - default: &274 + default: &275 value: owner_url: https://api.github.com/repos/api-playground/projects-test url: https://api.github.com/projects/1002604 @@ -42887,7 +42902,7 @@ paths: description: API method documentation url: https://docs.github.com/rest/projects/projects#update-a-project parameters: - - *265 + - *266 requestBody: required: false content: @@ -42936,9 +42951,9 @@ paths: description: Response content: application/json: - schema: *219 + schema: *220 examples: - default: *274 + default: *275 '404': description: Not Found if the authenticated user does not have access to the project @@ -42959,7 +42974,7 @@ paths: items: type: string '401': *23 - '410': *275 + '410': *276 '422': *7 x-github: githubCloudOnly: false @@ -42982,7 +42997,7 @@ paths: description: API method documentation url: https://docs.github.com/rest/projects/projects#delete-a-project parameters: - - *265 + - *266 responses: '204': description: Delete Success @@ -43003,7 +43018,7 @@ paths: items: type: string '401': *23 - '410': *275 + '410': *276 '404': *6 x-github: githubCloudOnly: false @@ -43027,7 +43042,7 @@ paths: description: API method documentation url: https://docs.github.com/rest/projects/collaborators#list-project-collaborators parameters: - - *265 + - *266 - 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 @@ -43054,7 +43069,7 @@ paths: type: array items: *4 examples: - default: *189 + default: *190 headers: Link: *57 '404': *6 @@ -43084,7 +43099,7 @@ paths: description: API method documentation url: https://docs.github.com/rest/projects/collaborators#add-project-collaborator parameters: - - *265 + - *266 - *128 requestBody: required: false @@ -43139,7 +43154,7 @@ paths: description: API method documentation url: https://docs.github.com/rest/projects/collaborators#remove-user-as-a-collaborator parameters: - - *265 + - *266 - *128 responses: '204': @@ -43171,7 +43186,7 @@ paths: description: API method documentation url: https://docs.github.com/rest/projects/collaborators#get-project-permission-for-a-user parameters: - - *265 + - *266 - *128 responses: '200': @@ -43242,7 +43257,7 @@ paths: description: API method documentation url: https://docs.github.com/rest/projects/columns#list-project-columns parameters: - - *265 + - *266 - *17 - *19 responses: @@ -43252,7 +43267,7 @@ paths: application/json: schema: type: array - items: *272 + items: *273 examples: default: value: @@ -43290,7 +43305,7 @@ paths: description: API method documentation url: https://docs.github.com/rest/projects/columns#create-a-project-column parameters: - - *265 + - *266 requestBody: required: true content: @@ -43314,7 +43329,7 @@ paths: description: Response content: application/json: - schema: *272 + schema: *273 examples: default: value: @@ -43378,7 +43393,7 @@ paths: resources: type: object properties: - core: &276 + core: &277 title: Rate Limit type: object properties: @@ -43395,20 +43410,20 @@ paths: - remaining - reset - used - graphql: *276 - search: *276 - code_search: *276 - source_import: *276 - integration_manifest: *276 - code_scanning_upload: *276 - actions_runner_registration: *276 - scim: *276 - dependency_snapshots: *276 - code_scanning_autofix: *276 + graphql: *277 + search: *277 + code_search: *277 + source_import: *277 + integration_manifest: *277 + code_scanning_upload: *277 + actions_runner_registration: *277 + scim: *277 + dependency_snapshots: *277 + code_scanning_autofix: *277 required: - core - search - rate: *276 + rate: *277 required: - rate - resources @@ -43512,14 +43527,14 @@ paths: description: API method documentation url: https://docs.github.com/rest/repos/repos#get-a-repository parameters: - - *266 - *267 + - *268 responses: '200': description: Response content: application/json: - schema: *277 + schema: *278 examples: default-response: summary: Default response @@ -44020,7 +44035,7 @@ paths: status: disabled '403': *27 '404': *6 - '301': *278 + '301': *279 x-github: githubCloudOnly: false enabledForGitHubApps: true @@ -44038,8 +44053,8 @@ paths: description: API method documentation url: https://docs.github.com/rest/repos/repos#update-a-repository parameters: - - *266 - *267 + - *268 requestBody: required: false content: @@ -44284,10 +44299,10 @@ paths: description: Response content: application/json: - schema: *277 + schema: *278 examples: - default: *279 - '307': &280 + default: *280 + '307': &281 description: Temporary Redirect content: application/json: @@ -44316,8 +44331,8 @@ paths: description: API method documentation url: https://docs.github.com/rest/repos/repos#delete-a-repository parameters: - - *266 - *267 + - *268 responses: '204': description: Response @@ -44339,7 +44354,7 @@ paths: value: message: Organization members cannot delete repositories. documentation_url: https://docs.github.com/rest/repos/repos#delete-a-repository - '307': *280 + '307': *281 '404': *6 x-github: githubCloudOnly: false @@ -44362,11 +44377,11 @@ paths: description: API method documentation url: https://docs.github.com/rest/actions/artifacts#list-artifacts-for-a-repository parameters: - - *266 - *267 + - *268 - *17 - *19 - - &306 + - &307 name: name description: The name field of an artifact. When specified, only artifacts with this name will be returned. @@ -44389,7 +44404,7 @@ paths: type: integer artifacts: type: array - items: &281 + items: &282 title: Artifact description: An artifact type: object @@ -44484,7 +44499,7 @@ paths: - expires_at - updated_at examples: - default: &307 + default: &308 value: total_count: 2 artifacts: @@ -44545,9 +44560,9 @@ paths: description: API method documentation url: https://docs.github.com/rest/actions/artifacts#get-an-artifact parameters: - - *266 - *267 - - &282 + - *268 + - &283 name: artifact_id description: The unique identifier of the artifact. in: path @@ -44559,7 +44574,7 @@ paths: description: Response content: application/json: - schema: *281 + schema: *282 examples: default: value: @@ -44597,9 +44612,9 @@ paths: description: API method documentation url: https://docs.github.com/rest/actions/artifacts#delete-an-artifact parameters: - - *266 - *267 - - *282 + - *268 + - *283 responses: '204': description: Response @@ -44623,9 +44638,9 @@ paths: description: API method documentation url: https://docs.github.com/rest/actions/artifacts#download-an-artifact parameters: - - *266 - *267 - - *282 + - *268 + - *283 - name: archive_format in: path required: true @@ -44639,7 +44654,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': *275 + '410': *276 x-github: githubCloudOnly: false enabledForGitHubApps: true @@ -44662,14 +44677,14 @@ paths: description: API method documentation url: https://docs.github.com/rest/actions/cache#get-github-actions-cache-usage-for-a-repository parameters: - - *266 - *267 + - *268 responses: '200': description: Response content: application/json: - schema: *283 + schema: *284 examples: default: value: @@ -44695,11 +44710,11 @@ paths: description: API method documentation url: https://docs.github.com/rest/actions/cache#list-github-actions-caches-for-a-repository parameters: - - *266 - *267 + - *268 - *17 - *19 - - &284 + - &285 name: ref description: The full Git reference for narrowing down the cache. The `ref` for a branch should be formatted as `refs/heads/`. To reference @@ -44733,7 +44748,7 @@ paths: description: Response content: application/json: - schema: &285 + schema: &286 title: Repository actions caches description: Repository actions caches type: object @@ -44783,7 +44798,7 @@ paths: - total_count - actions_caches examples: - default: &286 + default: &287 value: total_count: 1 actions_caches: @@ -44815,23 +44830,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: - - *266 - *267 + - *268 - name: key description: A key for identifying the cache. in: query required: true schema: type: string - - *284 + - *285 responses: '200': description: Response content: application/json: - schema: *285 + schema: *286 examples: - default: *286 + default: *287 x-github: githubCloudOnly: false enabledForGitHubApps: true @@ -44851,8 +44866,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: - - *266 - *267 + - *268 - name: cache_id description: The unique identifier of the GitHub Actions cache. in: path @@ -44883,9 +44898,9 @@ paths: description: API method documentation url: https://docs.github.com/rest/actions/workflow-jobs#get-a-job-for-a-workflow-run parameters: - - *266 - *267 - - &287 + - *268 + - &288 name: job_id description: The unique identifier of the job. in: path @@ -44897,7 +44912,7 @@ paths: description: Response content: application/json: - schema: &310 + schema: &311 title: Job description: Information of a job execution in a workflow run type: object @@ -45244,9 +45259,9 @@ paths: description: API method documentation url: https://docs.github.com/rest/actions/workflow-jobs#download-job-logs-for-a-workflow-run parameters: - - *266 - *267 - - *287 + - *268 + - *288 responses: '302': description: Response @@ -45274,9 +45289,9 @@ paths: description: API method documentation url: https://docs.github.com/rest/actions/workflow-runs#re-run-a-job-from-a-workflow-run parameters: - - *266 - *267 - - *287 + - *268 + - *288 requestBody: required: false content: @@ -45322,8 +45337,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: - - *266 - *267 + - *268 responses: '200': description: Status response @@ -45373,8 +45388,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: - - *266 - *267 + - *268 requestBody: required: true content: @@ -45437,8 +45452,8 @@ paths: description: API method documentation url: https://docs.github.com/rest/actions/secrets#list-repository-organization-secrets parameters: - - *266 - *267 + - *268 - *17 - *19 responses: @@ -45456,7 +45471,7 @@ paths: type: integer secrets: type: array - items: &312 + items: &313 title: Actions Secret description: Set secrets for GitHub Actions. type: object @@ -45477,7 +45492,7 @@ paths: - created_at - updated_at examples: - default: &313 + default: &314 value: total_count: 2 secrets: @@ -45510,9 +45525,9 @@ paths: description: API method documentation url: https://docs.github.com/rest/actions/variables#list-repository-organization-variables parameters: - - *266 - *267 - - *288 + - *268 + - *289 - *19 responses: '200': @@ -45529,7 +45544,7 @@ paths: type: integer variables: type: array - items: &316 + items: &317 title: Actions Variable type: object properties: @@ -45563,7 +45578,7 @@ paths: - created_at - updated_at examples: - default: &317 + default: &318 value: total_count: 2 variables: @@ -45596,8 +45611,8 @@ paths: description: API method documentation url: https://docs.github.com/rest/actions/permissions#get-github-actions-permissions-for-a-repository parameters: - - *266 - *267 + - *268 responses: '200': description: Response @@ -45606,11 +45621,11 @@ paths: schema: type: object properties: - enabled: &290 + enabled: &291 type: boolean description: Whether GitHub Actions is enabled on the repository. allowed_actions: *104 - selected_actions_url: *289 + selected_actions_url: *290 required: - enabled examples: @@ -45637,8 +45652,8 @@ paths: description: API method documentation url: https://docs.github.com/rest/actions/permissions#set-github-actions-permissions-for-a-repository parameters: - - *266 - *267 + - *268 responses: '204': description: Response @@ -45649,7 +45664,7 @@ paths: schema: type: object properties: - enabled: *290 + enabled: *291 allowed_actions: *104 required: - enabled @@ -45679,14 +45694,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: - - *266 - *267 + - *268 responses: '200': description: Response content: application/json: - schema: &291 + schema: &292 type: object properties: access_level: @@ -45703,7 +45718,7 @@ paths: required: - access_level examples: - default: &292 + default: &293 value: access_level: organization x-github: @@ -45727,15 +45742,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: - - *266 - *267 + - *268 requestBody: required: true content: application/json: - schema: *291 + schema: *292 examples: - default: *292 + default: *293 responses: '204': description: Response @@ -45759,8 +45774,8 @@ paths: description: API method documentation url: https://docs.github.com/rest/actions/permissions#get-allowed-actions-and-reusable-workflows-for-a-repository parameters: - - *266 - *267 + - *268 responses: '200': description: Response @@ -45787,8 +45802,8 @@ paths: description: API method documentation url: https://docs.github.com/rest/actions/permissions#set-allowed-actions-and-reusable-workflows-for-a-repository parameters: - - *266 - *267 + - *268 responses: '204': description: Response @@ -45820,14 +45835,14 @@ paths: description: API method documentation url: https://docs.github.com/rest/actions/permissions#get-default-workflow-permissions-for-a-repository parameters: - - *266 - *267 + - *268 responses: '200': description: Response content: application/json: - schema: *293 + schema: *294 examples: default: *110 x-github: @@ -45850,8 +45865,8 @@ paths: description: API method documentation url: https://docs.github.com/rest/actions/permissions#set-default-workflow-permissions-for-a-repository parameters: - - *266 - *267 + - *268 responses: '204': description: Success response @@ -45862,7 +45877,7 @@ paths: required: true content: application/json: - schema: *294 + schema: *295 examples: default: *110 x-github: @@ -45891,8 +45906,8 @@ paths: in: query schema: type: string - - *266 - *267 + - *268 - *17 - *19 responses: @@ -45936,8 +45951,8 @@ paths: description: API method documentation url: https://docs.github.com/rest/actions/self-hosted-runners#list-runner-applications-for-a-repository parameters: - - *266 - *267 + - *268 responses: '200': description: Response @@ -45945,9 +45960,9 @@ paths: application/json: schema: type: array - items: *295 + items: *296 examples: - default: *296 + default: *297 x-github: githubCloudOnly: false enabledForGitHubApps: true @@ -45969,8 +45984,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: - - *266 - *267 + - *268 requestBody: required: true content: @@ -46013,7 +46028,7 @@ paths: - no-gpu work_folder: _work responses: - '201': *297 + '201': *298 '404': *6 '422': *7 '409': *44 @@ -46044,8 +46059,8 @@ paths: description: API method documentation url: https://docs.github.com/rest/actions/self-hosted-runners#create-a-registration-token-for-a-repository parameters: - - *266 - *267 + - *268 responses: '201': description: Response @@ -46053,7 +46068,7 @@ paths: application/json: schema: *119 examples: - default: *298 + default: *299 x-github: githubCloudOnly: false enabledForGitHubApps: true @@ -46081,8 +46096,8 @@ paths: description: API method documentation url: https://docs.github.com/rest/actions/self-hosted-runners#create-a-remove-token-for-a-repository parameters: - - *266 - *267 + - *268 responses: '201': description: Response @@ -46090,7 +46105,7 @@ paths: application/json: schema: *119 examples: - default: *299 + default: *300 x-github: githubCloudOnly: false enabledForGitHubApps: true @@ -46112,8 +46127,8 @@ paths: description: API method documentation url: https://docs.github.com/rest/actions/self-hosted-runners#get-a-self-hosted-runner-for-a-repository parameters: - - *266 - *267 + - *268 - *116 responses: '200': @@ -46122,7 +46137,7 @@ paths: application/json: schema: *117 examples: - default: *300 + default: *301 x-github: githubCloudOnly: false enabledForGitHubApps: true @@ -46143,8 +46158,8 @@ paths: description: API method documentation url: https://docs.github.com/rest/actions/self-hosted-runners#delete-a-self-hosted-runner-from-a-repository parameters: - - *266 - *267 + - *268 - *116 responses: '204': @@ -46170,8 +46185,8 @@ 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: - - *266 - *267 + - *268 - *116 responses: '200': *121 @@ -46196,8 +46211,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-a-repository parameters: - - *266 - *267 + - *268 - *116 requestBody: required: true @@ -46246,8 +46261,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-a-repository parameters: - - *266 - *267 + - *268 - *116 requestBody: required: true @@ -46297,11 +46312,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: - - *266 - *267 + - *268 - *116 responses: - '200': *301 + '200': *302 '404': *6 x-github: githubCloudOnly: false @@ -46328,10 +46343,10 @@ 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: - - *266 - *267 + - *268 - *116 - - *302 + - *303 responses: '200': *121 '404': *6 @@ -46359,9 +46374,9 @@ paths: description: API method documentation url: https://docs.github.com/rest/actions/workflow-runs#list-workflow-runs-for-a-repository parameters: - - *266 - *267 - - &320 + - *268 + - &321 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. @@ -46369,7 +46384,7 @@ paths: required: false schema: type: string - - &321 + - &322 name: branch description: Returns workflow runs associated with a branch. Use the name of the branch of the `push`. @@ -46377,7 +46392,7 @@ paths: required: false schema: type: string - - &322 + - &323 name: event description: Returns workflow run triggered by the event you specify. For example, `push`, `pull_request` or `issue`. For more information, see "[Events @@ -46386,7 +46401,7 @@ paths: required: false schema: type: string - - &323 + - &324 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 @@ -46413,7 +46428,7 @@ paths: - pending - *17 - *19 - - &324 + - &325 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)." @@ -46422,7 +46437,7 @@ paths: schema: type: string format: date-time - - &303 + - &304 name: exclude_pull_requests description: If `true` pull requests are omitted from the response (empty array). @@ -46431,13 +46446,13 @@ paths: schema: type: boolean default: false - - &325 + - &326 name: check_suite_id description: Returns workflow runs with the `check_suite_id` that you specify. in: query schema: type: integer - - &326 + - &327 name: head_sha description: Only returns workflow runs that are associated with the specified `head_sha`. @@ -46460,7 +46475,7 @@ paths: type: integer workflow_runs: type: array - items: &304 + items: &305 title: Workflow Run description: An invocation of a workflow type: object @@ -46577,7 +46592,7 @@ paths: type: - array - 'null' - items: &345 + items: &346 title: Pull Request Minimal type: object properties: @@ -46704,7 +46719,7 @@ paths: head_commit: anyOf: - type: 'null' - - &349 + - &350 title: Simple Commit description: A commit. type: object @@ -46819,7 +46834,7 @@ paths: - workflow_url - pull_requests examples: - default: &327 + default: &328 value: total_count: 1 workflow_runs: @@ -47055,24 +47070,24 @@ paths: description: API method documentation url: https://docs.github.com/rest/actions/workflow-runs#get-a-workflow-run parameters: - - *266 - *267 - - &305 + - *268 + - &306 name: run_id description: The unique identifier of the workflow run. in: path required: true schema: type: integer - - *303 + - *304 responses: '200': description: Response content: application/json: - schema: *304 + schema: *305 examples: - default: &308 + default: &309 value: id: 30433642 name: Build @@ -47313,9 +47328,9 @@ paths: description: API method documentation url: https://docs.github.com/rest/actions/workflow-runs#delete-a-workflow-run parameters: - - *266 - *267 - - *305 + - *268 + - *306 responses: '204': description: Response @@ -47338,9 +47353,9 @@ paths: description: API method documentation url: https://docs.github.com/rest/actions/workflow-runs#get-the-review-history-for-a-workflow-run parameters: - - *266 - *267 - - *305 + - *268 + - *306 responses: '200': description: Response @@ -47468,9 +47483,9 @@ paths: description: API method documentation url: https://docs.github.com/rest/actions/workflow-runs#approve-a-workflow-run-for-a-fork-pull-request parameters: - - *266 - *267 - - *305 + - *268 + - *306 responses: '201': description: Response @@ -47503,12 +47518,12 @@ paths: description: API method documentation url: https://docs.github.com/rest/actions/artifacts#list-workflow-run-artifacts parameters: - - *266 - *267 - - *305 + - *268 + - *306 - *17 - *19 - - *306 + - *307 responses: '200': description: Response @@ -47524,9 +47539,9 @@ paths: type: integer artifacts: type: array - items: *281 + items: *282 examples: - default: *307 + default: *308 headers: Link: *57 x-github: @@ -47550,25 +47565,25 @@ paths: description: API method documentation url: https://docs.github.com/rest/actions/workflow-runs#get-a-workflow-run-attempt parameters: - - *266 - *267 - - *305 - - &309 + - *268 + - *306 + - &310 name: attempt_number description: The attempt number of the workflow run. in: path required: true schema: type: integer - - *303 + - *304 responses: '200': description: Response content: application/json: - schema: *304 + schema: *305 examples: - default: *308 + default: *309 x-github: githubCloudOnly: false enabledForGitHubApps: true @@ -47591,10 +47606,10 @@ paths: description: API method documentation url: https://docs.github.com/rest/actions/workflow-jobs#list-jobs-for-a-workflow-run-attempt parameters: - - *266 - *267 - - *305 - - *309 + - *268 + - *306 + - *310 - *17 - *19 responses: @@ -47612,9 +47627,9 @@ paths: type: integer jobs: type: array - items: *310 + items: *311 examples: - default: &311 + default: &312 value: total_count: 1 jobs: @@ -47727,10 +47742,10 @@ paths: description: API method documentation url: https://docs.github.com/rest/actions/workflow-runs#download-workflow-run-attempt-logs parameters: - - *266 - *267 - - *305 - - *309 + - *268 + - *306 + - *310 responses: '302': description: Response @@ -47758,9 +47773,9 @@ paths: description: API method documentation url: https://docs.github.com/rest/actions/workflow-runs#cancel-a-workflow-run parameters: - - *266 - *267 - - *305 + - *268 + - *306 responses: '202': description: Response @@ -47793,9 +47808,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: - - *266 - *267 - - *305 + - *268 + - *306 requestBody: required: true content: @@ -47862,9 +47877,9 @@ paths: description: API method documentation url: https://docs.github.com/rest/actions/workflow-runs#force-cancel-a-workflow-run parameters: - - *266 - *267 - - *305 + - *268 + - *306 responses: '202': description: Response @@ -47897,9 +47912,9 @@ paths: description: API method documentation url: https://docs.github.com/rest/actions/workflow-jobs#list-jobs-for-a-workflow-run parameters: - - *266 - *267 - - *305 + - *268 + - *306 - 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 @@ -47929,9 +47944,9 @@ paths: type: integer jobs: type: array - items: *310 + items: *311 examples: - default: *311 + default: *312 headers: Link: *57 x-github: @@ -47956,9 +47971,9 @@ paths: description: API method documentation url: https://docs.github.com/rest/actions/workflow-runs#download-workflow-run-logs parameters: - - *266 - *267 - - *305 + - *268 + - *306 responses: '302': description: Response @@ -47985,9 +48000,9 @@ paths: description: API method documentation url: https://docs.github.com/rest/actions/workflow-runs#delete-workflow-run-logs parameters: - - *266 - *267 - - *305 + - *268 + - *306 responses: '204': description: Response @@ -48014,9 +48029,9 @@ paths: description: API method documentation url: https://docs.github.com/rest/actions/workflow-runs#get-pending-deployments-for-a-workflow-run parameters: - - *266 - *267 - - *305 + - *268 + - *306 responses: '200': description: Response @@ -48085,7 +48100,7 @@ paths: items: type: object properties: - type: &423 + type: &424 type: string description: The type of reviewer. enum: @@ -48171,9 +48186,9 @@ paths: description: API method documentation url: https://docs.github.com/rest/actions/workflow-runs#review-pending-deployments-for-a-workflow-run parameters: - - *266 - *267 - - *305 + - *268 + - *306 requestBody: required: true content: @@ -48223,7 +48238,7 @@ paths: application/json: schema: type: array - items: &418 + items: &419 title: Deployment description: A request for a specific ref(branch,sha,tag) to be deployed @@ -48335,7 +48350,7 @@ paths: - created_at - updated_at examples: - default: &419 + default: &420 value: - url: https://api.github.com/repos/octocat/example/deployments/1 id: 1 @@ -48391,9 +48406,9 @@ paths: description: API method documentation url: https://docs.github.com/rest/actions/workflow-runs#re-run-a-workflow parameters: - - *266 - *267 - - *305 + - *268 + - *306 requestBody: required: false content: @@ -48438,9 +48453,9 @@ paths: description: API method documentation url: https://docs.github.com/rest/actions/workflow-runs#re-run-failed-jobs-from-a-workflow-run parameters: - - *266 - *267 - - *305 + - *268 + - *306 requestBody: required: false content: @@ -48494,9 +48509,9 @@ paths: description: API method documentation url: https://docs.github.com/rest/actions/workflow-runs#get-workflow-run-usage parameters: - - *266 - *267 - - *305 + - *268 + - *306 responses: '200': description: Response @@ -48633,8 +48648,8 @@ paths: description: API method documentation url: https://docs.github.com/rest/actions/secrets#list-repository-secrets parameters: - - *266 - *267 + - *268 - *17 - *19 responses: @@ -48652,9 +48667,9 @@ paths: type: integer secrets: type: array - items: *312 + items: *313 examples: - default: *313 + default: *314 headers: Link: *57 x-github: @@ -48679,16 +48694,16 @@ paths: description: API method documentation url: https://docs.github.com/rest/actions/secrets#get-a-repository-public-key parameters: - - *266 - *267 + - *268 responses: '200': description: Response content: application/json: - schema: *314 + schema: *315 examples: - default: *315 + default: *316 x-github: githubCloudOnly: false enabledForGitHubApps: true @@ -48710,17 +48725,17 @@ paths: description: API method documentation url: https://docs.github.com/rest/actions/secrets#get-a-repository-secret parameters: - - *266 - *267 + - *268 - *123 responses: '200': description: Response content: application/json: - schema: *312 + schema: *313 examples: - default: &436 + default: &437 value: name: GH_TOKEN created_at: '2019-08-10T14:59:22Z' @@ -48746,8 +48761,8 @@ paths: description: API method documentation url: https://docs.github.com/rest/actions/secrets#create-or-update-a-repository-secret parameters: - - *266 - *267 + - *268 - *123 requestBody: required: true @@ -48805,8 +48820,8 @@ paths: description: API method documentation url: https://docs.github.com/rest/actions/secrets#delete-a-repository-secret parameters: - - *266 - *267 + - *268 - *123 responses: '204': @@ -48832,9 +48847,9 @@ paths: description: API method documentation url: https://docs.github.com/rest/actions/variables#list-repository-variables parameters: - - *266 - *267 - - *288 + - *268 + - *289 - *19 responses: '200': @@ -48851,9 +48866,9 @@ paths: type: integer variables: type: array - items: *316 + items: *317 examples: - default: *317 + default: *318 headers: Link: *57 x-github: @@ -48876,8 +48891,8 @@ paths: description: API method documentation url: https://docs.github.com/rest/actions/variables#create-a-repository-variable parameters: - - *266 - *267 + - *268 requestBody: required: true content: @@ -48929,17 +48944,17 @@ paths: description: API method documentation url: https://docs.github.com/rest/actions/variables#get-a-repository-variable parameters: - - *266 - *267 + - *268 - *126 responses: '200': description: Response content: application/json: - schema: *316 + schema: *317 examples: - default: &437 + default: &438 value: name: USERNAME value: octocat @@ -48965,8 +48980,8 @@ paths: description: API method documentation url: https://docs.github.com/rest/actions/variables#update-a-repository-variable parameters: - - *266 - *267 + - *268 - *126 requestBody: required: true @@ -49009,8 +49024,8 @@ paths: description: API method documentation url: https://docs.github.com/rest/actions/variables#delete-a-repository-variable parameters: - - *266 - *267 + - *268 - *126 responses: '204': @@ -49036,8 +49051,8 @@ paths: description: API method documentation url: https://docs.github.com/rest/actions/workflows#list-repository-workflows parameters: - - *266 - *267 + - *268 - *17 - *19 responses: @@ -49055,7 +49070,7 @@ paths: type: integer workflows: type: array - items: &318 + items: &319 title: Workflow description: A GitHub Actions workflow type: object @@ -49173,9 +49188,9 @@ paths: description: API method documentation url: https://docs.github.com/rest/actions/workflows#get-a-workflow parameters: - - *266 - *267 - - &319 + - *268 + - &320 name: workflow_id in: path description: The ID of the workflow. You can also pass the workflow file name @@ -49190,7 +49205,7 @@ paths: description: Response content: application/json: - schema: *318 + schema: *319 examples: default: value: @@ -49223,9 +49238,9 @@ paths: description: API method documentation url: https://docs.github.com/rest/actions/workflows#disable-a-workflow parameters: - - *266 - *267 - - *319 + - *268 + - *320 responses: '204': description: Response @@ -49250,9 +49265,9 @@ paths: description: API method documentation url: https://docs.github.com/rest/actions/workflows#create-a-workflow-dispatch-event parameters: - - *266 - *267 - - *319 + - *268 + - *320 responses: '204': description: Response @@ -49303,9 +49318,9 @@ paths: description: API method documentation url: https://docs.github.com/rest/actions/workflows#enable-a-workflow parameters: - - *266 - *267 - - *319 + - *268 + - *320 responses: '204': description: Response @@ -49332,19 +49347,19 @@ paths: description: API method documentation url: https://docs.github.com/rest/actions/workflow-runs#list-workflow-runs-for-a-workflow parameters: - - *266 - *267 - - *319 + - *268 - *320 - *321 - *322 - *323 + - *324 - *17 - *19 - - *324 - - *303 - *325 + - *304 - *326 + - *327 responses: '200': description: Response @@ -49360,9 +49375,9 @@ paths: type: integer workflow_runs: type: array - items: *304 + items: *305 examples: - default: *327 + default: *328 headers: Link: *57 x-github: @@ -49394,9 +49409,9 @@ paths: description: API method documentation url: https://docs.github.com/rest/actions/workflows#get-workflow-usage parameters: - - *266 - *267 - - *319 + - *268 + - *320 responses: '200': description: Response @@ -49457,8 +49472,8 @@ paths: description: API method documentation url: https://docs.github.com/rest/repos/repos#list-repository-activities parameters: - - *266 - *267 + - *268 - *46 - *17 - *37 @@ -49626,8 +49641,8 @@ paths: description: API method documentation url: https://docs.github.com/rest/issues/assignees#list-assignees parameters: - - *266 - *267 + - *268 - *17 - *19 responses: @@ -49639,7 +49654,7 @@ paths: type: array items: *4 examples: - default: *189 + default: *190 headers: Link: *57 '404': *6 @@ -49664,8 +49679,8 @@ paths: description: API method documentation url: https://docs.github.com/rest/issues/assignees#check-if-a-user-can-be-assigned parameters: - - *266 - *267 + - *268 - name: assignee in: path required: true @@ -49701,8 +49716,8 @@ paths: description: API method documentation url: https://docs.github.com/rest/repos/repos#create-an-attestation parameters: - - *266 - *267 + - *268 requestBody: required: true content: @@ -49814,8 +49829,8 @@ paths: description: API method documentation url: https://docs.github.com/rest/repos/repos#list-attestations parameters: - - *266 - *267 + - *268 - *17 - *37 - *38 @@ -49869,7 +49884,7 @@ paths: bundle_url: type: string examples: - default: *328 + default: *329 x-github: githubCloudOnly: false enabledForGitHubApps: true @@ -49889,8 +49904,8 @@ paths: description: API method documentation url: https://docs.github.com/rest/repos/autolinks#get-all-autolinks-of-a-repository parameters: - - *266 - *267 + - *268 responses: '200': description: Response @@ -49898,7 +49913,7 @@ paths: application/json: schema: type: array - items: &329 + items: &330 title: Autolink reference description: An autolink reference. type: object @@ -49952,8 +49967,8 @@ paths: description: API method documentation url: https://docs.github.com/rest/repos/autolinks#create-an-autolink-reference-for-a-repository parameters: - - *266 - *267 + - *268 requestBody: required: true content: @@ -49992,9 +50007,9 @@ paths: description: response content: application/json: - schema: *329 + schema: *330 examples: - default: &330 + default: &331 value: id: 1 key_prefix: TICKET- @@ -50025,9 +50040,9 @@ paths: description: API method documentation url: https://docs.github.com/rest/repos/autolinks#get-an-autolink-reference-of-a-repository parameters: - - *266 - *267 - - &331 + - *268 + - &332 name: autolink_id description: The unique identifier of the autolink. in: path @@ -50039,9 +50054,9 @@ paths: description: Response content: application/json: - schema: *329 + schema: *330 examples: - default: *330 + default: *331 '404': *6 x-github: githubCloudOnly: false @@ -50061,9 +50076,9 @@ paths: description: API method documentation url: https://docs.github.com/rest/repos/autolinks#delete-an-autolink-reference-from-a-repository parameters: - - *266 - *267 - - *331 + - *268 + - *332 responses: '204': description: Response @@ -50087,8 +50102,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: - - *266 - *267 + - *268 responses: '200': description: Response if Dependabot is enabled @@ -50138,8 +50153,8 @@ paths: description: API method documentation url: https://docs.github.com/rest/repos/repos#enable-dependabot-security-updates parameters: - - *266 - *267 + - *268 responses: '204': description: Response @@ -50160,8 +50175,8 @@ paths: description: API method documentation url: https://docs.github.com/rest/repos/repos#disable-dependabot-security-updates parameters: - - *266 - *267 + - *268 responses: '204': description: Response @@ -50181,8 +50196,8 @@ paths: description: API method documentation url: https://docs.github.com/rest/branches/branches#list-branches parameters: - - *266 - *267 + - *268 - name: protected description: Setting to `true` returns only branches protected by branch protections or rulesets. When set to `false`, only unprotected branches are returned. @@ -50220,7 +50235,7 @@ paths: - url protected: type: boolean - protection: &333 + protection: &334 title: Branch Protection description: Branch Protection type: object @@ -50263,7 +50278,7 @@ paths: required: - contexts - checks - enforce_admins: &336 + enforce_admins: &337 title: Protected Branch Admin Enforced description: Protected Branch Admin Enforced type: object @@ -50280,7 +50295,7 @@ paths: required: - url - enabled - required_pull_request_reviews: &338 + required_pull_request_reviews: &339 title: Protected Branch Pull Request Review description: Protected Branch Pull Request Review type: object @@ -50364,7 +50379,7 @@ paths: required: - dismiss_stale_reviews - require_code_owner_reviews - restrictions: &335 + restrictions: &336 title: Branch Restriction Policy description: Branch Restriction Policy type: object @@ -50689,9 +50704,9 @@ paths: description: API method documentation url: https://docs.github.com/rest/branches/branches#get-a-branch parameters: - - *266 - *267 - - &334 + - *268 + - &335 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). @@ -50705,14 +50720,14 @@ paths: description: Response content: application/json: - schema: &344 + schema: &345 title: Branch With Protection description: Branch With Protection type: object properties: name: type: string - commit: &394 + commit: &395 title: Commit description: Commit type: object @@ -50751,7 +50766,7 @@ paths: author: anyOf: - type: 'null' - - &332 + - &333 title: Git User description: Metaproperties for Git author/committer information. @@ -50772,7 +50787,7 @@ paths: committer: anyOf: - type: 'null' - - *332 + - *333 message: type: string examples: @@ -50796,7 +50811,7 @@ paths: required: - sha - url - verification: &443 + verification: &444 title: Verification type: object properties: @@ -50876,7 +50891,7 @@ paths: type: integer files: type: array - items: &406 + items: &407 title: Diff Entry description: Diff Entry type: object @@ -50970,7 +50985,7 @@ paths: - self protected: type: boolean - protection: *333 + protection: *334 protection_url: type: string format: uri @@ -51079,7 +51094,7 @@ paths: contexts: [] checks: [] protection_url: https://api.github.com/repos/octocat/Hello-World/branches/main/protection - '301': *278 + '301': *279 '404': *6 x-github: githubCloudOnly: false @@ -51101,15 +51116,15 @@ paths: description: API method documentation url: https://docs.github.com/rest/branches/branch-protection#get-branch-protection parameters: - - *266 - *267 - - *334 + - *268 + - *335 responses: '200': description: Response content: application/json: - schema: *333 + schema: *334 examples: default: value: @@ -51303,9 +51318,9 @@ paths: description: API method documentation url: https://docs.github.com/rest/branches/branch-protection#update-branch-protection parameters: - - *266 - *267 - - *334 + - *268 + - *335 requestBody: required: true content: @@ -51565,7 +51580,7 @@ paths: url: type: string format: uri - required_status_checks: &341 + required_status_checks: &342 title: Status Check Policy description: Status Check Policy type: object @@ -51724,7 +51739,7 @@ paths: additionalProperties: false required: - enabled - restrictions: *335 + restrictions: *336 required_conversation_resolution: type: object properties: @@ -51836,9 +51851,9 @@ paths: description: API method documentation url: https://docs.github.com/rest/branches/branch-protection#delete-branch-protection parameters: - - *266 - *267 - - *334 + - *268 + - *335 responses: '204': description: Response @@ -51863,17 +51878,17 @@ paths: description: API method documentation url: https://docs.github.com/rest/branches/branch-protection#get-admin-branch-protection parameters: - - *266 - *267 - - *334 + - *268 + - *335 responses: '200': description: Response content: application/json: - schema: *336 + schema: *337 examples: - default: &337 + default: &338 value: url: https://api.github.com/repos/octocat/Hello-World/branches/master/protection/enforce_admins enabled: true @@ -51895,17 +51910,17 @@ paths: description: API method documentation url: https://docs.github.com/rest/branches/branch-protection#set-admin-branch-protection parameters: - - *266 - *267 - - *334 + - *268 + - *335 responses: '200': description: Response content: application/json: - schema: *336 + schema: *337 examples: - default: *337 + default: *338 x-github: githubCloudOnly: false enabledForGitHubApps: true @@ -51924,9 +51939,9 @@ paths: description: API method documentation url: https://docs.github.com/rest/branches/branch-protection#delete-admin-branch-protection parameters: - - *266 - *267 - - *334 + - *268 + - *335 responses: '204': description: Response @@ -51951,17 +51966,17 @@ paths: description: API method documentation url: https://docs.github.com/rest/branches/branch-protection#get-pull-request-review-protection parameters: - - *266 - *267 - - *334 + - *268 + - *335 responses: '200': description: Response content: application/json: - schema: *338 + schema: *339 examples: - default: &339 + default: &340 value: url: https://api.github.com/repos/octocat/Hello-World/branches/master/protection/required_pull_request_reviews dismissal_restrictions: @@ -52057,9 +52072,9 @@ paths: description: API method documentation url: https://docs.github.com/rest/branches/branch-protection#update-pull-request-review-protection parameters: - - *266 - *267 - - *334 + - *268 + - *335 requestBody: required: false content: @@ -52157,9 +52172,9 @@ paths: description: Response content: application/json: - schema: *338 + schema: *339 examples: - default: *339 + default: *340 '422': *15 x-github: githubCloudOnly: false @@ -52180,9 +52195,9 @@ paths: description: API method documentation url: https://docs.github.com/rest/branches/branch-protection#delete-pull-request-review-protection parameters: - - *266 - *267 - - *334 + - *268 + - *335 responses: '204': description: Response @@ -52209,17 +52224,17 @@ paths: description: API method documentation url: https://docs.github.com/rest/branches/branch-protection#get-commit-signature-protection parameters: - - *266 - *267 - - *334 + - *268 + - *335 responses: '200': description: Response content: application/json: - schema: *336 + schema: *337 examples: - default: &340 + default: &341 value: url: https://api.github.com/repos/octocat/Hello-World/branches/master/protection/required_signatures enabled: true @@ -52242,17 +52257,17 @@ paths: description: API method documentation url: https://docs.github.com/rest/branches/branch-protection#create-commit-signature-protection parameters: - - *266 - *267 - - *334 + - *268 + - *335 responses: '200': description: Response content: application/json: - schema: *336 + schema: *337 examples: - default: *340 + default: *341 '404': *6 x-github: githubCloudOnly: false @@ -52272,9 +52287,9 @@ paths: description: API method documentation url: https://docs.github.com/rest/branches/branch-protection#delete-commit-signature-protection parameters: - - *266 - *267 - - *334 + - *268 + - *335 responses: '204': description: Response @@ -52299,17 +52314,17 @@ paths: description: API method documentation url: https://docs.github.com/rest/branches/branch-protection#get-status-checks-protection parameters: - - *266 - *267 - - *334 + - *268 + - *335 responses: '200': description: Response content: application/json: - schema: *341 + schema: *342 examples: - default: &342 + default: &343 value: url: https://api.github.com/repos/octocat/Hello-World/branches/master/protection/required_status_checks strict: true @@ -52335,9 +52350,9 @@ paths: description: API method documentation url: https://docs.github.com/rest/branches/branch-protection#update-status-check-protection parameters: - - *266 - *267 - - *334 + - *268 + - *335 requestBody: required: false content: @@ -52389,9 +52404,9 @@ paths: description: Response content: application/json: - schema: *341 + schema: *342 examples: - default: *342 + default: *343 '404': *6 '422': *15 x-github: @@ -52413,9 +52428,9 @@ paths: description: API method documentation url: https://docs.github.com/rest/branches/branch-protection#remove-status-check-protection parameters: - - *266 - *267 - - *334 + - *268 + - *335 responses: '204': description: Response @@ -52439,9 +52454,9 @@ paths: description: API method documentation url: https://docs.github.com/rest/branches/branch-protection#get-all-status-check-contexts parameters: - - *266 - *267 - - *334 + - *268 + - *335 responses: '200': description: Response @@ -52475,9 +52490,9 @@ paths: description: API method documentation url: https://docs.github.com/rest/branches/branch-protection#add-status-check-contexts parameters: - - *266 - *267 - - *334 + - *268 + - *335 requestBody: required: false content: @@ -52544,9 +52559,9 @@ paths: description: API method documentation url: https://docs.github.com/rest/branches/branch-protection#set-status-check-contexts parameters: - - *266 - *267 - - *334 + - *268 + - *335 requestBody: required: false content: @@ -52610,9 +52625,9 @@ paths: description: API method documentation url: https://docs.github.com/rest/branches/branch-protection#remove-status-check-contexts parameters: - - *266 - *267 - - *334 + - *268 + - *335 requestBody: content: application/json: @@ -52678,15 +52693,15 @@ paths: description: API method documentation url: https://docs.github.com/rest/branches/branch-protection#get-access-restrictions parameters: - - *266 - *267 - - *334 + - *268 + - *335 responses: '200': description: Response content: application/json: - schema: *335 + schema: *336 examples: default: value: @@ -52777,9 +52792,9 @@ paths: description: API method documentation url: https://docs.github.com/rest/branches/branch-protection#delete-access-restrictions parameters: - - *266 - *267 - - *334 + - *268 + - *335 responses: '204': description: Response @@ -52802,9 +52817,9 @@ paths: description: API method documentation url: https://docs.github.com/rest/branches/branch-protection#get-apps-with-access-to-the-protected-branch parameters: - - *266 - *267 - - *334 + - *268 + - *335 responses: '200': description: Response @@ -52814,7 +52829,7 @@ paths: type: array items: *5 examples: - default: &343 + default: &344 value: - id: 1 slug: octoapp @@ -52871,9 +52886,9 @@ paths: description: API method documentation url: https://docs.github.com/rest/branches/branch-protection#add-app-access-restrictions parameters: - - *266 - *267 - - *334 + - *268 + - *335 requestBody: required: true content: @@ -52907,7 +52922,7 @@ paths: type: array items: *5 examples: - default: *343 + default: *344 '422': *15 x-github: githubCloudOnly: false @@ -52928,9 +52943,9 @@ paths: description: API method documentation url: https://docs.github.com/rest/branches/branch-protection#set-app-access-restrictions parameters: - - *266 - *267 - - *334 + - *268 + - *335 requestBody: required: true content: @@ -52964,7 +52979,7 @@ paths: type: array items: *5 examples: - default: *343 + default: *344 '422': *15 x-github: githubCloudOnly: false @@ -52985,9 +53000,9 @@ paths: description: API method documentation url: https://docs.github.com/rest/branches/branch-protection#remove-app-access-restrictions parameters: - - *266 - *267 - - *334 + - *268 + - *335 requestBody: required: true content: @@ -53021,7 +53036,7 @@ paths: type: array items: *5 examples: - default: *343 + default: *344 '422': *15 x-github: githubCloudOnly: false @@ -53043,9 +53058,9 @@ paths: description: API method documentation url: https://docs.github.com/rest/branches/branch-protection#get-teams-with-access-to-the-protected-branch parameters: - - *266 - *267 - - *334 + - *268 + - *335 responses: '200': description: Response @@ -53055,7 +53070,7 @@ paths: type: array items: *146 examples: - default: *202 + default: *203 '404': *6 x-github: githubCloudOnly: false @@ -53075,9 +53090,9 @@ paths: description: API method documentation url: https://docs.github.com/rest/branches/branch-protection#add-team-access-restrictions parameters: - - *266 - *267 - - *334 + - *268 + - *335 requestBody: required: false content: @@ -53115,7 +53130,7 @@ paths: type: array items: *146 examples: - default: *202 + default: *203 '422': *15 x-github: githubCloudOnly: false @@ -53136,9 +53151,9 @@ paths: description: API method documentation url: https://docs.github.com/rest/branches/branch-protection#set-team-access-restrictions parameters: - - *266 - *267 - - *334 + - *268 + - *335 requestBody: required: false content: @@ -53176,7 +53191,7 @@ paths: type: array items: *146 examples: - default: *202 + default: *203 '422': *15 x-github: githubCloudOnly: false @@ -53197,9 +53212,9 @@ paths: description: API method documentation url: https://docs.github.com/rest/branches/branch-protection#remove-team-access-restrictions parameters: - - *266 - *267 - - *334 + - *268 + - *335 requestBody: content: application/json: @@ -53236,7 +53251,7 @@ paths: type: array items: *146 examples: - default: *202 + default: *203 '422': *15 x-github: githubCloudOnly: false @@ -53258,9 +53273,9 @@ paths: description: API method documentation url: https://docs.github.com/rest/branches/branch-protection#get-users-with-access-to-the-protected-branch parameters: - - *266 - *267 - - *334 + - *268 + - *335 responses: '200': description: Response @@ -53270,7 +53285,7 @@ paths: type: array items: *4 examples: - default: *189 + default: *190 '404': *6 x-github: githubCloudOnly: false @@ -53294,9 +53309,9 @@ paths: description: API method documentation url: https://docs.github.com/rest/branches/branch-protection#add-user-access-restrictions parameters: - - *266 - *267 - - *334 + - *268 + - *335 requestBody: required: true content: @@ -53329,7 +53344,7 @@ paths: type: array items: *4 examples: - default: *189 + default: *190 '422': *15 x-github: githubCloudOnly: false @@ -53354,9 +53369,9 @@ paths: description: API method documentation url: https://docs.github.com/rest/branches/branch-protection#set-user-access-restrictions parameters: - - *266 - *267 - - *334 + - *268 + - *335 requestBody: required: true content: @@ -53389,7 +53404,7 @@ paths: type: array items: *4 examples: - default: *189 + default: *190 '422': *15 x-github: githubCloudOnly: false @@ -53414,9 +53429,9 @@ paths: description: API method documentation url: https://docs.github.com/rest/branches/branch-protection#remove-user-access-restrictions parameters: - - *266 - *267 - - *334 + - *268 + - *335 requestBody: required: true content: @@ -53449,7 +53464,7 @@ paths: type: array items: *4 examples: - default: *189 + default: *190 '422': *15 x-github: githubCloudOnly: false @@ -53476,9 +53491,9 @@ paths: description: API method documentation url: https://docs.github.com/rest/branches/branches#rename-a-branch parameters: - - *266 - *267 - - *334 + - *268 + - *335 requestBody: required: true content: @@ -53500,7 +53515,7 @@ paths: description: Response content: application/json: - schema: *344 + schema: *345 examples: default: value: @@ -53616,8 +53631,8 @@ paths: description: API method documentation url: https://docs.github.com/rest/checks/runs#create-a-check-run parameters: - - *266 - *267 + - *268 requestBody: required: true content: @@ -53896,7 +53911,7 @@ paths: description: Response content: application/json: - schema: &346 + schema: &347 title: CheckRun description: A check performed on the code of a given code change type: object @@ -54031,8 +54046,8 @@ paths: do not necessarily indicate pull requests that triggered the check. type: array - items: *345 - deployment: &633 + items: *346 + deployment: &634 title: Deployment description: A deployment created as the result of an Actions check run from a workflow that references an environment @@ -54319,9 +54334,9 @@ paths: description: API method documentation url: https://docs.github.com/rest/checks/runs#get-a-check-run parameters: - - *266 - *267 - - &347 + - *268 + - &348 name: check_run_id description: The unique identifier of the check run. in: path @@ -54333,9 +54348,9 @@ paths: description: Response content: application/json: - schema: *346 + schema: *347 examples: - default: &348 + default: &349 value: id: 4 head_sha: ce587453ced02b1526dfb4cb910479d431683101 @@ -54435,9 +54450,9 @@ paths: description: API method documentation url: https://docs.github.com/rest/checks/runs#update-a-check-run parameters: - - *266 - *267 - - *347 + - *268 + - *348 requestBody: required: true content: @@ -54677,9 +54692,9 @@ paths: description: Response content: application/json: - schema: *346 + schema: *347 examples: - default: *348 + default: *349 x-github: githubCloudOnly: false enabledForGitHubApps: true @@ -54699,9 +54714,9 @@ paths: description: API method documentation url: https://docs.github.com/rest/checks/runs#list-check-run-annotations parameters: - - *266 - *267 - - *347 + - *268 + - *348 - *17 - *19 responses: @@ -54804,8 +54819,6 @@ paths: Triggers GitHub to rerequest an existing check run, without pushing new code to a repository. This endpoint will trigger the [`check_run` webhook](https://docs.github.com/webhooks/event-payloads/#check_run) event with the action `rerequested`. When a check run is `rerequested`, the `status` of the check suite it belongs to is reset to `queued` and the `conclusion` is cleared. The check run itself is not updated. GitHub apps recieving the [`check_run` webhook](https://docs.github.com/webhooks/event-payloads/#check_run) with the `rerequested` action should then decide if the check run should be reset or updated and call the [update `check_run` endpoint](https://docs.github.com/rest/checks/runs#update-a-check-run) to update the check_run if desired. For more information about how to re-run GitHub Actions jobs, see "[Re-run a job from a workflow run](https://docs.github.com/rest/actions/workflow-runs#re-run-a-job-from-a-workflow-run)". - - OAuth apps and personal access tokens (classic) cannot use this endpoint. tags: - checks operationId: checks/rerequest-run @@ -54813,9 +54826,9 @@ paths: description: API method documentation url: https://docs.github.com/rest/checks/runs#rerequest-a-check-run parameters: - - *266 - *267 - - *347 + - *268 + - *348 responses: '201': description: Response @@ -54859,8 +54872,8 @@ paths: description: API method documentation url: https://docs.github.com/rest/checks/suites#create-a-check-suite parameters: - - *266 - *267 + - *268 requestBody: required: true content: @@ -54882,7 +54895,7 @@ paths: description: Response when the suite already exists content: application/json: - schema: &350 + schema: &351 title: CheckSuite description: A suite of checks performed on the code of a given code change @@ -54964,7 +54977,7 @@ paths: type: - array - 'null' - items: *345 + items: *346 app: anyOf: - type: 'null' @@ -54980,7 +54993,7 @@ paths: - string - 'null' format: date-time - head_commit: *349 + head_commit: *350 latest_check_runs_count: type: integer check_runs_url: @@ -55008,7 +55021,7 @@ paths: - check_runs_url - pull_requests examples: - default: &351 + default: &352 value: id: 5 node_id: MDEwOkNoZWNrU3VpdGU1 @@ -55299,9 +55312,9 @@ paths: description: Response when the suite was created content: application/json: - schema: *350 + schema: *351 examples: - default: *351 + default: *352 x-github: githubCloudOnly: false enabledForGitHubApps: true @@ -55320,8 +55333,8 @@ paths: description: API method documentation url: https://docs.github.com/rest/checks/suites#update-repository-preferences-for-check-suites parameters: - - *266 - *267 + - *268 requestBody: required: true content: @@ -55630,9 +55643,9 @@ paths: description: API method documentation url: https://docs.github.com/rest/checks/suites#get-a-check-suite parameters: - - *266 - *267 - - &352 + - *268 + - &353 name: check_suite_id description: The unique identifier of the check suite. in: path @@ -55644,9 +55657,9 @@ paths: description: Response content: application/json: - schema: *350 + schema: *351 examples: - default: *351 + default: *352 x-github: githubCloudOnly: false enabledForGitHubApps: true @@ -55669,17 +55682,17 @@ paths: description: API method documentation url: https://docs.github.com/rest/checks/runs#list-check-runs-in-a-check-suite parameters: - - *266 - *267 - - *352 - - &401 + - *268 + - *353 + - &402 name: check_name description: Returns check runs with the specified `name`. in: query required: false schema: type: string - - &402 + - &403 name: status description: Returns check runs with the specified `status`. in: query @@ -55718,9 +55731,9 @@ paths: type: integer check_runs: type: array - items: *346 + items: *347 examples: - default: &403 + default: &404 value: total_count: 1 check_runs: @@ -55811,10 +55824,10 @@ paths: "/repos/{owner}/{repo}/check-suites/{check_suite_id}/rerequest": post: summary: Rerequest a check suite - description: |- - Triggers GitHub to rerequest an existing check suite, without pushing new code to a repository. This endpoint will trigger the [`check_suite` webhook](https://docs.github.com/webhooks/event-payloads/#check_suite) event with the action `rerequested`. When a check suite is `rerequested`, its `status` is reset to `queued` and the `conclusion` is cleared. - - OAuth apps and personal access tokens (classic) cannot use this endpoint. + description: Triggers GitHub to rerequest an existing check suite, without pushing + new code to a repository. This endpoint will trigger the [`check_suite` webhook](https://docs.github.com/webhooks/event-payloads/#check_suite) + event with the action `rerequested`. When a check suite is `rerequested`, + its `status` is reset to `queued` and the `conclusion` is cleared. tags: - checks operationId: checks/rerequest-suite @@ -55822,9 +55835,9 @@ paths: description: API method documentation url: https://docs.github.com/rest/checks/suites#rerequest-a-check-suite parameters: - - *266 - *267 - - *352 + - *268 + - *353 responses: '201': description: Response @@ -55857,21 +55870,21 @@ paths: description: API method documentation url: https://docs.github.com/rest/code-scanning/code-scanning#list-code-scanning-alerts-for-a-repository parameters: - - *266 - *267 - - *353 + - *268 - *354 + - *355 - *19 - *17 - - &371 + - &372 name: ref description: The Git reference for the results you want to list. The `ref` for a branch can be formatted either as `refs/heads/` or simply ``. To reference a pull request use `refs/pull//merge`. in: query required: false - schema: *355 - - &372 + schema: *356 + - &373 name: pr description: The number of the pull request for the results you want to list. in: query @@ -55896,13 +55909,13 @@ paths: be returned. in: query required: false - schema: *356 + schema: *357 - name: severity description: If specified, only code scanning alerts with this severity will be returned. in: query required: false - schema: *357 + schema: *358 responses: '200': description: Response @@ -55918,7 +55931,7 @@ paths: updated_at: *54 url: *55 html_url: *56 - instances_url: *358 + instances_url: *359 state: *136 fixed_at: *132 dismissed_by: @@ -55926,11 +55939,11 @@ paths: - type: 'null' - *4 dismissed_at: *133 - dismissed_reason: *359 - dismissed_comment: *360 - rule: *361 - tool: *362 - most_recent_instance: *363 + dismissed_reason: *360 + dismissed_comment: *361 + rule: *362 + tool: *363 + most_recent_instance: *364 dismissal_approved_by: anyOf: - type: 'null' @@ -56050,7 +56063,7 @@ paths: classifications: [] instances_url: https://api.github.com/repos/octocat/hello-world/code-scanning/alerts/3/instances '304': *35 - '403': &364 + '403': &365 description: Response if GitHub Advanced Security is not enabled for this repository content: @@ -56077,9 +56090,9 @@ paths: description: API method documentation url: https://docs.github.com/rest/code-scanning/code-scanning#get-a-code-scanning-alert parameters: - - *266 - *267 - - &365 + - *268 + - &366 name: alert_number in: path description: The number that identifies an alert. You can find this at the @@ -56093,7 +56106,7 @@ paths: description: Response content: application/json: - schema: &366 + schema: &367 type: object properties: number: *52 @@ -56101,7 +56114,7 @@ paths: updated_at: *54 url: *55 html_url: *56 - instances_url: *358 + instances_url: *359 state: *136 fixed_at: *132 dismissed_by: @@ -56109,8 +56122,8 @@ paths: - type: 'null' - *4 dismissed_at: *133 - dismissed_reason: *359 - dismissed_comment: *360 + dismissed_reason: *360 + dismissed_comment: *361 rule: type: object properties: @@ -56172,8 +56185,8 @@ paths: - 'null' description: A link to the documentation for the rule used to detect the alert. - tool: *362 - most_recent_instance: *363 + tool: *363 + most_recent_instance: *364 dismissal_approved_by: anyOf: - type: 'null' @@ -56266,7 +56279,7 @@ paths: - test instances_url: https://api.github.com/repos/octocat/hello-world/code-scanning/alerts/42/instances '304': *35 - '403': *364 + '403': *365 '404': *6 '503': *62 x-github: @@ -56286,9 +56299,9 @@ paths: description: API method documentation url: https://docs.github.com/rest/code-scanning/code-scanning#update-a-code-scanning-alert parameters: - - *266 - *267 - - *365 + - *268 + - *366 requestBody: required: true content: @@ -56303,8 +56316,8 @@ paths: enum: - open - dismissed - dismissed_reason: *359 - dismissed_comment: *360 + dismissed_reason: *360 + dismissed_comment: *361 create_request: type: boolean description: If `true`, attempt to create an alert dismissal request. @@ -56323,7 +56336,7 @@ paths: description: Response content: application/json: - schema: *366 + schema: *367 examples: default: value: @@ -56399,7 +56412,7 @@ paths: - test instances_url: https://api.github.com/repos/octocat/hello-world/code-scanning/alerts/42/instances '400': *14 - '403': &370 + '403': &371 description: Response if the repository is archived or if GitHub Advanced Security is not enabled for this repository content: @@ -56426,15 +56439,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: - - *266 - *267 - - *365 + - *268 + - *366 responses: '200': description: Response content: application/json: - schema: &367 + schema: &368 type: object properties: status: @@ -56461,13 +56474,13 @@ paths: - description - started_at examples: - default: &368 + default: &369 value: status: success description: This fixes an XSS vulnerability by escaping the user input. started_at: '2024-02-14T12:29:18Z' - '400': &369 + '400': &370 description: Bad Request content: application/json: @@ -56478,7 +56491,7 @@ 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': *364 + '403': *365 '404': *6 '503': *62 x-github: @@ -56503,29 +56516,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: - - *266 - *267 - - *365 + - *268 + - *366 responses: '200': description: OK content: application/json: - schema: *367 + schema: *368 examples: - default: *368 + default: *369 '202': description: Accepted content: application/json: - schema: *367 + schema: *368 examples: default: value: status: pending description: started_at: '2024-02-14T12:29:18Z' - '400': *369 + '400': *370 '403': description: Response if the repository is archived, if GitHub Advanced Security is not enabled for this repository or if rate limit is exceeded @@ -56557,9 +56570,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: - - *266 - *267 - - *365 + - *268 + - *366 requestBody: required: false content: @@ -56605,8 +56618,8 @@ paths: value: target_ref: refs/heads/main sha: 178f4f6090b3fccad4a65b3e83d076a622d59652 - '400': *369 - '403': *370 + '400': *370 + '403': *371 '404': *6 '422': description: Unprocessable Entity @@ -56630,13 +56643,13 @@ paths: description: API method documentation url: https://docs.github.com/rest/code-scanning/code-scanning#list-instances-of-a-code-scanning-alert parameters: - - *266 - *267 - - *365 + - *268 + - *366 - *19 - *17 - - *371 - *372 + - *373 responses: '200': description: Response @@ -56644,7 +56657,7 @@ paths: application/json: schema: type: array - items: *363 + items: *364 examples: default: value: @@ -56683,7 +56696,7 @@ paths: end_column: 50 classifications: - source - '403': *364 + '403': *365 '404': *6 '503': *62 x-github: @@ -56717,25 +56730,25 @@ paths: description: API method documentation url: https://docs.github.com/rest/code-scanning/code-scanning#list-code-scanning-analyses-for-a-repository parameters: - - *266 - *267 - - *353 + - *268 - *354 + - *355 - *19 - *17 - - *372 + - *373 - name: ref in: query description: The Git reference for the analyses you want to list. The `ref` for a branch can be formatted either as `refs/heads/` or simply ``. To reference a pull request use `refs/pull//merge`. required: false - schema: *355 + schema: *356 - name: sarif_id in: query description: Filter analyses belonging to the same SARIF upload. required: false - schema: &375 + schema: &376 type: string description: An identifier for the upload. examples: @@ -56757,23 +56770,23 @@ paths: application/json: schema: type: array - items: &376 + items: &377 type: object properties: - ref: *355 - commit_sha: &384 + ref: *356 + commit_sha: &385 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: *373 + analysis_key: *374 environment: type: string description: Identifies the variable values associated with the environment in which this analysis was performed. - category: *374 + category: *375 error: type: string examples: @@ -56798,8 +56811,8 @@ paths: description: The REST API URL of the analysis resource. format: uri readOnly: true - sarif_id: *375 - tool: *362 + sarif_id: *376 + tool: *363 deletable: type: boolean warning: @@ -56861,7 +56874,7 @@ paths: version: 1.2.0 deletable: true warning: '' - '403': *364 + '403': *365 '404': *6 '503': *62 x-github: @@ -56897,8 +56910,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: - - *266 - *267 + - *268 - name: analysis_id in: path description: The ID of the analysis, as returned from the `GET /repos/{owner}/{repo}/code-scanning/analyses` @@ -56911,7 +56924,7 @@ paths: description: Response content: application/json: - schema: *376 + schema: *377 examples: response: summary: application/json response @@ -56965,7 +56978,7 @@ paths: properties: - github/alertNumber: 2 - github/alertUrl: https://api.github.com/repos/monalisa/monalisa/code-scanning/alerts/2 - '403': *364 + '403': *365 '404': *6 '503': *62 x-github: @@ -57047,8 +57060,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: - - *266 - *267 + - *268 - name: analysis_id in: path description: The ID of the analysis, as returned from the `GET /repos/{owner}/{repo}/code-scanning/analyses` @@ -57104,7 +57117,7 @@ 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': *370 + '403': *371 '404': *6 '503': *62 x-github: @@ -57126,8 +57139,8 @@ paths: description: API method documentation url: https://docs.github.com/rest/code-scanning/code-scanning#list-codeql-databases-for-a-repository parameters: - - *266 - *267 + - *268 responses: '200': description: Response @@ -57135,7 +57148,7 @@ paths: application/json: schema: type: array - items: &377 + items: &378 title: CodeQL Database description: A CodeQL database. type: object @@ -57247,7 +57260,7 @@ 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': *364 + '403': *365 '404': *6 '503': *62 x-github: @@ -57276,8 +57289,8 @@ paths: description: API method documentation url: https://docs.github.com/rest/code-scanning/code-scanning#get-a-codeql-database-for-a-repository parameters: - - *266 - *267 + - *268 - name: language in: path description: The language of the CodeQL database. @@ -57289,7 +57302,7 @@ paths: description: Response content: application/json: - schema: *377 + schema: *378 examples: default: value: @@ -57321,9 +57334,9 @@ 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': &408 + '302': &409 description: Found - '403': *364 + '403': *365 '404': *6 '503': *62 x-github: @@ -57345,8 +57358,8 @@ paths: description: API method documentation url: https://docs.github.com/rest/code-scanning/code-scanning#delete-a-codeql-database parameters: - - *266 - *267 + - *268 - name: language in: path description: The language of the CodeQL database. @@ -57356,7 +57369,7 @@ paths: responses: '204': description: Response - '403': *370 + '403': *371 '404': *6 '503': *62 x-github: @@ -57384,8 +57397,8 @@ paths: description: API method documentation url: https://docs.github.com/rest/code-scanning/code-scanning#create-a-codeql-variant-analysis parameters: - - *266 - *267 + - *268 requestBody: required: true content: @@ -57394,7 +57407,7 @@ paths: type: object additionalProperties: false properties: - language: &378 + language: &379 type: string description: The language targeted by the CodeQL query enum: @@ -57473,7 +57486,7 @@ paths: description: Variant analysis submitted for processing content: application/json: - schema: &382 + schema: &383 title: Variant Analysis description: A run of a CodeQL query against one or more repositories. type: object @@ -57483,7 +57496,7 @@ paths: description: The ID of the variant analysis. controller_repo: *51 actor: *4 - query_language: *378 + query_language: *379 query_pack_url: type: string description: The download url for the query pack. @@ -57531,7 +57544,7 @@ paths: items: type: object properties: - repository: &379 + repository: &380 title: Repository Identifier description: Repository Identifier type: object @@ -57573,7 +57586,7 @@ paths: - private - stargazers_count - updated_at - analysis_status: &383 + analysis_status: &384 type: string description: The new status of the CodeQL variant analysis repository task. @@ -57605,7 +57618,7 @@ paths: from processing. This information is only available to the user that initiated the variant analysis. properties: - access_mismatch_repos: &380 + access_mismatch_repos: &381 type: object properties: repository_count: @@ -57620,7 +57633,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: *379 + items: *380 required: - repository_count - repositories @@ -57643,8 +57656,8 @@ paths: required: - repository_count - repository_full_names - no_codeql_db_repos: *380 - over_limit_repos: *380 + no_codeql_db_repos: *381 + over_limit_repos: *381 required: - access_mismatch_repos - not_found_repos @@ -57660,7 +57673,7 @@ paths: examples: repositories_parameter: summary: Response for a successful variant analysis submission - value: &381 + value: &382 summary: Default response value: id: 1 @@ -57812,10 +57825,10 @@ paths: private: false repository_owners: summary: Response for a successful variant analysis submission - value: *381 + value: *382 repository_lists: summary: Response for a successful variant analysis submission - value: *381 + value: *382 '404': *6 '422': description: Unable to process variant analysis submission @@ -57843,8 +57856,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: - - *266 - *267 + - *268 - name: codeql_variant_analysis_id in: path description: The unique identifier of the variant analysis. @@ -57856,9 +57869,9 @@ paths: description: Response content: application/json: - schema: *382 + schema: *383 examples: - default: *381 + default: *382 '404': *6 '503': *62 x-github: @@ -57881,7 +57894,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: - - *266 + - *267 - name: repo in: path description: The name of the controller repository. @@ -57916,7 +57929,7 @@ paths: type: object properties: repository: *51 - analysis_status: *383 + analysis_status: *384 artifact_size_in_bytes: type: integer description: The size of the artifact. This is only available @@ -58041,8 +58054,8 @@ paths: description: API method documentation url: https://docs.github.com/rest/code-scanning/code-scanning#get-a-code-scanning-default-setup-configuration parameters: - - *266 - *267 + - *268 responses: '200': description: Response @@ -58124,7 +58137,7 @@ paths: query_suite: default updated_at: '2023-01-19T11:21:34Z' schedule: weekly - '403': *364 + '403': *365 '404': *6 '503': *62 x-github: @@ -58145,8 +58158,8 @@ paths: description: API method documentation url: https://docs.github.com/rest/code-scanning/code-scanning#update-a-code-scanning-default-setup-configuration parameters: - - *266 - *267 + - *268 requestBody: required: true content: @@ -58230,7 +58243,7 @@ paths: value: run_id: 42 run_url: https://api.github.com/repos/octoorg/octocat/actions/runs/42 - '403': *370 + '403': *371 '404': *6 '409': description: Response if there is already a validation run in progress with @@ -58295,8 +58308,8 @@ paths: description: API method documentation url: https://docs.github.com/rest/code-scanning/code-scanning#upload-an-analysis-as-sarif-data parameters: - - *266 - *267 + - *268 requestBody: required: true content: @@ -58304,7 +58317,7 @@ paths: schema: type: object properties: - commit_sha: *384 + commit_sha: *385 ref: type: string description: |- @@ -58364,7 +58377,7 @@ paths: schema: type: object properties: - id: *375 + id: *376 url: type: string description: The REST API URL for checking the status of the upload. @@ -58378,7 +58391,7 @@ 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': *370 + '403': *371 '404': *6 '413': description: Payload Too Large if the sarif field is too large @@ -58401,8 +58414,8 @@ paths: description: API method documentation url: https://docs.github.com/rest/code-scanning/code-scanning#get-information-about-a-sarif-upload parameters: - - *266 - *267 + - *268 - name: sarif_id description: The SARIF ID obtained after uploading. in: path @@ -58450,7 +58463,7 @@ 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': *364 + '403': *365 '404': description: Not Found if the sarif id does not match any upload '503': *62 @@ -58475,8 +58488,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: - - *266 - *267 + - *268 responses: '200': description: Response @@ -58557,8 +58570,8 @@ paths: description: API method documentation url: https://docs.github.com/rest/repos/repos#list-codeowners-errors parameters: - - *266 - *267 + - *268 - 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 @@ -58686,8 +58699,8 @@ paths: parameters: - *17 - *19 - - *266 - *267 + - *268 responses: '200': description: Response @@ -58703,7 +58716,7 @@ paths: type: integer codespaces: type: array - items: *190 + items: *191 examples: default: value: @@ -59001,8 +59014,8 @@ paths: description: API method documentation url: https://docs.github.com/rest/codespaces/codespaces#create-a-codespace-in-a-repository parameters: - - *266 - *267 + - *268 requestBody: required: true content: @@ -59066,17 +59079,17 @@ paths: description: Response when the codespace was successfully created content: application/json: - schema: *190 + schema: *191 examples: - default: *385 + default: *386 '202': description: Response when the codespace creation partially failed but is being retried in the background content: application/json: - schema: *190 + schema: *191 examples: - default: *385 + default: *386 '400': *14 '401': *23 '403': *27 @@ -59105,8 +59118,8 @@ paths: parameters: - *17 - *19 - - *266 - *267 + - *268 responses: '200': description: Response @@ -59170,8 +59183,8 @@ paths: description: API method documentation url: https://docs.github.com/rest/codespaces/machines#list-available-machine-types-for-a-repository parameters: - - *266 - *267 + - *268 - name: location description: The location to check for available machines. Assigned by IP if not provided. @@ -59208,9 +59221,9 @@ paths: type: integer machines: type: array - items: *386 + items: *387 examples: - default: &591 + default: &592 value: total_count: 2 machines: @@ -59250,8 +59263,8 @@ paths: description: API method documentation url: https://docs.github.com/rest/codespaces/codespaces#get-default-attributes-for-a-codespace parameters: - - *266 - *267 + - *268 - name: ref description: The branch or commit to check for a default devcontainer path. If not specified, the default branch will be checked. @@ -59338,8 +59351,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: - - *266 - *267 + - *268 - 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 @@ -59408,8 +59421,8 @@ paths: description: API method documentation url: https://docs.github.com/rest/codespaces/repository-secrets#list-repository-secrets parameters: - - *266 - *267 + - *268 - *17 - *19 responses: @@ -59427,7 +59440,7 @@ paths: type: integer secrets: type: array - items: &390 + items: &391 title: Codespaces Secret description: Set repository secrets for GitHub Codespaces. type: object @@ -59448,7 +59461,7 @@ paths: - created_at - updated_at examples: - default: *387 + default: *388 headers: Link: *57 x-github: @@ -59471,16 +59484,16 @@ paths: description: API method documentation url: https://docs.github.com/rest/codespaces/repository-secrets#get-a-repository-public-key parameters: - - *266 - *267 + - *268 responses: '200': description: Response content: application/json: - schema: *388 + schema: *389 examples: - default: *389 + default: *390 x-github: githubCloudOnly: false enabledForGitHubApps: false @@ -59500,17 +59513,17 @@ paths: description: API method documentation url: https://docs.github.com/rest/codespaces/repository-secrets#get-a-repository-secret parameters: - - *266 - *267 + - *268 - *123 responses: '200': description: Response content: application/json: - schema: *390 + schema: *391 examples: - default: *391 + default: *392 x-github: githubCloudOnly: false enabledForGitHubApps: true @@ -59530,8 +59543,8 @@ paths: description: API method documentation url: https://docs.github.com/rest/codespaces/repository-secrets#create-or-update-a-repository-secret parameters: - - *266 - *267 + - *268 - *123 requestBody: required: true @@ -59584,8 +59597,8 @@ paths: description: API method documentation url: https://docs.github.com/rest/codespaces/repository-secrets#delete-a-repository-secret parameters: - - *266 - *267 + - *268 - *123 responses: '204': @@ -59614,8 +59627,8 @@ paths: description: API method documentation url: https://docs.github.com/rest/collaborators/collaborators#list-repository-collaborators parameters: - - *266 - *267 + - *268 - name: affiliation description: Filter collaborators returned by their affiliation. `outside` means all outside collaborators of an organization-owned repository. `direct` @@ -59653,7 +59666,7 @@ paths: application/json: schema: type: array - items: &392 + items: &393 title: Collaborator description: Collaborator type: object @@ -59846,8 +59859,8 @@ paths: description: API method documentation url: https://docs.github.com/rest/collaborators/collaborators#check-if-a-user-is-a-repository-collaborator parameters: - - *266 - *267 + - *268 - *128 responses: '204': @@ -59890,8 +59903,8 @@ paths: description: API method documentation url: https://docs.github.com/rest/collaborators/collaborators#add-a-repository-collaborator parameters: - - *266 - *267 + - *268 - *128 requestBody: required: false @@ -59918,7 +59931,7 @@ paths: description: Response when a new invitation is created content: application/json: - schema: &456 + schema: &457 title: Repository Invitation description: Repository invitations let you manage who you collaborate with. @@ -60139,8 +60152,8 @@ paths: description: API method documentation url: https://docs.github.com/rest/collaborators/collaborators#remove-a-repository-collaborator parameters: - - *266 - *267 + - *268 - *128 responses: '204': @@ -60170,8 +60183,8 @@ paths: description: API method documentation url: https://docs.github.com/rest/collaborators/collaborators#get-repository-permissions-for-a-user parameters: - - *266 - *267 + - *268 - *128 responses: '200': @@ -60192,7 +60205,7 @@ paths: user: anyOf: - type: 'null' - - *392 + - *393 required: - permission - role_name @@ -60246,8 +60259,8 @@ paths: description: API method documentation url: https://docs.github.com/rest/commits/comments#list-commit-comments-for-a-repository parameters: - - *266 - *267 + - *268 - *17 - *19 responses: @@ -60257,7 +60270,7 @@ paths: application/json: schema: type: array - items: &393 + items: &394 title: Commit Comment description: Commit Comment type: object @@ -60315,7 +60328,7 @@ paths: - created_at - updated_at examples: - default: &396 + default: &397 value: - html_url: https://github.com/octocat/Hello-World/commit/6dcb09b5b57875f334f61aebed695e2e4193db5e#commitcomment-1 url: https://api.github.com/repos/octocat/Hello-World/comments/1 @@ -60374,17 +60387,17 @@ paths: description: API method documentation url: https://docs.github.com/rest/commits/comments#get-a-commit-comment parameters: - - *266 - *267 + - *268 - *73 responses: '200': description: Response content: application/json: - schema: *393 + schema: *394 examples: - default: &397 + default: &398 value: html_url: https://github.com/octocat/Hello-World/commit/6dcb09b5b57875f334f61aebed695e2e4193db5e#commitcomment-1 url: https://api.github.com/repos/octocat/Hello-World/comments/1 @@ -60441,8 +60454,8 @@ paths: description: API method documentation url: https://docs.github.com/rest/commits/comments#update-a-commit-comment parameters: - - *266 - *267 + - *268 - *73 requestBody: required: true @@ -60465,7 +60478,7 @@ paths: description: Response content: application/json: - schema: *393 + schema: *394 examples: default: value: @@ -60516,8 +60529,8 @@ paths: description: API method documentation url: https://docs.github.com/rest/commits/comments#delete-a-commit-comment parameters: - - *266 - *267 + - *268 - *73 responses: '204': @@ -60539,8 +60552,8 @@ paths: description: API method documentation url: https://docs.github.com/rest/reactions/reactions#list-reactions-for-a-commit-comment parameters: - - *266 - *267 + - *268 - *73 - name: content description: Returns a single [reaction type](https://docs.github.com/rest/reactions/reactions#about-reactions). @@ -60567,9 +60580,9 @@ paths: application/json: schema: type: array - items: *259 + items: *260 examples: - default: *261 + default: *262 headers: Link: *57 '404': *6 @@ -60590,8 +60603,8 @@ paths: description: API method documentation url: https://docs.github.com/rest/reactions/reactions#create-reaction-for-a-commit-comment parameters: - - *266 - *267 + - *268 - *73 requestBody: required: true @@ -60624,16 +60637,16 @@ paths: description: Reaction exists content: application/json: - schema: *259 + schema: *260 examples: - default: *260 + default: *261 '201': description: Reaction created content: application/json: - schema: *259 + schema: *260 examples: - default: *260 + default: *261 '422': *15 x-github: githubCloudOnly: false @@ -60655,10 +60668,10 @@ paths: description: API method documentation url: https://docs.github.com/rest/reactions/reactions#delete-a-commit-comment-reaction parameters: - - *266 - *267 + - *268 - *73 - - *262 + - *263 responses: '204': description: Response @@ -60707,8 +60720,8 @@ paths: description: API method documentation url: https://docs.github.com/rest/commits/commits#list-commits parameters: - - *266 - *267 + - *268 - name: sha description: 'SHA or branch to start listing commits from. Default: the repository’s default branch (usually `main`).' @@ -60764,9 +60777,9 @@ paths: application/json: schema: type: array - items: *394 + items: *395 examples: - default: &504 + default: &505 value: - url: https://api.github.com/repos/octocat/Hello-World/commits/6dcb09b5b57875f334f61aebed695e2e4193db5e sha: 6dcb09b5b57875f334f61aebed695e2e4193db5e @@ -60860,9 +60873,9 @@ paths: description: API method documentation url: https://docs.github.com/rest/commits/commits#list-branches-for-head-commit parameters: - - *266 - *267 - - &395 + - *268 + - &396 name: commit_sha description: The SHA of the commit. in: path @@ -60934,9 +60947,9 @@ paths: description: API method documentation url: https://docs.github.com/rest/commits/comments#list-commit-comments parameters: - - *266 - *267 - - *395 + - *268 + - *396 - *17 - *19 responses: @@ -60946,9 +60959,9 @@ paths: application/json: schema: type: array - items: *393 + items: *394 examples: - default: *396 + default: *397 headers: Link: *57 x-github: @@ -60976,9 +60989,9 @@ paths: description: API method documentation url: https://docs.github.com/rest/commits/comments#create-a-commit-comment parameters: - - *266 - *267 - - *395 + - *268 + - *396 requestBody: required: true content: @@ -61013,9 +61026,9 @@ paths: description: Response content: application/json: - schema: *393 + schema: *394 examples: - default: *397 + default: *398 headers: Location: example: https://api.github.com/repos/octocat/Hello-World/comments/1 @@ -61043,9 +61056,9 @@ paths: description: API method documentation url: https://docs.github.com/rest/commits/commits#list-pull-requests-associated-with-a-commit parameters: - - *266 - *267 - - *395 + - *268 + - *396 - *17 - *19 responses: @@ -61055,7 +61068,7 @@ paths: application/json: schema: type: array - items: &495 + items: &496 title: Pull Request Simple description: Pull Request Simple type: object @@ -61175,7 +61188,7 @@ paths: milestone: anyOf: - type: 'null' - - *398 + - *399 active_lock_reason: type: - string @@ -61274,7 +61287,7 @@ paths: _links: type: object properties: - comments: &399 + comments: &400 title: Link description: Hypermedia Link type: object @@ -61283,13 +61296,13 @@ paths: type: string required: - href - commits: *399 - statuses: *399 - html: *399 - issue: *399 - review_comments: *399 - review_comment: *399 - self: *399 + commits: *400 + statuses: *400 + html: *400 + issue: *400 + review_comments: *400 + review_comment: *400 + self: *400 required: - comments - commits @@ -61300,7 +61313,7 @@ paths: - review_comment - self author_association: *60 - auto_merge: &497 + auto_merge: &498 title: Auto merge description: The status of auto merging a pull request. type: @@ -61365,7 +61378,7 @@ paths: - author_association - auto_merge examples: - default: &496 + default: &497 value: - url: https://api.github.com/repos/octocat/Hello-World/pulls/1347 id: 1 @@ -61902,11 +61915,11 @@ paths: description: API method documentation url: https://docs.github.com/rest/commits/commits#get-a-commit parameters: - - *266 - *267 + - *268 - *19 - *17 - - &400 + - &401 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)" @@ -61921,9 +61934,9 @@ paths: description: Response content: application/json: - schema: *394 + schema: *395 examples: - default: &483 + default: &484 value: url: https://api.github.com/repos/octocat/Hello-World/commits/6dcb09b5b57875f334f61aebed695e2e4193db5e sha: 6dcb09b5b57875f334f61aebed695e2e4193db5e @@ -62036,11 +62049,11 @@ paths: description: API method documentation url: https://docs.github.com/rest/checks/runs#list-check-runs-for-a-git-reference parameters: - - *266 - *267 - - *400 + - *268 - *401 - *402 + - *403 - name: filter description: Filters check runs by their `completed_at` timestamp. `latest` returns the most recent check runs. @@ -62074,9 +62087,9 @@ paths: type: integer check_runs: type: array - items: *346 + items: *347 examples: - default: *403 + default: *404 headers: Link: *57 x-github: @@ -62101,9 +62114,9 @@ paths: description: API method documentation url: https://docs.github.com/rest/checks/suites#list-check-suites-for-a-git-reference parameters: - - *266 - *267 - - *400 + - *268 + - *401 - name: app_id description: Filters check suites by GitHub App `id`. in: query @@ -62111,7 +62124,7 @@ paths: schema: type: integer example: 1 - - *401 + - *402 - *17 - *19 responses: @@ -62129,7 +62142,7 @@ paths: type: integer check_suites: type: array - items: *350 + items: *351 examples: default: value: @@ -62329,9 +62342,9 @@ paths: description: API method documentation url: https://docs.github.com/rest/commits/statuses#get-the-combined-status-for-a-specific-reference parameters: - - *266 - *267 - - *400 + - *268 + - *401 - *17 - *19 responses: @@ -62533,9 +62546,9 @@ paths: description: API method documentation url: https://docs.github.com/rest/commits/statuses#list-commit-statuses-for-a-reference parameters: - - *266 - *267 - - *400 + - *268 + - *401 - *17 - *19 responses: @@ -62545,7 +62558,7 @@ paths: application/json: schema: type: array - items: &565 + items: &566 title: Status description: The status of a commit. type: object @@ -62626,7 +62639,7 @@ paths: site_admin: false headers: Link: *57 - '301': *278 + '301': *279 x-github: githubCloudOnly: false enabledForGitHubApps: true @@ -62654,8 +62667,8 @@ paths: description: API method documentation url: https://docs.github.com/rest/metrics/community#get-community-profile-metrics parameters: - - *266 - *267 + - *268 responses: '200': description: Response @@ -62688,11 +62701,11 @@ paths: code_of_conduct: anyOf: - type: 'null' - - *404 + - *405 code_of_conduct_file: anyOf: - type: 'null' - - &405 + - &406 title: Community Health File type: object properties: @@ -62712,19 +62725,19 @@ paths: contributing: anyOf: - type: 'null' - - *405 + - *406 readme: anyOf: - type: 'null' - - *405 + - *406 issue_template: anyOf: - type: 'null' - - *405 + - *406 pull_request_template: anyOf: - type: 'null' - - *405 + - *406 required: - code_of_conduct - code_of_conduct_file @@ -62853,8 +62866,8 @@ paths: description: API method documentation url: https://docs.github.com/rest/commits/commits#compare-two-commits parameters: - - *266 - *267 + - *268 - *19 - *17 - name: basehead @@ -62902,8 +62915,8 @@ paths: format: uri examples: - https://github.com/octocat/Hello-World/compare/master...topic.patch - base_commit: *394 - merge_base_commit: *394 + base_commit: *395 + merge_base_commit: *395 status: type: string enum: @@ -62927,10 +62940,10 @@ paths: - 6 commits: type: array - items: *394 + items: *395 files: type: array - items: *406 + items: *407 required: - url - html_url @@ -63216,8 +63229,8 @@ paths: description: API method documentation url: https://docs.github.com/rest/repos/contents#get-repository-content parameters: - - *266 - *267 + - *268 - name: path description: path parameter in: path @@ -63370,7 +63383,7 @@ paths: - type - url examples: - response-if-content-is-a-file: &407 + response-if-content-is-a-file: &408 summary: Response if content is a file value: type: file @@ -63507,7 +63520,7 @@ paths: - size - type - url - - &509 + - &510 title: Content File description: Content File type: object @@ -63725,7 +63738,7 @@ paths: - url - submodule_git_url examples: - response-if-content-is-a-file: *407 + response-if-content-is-a-file: *408 response-if-content-is-a-directory: summary: Response if content is a directory and the application/json media type is requested @@ -63794,7 +63807,7 @@ paths: html: https://github.com/jquery/qunit/tree/6ca3721222109997540bd6d9ccd396902e0ad2f9 '404': *6 '403': *27 - '302': *408 + '302': *409 '304': *35 x-github: githubCloudOnly: false @@ -63817,8 +63830,8 @@ paths: description: API method documentation url: https://docs.github.com/rest/repos/contents#create-or-update-file-contents parameters: - - *266 - *267 + - *268 - name: path description: path parameter in: path @@ -63913,7 +63926,7 @@ paths: description: Response content: application/json: - schema: &409 + schema: &410 title: File Commit description: File Commit type: object @@ -64069,7 +64082,7 @@ paths: description: Response content: application/json: - schema: *409 + schema: *410 examples: example-for-creating-a-file: value: @@ -64123,7 +64136,7 @@ paths: schema: oneOf: - *3 - - &438 + - &439 description: Repository rule violation was detected type: object properties: @@ -64144,7 +64157,7 @@ paths: items: type: object properties: - placeholder_id: &557 + placeholder_id: &558 description: The ID of the push protection bypass placeholder. This value is returned on any push protected routes. @@ -64176,8 +64189,8 @@ paths: description: API method documentation url: https://docs.github.com/rest/repos/contents#delete-a-file parameters: - - *266 - *267 + - *268 - name: path description: path parameter in: path @@ -64238,7 +64251,7 @@ paths: description: Response content: application/json: - schema: *409 + schema: *410 examples: default: value: @@ -64293,8 +64306,8 @@ paths: description: API method documentation url: https://docs.github.com/rest/repos/repos#list-repository-contributors parameters: - - *266 - *267 + - *268 - name: anon description: Set to `1` or `true` to include anonymous contributors in results. in: query @@ -64418,8 +64431,8 @@ paths: description: API method documentation url: https://docs.github.com/rest/dependabot/alerts#list-dependabot-alerts-for-a-repository parameters: - - *266 - *267 + - *268 - *147 - *148 - *149 @@ -64433,6 +64446,7 @@ paths: - *151 - *152 - *153 + - *154 - *46 - name: page description: "**Closing down notice**. Page number of the results to fetch. @@ -64452,8 +64466,8 @@ paths: default: 30 - *37 - *38 - - *154 - *155 + - *156 responses: '200': description: Response @@ -64461,7 +64475,7 @@ paths: application/json: schema: type: array - items: &412 + items: &413 type: object description: A Dependabot alert. properties: @@ -64511,7 +64525,7 @@ paths: - direct - transitive - - security_advisory: *410 + security_advisory: *411 security_vulnerability: *50 url: *55 html_url: *56 @@ -64542,7 +64556,7 @@ paths: dismissal. maxLength: 280 fixed_at: *132 - auto_dismissed_at: *411 + auto_dismissed_at: *412 required: - number - state @@ -64772,9 +64786,9 @@ paths: description: API method documentation url: https://docs.github.com/rest/dependabot/alerts#get-a-dependabot-alert parameters: - - *266 - *267 - - &413 + - *268 + - &414 name: alert_number in: path description: |- @@ -64789,7 +64803,7 @@ paths: description: Response content: application/json: - schema: *412 + schema: *413 examples: default: value: @@ -64902,9 +64916,9 @@ paths: description: API method documentation url: https://docs.github.com/rest/dependabot/alerts#update-a-dependabot-alert parameters: - - *266 - *267 - - *413 + - *268 + - *414 requestBody: required: true content: @@ -64949,7 +64963,7 @@ paths: description: Response content: application/json: - schema: *412 + schema: *413 examples: default: value: @@ -65078,8 +65092,8 @@ paths: description: API method documentation url: https://docs.github.com/rest/dependabot/secrets#list-repository-secrets parameters: - - *266 - *267 + - *268 - *17 - *19 responses: @@ -65097,7 +65111,7 @@ paths: type: integer secrets: type: array - items: &416 + items: &417 title: Dependabot Secret description: Set secrets for Dependabot. type: object @@ -65151,16 +65165,16 @@ paths: description: API method documentation url: https://docs.github.com/rest/dependabot/secrets#get-a-repository-public-key parameters: - - *266 - *267 + - *268 responses: '200': description: Response content: application/json: - schema: *414 + schema: *415 examples: - default: *415 + default: *416 x-github: githubCloudOnly: false enabledForGitHubApps: true @@ -65180,15 +65194,15 @@ paths: description: API method documentation url: https://docs.github.com/rest/dependabot/secrets#get-a-repository-secret parameters: - - *266 - *267 + - *268 - *123 responses: '200': description: Response content: application/json: - schema: *416 + schema: *417 examples: default: value: @@ -65214,8 +65228,8 @@ paths: description: API method documentation url: https://docs.github.com/rest/dependabot/secrets#create-or-update-a-repository-secret parameters: - - *266 - *267 + - *268 - *123 requestBody: required: true @@ -65268,8 +65282,8 @@ paths: description: API method documentation url: https://docs.github.com/rest/dependabot/secrets#delete-a-repository-secret parameters: - - *266 - *267 + - *268 - *123 responses: '204': @@ -65292,8 +65306,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: - - *266 - *267 + - *268 - 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 @@ -65467,8 +65481,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: - - *266 - *267 + - *268 responses: '200': description: Response @@ -65728,8 +65742,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: - - *266 - *267 + - *268 requestBody: required: true content: @@ -65812,7 +65826,7 @@ paths: - version - url additionalProperties: false - metadata: &417 + metadata: &418 title: metadata description: User-defined metadata to store domain-specific information limited to 8 keys with scalar values. @@ -65851,7 +65865,7 @@ paths: examples: - "/src/build/package-lock.json" additionalProperties: false - metadata: *417 + metadata: *418 resolved: type: object description: A collection of resolved package dependencies. @@ -65865,7 +65879,7 @@ paths: pattern: "^pkg" examples: - pkg:/npm/%40actions/http-client@1.0.11 - metadata: *417 + metadata: *418 relationship: type: string description: A notation of whether a dependency is requested @@ -65998,8 +66012,8 @@ paths: description: API method documentation url: https://docs.github.com/rest/deployments/deployments#list-deployments parameters: - - *266 - *267 + - *268 - name: sha description: The SHA recorded at creation time. in: query @@ -66040,9 +66054,9 @@ paths: application/json: schema: type: array - items: *418 + items: *419 examples: - default: *419 + default: *420 headers: Link: *57 x-github: @@ -66108,8 +66122,8 @@ paths: description: API method documentation url: https://docs.github.com/rest/deployments/deployments#create-a-deployment parameters: - - *266 - *267 + - *268 requestBody: required: true content: @@ -66191,7 +66205,7 @@ paths: description: Response content: application/json: - schema: *418 + schema: *419 examples: simple-example: summary: Simple example @@ -66264,9 +66278,9 @@ paths: description: API method documentation url: https://docs.github.com/rest/deployments/deployments#get-a-deployment parameters: - - *266 - *267 - - &420 + - *268 + - &421 name: deployment_id description: deployment_id parameter in: path @@ -66278,7 +66292,7 @@ paths: description: Response content: application/json: - schema: *418 + schema: *419 examples: default: value: @@ -66343,9 +66357,9 @@ paths: description: API method documentation url: https://docs.github.com/rest/deployments/deployments#delete-a-deployment parameters: - - *266 - *267 - - *420 + - *268 + - *421 responses: '204': description: Response @@ -66367,9 +66381,9 @@ paths: description: API method documentation url: https://docs.github.com/rest/deployments/statuses#list-deployment-statuses parameters: - - *266 - *267 - - *420 + - *268 + - *421 - *17 - *19 responses: @@ -66379,7 +66393,7 @@ paths: application/json: schema: type: array - items: &421 + items: &422 title: Deployment Status description: The status of a deployment. type: object @@ -66543,9 +66557,9 @@ paths: description: API method documentation url: https://docs.github.com/rest/deployments/statuses#create-a-deployment-status parameters: - - *266 - *267 - - *420 + - *268 + - *421 requestBody: required: true content: @@ -66620,9 +66634,9 @@ paths: description: Response content: application/json: - schema: *421 + schema: *422 examples: - default: &422 + default: &423 value: url: https://api.github.com/repos/octocat/example/deployments/42/statuses/1 id: 1 @@ -66678,9 +66692,9 @@ paths: description: API method documentation url: https://docs.github.com/rest/deployments/statuses#get-a-deployment-status parameters: - - *266 - *267 - - *420 + - *268 + - *421 - name: status_id in: path required: true @@ -66691,9 +66705,9 @@ paths: description: Response content: application/json: - schema: *421 + schema: *422 examples: - default: *422 + default: *423 '404': *6 x-github: githubCloudOnly: false @@ -66718,8 +66732,8 @@ paths: description: API method documentation url: https://docs.github.com/rest/repos/repos#create-a-repository-dispatch-event parameters: - - *266 - *267 + - *268 requestBody: required: true content: @@ -66776,8 +66790,8 @@ paths: description: API method documentation url: https://docs.github.com/rest/deployments/environments#list-environments parameters: - - *266 - *267 + - *268 - *17 - *19 responses: @@ -66795,7 +66809,7 @@ paths: - 5 environments: type: array - items: &424 + items: &425 title: Environment description: Details of a deployment environment type: object @@ -66857,7 +66871,7 @@ paths: type: string examples: - wait_timer - wait_timer: &426 + wait_timer: &427 type: integer description: The amount of time to delay a job after the job is initially triggered. The time (in minutes) @@ -66899,7 +66913,7 @@ paths: items: type: object properties: - type: *423 + type: *424 reviewer: anyOf: - *4 @@ -66926,7 +66940,7 @@ paths: - id - node_id - type - deployment_branch_policy: &427 + deployment_branch_policy: &428 type: - object - 'null' @@ -67043,9 +67057,9 @@ paths: description: API method documentation url: https://docs.github.com/rest/deployments/environments#get-an-environment parameters: - - *266 - *267 - - &425 + - *268 + - &426 name: environment_name in: path required: true @@ -67058,9 +67072,9 @@ paths: description: Response content: application/json: - schema: *424 + schema: *425 examples: - default: &428 + default: &429 value: id: 161088068 node_id: MDExOkVudmlyb25tZW50MTYxMDg4MDY4 @@ -67144,9 +67158,9 @@ paths: description: API method documentation url: https://docs.github.com/rest/deployments/environments#create-or-update-an-environment parameters: - - *266 - *267 - - *425 + - *268 + - *426 requestBody: required: false content: @@ -67156,7 +67170,7 @@ paths: - object - 'null' properties: - wait_timer: *426 + wait_timer: *427 prevent_self_review: type: boolean description: Whether or not a user who created the job is prevented @@ -67175,14 +67189,14 @@ paths: items: type: object properties: - type: *423 + type: *424 id: type: integer description: The id of the user or team who can review the deployment examples: - 4532992 - deployment_branch_policy: *427 + deployment_branch_policy: *428 additionalProperties: false examples: default: @@ -67202,9 +67216,9 @@ paths: description: Response content: application/json: - schema: *424 + schema: *425 examples: - default: *428 + default: *429 '422': description: Validation error when the environment name is invalid or when `protected_branches` and `custom_branch_policies` in `deployment_branch_policy` @@ -67228,9 +67242,9 @@ paths: description: API method documentation url: https://docs.github.com/rest/deployments/environments#delete-an-environment parameters: - - *266 - *267 - - *425 + - *268 + - *426 responses: '204': description: Default response @@ -67255,9 +67269,9 @@ paths: description: API method documentation url: https://docs.github.com/rest/deployments/branch-policies#list-deployment-branch-policies parameters: - - *266 - *267 - - *425 + - *268 + - *426 - *17 - *19 responses: @@ -67276,7 +67290,7 @@ paths: - 2 branch_policies: type: array - items: &429 + items: &430 title: Deployment branch policy description: Details of a deployment branch or tag policy. type: object @@ -67337,9 +67351,9 @@ paths: description: API method documentation url: https://docs.github.com/rest/deployments/branch-policies#create-a-deployment-branch-policy parameters: - - *266 - *267 - - *425 + - *268 + - *426 requestBody: required: true content: @@ -67387,9 +67401,9 @@ paths: description: Response content: application/json: - schema: *429 + schema: *430 examples: - example-wildcard: &430 + example-wildcard: &431 value: id: 364662 node_id: MDE2OkdhdGVCcmFuY2hQb2xpY3kzNjQ2NjI= @@ -67431,10 +67445,10 @@ paths: description: API method documentation url: https://docs.github.com/rest/deployments/branch-policies#get-a-deployment-branch-policy parameters: - - *266 - *267 - - *425 - - &431 + - *268 + - *426 + - &432 name: branch_policy_id in: path required: true @@ -67446,9 +67460,9 @@ paths: description: Response content: application/json: - schema: *429 + schema: *430 examples: - default: *430 + default: *431 x-github: githubCloudOnly: false enabledForGitHubApps: true @@ -67467,10 +67481,10 @@ paths: description: API method documentation url: https://docs.github.com/rest/deployments/branch-policies#update-a-deployment-branch-policy parameters: - - *266 - *267 - - *425 - - *431 + - *268 + - *426 + - *432 requestBody: required: true content: @@ -67499,9 +67513,9 @@ paths: description: Response content: application/json: - schema: *429 + schema: *430 examples: - default: *430 + default: *431 x-github: githubCloudOnly: false enabledForGitHubApps: true @@ -67520,10 +67534,10 @@ paths: description: API method documentation url: https://docs.github.com/rest/deployments/branch-policies#delete-a-deployment-branch-policy parameters: - - *266 - *267 - - *425 - - *431 + - *268 + - *426 + - *432 responses: '204': description: Response @@ -67548,9 +67562,9 @@ paths: description: API method documentation url: https://docs.github.com/rest/deployments/protection-rules#get-all-deployment-protection-rules-for-an-environment parameters: - - *425 + - *426 + - *268 - *267 - - *266 responses: '200': description: List of deployment protection rules @@ -67567,7 +67581,7 @@ paths: - 10 custom_deployment_protection_rules: type: array - items: &432 + items: &433 title: Deployment protection rule description: Deployment protection rule type: object @@ -67589,7 +67603,7 @@ paths: for the environment. examples: - true - app: &433 + app: &434 title: Custom deployment protection rule app description: A GitHub App that is providing a custom deployment protection rule. @@ -67692,9 +67706,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: - - *425 + - *426 + - *268 - *267 - - *266 requestBody: content: application/json: @@ -67715,9 +67729,9 @@ paths: description: The enabled custom deployment protection rule content: application/json: - schema: *432 + schema: *433 examples: - default: &434 + default: &435 value: id: 3 node_id: IEH37kRlcGxveW1lbnRTdGF0ddiv @@ -67752,9 +67766,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: - - *425 + - *426 + - *268 - *267 - - *266 - *19 - *17 responses: @@ -67774,7 +67788,7 @@ paths: - 35 available_custom_deployment_protection_rule_integrations: type: array - items: *433 + items: *434 examples: default: value: @@ -67809,10 +67823,10 @@ paths: description: API method documentation url: https://docs.github.com/rest/deployments/protection-rules#get-a-custom-deployment-protection-rule parameters: - - *266 - *267 - - *425 - - &435 + - *268 + - *426 + - &436 name: protection_rule_id description: The unique identifier of the protection rule. in: path @@ -67824,9 +67838,9 @@ paths: description: Response content: application/json: - schema: *432 + schema: *433 examples: - default: *434 + default: *435 x-github: githubCloudOnly: false enabledForGitHubApps: true @@ -67847,10 +67861,10 @@ paths: description: API method documentation url: https://docs.github.com/rest/deployments/protection-rules#disable-a-custom-protection-rule-for-an-environment parameters: - - *425 + - *426 + - *268 - *267 - - *266 - - *435 + - *436 responses: '204': description: Response @@ -67876,9 +67890,9 @@ paths: description: API method documentation url: https://docs.github.com/rest/actions/secrets#list-environment-secrets parameters: - - *266 - *267 - - *425 + - *268 + - *426 - *17 - *19 responses: @@ -67896,9 +67910,9 @@ paths: type: integer secrets: type: array - items: *312 + items: *313 examples: - default: *313 + default: *314 headers: Link: *57 x-github: @@ -67923,17 +67937,17 @@ paths: description: API method documentation url: https://docs.github.com/rest/actions/secrets#get-an-environment-public-key parameters: - - *266 - *267 - - *425 + - *268 + - *426 responses: '200': description: Response content: application/json: - schema: *314 + schema: *315 examples: - default: *315 + default: *316 x-github: githubCloudOnly: false enabledForGitHubApps: true @@ -67955,18 +67969,18 @@ paths: description: API method documentation url: https://docs.github.com/rest/actions/secrets#get-an-environment-secret parameters: - - *266 - *267 - - *425 + - *268 + - *426 - *123 responses: '200': description: Response content: application/json: - schema: *312 + schema: *313 examples: - default: *436 + default: *437 x-github: githubCloudOnly: false enabledForGitHubApps: true @@ -67988,9 +68002,9 @@ paths: description: API method documentation url: https://docs.github.com/rest/actions/secrets#create-or-update-an-environment-secret parameters: - - *266 - *267 - - *425 + - *268 + - *426 - *123 requestBody: required: true @@ -68048,9 +68062,9 @@ paths: description: API method documentation url: https://docs.github.com/rest/actions/secrets#delete-an-environment-secret parameters: - - *266 - *267 - - *425 + - *268 + - *426 - *123 responses: '204': @@ -68076,10 +68090,10 @@ paths: description: API method documentation url: https://docs.github.com/rest/actions/variables#list-environment-variables parameters: - - *266 - *267 - - *425 - - *288 + - *268 + - *426 + - *289 - *19 responses: '200': @@ -68096,9 +68110,9 @@ paths: type: integer variables: type: array - items: *316 + items: *317 examples: - default: *317 + default: *318 headers: Link: *57 x-github: @@ -68121,9 +68135,9 @@ paths: description: API method documentation url: https://docs.github.com/rest/actions/variables#create-an-environment-variable parameters: - - *266 - *267 - - *425 + - *268 + - *426 requestBody: required: true content: @@ -68175,18 +68189,18 @@ paths: description: API method documentation url: https://docs.github.com/rest/actions/variables#get-an-environment-variable parameters: - - *266 - *267 - - *425 + - *268 + - *426 - *126 responses: '200': description: Response content: application/json: - schema: *316 + schema: *317 examples: - default: *437 + default: *438 x-github: githubCloudOnly: false enabledForGitHubApps: true @@ -68207,10 +68221,10 @@ paths: description: API method documentation url: https://docs.github.com/rest/actions/variables#update-an-environment-variable parameters: - - *266 - *267 + - *268 - *126 - - *425 + - *426 requestBody: required: true content: @@ -68252,10 +68266,10 @@ paths: description: API method documentation url: https://docs.github.com/rest/actions/variables#delete-an-environment-variable parameters: - - *266 - *267 + - *268 - *126 - - *425 + - *426 responses: '204': description: Response @@ -68277,8 +68291,8 @@ paths: description: API method documentation url: https://docs.github.com/rest/activity/events#list-repository-events parameters: - - *266 - *267 + - *268 - *17 - *19 responses: @@ -68355,8 +68369,8 @@ paths: description: API method documentation url: https://docs.github.com/rest/repos/forks#list-forks parameters: - - *266 - *267 + - *268 - name: sort description: The sort order. `stargazers` will sort by star count. in: query @@ -68515,8 +68529,8 @@ paths: description: API method documentation url: https://docs.github.com/rest/repos/forks#create-a-fork parameters: - - *266 - *267 + - *268 requestBody: required: false content: @@ -68549,9 +68563,9 @@ paths: description: Response content: application/json: - schema: *277 + schema: *278 examples: - default: *279 + default: *280 '400': *14 '422': *15 '403': *27 @@ -68572,8 +68586,8 @@ paths: description: API method documentation url: https://docs.github.com/rest/git/blobs#create-a-blob parameters: - - *266 - *267 + - *268 requestBody: required: true content: @@ -68633,7 +68647,7 @@ paths: schema: oneOf: - *93 - - *438 + - *439 x-github: githubCloudOnly: false enabledForGitHubApps: true @@ -68658,8 +68672,8 @@ paths: description: API method documentation url: https://docs.github.com/rest/git/blobs#get-a-blob parameters: - - *266 - *267 + - *268 - name: file_sha in: path required: true @@ -68759,8 +68773,8 @@ paths: description: API method documentation url: https://docs.github.com/rest/git/commits#create-a-commit parameters: - - *266 - *267 + - *268 requestBody: required: true content: @@ -68869,7 +68883,7 @@ paths: description: Response content: application/json: - schema: &439 + schema: &440 title: Git Commit description: Low-level Git commit operations within a repository type: object @@ -69096,15 +69110,15 @@ paths: description: API method documentation url: https://docs.github.com/rest/git/commits#get-a-commit-object parameters: - - *266 - *267 - - *395 + - *268 + - *396 responses: '200': description: Response content: application/json: - schema: *439 + schema: *440 examples: default: value: @@ -69160,9 +69174,9 @@ paths: description: API method documentation url: https://docs.github.com/rest/git/refs#list-matching-references parameters: - - *266 - *267 - - &440 + - *268 + - &441 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. @@ -69179,7 +69193,7 @@ paths: application/json: schema: type: array - items: &441 + items: &442 title: Git Reference description: Git references within a repository type: object @@ -69255,17 +69269,17 @@ paths: description: API method documentation url: https://docs.github.com/rest/git/refs#get-a-reference parameters: - - *266 - *267 - - *440 + - *268 + - *441 responses: '200': description: Response content: application/json: - schema: *441 + schema: *442 examples: - default: &442 + default: &443 value: ref: refs/heads/featureA node_id: MDM6UmVmcmVmcy9oZWFkcy9mZWF0dXJlQQ== @@ -69294,8 +69308,8 @@ paths: description: API method documentation url: https://docs.github.com/rest/git/refs#create-a-reference parameters: - - *266 - *267 + - *268 requestBody: required: true content: @@ -69324,9 +69338,9 @@ paths: description: Response content: application/json: - schema: *441 + schema: *442 examples: - default: *442 + default: *443 headers: Location: example: https://api.github.com/repos/octocat/Hello-World/git/refs/heads/featureA @@ -69352,9 +69366,9 @@ paths: description: API method documentation url: https://docs.github.com/rest/git/refs#update-a-reference parameters: - - *266 - *267 - - *440 + - *268 + - *441 requestBody: required: true content: @@ -69383,9 +69397,9 @@ paths: description: Response content: application/json: - schema: *441 + schema: *442 examples: - default: *442 + default: *443 '422': *15 '409': *44 x-github: @@ -69403,9 +69417,9 @@ paths: description: API method documentation url: https://docs.github.com/rest/git/refs#delete-a-reference parameters: - - *266 - *267 - - *440 + - *268 + - *441 responses: '204': description: Response @@ -69460,8 +69474,8 @@ paths: description: API method documentation url: https://docs.github.com/rest/git/tags#create-a-tag-object parameters: - - *266 - *267 + - *268 requestBody: required: true content: @@ -69528,7 +69542,7 @@ paths: description: Response content: application/json: - schema: &444 + schema: &445 title: Git Tag description: Metadata for a Git tag type: object @@ -69584,7 +69598,7 @@ paths: - sha - type - url - verification: *443 + verification: *444 required: - sha - url @@ -69594,7 +69608,7 @@ paths: - tag - message examples: - default: &445 + default: &446 value: node_id: MDM6VGFnOTQwYmQzMzYyNDhlZmFlMGY5ZWU1YmM3YjJkNWM5ODU4ODdiMTZhYw== tag: v0.0.1 @@ -69667,8 +69681,8 @@ paths: description: API method documentation url: https://docs.github.com/rest/git/tags#get-a-tag parameters: - - *266 - *267 + - *268 - name: tag_sha in: path required: true @@ -69679,9 +69693,9 @@ paths: description: Response content: application/json: - schema: *444 + schema: *445 examples: - default: *445 + default: *446 '404': *6 '409': *44 x-github: @@ -69705,8 +69719,8 @@ paths: description: API method documentation url: https://docs.github.com/rest/git/trees#create-a-tree parameters: - - *266 - *267 + - *268 requestBody: required: true content: @@ -69780,7 +69794,7 @@ paths: description: Response content: application/json: - schema: &446 + schema: &447 title: Git Tree description: The hierarchy between files in a Git repository. type: object @@ -69882,8 +69896,8 @@ paths: description: API method documentation url: https://docs.github.com/rest/git/trees#get-a-tree parameters: - - *266 - *267 + - *268 - name: tree_sha description: The SHA1 value or ref (branch or tag) name of the tree. in: path @@ -69906,7 +69920,7 @@ paths: description: Response content: application/json: - schema: *446 + schema: *447 examples: default-response: summary: Default response @@ -69965,8 +69979,8 @@ paths: description: API method documentation url: https://docs.github.com/rest/repos/webhooks#list-repository-webhooks parameters: - - *266 - *267 + - *268 - *17 - *19 responses: @@ -69976,7 +69990,7 @@ paths: application/json: schema: type: array - items: &447 + items: &448 title: Webhook description: Webhooks for repositories. type: object @@ -70039,7 +70053,7 @@ paths: format: uri examples: - https://api.github.com/repos/octocat/Hello-World/hooks/1/deliveries - last_response: &664 + last_response: &665 title: Hook Response type: object properties: @@ -70116,8 +70130,8 @@ paths: description: API method documentation url: https://docs.github.com/rest/repos/webhooks#create-a-repository-webhook parameters: - - *266 - *267 + - *268 requestBody: required: false content: @@ -70170,9 +70184,9 @@ paths: description: Response content: application/json: - schema: *447 + schema: *448 examples: - default: &448 + default: &449 value: type: Repository id: 12345678 @@ -70220,17 +70234,17 @@ paths: description: API method documentation url: https://docs.github.com/rest/repos/webhooks#get-a-repository-webhook parameters: - - *266 - *267 - - *161 + - *268 + - *162 responses: '200': description: Response content: application/json: - schema: *447 + schema: *448 examples: - default: *448 + default: *449 '404': *6 x-github: githubCloudOnly: false @@ -70250,9 +70264,9 @@ paths: description: API method documentation url: https://docs.github.com/rest/repos/webhooks#update-a-repository-webhook parameters: - - *266 - *267 - - *161 + - *268 + - *162 requestBody: required: true content: @@ -70297,9 +70311,9 @@ paths: description: Response content: application/json: - schema: *447 + schema: *448 examples: - default: *448 + default: *449 '422': *15 '404': *6 x-github: @@ -70320,9 +70334,9 @@ paths: description: API method documentation url: https://docs.github.com/rest/repos/webhooks#delete-a-repository-webhook parameters: - - *266 - *267 - - *161 + - *268 + - *162 responses: '204': description: Response @@ -70346,9 +70360,9 @@ paths: description: API method documentation url: https://docs.github.com/rest/repos/webhooks#get-a-webhook-configuration-for-a-repository parameters: - - *266 - *267 - - *161 + - *268 + - *162 responses: '200': description: Response @@ -70375,9 +70389,9 @@ paths: description: API method documentation url: https://docs.github.com/rest/repos/webhooks#update-a-webhook-configuration-for-a-repository parameters: - - *266 - *267 - - *161 + - *268 + - *162 requestBody: required: false content: @@ -70421,11 +70435,11 @@ paths: description: API method documentation url: https://docs.github.com/rest/repos/webhooks#list-deliveries-for-a-repository-webhook parameters: - - *266 - *267 - - *161 - - *17 + - *268 - *162 + - *17 + - *163 responses: '200': description: Response @@ -70433,9 +70447,9 @@ paths: application/json: schema: type: array - items: *163 + items: *164 examples: - default: *164 + default: *165 '400': *14 '422': *15 x-github: @@ -70454,18 +70468,18 @@ paths: description: API method documentation url: https://docs.github.com/rest/repos/webhooks#get-a-delivery-for-a-repository-webhook parameters: - - *266 - *267 - - *161 + - *268 + - *162 - *16 responses: '200': description: Response content: application/json: - schema: *165 + schema: *166 examples: - default: *166 + default: *167 '400': *14 '422': *15 x-github: @@ -70484,9 +70498,9 @@ paths: description: API method documentation url: https://docs.github.com/rest/repos/webhooks#redeliver-a-delivery-for-a-repository-webhook parameters: - - *266 - *267 - - *161 + - *268 + - *162 - *16 responses: '202': *45 @@ -70509,9 +70523,9 @@ paths: description: API method documentation url: https://docs.github.com/rest/repos/webhooks#ping-a-repository-webhook parameters: - - *266 - *267 - - *161 + - *268 + - *162 responses: '204': description: Response @@ -70536,9 +70550,9 @@ paths: description: API method documentation url: https://docs.github.com/rest/repos/webhooks#test-the-push-repository-webhook parameters: - - *266 - *267 - - *161 + - *268 + - *162 responses: '204': description: Response @@ -70596,14 +70610,14 @@ paths: description: API method documentation url: https://docs.github.com/rest/migrations/source-imports#get-an-import-status parameters: - - *266 - *267 + - *268 responses: '200': description: Response content: application/json: - schema: &449 + schema: &450 title: Import description: A repository import from an external source. type: object @@ -70710,7 +70724,7 @@ paths: - html_url - authors_url examples: - default: &452 + default: &453 value: vcs: subversion use_lfs: true @@ -70726,7 +70740,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': &450 + '503': &451 description: Unavailable due to service under maintenance. content: application/json: @@ -70755,8 +70769,8 @@ paths: description: API method documentation url: https://docs.github.com/rest/migrations/source-imports#start-an-import parameters: - - *266 - *267 + - *268 requestBody: required: true content: @@ -70804,7 +70818,7 @@ paths: description: Response content: application/json: - schema: *449 + schema: *450 examples: default: value: @@ -70829,7 +70843,7 @@ paths: type: string '422': *15 '404': *6 - '503': *450 + '503': *451 x-github: githubCloudOnly: false enabledForGitHubApps: true @@ -70857,8 +70871,8 @@ paths: description: API method documentation url: https://docs.github.com/rest/migrations/source-imports#update-an-import parameters: - - *266 - *267 + - *268 requestBody: required: false content: @@ -70910,7 +70924,7 @@ paths: description: Response content: application/json: - schema: *449 + schema: *450 examples: example-1: summary: Example 1 @@ -70958,7 +70972,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': *450 + '503': *451 x-github: githubCloudOnly: false enabledForGitHubApps: true @@ -70981,12 +70995,12 @@ paths: description: API method documentation url: https://docs.github.com/rest/migrations/source-imports#cancel-an-import parameters: - - *266 - *267 + - *268 responses: '204': description: Response - '503': *450 + '503': *451 x-github: githubCloudOnly: false enabledForGitHubApps: true @@ -71012,9 +71026,9 @@ paths: description: API method documentation url: https://docs.github.com/rest/migrations/source-imports#get-commit-authors parameters: - - *266 - *267 - - &614 + - *268 + - &615 name: since description: A user ID. Only return users with an ID greater than this ID. in: query @@ -71028,7 +71042,7 @@ paths: application/json: schema: type: array - items: &451 + items: &452 title: Porter Author description: Porter Author type: object @@ -71082,7 +71096,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': *450 + '503': *451 x-github: githubCloudOnly: false enabledForGitHubApps: true @@ -71107,8 +71121,8 @@ paths: description: API method documentation url: https://docs.github.com/rest/migrations/source-imports#map-a-commit-author parameters: - - *266 - *267 + - *268 - name: author_id in: path required: true @@ -71138,7 +71152,7 @@ paths: description: Response content: application/json: - schema: *451 + schema: *452 examples: default: value: @@ -71151,7 +71165,7 @@ paths: import_url: https://api.github.com/repos/octocat/socm/import '422': *15 '404': *6 - '503': *450 + '503': *451 x-github: githubCloudOnly: false enabledForGitHubApps: true @@ -71175,8 +71189,8 @@ paths: description: API method documentation url: https://docs.github.com/rest/migrations/source-imports#get-large-files parameters: - - *266 - *267 + - *268 responses: '200': description: Response @@ -71217,7 +71231,7 @@ paths: path: foo/bar/3 oid: c20ad4d76fe97759aa27a0c99bff6710 size: 12582912 - '503': *450 + '503': *451 x-github: githubCloudOnly: false enabledForGitHubApps: true @@ -71245,8 +71259,8 @@ paths: description: API method documentation url: https://docs.github.com/rest/migrations/source-imports#update-git-lfs-preference parameters: - - *266 - *267 + - *268 requestBody: required: true content: @@ -71273,11 +71287,11 @@ paths: description: Response content: application/json: - schema: *449 + schema: *450 examples: - default: *452 + default: *453 '422': *15 - '503': *450 + '503': *451 x-github: githubCloudOnly: false enabledForGitHubApps: true @@ -71300,8 +71314,8 @@ paths: description: API method documentation url: https://docs.github.com/rest/apps/apps#get-a-repository-installation-for-the-authenticated-app parameters: - - *266 - *267 + - *268 responses: '200': description: Response @@ -71309,8 +71323,8 @@ paths: application/json: schema: *20 examples: - default: *453 - '301': *278 + default: *454 + '301': *279 '404': *6 x-github: githubCloudOnly: false @@ -71330,8 +71344,8 @@ paths: description: API method documentation url: https://docs.github.com/rest/interactions/repos#get-interaction-restrictions-for-a-repository parameters: - - *266 - *267 + - *268 responses: '200': description: Response @@ -71339,12 +71353,12 @@ paths: application/json: schema: anyOf: - - *179 + - *180 - type: object properties: {} additionalProperties: false examples: - default: &455 + default: &456 value: limit: collaborators_only origin: repository @@ -71369,13 +71383,13 @@ paths: description: API method documentation url: https://docs.github.com/rest/interactions/repos#set-interaction-restrictions-for-a-repository parameters: - - *266 - *267 + - *268 requestBody: required: true content: application/json: - schema: *454 + schema: *455 examples: default: summary: Example request body @@ -71387,9 +71401,9 @@ paths: description: Response content: application/json: - schema: *179 + schema: *180 examples: - default: *455 + default: *456 '409': description: Response x-github: @@ -71411,8 +71425,8 @@ paths: description: API method documentation url: https://docs.github.com/rest/interactions/repos#remove-interaction-restrictions-for-a-repository parameters: - - *266 - *267 + - *268 responses: '204': description: Response @@ -71435,8 +71449,8 @@ paths: description: API method documentation url: https://docs.github.com/rest/collaborators/invitations#list-repository-invitations parameters: - - *266 - *267 + - *268 - *17 - *19 responses: @@ -71446,9 +71460,9 @@ paths: application/json: schema: type: array - items: *456 + items: *457 examples: - default: &607 + default: &608 value: - id: 1 repository: @@ -71579,9 +71593,9 @@ paths: description: API method documentation url: https://docs.github.com/rest/collaborators/invitations#update-a-repository-invitation parameters: - - *266 - *267 - - *183 + - *268 + - *184 requestBody: required: false content: @@ -71610,7 +71624,7 @@ paths: description: Response content: application/json: - schema: *456 + schema: *457 examples: default: value: @@ -71741,9 +71755,9 @@ paths: description: API method documentation url: https://docs.github.com/rest/collaborators/invitations#delete-a-repository-invitation parameters: - - *266 - *267 - - *183 + - *268 + - *184 responses: '204': description: Response @@ -71774,8 +71788,8 @@ paths: description: API method documentation url: https://docs.github.com/rest/issues/issues#list-repository-issues parameters: - - *266 - *267 + - *268 - 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 @@ -71823,7 +71837,7 @@ paths: required: false schema: type: string - - *187 + - *188 - name: sort description: What to sort results by. in: query @@ -71848,7 +71862,7 @@ paths: type: array items: *74 examples: - default: &465 + default: &466 value: - id: 1 node_id: MDU6SXNzdWUx @@ -71996,7 +72010,7 @@ paths: state_reason: completed headers: Link: *57 - '301': *278 + '301': *279 '422': *15 '404': *6 x-github: @@ -72025,8 +72039,8 @@ paths: description: API method documentation url: https://docs.github.com/rest/issues/issues#create-an-issue parameters: - - *266 - *267 + - *268 requestBody: required: true content: @@ -72118,7 +72132,7 @@ paths: application/json: schema: *74 examples: - default: &460 + default: &461 value: id: 1 node_id: MDU6SXNzdWUx @@ -72274,7 +72288,7 @@ paths: '422': *15 '503': *62 '404': *6 - '410': *275 + '410': *276 x-github: triggersNotification: true githubCloudOnly: false @@ -72302,8 +72316,8 @@ paths: description: API method documentation url: https://docs.github.com/rest/issues/comments#list-issue-comments-for-a-repository parameters: - - *266 - *267 + - *268 - *83 - name: direction description: Either `asc` or `desc`. Ignored without the `sort` parameter. @@ -72324,9 +72338,9 @@ paths: application/json: schema: type: array - items: *457 + items: *458 examples: - default: &462 + default: &463 value: - id: 1 node_id: MDEyOklzc3VlQ29tbWVudDE= @@ -72384,17 +72398,17 @@ paths: description: API method documentation url: https://docs.github.com/rest/issues/comments#get-an-issue-comment parameters: - - *266 - *267 + - *268 - *73 responses: '200': description: Response content: application/json: - schema: *457 + schema: *458 examples: - default: &458 + default: &459 value: id: 1 node_id: MDEyOklzc3VlQ29tbWVudDE= @@ -72448,8 +72462,8 @@ paths: description: API method documentation url: https://docs.github.com/rest/issues/comments#update-an-issue-comment parameters: - - *266 - *267 + - *268 - *73 requestBody: required: true @@ -72472,9 +72486,9 @@ paths: description: Response content: application/json: - schema: *457 + schema: *458 examples: - default: *458 + default: *459 '422': *15 x-github: githubCloudOnly: false @@ -72492,8 +72506,8 @@ paths: description: API method documentation url: https://docs.github.com/rest/issues/comments#delete-an-issue-comment parameters: - - *266 - *267 + - *268 - *73 responses: '204': @@ -72514,8 +72528,8 @@ paths: description: API method documentation url: https://docs.github.com/rest/reactions/reactions#list-reactions-for-an-issue-comment parameters: - - *266 - *267 + - *268 - *73 - name: content description: Returns a single [reaction type](https://docs.github.com/rest/reactions/reactions#about-reactions). @@ -72542,9 +72556,9 @@ paths: application/json: schema: type: array - items: *259 + items: *260 examples: - default: *261 + default: *262 headers: Link: *57 '404': *6 @@ -72565,8 +72579,8 @@ paths: description: API method documentation url: https://docs.github.com/rest/reactions/reactions#create-reaction-for-an-issue-comment parameters: - - *266 - *267 + - *268 - *73 requestBody: required: true @@ -72599,16 +72613,16 @@ paths: description: Reaction exists content: application/json: - schema: *259 + schema: *260 examples: - default: *260 + default: *261 '201': description: Reaction created content: application/json: - schema: *259 + schema: *260 examples: - default: *260 + default: *261 '422': *15 x-github: githubCloudOnly: false @@ -72630,10 +72644,10 @@ paths: description: API method documentation url: https://docs.github.com/rest/reactions/reactions#delete-an-issue-comment-reaction parameters: - - *266 - *267 + - *268 - *73 - - *262 + - *263 responses: '204': description: Response @@ -72653,8 +72667,8 @@ paths: description: API method documentation url: https://docs.github.com/rest/issues/events#list-issue-events-for-a-repository parameters: - - *266 - *267 + - *268 - *17 - *19 responses: @@ -72664,7 +72678,7 @@ paths: application/json: schema: type: array - items: &459 + items: &460 title: Issue Event description: Issue Event type: object @@ -73003,8 +73017,8 @@ paths: description: API method documentation url: https://docs.github.com/rest/issues/events#get-an-issue-event parameters: - - *266 - *267 + - *268 - name: event_id in: path required: true @@ -73015,7 +73029,7 @@ paths: description: Response content: application/json: - schema: *459 + schema: *460 examples: default: value: @@ -73208,7 +73222,7 @@ paths: author_association: COLLABORATOR state_reason: completed '404': *6 - '410': *275 + '410': *276 '403': *27 x-github: githubCloudOnly: false @@ -73242,9 +73256,9 @@ paths: description: API method documentation url: https://docs.github.com/rest/issues/issues#get-an-issue parameters: - - *266 - *267 - - &461 + - *268 + - &462 name: issue_number description: The number that identifies the issue. in: path @@ -73258,10 +73272,10 @@ paths: application/json: schema: *74 examples: - default: *460 - '301': *278 + default: *461 + '301': *279 '404': *6 - '410': *275 + '410': *276 '304': *35 x-github: githubCloudOnly: false @@ -73286,9 +73300,9 @@ paths: description: API method documentation url: https://docs.github.com/rest/issues/issues#update-an-issue parameters: - - *266 - *267 - - *461 + - *268 + - *462 requestBody: required: false content: @@ -73408,13 +73422,13 @@ paths: application/json: schema: *74 examples: - default: *460 + default: *461 '422': *15 '503': *62 '403': *27 - '301': *278 + '301': *279 '404': *6 - '410': *275 + '410': *276 x-github: githubCloudOnly: false enabledForGitHubApps: true @@ -73432,9 +73446,9 @@ paths: description: API method documentation url: https://docs.github.com/rest/issues/assignees#add-assignees-to-an-issue parameters: - - *266 - *267 - - *461 + - *268 + - *462 requestBody: required: false content: @@ -73462,7 +73476,7 @@ paths: application/json: schema: *74 examples: - default: *460 + default: *461 x-github: githubCloudOnly: false enabledForGitHubApps: true @@ -73478,9 +73492,9 @@ paths: description: API method documentation url: https://docs.github.com/rest/issues/assignees#remove-assignees-from-an-issue parameters: - - *266 - *267 - - *461 + - *268 + - *462 requestBody: content: application/json: @@ -73507,7 +73521,7 @@ paths: application/json: schema: *74 examples: - default: *460 + default: *461 x-github: githubCloudOnly: false enabledForGitHubApps: true @@ -73529,9 +73543,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: - - *266 - *267 - - *461 + - *268 + - *462 - name: assignee in: path required: true @@ -73571,9 +73585,9 @@ paths: description: API method documentation url: https://docs.github.com/rest/issues/comments#list-issue-comments parameters: - - *266 - *267 - - *461 + - *268 + - *462 - *64 - *17 - *19 @@ -73584,13 +73598,13 @@ paths: application/json: schema: type: array - items: *457 + items: *458 examples: - default: *462 + default: *463 headers: Link: *57 '404': *6 - '410': *275 + '410': *276 x-github: githubCloudOnly: false enabledForGitHubApps: true @@ -73619,9 +73633,9 @@ paths: description: API method documentation url: https://docs.github.com/rest/issues/comments#create-an-issue-comment parameters: - - *266 - *267 - - *461 + - *268 + - *462 requestBody: required: true content: @@ -73643,16 +73657,16 @@ paths: description: Response content: application/json: - schema: *457 + schema: *458 examples: - default: *458 + default: *459 headers: Location: example: https://api.github.com/repos/octocat/Hello-World/issues/comments/1 schema: type: string '403': *27 - '410': *275 + '410': *276 '422': *15 '404': *6 x-github: @@ -73672,9 +73686,9 @@ paths: description: API method documentation url: https://docs.github.com/rest/issues/events#list-issue-events parameters: - - *266 - *267 - - *461 + - *268 + - *462 - *17 - *19 responses: @@ -73688,7 +73702,7 @@ paths: title: Issue Event for Issue description: Issue Event for Issue anyOf: - - &466 + - &467 title: Labeled Issue Event description: Labeled Issue Event type: object @@ -73737,7 +73751,7 @@ paths: - commit_url - created_at - performed_via_github_app - - &467 + - &468 title: Unlabeled Issue Event description: Unlabeled Issue Event type: object @@ -73865,7 +73879,7 @@ paths: - performed_via_github_app - assignee - assigner - - &468 + - &469 title: Milestoned Issue Event description: Milestoned Issue Event type: object @@ -73911,7 +73925,7 @@ paths: - commit_url - created_at - performed_via_github_app - - &469 + - &470 title: Demilestoned Issue Event description: Demilestoned Issue Event type: object @@ -73957,7 +73971,7 @@ paths: - commit_url - created_at - performed_via_github_app - - &470 + - &471 title: Renamed Issue Event description: Renamed Issue Event type: object @@ -74006,7 +74020,7 @@ paths: - commit_url - created_at - performed_via_github_app - - &471 + - &472 title: Review Requested Issue Event description: Review Requested Issue Event type: object @@ -74048,7 +74062,7 @@ paths: - commit_url - created_at - performed_via_github_app - - &472 + - &473 title: Review Request Removed Issue Event description: Review Request Removed Issue Event type: object @@ -74090,7 +74104,7 @@ paths: - commit_url - created_at - performed_via_github_app - - &473 + - &474 title: Review Dismissed Issue Event description: Review Dismissed Issue Event type: object @@ -74146,7 +74160,7 @@ paths: - commit_url - created_at - performed_via_github_app - - &474 + - &475 title: Locked Issue Event description: Locked Issue Event type: object @@ -74191,7 +74205,7 @@ paths: - commit_url - created_at - performed_via_github_app - - &475 + - &476 title: Added to Project Issue Event description: Added to Project Issue Event type: object @@ -74252,7 +74266,7 @@ paths: - commit_url - created_at - performed_via_github_app - - &476 + - &477 title: Moved Column in Project Issue Event description: Moved Column in Project Issue Event type: object @@ -74313,7 +74327,7 @@ paths: - commit_url - created_at - performed_via_github_app - - &477 + - &478 title: Removed from Project Issue Event description: Removed from Project Issue Event type: object @@ -74374,7 +74388,7 @@ paths: - commit_url - created_at - performed_via_github_app - - &478 + - &479 title: Converted Note to Issue Issue Event description: Converted Note to Issue Issue Event type: object @@ -74467,7 +74481,7 @@ paths: color: red headers: Link: *57 - '410': *275 + '410': *276 x-github: githubCloudOnly: false enabledForGitHubApps: true @@ -74484,9 +74498,9 @@ paths: description: API method documentation url: https://docs.github.com/rest/issues/labels#list-labels-for-an-issue parameters: - - *266 - *267 - - *461 + - *268 + - *462 - *17 - *19 responses: @@ -74496,7 +74510,7 @@ paths: application/json: schema: type: array - items: &463 + items: &464 title: Label description: Color-coded labels help you categorize and filter your issues (just like labels in Gmail). @@ -74551,7 +74565,7 @@ paths: - color - default examples: - default: &464 + default: &465 value: - id: 208045946 node_id: MDU6TGFiZWwyMDgwNDU5NDY= @@ -74569,9 +74583,9 @@ paths: default: false headers: Link: *57 - '301': *278 + '301': *279 '404': *6 - '410': *275 + '410': *276 x-github: githubCloudOnly: false enabledForGitHubApps: true @@ -74588,9 +74602,9 @@ paths: description: API method documentation url: https://docs.github.com/rest/issues/labels#add-labels-to-an-issue parameters: - - *266 - *267 - - *461 + - *268 + - *462 requestBody: required: false content: @@ -74649,12 +74663,12 @@ paths: application/json: schema: type: array - items: *463 + items: *464 examples: - default: *464 - '301': *278 + default: *465 + '301': *279 '404': *6 - '410': *275 + '410': *276 '422': *15 x-github: githubCloudOnly: false @@ -74671,9 +74685,9 @@ paths: description: API method documentation url: https://docs.github.com/rest/issues/labels#set-labels-for-an-issue parameters: - - *266 - *267 - - *461 + - *268 + - *462 requestBody: required: false content: @@ -74733,12 +74747,12 @@ paths: application/json: schema: type: array - items: *463 + items: *464 examples: - default: *464 - '301': *278 + default: *465 + '301': *279 '404': *6 - '410': *275 + '410': *276 '422': *15 x-github: githubCloudOnly: false @@ -74755,15 +74769,15 @@ paths: description: API method documentation url: https://docs.github.com/rest/issues/labels#remove-all-labels-from-an-issue parameters: - - *266 - *267 - - *461 + - *268 + - *462 responses: '204': description: Response - '301': *278 + '301': *279 '404': *6 - '410': *275 + '410': *276 x-github: githubCloudOnly: false enabledForGitHubApps: true @@ -74782,9 +74796,9 @@ paths: description: API method documentation url: https://docs.github.com/rest/issues/labels#remove-a-label-from-an-issue parameters: - - *266 - *267 - - *461 + - *268 + - *462 - name: name in: path required: true @@ -74797,7 +74811,7 @@ paths: application/json: schema: type: array - items: *463 + items: *464 examples: default: value: @@ -74808,9 +74822,9 @@ paths: description: Something isn't working color: f29513 default: true - '301': *278 + '301': *279 '404': *6 - '410': *275 + '410': *276 x-github: githubCloudOnly: false enabledForGitHubApps: true @@ -74830,9 +74844,9 @@ paths: description: API method documentation url: https://docs.github.com/rest/issues/issues#lock-an-issue parameters: - - *266 - *267 - - *461 + - *268 + - *462 requestBody: required: false content: @@ -74861,7 +74875,7 @@ paths: '204': description: Response '403': *27 - '410': *275 + '410': *276 '404': *6 '422': *15 x-github: @@ -74879,9 +74893,9 @@ paths: description: API method documentation url: https://docs.github.com/rest/issues/issues#unlock-an-issue parameters: - - *266 - *267 - - *461 + - *268 + - *462 responses: '204': description: Response @@ -74903,9 +74917,9 @@ paths: description: API method documentation url: https://docs.github.com/rest/reactions/reactions#list-reactions-for-an-issue parameters: - - *266 - *267 - - *461 + - *268 + - *462 - 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. @@ -74931,13 +74945,13 @@ paths: application/json: schema: type: array - items: *259 + items: *260 examples: - default: *261 + default: *262 headers: Link: *57 '404': *6 - '410': *275 + '410': *276 x-github: githubCloudOnly: false enabledForGitHubApps: true @@ -74955,9 +74969,9 @@ paths: description: API method documentation url: https://docs.github.com/rest/reactions/reactions#create-reaction-for-an-issue parameters: - - *266 - *267 - - *461 + - *268 + - *462 requestBody: required: true content: @@ -74989,16 +75003,16 @@ paths: description: Response content: application/json: - schema: *259 + schema: *260 examples: - default: *260 + default: *261 '201': description: Response content: application/json: - schema: *259 + schema: *260 examples: - default: *260 + default: *261 '422': *15 x-github: githubCloudOnly: false @@ -75020,10 +75034,10 @@ paths: description: API method documentation url: https://docs.github.com/rest/reactions/reactions#delete-an-issue-reaction parameters: - - *266 - *267 - - *461 - - *262 + - *268 + - *462 + - *263 responses: '204': description: Response @@ -75052,9 +75066,9 @@ paths: description: API method documentation url: https://docs.github.com/rest/issues/sub-issues#remove-sub-issue parameters: - - *266 - *267 - - *461 + - *268 + - *462 requestBody: required: true content: @@ -75078,7 +75092,7 @@ paths: application/json: schema: *74 examples: - default: *460 + default: *461 headers: Location: example: https://api.github.com/repos/octocat/Hello-World/issues/1/sub-issue @@ -75111,9 +75125,9 @@ paths: description: API method documentation url: https://docs.github.com/rest/issues/sub-issues#list-sub-issues parameters: - - *266 - *267 - - *461 + - *268 + - *462 - *17 - *19 responses: @@ -75125,11 +75139,11 @@ paths: type: array items: *74 examples: - default: *465 + default: *466 headers: Link: *57 '404': *6 - '410': *275 + '410': *276 x-github: githubCloudOnly: false enabledForGitHubApps: true @@ -75157,9 +75171,9 @@ paths: description: API method documentation url: https://docs.github.com/rest/issues/sub-issues#add-sub-issue parameters: - - *266 - *267 - - *461 + - *268 + - *462 requestBody: required: true content: @@ -75188,14 +75202,14 @@ paths: application/json: schema: *74 examples: - default: *460 + default: *461 headers: Location: example: https://api.github.com/repos/octocat/Hello-World/issues/sub-issues/1 schema: type: string '403': *27 - '410': *275 + '410': *276 '422': *15 '404': *6 x-github: @@ -75215,9 +75229,9 @@ paths: description: API method documentation url: https://docs.github.com/rest/issues/sub-issues#reprioritize-sub-issue parameters: - - *266 - *267 - - *461 + - *268 + - *462 requestBody: required: true content: @@ -75250,7 +75264,7 @@ paths: application/json: schema: *74 examples: - default: *460 + default: *461 '403': *27 '404': *6 '422': *7 @@ -75272,9 +75286,9 @@ paths: description: API method documentation url: https://docs.github.com/rest/issues/timeline#list-timeline-events-for-an-issue parameters: - - *266 - *267 - - *461 + - *268 + - *462 - *17 - *19 responses: @@ -75289,7 +75303,6 @@ paths: description: Timeline Event type: object anyOf: - - *466 - *467 - *468 - *469 @@ -75302,6 +75315,7 @@ paths: - *476 - *477 - *478 + - *479 - title: Timeline Comment Event description: Timeline Comment Event type: object @@ -75625,7 +75639,7 @@ paths: type: string comments: type: array - items: &498 + items: &499 title: Pull Request Review Comment description: Pull Request Review Comments are comments on a portion of the Pull Request's diff. @@ -75863,7 +75877,7 @@ paths: type: string comments: type: array - items: *393 + items: *394 - title: Timeline Assigned Issue Event description: Timeline Assigned Issue Event type: object @@ -76138,7 +76152,7 @@ paths: headers: Link: *57 '404': *6 - '410': *275 + '410': *276 x-github: githubCloudOnly: false enabledForGitHubApps: true @@ -76155,8 +76169,8 @@ paths: description: API method documentation url: https://docs.github.com/rest/deploy-keys/deploy-keys#list-deploy-keys parameters: - - *266 - *267 + - *268 - *17 - *19 responses: @@ -76166,7 +76180,7 @@ paths: application/json: schema: type: array - items: &479 + items: &480 title: Deploy Key description: An SSH key granting access to a single repository. type: object @@ -76233,8 +76247,8 @@ paths: description: API method documentation url: https://docs.github.com/rest/deploy-keys/deploy-keys#create-a-deploy-key parameters: - - *266 - *267 + - *268 requestBody: required: true content: @@ -76270,9 +76284,9 @@ paths: description: Response content: application/json: - schema: *479 + schema: *480 examples: - default: &480 + default: &481 value: id: 1 key: ssh-rsa AAA... @@ -76306,9 +76320,9 @@ paths: description: API method documentation url: https://docs.github.com/rest/deploy-keys/deploy-keys#get-a-deploy-key parameters: - - *266 - *267 - - &481 + - *268 + - &482 name: key_id description: The unique identifier of the key. in: path @@ -76320,9 +76334,9 @@ paths: description: Response content: application/json: - schema: *479 + schema: *480 examples: - default: *480 + default: *481 '404': *6 x-github: githubCloudOnly: false @@ -76340,9 +76354,9 @@ paths: description: API method documentation url: https://docs.github.com/rest/deploy-keys/deploy-keys#delete-a-deploy-key parameters: - - *266 - *267 - - *481 + - *268 + - *482 responses: '204': description: Response @@ -76362,8 +76376,8 @@ paths: description: API method documentation url: https://docs.github.com/rest/issues/labels#list-labels-for-a-repository parameters: - - *266 - *267 + - *268 - *17 - *19 responses: @@ -76373,9 +76387,9 @@ paths: application/json: schema: type: array - items: *463 + items: *464 examples: - default: *464 + default: *465 headers: Link: *57 '404': *6 @@ -76396,8 +76410,8 @@ paths: description: API method documentation url: https://docs.github.com/rest/issues/labels#create-a-label parameters: - - *266 - *267 + - *268 requestBody: required: true content: @@ -76433,9 +76447,9 @@ paths: description: Response content: application/json: - schema: *463 + schema: *464 examples: - default: &482 + default: &483 value: id: 208045946 node_id: MDU6TGFiZWwyMDgwNDU5NDY= @@ -76467,8 +76481,8 @@ paths: description: API method documentation url: https://docs.github.com/rest/issues/labels#get-a-label parameters: - - *266 - *267 + - *268 - name: name in: path required: true @@ -76479,9 +76493,9 @@ paths: description: Response content: application/json: - schema: *463 + schema: *464 examples: - default: *482 + default: *483 '404': *6 x-github: githubCloudOnly: false @@ -76498,8 +76512,8 @@ paths: description: API method documentation url: https://docs.github.com/rest/issues/labels#update-a-label parameters: - - *266 - *267 + - *268 - name: name in: path required: true @@ -76538,7 +76552,7 @@ paths: description: Response content: application/json: - schema: *463 + schema: *464 examples: default: value: @@ -76564,8 +76578,8 @@ paths: description: API method documentation url: https://docs.github.com/rest/issues/labels#delete-a-label parameters: - - *266 - *267 + - *268 - name: name in: path required: true @@ -76591,8 +76605,8 @@ paths: description: API method documentation url: https://docs.github.com/rest/repos/repos#list-repository-languages parameters: - - *266 - *267 + - *268 responses: '200': description: Response @@ -76631,9 +76645,9 @@ paths: description: API method documentation url: https://docs.github.com/rest/licenses/licenses#get-the-license-for-a-repository parameters: - - *266 - *267 - - *371 + - *268 + - *372 responses: '200': description: Response @@ -76780,8 +76794,8 @@ paths: description: API method documentation url: https://docs.github.com/rest/branches/branches#sync-a-fork-branch-with-the-upstream-repository parameters: - - *266 - *267 + - *268 requestBody: required: true content: @@ -76846,8 +76860,8 @@ paths: description: API method documentation url: https://docs.github.com/rest/branches/branches#merge-a-branch parameters: - - *266 - *267 + - *268 requestBody: required: true content: @@ -76881,9 +76895,9 @@ paths: description: Successful Response (The resulting merge commit) content: application/json: - schema: *394 + schema: *395 examples: - default: *483 + default: *484 '204': description: Response when already merged '404': @@ -76908,8 +76922,8 @@ paths: description: API method documentation url: https://docs.github.com/rest/issues/milestones#list-milestones parameters: - - *266 - *267 + - *268 - name: state description: The state of the milestone. Either `open`, `closed`, or `all`. in: query @@ -76950,7 +76964,7 @@ paths: application/json: schema: type: array - items: *398 + items: *399 examples: default: value: @@ -77006,8 +77020,8 @@ paths: description: API method documentation url: https://docs.github.com/rest/issues/milestones#create-a-milestone parameters: - - *266 - *267 + - *268 requestBody: required: true content: @@ -77047,9 +77061,9 @@ paths: description: Response content: application/json: - schema: *398 + schema: *399 examples: - default: &484 + default: &485 value: url: https://api.github.com/repos/octocat/Hello-World/milestones/1 html_url: https://github.com/octocat/Hello-World/milestones/v1.0 @@ -77108,9 +77122,9 @@ paths: description: API method documentation url: https://docs.github.com/rest/issues/milestones#get-a-milestone parameters: - - *266 - *267 - - &485 + - *268 + - &486 name: milestone_number description: The number that identifies the milestone. in: path @@ -77122,9 +77136,9 @@ paths: description: Response content: application/json: - schema: *398 + schema: *399 examples: - default: *484 + default: *485 '404': *6 x-github: githubCloudOnly: false @@ -77141,9 +77155,9 @@ paths: description: API method documentation url: https://docs.github.com/rest/issues/milestones#update-a-milestone parameters: - - *266 - *267 - - *485 + - *268 + - *486 requestBody: required: false content: @@ -77181,9 +77195,9 @@ paths: description: Response content: application/json: - schema: *398 + schema: *399 examples: - default: *484 + default: *485 x-github: githubCloudOnly: false enabledForGitHubApps: true @@ -77199,9 +77213,9 @@ paths: description: API method documentation url: https://docs.github.com/rest/issues/milestones#delete-a-milestone parameters: - - *266 - *267 - - *485 + - *268 + - *486 responses: '204': description: Response @@ -77222,9 +77236,9 @@ paths: description: API method documentation url: https://docs.github.com/rest/issues/labels#list-labels-for-issues-in-a-milestone parameters: - - *266 - *267 - - *485 + - *268 + - *486 - *17 - *19 responses: @@ -77234,9 +77248,9 @@ paths: application/json: schema: type: array - items: *463 + items: *464 examples: - default: *464 + default: *465 headers: Link: *57 x-github: @@ -77255,12 +77269,12 @@ paths: description: API method documentation url: https://docs.github.com/rest/activity/notifications#list-repository-notifications-for-the-authenticated-user parameters: - - *266 - *267 - - *486 + - *268 - *487 - - *64 - *488 + - *64 + - *489 - *17 - *19 responses: @@ -77272,7 +77286,7 @@ paths: type: array items: *86 examples: - default: *489 + default: *490 headers: Link: *57 x-github: @@ -77296,8 +77310,8 @@ paths: description: API method documentation url: https://docs.github.com/rest/activity/notifications#mark-repository-notifications-as-read parameters: - - *266 - *267 + - *268 requestBody: required: false content: @@ -77355,14 +77369,14 @@ paths: description: API method documentation url: https://docs.github.com/rest/pages/pages#get-a-apiname-pages-site parameters: - - *266 - *267 + - *268 responses: '200': description: Response content: application/json: - schema: &490 + schema: &491 title: GitHub Pages description: The configuration for GitHub Pages for a repository. type: object @@ -77506,7 +77520,7 @@ paths: - custom_404 - public examples: - default: &491 + default: &492 value: url: https://api.github.com/repos/github/developer.github.com/pages status: built @@ -77547,8 +77561,8 @@ paths: description: API method documentation url: https://docs.github.com/rest/pages/pages#create-a-apiname-pages-site parameters: - - *266 - *267 + - *268 requestBody: required: true content: @@ -77603,9 +77617,9 @@ paths: description: Response content: application/json: - schema: *490 + schema: *491 examples: - default: *491 + default: *492 '422': *15 '409': *44 x-github: @@ -77628,8 +77642,8 @@ paths: description: API method documentation url: https://docs.github.com/rest/pages/pages#update-information-about-a-apiname-pages-site parameters: - - *266 - *267 + - *268 requestBody: required: true content: @@ -77729,8 +77743,8 @@ paths: description: API method documentation url: https://docs.github.com/rest/pages/pages#delete-a-apiname-pages-site parameters: - - *266 - *267 + - *268 responses: '204': description: Response @@ -77756,8 +77770,8 @@ paths: description: API method documentation url: https://docs.github.com/rest/pages/pages#list-apiname-pages-builds parameters: - - *266 - *267 + - *268 - *17 - *19 responses: @@ -77767,7 +77781,7 @@ paths: application/json: schema: type: array - items: &492 + items: &493 title: Page Build description: Page Build type: object @@ -77859,8 +77873,8 @@ paths: description: API method documentation url: https://docs.github.com/rest/pages/pages#request-a-apiname-pages-build parameters: - - *266 - *267 + - *268 responses: '201': description: Response @@ -77907,16 +77921,16 @@ paths: description: API method documentation url: https://docs.github.com/rest/pages/pages#get-latest-pages-build parameters: - - *266 - *267 + - *268 responses: '200': description: Response content: application/json: - schema: *492 + schema: *493 examples: - default: &493 + default: &494 value: url: https://api.github.com/repos/github/developer.github.com/pages/builds/5472601 status: built @@ -77964,8 +77978,8 @@ paths: description: API method documentation url: https://docs.github.com/rest/pages/pages#get-apiname-pages-build parameters: - - *266 - *267 + - *268 - name: build_id in: path required: true @@ -77976,9 +77990,9 @@ paths: description: Response content: application/json: - schema: *492 + schema: *493 examples: - default: *493 + default: *494 x-github: githubCloudOnly: false enabledForGitHubApps: true @@ -77998,8 +78012,8 @@ paths: description: API method documentation url: https://docs.github.com/rest/pages/pages#create-a-github-pages-deployment parameters: - - *266 - *267 + - *268 requestBody: required: true content: @@ -78107,9 +78121,9 @@ paths: description: API method documentation url: https://docs.github.com/rest/pages/pages#get-the-status-of-a-github-pages-deployment parameters: - - *266 - *267 - - &494 + - *268 + - &495 name: pages_deployment_id description: The ID of the Pages deployment. You can also give the commit SHA of the deployment. @@ -78167,9 +78181,9 @@ paths: description: API method documentation url: https://docs.github.com/rest/pages/pages#cancel-a-github-pages-deployment parameters: - - *266 - *267 - - *494 + - *268 + - *495 responses: '204': *140 '404': *6 @@ -78196,8 +78210,8 @@ paths: description: API method documentation url: https://docs.github.com/rest/pages/pages#get-a-dns-health-check-for-github-pages parameters: - - *266 - *267 + - *268 responses: '200': description: Response @@ -78492,8 +78506,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: - - *266 - *267 + - *268 responses: '200': description: Private vulnerability reporting status @@ -78530,8 +78544,8 @@ paths: description: API method documentation url: https://docs.github.com/rest/repos/repos#enable-private-vulnerability-reporting-for-a-repository parameters: - - *266 - *267 + - *268 responses: '204': *140 '422': *14 @@ -78552,8 +78566,8 @@ paths: description: API method documentation url: https://docs.github.com/rest/repos/repos#disable-private-vulnerability-reporting-for-a-repository parameters: - - *266 - *267 + - *268 responses: '204': *140 '422': *14 @@ -78576,8 +78590,8 @@ paths: description: API method documentation url: https://docs.github.com/rest/projects/projects#list-repository-projects parameters: - - *266 - *267 + - *268 - name: state description: Indicates the state of the projects to return. in: query @@ -78598,7 +78612,7 @@ paths: application/json: schema: type: array - items: *219 + items: *220 examples: default: value: @@ -78638,7 +78652,7 @@ paths: '401': *23 '403': *27 '404': *6 - '410': *275 + '410': *276 '422': *7 x-github: githubCloudOnly: false @@ -78661,8 +78675,8 @@ paths: description: API method documentation url: https://docs.github.com/rest/projects/projects#create-a-repository-project parameters: - - *266 - *267 + - *268 requestBody: required: true content: @@ -78688,13 +78702,13 @@ paths: description: Response content: application/json: - schema: *219 + schema: *220 examples: - default: *274 + default: *275 '401': *23 '403': *27 '404': *6 - '410': *275 + '410': *276 '422': *7 x-github: githubCloudOnly: false @@ -78717,8 +78731,8 @@ paths: description: API method documentation url: https://docs.github.com/rest/repos/custom-properties#get-all-custom-property-values-for-a-repository parameters: - - *266 - *267 + - *268 responses: '200': description: Response @@ -78726,7 +78740,7 @@ paths: application/json: schema: type: array - items: *224 + items: *225 examples: default: value: @@ -78757,8 +78771,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: - - *266 - *267 + - *268 requestBody: required: true content: @@ -78770,7 +78784,7 @@ paths: type: array description: A list of custom property names and associated values to apply to the repositories. - items: *224 + items: *225 required: - properties examples: @@ -78820,8 +78834,8 @@ paths: description: API method documentation url: https://docs.github.com/rest/pulls/pulls#list-pull-requests parameters: - - *266 - *267 + - *268 - name: state description: Either `open`, `closed`, or `all` to filter by state. in: query @@ -78881,9 +78895,9 @@ paths: application/json: schema: type: array - items: *495 + items: *496 examples: - default: *496 + default: *497 headers: Link: *57 '304': *35 @@ -78915,8 +78929,8 @@ paths: description: API method documentation url: https://docs.github.com/rest/pulls/pulls#create-a-pull-request parameters: - - *266 - *267 + - *268 requestBody: required: true content: @@ -78983,7 +78997,7 @@ paths: description: Response content: application/json: - schema: &500 + schema: &501 type: object title: Pull Request description: Pull requests let you tell others about changes you've @@ -79112,7 +79126,7 @@ paths: milestone: anyOf: - type: 'null' - - *398 + - *399 active_lock_reason: type: - string @@ -79167,7 +79181,7 @@ paths: type: - array - 'null' - items: *201 + items: *202 head: type: object properties: @@ -79205,14 +79219,14 @@ paths: _links: type: object properties: - comments: *399 - commits: *399 - statuses: *399 - html: *399 - issue: *399 - review_comments: *399 - review_comment: *399 - self: *399 + comments: *400 + commits: *400 + statuses: *400 + html: *400 + issue: *400 + review_comments: *400 + review_comment: *400 + self: *400 required: - comments - commits @@ -79223,7 +79237,7 @@ paths: - review_comment - self author_association: *60 - auto_merge: *497 + auto_merge: *498 draft: description: Indicates whether or not the pull request is a draft. type: boolean @@ -79325,7 +79339,7 @@ paths: - merged_by - review_comments examples: - default: &501 + default: &502 value: url: https://api.github.com/repos/octocat/Hello-World/pulls/1347 id: 1 @@ -79852,8 +79866,8 @@ paths: description: API method documentation url: https://docs.github.com/rest/pulls/comments#list-review-comments-in-a-repository parameters: - - *266 - *267 + - *268 - name: sort in: query required: false @@ -79882,9 +79896,9 @@ paths: application/json: schema: type: array - items: *498 + items: *499 examples: - default: &503 + default: &504 value: - url: https://api.github.com/repos/octocat/Hello-World/pulls/comments/1 pull_request_review_id: 42 @@ -79961,17 +79975,17 @@ paths: description: API method documentation url: https://docs.github.com/rest/pulls/comments#get-a-review-comment-for-a-pull-request parameters: - - *266 - *267 + - *268 - *73 responses: '200': description: Response content: application/json: - schema: *498 + schema: *499 examples: - default: &499 + default: &500 value: url: https://api.github.com/repos/octocat/Hello-World/pulls/comments/1 pull_request_review_id: 42 @@ -80046,8 +80060,8 @@ paths: description: API method documentation url: https://docs.github.com/rest/pulls/comments#update-a-review-comment-for-a-pull-request parameters: - - *266 - *267 + - *268 - *73 requestBody: required: true @@ -80070,9 +80084,9 @@ paths: description: Response content: application/json: - schema: *498 + schema: *499 examples: - default: *499 + default: *500 x-github: githubCloudOnly: false enabledForGitHubApps: true @@ -80088,8 +80102,8 @@ paths: description: API method documentation url: https://docs.github.com/rest/pulls/comments#delete-a-review-comment-for-a-pull-request parameters: - - *266 - *267 + - *268 - *73 responses: '204': @@ -80111,8 +80125,8 @@ paths: description: API method documentation url: https://docs.github.com/rest/reactions/reactions#list-reactions-for-a-pull-request-review-comment parameters: - - *266 - *267 + - *268 - *73 - name: content description: Returns a single [reaction type](https://docs.github.com/rest/reactions/reactions#about-reactions). @@ -80139,9 +80153,9 @@ paths: application/json: schema: type: array - items: *259 + items: *260 examples: - default: *261 + default: *262 headers: Link: *57 '404': *6 @@ -80162,8 +80176,8 @@ paths: description: API method documentation url: https://docs.github.com/rest/reactions/reactions#create-reaction-for-a-pull-request-review-comment parameters: - - *266 - *267 + - *268 - *73 requestBody: required: true @@ -80196,16 +80210,16 @@ paths: description: Reaction exists content: application/json: - schema: *259 + schema: *260 examples: - default: *260 + default: *261 '201': description: Reaction created content: application/json: - schema: *259 + schema: *260 examples: - default: *260 + default: *261 '422': *15 x-github: githubCloudOnly: false @@ -80227,10 +80241,10 @@ paths: description: API method documentation url: https://docs.github.com/rest/reactions/reactions#delete-a-pull-request-comment-reaction parameters: - - *266 - *267 + - *268 - *73 - - *262 + - *263 responses: '204': description: Response @@ -80273,9 +80287,9 @@ paths: description: API method documentation url: https://docs.github.com/rest/pulls/pulls#get-a-pull-request parameters: - - *266 - *267 - - &502 + - *268 + - &503 name: pull_number description: The number that identifies the pull request. in: path @@ -80288,9 +80302,9 @@ paths: to fetch diff and patch formats. content: application/json: - schema: *500 + schema: *501 examples: - default: *501 + default: *502 '304': *35 '404': *6 '406': @@ -80325,9 +80339,9 @@ paths: description: API method documentation url: https://docs.github.com/rest/pulls/pulls#update-a-pull-request parameters: - - *266 - *267 - - *502 + - *268 + - *503 requestBody: required: false content: @@ -80369,9 +80383,9 @@ paths: description: Response content: application/json: - schema: *500 + schema: *501 examples: - default: *501 + default: *502 '422': *15 '403': *27 x-github: @@ -80393,9 +80407,9 @@ paths: description: API method documentation url: https://docs.github.com/rest/codespaces/codespaces#create-a-codespace-from-a-pull-request parameters: - - *266 - *267 - - *502 + - *268 + - *503 requestBody: required: true content: @@ -80456,17 +80470,17 @@ paths: description: Response when the codespace was successfully created content: application/json: - schema: *190 + schema: *191 examples: - default: *385 + default: *386 '202': description: Response when the codespace creation partially failed but is being retried in the background content: application/json: - schema: *190 + schema: *191 examples: - default: *385 + default: *386 '401': *23 '403': *27 '404': *6 @@ -80496,9 +80510,9 @@ paths: description: API method documentation url: https://docs.github.com/rest/pulls/comments#list-review-comments-on-a-pull-request parameters: - - *266 - *267 - - *502 + - *268 + - *503 - *83 - name: direction description: The direction to sort results. Ignored without `sort` parameter. @@ -80519,9 +80533,9 @@ paths: application/json: schema: type: array - items: *498 + items: *499 examples: - default: *503 + default: *504 headers: Link: *57 x-github: @@ -80554,9 +80568,9 @@ paths: description: API method documentation url: https://docs.github.com/rest/pulls/comments#create-a-review-comment-for-a-pull-request parameters: - - *266 - *267 - - *502 + - *268 + - *503 requestBody: required: true content: @@ -80662,7 +80676,7 @@ paths: description: Response content: application/json: - schema: *498 + schema: *499 examples: example-for-a-multi-line-comment: value: @@ -80750,9 +80764,9 @@ paths: description: API method documentation url: https://docs.github.com/rest/pulls/comments#create-a-reply-for-a-review-comment parameters: - - *266 - *267 - - *502 + - *268 + - *503 - *73 requestBody: required: true @@ -80775,7 +80789,7 @@ paths: description: Response content: application/json: - schema: *498 + schema: *499 examples: default: value: @@ -80861,9 +80875,9 @@ paths: description: API method documentation url: https://docs.github.com/rest/pulls/pulls#list-commits-on-a-pull-request parameters: - - *266 - *267 - - *502 + - *268 + - *503 - *17 - *19 responses: @@ -80873,9 +80887,9 @@ paths: application/json: schema: type: array - items: *394 + items: *395 examples: - default: *504 + default: *505 headers: Link: *57 x-github: @@ -80905,9 +80919,9 @@ paths: description: API method documentation url: https://docs.github.com/rest/pulls/pulls#list-pull-requests-files parameters: - - *266 - *267 - - *502 + - *268 + - *503 - *17 - *19 responses: @@ -80917,7 +80931,7 @@ paths: application/json: schema: type: array - items: *406 + items: *407 examples: default: value: @@ -80955,9 +80969,9 @@ paths: description: API method documentation url: https://docs.github.com/rest/pulls/pulls#check-if-a-pull-request-has-been-merged parameters: - - *266 - *267 - - *502 + - *268 + - *503 responses: '204': description: Response if pull request has been merged @@ -80980,9 +80994,9 @@ paths: description: API method documentation url: https://docs.github.com/rest/pulls/pulls#merge-a-pull-request parameters: - - *266 - *267 - - *502 + - *268 + - *503 requestBody: required: false content: @@ -81094,9 +81108,9 @@ paths: description: API method documentation url: https://docs.github.com/rest/pulls/review-requests#get-all-requested-reviewers-for-a-pull-request parameters: - - *266 - *267 - - *502 + - *268 + - *503 responses: '200': description: Response @@ -81171,9 +81185,9 @@ paths: description: API method documentation url: https://docs.github.com/rest/pulls/review-requests#request-reviewers-for-a-pull-request parameters: - - *266 - *267 - - *502 + - *268 + - *503 requestBody: required: false content: @@ -81210,7 +81224,7 @@ paths: description: Response content: application/json: - schema: *495 + schema: *496 examples: default: value: @@ -81746,9 +81760,9 @@ paths: description: API method documentation url: https://docs.github.com/rest/pulls/review-requests#remove-requested-reviewers-from-a-pull-request parameters: - - *266 - *267 - - *502 + - *268 + - *503 requestBody: required: true content: @@ -81782,7 +81796,7 @@ paths: description: Response content: application/json: - schema: *495 + schema: *496 examples: default: value: @@ -82287,9 +82301,9 @@ paths: description: API method documentation url: https://docs.github.com/rest/pulls/reviews#list-reviews-for-a-pull-request parameters: - - *266 - *267 - - *502 + - *268 + - *503 - *17 - *19 responses: @@ -82299,7 +82313,7 @@ paths: application/json: schema: type: array - items: &505 + items: &506 title: Pull Request Review description: Pull Request Reviews are reviews on pull requests. type: object @@ -82455,9 +82469,9 @@ paths: description: API method documentation url: https://docs.github.com/rest/pulls/reviews#create-a-review-for-a-pull-request parameters: - - *266 - *267 - - *502 + - *268 + - *503 requestBody: required: false content: @@ -82547,9 +82561,9 @@ paths: description: Response content: application/json: - schema: *505 + schema: *506 examples: - default: &507 + default: &508 value: id: 80 node_id: MDE3OlB1bGxSZXF1ZXN0UmV2aWV3ODA= @@ -82612,10 +82626,10 @@ paths: description: API method documentation url: https://docs.github.com/rest/pulls/reviews#get-a-review-for-a-pull-request parameters: - - *266 - *267 - - *502 - - &506 + - *268 + - *503 + - &507 name: review_id description: The unique identifier of the review. in: path @@ -82627,9 +82641,9 @@ paths: description: Response content: application/json: - schema: *505 + schema: *506 examples: - default: &508 + default: &509 value: id: 80 node_id: MDE3OlB1bGxSZXF1ZXN0UmV2aWV3ODA= @@ -82688,10 +82702,10 @@ paths: description: API method documentation url: https://docs.github.com/rest/pulls/reviews#update-a-review-for-a-pull-request parameters: - - *266 - *267 - - *502 - - *506 + - *268 + - *503 + - *507 requestBody: required: true content: @@ -82714,7 +82728,7 @@ paths: description: Response content: application/json: - schema: *505 + schema: *506 examples: default: value: @@ -82776,18 +82790,18 @@ paths: description: API method documentation url: https://docs.github.com/rest/pulls/reviews#delete-a-pending-review-for-a-pull-request parameters: - - *266 - *267 - - *502 - - *506 + - *268 + - *503 + - *507 responses: '200': description: Response content: application/json: - schema: *505 + schema: *506 examples: - default: *507 + default: *508 '422': *7 '404': *6 x-github: @@ -82814,10 +82828,10 @@ paths: description: API method documentation url: https://docs.github.com/rest/pulls/reviews#list-comments-for-a-pull-request-review parameters: - - *266 - *267 - - *502 - - *506 + - *268 + - *503 + - *507 - *17 - *19 responses: @@ -82915,9 +82929,9 @@ paths: _links: type: object properties: - self: *399 - html: *399 - pull_request: *399 + self: *400 + html: *400 + pull_request: *400 required: - self - html @@ -83068,10 +83082,10 @@ paths: description: API method documentation url: https://docs.github.com/rest/pulls/reviews#dismiss-a-review-for-a-pull-request parameters: - - *266 - *267 - - *502 - - *506 + - *268 + - *503 + - *507 requestBody: required: true content: @@ -83100,7 +83114,7 @@ paths: description: Response content: application/json: - schema: *505 + schema: *506 examples: default: value: @@ -83163,10 +83177,10 @@ paths: description: API method documentation url: https://docs.github.com/rest/pulls/reviews#submit-a-review-for-a-pull-request parameters: - - *266 - *267 - - *502 - - *506 + - *268 + - *503 + - *507 requestBody: required: true content: @@ -83201,9 +83215,9 @@ paths: description: Response content: application/json: - schema: *505 + schema: *506 examples: - default: *508 + default: *509 '404': *6 '422': *7 '403': *27 @@ -83225,9 +83239,9 @@ paths: description: API method documentation url: https://docs.github.com/rest/pulls/pulls#update-a-pull-request-branch parameters: - - *266 - *267 - - *502 + - *268 + - *503 requestBody: required: false content: @@ -83291,8 +83305,8 @@ paths: description: API method documentation url: https://docs.github.com/rest/repos/contents#get-a-repository-readme parameters: - - *266 - *267 + - *268 - name: ref description: 'The name of the commit/branch/tag. Default: the repository’s default branch.' @@ -83305,9 +83319,9 @@ paths: description: Response content: application/json: - schema: *509 + schema: *510 examples: - default: &510 + default: &511 value: type: file encoding: base64 @@ -83349,8 +83363,8 @@ paths: description: API method documentation url: https://docs.github.com/rest/repos/contents#get-a-repository-readme-for-a-directory parameters: - - *266 - *267 + - *268 - name: dir description: The alternate path to look for a README file in: path @@ -83370,9 +83384,9 @@ paths: description: Response content: application/json: - schema: *509 + schema: *510 examples: - default: *510 + default: *511 '404': *6 '422': *15 x-github: @@ -83394,8 +83408,8 @@ paths: description: API method documentation url: https://docs.github.com/rest/releases/releases#list-releases parameters: - - *266 - *267 + - *268 - *17 - *19 responses: @@ -83405,7 +83419,7 @@ paths: application/json: schema: type: array - items: &511 + items: &512 title: Release description: A release. type: object @@ -83477,7 +83491,7 @@ paths: author: *4 assets: type: array - items: &512 + items: &513 title: Release Asset description: Data related to a release. type: object @@ -83657,8 +83671,8 @@ paths: description: API method documentation url: https://docs.github.com/rest/releases/releases#create-a-release parameters: - - *266 - *267 + - *268 requestBody: required: true content: @@ -83734,9 +83748,9 @@ paths: description: Response content: application/json: - schema: *511 + schema: *512 examples: - default: &515 + default: &516 value: url: https://api.github.com/repos/octocat/Hello-World/releases/1 html_url: https://github.com/octocat/Hello-World/releases/v1.0.0 @@ -83839,9 +83853,9 @@ paths: description: API method documentation url: https://docs.github.com/rest/releases/assets#get-a-release-asset parameters: - - *266 - *267 - - &513 + - *268 + - &514 name: asset_id description: The unique identifier of the asset. in: path @@ -83853,9 +83867,9 @@ paths: description: Response content: application/json: - schema: *512 + schema: *513 examples: - default: &514 + default: &515 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 @@ -83889,7 +83903,7 @@ paths: type: User site_admin: false '404': *6 - '302': *408 + '302': *409 x-github: githubCloudOnly: false enabledForGitHubApps: true @@ -83905,9 +83919,9 @@ paths: description: API method documentation url: https://docs.github.com/rest/releases/assets#update-a-release-asset parameters: - - *266 - *267 - - *513 + - *268 + - *514 requestBody: required: false content: @@ -83936,9 +83950,9 @@ paths: description: Response content: application/json: - schema: *512 + schema: *513 examples: - default: *514 + default: *515 x-github: githubCloudOnly: false enabledForGitHubApps: true @@ -83954,9 +83968,9 @@ paths: description: API method documentation url: https://docs.github.com/rest/releases/assets#delete-a-release-asset parameters: - - *266 - *267 - - *513 + - *268 + - *514 responses: '204': description: Response @@ -83980,8 +83994,8 @@ paths: description: API method documentation url: https://docs.github.com/rest/releases/releases#generate-release-notes-content-for-a-release parameters: - - *266 - *267 + - *268 requestBody: required: true content: @@ -84067,16 +84081,16 @@ paths: description: API method documentation url: https://docs.github.com/rest/releases/releases#get-the-latest-release parameters: - - *266 - *267 + - *268 responses: '200': description: Response content: application/json: - schema: *511 + schema: *512 examples: - default: *515 + default: *516 x-github: githubCloudOnly: false enabledForGitHubApps: true @@ -84093,8 +84107,8 @@ paths: description: API method documentation url: https://docs.github.com/rest/releases/releases#get-a-release-by-tag-name parameters: - - *266 - *267 + - *268 - name: tag description: tag parameter in: path @@ -84107,9 +84121,9 @@ paths: description: Response content: application/json: - schema: *511 + schema: *512 examples: - default: *515 + default: *516 '404': *6 x-github: githubCloudOnly: false @@ -84131,9 +84145,9 @@ paths: description: API method documentation url: https://docs.github.com/rest/releases/releases#get-a-release parameters: - - *266 - *267 - - &516 + - *268 + - &517 name: release_id description: The unique identifier of the release. in: path @@ -84147,9 +84161,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: *511 + schema: *512 examples: - default: *515 + default: *516 '401': description: Unauthorized x-github: @@ -84167,9 +84181,9 @@ paths: description: API method documentation url: https://docs.github.com/rest/releases/releases#update-a-release parameters: - - *266 - *267 - - *516 + - *268 + - *517 requestBody: required: false content: @@ -84233,9 +84247,9 @@ paths: description: Response content: application/json: - schema: *511 + schema: *512 examples: - default: *515 + default: *516 '404': description: Not Found if the discussion category name is invalid content: @@ -84256,9 +84270,9 @@ paths: description: API method documentation url: https://docs.github.com/rest/releases/releases#delete-a-release parameters: - - *266 - *267 - - *516 + - *268 + - *517 responses: '204': description: Response @@ -84278,9 +84292,9 @@ paths: description: API method documentation url: https://docs.github.com/rest/releases/assets#list-release-assets parameters: - - *266 - *267 - - *516 + - *268 + - *517 - *17 - *19 responses: @@ -84290,7 +84304,7 @@ paths: application/json: schema: type: array - items: *512 + items: *513 examples: default: value: @@ -84370,9 +84384,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: - - *266 - *267 - - *516 + - *268 + - *517 - name: name in: query required: true @@ -84398,7 +84412,7 @@ paths: description: Response for successful upload content: application/json: - schema: *512 + schema: *513 examples: response-for-successful-upload: value: @@ -84452,9 +84466,9 @@ paths: description: API method documentation url: https://docs.github.com/rest/reactions/reactions#list-reactions-for-a-release parameters: - - *266 - *267 - - *516 + - *268 + - *517 - 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. @@ -84478,9 +84492,9 @@ paths: application/json: schema: type: array - items: *259 + items: *260 examples: - default: *261 + default: *262 headers: Link: *57 '404': *6 @@ -84501,9 +84515,9 @@ paths: description: API method documentation url: https://docs.github.com/rest/reactions/reactions#create-reaction-for-a-release parameters: - - *266 - *267 - - *516 + - *268 + - *517 requestBody: required: true content: @@ -84533,16 +84547,16 @@ paths: description: Reaction exists content: application/json: - schema: *259 + schema: *260 examples: - default: *260 + default: *261 '201': description: Reaction created content: application/json: - schema: *259 + schema: *260 examples: - default: *260 + default: *261 '422': *15 x-github: githubCloudOnly: false @@ -84564,10 +84578,10 @@ paths: description: API method documentation url: https://docs.github.com/rest/reactions/reactions#delete-a-release-reaction parameters: - - *266 - *267 - - *516 - - *262 + - *268 + - *517 + - *263 responses: '204': description: Response @@ -84591,9 +84605,9 @@ paths: description: API method documentation url: https://docs.github.com/rest/repos/rules#get-rules-for-a-branch parameters: - - *266 - *267 - - *334 + - *268 + - *335 - *17 - *19 responses: @@ -84609,8 +84623,8 @@ paths: description: A repository rule with ruleset details. oneOf: - allOf: - - *517 - - &519 + - *518 + - &520 title: repository ruleset data for rule description: User-defined metadata to store domain-specific information limited to 8 keys with scalar values. @@ -84630,65 +84644,65 @@ paths: type: integer description: The ID of the ruleset that includes this rule. - allOf: - - *518 - *519 - - allOf: - *520 - - *519 - allOf: - *521 - - *519 + - *520 - allOf: - *522 - - *519 + - *520 - allOf: - *523 - - *519 + - *520 - allOf: - *524 - - *519 + - *520 - allOf: - *525 - - *519 + - *520 - allOf: - *526 - - *519 + - *520 - allOf: - *527 - - *519 + - *520 - allOf: - *528 - - *519 + - *520 - allOf: - *529 - - *519 + - *520 - allOf: - *530 - - *519 + - *520 - allOf: - *531 - - *519 + - *520 - allOf: - *532 - - *519 + - *520 - allOf: - *533 - - *519 + - *520 - allOf: - *534 - - *519 + - *520 - allOf: - *535 - - *519 + - *520 - allOf: - *536 - - *519 + - *520 - allOf: - *537 - - *519 + - *520 - allOf: - *538 - - *519 + - *520 + - allOf: + - *539 + - *520 examples: default: value: @@ -84727,8 +84741,8 @@ paths: category: repos subcategory: rules parameters: - - *266 - *267 + - *268 - *17 - *19 - name: includes_parents @@ -84739,7 +84753,7 @@ paths: schema: type: boolean default: true - - *539 + - *540 responses: '200': description: Response @@ -84747,7 +84761,7 @@ paths: application/json: schema: type: array - items: *232 + items: *233 examples: default: value: @@ -84794,8 +84808,8 @@ paths: category: repos subcategory: rules parameters: - - *266 - *267 + - *268 requestBody: description: Request body required: true @@ -84815,16 +84829,16 @@ paths: - tag - push default: branch - enforcement: *228 + enforcement: *229 bypass_actors: type: array description: The actors that can bypass the rules in this ruleset - items: *229 - conditions: *226 + items: *230 + conditions: *227 rules: type: array description: An array of rules within the ruleset. - items: *231 + items: *232 required: - name - enforcement @@ -84855,9 +84869,9 @@ paths: description: Response content: application/json: - schema: *232 + schema: *233 examples: - default: &549 + default: &550 value: id: 42 name: super cool ruleset @@ -84904,12 +84918,12 @@ paths: description: API method documentation url: https://docs.github.com/rest/repos/rule-suites#list-repository-rule-suites parameters: - - *266 - *267 - - *540 + - *268 - *541 - *542 - *543 + - *544 - *17 - *19 responses: @@ -84917,9 +84931,9 @@ paths: description: Response content: application/json: - schema: *544 + schema: *545 examples: - default: *545 + default: *546 '404': *6 '500': *143 x-github: @@ -84940,17 +84954,17 @@ paths: description: API method documentation url: https://docs.github.com/rest/repos/rule-suites#get-a-repository-rule-suite parameters: - - *266 - *267 - - *546 + - *268 + - *547 responses: '200': description: Response content: application/json: - schema: *547 + schema: *548 examples: - default: *548 + default: *549 '404': *6 '500': *143 x-github: @@ -84978,8 +84992,8 @@ paths: category: repos subcategory: rules parameters: - - *266 - *267 + - *268 - name: ruleset_id description: The ID of the ruleset. in: path @@ -84999,9 +85013,9 @@ paths: description: Response content: application/json: - schema: *232 + schema: *233 examples: - default: *549 + default: *550 '404': *6 '500': *143 put: @@ -85019,8 +85033,8 @@ paths: category: repos subcategory: rules parameters: - - *266 - *267 + - *268 - name: ruleset_id description: The ID of the ruleset. in: path @@ -85045,16 +85059,16 @@ paths: - branch - tag - push - enforcement: *228 + enforcement: *229 bypass_actors: type: array description: The actors that can bypass the rules in this ruleset - items: *229 - conditions: *226 + items: *230 + conditions: *227 rules: description: An array of rules within the ruleset. type: array - items: *231 + items: *232 examples: default: value: @@ -85082,9 +85096,9 @@ paths: description: Response content: application/json: - schema: *232 + schema: *233 examples: - default: *549 + default: *550 '404': *6 '500': *143 delete: @@ -85102,8 +85116,8 @@ paths: category: repos subcategory: rules parameters: - - *266 - *267 + - *268 - name: ruleset_id description: The ID of the ruleset. in: path @@ -85126,8 +85140,8 @@ paths: description: API method documentation url: https://docs.github.com/rest/repos/rules#get-repository-ruleset-history parameters: - - *266 - *267 + - *268 - *17 - *19 - name: ruleset_id @@ -85143,9 +85157,9 @@ paths: application/json: schema: type: array - items: *234 + items: *235 examples: - default: *550 + default: *551 '404': *6 '500': *143 x-github: @@ -85164,8 +85178,8 @@ paths: description: API method documentation url: https://docs.github.com/rest/repos/rules#get-repository-ruleset-version parameters: - - *266 - *267 + - *268 - name: ruleset_id description: The ID of the ruleset. in: path @@ -85183,7 +85197,7 @@ paths: description: Response content: application/json: - schema: *551 + schema: *552 examples: default: value: @@ -85238,20 +85252,20 @@ paths: description: API method documentation url: https://docs.github.com/rest/secret-scanning/secret-scanning#list-secret-scanning-alerts-for-a-repository parameters: - - *266 - *267 - - *235 + - *268 - *236 - *237 - *238 + - *239 - *46 - *19 - *17 - - *552 - *553 - - *239 + - *554 - *240 - *241 + - *242 responses: '200': description: Response @@ -85259,7 +85273,7 @@ paths: application/json: schema: type: array - items: &556 + items: &557 type: object properties: number: *52 @@ -85275,8 +85289,8 @@ paths: format: uri description: The REST API URL of the code locations for this alert. - state: *554 - resolution: *555 + state: *555 + resolution: *556 resolved_at: type: - string @@ -85495,15 +85509,15 @@ paths: description: API method documentation url: https://docs.github.com/rest/secret-scanning/secret-scanning#get-a-secret-scanning-alert parameters: - - *266 - *267 - - *365 + - *268 + - *366 responses: '200': description: Response content: application/json: - schema: *556 + schema: *557 examples: default: value: @@ -85555,9 +85569,9 @@ paths: description: API method documentation url: https://docs.github.com/rest/secret-scanning/secret-scanning#update-a-secret-scanning-alert parameters: - - *266 - *267 - - *365 + - *268 + - *366 requestBody: required: true content: @@ -85565,8 +85579,8 @@ paths: schema: type: object properties: - state: *554 - resolution: *555 + state: *555 + resolution: *556 resolution_comment: description: An optional comment when closing an alert. Cannot be updated or deleted. Must be `null` when changing `state` to `open`. @@ -85585,7 +85599,7 @@ paths: description: Response content: application/json: - schema: *556 + schema: *557 examples: default: value: @@ -85660,9 +85674,9 @@ paths: description: API method documentation url: https://docs.github.com/rest/secret-scanning/secret-scanning#list-locations-for-a-secret-scanning-alert parameters: - - *266 - *267 - - *365 + - *268 + - *366 - *19 - *17 responses: @@ -85673,7 +85687,7 @@ paths: schema: type: array description: List of locations where the secret was detected - items: &685 + items: &686 type: object properties: type: @@ -86052,8 +86066,8 @@ paths: description: API method documentation url: https://docs.github.com/rest/secret-scanning/secret-scanning#create-a-push-protection-bypass parameters: - - *266 - *267 + - *268 requestBody: required: true content: @@ -86061,14 +86075,14 @@ paths: schema: type: object properties: - reason: &558 + reason: &559 description: The reason for bypassing push protection. type: string enum: - false_positive - used_in_tests - will_fix_later - placeholder_id: *557 + placeholder_id: *558 required: - reason - placeholder_id @@ -86085,7 +86099,7 @@ paths: schema: type: object properties: - reason: *558 + reason: *559 expire_at: type: - string @@ -86129,8 +86143,8 @@ paths: description: API method documentation url: https://docs.github.com/rest/secret-scanning/secret-scanning#get-secret-scanning-scan-history-for-a-repository parameters: - - *266 - *267 + - *268 responses: '404': description: Repository does not have GitHub Advanced Security or secret @@ -86145,7 +86159,7 @@ paths: properties: incremental_scans: type: array - items: &559 + items: &560 description: Information on a single scan performed by secret scanning on the repository type: object @@ -86173,15 +86187,15 @@ paths: the scan is pending pattern_update_scans: type: array - items: *559 + items: *560 backfill_scans: type: array - items: *559 + items: *560 custom_pattern_backfill_scans: type: array items: allOf: - - *559 + - *560 - type: object properties: pattern_name: @@ -86251,8 +86265,8 @@ paths: description: API method documentation url: https://docs.github.com/rest/security-advisories/repository-advisories#list-repository-security-advisories parameters: - - *266 - *267 + - *268 - *46 - name: sort description: The property to sort the results by. @@ -86296,9 +86310,9 @@ paths: application/json: schema: type: array - items: *560 + items: *561 examples: - default: *561 + default: *562 '400': *14 '404': *6 x-github: @@ -86321,8 +86335,8 @@ paths: description: API method documentation url: https://docs.github.com/rest/security-advisories/repository-advisories#create-a-repository-security-advisory parameters: - - *266 - *267 + - *268 requestBody: required: true content: @@ -86402,7 +86416,7 @@ paths: login: type: string description: The username of the user credited. - type: *244 + type: *245 required: - login - type @@ -86492,9 +86506,9 @@ paths: description: Response content: application/json: - schema: *560 + schema: *561 examples: - default: &563 + default: &564 value: ghsa_id: GHSA-abcd-1234-efgh cve_id: CVE-2050-00000 @@ -86727,8 +86741,8 @@ paths: description: API method documentation url: https://docs.github.com/rest/security-advisories/repository-advisories#privately-report-a-security-vulnerability parameters: - - *266 - *267 + - *268 requestBody: required: true content: @@ -86841,7 +86855,7 @@ paths: description: Response content: application/json: - schema: *560 + schema: *561 examples: default: value: @@ -86988,17 +87002,17 @@ paths: description: API method documentation url: https://docs.github.com/rest/security-advisories/repository-advisories#get-a-repository-security-advisory parameters: - - *266 - *267 - - *562 + - *268 + - *563 responses: '200': description: Response content: application/json: - schema: *560 + schema: *561 examples: - default: *563 + default: *564 '403': *27 '404': *6 x-github: @@ -87022,9 +87036,9 @@ paths: description: API method documentation url: https://docs.github.com/rest/security-advisories/repository-advisories#update-a-repository-security-advisory parameters: - - *266 - *267 - - *562 + - *268 + - *563 requestBody: required: true content: @@ -87104,7 +87118,7 @@ paths: login: type: string description: The username of the user credited. - type: *244 + type: *245 required: - login - type @@ -87195,10 +87209,10 @@ paths: description: Response content: application/json: - schema: *560 + schema: *561 examples: - default: *563 - add_credit: *563 + default: *564 + add_credit: *564 '403': *27 '404': *6 '422': @@ -87236,9 +87250,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: - - *266 - *267 - - *562 + - *268 + - *563 responses: '202': *45 '400': *14 @@ -87265,17 +87279,17 @@ paths: description: API method documentation url: https://docs.github.com/rest/security-advisories/repository-advisories#create-a-temporary-private-fork parameters: - - *266 - *267 - - *562 + - *268 + - *563 responses: '202': description: Response content: application/json: - schema: *277 + schema: *278 examples: - default: *279 + default: *280 '400': *14 '422': *15 '403': *27 @@ -87301,8 +87315,8 @@ paths: description: API method documentation url: https://docs.github.com/rest/activity/starring#list-stargazers parameters: - - *266 - *267 + - *268 - *17 - *19 responses: @@ -87398,8 +87412,8 @@ paths: description: API method documentation url: https://docs.github.com/rest/metrics/statistics#get-the-weekly-commit-activity parameters: - - *266 - *267 + - *268 responses: '200': description: Returns a weekly aggregate of the number of additions and deletions @@ -87408,7 +87422,7 @@ paths: application/json: schema: type: array - items: &564 + items: &565 title: Code Frequency Stat description: Code Frequency Stat type: array @@ -87441,8 +87455,8 @@ paths: description: API method documentation url: https://docs.github.com/rest/metrics/statistics#get-the-last-year-of-commit-activity parameters: - - *266 - *267 + - *268 responses: '200': description: Response @@ -87520,8 +87534,8 @@ paths: description: API method documentation url: https://docs.github.com/rest/metrics/statistics#get-all-contributor-commit-activity parameters: - - *266 - *267 + - *268 responses: '200': description: Response @@ -87615,8 +87629,8 @@ paths: description: API method documentation url: https://docs.github.com/rest/metrics/statistics#get-the-weekly-commit-count parameters: - - *266 - *267 + - *268 responses: '200': description: The array order is oldest week (index 0) to most recent week. @@ -87770,8 +87784,8 @@ paths: description: API method documentation url: https://docs.github.com/rest/metrics/statistics#get-the-hourly-commit-count-for-each-day parameters: - - *266 - *267 + - *268 responses: '200': description: For example, `[2, 14, 25]` indicates that there were 25 total @@ -87781,7 +87795,7 @@ paths: application/json: schema: type: array - items: *564 + items: *565 examples: default: value: @@ -87814,8 +87828,8 @@ paths: description: API method documentation url: https://docs.github.com/rest/commits/statuses#create-a-commit-status parameters: - - *266 - *267 + - *268 - name: sha in: path required: true @@ -87871,7 +87885,7 @@ paths: description: Response content: application/json: - schema: *565 + schema: *566 examples: default: value: @@ -87925,8 +87939,8 @@ paths: description: API method documentation url: https://docs.github.com/rest/activity/watching#list-watchers parameters: - - *266 - *267 + - *268 - *17 - *19 responses: @@ -87938,7 +87952,7 @@ paths: type: array items: *4 examples: - default: *189 + default: *190 headers: Link: *57 x-github: @@ -87958,14 +87972,14 @@ paths: description: API method documentation url: https://docs.github.com/rest/activity/watching#get-a-repository-subscription parameters: - - *266 - *267 + - *268 responses: '200': description: if you subscribe to the repository content: application/json: - schema: &566 + schema: &567 title: Repository Invitation description: Repository invitations let you manage who you collaborate with. @@ -88038,8 +88052,8 @@ paths: description: API method documentation url: https://docs.github.com/rest/activity/watching#set-a-repository-subscription parameters: - - *266 - *267 + - *268 requestBody: required: false content: @@ -88065,7 +88079,7 @@ paths: description: Response content: application/json: - schema: *566 + schema: *567 examples: default: value: @@ -88092,8 +88106,8 @@ paths: description: API method documentation url: https://docs.github.com/rest/activity/watching#delete-a-repository-subscription parameters: - - *266 - *267 + - *268 responses: '204': description: Response @@ -88113,8 +88127,8 @@ paths: description: API method documentation url: https://docs.github.com/rest/repos/repos#list-repository-tags parameters: - - *266 - *267 + - *268 - *17 - *19 responses: @@ -88196,8 +88210,8 @@ paths: description: API method documentation url: https://docs.github.com/rest/repos/tags#closing-down---list-tag-protection-states-for-a-repository parameters: - - *266 - *267 + - *268 responses: '200': description: Response @@ -88205,7 +88219,7 @@ paths: application/json: schema: type: array - items: &567 + items: &568 title: Tag protection description: Tag protection type: object @@ -88262,8 +88276,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: - - *266 - *267 + - *268 requestBody: required: true content: @@ -88286,7 +88300,7 @@ paths: description: Response content: application/json: - schema: *567 + schema: *568 examples: default: value: @@ -88317,8 +88331,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: - - *266 - *267 + - *268 - name: tag_protection_id description: The unique identifier of the tag protection. in: path @@ -88355,8 +88369,8 @@ paths: url: https://docs.github.com/rest/repos/contents#download-a-repository-archive-tar operationId: repos/download-tarball-archive parameters: - - *266 - *267 + - *268 - name: ref in: path required: true @@ -88392,8 +88406,8 @@ paths: description: API method documentation url: https://docs.github.com/rest/repos/repos#list-repository-teams parameters: - - *266 - *267 + - *268 - *17 - *19 responses: @@ -88405,7 +88419,7 @@ paths: type: array items: *146 examples: - default: *202 + default: *203 headers: Link: *57 '404': *6 @@ -88425,8 +88439,8 @@ paths: description: API method documentation url: https://docs.github.com/rest/repos/repos#get-all-repository-topics parameters: - - *266 - *267 + - *268 - *19 - *17 responses: @@ -88434,7 +88448,7 @@ paths: description: Response content: application/json: - schema: &568 + schema: &569 title: Topic description: A topic aggregates entities that are related to a subject. type: object @@ -88446,7 +88460,7 @@ paths: required: - names examples: - default: &569 + default: &570 value: names: - octocat @@ -88469,8 +88483,8 @@ paths: description: API method documentation url: https://docs.github.com/rest/repos/repos#replace-all-repository-topics parameters: - - *266 - *267 + - *268 requestBody: required: true content: @@ -88501,9 +88515,9 @@ paths: description: Response content: application/json: - schema: *568 + schema: *569 examples: - default: *569 + default: *570 '404': *6 '422': *7 x-github: @@ -88524,9 +88538,9 @@ paths: description: API method documentation url: https://docs.github.com/rest/metrics/traffic#get-repository-clones parameters: - - *266 - *267 - - &570 + - *268 + - &571 name: per description: The time frame to display results for. in: query @@ -88557,7 +88571,7 @@ paths: - 128 clones: type: array - items: &571 + items: &572 title: Traffic type: object properties: @@ -88644,8 +88658,8 @@ paths: description: API method documentation url: https://docs.github.com/rest/metrics/traffic#get-top-referral-paths parameters: - - *266 - *267 + - *268 responses: '200': description: Response @@ -88739,8 +88753,8 @@ paths: description: API method documentation url: https://docs.github.com/rest/metrics/traffic#get-top-referral-sources parameters: - - *266 - *267 + - *268 responses: '200': description: Response @@ -88803,9 +88817,9 @@ paths: description: API method documentation url: https://docs.github.com/rest/metrics/traffic#get-page-views parameters: - - *266 - *267 - - *570 + - *268 + - *571 responses: '200': description: Response @@ -88826,7 +88840,7 @@ paths: - 3782 views: type: array - items: *571 + items: *572 required: - uniques - count @@ -88903,8 +88917,8 @@ paths: description: API method documentation url: https://docs.github.com/rest/repos/repos#transfer-a-repository parameters: - - *266 - *267 + - *268 requestBody: required: true content: @@ -89178,8 +89192,8 @@ paths: description: API method documentation url: https://docs.github.com/rest/repos/repos#check-if-vulnerability-alerts-are-enabled-for-a-repository parameters: - - *266 - *267 + - *268 responses: '204': description: Response if repository is enabled with vulnerability alerts @@ -89202,8 +89216,8 @@ paths: description: API method documentation url: https://docs.github.com/rest/repos/repos#enable-vulnerability-alerts parameters: - - *266 - *267 + - *268 responses: '204': description: Response @@ -89225,8 +89239,8 @@ paths: description: API method documentation url: https://docs.github.com/rest/repos/repos#disable-vulnerability-alerts parameters: - - *266 - *267 + - *268 responses: '204': description: Response @@ -89252,8 +89266,8 @@ paths: url: https://docs.github.com/rest/repos/contents#download-a-repository-archive-zip operationId: repos/download-zipball-archive parameters: - - *266 - *267 + - *268 - name: ref in: path required: true @@ -89345,9 +89359,9 @@ paths: description: Response content: application/json: - schema: *277 + schema: *278 examples: - default: *279 + default: *280 headers: Location: example: https://api.github.com/repos/octocat/Hello-World @@ -89596,7 +89610,7 @@ paths: examples: - 73..77 - 77..78 - text_matches: &572 + text_matches: &573 title: Search Result Text Matches type: array items: @@ -89759,7 +89773,7 @@ paths: enum: - author-date - committer-date - - &573 + - &574 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 @@ -89828,7 +89842,7 @@ paths: committer: anyOf: - type: 'null' - - *332 + - *333 comment_count: type: integer message: @@ -89847,7 +89861,7 @@ paths: url: type: string format: uri - verification: *443 + verification: *444 required: - author - committer @@ -89862,7 +89876,7 @@ paths: committer: anyOf: - type: 'null' - - *332 + - *333 parents: type: array items: @@ -89879,7 +89893,7 @@ paths: type: number node_id: type: string - text_matches: *572 + text_matches: *573 required: - sha - node_id @@ -90061,7 +90075,7 @@ paths: - interactions - created - updated - - *573 + - *574 - *17 - *19 - name: advanced_search @@ -90185,7 +90199,7 @@ paths: milestone: anyOf: - type: 'null' - - *398 + - *399 comments: type: integer created_at: @@ -90199,7 +90213,7 @@ paths: - string - 'null' format: date-time - text_matches: *572 + text_matches: *573 pull_request: type: object properties: @@ -90248,7 +90262,7 @@ paths: timeline_url: type: string format: uri - type: *184 + type: *185 performed_via_github_app: anyOf: - type: 'null' @@ -90425,7 +90439,7 @@ paths: enum: - created - updated - - *573 + - *574 - *17 - *19 responses: @@ -90470,7 +90484,7 @@ paths: - 'null' score: type: number - text_matches: *572 + text_matches: *573 required: - id - node_id @@ -90555,7 +90569,7 @@ paths: - forks - help-wanted-issues - updated - - *573 + - *574 - *17 - *19 responses: @@ -90792,7 +90806,7 @@ paths: - admin - pull - push - text_matches: *572 + text_matches: *573 temp_clone_token: type: string allow_merge_commit: @@ -91100,7 +91114,7 @@ paths: - string - 'null' format: uri - text_matches: *572 + text_matches: *573 related: type: - array @@ -91293,7 +91307,7 @@ paths: - followers - repositories - joined - - *573 + - *574 - *17 - *19 responses: @@ -91403,7 +91417,7 @@ paths: type: - boolean - 'null' - text_matches: *572 + text_matches: *573 blog: type: - string @@ -91485,7 +91499,7 @@ paths: description: API method documentation url: https://docs.github.com/rest/teams/teams#get-a-team-legacy parameters: - - &574 + - &575 name: team_id description: The unique identifier of the team. in: path @@ -91497,9 +91511,9 @@ paths: description: Response content: application/json: - schema: *251 + schema: *252 examples: - default: *252 + default: *253 '404': *6 x-github: githubCloudOnly: false @@ -91526,7 +91540,7 @@ paths: description: API method documentation url: https://docs.github.com/rest/teams/teams#update-a-team-legacy parameters: - - *574 + - *575 requestBody: required: true content: @@ -91590,16 +91604,16 @@ paths: description: Response when the updated information already exists content: application/json: - schema: *251 + schema: *252 examples: - default: *252 + default: *253 '201': description: Response content: application/json: - schema: *251 + schema: *252 examples: - default: *252 + default: *253 '404': *6 '422': *15 '403': *27 @@ -91627,7 +91641,7 @@ paths: description: API method documentation url: https://docs.github.com/rest/teams/teams#delete-a-team-legacy parameters: - - *574 + - *575 responses: '204': description: Response @@ -91658,7 +91672,7 @@ paths: description: API method documentation url: https://docs.github.com/rest/teams/discussions#list-discussions-legacy parameters: - - *574 + - *575 - *46 - *17 - *19 @@ -91669,9 +91683,9 @@ paths: application/json: schema: type: array - items: *253 + items: *254 examples: - default: *575 + default: *576 headers: Link: *57 x-github: @@ -91700,7 +91714,7 @@ paths: description: API method documentation url: https://docs.github.com/rest/teams/discussions#create-a-discussion-legacy parameters: - - *574 + - *575 requestBody: required: true content: @@ -91734,9 +91748,9 @@ paths: description: Response content: application/json: - schema: *253 + schema: *254 examples: - default: *254 + default: *255 x-github: triggersNotification: true githubCloudOnly: false @@ -91763,16 +91777,16 @@ paths: description: API method documentation url: https://docs.github.com/rest/teams/discussions#get-a-discussion-legacy parameters: - - *574 - - *255 + - *575 + - *256 responses: '200': description: Response content: application/json: - schema: *253 + schema: *254 examples: - default: *254 + default: *255 x-github: githubCloudOnly: false enabledForGitHubApps: true @@ -91797,8 +91811,8 @@ paths: description: API method documentation url: https://docs.github.com/rest/teams/discussions#update-a-discussion-legacy parameters: - - *574 - - *255 + - *575 + - *256 requestBody: required: false content: @@ -91821,9 +91835,9 @@ paths: description: Response content: application/json: - schema: *253 + schema: *254 examples: - default: *576 + default: *577 x-github: githubCloudOnly: false enabledForGitHubApps: true @@ -91848,8 +91862,8 @@ paths: description: API method documentation url: https://docs.github.com/rest/teams/discussions#delete-a-discussion-legacy parameters: - - *574 - - *255 + - *575 + - *256 responses: '204': description: Response @@ -91878,8 +91892,8 @@ paths: description: API method documentation url: https://docs.github.com/rest/teams/discussion-comments#list-discussion-comments-legacy parameters: - - *574 - - *255 + - *575 + - *256 - *46 - *17 - *19 @@ -91890,9 +91904,9 @@ paths: application/json: schema: type: array - items: *256 + items: *257 examples: - default: *577 + default: *578 headers: Link: *57 x-github: @@ -91921,8 +91935,8 @@ paths: description: API method documentation url: https://docs.github.com/rest/teams/discussion-comments#create-a-discussion-comment-legacy parameters: - - *574 - - *255 + - *575 + - *256 requestBody: required: true content: @@ -91944,9 +91958,9 @@ paths: description: Response content: application/json: - schema: *256 + schema: *257 examples: - default: *257 + default: *258 x-github: triggersNotification: true githubCloudOnly: false @@ -91973,17 +91987,17 @@ paths: description: API method documentation url: https://docs.github.com/rest/teams/discussion-comments#get-a-discussion-comment-legacy parameters: - - *574 - - *255 - - *258 + - *575 + - *256 + - *259 responses: '200': description: Response content: application/json: - schema: *256 + schema: *257 examples: - default: *257 + default: *258 x-github: githubCloudOnly: false enabledForGitHubApps: true @@ -92008,9 +92022,9 @@ paths: description: API method documentation url: https://docs.github.com/rest/teams/discussion-comments#update-a-discussion-comment-legacy parameters: - - *574 - - *255 - - *258 + - *575 + - *256 + - *259 requestBody: required: true content: @@ -92032,9 +92046,9 @@ paths: description: Response content: application/json: - schema: *256 + schema: *257 examples: - default: *578 + default: *579 x-github: githubCloudOnly: false enabledForGitHubApps: true @@ -92059,9 +92073,9 @@ paths: description: API method documentation url: https://docs.github.com/rest/teams/discussion-comments#delete-a-discussion-comment-legacy parameters: - - *574 - - *255 - - *258 + - *575 + - *256 + - *259 responses: '204': description: Response @@ -92090,9 +92104,9 @@ paths: description: API method documentation url: https://docs.github.com/rest/reactions/reactions#list-reactions-for-a-team-discussion-comment-legacy parameters: - - *574 - - *255 - - *258 + - *575 + - *256 + - *259 - 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. @@ -92118,9 +92132,9 @@ paths: application/json: schema: type: array - items: *259 + items: *260 examples: - default: *261 + default: *262 headers: Link: *57 x-github: @@ -92149,9 +92163,9 @@ paths: description: API method documentation url: https://docs.github.com/rest/reactions/reactions#create-reaction-for-a-team-discussion-comment-legacy parameters: - - *574 - - *255 - - *258 + - *575 + - *256 + - *259 requestBody: required: true content: @@ -92183,9 +92197,9 @@ paths: description: Response content: application/json: - schema: *259 + schema: *260 examples: - default: *260 + default: *261 x-github: githubCloudOnly: false enabledForGitHubApps: true @@ -92211,8 +92225,8 @@ paths: description: API method documentation url: https://docs.github.com/rest/reactions/reactions#list-reactions-for-a-team-discussion-legacy parameters: - - *574 - - *255 + - *575 + - *256 - 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. @@ -92238,9 +92252,9 @@ paths: application/json: schema: type: array - items: *259 + items: *260 examples: - default: *261 + default: *262 headers: Link: *57 x-github: @@ -92269,8 +92283,8 @@ paths: description: API method documentation url: https://docs.github.com/rest/reactions/reactions#create-reaction-for-a-team-discussion-legacy parameters: - - *574 - - *255 + - *575 + - *256 requestBody: required: true content: @@ -92302,9 +92316,9 @@ paths: description: Response content: application/json: - schema: *259 + schema: *260 examples: - default: *260 + default: *261 x-github: githubCloudOnly: false enabledForGitHubApps: false @@ -92328,7 +92342,7 @@ paths: description: API method documentation url: https://docs.github.com/rest/teams/members#list-pending-team-invitations-legacy parameters: - - *574 + - *575 - *17 - *19 responses: @@ -92338,9 +92352,9 @@ paths: application/json: schema: type: array - items: *181 + items: *182 examples: - default: *182 + default: *183 headers: Link: *57 x-github: @@ -92366,7 +92380,7 @@ paths: description: API method documentation url: https://docs.github.com/rest/teams/members#list-team-members-legacy parameters: - - *574 + - *575 - name: role description: Filters members returned by their role in the team. in: query @@ -92389,7 +92403,7 @@ paths: type: array items: *4 examples: - default: *189 + default: *190 headers: Link: *57 '404': *6 @@ -92417,7 +92431,7 @@ paths: description: API method documentation url: https://docs.github.com/rest/teams/members#get-team-member-legacy parameters: - - *574 + - *575 - *128 responses: '204': @@ -92454,7 +92468,7 @@ paths: description: API method documentation url: https://docs.github.com/rest/teams/members#add-team-member-legacy parameters: - - *574 + - *575 - *128 responses: '204': @@ -92494,7 +92508,7 @@ paths: description: API method documentation url: https://docs.github.com/rest/teams/members#remove-team-member-legacy parameters: - - *574 + - *575 - *128 responses: '204': @@ -92531,16 +92545,16 @@ paths: description: API method documentation url: https://docs.github.com/rest/teams/members#get-team-membership-for-a-user-legacy parameters: - - *574 + - *575 - *128 responses: '200': description: Response content: application/json: - schema: *263 + schema: *264 examples: - response-if-user-is-a-team-maintainer: *579 + response-if-user-is-a-team-maintainer: *580 '404': *6 x-github: githubCloudOnly: false @@ -92573,7 +92587,7 @@ paths: description: API method documentation url: https://docs.github.com/rest/teams/members#add-or-update-team-membership-for-a-user-legacy parameters: - - *574 + - *575 - *128 requestBody: required: false @@ -92599,9 +92613,9 @@ paths: description: Response content: application/json: - schema: *263 + schema: *264 examples: - response-if-users-membership-with-team-is-now-pending: *580 + response-if-users-membership-with-team-is-now-pending: *581 '403': description: Forbidden if team synchronization is set up '422': @@ -92635,7 +92649,7 @@ paths: description: API method documentation url: https://docs.github.com/rest/teams/members#remove-team-membership-for-a-user-legacy parameters: - - *574 + - *575 - *128 responses: '204': @@ -92664,7 +92678,7 @@ paths: description: API method documentation url: https://docs.github.com/rest/teams/teams#list-team-projects-legacy parameters: - - *574 + - *575 - *17 - *19 responses: @@ -92674,9 +92688,9 @@ paths: application/json: schema: type: array - items: *264 + items: *265 examples: - default: *581 + default: *582 headers: Link: *57 '404': *6 @@ -92702,16 +92716,16 @@ paths: description: API method documentation url: https://docs.github.com/rest/teams/teams#check-team-permissions-for-a-project-legacy parameters: - - *574 - - *265 + - *575 + - *266 responses: '200': description: Response content: application/json: - schema: *264 + schema: *265 examples: - default: *582 + default: *583 '404': description: Not Found if project is not managed by this team x-github: @@ -92735,8 +92749,8 @@ paths: description: API method documentation url: https://docs.github.com/rest/teams/teams#add-or-update-team-project-permissions-legacy parameters: - - *574 - - *265 + - *575 + - *266 requestBody: required: false content: @@ -92803,8 +92817,8 @@ paths: description: API method documentation url: https://docs.github.com/rest/teams/teams#remove-a-project-from-a-team-legacy parameters: - - *574 - - *265 + - *575 + - *266 responses: '204': description: Response @@ -92831,7 +92845,7 @@ paths: description: API method documentation url: https://docs.github.com/rest/teams/teams#list-team-repositories-legacy parameters: - - *574 + - *575 - *17 - *19 responses: @@ -92843,7 +92857,7 @@ paths: type: array items: *115 examples: - default: *209 + default: *210 headers: Link: *57 '404': *6 @@ -92873,15 +92887,15 @@ paths: description: API method documentation url: https://docs.github.com/rest/teams/teams#check-team-permissions-for-a-repository-legacy parameters: - - *574 - - *266 + - *575 - *267 + - *268 responses: '200': description: Alternative response with extra repository information content: application/json: - schema: *583 + schema: *584 examples: alternative-response-with-extra-repository-information: value: @@ -93032,9 +93046,9 @@ paths: description: API method documentation url: https://docs.github.com/rest/teams/teams#add-or-update-team-repository-permissions-legacy parameters: - - *574 - - *266 + - *575 - *267 + - *268 requestBody: required: false content: @@ -93084,9 +93098,9 @@ paths: description: API method documentation url: https://docs.github.com/rest/teams/teams#remove-a-repository-from-a-team-legacy parameters: - - *574 - - *266 + - *575 - *267 + - *268 responses: '204': description: Response @@ -93111,7 +93125,7 @@ paths: description: API method documentation url: https://docs.github.com/rest/teams/teams#list-child-teams-legacy parameters: - - *574 + - *575 - *17 - *19 responses: @@ -93123,7 +93137,7 @@ paths: type: array items: *146 examples: - response-if-child-teams-exist: *584 + response-if-child-teams-exist: *585 headers: Link: *57 '404': *6 @@ -93156,7 +93170,7 @@ paths: application/json: schema: oneOf: - - &586 + - &587 title: Private User description: Private User type: object @@ -93406,7 +93420,7 @@ paths: - private_gists - total_private_repos - two_factor_authentication - - *585 + - *586 examples: response-with-public-and-private-profile-information: summary: Response with public and private profile information @@ -93566,7 +93580,7 @@ paths: description: Response content: application/json: - schema: *586 + schema: *587 examples: default: value: @@ -93645,7 +93659,7 @@ paths: type: array items: *4 examples: - default: *189 + default: *190 '304': *35 '404': *6 '403': *27 @@ -93769,9 +93783,9 @@ paths: type: integer codespaces: type: array - items: *190 + items: *191 examples: - default: *191 + default: *192 '304': *35 '500': *143 '401': *23 @@ -93910,17 +93924,17 @@ paths: description: Response when the codespace was successfully created content: application/json: - schema: *190 + schema: *191 examples: - default: *385 + default: *386 '202': description: Response when the codespace creation partially failed but is being retried in the background content: application/json: - schema: *190 + schema: *191 examples: - default: *385 + default: *386 '401': *23 '403': *27 '404': *6 @@ -93964,7 +93978,7 @@ paths: type: integer secrets: type: array - items: &587 + items: &588 title: Codespaces Secret description: Secrets for a GitHub Codespace. type: object @@ -94006,7 +94020,7 @@ paths: - visibility - selected_repositories_url examples: - default: *387 + default: *388 headers: Link: *57 x-github: @@ -94084,7 +94098,7 @@ paths: description: Response content: application/json: - schema: *587 + schema: *588 examples: default: value: @@ -94230,7 +94244,7 @@ paths: type: array items: *115 examples: - default: *588 + default: *589 '401': *23 '403': *27 '404': *6 @@ -94374,15 +94388,15 @@ paths: description: API method documentation url: https://docs.github.com/rest/codespaces/codespaces#get-a-codespace-for-the-authenticated-user parameters: - - *192 + - *193 responses: '200': description: Response content: application/json: - schema: *190 + schema: *191 examples: - default: *385 + default: *386 '304': *35 '500': *143 '401': *23 @@ -94408,7 +94422,7 @@ paths: description: API method documentation url: https://docs.github.com/rest/codespaces/codespaces#update-a-codespace-for-the-authenticated-user parameters: - - *192 + - *193 requestBody: required: false content: @@ -94438,9 +94452,9 @@ paths: description: Response content: application/json: - schema: *190 + schema: *191 examples: - default: *385 + default: *386 '401': *23 '403': *27 '404': *6 @@ -94462,7 +94476,7 @@ paths: description: API method documentation url: https://docs.github.com/rest/codespaces/codespaces#delete-a-codespace-for-the-authenticated-user parameters: - - *192 + - *193 responses: '202': *45 '304': *35 @@ -94491,13 +94505,13 @@ paths: description: API method documentation url: https://docs.github.com/rest/codespaces/codespaces#export-a-codespace-for-the-authenticated-user parameters: - - *192 + - *193 responses: '202': description: Response content: application/json: - schema: &589 + schema: &590 type: object title: Fetches information about an export of a codespace. description: An export of a codespace. Also, latest export details @@ -94550,7 +94564,7 @@ paths: examples: - https://github.com/octocat/hello-world/tree/:branch examples: - default: &590 + default: &591 value: state: succeeded completed_at: '2022-01-01T14:59:22Z' @@ -94582,7 +94596,7 @@ paths: description: API method documentation url: https://docs.github.com/rest/codespaces/codespaces#get-details-about-a-codespace-export parameters: - - *192 + - *193 - name: export_id in: path required: true @@ -94595,9 +94609,9 @@ paths: description: Response content: application/json: - schema: *589 + schema: *590 examples: - default: *590 + default: *591 '404': *6 x-github: githubCloudOnly: false @@ -94618,7 +94632,7 @@ paths: description: API method documentation url: https://docs.github.com/rest/codespaces/machines#list-machine-types-for-a-codespace parameters: - - *192 + - *193 responses: '200': description: Response @@ -94634,9 +94648,9 @@ paths: type: integer machines: type: array - items: *386 + items: *387 examples: - default: *591 + default: *592 '304': *35 '500': *143 '401': *23 @@ -94665,7 +94679,7 @@ paths: description: API method documentation url: https://docs.github.com/rest/codespaces/codespaces#create-a-repository-from-an-unpublished-codespace parameters: - - *192 + - *193 requestBody: required: true content: @@ -94721,11 +94735,11 @@ paths: - 26a7c758-7299-4a73-b978-5a92a7ae98a0 owner: *4 billable_owner: *4 - repository: *277 + repository: *278 machine: anyOf: - type: 'null' - - *386 + - *387 devcontainer_path: description: Path to devcontainer.json from repo root used to create Codespace. @@ -95522,15 +95536,15 @@ paths: description: API method documentation url: https://docs.github.com/rest/codespaces/codespaces#start-a-codespace-for-the-authenticated-user parameters: - - *192 + - *193 responses: '200': description: Response content: application/json: - schema: *190 + schema: *191 examples: - default: *385 + default: *386 '304': *35 '500': *143 '400': *14 @@ -95562,15 +95576,15 @@ paths: description: API method documentation url: https://docs.github.com/rest/codespaces/codespaces#stop-a-codespace-for-the-authenticated-user parameters: - - *192 + - *193 responses: '200': description: Response content: application/json: - schema: *190 + schema: *191 examples: - default: *385 + default: *386 '500': *143 '401': *23 '403': *27 @@ -95600,9 +95614,9 @@ paths: application/json: schema: type: array - items: *203 + items: *204 examples: - default: &604 + default: &605 value: - id: 197 name: hello_docker @@ -95703,7 +95717,7 @@ paths: application/json: schema: type: array - items: &592 + items: &593 title: Email description: Email type: object @@ -95773,9 +95787,9 @@ paths: application/json: schema: type: array - items: *592 + items: *593 examples: - default: &606 + default: &607 value: - email: octocat@github.com verified: true @@ -95852,7 +95866,7 @@ paths: application/json: schema: type: array - items: *592 + items: *593 examples: default: value: @@ -95964,7 +95978,7 @@ paths: type: array items: *4 examples: - default: *189 + default: *190 headers: Link: *57 '304': *35 @@ -95997,7 +96011,7 @@ paths: type: array items: *4 examples: - default: *189 + default: *190 headers: Link: *57 '304': *35 @@ -96110,7 +96124,7 @@ paths: application/json: schema: type: array - items: &593 + items: &594 title: GPG Key description: A unique encryption key type: object @@ -96255,7 +96269,7 @@ paths: - subkeys - revoked examples: - default: &617 + default: &618 value: - id: 3 name: Octocat's GPG Key @@ -96340,9 +96354,9 @@ paths: description: Response content: application/json: - schema: *593 + schema: *594 examples: - default: &594 + default: &595 value: id: 3 name: Octocat's GPG Key @@ -96399,7 +96413,7 @@ paths: description: API method documentation url: https://docs.github.com/rest/users/gpg-keys#get-a-gpg-key-for-the-authenticated-user parameters: - - &595 + - &596 name: gpg_key_id description: The unique identifier of the GPG key. in: path @@ -96411,9 +96425,9 @@ paths: description: Response content: application/json: - schema: *593 + schema: *594 examples: - default: *594 + default: *595 '404': *6 '304': *35 '403': *27 @@ -96436,7 +96450,7 @@ paths: description: API method documentation url: https://docs.github.com/rest/users/gpg-keys#delete-a-gpg-key-for-the-authenticated-user parameters: - - *595 + - *596 responses: '204': description: Response @@ -96627,7 +96641,7 @@ paths: type: array items: *59 examples: - default: *596 + default: *597 headers: Link: *57 '404': *6 @@ -96712,12 +96726,12 @@ paths: application/json: schema: anyOf: - - *179 + - *180 - type: object properties: {} additionalProperties: false examples: - default: *180 + default: *181 '204': description: Response when there are no restrictions x-github: @@ -96741,7 +96755,7 @@ paths: required: true content: application/json: - schema: *454 + schema: *455 examples: default: value: @@ -96752,7 +96766,7 @@ paths: description: Response content: application/json: - schema: *179 + schema: *180 examples: default: value: @@ -96833,7 +96847,7 @@ paths: - closed - all default: open - - *187 + - *188 - name: sort description: What to sort results by. in: query @@ -96858,7 +96872,7 @@ paths: type: array items: *74 examples: - default: *188 + default: *189 headers: Link: *57 '404': *6 @@ -96891,7 +96905,7 @@ paths: application/json: schema: type: array - items: &597 + items: &598 title: Key description: Key type: object @@ -96989,9 +97003,9 @@ paths: description: Response content: application/json: - schema: *597 + schema: *598 examples: - default: &598 + default: &599 value: key: 2Sg8iYjAxxmI2LvUXpJjkYrMxURPc8r+dB7TJyvv1234 id: 2 @@ -97024,15 +97038,15 @@ paths: description: API method documentation url: https://docs.github.com/rest/users/keys#get-a-public-ssh-key-for-the-authenticated-user parameters: - - *481 + - *482 responses: '200': description: Response content: application/json: - schema: *597 + schema: *598 examples: - default: *598 + default: *599 '404': *6 '304': *35 '403': *27 @@ -97055,7 +97069,7 @@ paths: description: API method documentation url: https://docs.github.com/rest/users/keys#delete-a-public-ssh-key-for-the-authenticated-user parameters: - - *481 + - *482 responses: '204': description: Response @@ -97088,7 +97102,7 @@ paths: application/json: schema: type: array - items: &599 + items: &600 title: User Marketplace Purchase description: User Marketplace Purchase type: object @@ -97167,7 +97181,7 @@ paths: - account - plan examples: - default: &600 + default: &601 value: - billing_cycle: monthly next_billing_date: '2017-11-11T00:00:00Z' @@ -97229,9 +97243,9 @@ paths: application/json: schema: type: array - items: *599 + items: *600 examples: - default: *600 + default: *601 headers: Link: *57 '304': *35 @@ -97271,7 +97285,7 @@ paths: application/json: schema: type: array - items: *194 + items: *195 examples: default: value: @@ -97379,7 +97393,7 @@ paths: description: Response content: application/json: - schema: *194 + schema: *195 examples: default: value: @@ -97462,7 +97476,7 @@ paths: description: Response content: application/json: - schema: *194 + schema: *195 examples: default: value: @@ -97530,7 +97544,7 @@ paths: application/json: schema: type: array - items: *196 + items: *197 examples: default: value: @@ -97792,7 +97806,7 @@ paths: description: Response content: application/json: - schema: *196 + schema: *197 examples: default: value: @@ -97972,7 +97986,7 @@ paths: description: API method documentation url: https://docs.github.com/rest/migrations/users#get-a-user-migration-status parameters: - - *197 + - *198 - name: exclude in: query required: false @@ -97985,7 +97999,7 @@ paths: description: Response content: application/json: - schema: *196 + schema: *197 examples: default: value: @@ -98179,7 +98193,7 @@ paths: description: API method documentation url: https://docs.github.com/rest/migrations/users#download-a-user-migration-archive parameters: - - *197 + - *198 responses: '302': description: Response @@ -98205,7 +98219,7 @@ paths: description: API method documentation url: https://docs.github.com/rest/migrations/users#delete-a-user-migration-archive parameters: - - *197 + - *198 responses: '204': description: Response @@ -98234,8 +98248,8 @@ paths: description: API method documentation url: https://docs.github.com/rest/migrations/users#unlock-a-user-repository parameters: - - *197 - - *601 + - *198 + - *602 responses: '204': description: Response @@ -98259,7 +98273,7 @@ paths: description: API method documentation url: https://docs.github.com/rest/migrations/users#list-repositories-for-a-user-migration parameters: - - *197 + - *198 - *17 - *19 responses: @@ -98271,7 +98285,7 @@ paths: type: array items: *115 examples: - default: *209 + default: *210 headers: Link: *57 '404': *6 @@ -98308,7 +98322,7 @@ paths: type: array items: *145 examples: - default: *602 + default: *603 headers: Link: *57 '304': *35 @@ -98350,7 +98364,7 @@ paths: - docker - nuget - container - - *603 + - *604 - *19 - *17 responses: @@ -98360,10 +98374,10 @@ paths: application/json: schema: type: array - items: *203 + items: *204 examples: - default: *604 - '400': *605 + default: *605 + '400': *606 x-github: githubCloudOnly: false enabledForGitHubApps: false @@ -98383,16 +98397,16 @@ paths: description: API method documentation url: https://docs.github.com/rest/packages/packages#get-a-package-for-the-authenticated-user parameters: - - *205 - *206 + - *207 responses: '200': description: Response content: application/json: - schema: *203 + schema: *204 examples: - default: &618 + default: &619 value: id: 40201 name: octo-name @@ -98505,8 +98519,8 @@ paths: description: API method documentation url: https://docs.github.com/rest/packages/packages#delete-a-package-for-the-authenticated-user parameters: - - *205 - *206 + - *207 responses: '204': description: Response @@ -98536,8 +98550,8 @@ paths: description: API method documentation url: https://docs.github.com/rest/packages/packages#restore-a-package-for-the-authenticated-user parameters: - - *205 - *206 + - *207 - name: token description: package token schema: @@ -98569,8 +98583,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: - - *205 - *206 + - *207 - *19 - *17 - name: state @@ -98590,7 +98604,7 @@ paths: application/json: schema: type: array - items: *207 + items: *208 examples: default: value: @@ -98639,15 +98653,15 @@ paths: description: API method documentation url: https://docs.github.com/rest/packages/packages#get-a-package-version-for-the-authenticated-user parameters: - - *205 - *206 - - *208 + - *207 + - *209 responses: '200': description: Response content: application/json: - schema: *207 + schema: *208 examples: default: value: @@ -98683,9 +98697,9 @@ paths: description: API method documentation url: https://docs.github.com/rest/packages/packages#delete-a-package-version-for-the-authenticated-user parameters: - - *205 - *206 - - *208 + - *207 + - *209 responses: '204': description: Response @@ -98715,9 +98729,9 @@ paths: description: API method documentation url: https://docs.github.com/rest/packages/packages#restore-a-package-version-for-the-authenticated-user parameters: - - *205 - *206 - - *208 + - *207 + - *209 responses: '204': description: Response @@ -98775,7 +98789,7 @@ paths: description: Response content: application/json: - schema: *219 + schema: *220 examples: default: value: @@ -98847,9 +98861,9 @@ paths: application/json: schema: type: array - items: *592 + items: *593 examples: - default: *606 + default: *607 headers: Link: *57 '304': *35 @@ -98962,7 +98976,7 @@ paths: type: array items: *59 examples: - default: &613 + default: &614 summary: Default response value: - id: 1296269 @@ -99280,9 +99294,9 @@ paths: description: Response content: application/json: - schema: *277 + schema: *278 examples: - default: *279 + default: *280 headers: Location: example: https://api.github.com/repos/octocat/Hello-World @@ -99320,9 +99334,9 @@ paths: application/json: schema: type: array - items: *456 + items: *457 examples: - default: *607 + default: *608 headers: Link: *57 '304': *35 @@ -99345,7 +99359,7 @@ paths: description: API method documentation url: https://docs.github.com/rest/collaborators/invitations#accept-a-repository-invitation parameters: - - *183 + - *184 responses: '204': description: Response @@ -99368,7 +99382,7 @@ paths: description: API method documentation url: https://docs.github.com/rest/collaborators/invitations#decline-a-repository-invitation parameters: - - *183 + - *184 responses: '204': description: Response @@ -99401,7 +99415,7 @@ paths: application/json: schema: type: array - items: &608 + items: &609 title: Social account description: Social media account type: object @@ -99418,7 +99432,7 @@ paths: - provider - url examples: - default: &609 + default: &610 value: - provider: twitter url: https://twitter.com/github @@ -99481,9 +99495,9 @@ paths: application/json: schema: type: array - items: *608 + items: *609 examples: - default: *609 + default: *610 '422': *15 '304': *35 '404': *6 @@ -99571,7 +99585,7 @@ paths: application/json: schema: type: array - items: &610 + items: &611 title: SSH Signing Key description: A public SSH key used to sign Git commits type: object @@ -99591,7 +99605,7 @@ paths: - title - created_at examples: - default: &625 + default: &626 value: - key: 2Sg8iYjAxxmI2LvUXpJjkYrMxURPc8r+dB7TJyvv1234 id: 2 @@ -99658,9 +99672,9 @@ paths: description: Response content: application/json: - schema: *610 + schema: *611 examples: - default: &611 + default: &612 value: key: 2Sg8iYjAxxmI2LvUXpJjkYrMxURPc8r+dB7TJyvv1234 id: 2 @@ -99691,7 +99705,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: - - &612 + - &613 name: ssh_signing_key_id description: The unique identifier of the SSH signing key. in: path @@ -99703,9 +99717,9 @@ paths: description: Response content: application/json: - schema: *610 + schema: *611 examples: - default: *611 + default: *612 '404': *6 '304': *35 '403': *27 @@ -99728,7 +99742,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: - - *612 + - *613 responses: '204': description: Response @@ -99757,7 +99771,7 @@ paths: description: API method documentation url: https://docs.github.com/rest/activity/starring#list-repositories-starred-by-the-authenticated-user parameters: - - &626 + - &627 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 @@ -99782,11 +99796,11 @@ paths: type: array items: *59 examples: - default-response: *613 + default-response: *614 application/vnd.github.v3.star+json: schema: type: array - items: &627 + items: &628 title: Starred Repository description: Starred Repository type: object @@ -99942,8 +99956,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: - - *266 - *267 + - *268 responses: '204': description: Response if this repository is starred by you @@ -99971,8 +99985,8 @@ paths: description: API method documentation url: https://docs.github.com/rest/activity/starring#star-a-repository-for-the-authenticated-user parameters: - - *266 - *267 + - *268 responses: '204': description: Response @@ -99996,8 +100010,8 @@ paths: description: API method documentation url: https://docs.github.com/rest/activity/starring#unstar-a-repository-for-the-authenticated-user parameters: - - *266 - *267 + - *268 responses: '204': description: Response @@ -100032,7 +100046,7 @@ paths: type: array items: *115 examples: - default: *209 + default: *210 headers: Link: *57 '304': *35 @@ -100069,7 +100083,7 @@ paths: application/json: schema: type: array - items: *251 + items: *252 examples: default: value: @@ -100155,10 +100169,10 @@ paths: application/json: schema: oneOf: + - *587 - *586 - - *585 examples: - default-response: &615 + default-response: &616 summary: Default response value: login: octocat @@ -100193,7 +100207,7 @@ paths: following: 0 created_at: '2008-01-14T04:33:35Z' updated_at: '2008-01-14T04:33:35Z' - response-with-git-hub-plan-information: &616 + response-with-git-hub-plan-information: &617 summary: Response with GitHub plan information value: login: octocat @@ -100253,7 +100267,7 @@ paths: description: API method documentation url: https://docs.github.com/rest/users/users#list-users parameters: - - *614 + - *615 - *17 responses: '200': @@ -100264,7 +100278,7 @@ paths: type: array items: *4 examples: - default: *189 + default: *190 headers: Link: example: ; rel="next" @@ -100302,11 +100316,11 @@ paths: application/json: schema: oneOf: + - *587 - *586 - - *585 examples: - default-response: *615 - response-with-git-hub-plan-information: *616 + default-response: *616 + response-with-git-hub-plan-information: *617 '404': *6 x-github: githubCloudOnly: false @@ -100382,7 +100396,7 @@ paths: bundle_url: type: string examples: - default: *328 + default: *329 '201': description: Response content: @@ -100421,9 +100435,9 @@ paths: application/json: schema: type: array - items: *203 + items: *204 examples: - default: *604 + default: *605 '403': *27 '401': *23 x-github: @@ -100706,7 +100720,7 @@ paths: type: array items: *4 examples: - default: *189 + default: *190 headers: Link: *57 x-github: @@ -100737,7 +100751,7 @@ paths: type: array items: *4 examples: - default: *189 + default: *190 headers: Link: *57 x-github: @@ -100827,9 +100841,9 @@ paths: application/json: schema: type: array - items: *593 + items: *594 examples: - default: *617 + default: *618 headers: Link: *57 x-github: @@ -100933,7 +100947,7 @@ paths: application/json: schema: *20 examples: - default: *453 + default: *454 x-github: githubCloudOnly: false enabledForGitHubApps: false @@ -101011,7 +101025,7 @@ paths: type: array items: *145 examples: - default: *602 + default: *603 headers: Link: *57 x-github: @@ -101050,7 +101064,7 @@ paths: - docker - nuget - container - - *603 + - *604 - *128 - *19 - *17 @@ -101061,12 +101075,12 @@ paths: application/json: schema: type: array - items: *203 + items: *204 examples: - default: *604 + default: *605 '403': *27 '401': *23 - '400': *605 + '400': *606 x-github: githubCloudOnly: false enabledForGitHubApps: false @@ -101086,17 +101100,17 @@ paths: description: API method documentation url: https://docs.github.com/rest/packages/packages#get-a-package-for-a-user parameters: - - *205 - *206 + - *207 - *128 responses: '200': description: Response content: application/json: - schema: *203 + schema: *204 examples: - default: *618 + default: *619 x-github: githubCloudOnly: false enabledForGitHubApps: false @@ -101117,8 +101131,8 @@ paths: description: API method documentation url: https://docs.github.com/rest/packages/packages#delete-a-package-for-a-user parameters: - - *205 - *206 + - *207 - *128 responses: '204': @@ -101151,8 +101165,8 @@ paths: description: API method documentation url: https://docs.github.com/rest/packages/packages#restore-a-package-for-a-user parameters: - - *205 - *206 + - *207 - *128 - name: token description: package token @@ -101185,8 +101199,8 @@ paths: description: API method documentation url: https://docs.github.com/rest/packages/packages#list-package-versions-for-a-package-owned-by-a-user parameters: - - *205 - *206 + - *207 - *128 responses: '200': @@ -101195,7 +101209,7 @@ paths: application/json: schema: type: array - items: *207 + items: *208 examples: default: value: @@ -101253,16 +101267,16 @@ paths: description: API method documentation url: https://docs.github.com/rest/packages/packages#get-a-package-version-for-a-user parameters: - - *205 - *206 - - *208 + - *207 + - *209 - *128 responses: '200': description: Response content: application/json: - schema: *207 + schema: *208 examples: default: value: @@ -101297,10 +101311,10 @@ paths: description: API method documentation url: https://docs.github.com/rest/packages/packages#delete-package-version-for-a-user parameters: - - *205 - *206 + - *207 - *128 - - *208 + - *209 responses: '204': description: Response @@ -101332,10 +101346,10 @@ paths: description: API method documentation url: https://docs.github.com/rest/packages/packages#restore-package-version-for-a-user parameters: - - *205 - *206 + - *207 - *128 - - *208 + - *209 responses: '204': description: Response @@ -101382,7 +101396,7 @@ paths: application/json: schema: type: array - items: *219 + items: *220 examples: default: value: @@ -101665,7 +101679,7 @@ paths: type: array items: *115 examples: - default: *209 + default: *210 headers: Link: *57 x-github: @@ -101695,9 +101709,9 @@ paths: description: Response content: application/json: - schema: *619 + schema: *620 examples: - default: *620 + default: *621 x-github: githubCloudOnly: false enabledForGitHubApps: false @@ -101725,9 +101739,9 @@ paths: description: Response content: application/json: - schema: *621 + schema: *622 examples: - default: *622 + default: *623 x-github: githubCloudOnly: false enabledForGitHubApps: false @@ -101755,9 +101769,9 @@ paths: description: Response content: application/json: - schema: *623 + schema: *624 examples: - default: *624 + default: *625 x-github: githubCloudOnly: false enabledForGitHubApps: false @@ -101785,9 +101799,9 @@ paths: application/json: schema: type: array - items: *608 + items: *609 examples: - default: *609 + default: *610 headers: Link: *57 x-github: @@ -101817,9 +101831,9 @@ paths: application/json: schema: type: array - items: *610 + items: *611 examples: - default: *625 + default: *626 headers: Link: *57 x-github: @@ -101844,7 +101858,7 @@ paths: url: https://docs.github.com/rest/activity/starring#list-repositories-starred-by-a-user parameters: - *128 - - *626 + - *627 - *46 - *17 - *19 @@ -101856,11 +101870,11 @@ paths: schema: anyOf: - type: array - items: *627 + items: *628 - type: array items: *59 examples: - default-response: *613 + default-response: *614 headers: Link: *57 x-github: @@ -101891,7 +101905,7 @@ paths: type: array items: *115 examples: - default: *209 + default: *210 headers: Link: *57 x-github: @@ -102020,7 +102034,7 @@ webhooks: type: string enum: - disabled - enterprise: &628 + enterprise: &629 title: Enterprise description: |- An enterprise on GitHub. Webhook payloads contain the `enterprise` property when the webhook is configured @@ -102089,7 +102103,7 @@ webhooks: - created_at - updated_at - avatar_url - installation: &629 + installation: &630 title: Simple Installation description: |- The GitHub App installation. Webhook payloads contain the `installation` property when the event is configured @@ -102110,7 +102124,7 @@ webhooks: required: - id - node_id - organization: &630 + organization: &631 title: Organization Simple description: |- A GitHub organization. Webhook payloads contain the `organization` property when the webhook is configured for an @@ -102183,7 +102197,7 @@ webhooks: - public_members_url - avatar_url - description - repository: &631 + repository: &632 title: Repository description: |- The repository on GitHub where the event occurred. Webhook payloads contain the `repository` property @@ -103096,10 +103110,10 @@ webhooks: type: string enum: - enabled - enterprise: *628 - installation: *629 - organization: *630 - repository: *631 + enterprise: *629 + installation: *630 + organization: *631 + repository: *632 sender: *4 required: - action @@ -103175,11 +103189,11 @@ webhooks: type: string enum: - created - enterprise: *628 - installation: *629 - organization: *630 - repository: *631 - rule: &632 + enterprise: *629 + installation: *630 + organization: *631 + repository: *632 + rule: &633 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) @@ -103402,11 +103416,11 @@ webhooks: type: string enum: - deleted - enterprise: *628 - installation: *629 - organization: *630 - repository: *631 - rule: *632 + enterprise: *629 + installation: *630 + organization: *631 + repository: *632 + rule: *633 sender: *4 required: - action @@ -103594,11 +103608,11 @@ webhooks: - everyone required: - from - enterprise: *628 - installation: *629 - organization: *630 - repository: *631 - rule: *632 + enterprise: *629 + installation: *630 + organization: *631 + repository: *632 + rule: *633 sender: *4 required: - action @@ -103682,7 +103696,7 @@ webhooks: type: string enum: - completed - check_run: &634 + check_run: &635 title: CheckRun description: A check performed on the code of a given code change type: object @@ -103750,7 +103764,7 @@ webhooks: - MDEwOkNoZWNrU3VpdGU1 pull_requests: type: array - items: *345 + items: *346 repository: *115 status: type: string @@ -103795,7 +103809,7 @@ webhooks: - examples: - neutral - deployment: *633 + deployment: *634 details_url: type: string examples: @@ -103855,7 +103869,7 @@ webhooks: - annotations_url pull_requests: type: array - items: *345 + items: *346 started_at: type: string format: date-time @@ -103893,9 +103907,9 @@ webhooks: - output - app - pull_requests - installation: *629 - organization: *630 - repository: *631 + installation: *630 + organization: *631 + repository: *632 sender: *4 required: - check_run @@ -104288,10 +104302,10 @@ webhooks: type: string enum: - created - check_run: *634 - installation: *629 - organization: *630 - repository: *631 + check_run: *635 + installation: *630 + organization: *631 + repository: *632 sender: *4 required: - check_run @@ -104687,10 +104701,10 @@ webhooks: type: string enum: - requested_action - check_run: *634 - installation: *629 - organization: *630 - repository: *631 + check_run: *635 + installation: *630 + organization: *631 + repository: *632 requested_action: description: The action requested by the user. type: object @@ -105095,10 +105109,10 @@ webhooks: type: string enum: - rerequested - check_run: *634 - installation: *629 - organization: *630 - repository: *631 + check_run: *635 + installation: *630 + organization: *631 + repository: *632 sender: *4 required: - check_run @@ -106090,10 +106104,10 @@ webhooks: - latest_check_runs_count - check_runs_url - head_commit - enterprise: *628 - installation: *629 - organization: *630 - repository: *631 + enterprise: *629 + installation: *630 + organization: *631 + repository: *632 sender: *4 required: - action @@ -106778,10 +106792,10 @@ webhooks: - latest_check_runs_count - check_runs_url - head_commit - enterprise: *628 - installation: *629 - organization: *630 - repository: *631 + enterprise: *629 + installation: *630 + organization: *631 + repository: *632 sender: *4 required: - action @@ -107460,10 +107474,10 @@ webhooks: - latest_check_runs_count - check_runs_url - head_commit - enterprise: *628 - installation: *629 - organization: *630 - repository: *631 + enterprise: *629 + installation: *630 + organization: *631 + repository: *632 sender: *4 required: - action @@ -107629,7 +107643,7 @@ webhooks: required: - login - id - dismissed_comment: *360 + dismissed_comment: *361 dismissed_reason: description: The reason for dismissing or closing the alert. type: @@ -107781,20 +107795,20 @@ webhooks: - dismissed_reason - rule - tool - commit_oid: &635 + commit_oid: &636 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: *628 - installation: *629 - organization: *630 - ref: &636 + enterprise: *629 + installation: *630 + organization: *631 + ref: &637 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: *631 + repository: *632 sender: *4 required: - action @@ -107958,7 +107972,7 @@ webhooks: required: - login - id - dismissed_comment: *360 + dismissed_comment: *361 dismissed_reason: description: The reason for dismissing or closing the alert. type: @@ -108199,12 +108213,12 @@ webhooks: - dismissed_reason - rule - tool - commit_oid: *635 - enterprise: *628 - installation: *629 - organization: *630 - ref: *636 - repository: *631 + commit_oid: *636 + enterprise: *629 + installation: *630 + organization: *631 + ref: *637 + repository: *632 sender: *4 required: - action @@ -108302,7 +108316,7 @@ webhooks: dismissed_by: type: - 'null' - dismissed_comment: *360 + dismissed_comment: *361 dismissed_reason: description: 'The reason for dismissing or closing the alert. Can be one of: `false positive`, `won''t fix`, and `used in @@ -108484,12 +108498,12 @@ webhooks: - dismissed_reason - rule - tool - commit_oid: *635 - enterprise: *628 - installation: *629 - organization: *630 - ref: *636 - repository: *631 + commit_oid: *636 + enterprise: *629 + installation: *630 + organization: *631 + ref: *637 + repository: *632 sender: *4 required: - action @@ -108655,7 +108669,7 @@ webhooks: required: - login - id - dismissed_comment: *360 + dismissed_comment: *361 dismissed_reason: description: The reason for dismissing or closing the alert. type: @@ -108832,12 +108846,12 @@ webhooks: - dismissed_reason - rule - tool - commit_oid: *635 - enterprise: *628 - installation: *629 - organization: *630 - ref: *636 - repository: *631 + commit_oid: *636 + enterprise: *629 + installation: *630 + organization: *631 + ref: *637 + repository: *632 sender: *4 required: - action @@ -108937,7 +108951,7 @@ webhooks: type: - object - 'null' - dismissed_comment: *360 + dismissed_comment: *361 dismissed_reason: description: 'The reason for dismissing or closing the alert. Can be one of: `false positive`, `won''t fix`, and `used in @@ -109117,9 +109131,9 @@ webhooks: type: - string - 'null' - enterprise: *628 - installation: *629 - organization: *630 + enterprise: *629 + installation: *630 + organization: *631 ref: description: The Git reference of the code scanning alert. When the action is `reopened_by_user` or `closed_by_user`, the event @@ -109127,7 +109141,7 @@ webhooks: type: - string - 'null' - repository: *631 + repository: *632 sender: *4 required: - action @@ -109223,7 +109237,7 @@ webhooks: dismissed_by: type: - 'null' - dismissed_comment: *360 + dismissed_comment: *361 dismissed_reason: description: 'The reason for dismissing or closing the alert. Can be one of: `false positive`, `won''t fix`, and `used in @@ -109370,12 +109384,12 @@ webhooks: - dismissed_reason - rule - tool - commit_oid: *635 - enterprise: *628 - installation: *629 - organization: *630 - ref: *636 - repository: *631 + commit_oid: *636 + enterprise: *629 + installation: *630 + organization: *631 + ref: *637 + repository: *632 sender: *4 required: - action @@ -109637,10 +109651,10 @@ webhooks: - updated_at - author_association - body - enterprise: *628 - installation: *629 - organization: *630 - repository: *631 + enterprise: *629 + installation: *630 + organization: *631 + repository: *632 sender: *4 required: - action @@ -109721,18 +109735,18 @@ webhooks: type: - string - 'null' - enterprise: *628 - installation: *629 + enterprise: *629 + installation: *630 master_branch: description: The name of the repository's default branch (usually `main`). type: string - organization: *630 - pusher_type: &637 + organization: *631 + pusher_type: &638 description: The pusher type for the event. Can be either `user` or a deploy key. type: string - ref: &638 + ref: &639 description: The [`git ref`](https://docs.github.com/rest/git/refs#get-a-reference) resource. type: string @@ -109742,7 +109756,7 @@ webhooks: enum: - tag - branch - repository: *631 + repository: *632 sender: *4 required: - ref @@ -109824,10 +109838,10 @@ webhooks: type: string enum: - created - definition: *220 - enterprise: *628 - installation: *629 - organization: *630 + definition: *221 + enterprise: *629 + installation: *630 + organization: *631 sender: *4 required: - action @@ -109912,9 +109926,9 @@ webhooks: description: The name of the property that was deleted. required: - property_name - enterprise: *628 - installation: *629 - organization: *630 + enterprise: *629 + installation: *630 + organization: *631 sender: *4 required: - action @@ -109991,10 +110005,10 @@ webhooks: type: string enum: - promote_to_enterprise - definition: *220 - enterprise: *628 - installation: *629 - organization: *630 + definition: *221 + enterprise: *629 + installation: *630 + organization: *631 sender: *4 required: - action @@ -110071,10 +110085,10 @@ webhooks: type: string enum: - updated - definition: *220 - enterprise: *628 - installation: *629 - organization: *630 + definition: *221 + enterprise: *629 + installation: *630 + organization: *631 sender: *4 required: - action @@ -110151,19 +110165,19 @@ webhooks: type: string enum: - updated - enterprise: *628 - installation: *629 - repository: *631 - organization: *630 + enterprise: *629 + installation: *630 + repository: *632 + organization: *631 sender: *4 new_property_values: type: array description: The new custom property values for the repository. - items: *224 + items: *225 old_property_values: type: array description: The old custom property values for the repository. - items: *224 + items: *225 required: - action - repository @@ -110239,18 +110253,18 @@ webhooks: title: delete event type: object properties: - enterprise: *628 - installation: *629 - organization: *630 - pusher_type: *637 - ref: *638 + enterprise: *629 + installation: *630 + organization: *631 + pusher_type: *638 + ref: *639 ref_type: description: The type of Git ref object deleted in the repository. type: string enum: - tag - branch - repository: *631 + repository: *632 sender: *4 required: - ref @@ -110334,11 +110348,11 @@ webhooks: type: string enum: - auto_dismissed - alert: *412 - installation: *629 - organization: *630 - enterprise: *628 - repository: *631 + alert: *413 + installation: *630 + organization: *631 + enterprise: *629 + repository: *632 sender: *4 required: - action @@ -110422,11 +110436,11 @@ webhooks: type: string enum: - auto_reopened - alert: *412 - installation: *629 - organization: *630 - enterprise: *628 - repository: *631 + alert: *413 + installation: *630 + organization: *631 + enterprise: *629 + repository: *632 sender: *4 required: - action @@ -110510,11 +110524,11 @@ webhooks: type: string enum: - created - alert: *412 - installation: *629 - organization: *630 - enterprise: *628 - repository: *631 + alert: *413 + installation: *630 + organization: *631 + enterprise: *629 + repository: *632 sender: *4 required: - action @@ -110596,11 +110610,11 @@ webhooks: type: string enum: - dismissed - alert: *412 - installation: *629 - organization: *630 - enterprise: *628 - repository: *631 + alert: *413 + installation: *630 + organization: *631 + enterprise: *629 + repository: *632 sender: *4 required: - action @@ -110682,11 +110696,11 @@ webhooks: type: string enum: - fixed - alert: *412 - installation: *629 - organization: *630 - enterprise: *628 - repository: *631 + alert: *413 + installation: *630 + organization: *631 + enterprise: *629 + repository: *632 sender: *4 required: - action @@ -110769,11 +110783,11 @@ webhooks: type: string enum: - reintroduced - alert: *412 - installation: *629 - organization: *630 - enterprise: *628 - repository: *631 + alert: *413 + installation: *630 + organization: *631 + enterprise: *629 + repository: *632 sender: *4 required: - action @@ -110855,11 +110869,11 @@ webhooks: type: string enum: - reopened - alert: *412 - installation: *629 - organization: *630 - enterprise: *628 - repository: *631 + alert: *413 + installation: *630 + organization: *631 + enterprise: *629 + repository: *632 sender: *4 required: - action @@ -110936,9 +110950,9 @@ webhooks: type: string enum: - created - enterprise: *628 - installation: *629 - key: &639 + enterprise: *629 + installation: *630 + key: &640 description: The [`deploy key`](https://docs.github.com/rest/deploy-keys/deploy-keys#get-a-deploy-key) resource. type: object @@ -110976,8 +110990,8 @@ webhooks: - verified - created_at - read_only - organization: *630 - repository: *631 + organization: *631 + repository: *632 sender: *4 required: - action @@ -111054,11 +111068,11 @@ webhooks: type: string enum: - deleted - enterprise: *628 - installation: *629 - key: *639 - organization: *630 - repository: *631 + enterprise: *629 + installation: *630 + key: *640 + organization: *631 + repository: *632 sender: *4 required: - action @@ -111630,12 +111644,12 @@ webhooks: - updated_at - statuses_url - repository_url - enterprise: *628 - installation: *629 - organization: *630 - repository: *631 + enterprise: *629 + installation: *630 + organization: *631 + repository: *632 sender: *4 - workflow: &643 + workflow: &644 title: Workflow type: - object @@ -112373,13 +112387,13 @@ webhooks: description: The URL to review the deployment protection rule. type: string format: uri - deployment: *418 + deployment: *419 pull_requests: type: array - items: *500 - repository: *631 - organization: *630 - installation: *629 + items: *501 + repository: *632 + organization: *631 + installation: *630 sender: *4 responses: '200': @@ -112450,7 +112464,7 @@ webhooks: type: string enum: - approved - approver: &640 + approver: &641 type: object properties: avatar_url: @@ -112493,11 +112507,11 @@ webhooks: type: string comment: type: string - enterprise: *628 - installation: *629 - organization: *630 - repository: *631 - reviewers: &641 + enterprise: *629 + installation: *630 + organization: *631 + repository: *632 + reviewers: &642 type: array items: type: object @@ -112578,7 +112592,7 @@ webhooks: sender: *4 since: type: string - workflow_job_run: &642 + workflow_job_run: &643 type: object properties: conclusion: @@ -113324,18 +113338,18 @@ webhooks: type: string enum: - rejected - approver: *640 + approver: *641 comment: type: string - enterprise: *628 - installation: *629 - organization: *630 - repository: *631 - reviewers: *641 + enterprise: *629 + installation: *630 + organization: *631 + repository: *632 + reviewers: *642 sender: *4 since: type: string - workflow_job_run: *642 + workflow_job_run: *643 workflow_job_runs: type: array items: @@ -114052,13 +114066,13 @@ webhooks: type: string enum: - requested - enterprise: *628 + enterprise: *629 environment: type: string - installation: *629 - organization: *630 - repository: *631 - requestor: &648 + installation: *630 + organization: *631 + repository: *632 + requestor: &649 title: User type: - object @@ -116001,12 +116015,12 @@ webhooks: - updated_at - deployment_url - repository_url - enterprise: *628 - installation: *629 - organization: *630 - repository: *631 + enterprise: *629 + installation: *630 + organization: *631 + repository: *632 sender: *4 - workflow: *643 + workflow: *644 workflow_run: title: Deployment Workflow Run type: @@ -116697,7 +116711,7 @@ webhooks: type: string enum: - answered - answer: &646 + answer: &647 type: object properties: author_association: @@ -116857,7 +116871,7 @@ webhooks: - created_at - updated_at - body - discussion: &644 + discussion: &645 title: Discussion description: A Discussion in a repository. type: object @@ -117153,7 +117167,7 @@ webhooks: - id labels: type: array - items: *463 + items: *464 required: - repository_url - category @@ -117175,10 +117189,10 @@ webhooks: - author_association - active_lock_reason - body - enterprise: *628 - installation: *629 - organization: *630 - repository: *631 + enterprise: *629 + installation: *630 + organization: *631 + repository: *632 sender: *4 required: - action @@ -117305,11 +117319,11 @@ webhooks: - from required: - category - discussion: *644 - enterprise: *628 - installation: *629 - organization: *630 - repository: *631 + discussion: *645 + enterprise: *629 + installation: *630 + organization: *631 + repository: *632 sender: *4 required: - action @@ -117392,11 +117406,11 @@ webhooks: type: string enum: - closed - discussion: *644 - enterprise: *628 - installation: *629 - organization: *630 - repository: *631 + discussion: *645 + enterprise: *629 + installation: *630 + organization: *631 + repository: *632 sender: *4 required: - action @@ -117478,7 +117492,7 @@ webhooks: type: string enum: - created - comment: &645 + comment: &646 type: object properties: author_association: @@ -117638,11 +117652,11 @@ webhooks: - updated_at - body - reactions - discussion: *644 - enterprise: *628 - installation: *629 - organization: *630 - repository: *631 + discussion: *645 + enterprise: *629 + installation: *630 + organization: *631 + repository: *632 sender: *4 required: - action @@ -117725,12 +117739,12 @@ webhooks: type: string enum: - deleted - comment: *645 - discussion: *644 - enterprise: *628 - installation: *629 - organization: *630 - repository: *631 + comment: *646 + discussion: *645 + enterprise: *629 + installation: *630 + organization: *631 + repository: *632 sender: *4 required: - action @@ -117825,12 +117839,12 @@ webhooks: - from required: - body - comment: *645 - discussion: *644 - enterprise: *628 - installation: *629 - organization: *630 - repository: *631 + comment: *646 + discussion: *645 + enterprise: *629 + installation: *630 + organization: *631 + repository: *632 sender: *4 required: - action @@ -117914,11 +117928,11 @@ webhooks: type: string enum: - created - discussion: *644 - enterprise: *628 - installation: *629 - organization: *630 - repository: *631 + discussion: *645 + enterprise: *629 + installation: *630 + organization: *631 + repository: *632 sender: *4 required: - action @@ -118000,11 +118014,11 @@ webhooks: type: string enum: - deleted - discussion: *644 - enterprise: *628 - installation: *629 - organization: *630 - repository: *631 + discussion: *645 + enterprise: *629 + installation: *630 + organization: *631 + repository: *632 sender: *4 required: - action @@ -118104,11 +118118,11 @@ webhooks: type: string required: - from - discussion: *644 - enterprise: *628 - installation: *629 - organization: *630 - repository: *631 + discussion: *645 + enterprise: *629 + installation: *630 + organization: *631 + repository: *632 sender: *4 required: - action @@ -118190,10 +118204,10 @@ webhooks: type: string enum: - labeled - discussion: *644 - enterprise: *628 - installation: *629 - label: &647 + discussion: *645 + enterprise: *629 + installation: *630 + label: &648 title: Label type: object properties: @@ -118226,8 +118240,8 @@ webhooks: - color - default - description - organization: *630 - repository: *631 + organization: *631 + repository: *632 sender: *4 required: - action @@ -118310,11 +118324,11 @@ webhooks: type: string enum: - locked - discussion: *644 - enterprise: *628 - installation: *629 - organization: *630 - repository: *631 + discussion: *645 + enterprise: *629 + installation: *630 + organization: *631 + repository: *632 sender: *4 required: - action @@ -118396,11 +118410,11 @@ webhooks: type: string enum: - pinned - discussion: *644 - enterprise: *628 - installation: *629 - organization: *630 - repository: *631 + discussion: *645 + enterprise: *629 + installation: *630 + organization: *631 + repository: *632 sender: *4 required: - action @@ -118482,11 +118496,11 @@ webhooks: type: string enum: - reopened - discussion: *644 - enterprise: *628 - installation: *629 - organization: *630 - repository: *631 + discussion: *645 + enterprise: *629 + installation: *630 + organization: *631 + repository: *632 sender: *4 required: - action @@ -118571,16 +118585,16 @@ webhooks: changes: type: object properties: - new_discussion: *644 - new_repository: *631 + new_discussion: *645 + new_repository: *632 required: - new_discussion - new_repository - discussion: *644 - enterprise: *628 - installation: *629 - organization: *630 - repository: *631 + discussion: *645 + enterprise: *629 + installation: *630 + organization: *631 + repository: *632 sender: *4 required: - action @@ -118663,10 +118677,10 @@ webhooks: type: string enum: - unanswered - discussion: *644 - old_answer: *646 - organization: *630 - repository: *631 + discussion: *645 + old_answer: *647 + organization: *631 + repository: *632 sender: *4 required: - action @@ -118748,12 +118762,12 @@ webhooks: type: string enum: - unlabeled - discussion: *644 - enterprise: *628 - installation: *629 - label: *647 - organization: *630 - repository: *631 + discussion: *645 + enterprise: *629 + installation: *630 + label: *648 + organization: *631 + repository: *632 sender: *4 required: - action @@ -118836,11 +118850,11 @@ webhooks: type: string enum: - unlocked - discussion: *644 - enterprise: *628 - installation: *629 - organization: *630 - repository: *631 + discussion: *645 + enterprise: *629 + installation: *630 + organization: *631 + repository: *632 sender: *4 required: - action @@ -118922,11 +118936,11 @@ webhooks: type: string enum: - unpinned - discussion: *644 - enterprise: *628 - installation: *629 - organization: *630 - repository: *631 + discussion: *645 + enterprise: *629 + installation: *630 + organization: *631 + repository: *632 sender: *4 required: - action @@ -118999,7 +119013,7 @@ webhooks: description: A user forks a repository. type: object properties: - enterprise: *628 + enterprise: *629 forkee: description: The created [`repository`](https://docs.github.com/rest/repos/repos#get-a-repository) resource. @@ -119677,9 +119691,9 @@ webhooks: type: integer watchers_count: type: integer - installation: *629 - organization: *630 - repository: *631 + installation: *630 + organization: *631 + repository: *632 sender: *4 required: - forkee @@ -119825,9 +119839,9 @@ webhooks: title: gollum event type: object properties: - enterprise: *628 - installation: *629 - organization: *630 + enterprise: *629 + installation: *630 + organization: *631 pages: description: The pages that were updated. type: array @@ -119865,7 +119879,7 @@ webhooks: - action - sha - html_url - repository: *631 + repository: *632 sender: *4 required: - pages @@ -119941,10 +119955,10 @@ webhooks: type: string enum: - created - enterprise: *628 + enterprise: *629 installation: *20 - organization: *630 - repositories: &649 + organization: *631 + repositories: &650 description: An array of repository objects that the installation can access. type: array @@ -119970,8 +119984,8 @@ webhooks: - name - full_name - private - repository: *631 - requester: *648 + repository: *632 + requester: *649 sender: *4 required: - action @@ -120046,11 +120060,11 @@ webhooks: type: string enum: - deleted - enterprise: *628 + enterprise: *629 installation: *20 - organization: *630 - repositories: *649 - repository: *631 + organization: *631 + repositories: *650 + repository: *632 requester: type: - 'null' @@ -120127,11 +120141,11 @@ webhooks: type: string enum: - new_permissions_accepted - enterprise: *628 + enterprise: *629 installation: *20 - organization: *630 - repositories: *649 - repository: *631 + organization: *631 + repositories: *650 + repository: *632 requester: type: - 'null' @@ -120208,10 +120222,10 @@ webhooks: type: string enum: - added - enterprise: *628 + enterprise: *629 installation: *20 - organization: *630 - repositories_added: &650 + organization: *631 + repositories_added: &651 description: An array of repository objects, which were added to the installation. type: array @@ -120257,15 +120271,15 @@ webhooks: private: description: Whether the repository is private or public. type: boolean - repository: *631 - repository_selection: &651 + repository: *632 + repository_selection: &652 description: Describe whether all repositories have been selected or there's a selection involved type: string enum: - all - selected - requester: *648 + requester: *649 sender: *4 required: - action @@ -120344,10 +120358,10 @@ webhooks: type: string enum: - removed - enterprise: *628 + enterprise: *629 installation: *20 - organization: *630 - repositories_added: *650 + organization: *631 + repositories_added: *651 repositories_removed: description: An array of repository objects, which were removed from the installation. @@ -120374,9 +120388,9 @@ webhooks: - name - full_name - private - repository: *631 - repository_selection: *651 - requester: *648 + repository: *632 + repository_selection: *652 + requester: *649 sender: *4 required: - action @@ -120455,11 +120469,11 @@ webhooks: type: string enum: - suspend - enterprise: *628 + enterprise: *629 installation: *20 - organization: *630 - repositories: *649 - repository: *631 + organization: *631 + repositories: *650 + repository: *632 requester: type: - 'null' @@ -120641,10 +120655,10 @@ webhooks: type: string required: - from - enterprise: *628 - installation: *629 - organization: *630 - repository: *631 + enterprise: *629 + installation: *630 + organization: *631 + repository: *632 sender: *4 target_type: type: string @@ -120723,11 +120737,11 @@ webhooks: type: string enum: - unsuspend - enterprise: *628 + enterprise: *629 installation: *20 - organization: *630 - repositories: *649 - repository: *631 + organization: *631 + repositories: *650 + repository: *632 requester: type: - 'null' @@ -120975,8 +120989,8 @@ webhooks: - performed_via_github_app - body - reactions - enterprise: *628 - installation: *629 + enterprise: *629 + installation: *630 issue: description: The [issue](https://docs.github.com/rest/issues/issues#get-an-issue) the comment belongs to. @@ -121823,7 +121837,7 @@ webhooks: title: description: Title of the issue type: string - type: *184 + type: *185 updated_at: type: string format: date-time @@ -122167,8 +122181,8 @@ webhooks: - state - locked - assignee - organization: *630 - repository: *631 + organization: *631 + repository: *632 sender: *4 required: - action @@ -122248,7 +122262,7 @@ webhooks: type: string enum: - deleted - comment: &652 + comment: &653 title: issue comment description: The [comment](https://docs.github.com/rest/issues/comments#get-an-issue-comment) itself. @@ -122415,8 +122429,8 @@ webhooks: - performed_via_github_app - body - reactions - enterprise: *628 - installation: *629 + enterprise: *629 + installation: *630 issue: description: The [issue](https://docs.github.com/rest/issues/issues#get-an-issue) the comment belongs to. @@ -123259,7 +123273,7 @@ webhooks: title: description: Title of the issue type: string - type: *184 + type: *185 updated_at: type: string format: date-time @@ -123605,8 +123619,8 @@ webhooks: - state - locked - assignee - organization: *630 - repository: *631 + organization: *631 + repository: *632 sender: *4 required: - action @@ -123686,7 +123700,7 @@ webhooks: type: string enum: - edited - changes: &677 + changes: &678 description: The changes to the comment. type: object properties: @@ -123698,9 +123712,9 @@ webhooks: type: string required: - from - comment: *652 - enterprise: *628 - installation: *629 + comment: *653 + enterprise: *629 + installation: *630 issue: description: The [issue](https://docs.github.com/rest/issues/issues#get-an-issue) the comment belongs to. @@ -124546,7 +124560,7 @@ webhooks: title: description: Title of the issue type: string - type: *184 + type: *185 updated_at: type: string format: date-time @@ -124890,8 +124904,8 @@ webhooks: - state - locked - assignee - organization: *630 - repository: *631 + organization: *631 + repository: *632 sender: *4 required: - action @@ -124973,10 +124987,10 @@ webhooks: type: string enum: - assigned - assignee: *648 - enterprise: *628 - installation: *629 - issue: &655 + assignee: *649 + enterprise: *629 + installation: *630 + issue: &656 title: Issue description: The [issue](https://docs.github.com/rest/issues/issues#get-an-issue) itself. @@ -125818,7 +125832,7 @@ webhooks: title: description: Title of the issue type: string - type: *184 + type: *185 updated_at: type: string format: date-time @@ -125921,8 +125935,8 @@ webhooks: - active_lock_reason - body - reactions - organization: *630 - repository: *631 + organization: *631 + repository: *632 sender: *4 required: - action @@ -126002,8 +126016,8 @@ webhooks: type: string enum: - closed - enterprise: *628 - installation: *629 + enterprise: *629 + installation: *630 issue: description: The [issue](https://docs.github.com/rest/issues/issues#get-an-issue) itself. @@ -126850,7 +126864,7 @@ webhooks: title: description: Title of the issue type: string - type: *184 + type: *185 updated_at: type: string format: date-time @@ -127096,8 +127110,8 @@ webhooks: required: - state - closed_at - organization: *630 - repository: *631 + organization: *631 + repository: *632 sender: *4 required: - action @@ -127176,8 +127190,8 @@ webhooks: type: string enum: - deleted - enterprise: *628 - installation: *629 + enterprise: *629 + installation: *630 issue: title: Issue description: The [issue](https://docs.github.com/rest/issues/issues#get-an-issue) @@ -128013,7 +128027,7 @@ webhooks: title: description: Title of the issue type: string - type: *184 + type: *185 updated_at: type: string format: date-time @@ -128115,8 +128129,8 @@ webhooks: - active_lock_reason - body - reactions - organization: *630 - repository: *631 + organization: *631 + repository: *632 sender: *4 required: - action @@ -128195,8 +128209,8 @@ webhooks: type: string enum: - demilestoned - enterprise: *628 - installation: *629 + enterprise: *629 + installation: *630 issue: title: Issue description: The [issue](https://docs.github.com/rest/issues/issues#get-an-issue) @@ -129057,7 +129071,7 @@ webhooks: title: description: Title of the issue type: string - type: *184 + type: *185 updated_at: type: string format: date-time @@ -129138,7 +129152,7 @@ webhooks: format: uri user_view_type: type: string - milestone: &653 + milestone: &654 title: Milestone description: A collection of related issues and pull requests. type: object @@ -129281,8 +129295,8 @@ webhooks: - updated_at - due_on - closed_at - organization: *630 - repository: *631 + organization: *631 + repository: *632 sender: *4 required: - action @@ -129381,8 +129395,8 @@ webhooks: type: string required: - from - enterprise: *628 - installation: *629 + enterprise: *629 + installation: *630 issue: title: Issue description: The [issue](https://docs.github.com/rest/issues/issues#get-an-issue) @@ -130221,7 +130235,7 @@ webhooks: timeline_url: type: string format: uri - type: *184 + type: *185 title: description: Title of the issue type: string @@ -130327,9 +130341,9 @@ webhooks: - active_lock_reason - body - reactions - label: *647 - organization: *630 - repository: *631 + label: *648 + organization: *631 + repository: *632 sender: *4 required: - action @@ -130409,8 +130423,8 @@ webhooks: type: string enum: - labeled - enterprise: *628 - installation: *629 + enterprise: *629 + installation: *630 issue: title: Issue description: The [issue](https://docs.github.com/rest/issues/issues#get-an-issue) @@ -131248,7 +131262,7 @@ webhooks: timeline_url: type: string format: uri - type: *184 + type: *185 title: description: Title of the issue type: string @@ -131354,9 +131368,9 @@ webhooks: - active_lock_reason - body - reactions - label: *647 - organization: *630 - repository: *631 + label: *648 + organization: *631 + repository: *632 sender: *4 required: - action @@ -131436,8 +131450,8 @@ webhooks: type: string enum: - locked - enterprise: *628 - installation: *629 + enterprise: *629 + installation: *630 issue: title: Issue description: The [issue](https://docs.github.com/rest/issues/issues#get-an-issue) @@ -132300,7 +132314,7 @@ webhooks: timeline_url: type: string format: uri - type: *184 + type: *185 title: description: Title of the issue type: string @@ -132383,8 +132397,8 @@ webhooks: format: uri user_view_type: type: string - organization: *630 - repository: *631 + organization: *631 + repository: *632 sender: *4 required: - action @@ -132463,8 +132477,8 @@ webhooks: type: string enum: - milestoned - enterprise: *628 - installation: *629 + enterprise: *629 + installation: *630 issue: title: Issue description: The [issue](https://docs.github.com/rest/issues/issues#get-an-issue) @@ -133324,7 +133338,7 @@ webhooks: title: description: Title of the issue type: string - type: *184 + type: *185 updated_at: type: string format: date-time @@ -133404,9 +133418,9 @@ webhooks: format: uri user_view_type: type: string - milestone: *653 - organization: *630 - repository: *631 + milestone: *654 + organization: *631 + repository: *632 sender: *4 required: - action @@ -134906,8 +134920,8 @@ webhooks: required: - old_issue - old_repository - enterprise: *628 - installation: *629 + enterprise: *629 + installation: *630 issue: title: Issue description: The [issue](https://docs.github.com/rest/issues/issues#get-an-issue) @@ -135749,7 +135763,7 @@ webhooks: title: description: Title of the issue type: string - type: *184 + type: *185 updated_at: type: string format: date-time @@ -135851,8 +135865,8 @@ webhooks: - active_lock_reason - body - reactions - organization: *630 - repository: *631 + organization: *631 + repository: *632 sender: *4 required: - action @@ -135932,9 +135946,9 @@ webhooks: type: string enum: - pinned - enterprise: *628 - installation: *629 - issue: &654 + enterprise: *629 + installation: *630 + issue: &655 title: Issue description: The [issue](https://docs.github.com/rest/issues/issues#get-an-issue) itself. @@ -136770,7 +136784,7 @@ webhooks: title: description: Title of the issue type: string - type: *184 + type: *185 updated_at: type: string format: date-time @@ -136872,8 +136886,8 @@ webhooks: - active_lock_reason - body - reactions - organization: *630 - repository: *631 + organization: *631 + repository: *632 sender: *4 required: - action @@ -136952,8 +136966,8 @@ webhooks: type: string enum: - reopened - enterprise: *628 - installation: *629 + enterprise: *629 + installation: *630 issue: title: Issue description: The [issue](https://docs.github.com/rest/issues/issues#get-an-issue) @@ -137897,9 +137911,9 @@ webhooks: format: uri user_view_type: type: string - type: *184 - organization: *630 - repository: *631 + type: *185 + organization: *631 + repository: *632 sender: *4 required: - action @@ -138818,7 +138832,7 @@ webhooks: title: description: Title of the issue type: string - type: *184 + type: *185 updated_at: type: string format: date-time @@ -139400,11 +139414,11 @@ webhooks: required: - new_issue - new_repository - enterprise: *628 - installation: *629 - issue: *654 - organization: *630 - repository: *631 + enterprise: *629 + installation: *630 + issue: *655 + organization: *631 + repository: *632 sender: *4 required: - action @@ -139484,12 +139498,12 @@ webhooks: type: string enum: - typed - enterprise: *628 - installation: *629 - issue: *655 - type: *184 - organization: *630 - repository: *631 + enterprise: *629 + installation: *630 + issue: *656 + type: *185 + organization: *631 + repository: *632 sender: *4 required: - action @@ -139570,7 +139584,7 @@ webhooks: type: string enum: - unassigned - assignee: &680 + assignee: &681 title: User type: - object @@ -139642,11 +139656,11 @@ webhooks: required: - login - id - enterprise: *628 - installation: *629 - issue: *655 - organization: *630 - repository: *631 + enterprise: *629 + installation: *630 + issue: *656 + organization: *631 + repository: *632 sender: *4 required: - action @@ -139725,12 +139739,12 @@ webhooks: type: string enum: - unlabeled - enterprise: *628 - installation: *629 - issue: *655 - label: *647 - organization: *630 - repository: *631 + enterprise: *629 + installation: *630 + issue: *656 + label: *648 + organization: *631 + repository: *632 sender: *4 required: - action @@ -139810,8 +139824,8 @@ webhooks: type: string enum: - unlocked - enterprise: *628 - installation: *629 + enterprise: *629 + installation: *630 issue: title: Issue description: The [issue](https://docs.github.com/rest/issues/issues#get-an-issue) @@ -140675,7 +140689,7 @@ webhooks: title: description: Title of the issue type: string - type: *184 + type: *185 updated_at: type: string format: date-time @@ -140755,8 +140769,8 @@ webhooks: format: uri user_view_type: type: string - organization: *630 - repository: *631 + organization: *631 + repository: *632 sender: *4 required: - action @@ -140836,11 +140850,11 @@ webhooks: type: string enum: - unpinned - enterprise: *628 - installation: *629 - issue: *654 - organization: *630 - repository: *631 + enterprise: *629 + installation: *630 + issue: *655 + organization: *631 + repository: *632 sender: *4 required: - action @@ -140919,12 +140933,12 @@ webhooks: type: string enum: - untyped - enterprise: *628 - installation: *629 - issue: *655 - type: *184 - organization: *630 - repository: *631 + enterprise: *629 + installation: *630 + issue: *656 + type: *185 + organization: *631 + repository: *632 sender: *4 required: - action @@ -141004,11 +141018,11 @@ webhooks: type: string enum: - created - enterprise: *628 - installation: *629 - label: *647 - organization: *630 - repository: *631 + enterprise: *629 + installation: *630 + label: *648 + organization: *631 + repository: *632 sender: *4 required: - action @@ -141086,11 +141100,11 @@ webhooks: type: string enum: - deleted - enterprise: *628 - installation: *629 - label: *647 - organization: *630 - repository: *631 + enterprise: *629 + installation: *630 + label: *648 + organization: *631 + repository: *632 sender: *4 required: - action @@ -141200,11 +141214,11 @@ webhooks: type: string required: - from - enterprise: *628 - installation: *629 - label: *647 - organization: *630 - repository: *631 + enterprise: *629 + installation: *630 + label: *648 + organization: *631 + repository: *632 sender: *4 required: - action @@ -141286,9 +141300,9 @@ webhooks: - cancelled effective_date: type: string - enterprise: *628 - installation: *629 - marketplace_purchase: &656 + enterprise: *629 + installation: *630 + marketplace_purchase: &657 title: Marketplace Purchase type: object required: @@ -141376,8 +141390,8 @@ webhooks: type: integer unit_count: type: integer - organization: *630 - previous_marketplace_purchase: &657 + organization: *631 + previous_marketplace_purchase: &658 title: Marketplace Purchase type: object properties: @@ -141461,7 +141475,7 @@ webhooks: - on_free_trial - free_trial_ends_on - plan - repository: *631 + repository: *632 sender: *4 required: - action @@ -141541,10 +141555,10 @@ webhooks: - changed effective_date: type: string - enterprise: *628 - installation: *629 - marketplace_purchase: *656 - organization: *630 + enterprise: *629 + installation: *630 + marketplace_purchase: *657 + organization: *631 previous_marketplace_purchase: title: Marketplace Purchase type: object @@ -141632,7 +141646,7 @@ webhooks: - on_free_trial - free_trial_ends_on - plan - repository: *631 + repository: *632 sender: *4 required: - action @@ -141714,10 +141728,10 @@ webhooks: - pending_change effective_date: type: string - enterprise: *628 - installation: *629 - marketplace_purchase: *656 - organization: *630 + enterprise: *629 + installation: *630 + marketplace_purchase: *657 + organization: *631 previous_marketplace_purchase: title: Marketplace Purchase type: object @@ -141803,7 +141817,7 @@ webhooks: - on_free_trial - free_trial_ends_on - plan - repository: *631 + repository: *632 sender: *4 required: - action @@ -141884,8 +141898,8 @@ webhooks: - pending_change_cancelled effective_date: type: string - enterprise: *628 - installation: *629 + enterprise: *629 + installation: *630 marketplace_purchase: title: Marketplace Purchase type: object @@ -141971,9 +141985,9 @@ webhooks: type: integer unit_count: type: integer - organization: *630 - previous_marketplace_purchase: *657 - repository: *631 + organization: *631 + previous_marketplace_purchase: *658 + repository: *632 sender: *4 required: - action @@ -142053,12 +142067,12 @@ webhooks: - purchased effective_date: type: string - enterprise: *628 - installation: *629 - marketplace_purchase: *656 - organization: *630 - previous_marketplace_purchase: *657 - repository: *631 + enterprise: *629 + installation: *630 + marketplace_purchase: *657 + organization: *631 + previous_marketplace_purchase: *658 + repository: *632 sender: *4 required: - action @@ -142160,11 +142174,11 @@ webhooks: type: string required: - to - enterprise: *628 - installation: *629 - member: *648 - organization: *630 - repository: *631 + enterprise: *629 + installation: *630 + member: *649 + organization: *631 + repository: *632 sender: *4 required: - action @@ -142266,11 +142280,11 @@ webhooks: type: - string - 'null' - enterprise: *628 - installation: *629 - member: *648 - organization: *630 - repository: *631 + enterprise: *629 + installation: *630 + member: *649 + organization: *631 + repository: *632 sender: *4 required: - action @@ -142349,11 +142363,11 @@ webhooks: type: string enum: - removed - enterprise: *628 - installation: *629 - member: *648 - organization: *630 - repository: *631 + enterprise: *629 + installation: *630 + member: *649 + organization: *631 + repository: *632 sender: *4 required: - action @@ -142431,11 +142445,11 @@ webhooks: type: string enum: - added - enterprise: *628 - installation: *629 - member: *648 - organization: *630 - repository: *631 + enterprise: *629 + installation: *630 + member: *649 + organization: *631 + repository: *632 scope: description: The scope of the membership. Currently, can only be `team`. @@ -142513,7 +142527,7 @@ webhooks: required: - login - id - team: &658 + team: &659 title: Team description: Groups of organization members that gives permissions on specified repositories. @@ -142706,11 +142720,11 @@ webhooks: type: string enum: - removed - enterprise: *628 - installation: *629 - member: *648 - organization: *630 - repository: *631 + enterprise: *629 + installation: *630 + member: *649 + organization: *631 + repository: *632 scope: description: The scope of the membership. Currently, can only be `team`. @@ -142789,7 +142803,7 @@ webhooks: required: - login - id - team: *658 + team: *659 required: - action - scope @@ -142871,8 +142885,8 @@ webhooks: type: string enum: - checks_requested - installation: *629 - merge_group: &659 + installation: *630 + merge_group: &660 type: object title: Merge Group description: A group of pull requests that the merge queue has grouped @@ -142891,15 +142905,15 @@ webhooks: description: The full ref of the branch the merge group will be merged into. type: string - head_commit: *349 + head_commit: *350 required: - head_sha - head_ref - base_sha - base_ref - head_commit - organization: *630 - repository: *631 + organization: *631 + repository: *632 sender: *4 required: - action @@ -142985,10 +142999,10 @@ webhooks: - merged - invalidated - dequeued - installation: *629 - merge_group: *659 - organization: *630 - repository: *631 + installation: *630 + merge_group: *660 + organization: *631 + repository: *632 sender: *4 required: - action @@ -143061,7 +143075,7 @@ webhooks: type: string enum: - deleted - enterprise: *628 + enterprise: *629 hook: description: 'The modified webhook. This will contain different keys based on the type of webhook it is: repository, organization, @@ -143169,12 +143183,12 @@ webhooks: hook_id: description: The id of the modified webhook. type: integer - installation: *629 - organization: *630 + installation: *630 + organization: *631 repository: anyOf: - type: 'null' - - *631 + - *632 sender: *4 required: - action @@ -143254,11 +143268,11 @@ webhooks: type: string enum: - closed - enterprise: *628 - installation: *629 - milestone: *653 - organization: *630 - repository: *631 + enterprise: *629 + installation: *630 + milestone: *654 + organization: *631 + repository: *632 sender: *4 required: - action @@ -143337,9 +143351,9 @@ webhooks: type: string enum: - created - enterprise: *628 - installation: *629 - milestone: &660 + enterprise: *629 + installation: *630 + milestone: &661 title: Milestone description: A collection of related issues and pull requests. type: object @@ -143481,8 +143495,8 @@ webhooks: - updated_at - due_on - closed_at - organization: *630 - repository: *631 + organization: *631 + repository: *632 sender: *4 required: - action @@ -143561,11 +143575,11 @@ webhooks: type: string enum: - deleted - enterprise: *628 - installation: *629 - milestone: *653 - organization: *630 - repository: *631 + enterprise: *629 + installation: *630 + milestone: *654 + organization: *631 + repository: *632 sender: *4 required: - action @@ -143675,11 +143689,11 @@ webhooks: type: string required: - from - enterprise: *628 - installation: *629 - milestone: *653 - organization: *630 - repository: *631 + enterprise: *629 + installation: *630 + milestone: *654 + organization: *631 + repository: *632 sender: *4 required: - action @@ -143759,11 +143773,11 @@ webhooks: type: string enum: - opened - enterprise: *628 - installation: *629 - milestone: *660 - organization: *630 - repository: *631 + enterprise: *629 + installation: *630 + milestone: *661 + organization: *631 + repository: *632 sender: *4 required: - action @@ -143842,11 +143856,11 @@ webhooks: type: string enum: - blocked - blocked_user: *648 - enterprise: *628 - installation: *629 - organization: *630 - repository: *631 + blocked_user: *649 + enterprise: *629 + installation: *630 + organization: *631 + repository: *632 sender: *4 required: - action @@ -143925,11 +143939,11 @@ webhooks: type: string enum: - unblocked - blocked_user: *648 - enterprise: *628 - installation: *629 - organization: *630 - repository: *631 + blocked_user: *649 + enterprise: *629 + installation: *630 + organization: *631 + repository: *632 sender: *4 required: - action @@ -144008,9 +144022,9 @@ webhooks: type: string enum: - deleted - enterprise: *628 - installation: *629 - membership: &661 + enterprise: *629 + installation: *630 + membership: &662 title: Membership description: The membership between the user and the organization. Not present when the action is `member_invited`. @@ -144104,8 +144118,8 @@ webhooks: - role - organization_url - user - organization: *630 - repository: *631 + organization: *631 + repository: *632 sender: *4 required: - action @@ -144183,11 +144197,11 @@ webhooks: type: string enum: - member_added - enterprise: *628 - installation: *629 - membership: *661 - organization: *630 - repository: *631 + enterprise: *629 + installation: *630 + membership: *662 + organization: *631 + repository: *632 sender: *4 required: - action @@ -144266,8 +144280,8 @@ webhooks: type: string enum: - member_invited - enterprise: *628 - installation: *629 + enterprise: *629 + installation: *630 invitation: description: The invitation for the user or email if the action is `member_invited`. @@ -144389,10 +144403,10 @@ webhooks: - inviter - team_count - invitation_teams_url - organization: *630 - repository: *631 + organization: *631 + repository: *632 sender: *4 - user: *648 + user: *649 required: - action - invitation @@ -144470,11 +144484,11 @@ webhooks: type: string enum: - member_removed - enterprise: *628 - installation: *629 - membership: *661 - organization: *630 - repository: *631 + enterprise: *629 + installation: *630 + membership: *662 + organization: *631 + repository: *632 sender: *4 required: - action @@ -144561,11 +144575,11 @@ webhooks: properties: from: type: string - enterprise: *628 - installation: *629 - membership: *661 - organization: *630 - repository: *631 + enterprise: *629 + installation: *630 + membership: *662 + organization: *631 + repository: *632 sender: *4 required: - action @@ -144641,9 +144655,9 @@ webhooks: type: string enum: - published - enterprise: *628 - installation: *629 - organization: *630 + enterprise: *629 + installation: *630 + organization: *631 package: description: Information about the package. type: object @@ -145166,7 +145180,7 @@ webhooks: - published_at rubygems_metadata: type: array - items: &662 + items: &663 title: Ruby Gems metadata type: object properties: @@ -145263,7 +145277,7 @@ webhooks: - owner - package_version - registry - repository: *631 + repository: *632 sender: *4 required: - action @@ -145339,9 +145353,9 @@ webhooks: type: string enum: - updated - enterprise: *628 - installation: *629 - organization: *630 + enterprise: *629 + installation: *630 + organization: *631 package: description: Information about the package. type: object @@ -145703,7 +145717,7 @@ webhooks: - published_at rubygems_metadata: type: array - items: *662 + items: *663 source_url: type: string format: uri @@ -145774,7 +145788,7 @@ webhooks: - owner - package_version - registry - repository: *631 + repository: *632 sender: *4 required: - action @@ -145955,12 +145969,12 @@ webhooks: - duration - created_at - updated_at - enterprise: *628 + enterprise: *629 id: type: integer - installation: *629 - organization: *630 - repository: *631 + installation: *630 + organization: *631 + repository: *632 sender: *4 required: - id @@ -146037,7 +146051,7 @@ webhooks: type: string enum: - approved - personal_access_token_request: &663 + personal_access_token_request: &664 title: Personal Access Token Request description: Details of a Personal Access Token Request. type: object @@ -146187,10 +146201,10 @@ webhooks: - token_expired - token_expires_at - token_last_used_at - enterprise: *628 - organization: *630 + enterprise: *629 + organization: *631 sender: *4 - installation: *629 + installation: *630 required: - action - personal_access_token_request @@ -146267,11 +146281,11 @@ webhooks: type: string enum: - cancelled - personal_access_token_request: *663 - enterprise: *628 - organization: *630 + personal_access_token_request: *664 + enterprise: *629 + organization: *631 sender: *4 - installation: *629 + installation: *630 required: - action - personal_access_token_request @@ -146347,11 +146361,11 @@ webhooks: type: string enum: - created - personal_access_token_request: *663 - enterprise: *628 - organization: *630 + personal_access_token_request: *664 + enterprise: *629 + organization: *631 sender: *4 - installation: *629 + installation: *630 required: - action - personal_access_token_request @@ -146426,11 +146440,11 @@ webhooks: type: string enum: - denied - personal_access_token_request: *663 - organization: *630 - enterprise: *628 + personal_access_token_request: *664 + organization: *631 + enterprise: *629 sender: *4 - installation: *629 + installation: *630 required: - action - personal_access_token_request @@ -146535,7 +146549,7 @@ webhooks: id: description: Unique identifier of the webhook. type: integer - last_response: *664 + last_response: *665 name: description: The type of webhook. The only valid value is 'web'. type: string @@ -146567,8 +146581,8 @@ webhooks: hook_id: description: The ID of the webhook that triggered the ping. type: integer - organization: *630 - repository: *631 + organization: *631 + repository: *632 sender: *4 zen: description: Random string of GitHub zen. @@ -146813,10 +146827,10 @@ webhooks: - from required: - note - enterprise: *628 - installation: *629 - organization: *630 - project_card: &665 + enterprise: *629 + installation: *630 + organization: *631 + project_card: &666 title: Project Card type: object properties: @@ -146939,7 +146953,7 @@ webhooks: - creator - created_at - updated_at - repository: *631 + repository: *632 sender: *4 required: - action @@ -147020,11 +147034,11 @@ webhooks: type: string enum: - created - enterprise: *628 - installation: *629 - organization: *630 - project_card: *665 - repository: *631 + enterprise: *629 + installation: *630 + organization: *631 + project_card: *666 + repository: *632 sender: *4 required: - action @@ -147104,9 +147118,9 @@ webhooks: type: string enum: - deleted - enterprise: *628 - installation: *629 - organization: *630 + enterprise: *629 + installation: *630 + organization: *631 project_card: title: Project Card type: object @@ -147236,7 +147250,7 @@ webhooks: repository: anyOf: - type: 'null' - - *631 + - *632 sender: *4 required: - action @@ -147330,11 +147344,11 @@ webhooks: - from required: - note - enterprise: *628 - installation: *629 - organization: *630 - project_card: *665 - repository: *631 + enterprise: *629 + installation: *630 + organization: *631 + project_card: *666 + repository: *632 sender: *4 required: - action @@ -147428,9 +147442,9 @@ webhooks: - from required: - column_id - enterprise: *628 - installation: *629 - organization: *630 + enterprise: *629 + installation: *630 + organization: *631 project_card: allOf: - title: Project Card @@ -147627,7 +147641,7 @@ webhooks: type: string required: - after_id - repository: *631 + repository: *632 sender: *4 required: - action @@ -147707,10 +147721,10 @@ webhooks: type: string enum: - closed - enterprise: *628 - installation: *629 - organization: *630 - project: &667 + enterprise: *629 + installation: *630 + organization: *631 + project: &668 title: Project type: object properties: @@ -147837,7 +147851,7 @@ webhooks: - creator - created_at - updated_at - repository: *631 + repository: *632 sender: *4 required: - action @@ -147917,10 +147931,10 @@ webhooks: type: string enum: - created - enterprise: *628 - installation: *629 - organization: *630 - project_column: &666 + enterprise: *629 + installation: *630 + organization: *631 + project_column: &667 title: Project Column type: object properties: @@ -147960,7 +147974,7 @@ webhooks: - name - created_at - updated_at - repository: *631 + repository: *632 sender: *4 required: - action @@ -148039,14 +148053,14 @@ webhooks: type: string enum: - deleted - enterprise: *628 - installation: *629 - organization: *630 - project_column: *666 + enterprise: *629 + installation: *630 + organization: *631 + project_column: *667 repository: anyOf: - type: 'null' - - *631 + - *632 sender: *4 required: - action @@ -148135,11 +148149,11 @@ webhooks: type: string required: - from - enterprise: *628 - installation: *629 - organization: *630 - project_column: *666 - repository: *631 + enterprise: *629 + installation: *630 + organization: *631 + project_column: *667 + repository: *632 sender: *4 required: - action @@ -148219,11 +148233,11 @@ webhooks: type: string enum: - moved - enterprise: *628 - installation: *629 - organization: *630 - project_column: *666 - repository: *631 + enterprise: *629 + installation: *630 + organization: *631 + project_column: *667 + repository: *632 sender: *4 required: - action @@ -148303,11 +148317,11 @@ webhooks: type: string enum: - created - enterprise: *628 - installation: *629 - organization: *630 - project: *667 - repository: *631 + enterprise: *629 + installation: *630 + organization: *631 + project: *668 + repository: *632 sender: *4 required: - action @@ -148387,14 +148401,14 @@ webhooks: type: string enum: - deleted - enterprise: *628 - installation: *629 - organization: *630 - project: *667 + enterprise: *629 + installation: *630 + organization: *631 + project: *668 repository: anyOf: - type: 'null' - - *631 + - *632 sender: *4 required: - action @@ -148495,11 +148509,11 @@ webhooks: type: string required: - from - enterprise: *628 - installation: *629 - organization: *630 - project: *667 - repository: *631 + enterprise: *629 + installation: *630 + organization: *631 + project: *668 + repository: *632 sender: *4 required: - action @@ -148578,11 +148592,11 @@ webhooks: type: string enum: - reopened - enterprise: *628 - installation: *629 - organization: *630 - project: *667 - repository: *631 + enterprise: *629 + installation: *630 + organization: *631 + project: *668 + repository: *632 sender: *4 required: - action @@ -148663,9 +148677,9 @@ webhooks: type: string enum: - closed - installation: *629 - organization: *630 - projects_v2: &668 + installation: *630 + organization: *631 + projects_v2: &669 title: Projects v2 Project description: A projects v2 project type: object @@ -148813,9 +148827,9 @@ webhooks: type: string enum: - created - installation: *629 - organization: *630 - projects_v2: *668 + installation: *630 + organization: *631 + projects_v2: *669 sender: *4 required: - action @@ -148896,9 +148910,9 @@ webhooks: type: string enum: - deleted - installation: *629 - organization: *630 - projects_v2: *668 + installation: *630 + organization: *631 + projects_v2: *669 sender: *4 required: - action @@ -149019,9 +149033,9 @@ webhooks: type: string to: type: string - installation: *629 - organization: *630 - projects_v2: *668 + installation: *630 + organization: *631 + projects_v2: *669 sender: *4 required: - action @@ -149104,7 +149118,7 @@ webhooks: type: string enum: - archived - changes: &672 + changes: &673 type: object properties: archived_at: @@ -149120,9 +149134,9 @@ webhooks: - string - 'null' format: date-time - installation: *629 - organization: *630 - projects_v2_item: &669 + installation: *630 + organization: *631 + projects_v2_item: &670 title: Projects v2 Item description: An item belonging to a project type: object @@ -149261,9 +149275,9 @@ webhooks: - 'null' to: type: string - installation: *629 - organization: *630 - projects_v2_item: *669 + installation: *630 + organization: *631 + projects_v2_item: *670 sender: *4 required: - action @@ -149345,9 +149359,9 @@ webhooks: type: string enum: - created - installation: *629 - organization: *630 - projects_v2_item: *669 + installation: *630 + organization: *631 + projects_v2_item: *670 sender: *4 required: - action @@ -149428,9 +149442,9 @@ webhooks: type: string enum: - deleted - installation: *629 - organization: *630 - projects_v2_item: *669 + installation: *630 + organization: *631 + projects_v2_item: *670 sender: *4 required: - action @@ -149535,7 +149549,7 @@ webhooks: oneOf: - type: string - type: integer - - &670 + - &671 title: Projects v2 Single Select Option description: An option for a single select field type: object @@ -149555,7 +149569,7 @@ webhooks: required: - id - name - - &671 + - &672 title: Projects v2 Iteration Setting description: An iteration setting for an iteration field type: object @@ -149584,8 +149598,8 @@ webhooks: oneOf: - type: string - type: integer - - *670 - *671 + - *672 type: - 'null' - string @@ -149608,9 +149622,9 @@ webhooks: - 'null' required: - body - installation: *629 - organization: *630 - projects_v2_item: *669 + installation: *630 + organization: *631 + projects_v2_item: *670 sender: *4 required: - action @@ -149707,9 +149721,9 @@ webhooks: type: - string - 'null' - installation: *629 - organization: *630 - projects_v2_item: *669 + installation: *630 + organization: *631 + projects_v2_item: *670 sender: *4 required: - action @@ -149792,10 +149806,10 @@ webhooks: type: string enum: - restored - changes: *672 - installation: *629 - organization: *630 - projects_v2_item: *669 + changes: *673 + installation: *630 + organization: *631 + projects_v2_item: *670 sender: *4 required: - action @@ -149877,9 +149891,9 @@ webhooks: type: string enum: - reopened - installation: *629 - organization: *630 - projects_v2: *668 + installation: *630 + organization: *631 + projects_v2: *669 sender: *4 required: - action @@ -149960,9 +149974,9 @@ webhooks: type: string enum: - created - installation: *629 - organization: *630 - projects_v2_status_update: &673 + installation: *630 + organization: *631 + projects_v2_status_update: &674 title: Projects v2 Status Update description: An status update belonging to a project type: object @@ -150097,9 +150111,9 @@ webhooks: type: string enum: - deleted - installation: *629 - organization: *630 - projects_v2_status_update: *673 + installation: *630 + organization: *631 + projects_v2_status_update: *674 sender: *4 required: - action @@ -150245,9 +150259,9 @@ webhooks: - string - 'null' format: date - installation: *629 - organization: *630 - projects_v2_status_update: *673 + installation: *630 + organization: *631 + projects_v2_status_update: *674 sender: *4 required: - action @@ -150318,10 +150332,10 @@ webhooks: title: public event type: object properties: - enterprise: *628 - installation: *629 - organization: *630 - repository: *631 + enterprise: *629 + installation: *630 + organization: *631 + repository: *632 sender: *4 required: - repository @@ -150398,13 +150412,13 @@ webhooks: type: string enum: - assigned - assignee: *648 - enterprise: *628 - installation: *629 - number: &674 + assignee: *649 + enterprise: *629 + installation: *630 + number: &675 description: The pull request number. type: integer - organization: *630 + organization: *631 pull_request: title: Pull Request type: object @@ -152753,7 +152767,7 @@ webhooks: - auto_merge - active_lock_reason - draft - repository: *631 + repository: *632 sender: *4 required: - action @@ -152835,11 +152849,11 @@ webhooks: type: string enum: - auto_merge_disabled - enterprise: *628 - installation: *629 + enterprise: *629 + installation: *630 number: type: integer - organization: *630 + organization: *631 pull_request: title: Pull Request type: object @@ -155181,7 +155195,7 @@ webhooks: - draft reason: type: string - repository: *631 + repository: *632 sender: *4 required: - action @@ -155263,11 +155277,11 @@ webhooks: type: string enum: - auto_merge_enabled - enterprise: *628 - installation: *629 + enterprise: *629 + installation: *630 number: type: integer - organization: *630 + organization: *631 pull_request: title: Pull Request type: object @@ -157609,7 +157623,7 @@ webhooks: - draft reason: type: string - repository: *631 + repository: *632 sender: *4 required: - action @@ -157691,13 +157705,13 @@ webhooks: type: string enum: - closed - enterprise: *628 - installation: *629 - number: *674 - organization: *630 - pull_request: &675 + enterprise: *629 + installation: *630 + number: *675 + organization: *631 + pull_request: &676 allOf: - - *500 + - *501 - type: object properties: allow_auto_merge: @@ -157759,7 +157773,7 @@ webhooks: Please use `squash_merge_commit_title` instead.** type: boolean default: false - repository: *631 + repository: *632 sender: *4 required: - action @@ -157840,12 +157854,12 @@ webhooks: type: string enum: - converted_to_draft - enterprise: *628 - installation: *629 - number: *674 - organization: *630 - pull_request: *675 - repository: *631 + enterprise: *629 + installation: *630 + number: *675 + organization: *631 + pull_request: *676 + repository: *632 sender: *4 required: - action @@ -157925,11 +157939,11 @@ webhooks: type: string enum: - demilestoned - enterprise: *628 - milestone: *398 - number: *674 - organization: *630 - pull_request: &676 + enterprise: *629 + milestone: *399 + number: *675 + organization: *631 + pull_request: &677 title: Pull Request type: object properties: @@ -160256,7 +160270,7 @@ webhooks: - auto_merge - active_lock_reason - draft - repository: *631 + repository: *632 sender: *4 required: - action @@ -160335,11 +160349,11 @@ webhooks: type: string enum: - dequeued - enterprise: *628 - installation: *629 + enterprise: *629 + installation: *630 number: type: integer - organization: *630 + organization: *631 pull_request: title: Pull Request type: object @@ -162685,7 +162699,7 @@ webhooks: - BRANCH_PROTECTIONS - GIT_TREE_INVALID - INVALID_MERGE_COMMIT - repository: *631 + repository: *632 sender: *4 required: - action @@ -162809,12 +162823,12 @@ webhooks: type: string required: - from - enterprise: *628 - installation: *629 - number: *674 - organization: *630 - pull_request: *675 - repository: *631 + enterprise: *629 + installation: *630 + number: *675 + organization: *631 + pull_request: *676 + repository: *632 sender: *4 required: - action @@ -162894,11 +162908,11 @@ webhooks: type: string enum: - enqueued - enterprise: *628 - installation: *629 + enterprise: *629 + installation: *630 number: type: integer - organization: *630 + organization: *631 pull_request: title: Pull Request type: object @@ -165229,7 +165243,7 @@ webhooks: - auto_merge - active_lock_reason - draft - repository: *631 + repository: *632 sender: *4 required: - action @@ -165309,11 +165323,11 @@ webhooks: type: string enum: - labeled - enterprise: *628 - installation: *629 - label: *647 - number: *674 - organization: *630 + enterprise: *629 + installation: *630 + label: *648 + number: *675 + organization: *631 pull_request: title: Pull Request type: object @@ -167661,7 +167675,7 @@ webhooks: - auto_merge - active_lock_reason - draft - repository: *631 + repository: *632 sender: *4 required: - action @@ -167742,10 +167756,10 @@ webhooks: type: string enum: - locked - enterprise: *628 - installation: *629 - number: *674 - organization: *630 + enterprise: *629 + installation: *630 + number: *675 + organization: *631 pull_request: title: Pull Request type: object @@ -170091,7 +170105,7 @@ webhooks: - auto_merge - active_lock_reason - draft - repository: *631 + repository: *632 sender: *4 required: - action @@ -170171,12 +170185,12 @@ webhooks: type: string enum: - milestoned - enterprise: *628 - milestone: *398 - number: *674 - organization: *630 - pull_request: *676 - repository: *631 + enterprise: *629 + milestone: *399 + number: *675 + organization: *631 + pull_request: *677 + repository: *632 sender: *4 required: - action @@ -170255,12 +170269,12 @@ webhooks: type: string enum: - opened - enterprise: *628 - installation: *629 - number: *674 - organization: *630 - pull_request: *675 - repository: *631 + enterprise: *629 + installation: *630 + number: *675 + organization: *631 + pull_request: *676 + repository: *632 sender: *4 required: - action @@ -170341,12 +170355,12 @@ webhooks: type: string enum: - ready_for_review - enterprise: *628 - installation: *629 - number: *674 - organization: *630 - pull_request: *675 - repository: *631 + enterprise: *629 + installation: *630 + number: *675 + organization: *631 + pull_request: *676 + repository: *632 sender: *4 required: - action @@ -170426,12 +170440,12 @@ webhooks: type: string enum: - reopened - enterprise: *628 - installation: *629 - number: *674 - organization: *630 - pull_request: *675 - repository: *631 + enterprise: *629 + installation: *630 + number: *675 + organization: *631 + pull_request: *676 + repository: *632 sender: *4 required: - action @@ -170806,9 +170820,9 @@ webhooks: - start_side - side - reactions - enterprise: *628 - installation: *629 - organization: *630 + enterprise: *629 + installation: *630 + organization: *631 pull_request: type: object properties: @@ -173038,7 +173052,7 @@ webhooks: - _links - author_association - active_lock_reason - repository: *631 + repository: *632 sender: *4 required: - action @@ -173118,7 +173132,7 @@ webhooks: type: string enum: - deleted - comment: &678 + comment: &679 title: Pull Request Review Comment description: The [comment](https://docs.github.com/rest/pulls/comments#get-a-review-comment-for-a-pull-request) itself. @@ -173411,9 +173425,9 @@ webhooks: - start_side - side - reactions - enterprise: *628 - installation: *629 - organization: *630 + enterprise: *629 + installation: *630 + organization: *631 pull_request: type: object properties: @@ -175631,7 +175645,7 @@ webhooks: - _links - author_association - active_lock_reason - repository: *631 + repository: *632 sender: *4 required: - action @@ -175711,11 +175725,11 @@ webhooks: type: string enum: - edited - changes: *677 - comment: *678 - enterprise: *628 - installation: *629 - organization: *630 + changes: *678 + comment: *679 + enterprise: *629 + installation: *630 + organization: *631 pull_request: type: object properties: @@ -177936,7 +177950,7 @@ webhooks: - _links - author_association - active_lock_reason - repository: *631 + repository: *632 sender: *4 required: - action @@ -178017,9 +178031,9 @@ webhooks: type: string enum: - dismissed - enterprise: *628 - installation: *629 - organization: *630 + enterprise: *629 + installation: *630 + organization: *631 pull_request: title: Simple Pull Request type: object @@ -180252,7 +180266,7 @@ webhooks: - author_association - auto_merge - active_lock_reason - repository: *631 + repository: *632 review: description: The review that was affected. type: object @@ -180498,9 +180512,9 @@ webhooks: type: string required: - from - enterprise: *628 - installation: *629 - organization: *630 + enterprise: *629 + installation: *630 + organization: *631 pull_request: title: Simple Pull Request type: object @@ -182614,8 +182628,8 @@ webhooks: - author_association - auto_merge - active_lock_reason - repository: *631 - review: &679 + repository: *632 + review: &680 description: The review that was affected. type: object properties: @@ -182848,12 +182862,12 @@ webhooks: type: string enum: - review_request_removed - enterprise: *628 - installation: *629 + enterprise: *629 + installation: *630 number: description: The pull request number. type: integer - organization: *630 + organization: *631 pull_request: title: Pull Request type: object @@ -185200,7 +185214,7 @@ webhooks: - auto_merge - active_lock_reason - draft - repository: *631 + repository: *632 requested_reviewer: title: User type: @@ -185286,12 +185300,12 @@ webhooks: type: string enum: - review_request_removed - enterprise: *628 - installation: *629 + enterprise: *629 + installation: *630 number: description: The pull request number. type: integer - organization: *630 + organization: *631 pull_request: title: Pull Request type: object @@ -187645,7 +187659,7 @@ webhooks: - auto_merge - active_lock_reason - draft - repository: *631 + repository: *632 requested_team: title: Team description: Groups of organization members that gives permissions @@ -187840,12 +187854,12 @@ webhooks: type: string enum: - review_requested - enterprise: *628 - installation: *629 + enterprise: *629 + installation: *630 number: description: The pull request number. type: integer - organization: *630 + organization: *631 pull_request: title: Pull Request type: object @@ -190194,7 +190208,7 @@ webhooks: - auto_merge - active_lock_reason - draft - repository: *631 + repository: *632 requested_reviewer: title: User type: @@ -190281,12 +190295,12 @@ webhooks: type: string enum: - review_requested - enterprise: *628 - installation: *629 + enterprise: *629 + installation: *630 number: description: The pull request number. type: integer - organization: *630 + organization: *631 pull_request: title: Pull Request type: object @@ -192626,7 +192640,7 @@ webhooks: - auto_merge - active_lock_reason - draft - repository: *631 + repository: *632 requested_team: title: Team description: Groups of organization members that gives permissions @@ -192810,9 +192824,9 @@ webhooks: type: string enum: - submitted - enterprise: *628 - installation: *629 - organization: *630 + enterprise: *629 + installation: *630 + organization: *631 pull_request: title: Simple Pull Request type: object @@ -195048,8 +195062,8 @@ webhooks: - author_association - auto_merge - active_lock_reason - repository: *631 - review: *679 + repository: *632 + review: *680 sender: *4 required: - action @@ -195129,9 +195143,9 @@ webhooks: type: string enum: - resolved - enterprise: *628 - installation: *629 - organization: *630 + enterprise: *629 + installation: *630 + organization: *631 pull_request: title: Simple Pull Request type: object @@ -197262,7 +197276,7 @@ webhooks: - author_association - auto_merge - active_lock_reason - repository: *631 + repository: *632 sender: *4 thread: type: object @@ -197654,9 +197668,9 @@ webhooks: type: string enum: - unresolved - enterprise: *628 - installation: *629 - organization: *630 + enterprise: *629 + installation: *630 + organization: *631 pull_request: title: Simple Pull Request type: object @@ -199770,7 +199784,7 @@ webhooks: - author_association - auto_merge - active_lock_reason - repository: *631 + repository: *632 sender: *4 thread: type: object @@ -200164,10 +200178,10 @@ webhooks: type: string before: type: string - enterprise: *628 - installation: *629 - number: *674 - organization: *630 + enterprise: *629 + installation: *630 + number: *675 + organization: *631 pull_request: title: Pull Request type: object @@ -202502,7 +202516,7 @@ webhooks: - auto_merge - active_lock_reason - draft - repository: *631 + repository: *632 sender: *4 required: - action @@ -202584,11 +202598,11 @@ webhooks: type: string enum: - unassigned - assignee: *680 - enterprise: *628 - installation: *629 - number: *674 - organization: *630 + assignee: *681 + enterprise: *629 + installation: *630 + number: *675 + organization: *631 pull_request: title: Pull Request type: object @@ -204938,7 +204952,7 @@ webhooks: - auto_merge - active_lock_reason - draft - repository: *631 + repository: *632 sender: *4 required: - action @@ -205017,11 +205031,11 @@ webhooks: type: string enum: - unlabeled - enterprise: *628 - installation: *629 - label: *647 - number: *674 - organization: *630 + enterprise: *629 + installation: *630 + label: *648 + number: *675 + organization: *631 pull_request: title: Pull Request type: object @@ -207360,7 +207374,7 @@ webhooks: - auto_merge - active_lock_reason - draft - repository: *631 + repository: *632 sender: *4 required: - action @@ -207441,10 +207455,10 @@ webhooks: type: string enum: - unlocked - enterprise: *628 - installation: *629 - number: *674 - organization: *630 + enterprise: *629 + installation: *630 + number: *675 + organization: *631 pull_request: title: Pull Request type: object @@ -209773,7 +209787,7 @@ webhooks: - auto_merge - active_lock_reason - draft - repository: *631 + repository: *632 sender: *4 required: - action @@ -209976,7 +209990,7 @@ webhooks: deleted: description: Whether this push deleted the `ref`. type: boolean - enterprise: *628 + enterprise: *629 forced: description: Whether this push was a force push of the `ref`. type: boolean @@ -210071,8 +210085,8 @@ webhooks: - url - author - committer - installation: *629 - organization: *630 + installation: *630 + organization: *631 pusher: title: Committer description: Metaproperties for Git author/committer information. @@ -210660,9 +210674,9 @@ webhooks: type: string enum: - published - enterprise: *628 - installation: *629 - organization: *630 + enterprise: *629 + installation: *630 + organization: *631 registry_package: type: object properties: @@ -211139,7 +211153,7 @@ webhooks: type: string rubygems_metadata: type: array - items: *662 + items: *663 summary: type: string tag_name: @@ -211195,7 +211209,7 @@ webhooks: - owner - package_version - registry - repository: *631 + repository: *632 sender: *4 required: - action @@ -211273,9 +211287,9 @@ webhooks: type: string enum: - updated - enterprise: *628 - installation: *629 - organization: *630 + enterprise: *629 + installation: *630 + organization: *631 registry_package: type: object properties: @@ -211587,7 +211601,7 @@ webhooks: - published_at rubygems_metadata: type: array - items: *662 + items: *663 summary: type: string tag_name: @@ -211637,7 +211651,7 @@ webhooks: - owner - package_version - registry - repository: *631 + repository: *632 sender: *4 required: - action @@ -211714,10 +211728,10 @@ webhooks: type: string enum: - created - enterprise: *628 - installation: *629 - organization: *630 - release: &681 + enterprise: *629 + installation: *630 + organization: *631 + release: &682 title: Release description: The [release](https://docs.github.com/rest/releases/releases/#get-a-release) object. @@ -212033,7 +212047,7 @@ webhooks: - tarball_url - zipball_url - body - repository: *631 + repository: *632 sender: *4 required: - action @@ -212110,11 +212124,11 @@ webhooks: type: string enum: - deleted - enterprise: *628 - installation: *629 - organization: *630 - release: *681 - repository: *631 + enterprise: *629 + installation: *630 + organization: *631 + release: *682 + repository: *632 sender: *4 required: - action @@ -212231,11 +212245,11 @@ webhooks: type: boolean required: - to - enterprise: *628 - installation: *629 - organization: *630 - release: *681 - repository: *631 + enterprise: *629 + installation: *630 + organization: *631 + release: *682 + repository: *632 sender: *4 required: - action @@ -212313,9 +212327,9 @@ webhooks: type: string enum: - prereleased - enterprise: *628 - installation: *629 - organization: *630 + enterprise: *629 + installation: *630 + organization: *631 release: title: Release description: The [release](https://docs.github.com/rest/releases/releases/#get-a-release) @@ -212636,7 +212650,7 @@ webhooks: - string - 'null' format: uri - repository: *631 + repository: *632 sender: *4 required: - action @@ -212712,10 +212726,10 @@ webhooks: type: string enum: - published - enterprise: *628 - installation: *629 - organization: *630 - release: &682 + enterprise: *629 + installation: *630 + organization: *631 + release: &683 title: Release description: The [release](https://docs.github.com/rest/releases/releases/#get-a-release) object. @@ -213033,7 +213047,7 @@ webhooks: - string - 'null' format: uri - repository: *631 + repository: *632 sender: *4 required: - action @@ -213109,11 +213123,11 @@ webhooks: type: string enum: - released - enterprise: *628 - installation: *629 - organization: *630 - release: *681 - repository: *631 + enterprise: *629 + installation: *630 + organization: *631 + release: *682 + repository: *632 sender: *4 required: - action @@ -213189,11 +213203,11 @@ webhooks: type: string enum: - unpublished - enterprise: *628 - installation: *629 - organization: *630 - release: *682 - repository: *631 + enterprise: *629 + installation: *630 + organization: *631 + release: *683 + repository: *632 sender: *4 required: - action @@ -213269,11 +213283,11 @@ webhooks: type: string enum: - published - enterprise: *628 - installation: *629 - organization: *630 - repository: *631 - repository_advisory: *560 + enterprise: *629 + installation: *630 + organization: *631 + repository: *632 + repository_advisory: *561 sender: *4 required: - action @@ -213349,11 +213363,11 @@ webhooks: type: string enum: - reported - enterprise: *628 - installation: *629 - organization: *630 - repository: *631 - repository_advisory: *560 + enterprise: *629 + installation: *630 + organization: *631 + repository: *632 + repository_advisory: *561 sender: *4 required: - action @@ -213429,10 +213443,10 @@ webhooks: type: string enum: - archived - enterprise: *628 - installation: *629 - organization: *630 - repository: *631 + enterprise: *629 + installation: *630 + organization: *631 + repository: *632 sender: *4 required: - action @@ -213509,10 +213523,10 @@ webhooks: type: string enum: - created - enterprise: *628 - installation: *629 - organization: *630 - repository: *631 + enterprise: *629 + installation: *630 + organization: *631 + repository: *632 sender: *4 required: - action @@ -213590,10 +213604,10 @@ webhooks: type: string enum: - deleted - enterprise: *628 - installation: *629 - organization: *630 - repository: *631 + enterprise: *629 + installation: *630 + organization: *631 + repository: *632 sender: *4 required: - action @@ -213678,10 +213692,10 @@ webhooks: additionalProperties: true description: The `client_payload` that was specified in the `POST /repos/{owner}/{repo}/dispatches` request body. - enterprise: *628 - installation: *629 - organization: *630 - repository: *631 + enterprise: *629 + installation: *630 + organization: *631 + repository: *632 sender: *4 required: - action @@ -213796,10 +213810,10 @@ webhooks: - 'null' items: type: string - enterprise: *628 - installation: *629 - organization: *630 - repository: *631 + enterprise: *629 + installation: *630 + organization: *631 + repository: *632 sender: *4 required: - action @@ -213871,10 +213885,10 @@ webhooks: title: repository_import event type: object properties: - enterprise: *628 - installation: *629 - organization: *630 - repository: *631 + enterprise: *629 + installation: *630 + organization: *631 + repository: *632 sender: *4 status: type: string @@ -213955,10 +213969,10 @@ webhooks: type: string enum: - privatized - enterprise: *628 - installation: *629 - organization: *630 - repository: *631 + enterprise: *629 + installation: *630 + organization: *631 + repository: *632 sender: *4 required: - action @@ -214035,10 +214049,10 @@ webhooks: type: string enum: - publicized - enterprise: *628 - installation: *629 - organization: *630 - repository: *631 + enterprise: *629 + installation: *630 + organization: *631 + repository: *632 sender: *4 required: - action @@ -214132,10 +214146,10 @@ webhooks: - name required: - repository - enterprise: *628 - installation: *629 - organization: *630 - repository: *631 + enterprise: *629 + installation: *630 + organization: *631 + repository: *632 sender: *4 required: - action @@ -214215,11 +214229,11 @@ webhooks: type: string enum: - created - enterprise: *628 - installation: *629 - organization: *630 - repository: *631 - repository_ruleset: *232 + enterprise: *629 + installation: *630 + organization: *631 + repository: *632 + repository_ruleset: *233 sender: *4 required: - action @@ -214297,11 +214311,11 @@ webhooks: type: string enum: - deleted - enterprise: *628 - installation: *629 - organization: *630 - repository: *631 - repository_ruleset: *232 + enterprise: *629 + installation: *630 + organization: *631 + repository: *632 + repository_ruleset: *233 sender: *4 required: - action @@ -214379,11 +214393,11 @@ webhooks: type: string enum: - edited - enterprise: *628 - installation: *629 - organization: *630 - repository: *631 - repository_ruleset: *232 + enterprise: *629 + installation: *630 + organization: *631 + repository: *632 + repository_ruleset: *233 changes: type: object properties: @@ -214402,16 +214416,16 @@ webhooks: properties: added: type: array - items: *226 + items: *227 deleted: type: array - items: *226 + items: *227 updated: type: array items: type: object properties: - condition: *226 + condition: *227 changes: type: object properties: @@ -214444,16 +214458,16 @@ webhooks: properties: added: type: array - items: *231 + items: *232 deleted: type: array - items: *231 + items: *232 updated: type: array items: type: object properties: - rule: *231 + rule: *232 changes: type: object properties: @@ -214690,10 +214704,10 @@ webhooks: - from required: - owner - enterprise: *628 - installation: *629 - organization: *630 - repository: *631 + enterprise: *629 + installation: *630 + organization: *631 + repository: *632 sender: *4 required: - action @@ -214771,10 +214785,10 @@ webhooks: type: string enum: - unarchived - enterprise: *628 - installation: *629 - organization: *630 - repository: *631 + enterprise: *629 + installation: *630 + organization: *631 + repository: *632 sender: *4 required: - action @@ -214852,7 +214866,7 @@ webhooks: type: string enum: - create - alert: &683 + alert: &684 title: Repository Vulnerability Alert Alert description: The security alert of the vulnerable dependency. type: object @@ -214976,10 +214990,10 @@ webhooks: type: string enum: - open - enterprise: *628 - installation: *629 - organization: *630 - repository: *631 + enterprise: *629 + installation: *630 + organization: *631 + repository: *632 sender: *4 required: - action @@ -215189,10 +215203,10 @@ webhooks: type: string enum: - dismissed - enterprise: *628 - installation: *629 - organization: *630 - repository: *631 + enterprise: *629 + installation: *630 + organization: *631 + repository: *632 sender: *4 required: - action @@ -215270,11 +215284,11 @@ webhooks: type: string enum: - reopen - alert: *683 - enterprise: *628 - installation: *629 - organization: *630 - repository: *631 + alert: *684 + enterprise: *629 + installation: *630 + organization: *631 + repository: *632 sender: *4 required: - action @@ -215476,10 +215490,10 @@ webhooks: enum: - fixed - open - enterprise: *628 - installation: *629 - organization: *630 - repository: *631 + enterprise: *629 + installation: *630 + organization: *631 + repository: *632 sender: *4 required: - action @@ -215557,7 +215571,7 @@ webhooks: type: string enum: - created - alert: &684 + alert: &685 type: object properties: number: *52 @@ -215667,10 +215681,10 @@ webhooks: - 'null' description: Whether the detected secret was found in multiple repositories in the same organization or business. - enterprise: *628 - installation: *629 - organization: *630 - repository: *631 + enterprise: *629 + installation: *630 + organization: *631 + repository: *632 sender: *4 required: - action @@ -215751,11 +215765,11 @@ webhooks: type: string enum: - created - alert: *684 - installation: *629 - location: *685 - organization: *630 - repository: *631 + alert: *685 + installation: *630 + location: *686 + organization: *631 + repository: *632 sender: *4 required: - location @@ -215993,11 +216007,11 @@ webhooks: type: string enum: - publicly_leaked - alert: *684 - enterprise: *628 - installation: *629 - organization: *630 - repository: *631 + alert: *685 + enterprise: *629 + installation: *630 + organization: *631 + repository: *632 sender: *4 required: - action @@ -216075,11 +216089,11 @@ webhooks: type: string enum: - reopened - alert: *684 - enterprise: *628 - installation: *629 - organization: *630 - repository: *631 + alert: *685 + enterprise: *629 + installation: *630 + organization: *631 + repository: *632 sender: *4 required: - action @@ -216157,11 +216171,11 @@ webhooks: type: string enum: - resolved - alert: *684 - enterprise: *628 - installation: *629 - organization: *630 - repository: *631 + alert: *685 + enterprise: *629 + installation: *630 + organization: *631 + repository: *632 sender: *4 required: - action @@ -216239,11 +216253,11 @@ webhooks: type: string enum: - validated - alert: *684 - enterprise: *628 - installation: *629 - organization: *630 - repository: *631 + alert: *685 + enterprise: *629 + installation: *630 + organization: *631 + repository: *632 sender: *4 required: - action @@ -216373,10 +216387,10 @@ webhooks: - organization - enterprise - - repository: *631 - enterprise: *628 - installation: *629 - organization: *630 + repository: *632 + enterprise: *629 + installation: *630 + organization: *631 sender: *4 required: - action @@ -216454,11 +216468,11 @@ webhooks: type: string enum: - published - enterprise: *628 - installation: *629 - organization: *630 - repository: *631 - security_advisory: &686 + enterprise: *629 + installation: *630 + organization: *631 + repository: *632 + security_advisory: &687 description: The details of the security advisory, including summary, description, and severity. type: object @@ -216644,11 +216658,11 @@ webhooks: type: string enum: - updated - enterprise: *628 - installation: *629 - organization: *630 - repository: *631 - security_advisory: *686 + enterprise: *629 + installation: *630 + organization: *631 + repository: *632 + security_advisory: *687 sender: *4 required: - action @@ -216721,10 +216735,10 @@ webhooks: type: string enum: - withdrawn - enterprise: *628 - installation: *629 - organization: *630 - repository: *631 + enterprise: *629 + installation: *630 + organization: *631 + repository: *632 security_advisory: description: The details of the security advisory, including summary, description, and severity. @@ -216910,11 +216924,11 @@ webhooks: from: type: object properties: - security_and_analysis: *225 - enterprise: *628 - installation: *629 - organization: *630 - repository: *277 + security_and_analysis: *226 + enterprise: *629 + installation: *630 + organization: *631 + repository: *278 sender: *4 required: - changes @@ -216992,12 +217006,12 @@ webhooks: type: string enum: - cancelled - enterprise: *628 - installation: *629 - organization: *630 - repository: *631 + enterprise: *629 + installation: *630 + organization: *631 + repository: *632 sender: *4 - sponsorship: &687 + sponsorship: &688 type: object properties: created_at: @@ -217302,12 +217316,12 @@ webhooks: type: string enum: - created - enterprise: *628 - installation: *629 - organization: *630 - repository: *631 + enterprise: *629 + installation: *630 + organization: *631 + repository: *632 sender: *4 - sponsorship: *687 + sponsorship: *688 required: - action - sponsorship @@ -217395,12 +217409,12 @@ webhooks: type: string required: - from - enterprise: *628 - installation: *629 - organization: *630 - repository: *631 + enterprise: *629 + installation: *630 + organization: *631 + repository: *632 sender: *4 - sponsorship: *687 + sponsorship: *688 required: - action - changes @@ -217477,17 +217491,17 @@ webhooks: type: string enum: - pending_cancellation - effective_date: &688 + effective_date: &689 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: *628 - installation: *629 - organization: *630 - repository: *631 + enterprise: *629 + installation: *630 + organization: *631 + repository: *632 sender: *4 - sponsorship: *687 + sponsorship: *688 required: - action - sponsorship @@ -217561,7 +217575,7 @@ webhooks: type: string enum: - pending_tier_change - changes: &689 + changes: &690 type: object properties: tier: @@ -217605,13 +217619,13 @@ webhooks: - from required: - tier - effective_date: *688 - enterprise: *628 - installation: *629 - organization: *630 - repository: *631 + effective_date: *689 + enterprise: *629 + installation: *630 + organization: *631 + repository: *632 sender: *4 - sponsorship: *687 + sponsorship: *688 required: - action - changes @@ -217688,13 +217702,13 @@ webhooks: type: string enum: - tier_changed - changes: *689 - enterprise: *628 - installation: *629 - organization: *630 - repository: *631 + changes: *690 + enterprise: *629 + installation: *630 + organization: *631 + repository: *632 sender: *4 - sponsorship: *687 + sponsorship: *688 required: - action - changes @@ -217768,10 +217782,10 @@ webhooks: type: string enum: - created - enterprise: *628 - installation: *629 - organization: *630 - repository: *631 + enterprise: *629 + installation: *630 + organization: *631 + repository: *632 sender: *4 starred_at: description: 'The time the star was created. This is a timestamp @@ -217855,10 +217869,10 @@ webhooks: type: string enum: - deleted - enterprise: *628 - installation: *629 - organization: *630 - repository: *631 + enterprise: *629 + installation: *630 + organization: *631 + repository: *632 sender: *4 starred_at: description: 'The time the star was created. This is a timestamp @@ -218292,15 +218306,15 @@ webhooks: type: - string - 'null' - enterprise: *628 + enterprise: *629 id: description: The unique identifier of the status. type: integer - installation: *629 + installation: *630 name: type: string - organization: *630 - repository: *631 + organization: *631 + repository: *632 sender: *4 sha: description: The Commit SHA. @@ -218416,9 +218430,9 @@ webhooks: description: The ID of the sub-issue. type: number sub_issue: *74 - installation: *629 - organization: *630 - repository: *631 + installation: *630 + organization: *631 + repository: *632 sender: *4 required: - action @@ -218508,9 +218522,9 @@ webhooks: description: The ID of the sub-issue. type: number sub_issue: *74 - installation: *629 - organization: *630 - repository: *631 + installation: *630 + organization: *631 + repository: *632 sender: *4 required: - action @@ -218600,9 +218614,9 @@ webhooks: description: The ID of the parent issue. type: number parent_issue: *74 - installation: *629 - organization: *630 - repository: *631 + installation: *630 + organization: *631 + repository: *632 sender: *4 required: - action @@ -218692,9 +218706,9 @@ webhooks: description: The ID of the parent issue. type: number parent_issue: *74 - installation: *629 - organization: *630 - repository: *631 + installation: *630 + organization: *631 + repository: *632 sender: *4 required: - action @@ -218771,12 +218785,12 @@ webhooks: title: team_add event type: object properties: - enterprise: *628 - installation: *629 - organization: *630 - repository: *631 + enterprise: *629 + installation: *630 + organization: *631 + repository: *632 sender: *4 - team: &690 + team: &691 title: Team description: Groups of organization members that gives permissions on specified repositories. @@ -218969,9 +218983,9 @@ webhooks: type: string enum: - added_to_repository - enterprise: *628 - installation: *629 - organization: *630 + enterprise: *629 + installation: *630 + organization: *631 repository: title: Repository description: A git repository @@ -219441,7 +219455,7 @@ webhooks: - topics - visibility sender: *4 - team: *690 + team: *691 required: - action - team @@ -219517,9 +219531,9 @@ webhooks: type: string enum: - created - enterprise: *628 - installation: *629 - organization: *630 + enterprise: *629 + installation: *630 + organization: *631 repository: title: Repository description: A git repository @@ -219989,7 +220003,7 @@ webhooks: - topics - visibility sender: *4 - team: *690 + team: *691 required: - action - team @@ -220066,9 +220080,9 @@ webhooks: type: string enum: - deleted - enterprise: *628 - installation: *629 - organization: *630 + enterprise: *629 + installation: *630 + organization: *631 repository: title: Repository description: A git repository @@ -220538,7 +220552,7 @@ webhooks: - topics - visibility sender: *4 - team: *690 + team: *691 required: - action - team @@ -220682,9 +220696,9 @@ webhooks: - from required: - permissions - enterprise: *628 - installation: *629 - organization: *630 + enterprise: *629 + installation: *630 + organization: *631 repository: title: Repository description: A git repository @@ -221154,7 +221168,7 @@ webhooks: - topics - visibility sender: *4 - team: *690 + team: *691 required: - action - changes @@ -221232,9 +221246,9 @@ webhooks: type: string enum: - removed_from_repository - enterprise: *628 - installation: *629 - organization: *630 + enterprise: *629 + installation: *630 + organization: *631 repository: title: Repository description: A git repository @@ -221704,7 +221718,7 @@ webhooks: - topics - visibility sender: *4 - team: *690 + team: *691 required: - action - team @@ -221780,10 +221794,10 @@ webhooks: type: string enum: - started - enterprise: *628 - installation: *629 - organization: *630 - repository: *631 + enterprise: *629 + installation: *630 + organization: *631 + repository: *632 sender: *4 required: - action @@ -221856,17 +221870,17 @@ webhooks: title: workflow_dispatch event type: object properties: - enterprise: *628 + enterprise: *629 inputs: type: - object - 'null' additionalProperties: true - installation: *629 - organization: *630 + installation: *630 + organization: *631 ref: type: string - repository: *631 + repository: *632 sender: *4 workflow: type: string @@ -221948,10 +221962,10 @@ webhooks: type: string enum: - completed - enterprise: *628 - installation: *629 - organization: *630 - repository: *631 + enterprise: *629 + installation: *630 + organization: *631 + repository: *632 sender: *4 workflow_job: allOf: @@ -222207,7 +222221,7 @@ webhooks: type: string required: - conclusion - deployment: *418 + deployment: *419 required: - action - repository @@ -222286,10 +222300,10 @@ webhooks: type: string enum: - in_progress - enterprise: *628 - installation: *629 - organization: *630 - repository: *631 + enterprise: *629 + installation: *630 + organization: *631 + repository: *632 sender: *4 workflow_job: allOf: @@ -222571,7 +222585,7 @@ webhooks: required: - status - steps - deployment: *418 + deployment: *419 required: - action - repository @@ -222650,10 +222664,10 @@ webhooks: type: string enum: - queued - enterprise: *628 - installation: *629 - organization: *630 - repository: *631 + enterprise: *629 + installation: *630 + organization: *631 + repository: *632 sender: *4 workflow_job: type: object @@ -222799,7 +222813,7 @@ webhooks: - workflow_name - head_branch - created_at - deployment: *418 + deployment: *419 required: - action - repository @@ -222878,10 +222892,10 @@ webhooks: type: string enum: - waiting - enterprise: *628 - installation: *629 - organization: *630 - repository: *631 + enterprise: *629 + installation: *630 + organization: *631 + repository: *632 sender: *4 workflow_job: type: object @@ -223028,7 +223042,7 @@ webhooks: - workflow_name - head_branch - created_at - deployment: *418 + deployment: *419 required: - action - repository @@ -223108,12 +223122,12 @@ webhooks: type: string enum: - completed - enterprise: *628 - installation: *629 - organization: *630 - repository: *631 + enterprise: *629 + installation: *630 + organization: *631 + repository: *632 sender: *4 - workflow: *643 + workflow: *644 workflow_run: title: Workflow Run type: object @@ -224132,12 +224146,12 @@ webhooks: type: string enum: - in_progress - enterprise: *628 - installation: *629 - organization: *630 - repository: *631 + enterprise: *629 + installation: *630 + organization: *631 + repository: *632 sender: *4 - workflow: *643 + workflow: *644 workflow_run: title: Workflow Run type: object @@ -225141,12 +225155,12 @@ webhooks: type: string enum: - requested - enterprise: *628 - installation: *629 - organization: *630 - repository: *631 + enterprise: *629 + installation: *630 + organization: *631 + repository: *632 sender: *4 - workflow: *643 + workflow: *644 workflow_run: title: Workflow Run type: object diff --git a/descriptions-next/api.github.com/dereferenced/api.github.com.deref.json b/descriptions-next/api.github.com/dereferenced/api.github.com.deref.json index a2fa445b27..3352065c04 100644 --- a/descriptions-next/api.github.com/dereferenced/api.github.com.deref.json +++ b/descriptions-next/api.github.com/dereferenced/api.github.com.deref.json @@ -22280,6 +22280,27 @@ "type": "string" } }, + { + "name": "has", + "in": "query", + "description": "Filters the list of alerts based on whether the alert has a patch. If specified, only alerts with a patch will be returned.\nMultiple `has` filters can be chained to check if multiple properties are present.", + "schema": { + "oneOf": [ + { + "type": "string" + }, + { + "type": "array", + "items": { + "type": "string", + "enum": [ + "patch" + ] + } + } + ] + } + }, { "name": "scope", "in": "query", @@ -91468,6 +91489,27 @@ "type": "string" } }, + { + "name": "has", + "in": "query", + "description": "Filters the list of alerts based on whether the alert has a patch. If specified, only alerts with a patch will be returned.\nMultiple `has` filters can be chained to check if multiple properties are present.", + "schema": { + "oneOf": [ + { + "type": "string" + }, + { + "type": "array", + "items": { + "type": "string", + "enum": [ + "patch" + ] + } + } + ] + } + }, { "name": "scope", "in": "query", @@ -249322,7 +249364,7 @@ "/repos/{owner}/{repo}/check-runs/{check_run_id}/rerequest": { "post": { "summary": "Rerequest a check run", - "description": "Triggers GitHub to rerequest an existing check run, without pushing new code to a repository. This endpoint will trigger the [`check_run` webhook](https://docs.github.com/webhooks/event-payloads/#check_run) event with the action `rerequested`. When a check run is `rerequested`, the `status` of the check suite it belongs to is reset to `queued` and the `conclusion` is cleared. The check run itself is not updated. GitHub apps recieving the [`check_run` webhook](https://docs.github.com/webhooks/event-payloads/#check_run) with the `rerequested` action should then decide if the check run should be reset or updated and call the [update `check_run` endpoint](https://docs.github.com/rest/checks/runs#update-a-check-run) to update the check_run if desired.\n\nFor more information about how to re-run GitHub Actions jobs, see \"[Re-run a job from a workflow run](https://docs.github.com/rest/actions/workflow-runs#re-run-a-job-from-a-workflow-run)\".\n\nOAuth apps and personal access tokens (classic) cannot use this endpoint.", + "description": "Triggers GitHub to rerequest an existing check run, without pushing new code to a repository. This endpoint will trigger the [`check_run` webhook](https://docs.github.com/webhooks/event-payloads/#check_run) event with the action `rerequested`. When a check run is `rerequested`, the `status` of the check suite it belongs to is reset to `queued` and the `conclusion` is cleared. The check run itself is not updated. GitHub apps recieving the [`check_run` webhook](https://docs.github.com/webhooks/event-payloads/#check_run) with the `rerequested` action should then decide if the check run should be reset or updated and call the [update `check_run` endpoint](https://docs.github.com/rest/checks/runs#update-a-check-run) to update the check_run if desired.\n\nFor more information about how to re-run GitHub Actions jobs, see \"[Re-run a job from a workflow run](https://docs.github.com/rest/actions/workflow-runs#re-run-a-job-from-a-workflow-run)\".", "tags": [ "checks" ], @@ -258104,7 +258146,7 @@ "/repos/{owner}/{repo}/check-suites/{check_suite_id}/rerequest": { "post": { "summary": "Rerequest a check suite", - "description": "Triggers GitHub to rerequest an existing check suite, without pushing new code to a repository. This endpoint will trigger the [`check_suite` webhook](https://docs.github.com/webhooks/event-payloads/#check_suite) event with the action `rerequested`. When a check suite is `rerequested`, its `status` is reset to `queued` and the `conclusion` is cleared.\n\nOAuth apps and personal access tokens (classic) cannot use this endpoint.", + "description": "Triggers GitHub to rerequest an existing check suite, without pushing new code to a repository. This endpoint will trigger the [`check_suite` webhook](https://docs.github.com/webhooks/event-payloads/#check_suite) event with the action `rerequested`. When a check suite is `rerequested`, its `status` is reset to `queued` and the `conclusion` is cleared.", "tags": [ "checks" ], @@ -300798,6 +300840,27 @@ "type": "string" } }, + { + "name": "has", + "in": "query", + "description": "Filters the list of alerts based on whether the alert has a patch. If specified, only alerts with a patch will be returned.\nMultiple `has` filters can be chained to check if multiple properties are present.", + "schema": { + "oneOf": [ + { + "type": "string" + }, + { + "type": "array", + "items": { + "type": "string", + "enum": [ + "patch" + ] + } + } + ] + } + }, { "name": "scope", "in": "query", diff --git a/descriptions-next/api.github.com/dereferenced/api.github.com.deref.yaml b/descriptions-next/api.github.com/dereferenced/api.github.com.deref.yaml index d179052fc0..750e7fff46 100644 --- a/descriptions-next/api.github.com/dereferenced/api.github.com.deref.yaml +++ b/descriptions-next/api.github.com/dereferenced/api.github.com.deref.yaml @@ -899,7 +899,7 @@ paths: - subscriptions_url - type - url - type: &244 + type: &245 type: string description: The type of credit the user is receiving. enum: @@ -1065,7 +1065,7 @@ paths: description: API method documentation url: https://docs.github.com/rest/security-advisories/global-advisories#get-a-global-security-advisory parameters: - - &562 + - &563 name: ghsa_id description: The GHSA (GitHub Security Advisory) identifier of the advisory. in: path @@ -1661,7 +1661,7 @@ paths: schema: type: integer default: 30 - - &162 + - &163 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 @@ -1677,7 +1677,7 @@ paths: application/json: schema: type: array - items: &163 + items: &164 title: Simple webhook delivery description: Delivery made by a webhook, without request and response information. @@ -1773,7 +1773,7 @@ paths: - installation_id - repository_id examples: - default: &164 + default: &165 value: - id: 12345678 guid: 0b989ba4-242f-11e5-81e1-c7b6966d2516 @@ -1908,7 +1908,7 @@ paths: description: Response content: application/json: - schema: &165 + schema: &166 title: Webhook delivery description: Delivery made by a webhook. type: object @@ -2043,7 +2043,7 @@ paths: - request - response examples: - default: &166 + default: &167 value: id: 12345678 guid: 0b989ba4-242f-11e5-81e1-c7b6966d2516 @@ -8833,6 +8833,20 @@ paths: schema: type: string - &152 + name: has + in: query + description: |- + Filters the list of alerts based on whether the alert has a patch. If specified, only alerts with a patch will be returned. + Multiple `has` filters can be chained to check if multiple properties are present. + schema: + oneOf: + - type: string + - type: array + items: + type: string + enum: + - patch + - &153 name: scope in: query description: The scope of the vulnerable dependency. If specified, only alerts @@ -8842,7 +8856,7 @@ paths: enum: - development - runtime - - &153 + - &154 name: sort in: query description: |- @@ -8860,7 +8874,7 @@ paths: - *46 - *37 - *38 - - &154 + - &155 name: first description: |- **Deprecated**. The number of results per page (max 100), starting from the first matching result. @@ -8873,7 +8887,7 @@ paths: minimum: 1 maximum: 100 default: 30 - - &155 + - &156 name: last description: |- **Deprecated**. The number of results per page (max 100), starting from the last matching result. @@ -8893,7 +8907,7 @@ paths: application/json: schema: type: array - items: &156 + items: &157 type: object description: A Dependabot alert. properties: @@ -8963,7 +8977,7 @@ paths: - direct - transitive - - security_advisory: &410 + security_advisory: &411 type: object description: Details for the GitHub Security Advisory. readOnly: true @@ -9231,7 +9245,7 @@ paths: and was considered fixed in ISO 8601 format: `YYYY-MM-DDTHH:MM:SSZ`.' format: date-time readOnly: true - auto_dismissed_at: &411 + auto_dismissed_at: &412 type: - string - 'null' @@ -9258,7 +9272,7 @@ paths: - repository additionalProperties: false examples: - default: &157 + default: &158 value: - number: 2 state: dismissed @@ -9605,7 +9619,7 @@ paths: url: https://docs.github.com/rest/secret-scanning/secret-scanning#list-secret-scanning-alerts-for-an-enterprise parameters: - *39 - - &235 + - &236 name: state in: query description: Set to `open` or `resolved` to only list secret scanning alerts @@ -9616,7 +9630,7 @@ paths: enum: - open - resolved - - &236 + - &237 name: secret_type in: query description: A comma-separated list of secret types to return. All default @@ -9626,7 +9640,7 @@ paths: required: false schema: type: string - - &237 + - &238 name: resolution in: query description: A comma-separated list of resolutions. Only secret scanning alerts @@ -9635,7 +9649,7 @@ paths: required: false schema: type: string - - &238 + - &239 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. @@ -9651,7 +9665,7 @@ paths: - *17 - *37 - *38 - - &239 + - &240 name: validity in: query description: A comma-separated list of validities that, when present, will @@ -9660,7 +9674,7 @@ paths: required: false schema: type: string - - &240 + - &241 name: is_publicly_leaked in: query description: A boolean value representing whether or not to filter alerts @@ -9669,7 +9683,7 @@ paths: schema: type: boolean default: false - - &241 + - &242 name: is_multi_repo in: query description: A boolean value representing whether or not to filter alerts @@ -9685,7 +9699,7 @@ paths: application/json: schema: type: array - items: &242 + items: &243 type: object properties: number: *52 @@ -9701,14 +9715,14 @@ paths: format: uri description: The REST API URL of the code locations for this alert. - state: &554 + state: &555 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: &555 + resolution: &556 type: - string - 'null' @@ -9813,7 +9827,7 @@ paths: description: A boolean value representing whether or not alert is base64 encoded examples: - default: &243 + default: &244 value: - number: 2 created_at: '2020-11-06T18:48:51Z' @@ -10266,7 +10280,7 @@ paths: milestone: anyOf: - type: 'null' - - &398 + - &399 title: Milestone description: A collection of related issues and pull requests. @@ -10438,7 +10452,7 @@ paths: timeline_url: type: string format: uri - type: &184 + type: &185 title: Issue Type description: The type of issue. type: @@ -10583,7 +10597,7 @@ paths: - author_association - created_at - updated_at - comment: &457 + comment: &458 title: Issue Comment description: Comments provide a way for people to collaborate on an issue. @@ -11158,7 +11172,7 @@ paths: url: type: string format: uri - user: &585 + user: &586 title: Public User description: Public User type: object @@ -13053,7 +13067,7 @@ paths: - closed - all default: open - - &187 + - &188 name: labels description: 'A list of comma separated label names. Example: `bug,ui,@high`' in: query @@ -13104,7 +13118,7 @@ paths: type: array items: *74 examples: - default: &188 + default: &189 value: - id: 1 node_id: MDU6SXNzdWUx @@ -14515,14 +14529,14 @@ paths: description: API method documentation url: https://docs.github.com/rest/activity/events#list-public-events-for-a-network-of-repositories parameters: - - &266 + - &267 name: owner description: The account owner of the repository. The name is not case sensitive. in: path required: true schema: type: string - - &267 + - &268 name: repo description: The name of the repository without the `.git` extension. The name is not case sensitive. @@ -14593,7 +14607,7 @@ paths: '404': *6 '403': *27 '304': *35 - '301': &278 + '301': &279 description: Moved permanently content: application/json: @@ -14615,7 +14629,7 @@ paths: description: API method documentation url: https://docs.github.com/rest/activity/notifications#list-notifications-for-the-authenticated-user parameters: - - &486 + - &487 name: all description: If `true`, show notifications marked as read. in: query @@ -14623,7 +14637,7 @@ paths: schema: type: boolean default: false - - &487 + - &488 name: participating description: If `true`, only shows notifications in which the user is directly participating or mentioned. @@ -14633,7 +14647,7 @@ paths: type: boolean default: false - *64 - - &488 + - &489 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: @@ -15004,7 +15018,7 @@ paths: type: boolean examples: - false - security_and_analysis: &225 + security_and_analysis: &226 type: - object - 'null' @@ -15159,7 +15173,7 @@ paths: - url - subscription_url examples: - default: &489 + default: &490 value: - id: '1' repository: @@ -15780,7 +15794,7 @@ paths: - avatar_url - description examples: - default: &602 + default: &603 value: - login: github id: 1 @@ -16756,7 +16770,7 @@ paths: type: integer repository_cache_usages: type: array - items: &283 + items: &284 title: Actions Cache Usage by repository description: GitHub Actions Cache Usage by repository. type: object @@ -17654,7 +17668,7 @@ paths: - all - local_only - selected - selected_actions_url: &289 + selected_actions_url: &290 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` @@ -17744,7 +17758,7 @@ paths: type: array items: *59 examples: - default: &596 + default: &597 value: total_count: 1 repositories: @@ -18072,7 +18086,7 @@ paths: description: Response content: application/json: - schema: &293 + schema: &294 type: object properties: default_workflow_permissions: &108 @@ -18123,7 +18137,7 @@ paths: required: false content: application/json: - schema: &294 + schema: &295 type: object properties: default_workflow_permissions: *108 @@ -18616,7 +18630,7 @@ paths: type: array items: *115 examples: - default: &588 + default: &589 value: total_count: 1 repositories: @@ -19263,7 +19277,7 @@ paths: application/json: schema: type: array - items: &295 + items: &296 title: Runner Application description: Runner Application type: object @@ -19288,7 +19302,7 @@ paths: - download_url - filename examples: - default: &296 + default: &297 value: - os: osx architecture: x64 @@ -19374,7 +19388,7 @@ paths: - no-gpu work_folder: _work responses: - '201': &297 + '201': &298 description: Response content: application/json: @@ -19489,7 +19503,7 @@ paths: - token - expires_at examples: - default: &298 + default: &299 value: token: LLBF3JGZDX3P5PMEXLND6TS6FCWO6 expires_at: '2020-01-22T12:13:35.123-08:00' @@ -19528,7 +19542,7 @@ paths: application/json: schema: *119 examples: - default: &299 + default: &300 value: token: AABF3JGZDX3P5PMEXLND6TS6FCWO6 expires_at: '2020-01-29T12:13:35.123-08:00' @@ -19562,7 +19576,7 @@ paths: application/json: schema: *117 examples: - default: &300 + default: &301 value: id: 23 name: MBP @@ -19787,7 +19801,7 @@ paths: - *90 - *116 responses: - '200': &301 + '200': &302 description: Response content: application/json: @@ -19844,7 +19858,7 @@ paths: parameters: - *90 - *116 - - &302 + - &303 name: name description: The name of a self-hosted runner's custom label. in: path @@ -19976,7 +19990,7 @@ paths: description: Response content: application/json: - schema: &314 + schema: &315 title: ActionsPublicKey description: The public key used for setting Actions Secrets. type: object @@ -20011,7 +20025,7 @@ paths: - key_id - key examples: - default: &315 + default: &316 value: key_id: '012345678912345678' key: 2Sg8iYjAxxmI2LvUXpJjkYrMxURPc8r+dB7TJyvv1234 @@ -20424,7 +20438,7 @@ paths: url: https://docs.github.com/rest/actions/variables#list-organization-variables parameters: - *90 - - &288 + - &289 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)." @@ -20964,7 +20978,7 @@ paths: bundle_url: type: string examples: - default: &328 + default: &329 value: attestations: - bundle: @@ -21083,7 +21097,7 @@ paths: type: array items: *4 examples: - default: &189 + default: &190 value: - login: octocat id: 1 @@ -21324,7 +21338,7 @@ paths: parent: anyOf: - type: 'null' - - &201 + - &202 title: Team Simple description: Groups of organization members that gives permissions on specified repositories. @@ -21901,7 +21915,7 @@ paths: url: https://docs.github.com/rest/code-scanning/code-scanning#list-code-scanning-alerts-for-an-organization parameters: - *90 - - &353 + - &354 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`, @@ -21911,7 +21925,7 @@ paths: schema: &134 type: string description: The name of the tool used to generate the code scanning analysis. - - &354 + - &355 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 @@ -21935,7 +21949,7 @@ paths: be returned. in: query required: false - schema: &356 + schema: &357 type: string description: State of a code scanning alert. enum: @@ -21958,7 +21972,7 @@ paths: be returned. in: query required: false - schema: &357 + schema: &358 type: string description: Severity of a code scanning alert. enum: @@ -21984,7 +21998,7 @@ paths: updated_at: *54 url: *55 html_url: *56 - instances_url: &358 + instances_url: &359 type: string description: The REST API URL for fetching the list of instances for an alert. @@ -22006,7 +22020,7 @@ paths: - type: 'null' - *4 dismissed_at: *133 - dismissed_reason: &359 + dismissed_reason: &360 type: - string - 'null' @@ -22017,14 +22031,14 @@ paths: - won't fix - used in tests - - dismissed_comment: &360 + dismissed_comment: &361 type: - string - 'null' description: The dismissal comment associated with the dismissal of the alert. maxLength: 280 - rule: &361 + rule: &362 type: object properties: id: @@ -22085,7 +22099,7 @@ paths: - 'null' description: A link to the documentation for the rule used to detect the alert. - tool: &362 + tool: &363 type: object properties: name: *134 @@ -22096,15 +22110,15 @@ paths: description: The version of the tool used to generate the code scanning analysis. guid: *135 - most_recent_instance: &363 + most_recent_instance: &364 type: object properties: - ref: &355 + ref: &356 type: string description: |- The Git reference, formatted as `refs/pull//merge`, `refs/pull//head`, `refs/heads/` or simply ``. - analysis_key: &373 + analysis_key: &374 type: string description: Identifies the configuration under which the analysis was executed. For example, in GitHub Actions @@ -22115,7 +22129,7 @@ paths: the environment in which the analysis that generated this alert instance was performed, such as the language that was analyzed. - category: &374 + category: &375 type: string description: Identifies the configuration under which the analysis was executed. Used to distinguish between multiple @@ -23367,7 +23381,7 @@ paths: type: integer codespaces: type: array - items: &190 + items: &191 type: object title: Codespace description: A codespace. @@ -23402,7 +23416,7 @@ paths: machine: anyOf: - type: 'null' - - &386 + - &387 type: object title: Codespace machine description: A description of the machine powering a codespace. @@ -23689,7 +23703,7 @@ paths: - pulls_url - recent_folders examples: - default: &191 + default: &192 value: total_count: 3 codespaces: @@ -24354,7 +24368,7 @@ paths: - updated_at - visibility examples: - default: &387 + default: &388 value: total_count: 2 secrets: @@ -24392,7 +24406,7 @@ paths: description: Response content: application/json: - schema: &388 + schema: &389 title: CodespacesPublicKey description: The public key used for setting Codespaces secrets. type: object @@ -24427,7 +24441,7 @@ paths: - key_id - key examples: - default: &389 + default: &390 value: key_id: '012345678912345678' key: 2Sg8iYjAxxmI2LvUXpJjkYrMxURPc8r+dB7TJyvv1234 @@ -24459,7 +24473,7 @@ paths: application/json: schema: *144 examples: - default: &391 + default: &392 value: name: GH_TOKEN created_at: '2019-08-10T14:59:22Z' @@ -24926,7 +24940,7 @@ paths: currently being billed. seats: type: array - items: &193 + items: &194 title: Copilot Business Seat Detail description: Information about a Copilot Business seat assignment for a user, team, or organization. @@ -25500,7 +25514,7 @@ paths: application/json: schema: type: array - items: &248 + items: &249 title: Copilot Usage Metrics description: Copilot usage metrics for a given day. type: object @@ -25815,7 +25829,7 @@ paths: - date additionalProperties: true examples: - default: &249 + default: &250 value: - date: '2024-06-24' total_active_users: 24 @@ -25917,7 +25931,7 @@ paths: '500': *143 '403': *27 '404': *6 - '422': &250 + '422': &251 description: Copilot Usage Merics API setting is disabled at the organization or enterprise level. content: @@ -25952,11 +25966,12 @@ paths: - *151 - *152 - *153 + - *154 - *46 - *37 - *38 - - *154 - *155 + - *156 - *17 responses: '200': @@ -25965,9 +25980,9 @@ paths: application/json: schema: type: array - items: *156 + items: *157 examples: - default: *157 + default: *158 '304': *35 '400': *14 '403': *27 @@ -26011,7 +26026,7 @@ paths: type: integer secrets: type: array - items: &158 + items: &159 title: Dependabot Secret for an Organization description: Secrets for GitHub Dependabot for an organization. type: object @@ -26090,7 +26105,7 @@ paths: description: Response content: application/json: - schema: &414 + schema: &415 title: DependabotPublicKey description: The public key used for setting Dependabot Secrets. type: object @@ -26109,7 +26124,7 @@ paths: - key_id - key examples: - default: &415 + default: &416 value: key_id: '012345678912345678' key: 2Sg8iYjAxxmI2LvUXpJjkYrMxURPc8r+dB7TJyvv1234 @@ -26139,7 +26154,7 @@ paths: description: Response content: application/json: - schema: *158 + schema: *159 examples: default: value: @@ -26436,7 +26451,7 @@ paths: application/json: schema: type: array - items: &203 + items: &204 title: Package description: A software package type: object @@ -26507,7 +26522,7 @@ paths: - created_at - updated_at examples: - default: &204 + default: &205 value: - id: 197 name: hello_docker @@ -26674,7 +26689,7 @@ paths: application/json: schema: type: array - items: &181 + items: &182 title: Organization Invitation description: Organization Invitation type: object @@ -26728,7 +26743,7 @@ paths: - invitation_teams_url - node_id examples: - default: &182 + default: &183 value: - id: 1 login: monalisa @@ -26795,7 +26810,7 @@ paths: application/json: schema: type: array - items: &159 + items: &160 title: Org Hook description: Org Hook type: object @@ -26980,9 +26995,9 @@ paths: description: Response content: application/json: - schema: *159 + schema: *160 examples: - default: &160 + default: &161 value: id: 1 url: https://api.github.com/orgs/octocat/hooks/1 @@ -27030,7 +27045,7 @@ paths: url: https://docs.github.com/rest/orgs/webhooks#get-an-organization-webhook parameters: - *90 - - &161 + - &162 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. @@ -27043,9 +27058,9 @@ paths: description: Response content: application/json: - schema: *159 + schema: *160 examples: - default: *160 + default: *161 '404': *6 x-github: githubCloudOnly: false @@ -27073,7 +27088,7 @@ paths: url: https://docs.github.com/rest/orgs/webhooks#update-an-organization-webhook parameters: - *90 - - *161 + - *162 requestBody: required: false content: @@ -27119,7 +27134,7 @@ paths: description: Response content: application/json: - schema: *159 + schema: *160 examples: default: value: @@ -27161,7 +27176,7 @@ paths: url: https://docs.github.com/rest/orgs/webhooks#delete-an-organization-webhook parameters: - *90 - - *161 + - *162 responses: '204': description: Response @@ -27189,7 +27204,7 @@ paths: url: https://docs.github.com/rest/orgs/webhooks#get-a-webhook-configuration-for-an-organization parameters: - *90 - - *161 + - *162 responses: '200': description: Response @@ -27220,7 +27235,7 @@ paths: url: https://docs.github.com/rest/orgs/webhooks#update-a-webhook-configuration-for-an-organization parameters: - *90 - - *161 + - *162 requestBody: required: false content: @@ -27271,9 +27286,9 @@ paths: url: https://docs.github.com/rest/orgs/webhooks#list-deliveries-for-an-organization-webhook parameters: - *90 - - *161 - - *17 - *162 + - *17 + - *163 responses: '200': description: Response @@ -27281,9 +27296,9 @@ paths: application/json: schema: type: array - items: *163 + items: *164 examples: - default: *164 + default: *165 '400': *14 '422': *15 x-github: @@ -27309,16 +27324,16 @@ paths: url: https://docs.github.com/rest/orgs/webhooks#get-a-webhook-delivery-for-an-organization-webhook parameters: - *90 - - *161 + - *162 - *16 responses: '200': description: Response content: application/json: - schema: *165 + schema: *166 examples: - default: *166 + default: *167 '400': *14 '422': *15 x-github: @@ -27344,7 +27359,7 @@ paths: url: https://docs.github.com/rest/orgs/webhooks#redeliver-a-delivery-for-an-organization-webhook parameters: - *90 - - *161 + - *162 - *16 responses: '202': *45 @@ -27374,7 +27389,7 @@ paths: url: https://docs.github.com/rest/orgs/webhooks#ping-an-organization-webhook parameters: - *90 - - *161 + - *162 responses: '204': description: Response @@ -27397,7 +27412,7 @@ paths: url: https://docs.github.com/rest/orgs/api-insights#get-route-stats-by-actor parameters: - *90 - - &171 + - &172 name: actor_type in: path description: The type of the actor @@ -27410,14 +27425,14 @@ paths: - fine_grained_pat - oauth_app - github_app_user_to_server - - &172 + - &173 name: actor_id in: path description: The ID of the actor required: true schema: type: integer - - &167 + - &168 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`.' @@ -27425,7 +27440,7 @@ paths: required: true schema: type: string - - &168 + - &169 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) @@ -27520,12 +27535,12 @@ paths: url: https://docs.github.com/rest/orgs/api-insights#get-subject-stats parameters: - *90 - - *167 - *168 + - *169 - *19 - *17 - *46 - - &177 + - &178 name: sort description: The property to sort the results by. in: query @@ -27605,14 +27620,14 @@ paths: url: https://docs.github.com/rest/orgs/api-insights#get-summary-stats parameters: - *90 - - *167 - *168 + - *169 responses: '200': description: Response content: application/json: - schema: &169 + schema: &170 title: Summary Stats description: API Insights usage summary stats for an organization type: object @@ -27628,7 +27643,7 @@ paths: type: integer format: int64 examples: - default: &170 + default: &171 value: total_request_count: 34225 rate_limited_request_count: 23 @@ -27649,23 +27664,23 @@ paths: url: https://docs.github.com/rest/orgs/api-insights#get-summary-stats-by-user parameters: - *90 - - &173 + - &174 name: user_id in: path description: The ID of the user to query for stats required: true schema: type: string - - *167 - *168 + - *169 responses: '200': description: Response content: application/json: - schema: *169 + schema: *170 examples: - default: *170 + default: *171 x-github: enabledForGitHubApps: true category: orgs @@ -27684,18 +27699,18 @@ paths: url: https://docs.github.com/rest/orgs/api-insights#get-summary-stats-by-actor parameters: - *90 - - *167 - *168 - - *171 + - *169 - *172 + - *173 responses: '200': description: Response content: application/json: - schema: *169 + schema: *170 examples: - default: *170 + default: *171 x-github: enabledForGitHubApps: true category: orgs @@ -27713,9 +27728,9 @@ paths: url: https://docs.github.com/rest/orgs/api-insights#get-time-stats parameters: - *90 - - *167 - *168 - - &174 + - *169 + - &175 name: timestamp_increment description: The increment of time used to breakdown the query results (5m, 10m, 1h, etc.) @@ -27728,7 +27743,7 @@ paths: description: Response content: application/json: - schema: &175 + schema: &176 title: Time Stats description: API Insights usage time stats for an organization type: array @@ -27744,7 +27759,7 @@ paths: type: integer format: int64 examples: - default: &176 + default: &177 value: - timestamp: '2024-09-11T15:00:00Z' total_request_count: 34225 @@ -27781,18 +27796,18 @@ paths: url: https://docs.github.com/rest/orgs/api-insights#get-time-stats-by-user parameters: - *90 - - *173 - - *167 - - *168 - *174 + - *168 + - *169 + - *175 responses: '200': description: Response content: application/json: - schema: *175 + schema: *176 examples: - default: *176 + default: *177 x-github: enabledForGitHubApps: true category: orgs @@ -27810,19 +27825,19 @@ paths: url: https://docs.github.com/rest/orgs/api-insights#get-time-stats-by-actor parameters: - *90 - - *171 - *172 - - *167 + - *173 - *168 - - *174 + - *169 + - *175 responses: '200': description: Response content: application/json: - schema: *175 + schema: *176 examples: - default: *176 + default: *177 x-github: enabledForGitHubApps: true category: orgs @@ -27840,13 +27855,13 @@ paths: url: https://docs.github.com/rest/orgs/api-insights#get-user-stats parameters: - *90 - - *173 - - *167 + - *174 - *168 + - *169 - *19 - *17 - *46 - - *177 + - *178 - name: actor_name_substring in: query description: Providing a substring will filter results where the actor name @@ -27930,7 +27945,7 @@ paths: application/json: schema: *20 examples: - default: &453 + default: &454 value: id: 1 account: @@ -28096,12 +28111,12 @@ paths: application/json: schema: anyOf: - - &179 + - &180 title: Interaction Limits description: Interaction limit settings. type: object properties: - limit: &178 + limit: &179 type: string description: The type of GitHub user that can comment, open issues, or create pull requests while the interaction limit @@ -28129,7 +28144,7 @@ paths: properties: {} additionalProperties: false examples: - default: &180 + default: &181 value: limit: collaborators_only origin: organization @@ -28158,13 +28173,13 @@ paths: required: true content: application/json: - schema: &454 + schema: &455 title: Interaction Restrictions description: Limit interactions to a specific type of user for a specified duration type: object properties: - limit: *178 + limit: *179 expiry: type: string description: 'The duration of the interaction restriction. Default: @@ -28189,9 +28204,9 @@ paths: description: Response content: application/json: - schema: *179 + schema: *180 examples: - default: *180 + default: *181 '422': *15 x-github: githubCloudOnly: false @@ -28267,9 +28282,9 @@ paths: application/json: schema: type: array - items: *181 + items: *182 examples: - default: *182 + default: *183 headers: Link: *57 '404': *6 @@ -28346,7 +28361,7 @@ paths: description: Response content: application/json: - schema: *181 + schema: *182 examples: default: value: @@ -28401,7 +28416,7 @@ paths: url: https://docs.github.com/rest/orgs/members#cancel-an-organization-invitation parameters: - *90 - - &183 + - &184 name: invitation_id description: The unique identifier of the invitation. in: path @@ -28432,7 +28447,7 @@ paths: url: https://docs.github.com/rest/orgs/members#list-organization-invitation-teams parameters: - *90 - - *183 + - *184 - *17 - *19 responses: @@ -28444,7 +28459,7 @@ paths: type: array items: *146 examples: - default: &202 + default: &203 value: - id: 1 node_id: MDQ6VGVhbTE= @@ -28487,7 +28502,7 @@ paths: application/json: schema: type: array - items: *184 + items: *185 examples: default: value: @@ -28575,9 +28590,9 @@ paths: description: Response content: application/json: - schema: *184 + schema: *185 examples: - default: &185 + default: &186 value: id: 410 node_id: IT_kwDNAd3NAZo @@ -28610,7 +28625,7 @@ paths: url: https://docs.github.com/rest/orgs/issue-types#update-issue-type-for-an-organization parameters: - *90 - - &186 + - &187 name: issue_type_id description: The unique identifier of the issue type. in: path @@ -28666,9 +28681,9 @@ paths: description: Response content: application/json: - schema: *184 + schema: *185 examples: - default: *185 + default: *186 '404': *6 '422': *7 x-github: @@ -28693,7 +28708,7 @@ paths: url: https://docs.github.com/rest/orgs/issue-types#delete-issue-type-for-an-organization parameters: - *90 - - *186 + - *187 responses: '204': description: Response @@ -28756,7 +28771,7 @@ paths: - closed - all default: open - - *187 + - *188 - name: type description: Can be the name of an issue type. in: query @@ -28787,7 +28802,7 @@ paths: type: array items: *74 examples: - default: *188 + default: *189 headers: Link: *57 '404': *6 @@ -28845,7 +28860,7 @@ paths: type: array items: *4 examples: - default: *189 + default: *190 headers: Link: *57 '422': *15 @@ -28941,9 +28956,9 @@ paths: type: integer codespaces: type: array - items: *190 + items: *191 examples: - default: *191 + default: *192 '304': *35 '500': *143 '401': *23 @@ -28970,7 +28985,7 @@ paths: parameters: - *90 - *128 - - &192 + - &193 name: codespace_name in: path required: true @@ -29005,15 +29020,15 @@ paths: parameters: - *90 - *128 - - *192 + - *193 responses: '200': description: Response content: application/json: - schema: *190 + schema: *191 examples: - default: &385 + default: &386 value: id: 1 name: monalisa-octocat-hello-world-g4wpq6h95q @@ -29193,7 +29208,7 @@ paths: description: The user's GitHub Copilot seat details, including usage. content: application/json: - schema: *193 + schema: *194 examples: default: value: @@ -29268,7 +29283,7 @@ paths: description: Response content: application/json: - schema: &194 + schema: &195 title: Org Membership description: Org Membership type: object @@ -29321,7 +29336,7 @@ paths: - organization - user examples: - response-if-user-has-an-active-admin-membership-with-organization: &195 + response-if-user-has-an-active-admin-membership-with-organization: &196 summary: Response if user has an active admin membership with organization value: url: https://api.github.com/orgs/octocat/memberships/defunkt @@ -29418,9 +29433,9 @@ paths: description: Response content: application/json: - schema: *194 + schema: *195 examples: - response-if-user-already-had-membership-with-organization: *195 + response-if-user-already-had-membership-with-organization: *196 '422': *15 '403': *27 x-github: @@ -29489,7 +29504,7 @@ paths: application/json: schema: type: array - items: &196 + items: &197 title: Migration description: A migration. type: object @@ -29827,7 +29842,7 @@ paths: description: Response content: application/json: - schema: *196 + schema: *197 examples: default: value: @@ -30006,7 +30021,7 @@ paths: url: https://docs.github.com/rest/migrations/orgs#get-an-organization-migration-status parameters: - *90 - - &197 + - &198 name: migration_id description: The unique identifier of the migration. in: path @@ -30034,7 +30049,7 @@ paths: * `failed`, which means the migration failed. content: application/json: - schema: *196 + schema: *197 examples: default: value: @@ -30204,7 +30219,7 @@ paths: url: https://docs.github.com/rest/migrations/orgs#download-an-organization-migration-archive parameters: - *90 - - *197 + - *198 responses: '302': description: Response @@ -30226,7 +30241,7 @@ paths: url: https://docs.github.com/rest/migrations/orgs#delete-an-organization-migration-archive parameters: - *90 - - *197 + - *198 responses: '204': description: Response @@ -30250,8 +30265,8 @@ paths: url: https://docs.github.com/rest/migrations/orgs#unlock-an-organization-repository parameters: - *90 - - *197 - - &601 + - *198 + - &602 name: repo_name description: repo_name parameter in: path @@ -30279,7 +30294,7 @@ paths: url: https://docs.github.com/rest/migrations/orgs#list-repositories-in-an-organization-migration parameters: - *90 - - *197 + - *198 - *17 - *19 responses: @@ -30291,7 +30306,7 @@ paths: type: array items: *115 examples: - default: &209 + default: &210 value: - id: 1296269 node_id: MDEwOlJlcG9zaXRvcnkxMjk2MjY5 @@ -30444,7 +30459,7 @@ paths: roles: type: array description: The list of organization roles available to the organization. - items: &200 + items: &201 title: Organization Role description: Organization roles type: object @@ -30594,7 +30609,7 @@ paths: url: https://docs.github.com/rest/orgs/organization-roles#remove-all-organization-roles-for-a-team parameters: - *90 - - &198 + - &199 name: team_slug description: The slug of the team name. in: path @@ -30626,8 +30641,8 @@ paths: url: https://docs.github.com/rest/orgs/organization-roles#assign-an-organization-role-to-a-team parameters: - *90 - - *198 - - &199 + - *199 + - &200 name: role_id description: The unique identifier of the role. in: path @@ -30663,8 +30678,8 @@ paths: url: https://docs.github.com/rest/orgs/organization-roles#remove-an-organization-role-from-a-team parameters: - *90 - - *198 - *199 + - *200 responses: '204': description: Response @@ -30717,7 +30732,7 @@ paths: parameters: - *90 - *128 - - *199 + - *200 responses: '204': description: Response @@ -30749,7 +30764,7 @@ paths: parameters: - *90 - *128 - - *199 + - *200 responses: '204': description: Response @@ -30778,13 +30793,13 @@ paths: url: https://docs.github.com/rest/orgs/organization-roles#get-an-organization-role parameters: - *90 - - *199 + - *200 responses: '200': description: Response content: application/json: - schema: *200 + schema: *201 examples: default: value: @@ -30835,7 +30850,7 @@ paths: url: https://docs.github.com/rest/orgs/organization-roles#list-teams-that-are-assigned-to-an-organization-role parameters: - *90 - - *199 + - *200 - *17 - *19 responses: @@ -30914,7 +30929,7 @@ paths: parent: anyOf: - type: 'null' - - *201 + - *202 required: - id - node_id @@ -30928,7 +30943,7 @@ paths: - slug - parent examples: - default: *202 + default: *203 headers: Link: *57 '404': @@ -30958,7 +30973,7 @@ paths: url: https://docs.github.com/rest/orgs/organization-roles#list-users-that-are-assigned-to-an-organization-role parameters: - *90 - - *199 + - *200 - *17 - *19 responses: @@ -30987,7 +31002,7 @@ paths: inherited_from: description: Team the user has gotten the role through type: array - items: *201 + items: *202 name: type: - string @@ -31104,7 +31119,7 @@ paths: - type - url examples: - default: *189 + default: *190 headers: Link: *57 '404': @@ -31152,7 +31167,7 @@ paths: type: array items: *4 examples: - default: *189 + default: *190 headers: Link: *57 x-github: @@ -31294,7 +31309,7 @@ paths: - nuget - container - *90 - - &603 + - &604 name: visibility description: |- The selected visibility of the packages. This parameter is optional and only filters an existing result set. @@ -31330,12 +31345,12 @@ paths: application/json: schema: type: array - items: *203 + items: *204 examples: - default: *204 + default: *205 '403': *27 '401': *23 - '400': &605 + '400': &606 description: The value of `per_page` multiplied by `page` cannot be greater than 10000. x-github: @@ -31357,7 +31372,7 @@ paths: description: API method documentation url: https://docs.github.com/rest/packages/packages#get-a-package-for-an-organization parameters: - - &205 + - &206 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 @@ -31375,7 +31390,7 @@ paths: - docker - nuget - container - - &206 + - &207 name: package_name description: The name of the package. in: path @@ -31388,7 +31403,7 @@ paths: description: Response content: application/json: - schema: *203 + schema: *204 examples: default: value: @@ -31440,8 +31455,8 @@ paths: description: API method documentation url: https://docs.github.com/rest/packages/packages#delete-a-package-for-an-organization parameters: - - *205 - *206 + - *207 - *90 responses: '204': @@ -31474,8 +31489,8 @@ paths: description: API method documentation url: https://docs.github.com/rest/packages/packages#restore-a-package-for-an-organization parameters: - - *205 - *206 + - *207 - *90 - name: token description: package token @@ -31508,8 +31523,8 @@ paths: description: API method documentation url: https://docs.github.com/rest/packages/packages#list-package-versions-for-a-package-owned-by-an-organization parameters: - - *205 - *206 + - *207 - *90 - *19 - *17 @@ -31530,7 +31545,7 @@ paths: application/json: schema: type: array - items: &207 + items: &208 title: Package Version description: A version of a software package type: object @@ -31665,10 +31680,10 @@ paths: description: API method documentation url: https://docs.github.com/rest/packages/packages#get-a-package-version-for-an-organization parameters: - - *205 - *206 + - *207 - *90 - - &208 + - &209 name: package_version_id description: Unique identifier of the package version. in: path @@ -31680,7 +31695,7 @@ paths: description: Response content: application/json: - schema: *207 + schema: *208 examples: default: value: @@ -31716,10 +31731,10 @@ paths: description: API method documentation url: https://docs.github.com/rest/packages/packages#delete-package-version-for-an-organization parameters: - - *205 - *206 + - *207 - *90 - - *208 + - *209 responses: '204': description: Response @@ -31751,10 +31766,10 @@ paths: description: API method documentation url: https://docs.github.com/rest/packages/packages#restore-package-version-for-an-organization parameters: - - *205 - *206 + - *207 - *90 - - *208 + - *209 responses: '204': description: Response @@ -31784,7 +31799,7 @@ paths: - *90 - *17 - *19 - - &210 + - &211 name: sort description: The property by which to sort the results. in: query @@ -31795,7 +31810,7 @@ paths: - created_at default: created_at - *46 - - &211 + - &212 name: owner description: A list of owner usernames to use to filter the results. in: query @@ -31807,7 +31822,7 @@ paths: type: string examples: - owner[]=octocat1,owner[]=octocat2 - - &212 + - &213 name: repository description: The name of the repository to use to filter the results. in: query @@ -31816,7 +31831,7 @@ paths: type: string examples: - Hello-World - - &213 + - &214 name: permission description: The permission to use to filter the results. in: query @@ -31825,7 +31840,7 @@ paths: type: string examples: - issues_read - - &214 + - &215 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) @@ -31835,7 +31850,7 @@ paths: schema: type: string format: date-time - - &215 + - &216 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) @@ -31845,7 +31860,7 @@ paths: schema: type: string format: date-time - - &216 + - &217 name: token_id description: The ID of the token in: query @@ -32164,7 +32179,7 @@ paths: type: array items: *115 examples: - default: *209 + default: *210 headers: Link: *57 x-github: @@ -32190,14 +32205,14 @@ paths: - *90 - *17 - *19 - - *210 - - *46 - *211 + - *46 - *212 - *213 - *214 - *215 - *216 + - *217 responses: '500': *143 '422': *15 @@ -32481,7 +32496,7 @@ paths: type: array items: *115 examples: - default: *209 + default: *210 headers: Link: *57 x-github: @@ -32523,7 +32538,7 @@ paths: type: integer configurations: type: array - items: &217 + items: &218 title: Organization private registry description: Private registry configuration for an organization type: object @@ -32733,7 +32748,7 @@ paths: - created_at - updated_at examples: - org-private-registry-with-selected-visibility: &218 + org-private-registry-with-selected-visibility: &219 value: name: MAVEN_REPOSITORY_SECRET registry_type: maven_repository @@ -32831,9 +32846,9 @@ paths: description: The specified private registry configuration for the organization content: application/json: - schema: *217 + schema: *218 examples: - default: *218 + default: *219 '404': *6 x-github: githubCloudOnly: false @@ -32980,7 +32995,7 @@ paths: application/json: schema: type: array - items: &219 + items: &220 title: Project description: Projects are a way to organize columns and cards of work. @@ -33162,7 +33177,7 @@ paths: description: Response content: application/json: - schema: *219 + schema: *220 examples: default: value: @@ -33200,7 +33215,7 @@ paths: '401': *23 '403': *27 '404': *6 - '410': &275 + '410': &276 description: Gone content: application/json: @@ -33235,7 +33250,7 @@ paths: application/json: schema: type: array - items: &220 + items: &221 title: Organization Custom Property description: Custom property defined on an organization type: object @@ -33311,7 +33326,7 @@ paths: - property_name - value_type examples: - default: &221 + default: &222 value: - property_name: environment url: https://api.github.com/orgs/github/properties/schema/environment @@ -33370,7 +33385,7 @@ paths: properties: type: array description: The array of custom properties to create or update. - items: *220 + items: *221 minItems: 1 maxItems: 100 required: @@ -33400,9 +33415,9 @@ paths: application/json: schema: type: array - items: *220 + items: *221 examples: - default: *221 + default: *222 '403': *27 '404': *6 x-github: @@ -33424,7 +33439,7 @@ paths: url: https://docs.github.com/rest/orgs/custom-properties#get-a-custom-property-for-an-organization parameters: - *90 - - &222 + - &223 name: custom_property_name description: The custom property name in: path @@ -33436,9 +33451,9 @@ paths: description: Response content: application/json: - schema: *220 + schema: *221 examples: - default: &223 + default: &224 value: property_name: environment url: https://api.github.com/orgs/github/properties/schema/environment @@ -33473,7 +33488,7 @@ paths: url: https://docs.github.com/rest/orgs/custom-properties#create-or-update-a-custom-property-for-an-organization parameters: - *90 - - *222 + - *223 requestBody: required: true content: @@ -33551,9 +33566,9 @@ paths: description: Response content: application/json: - schema: *220 + schema: *221 examples: - default: *223 + default: *224 '403': *27 '404': *6 x-github: @@ -33577,7 +33592,7 @@ paths: url: https://docs.github.com/rest/orgs/custom-properties#remove-a-custom-property-for-an-organization parameters: - *90 - - *222 + - *223 responses: '204': *140 '403': *27 @@ -33641,7 +33656,7 @@ paths: - octocat/Hello-World properties: type: array - items: &224 + items: &225 title: Custom Property Value description: Custom property name and associated value type: object @@ -33731,7 +33746,7 @@ paths: type: array description: List of custom property names and associated values to apply to the repositories. - items: *224 + items: *225 required: - repository_names - properties @@ -33784,7 +33799,7 @@ paths: type: array items: *4 examples: - default: *189 + default: *190 headers: Link: *57 x-github: @@ -33923,7 +33938,7 @@ paths: type: array items: *115 examples: - default: *209 + default: *210 headers: Link: *57 x-github: @@ -34126,7 +34141,7 @@ paths: description: Response content: application/json: - schema: &277 + schema: &278 title: Full Repository description: Full Repository type: object @@ -34591,7 +34606,7 @@ paths: description: Whether anonymous git access is allowed. default: true type: boolean - code_of_conduct: &404 + code_of_conduct: &405 title: Code Of Conduct Simple description: Code of Conduct Simple type: object @@ -34621,7 +34636,7 @@ paths: - key - name - html_url - security_and_analysis: *225 + security_and_analysis: *226 custom_properties: type: object description: The custom properties that were defined for the repository. @@ -34705,7 +34720,7 @@ paths: - network_count - subscribers_count examples: - default: &279 + default: &280 value: id: 1296269 node_id: MDEwOlJlcG9zaXRvcnkxMjk2MjY5 @@ -35226,7 +35241,7 @@ paths: - *90 - *17 - *19 - - &539 + - &540 name: targets description: | A comma-separated list of rule targets to filter by. @@ -35245,7 +35260,7 @@ paths: application/json: schema: type: array - items: &232 + items: &233 title: Repository ruleset type: object description: A set of rules to apply when specified conditions are @@ -35280,7 +35295,7 @@ paths: source: type: string description: The name of the source - enforcement: &228 + enforcement: &229 type: string description: The enforcement level of the ruleset. `evaluate` allows admins to test rules before enforcing them. Admins @@ -35293,7 +35308,7 @@ paths: bypass_actors: type: array description: The actors that can bypass the rules in this ruleset - items: &229 + items: &230 title: Repository Ruleset Bypass Actor type: object description: An actor that can bypass rules in a ruleset @@ -35359,7 +35374,7 @@ paths: description: The html URL of the ruleset conditions: anyOf: - - &226 + - &227 title: Repository ruleset conditions for ref names type: object description: Parameters for a repository ruleset ref name @@ -35383,7 +35398,7 @@ paths: match. items: type: string - - &230 + - &231 title: Organization ruleset conditions type: object description: |- @@ -35397,7 +35412,7 @@ paths: description: Conditions to target repositories by name and refs by name allOf: - - *226 + - *227 - title: Repository ruleset conditions for repository names type: object description: Parameters for a repository name condition @@ -35431,7 +35446,7 @@ paths: description: Conditions to target repositories by id and refs by name allOf: - - *226 + - *227 - title: Repository ruleset conditions for repository IDs type: object description: Parameters for a repository ID condition @@ -35453,7 +35468,7 @@ paths: description: Conditions to target repositories by property and refs by name allOf: - - *226 + - *227 - title: Repository ruleset conditions for repository properties type: object description: Parameters for a repository property condition @@ -35466,7 +35481,7 @@ paths: description: The repository properties and values to include. All of these properties must match for the condition to pass. - items: &227 + items: &228 title: Repository ruleset property targeting definition type: object @@ -35499,7 +35514,7 @@ paths: description: The repository properties and values to exclude. The condition will not pass if any of these properties match. - items: *227 + items: *228 required: - repository_property type: @@ -35507,12 +35522,12 @@ paths: - object rules: type: array - items: &231 + items: &232 title: Repository Rule type: object description: A repository rule. oneOf: - - &517 + - &518 title: creation description: Only allow users with bypass permission to create matching refs. @@ -35524,7 +35539,7 @@ paths: type: string enum: - creation - - &518 + - &519 title: update description: Only allow users with bypass permission to update matching refs. @@ -35545,7 +35560,7 @@ paths: repository required: - update_allows_fetch_and_merge - - &520 + - &521 title: deletion description: Only allow users with bypass permissions to delete matching refs. @@ -35557,7 +35572,7 @@ paths: type: string enum: - deletion - - &521 + - &522 title: required_linear_history description: Prevent merge commits from being pushed to matching refs. @@ -35569,7 +35584,7 @@ paths: type: string enum: - required_linear_history - - &522 + - &523 title: merge_queue description: Merges must be performed via a merge queue. type: object @@ -35647,7 +35662,7 @@ paths: - merge_method - min_entries_to_merge - min_entries_to_merge_wait_minutes - - &523 + - &524 title: required_deployments description: Choose which environments must be successfully deployed to before refs can be pushed into a ref that @@ -35671,7 +35686,7 @@ paths: type: string required: - required_deployment_environments - - &524 + - &525 title: required_signatures description: Commits pushed to matching refs must have verified signatures. @@ -35683,7 +35698,7 @@ paths: type: string enum: - required_signatures - - &525 + - &526 title: pull_request description: Require all commits be made to a non-target branch and submitted via a pull request before they can @@ -35745,7 +35760,7 @@ paths: - require_last_push_approval - required_approving_review_count - required_review_thread_resolution - - &526 + - &527 title: required_status_checks description: Choose which status checks must pass before the ref is updated. When enabled, commits must first be @@ -35793,7 +35808,7 @@ paths: required: - required_status_checks - strict_required_status_checks_policy - - &527 + - &528 title: non_fast_forward description: Prevent users with push access from force pushing to refs. @@ -35805,7 +35820,7 @@ paths: type: string enum: - non_fast_forward - - &528 + - &529 title: commit_message_pattern description: Parameters to be used for the commit_message_pattern rule @@ -35841,7 +35856,7 @@ paths: required: - operator - pattern - - &529 + - &530 title: commit_author_email_pattern description: Parameters to be used for the commit_author_email_pattern rule @@ -35877,7 +35892,7 @@ paths: required: - operator - pattern - - &530 + - &531 title: committer_email_pattern description: Parameters to be used for the committer_email_pattern rule @@ -35913,7 +35928,7 @@ paths: required: - operator - pattern - - &531 + - &532 title: branch_name_pattern description: Parameters to be used for the branch_name_pattern rule @@ -35949,7 +35964,7 @@ paths: required: - operator - pattern - - &532 + - &533 title: tag_name_pattern description: Parameters to be used for the tag_name_pattern rule @@ -35985,7 +36000,7 @@ paths: required: - operator - pattern - - &533 + - &534 title: file_path_restriction description: Prevent commits that include changes in specified file and folder paths from being pushed to the commit @@ -36010,7 +36025,7 @@ paths: type: string required: - restricted_file_paths - - &534 + - &535 title: max_file_path_length description: Prevent commits that include file paths that exceed the specified character limit from being pushed @@ -36034,7 +36049,7 @@ paths: maximum: 256 required: - max_file_path_length - - &535 + - &536 title: file_extension_restriction description: Prevent commits that include files with specified file extensions from being pushed to the commit graph. @@ -36057,7 +36072,7 @@ paths: type: string required: - restricted_file_extensions - - &536 + - &537 title: max_file_size description: Prevent commits with individual files that exceed the specified limit from being pushed to the commit @@ -36082,7 +36097,7 @@ paths: maximum: 100 required: - max_file_size - - &537 + - &538 title: workflows description: Require all changes made to a targeted branch to pass the specified workflows before they can be merged. @@ -36132,7 +36147,7 @@ paths: - repository_id required: - workflows - - &538 + - &539 title: code_scanning description: Choose which tools must provide code scanning results before the reference is updated. When configured, @@ -36266,16 +36281,16 @@ paths: - push - repository default: branch - enforcement: *228 + enforcement: *229 bypass_actors: type: array description: The actors that can bypass the rules in this ruleset - items: *229 - conditions: *230 + items: *230 + conditions: *231 rules: type: array description: An array of rules within the ruleset. - items: *231 + items: *232 required: - name - enforcement @@ -36313,9 +36328,9 @@ paths: description: Response content: application/json: - schema: *232 + schema: *233 examples: - default: &233 + default: &234 value: id: 21 name: super cool ruleset @@ -36370,7 +36385,7 @@ paths: url: https://docs.github.com/rest/orgs/rule-suites#list-organization-rule-suites parameters: - *90 - - &540 + - &541 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 @@ -36385,7 +36400,7 @@ paths: in: query schema: type: string - - &541 + - &542 name: time_period description: |- The time period to filter by. @@ -36401,14 +36416,14 @@ paths: - week - month default: day - - &542 + - &543 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 - - &543 + - &544 name: rule_suite_result description: The rule results to filter on. When specified, only suites with this result will be returned. @@ -36428,7 +36443,7 @@ paths: description: Response content: application/json: - schema: &544 + schema: &545 title: Rule Suites description: Response type: array @@ -36484,7 +36499,7 @@ paths: whether rules would pass or fail if all rules in the rule suite were `active`. examples: - default: &545 + default: &546 value: - id: 21 actor_id: 12 @@ -36528,7 +36543,7 @@ paths: url: https://docs.github.com/rest/orgs/rule-suites#get-an-organization-rule-suite parameters: - *90 - - &546 + - &547 name: rule_suite_id description: |- The unique identifier of the rule suite result. @@ -36544,7 +36559,7 @@ paths: description: Response content: application/json: - schema: &547 + schema: &548 title: Rule Suite description: Response type: object @@ -36651,7 +36666,7 @@ paths: description: The detailed failure message for the rule. Null if the rule passed. examples: - default: &548 + default: &549 value: id: 21 actor_id: 12 @@ -36724,9 +36739,9 @@ paths: description: Response content: application/json: - schema: *232 + schema: *233 examples: - default: *233 + default: *234 '404': *6 '500': *143 put: @@ -36770,16 +36785,16 @@ paths: - tag - push - repository - enforcement: *228 + enforcement: *229 bypass_actors: type: array description: The actors that can bypass the rules in this ruleset - items: *229 - conditions: *230 + items: *230 + conditions: *231 rules: description: An array of rules within the ruleset. type: array - items: *231 + items: *232 examples: default: value: @@ -36814,9 +36829,9 @@ paths: description: Response content: application/json: - schema: *232 + schema: *233 examples: - default: *233 + default: *234 '404': *6 '500': *143 delete: @@ -36873,7 +36888,7 @@ paths: application/json: schema: type: array - items: &234 + items: &235 title: Ruleset version type: object description: The historical version of a ruleset @@ -36897,7 +36912,7 @@ paths: type: string format: date-time examples: - default: &550 + default: &551 value: - version_id: 3 actor: @@ -36950,9 +36965,9 @@ paths: description: Response content: application/json: - schema: &551 + schema: &552 allOf: - - *234 + - *235 - type: object required: - state @@ -37022,14 +37037,14 @@ paths: url: https://docs.github.com/rest/secret-scanning/secret-scanning#list-secret-scanning-alerts-for-an-organization parameters: - *90 - - *235 - *236 - *237 - *238 + - *239 - *46 - *19 - *17 - - &552 + - &553 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 @@ -37039,7 +37054,7 @@ paths: required: false schema: type: string - - &553 + - &554 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 @@ -37049,9 +37064,9 @@ paths: required: false schema: type: string - - *239 - *240 - *241 + - *242 responses: '200': description: Response @@ -37059,9 +37074,9 @@ paths: application/json: schema: type: array - items: *242 + items: *243 examples: - default: *243 + default: *244 headers: Link: *57 '404': *6 @@ -37131,7 +37146,7 @@ paths: application/json: schema: type: array - items: &560 + items: &561 description: A repository security advisory. type: object properties: @@ -37375,7 +37390,7 @@ paths: login: type: string description: The username of the user credited. - type: *244 + type: *245 credits_detailed: type: - array @@ -37386,7 +37401,7 @@ paths: type: object properties: user: *4 - type: *244 + type: *245 state: type: string description: The state of the user's acceptance of the @@ -37450,7 +37465,7 @@ paths: - private_fork additionalProperties: false examples: - default: &561 + default: &562 value: - ghsa_id: GHSA-abcd-1234-efgh cve_id: CVE-2050-00000 @@ -37837,9 +37852,9 @@ paths: application/json: schema: type: array - items: *201 + items: *202 examples: - default: *202 + default: *203 x-github: githubCloudOnly: false enabledForGitHubApps: true @@ -37863,7 +37878,7 @@ paths: url: https://docs.github.com/rest/orgs/security-managers#add-a-security-manager-team parameters: - *90 - - *198 + - *199 responses: '204': description: Response @@ -37889,7 +37904,7 @@ paths: url: https://docs.github.com/rest/orgs/security-managers#remove-a-security-manager-team parameters: - *90 - - *198 + - *199 responses: '204': description: Response @@ -37924,7 +37939,7 @@ paths: description: Response content: application/json: - schema: &619 + schema: &620 type: object properties: total_minutes_used: @@ -37994,7 +38009,7 @@ paths: - included_minutes - minutes_used_breakdown examples: - default: &620 + default: &621 value: total_minutes_used: 305 total_paid_minutes_used: 0 @@ -38030,7 +38045,7 @@ paths: description: Response content: application/json: - schema: &621 + schema: &622 type: object properties: total_gigabytes_bandwidth_used: @@ -38048,7 +38063,7 @@ paths: - total_paid_gigabytes_bandwidth_used - included_gigabytes_bandwidth examples: - default: &622 + default: &623 value: total_gigabytes_bandwidth_used: 50 total_paid_gigabytes_bandwidth_used: 40 @@ -38080,7 +38095,7 @@ paths: description: Response content: application/json: - schema: &623 + schema: &624 type: object properties: days_left_in_billing_cycle: @@ -38098,7 +38113,7 @@ paths: - estimated_paid_storage_for_month - estimated_storage_for_month examples: - default: &624 + default: &625 value: days_left_in_billing_cycle: 20 estimated_paid_storage_for_month: 15 @@ -38140,7 +38155,7 @@ paths: type: integer network_configurations: type: array - items: &245 + items: &246 title: Hosted compute network configuration description: A hosted compute network configuration. type: object @@ -38265,9 +38280,9 @@ paths: description: Response content: application/json: - schema: *245 + schema: *246 examples: - default: &246 + default: &247 value: id: 123456789ABCDEF name: My network configuration @@ -38296,7 +38311,7 @@ paths: url: https://docs.github.com/rest/orgs/network-configurations#get-a-hosted-compute-network-configuration-for-an-organization parameters: - *90 - - &247 + - &248 name: network_configuration_id description: Unique identifier of the hosted compute network configuration. in: path @@ -38308,9 +38323,9 @@ paths: description: Response content: application/json: - schema: *245 + schema: *246 examples: - default: *246 + default: *247 headers: Link: *57 x-github: @@ -38332,7 +38347,7 @@ paths: url: https://docs.github.com/rest/orgs/network-configurations#update-a-hosted-compute-network-configuration-for-an-organization parameters: - *90 - - *247 + - *248 requestBody: required: true content: @@ -38371,9 +38386,9 @@ paths: description: Response content: application/json: - schema: *245 + schema: *246 examples: - default: *246 + default: *247 x-github: githubCloudOnly: false enabledForGitHubApps: true @@ -38393,7 +38408,7 @@ paths: url: https://docs.github.com/rest/orgs/network-configurations#delete-a-hosted-compute-network-configuration-from-an-organization parameters: - *90 - - *247 + - *248 responses: '204': description: Response @@ -38506,7 +38521,7 @@ paths: url: https://docs.github.com/rest/copilot/copilot-metrics#get-copilot-metrics-for-a-team parameters: - *90 - - *198 + - *199 - 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`). @@ -38538,13 +38553,13 @@ paths: application/json: schema: type: array - items: *248 + items: *249 examples: - default: *249 + default: *250 '500': *143 '403': *27 '404': *6 - '422': *250 + '422': *251 x-github: githubCloudOnly: false enabledForGitHubApps: true @@ -38574,7 +38589,7 @@ paths: type: array items: *146 examples: - default: *202 + default: *203 headers: Link: *57 '403': *27 @@ -38668,7 +38683,7 @@ paths: description: Response content: application/json: - schema: &251 + schema: &252 title: Full Team description: Groups of organization members that gives permissions on specified repositories. @@ -38742,7 +38757,7 @@ paths: parent: anyOf: - type: 'null' - - *201 + - *202 members_count: type: integer examples: @@ -39048,7 +39063,7 @@ paths: - repos_count - organization examples: - default: &252 + default: &253 value: id: 1 node_id: MDQ6VGVhbTE= @@ -39119,15 +39134,15 @@ paths: url: https://docs.github.com/rest/teams/teams#get-a-team-by-name parameters: - *90 - - *198 + - *199 responses: '200': description: Response content: application/json: - schema: *251 + schema: *252 examples: - default: *252 + default: *253 '404': *6 x-github: githubCloudOnly: false @@ -39149,7 +39164,7 @@ paths: url: https://docs.github.com/rest/teams/teams#update-a-team parameters: - *90 - - *198 + - *199 requestBody: required: false content: @@ -39212,16 +39227,16 @@ paths: description: Response when the updated information already exists content: application/json: - schema: *251 + schema: *252 examples: - default: *252 + default: *253 '201': description: Response content: application/json: - schema: *251 + schema: *252 examples: - default: *252 + default: *253 '404': *6 '422': *15 '403': *27 @@ -39247,7 +39262,7 @@ paths: url: https://docs.github.com/rest/teams/teams#delete-a-team parameters: - *90 - - *198 + - *199 responses: '204': description: Response @@ -39274,7 +39289,7 @@ paths: url: https://docs.github.com/rest/teams/discussions#list-discussions parameters: - *90 - - *198 + - *199 - *46 - *17 - *19 @@ -39291,7 +39306,7 @@ paths: application/json: schema: type: array - items: &253 + items: &254 title: Team Discussion description: A team discussion is a persistent record of a free-form conversation within a team. @@ -39402,7 +39417,7 @@ paths: - updated_at - url examples: - default: &575 + default: &576 value: - author: login: octocat @@ -39477,7 +39492,7 @@ paths: url: https://docs.github.com/rest/teams/discussions#create-a-discussion parameters: - *90 - - *198 + - *199 requestBody: required: true content: @@ -39511,9 +39526,9 @@ paths: description: Response content: application/json: - schema: *253 + schema: *254 examples: - default: &254 + default: &255 value: author: login: octocat @@ -39586,8 +39601,8 @@ paths: url: https://docs.github.com/rest/teams/discussions#get-a-discussion parameters: - *90 - - *198 - - &255 + - *199 + - &256 name: discussion_number description: The number that identifies the discussion. in: path @@ -39599,9 +39614,9 @@ paths: description: Response content: application/json: - schema: *253 + schema: *254 examples: - default: *254 + default: *255 x-github: githubCloudOnly: false enabledForGitHubApps: true @@ -39624,8 +39639,8 @@ paths: url: https://docs.github.com/rest/teams/discussions#update-a-discussion parameters: - *90 - - *198 - - *255 + - *199 + - *256 requestBody: required: false content: @@ -39648,9 +39663,9 @@ paths: description: Response content: application/json: - schema: *253 + schema: *254 examples: - default: &576 + default: &577 value: author: login: octocat @@ -39721,8 +39736,8 @@ paths: url: https://docs.github.com/rest/teams/discussions#delete-a-discussion parameters: - *90 - - *198 - - *255 + - *199 + - *256 responses: '204': description: Response @@ -39749,8 +39764,8 @@ paths: url: https://docs.github.com/rest/teams/discussion-comments#list-discussion-comments parameters: - *90 - - *198 - - *255 + - *199 + - *256 - *46 - *17 - *19 @@ -39761,7 +39776,7 @@ paths: application/json: schema: type: array - items: &256 + items: &257 title: Team Discussion Comment description: A reply to a discussion within a team. type: object @@ -39841,7 +39856,7 @@ paths: - updated_at - url examples: - default: &577 + default: &578 value: - author: login: octocat @@ -39910,8 +39925,8 @@ paths: url: https://docs.github.com/rest/teams/discussion-comments#create-a-discussion-comment parameters: - *90 - - *198 - - *255 + - *199 + - *256 requestBody: required: true content: @@ -39933,9 +39948,9 @@ paths: description: Response content: application/json: - schema: *256 + schema: *257 examples: - default: &257 + default: &258 value: author: login: octocat @@ -40002,9 +40017,9 @@ paths: url: https://docs.github.com/rest/teams/discussion-comments#get-a-discussion-comment parameters: - *90 - - *198 - - *255 - - &258 + - *199 + - *256 + - &259 name: comment_number description: The number that identifies the comment. in: path @@ -40016,9 +40031,9 @@ paths: description: Response content: application/json: - schema: *256 + schema: *257 examples: - default: *257 + default: *258 x-github: githubCloudOnly: false enabledForGitHubApps: true @@ -40041,9 +40056,9 @@ paths: url: https://docs.github.com/rest/teams/discussion-comments#update-a-discussion-comment parameters: - *90 - - *198 - - *255 - - *258 + - *199 + - *256 + - *259 requestBody: required: true content: @@ -40065,9 +40080,9 @@ paths: description: Response content: application/json: - schema: *256 + schema: *257 examples: - default: &578 + default: &579 value: author: login: octocat @@ -40132,9 +40147,9 @@ paths: url: https://docs.github.com/rest/teams/discussion-comments#delete-a-discussion-comment parameters: - *90 - - *198 - - *255 - - *258 + - *199 + - *256 + - *259 responses: '204': description: Response @@ -40161,9 +40176,9 @@ paths: url: https://docs.github.com/rest/reactions/reactions#list-reactions-for-a-team-discussion-comment parameters: - *90 - - *198 - - *255 - - *258 + - *199 + - *256 + - *259 - 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. @@ -40189,7 +40204,7 @@ paths: application/json: schema: type: array - items: &259 + items: &260 title: Reaction description: Reactions to conversations provide a way to help people express their feelings more simply and effectively. @@ -40233,7 +40248,7 @@ paths: - content - created_at examples: - default: &261 + default: &262 value: - id: 1 node_id: MDg6UmVhY3Rpb24x @@ -40284,9 +40299,9 @@ paths: url: https://docs.github.com/rest/reactions/reactions#create-reaction-for-a-team-discussion-comment parameters: - *90 - - *198 - - *255 - - *258 + - *199 + - *256 + - *259 requestBody: required: true content: @@ -40319,9 +40334,9 @@ paths: team discussion comment content: application/json: - schema: *259 + schema: *260 examples: - default: &260 + default: &261 value: id: 1 node_id: MDg6UmVhY3Rpb24x @@ -40350,9 +40365,9 @@ paths: description: Response content: application/json: - schema: *259 + schema: *260 examples: - default: *260 + default: *261 x-github: githubCloudOnly: false enabledForGitHubApps: true @@ -40376,10 +40391,10 @@ paths: url: https://docs.github.com/rest/reactions/reactions#delete-team-discussion-comment-reaction parameters: - *90 - - *198 - - *255 - - *258 - - &262 + - *199 + - *256 + - *259 + - &263 name: reaction_id description: The unique identifier of the reaction. in: path @@ -40412,8 +40427,8 @@ paths: url: https://docs.github.com/rest/reactions/reactions#list-reactions-for-a-team-discussion parameters: - *90 - - *198 - - *255 + - *199 + - *256 - 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. @@ -40439,9 +40454,9 @@ paths: application/json: schema: type: array - items: *259 + items: *260 examples: - default: *261 + default: *262 headers: Link: *57 x-github: @@ -40468,8 +40483,8 @@ paths: url: https://docs.github.com/rest/reactions/reactions#create-reaction-for-a-team-discussion parameters: - *90 - - *198 - - *255 + - *199 + - *256 requestBody: required: true content: @@ -40501,16 +40516,16 @@ paths: description: Response content: application/json: - schema: *259 + schema: *260 examples: - default: *260 + default: *261 '201': description: Response content: application/json: - schema: *259 + schema: *260 examples: - default: *260 + default: *261 x-github: githubCloudOnly: false enabledForGitHubApps: false @@ -40534,9 +40549,9 @@ paths: url: https://docs.github.com/rest/reactions/reactions#delete-team-discussion-reaction parameters: - *90 - - *198 - - *255 - - *262 + - *199 + - *256 + - *263 responses: '204': description: Response @@ -40561,7 +40576,7 @@ paths: url: https://docs.github.com/rest/teams/members#list-pending-team-invitations parameters: - *90 - - *198 + - *199 - *17 - *19 responses: @@ -40571,9 +40586,9 @@ paths: application/json: schema: type: array - items: *181 + items: *182 examples: - default: *182 + default: *183 headers: Link: *57 x-github: @@ -40596,7 +40611,7 @@ paths: url: https://docs.github.com/rest/teams/members#list-team-members parameters: - *90 - - *198 + - *199 - name: role description: Filters members returned by their role in the team. in: query @@ -40619,7 +40634,7 @@ paths: type: array items: *4 examples: - default: *189 + default: *190 headers: Link: *57 x-github: @@ -40650,14 +40665,14 @@ paths: url: https://docs.github.com/rest/teams/members#get-team-membership-for-a-user parameters: - *90 - - *198 + - *199 - *128 responses: '200': description: Response content: application/json: - schema: &263 + schema: &264 title: Team Membership description: Team Membership type: object @@ -40685,7 +40700,7 @@ paths: - state - url examples: - response-if-user-is-a-team-maintainer: &579 + response-if-user-is-a-team-maintainer: &580 summary: Response if user is a team maintainer value: url: https://api.github.com/teams/1/memberships/octocat @@ -40722,7 +40737,7 @@ paths: url: https://docs.github.com/rest/teams/members#add-or-update-team-membership-for-a-user parameters: - *90 - - *198 + - *199 - *128 requestBody: required: false @@ -40748,9 +40763,9 @@ paths: description: Response content: application/json: - schema: *263 + schema: *264 examples: - response-if-users-membership-with-team-is-now-pending: &580 + response-if-users-membership-with-team-is-now-pending: &581 summary: Response if user's membership with team is now pending value: url: https://api.github.com/teams/1/memberships/octocat @@ -40786,7 +40801,7 @@ paths: url: https://docs.github.com/rest/teams/members#remove-team-membership-for-a-user parameters: - *90 - - *198 + - *199 - *128 responses: '204': @@ -40813,7 +40828,7 @@ paths: url: https://docs.github.com/rest/teams/teams#list-team-projects parameters: - *90 - - *198 + - *199 - *17 - *19 responses: @@ -40823,7 +40838,7 @@ paths: application/json: schema: type: array - items: &264 + items: &265 title: Team Project description: A team's access to a project. type: object @@ -40892,7 +40907,7 @@ paths: - updated_at - permissions examples: - default: &581 + default: &582 value: - owner_url: https://api.github.com/orgs/octocat url: https://api.github.com/projects/1002605 @@ -40956,8 +40971,8 @@ paths: url: https://docs.github.com/rest/teams/teams#check-team-permissions-for-a-project parameters: - *90 - - *198 - - &265 + - *199 + - &266 name: project_id description: The unique identifier of the project. in: path @@ -40969,9 +40984,9 @@ paths: description: Response content: application/json: - schema: *264 + schema: *265 examples: - default: &582 + default: &583 value: owner_url: https://api.github.com/orgs/octocat url: https://api.github.com/projects/1002605 @@ -41034,8 +41049,8 @@ paths: url: https://docs.github.com/rest/teams/teams#add-or-update-team-project-permissions parameters: - *90 - - *198 - - *265 + - *199 + - *266 requestBody: required: false content: @@ -41103,8 +41118,8 @@ paths: url: https://docs.github.com/rest/teams/teams#remove-a-project-from-a-team parameters: - *90 - - *198 - - *265 + - *199 + - *266 responses: '204': description: Response @@ -41132,7 +41147,7 @@ paths: url: https://docs.github.com/rest/teams/teams#list-team-repositories parameters: - *90 - - *198 + - *199 - *17 - *19 responses: @@ -41144,7 +41159,7 @@ paths: type: array items: *115 examples: - default: *209 + default: *210 headers: Link: *57 x-github: @@ -41174,15 +41189,15 @@ paths: url: https://docs.github.com/rest/teams/teams#check-team-permissions-for-a-repository parameters: - *90 - - *198 - - *266 + - *199 - *267 + - *268 responses: '200': description: Alternative response with repository permissions content: application/json: - schema: &583 + schema: &584 title: Team Repository description: A team's access to a repository. type: object @@ -41824,9 +41839,9 @@ paths: url: https://docs.github.com/rest/teams/teams#add-or-update-team-repository-permissions parameters: - *90 - - *198 - - *266 + - *199 - *267 + - *268 requestBody: required: false content: @@ -41872,9 +41887,9 @@ paths: url: https://docs.github.com/rest/teams/teams#remove-a-repository-from-a-team parameters: - *90 - - *198 - - *266 + - *199 - *267 + - *268 responses: '204': description: Response @@ -41899,7 +41914,7 @@ paths: url: https://docs.github.com/rest/teams/teams#list-child-teams parameters: - *90 - - *198 + - *199 - *17 - *19 responses: @@ -41911,7 +41926,7 @@ paths: type: array items: *146 examples: - response-if-child-teams-exist: &584 + response-if-child-teams-exist: &585 value: - id: 2 node_id: MDQ6VGVhbTI= @@ -42038,7 +42053,7 @@ paths: description: API method documentation url: https://docs.github.com/rest/projects/cards#get-a-project-card parameters: - - &268 + - &269 name: card_id description: The unique identifier of the card. in: path @@ -42050,7 +42065,7 @@ paths: description: Response content: application/json: - schema: &269 + schema: &270 title: Project Card description: Project cards represent a scope of work. type: object @@ -42125,7 +42140,7 @@ paths: - created_at - updated_at examples: - default: &270 + default: &271 value: url: https://api.github.com/projects/columns/cards/1478 id: 1478 @@ -42181,7 +42196,7 @@ paths: description: API method documentation url: https://docs.github.com/rest/projects/cards#update-an-existing-project-card parameters: - - *268 + - *269 requestBody: required: false content: @@ -42211,9 +42226,9 @@ paths: description: Response content: application/json: - schema: *269 + schema: *270 examples: - default: *270 + default: *271 '304': *35 '403': *27 '401': *23 @@ -42240,7 +42255,7 @@ paths: description: API method documentation url: https://docs.github.com/rest/projects/cards#delete-a-project-card parameters: - - *268 + - *269 responses: '204': description: Response @@ -42284,7 +42299,7 @@ paths: description: API method documentation url: https://docs.github.com/rest/projects/cards#move-a-project-card parameters: - - *268 + - *269 requestBody: required: true content: @@ -42397,7 +42412,7 @@ paths: description: API method documentation url: https://docs.github.com/rest/projects/columns#get-a-project-column parameters: - - &271 + - &272 name: column_id description: The unique identifier of the column. in: path @@ -42409,7 +42424,7 @@ paths: description: Response content: application/json: - schema: &272 + schema: &273 title: Project Column description: Project columns contain cards of work. type: object @@ -42463,7 +42478,7 @@ paths: - created_at - updated_at examples: - default: &273 + default: &274 value: url: https://api.github.com/projects/columns/367 project_url: https://api.github.com/projects/120 @@ -42498,7 +42513,7 @@ paths: description: API method documentation url: https://docs.github.com/rest/projects/columns#update-an-existing-project-column parameters: - - *271 + - *272 requestBody: required: true content: @@ -42523,9 +42538,9 @@ paths: description: Response content: application/json: - schema: *272 + schema: *273 examples: - default: *273 + default: *274 '304': *35 '403': *27 '401': *23 @@ -42550,7 +42565,7 @@ paths: description: API method documentation url: https://docs.github.com/rest/projects/columns#delete-a-project-column parameters: - - *271 + - *272 responses: '204': description: Response @@ -42579,7 +42594,7 @@ paths: description: API method documentation url: https://docs.github.com/rest/projects/cards#list-project-cards parameters: - - *271 + - *272 - name: archived_state description: Filters the project cards that are returned by the card's state. in: query @@ -42600,7 +42615,7 @@ paths: application/json: schema: type: array - items: *269 + items: *270 examples: default: value: @@ -42659,7 +42674,7 @@ paths: description: API method documentation url: https://docs.github.com/rest/projects/cards#create-a-project-card parameters: - - *271 + - *272 requestBody: required: true content: @@ -42703,9 +42718,9 @@ paths: description: Response content: application/json: - schema: *269 + schema: *270 examples: - default: *270 + default: *271 '304': *35 '403': *27 '401': *23 @@ -42761,7 +42776,7 @@ paths: description: API method documentation url: https://docs.github.com/rest/projects/columns#move-a-project-column parameters: - - *271 + - *272 requestBody: required: true content: @@ -42822,15 +42837,15 @@ paths: description: API method documentation url: https://docs.github.com/rest/projects/projects#get-a-project parameters: - - *265 + - *266 responses: '200': description: Response content: application/json: - schema: *219 + schema: *220 examples: - default: &274 + default: &275 value: owner_url: https://api.github.com/repos/api-playground/projects-test url: https://api.github.com/projects/1002604 @@ -42887,7 +42902,7 @@ paths: description: API method documentation url: https://docs.github.com/rest/projects/projects#update-a-project parameters: - - *265 + - *266 requestBody: required: false content: @@ -42936,9 +42951,9 @@ paths: description: Response content: application/json: - schema: *219 + schema: *220 examples: - default: *274 + default: *275 '404': description: Not Found if the authenticated user does not have access to the project @@ -42959,7 +42974,7 @@ paths: items: type: string '401': *23 - '410': *275 + '410': *276 '422': *7 x-github: githubCloudOnly: false @@ -42982,7 +42997,7 @@ paths: description: API method documentation url: https://docs.github.com/rest/projects/projects#delete-a-project parameters: - - *265 + - *266 responses: '204': description: Delete Success @@ -43003,7 +43018,7 @@ paths: items: type: string '401': *23 - '410': *275 + '410': *276 '404': *6 x-github: githubCloudOnly: false @@ -43027,7 +43042,7 @@ paths: description: API method documentation url: https://docs.github.com/rest/projects/collaborators#list-project-collaborators parameters: - - *265 + - *266 - 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 @@ -43054,7 +43069,7 @@ paths: type: array items: *4 examples: - default: *189 + default: *190 headers: Link: *57 '404': *6 @@ -43084,7 +43099,7 @@ paths: description: API method documentation url: https://docs.github.com/rest/projects/collaborators#add-project-collaborator parameters: - - *265 + - *266 - *128 requestBody: required: false @@ -43139,7 +43154,7 @@ paths: description: API method documentation url: https://docs.github.com/rest/projects/collaborators#remove-user-as-a-collaborator parameters: - - *265 + - *266 - *128 responses: '204': @@ -43171,7 +43186,7 @@ paths: description: API method documentation url: https://docs.github.com/rest/projects/collaborators#get-project-permission-for-a-user parameters: - - *265 + - *266 - *128 responses: '200': @@ -43242,7 +43257,7 @@ paths: description: API method documentation url: https://docs.github.com/rest/projects/columns#list-project-columns parameters: - - *265 + - *266 - *17 - *19 responses: @@ -43252,7 +43267,7 @@ paths: application/json: schema: type: array - items: *272 + items: *273 examples: default: value: @@ -43290,7 +43305,7 @@ paths: description: API method documentation url: https://docs.github.com/rest/projects/columns#create-a-project-column parameters: - - *265 + - *266 requestBody: required: true content: @@ -43314,7 +43329,7 @@ paths: description: Response content: application/json: - schema: *272 + schema: *273 examples: default: value: @@ -43378,7 +43393,7 @@ paths: resources: type: object properties: - core: &276 + core: &277 title: Rate Limit type: object properties: @@ -43395,20 +43410,20 @@ paths: - remaining - reset - used - graphql: *276 - search: *276 - code_search: *276 - source_import: *276 - integration_manifest: *276 - code_scanning_upload: *276 - actions_runner_registration: *276 - scim: *276 - dependency_snapshots: *276 - code_scanning_autofix: *276 + graphql: *277 + search: *277 + code_search: *277 + source_import: *277 + integration_manifest: *277 + code_scanning_upload: *277 + actions_runner_registration: *277 + scim: *277 + dependency_snapshots: *277 + code_scanning_autofix: *277 required: - core - search - rate: *276 + rate: *277 required: - rate - resources @@ -43512,14 +43527,14 @@ paths: description: API method documentation url: https://docs.github.com/rest/repos/repos#get-a-repository parameters: - - *266 - *267 + - *268 responses: '200': description: Response content: application/json: - schema: *277 + schema: *278 examples: default-response: summary: Default response @@ -44020,7 +44035,7 @@ paths: status: disabled '403': *27 '404': *6 - '301': *278 + '301': *279 x-github: githubCloudOnly: false enabledForGitHubApps: true @@ -44038,8 +44053,8 @@ paths: description: API method documentation url: https://docs.github.com/rest/repos/repos#update-a-repository parameters: - - *266 - *267 + - *268 requestBody: required: false content: @@ -44284,10 +44299,10 @@ paths: description: Response content: application/json: - schema: *277 + schema: *278 examples: - default: *279 - '307': &280 + default: *280 + '307': &281 description: Temporary Redirect content: application/json: @@ -44316,8 +44331,8 @@ paths: description: API method documentation url: https://docs.github.com/rest/repos/repos#delete-a-repository parameters: - - *266 - *267 + - *268 responses: '204': description: Response @@ -44339,7 +44354,7 @@ paths: value: message: Organization members cannot delete repositories. documentation_url: https://docs.github.com/rest/repos/repos#delete-a-repository - '307': *280 + '307': *281 '404': *6 x-github: githubCloudOnly: false @@ -44362,11 +44377,11 @@ paths: description: API method documentation url: https://docs.github.com/rest/actions/artifacts#list-artifacts-for-a-repository parameters: - - *266 - *267 + - *268 - *17 - *19 - - &306 + - &307 name: name description: The name field of an artifact. When specified, only artifacts with this name will be returned. @@ -44389,7 +44404,7 @@ paths: type: integer artifacts: type: array - items: &281 + items: &282 title: Artifact description: An artifact type: object @@ -44484,7 +44499,7 @@ paths: - expires_at - updated_at examples: - default: &307 + default: &308 value: total_count: 2 artifacts: @@ -44545,9 +44560,9 @@ paths: description: API method documentation url: https://docs.github.com/rest/actions/artifacts#get-an-artifact parameters: - - *266 - *267 - - &282 + - *268 + - &283 name: artifact_id description: The unique identifier of the artifact. in: path @@ -44559,7 +44574,7 @@ paths: description: Response content: application/json: - schema: *281 + schema: *282 examples: default: value: @@ -44597,9 +44612,9 @@ paths: description: API method documentation url: https://docs.github.com/rest/actions/artifacts#delete-an-artifact parameters: - - *266 - *267 - - *282 + - *268 + - *283 responses: '204': description: Response @@ -44623,9 +44638,9 @@ paths: description: API method documentation url: https://docs.github.com/rest/actions/artifacts#download-an-artifact parameters: - - *266 - *267 - - *282 + - *268 + - *283 - name: archive_format in: path required: true @@ -44639,7 +44654,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': *275 + '410': *276 x-github: githubCloudOnly: false enabledForGitHubApps: true @@ -44662,14 +44677,14 @@ paths: description: API method documentation url: https://docs.github.com/rest/actions/cache#get-github-actions-cache-usage-for-a-repository parameters: - - *266 - *267 + - *268 responses: '200': description: Response content: application/json: - schema: *283 + schema: *284 examples: default: value: @@ -44695,11 +44710,11 @@ paths: description: API method documentation url: https://docs.github.com/rest/actions/cache#list-github-actions-caches-for-a-repository parameters: - - *266 - *267 + - *268 - *17 - *19 - - &284 + - &285 name: ref description: The full Git reference for narrowing down the cache. The `ref` for a branch should be formatted as `refs/heads/`. To reference @@ -44733,7 +44748,7 @@ paths: description: Response content: application/json: - schema: &285 + schema: &286 title: Repository actions caches description: Repository actions caches type: object @@ -44783,7 +44798,7 @@ paths: - total_count - actions_caches examples: - default: &286 + default: &287 value: total_count: 1 actions_caches: @@ -44815,23 +44830,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: - - *266 - *267 + - *268 - name: key description: A key for identifying the cache. in: query required: true schema: type: string - - *284 + - *285 responses: '200': description: Response content: application/json: - schema: *285 + schema: *286 examples: - default: *286 + default: *287 x-github: githubCloudOnly: false enabledForGitHubApps: true @@ -44851,8 +44866,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: - - *266 - *267 + - *268 - name: cache_id description: The unique identifier of the GitHub Actions cache. in: path @@ -44883,9 +44898,9 @@ paths: description: API method documentation url: https://docs.github.com/rest/actions/workflow-jobs#get-a-job-for-a-workflow-run parameters: - - *266 - *267 - - &287 + - *268 + - &288 name: job_id description: The unique identifier of the job. in: path @@ -44897,7 +44912,7 @@ paths: description: Response content: application/json: - schema: &310 + schema: &311 title: Job description: Information of a job execution in a workflow run type: object @@ -45244,9 +45259,9 @@ paths: description: API method documentation url: https://docs.github.com/rest/actions/workflow-jobs#download-job-logs-for-a-workflow-run parameters: - - *266 - *267 - - *287 + - *268 + - *288 responses: '302': description: Response @@ -45274,9 +45289,9 @@ paths: description: API method documentation url: https://docs.github.com/rest/actions/workflow-runs#re-run-a-job-from-a-workflow-run parameters: - - *266 - *267 - - *287 + - *268 + - *288 requestBody: required: false content: @@ -45322,8 +45337,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: - - *266 - *267 + - *268 responses: '200': description: Status response @@ -45373,8 +45388,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: - - *266 - *267 + - *268 requestBody: required: true content: @@ -45437,8 +45452,8 @@ paths: description: API method documentation url: https://docs.github.com/rest/actions/secrets#list-repository-organization-secrets parameters: - - *266 - *267 + - *268 - *17 - *19 responses: @@ -45456,7 +45471,7 @@ paths: type: integer secrets: type: array - items: &312 + items: &313 title: Actions Secret description: Set secrets for GitHub Actions. type: object @@ -45477,7 +45492,7 @@ paths: - created_at - updated_at examples: - default: &313 + default: &314 value: total_count: 2 secrets: @@ -45510,9 +45525,9 @@ paths: description: API method documentation url: https://docs.github.com/rest/actions/variables#list-repository-organization-variables parameters: - - *266 - *267 - - *288 + - *268 + - *289 - *19 responses: '200': @@ -45529,7 +45544,7 @@ paths: type: integer variables: type: array - items: &316 + items: &317 title: Actions Variable type: object properties: @@ -45563,7 +45578,7 @@ paths: - created_at - updated_at examples: - default: &317 + default: &318 value: total_count: 2 variables: @@ -45596,8 +45611,8 @@ paths: description: API method documentation url: https://docs.github.com/rest/actions/permissions#get-github-actions-permissions-for-a-repository parameters: - - *266 - *267 + - *268 responses: '200': description: Response @@ -45606,11 +45621,11 @@ paths: schema: type: object properties: - enabled: &290 + enabled: &291 type: boolean description: Whether GitHub Actions is enabled on the repository. allowed_actions: *104 - selected_actions_url: *289 + selected_actions_url: *290 required: - enabled examples: @@ -45637,8 +45652,8 @@ paths: description: API method documentation url: https://docs.github.com/rest/actions/permissions#set-github-actions-permissions-for-a-repository parameters: - - *266 - *267 + - *268 responses: '204': description: Response @@ -45649,7 +45664,7 @@ paths: schema: type: object properties: - enabled: *290 + enabled: *291 allowed_actions: *104 required: - enabled @@ -45679,14 +45694,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: - - *266 - *267 + - *268 responses: '200': description: Response content: application/json: - schema: &291 + schema: &292 type: object properties: access_level: @@ -45703,7 +45718,7 @@ paths: required: - access_level examples: - default: &292 + default: &293 value: access_level: organization x-github: @@ -45727,15 +45742,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: - - *266 - *267 + - *268 requestBody: required: true content: application/json: - schema: *291 + schema: *292 examples: - default: *292 + default: *293 responses: '204': description: Response @@ -45759,8 +45774,8 @@ paths: description: API method documentation url: https://docs.github.com/rest/actions/permissions#get-allowed-actions-and-reusable-workflows-for-a-repository parameters: - - *266 - *267 + - *268 responses: '200': description: Response @@ -45787,8 +45802,8 @@ paths: description: API method documentation url: https://docs.github.com/rest/actions/permissions#set-allowed-actions-and-reusable-workflows-for-a-repository parameters: - - *266 - *267 + - *268 responses: '204': description: Response @@ -45820,14 +45835,14 @@ paths: description: API method documentation url: https://docs.github.com/rest/actions/permissions#get-default-workflow-permissions-for-a-repository parameters: - - *266 - *267 + - *268 responses: '200': description: Response content: application/json: - schema: *293 + schema: *294 examples: default: *110 x-github: @@ -45850,8 +45865,8 @@ paths: description: API method documentation url: https://docs.github.com/rest/actions/permissions#set-default-workflow-permissions-for-a-repository parameters: - - *266 - *267 + - *268 responses: '204': description: Success response @@ -45862,7 +45877,7 @@ paths: required: true content: application/json: - schema: *294 + schema: *295 examples: default: *110 x-github: @@ -45891,8 +45906,8 @@ paths: in: query schema: type: string - - *266 - *267 + - *268 - *17 - *19 responses: @@ -45936,8 +45951,8 @@ paths: description: API method documentation url: https://docs.github.com/rest/actions/self-hosted-runners#list-runner-applications-for-a-repository parameters: - - *266 - *267 + - *268 responses: '200': description: Response @@ -45945,9 +45960,9 @@ paths: application/json: schema: type: array - items: *295 + items: *296 examples: - default: *296 + default: *297 x-github: githubCloudOnly: false enabledForGitHubApps: true @@ -45969,8 +45984,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: - - *266 - *267 + - *268 requestBody: required: true content: @@ -46013,7 +46028,7 @@ paths: - no-gpu work_folder: _work responses: - '201': *297 + '201': *298 '404': *6 '422': *7 '409': *44 @@ -46044,8 +46059,8 @@ paths: description: API method documentation url: https://docs.github.com/rest/actions/self-hosted-runners#create-a-registration-token-for-a-repository parameters: - - *266 - *267 + - *268 responses: '201': description: Response @@ -46053,7 +46068,7 @@ paths: application/json: schema: *119 examples: - default: *298 + default: *299 x-github: githubCloudOnly: false enabledForGitHubApps: true @@ -46081,8 +46096,8 @@ paths: description: API method documentation url: https://docs.github.com/rest/actions/self-hosted-runners#create-a-remove-token-for-a-repository parameters: - - *266 - *267 + - *268 responses: '201': description: Response @@ -46090,7 +46105,7 @@ paths: application/json: schema: *119 examples: - default: *299 + default: *300 x-github: githubCloudOnly: false enabledForGitHubApps: true @@ -46112,8 +46127,8 @@ paths: description: API method documentation url: https://docs.github.com/rest/actions/self-hosted-runners#get-a-self-hosted-runner-for-a-repository parameters: - - *266 - *267 + - *268 - *116 responses: '200': @@ -46122,7 +46137,7 @@ paths: application/json: schema: *117 examples: - default: *300 + default: *301 x-github: githubCloudOnly: false enabledForGitHubApps: true @@ -46143,8 +46158,8 @@ paths: description: API method documentation url: https://docs.github.com/rest/actions/self-hosted-runners#delete-a-self-hosted-runner-from-a-repository parameters: - - *266 - *267 + - *268 - *116 responses: '204': @@ -46170,8 +46185,8 @@ 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: - - *266 - *267 + - *268 - *116 responses: '200': *121 @@ -46196,8 +46211,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-a-repository parameters: - - *266 - *267 + - *268 - *116 requestBody: required: true @@ -46246,8 +46261,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-a-repository parameters: - - *266 - *267 + - *268 - *116 requestBody: required: true @@ -46297,11 +46312,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: - - *266 - *267 + - *268 - *116 responses: - '200': *301 + '200': *302 '404': *6 x-github: githubCloudOnly: false @@ -46328,10 +46343,10 @@ 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: - - *266 - *267 + - *268 - *116 - - *302 + - *303 responses: '200': *121 '404': *6 @@ -46359,9 +46374,9 @@ paths: description: API method documentation url: https://docs.github.com/rest/actions/workflow-runs#list-workflow-runs-for-a-repository parameters: - - *266 - *267 - - &320 + - *268 + - &321 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. @@ -46369,7 +46384,7 @@ paths: required: false schema: type: string - - &321 + - &322 name: branch description: Returns workflow runs associated with a branch. Use the name of the branch of the `push`. @@ -46377,7 +46392,7 @@ paths: required: false schema: type: string - - &322 + - &323 name: event description: Returns workflow run triggered by the event you specify. For example, `push`, `pull_request` or `issue`. For more information, see "[Events @@ -46386,7 +46401,7 @@ paths: required: false schema: type: string - - &323 + - &324 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 @@ -46413,7 +46428,7 @@ paths: - pending - *17 - *19 - - &324 + - &325 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)." @@ -46422,7 +46437,7 @@ paths: schema: type: string format: date-time - - &303 + - &304 name: exclude_pull_requests description: If `true` pull requests are omitted from the response (empty array). @@ -46431,13 +46446,13 @@ paths: schema: type: boolean default: false - - &325 + - &326 name: check_suite_id description: Returns workflow runs with the `check_suite_id` that you specify. in: query schema: type: integer - - &326 + - &327 name: head_sha description: Only returns workflow runs that are associated with the specified `head_sha`. @@ -46460,7 +46475,7 @@ paths: type: integer workflow_runs: type: array - items: &304 + items: &305 title: Workflow Run description: An invocation of a workflow type: object @@ -46577,7 +46592,7 @@ paths: type: - array - 'null' - items: &345 + items: &346 title: Pull Request Minimal type: object properties: @@ -46704,7 +46719,7 @@ paths: head_commit: anyOf: - type: 'null' - - &349 + - &350 title: Simple Commit description: A commit. type: object @@ -46819,7 +46834,7 @@ paths: - workflow_url - pull_requests examples: - default: &327 + default: &328 value: total_count: 1 workflow_runs: @@ -47055,24 +47070,24 @@ paths: description: API method documentation url: https://docs.github.com/rest/actions/workflow-runs#get-a-workflow-run parameters: - - *266 - *267 - - &305 + - *268 + - &306 name: run_id description: The unique identifier of the workflow run. in: path required: true schema: type: integer - - *303 + - *304 responses: '200': description: Response content: application/json: - schema: *304 + schema: *305 examples: - default: &308 + default: &309 value: id: 30433642 name: Build @@ -47313,9 +47328,9 @@ paths: description: API method documentation url: https://docs.github.com/rest/actions/workflow-runs#delete-a-workflow-run parameters: - - *266 - *267 - - *305 + - *268 + - *306 responses: '204': description: Response @@ -47338,9 +47353,9 @@ paths: description: API method documentation url: https://docs.github.com/rest/actions/workflow-runs#get-the-review-history-for-a-workflow-run parameters: - - *266 - *267 - - *305 + - *268 + - *306 responses: '200': description: Response @@ -47468,9 +47483,9 @@ paths: description: API method documentation url: https://docs.github.com/rest/actions/workflow-runs#approve-a-workflow-run-for-a-fork-pull-request parameters: - - *266 - *267 - - *305 + - *268 + - *306 responses: '201': description: Response @@ -47503,12 +47518,12 @@ paths: description: API method documentation url: https://docs.github.com/rest/actions/artifacts#list-workflow-run-artifacts parameters: - - *266 - *267 - - *305 + - *268 + - *306 - *17 - *19 - - *306 + - *307 responses: '200': description: Response @@ -47524,9 +47539,9 @@ paths: type: integer artifacts: type: array - items: *281 + items: *282 examples: - default: *307 + default: *308 headers: Link: *57 x-github: @@ -47550,25 +47565,25 @@ paths: description: API method documentation url: https://docs.github.com/rest/actions/workflow-runs#get-a-workflow-run-attempt parameters: - - *266 - *267 - - *305 - - &309 + - *268 + - *306 + - &310 name: attempt_number description: The attempt number of the workflow run. in: path required: true schema: type: integer - - *303 + - *304 responses: '200': description: Response content: application/json: - schema: *304 + schema: *305 examples: - default: *308 + default: *309 x-github: githubCloudOnly: false enabledForGitHubApps: true @@ -47591,10 +47606,10 @@ paths: description: API method documentation url: https://docs.github.com/rest/actions/workflow-jobs#list-jobs-for-a-workflow-run-attempt parameters: - - *266 - *267 - - *305 - - *309 + - *268 + - *306 + - *310 - *17 - *19 responses: @@ -47612,9 +47627,9 @@ paths: type: integer jobs: type: array - items: *310 + items: *311 examples: - default: &311 + default: &312 value: total_count: 1 jobs: @@ -47727,10 +47742,10 @@ paths: description: API method documentation url: https://docs.github.com/rest/actions/workflow-runs#download-workflow-run-attempt-logs parameters: - - *266 - *267 - - *305 - - *309 + - *268 + - *306 + - *310 responses: '302': description: Response @@ -47758,9 +47773,9 @@ paths: description: API method documentation url: https://docs.github.com/rest/actions/workflow-runs#cancel-a-workflow-run parameters: - - *266 - *267 - - *305 + - *268 + - *306 responses: '202': description: Response @@ -47793,9 +47808,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: - - *266 - *267 - - *305 + - *268 + - *306 requestBody: required: true content: @@ -47862,9 +47877,9 @@ paths: description: API method documentation url: https://docs.github.com/rest/actions/workflow-runs#force-cancel-a-workflow-run parameters: - - *266 - *267 - - *305 + - *268 + - *306 responses: '202': description: Response @@ -47897,9 +47912,9 @@ paths: description: API method documentation url: https://docs.github.com/rest/actions/workflow-jobs#list-jobs-for-a-workflow-run parameters: - - *266 - *267 - - *305 + - *268 + - *306 - 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 @@ -47929,9 +47944,9 @@ paths: type: integer jobs: type: array - items: *310 + items: *311 examples: - default: *311 + default: *312 headers: Link: *57 x-github: @@ -47956,9 +47971,9 @@ paths: description: API method documentation url: https://docs.github.com/rest/actions/workflow-runs#download-workflow-run-logs parameters: - - *266 - *267 - - *305 + - *268 + - *306 responses: '302': description: Response @@ -47985,9 +48000,9 @@ paths: description: API method documentation url: https://docs.github.com/rest/actions/workflow-runs#delete-workflow-run-logs parameters: - - *266 - *267 - - *305 + - *268 + - *306 responses: '204': description: Response @@ -48014,9 +48029,9 @@ paths: description: API method documentation url: https://docs.github.com/rest/actions/workflow-runs#get-pending-deployments-for-a-workflow-run parameters: - - *266 - *267 - - *305 + - *268 + - *306 responses: '200': description: Response @@ -48085,7 +48100,7 @@ paths: items: type: object properties: - type: &423 + type: &424 type: string description: The type of reviewer. enum: @@ -48171,9 +48186,9 @@ paths: description: API method documentation url: https://docs.github.com/rest/actions/workflow-runs#review-pending-deployments-for-a-workflow-run parameters: - - *266 - *267 - - *305 + - *268 + - *306 requestBody: required: true content: @@ -48223,7 +48238,7 @@ paths: application/json: schema: type: array - items: &418 + items: &419 title: Deployment description: A request for a specific ref(branch,sha,tag) to be deployed @@ -48335,7 +48350,7 @@ paths: - created_at - updated_at examples: - default: &419 + default: &420 value: - url: https://api.github.com/repos/octocat/example/deployments/1 id: 1 @@ -48391,9 +48406,9 @@ paths: description: API method documentation url: https://docs.github.com/rest/actions/workflow-runs#re-run-a-workflow parameters: - - *266 - *267 - - *305 + - *268 + - *306 requestBody: required: false content: @@ -48438,9 +48453,9 @@ paths: description: API method documentation url: https://docs.github.com/rest/actions/workflow-runs#re-run-failed-jobs-from-a-workflow-run parameters: - - *266 - *267 - - *305 + - *268 + - *306 requestBody: required: false content: @@ -48494,9 +48509,9 @@ paths: description: API method documentation url: https://docs.github.com/rest/actions/workflow-runs#get-workflow-run-usage parameters: - - *266 - *267 - - *305 + - *268 + - *306 responses: '200': description: Response @@ -48633,8 +48648,8 @@ paths: description: API method documentation url: https://docs.github.com/rest/actions/secrets#list-repository-secrets parameters: - - *266 - *267 + - *268 - *17 - *19 responses: @@ -48652,9 +48667,9 @@ paths: type: integer secrets: type: array - items: *312 + items: *313 examples: - default: *313 + default: *314 headers: Link: *57 x-github: @@ -48679,16 +48694,16 @@ paths: description: API method documentation url: https://docs.github.com/rest/actions/secrets#get-a-repository-public-key parameters: - - *266 - *267 + - *268 responses: '200': description: Response content: application/json: - schema: *314 + schema: *315 examples: - default: *315 + default: *316 x-github: githubCloudOnly: false enabledForGitHubApps: true @@ -48710,17 +48725,17 @@ paths: description: API method documentation url: https://docs.github.com/rest/actions/secrets#get-a-repository-secret parameters: - - *266 - *267 + - *268 - *123 responses: '200': description: Response content: application/json: - schema: *312 + schema: *313 examples: - default: &436 + default: &437 value: name: GH_TOKEN created_at: '2019-08-10T14:59:22Z' @@ -48746,8 +48761,8 @@ paths: description: API method documentation url: https://docs.github.com/rest/actions/secrets#create-or-update-a-repository-secret parameters: - - *266 - *267 + - *268 - *123 requestBody: required: true @@ -48805,8 +48820,8 @@ paths: description: API method documentation url: https://docs.github.com/rest/actions/secrets#delete-a-repository-secret parameters: - - *266 - *267 + - *268 - *123 responses: '204': @@ -48832,9 +48847,9 @@ paths: description: API method documentation url: https://docs.github.com/rest/actions/variables#list-repository-variables parameters: - - *266 - *267 - - *288 + - *268 + - *289 - *19 responses: '200': @@ -48851,9 +48866,9 @@ paths: type: integer variables: type: array - items: *316 + items: *317 examples: - default: *317 + default: *318 headers: Link: *57 x-github: @@ -48876,8 +48891,8 @@ paths: description: API method documentation url: https://docs.github.com/rest/actions/variables#create-a-repository-variable parameters: - - *266 - *267 + - *268 requestBody: required: true content: @@ -48929,17 +48944,17 @@ paths: description: API method documentation url: https://docs.github.com/rest/actions/variables#get-a-repository-variable parameters: - - *266 - *267 + - *268 - *126 responses: '200': description: Response content: application/json: - schema: *316 + schema: *317 examples: - default: &437 + default: &438 value: name: USERNAME value: octocat @@ -48965,8 +48980,8 @@ paths: description: API method documentation url: https://docs.github.com/rest/actions/variables#update-a-repository-variable parameters: - - *266 - *267 + - *268 - *126 requestBody: required: true @@ -49009,8 +49024,8 @@ paths: description: API method documentation url: https://docs.github.com/rest/actions/variables#delete-a-repository-variable parameters: - - *266 - *267 + - *268 - *126 responses: '204': @@ -49036,8 +49051,8 @@ paths: description: API method documentation url: https://docs.github.com/rest/actions/workflows#list-repository-workflows parameters: - - *266 - *267 + - *268 - *17 - *19 responses: @@ -49055,7 +49070,7 @@ paths: type: integer workflows: type: array - items: &318 + items: &319 title: Workflow description: A GitHub Actions workflow type: object @@ -49173,9 +49188,9 @@ paths: description: API method documentation url: https://docs.github.com/rest/actions/workflows#get-a-workflow parameters: - - *266 - *267 - - &319 + - *268 + - &320 name: workflow_id in: path description: The ID of the workflow. You can also pass the workflow file name @@ -49190,7 +49205,7 @@ paths: description: Response content: application/json: - schema: *318 + schema: *319 examples: default: value: @@ -49223,9 +49238,9 @@ paths: description: API method documentation url: https://docs.github.com/rest/actions/workflows#disable-a-workflow parameters: - - *266 - *267 - - *319 + - *268 + - *320 responses: '204': description: Response @@ -49250,9 +49265,9 @@ paths: description: API method documentation url: https://docs.github.com/rest/actions/workflows#create-a-workflow-dispatch-event parameters: - - *266 - *267 - - *319 + - *268 + - *320 responses: '204': description: Response @@ -49303,9 +49318,9 @@ paths: description: API method documentation url: https://docs.github.com/rest/actions/workflows#enable-a-workflow parameters: - - *266 - *267 - - *319 + - *268 + - *320 responses: '204': description: Response @@ -49332,19 +49347,19 @@ paths: description: API method documentation url: https://docs.github.com/rest/actions/workflow-runs#list-workflow-runs-for-a-workflow parameters: - - *266 - *267 - - *319 + - *268 - *320 - *321 - *322 - *323 + - *324 - *17 - *19 - - *324 - - *303 - *325 + - *304 - *326 + - *327 responses: '200': description: Response @@ -49360,9 +49375,9 @@ paths: type: integer workflow_runs: type: array - items: *304 + items: *305 examples: - default: *327 + default: *328 headers: Link: *57 x-github: @@ -49394,9 +49409,9 @@ paths: description: API method documentation url: https://docs.github.com/rest/actions/workflows#get-workflow-usage parameters: - - *266 - *267 - - *319 + - *268 + - *320 responses: '200': description: Response @@ -49457,8 +49472,8 @@ paths: description: API method documentation url: https://docs.github.com/rest/repos/repos#list-repository-activities parameters: - - *266 - *267 + - *268 - *46 - *17 - *37 @@ -49626,8 +49641,8 @@ paths: description: API method documentation url: https://docs.github.com/rest/issues/assignees#list-assignees parameters: - - *266 - *267 + - *268 - *17 - *19 responses: @@ -49639,7 +49654,7 @@ paths: type: array items: *4 examples: - default: *189 + default: *190 headers: Link: *57 '404': *6 @@ -49664,8 +49679,8 @@ paths: description: API method documentation url: https://docs.github.com/rest/issues/assignees#check-if-a-user-can-be-assigned parameters: - - *266 - *267 + - *268 - name: assignee in: path required: true @@ -49701,8 +49716,8 @@ paths: description: API method documentation url: https://docs.github.com/rest/repos/repos#create-an-attestation parameters: - - *266 - *267 + - *268 requestBody: required: true content: @@ -49814,8 +49829,8 @@ paths: description: API method documentation url: https://docs.github.com/rest/repos/repos#list-attestations parameters: - - *266 - *267 + - *268 - *17 - *37 - *38 @@ -49869,7 +49884,7 @@ paths: bundle_url: type: string examples: - default: *328 + default: *329 x-github: githubCloudOnly: false enabledForGitHubApps: true @@ -49889,8 +49904,8 @@ paths: description: API method documentation url: https://docs.github.com/rest/repos/autolinks#get-all-autolinks-of-a-repository parameters: - - *266 - *267 + - *268 responses: '200': description: Response @@ -49898,7 +49913,7 @@ paths: application/json: schema: type: array - items: &329 + items: &330 title: Autolink reference description: An autolink reference. type: object @@ -49952,8 +49967,8 @@ paths: description: API method documentation url: https://docs.github.com/rest/repos/autolinks#create-an-autolink-reference-for-a-repository parameters: - - *266 - *267 + - *268 requestBody: required: true content: @@ -49992,9 +50007,9 @@ paths: description: response content: application/json: - schema: *329 + schema: *330 examples: - default: &330 + default: &331 value: id: 1 key_prefix: TICKET- @@ -50025,9 +50040,9 @@ paths: description: API method documentation url: https://docs.github.com/rest/repos/autolinks#get-an-autolink-reference-of-a-repository parameters: - - *266 - *267 - - &331 + - *268 + - &332 name: autolink_id description: The unique identifier of the autolink. in: path @@ -50039,9 +50054,9 @@ paths: description: Response content: application/json: - schema: *329 + schema: *330 examples: - default: *330 + default: *331 '404': *6 x-github: githubCloudOnly: false @@ -50061,9 +50076,9 @@ paths: description: API method documentation url: https://docs.github.com/rest/repos/autolinks#delete-an-autolink-reference-from-a-repository parameters: - - *266 - *267 - - *331 + - *268 + - *332 responses: '204': description: Response @@ -50087,8 +50102,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: - - *266 - *267 + - *268 responses: '200': description: Response if Dependabot is enabled @@ -50138,8 +50153,8 @@ paths: description: API method documentation url: https://docs.github.com/rest/repos/repos#enable-dependabot-security-updates parameters: - - *266 - *267 + - *268 responses: '204': description: Response @@ -50160,8 +50175,8 @@ paths: description: API method documentation url: https://docs.github.com/rest/repos/repos#disable-dependabot-security-updates parameters: - - *266 - *267 + - *268 responses: '204': description: Response @@ -50181,8 +50196,8 @@ paths: description: API method documentation url: https://docs.github.com/rest/branches/branches#list-branches parameters: - - *266 - *267 + - *268 - name: protected description: Setting to `true` returns only branches protected by branch protections or rulesets. When set to `false`, only unprotected branches are returned. @@ -50220,7 +50235,7 @@ paths: - url protected: type: boolean - protection: &333 + protection: &334 title: Branch Protection description: Branch Protection type: object @@ -50263,7 +50278,7 @@ paths: required: - contexts - checks - enforce_admins: &336 + enforce_admins: &337 title: Protected Branch Admin Enforced description: Protected Branch Admin Enforced type: object @@ -50280,7 +50295,7 @@ paths: required: - url - enabled - required_pull_request_reviews: &338 + required_pull_request_reviews: &339 title: Protected Branch Pull Request Review description: Protected Branch Pull Request Review type: object @@ -50364,7 +50379,7 @@ paths: required: - dismiss_stale_reviews - require_code_owner_reviews - restrictions: &335 + restrictions: &336 title: Branch Restriction Policy description: Branch Restriction Policy type: object @@ -50689,9 +50704,9 @@ paths: description: API method documentation url: https://docs.github.com/rest/branches/branches#get-a-branch parameters: - - *266 - *267 - - &334 + - *268 + - &335 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). @@ -50705,14 +50720,14 @@ paths: description: Response content: application/json: - schema: &344 + schema: &345 title: Branch With Protection description: Branch With Protection type: object properties: name: type: string - commit: &394 + commit: &395 title: Commit description: Commit type: object @@ -50751,7 +50766,7 @@ paths: author: anyOf: - type: 'null' - - &332 + - &333 title: Git User description: Metaproperties for Git author/committer information. @@ -50772,7 +50787,7 @@ paths: committer: anyOf: - type: 'null' - - *332 + - *333 message: type: string examples: @@ -50796,7 +50811,7 @@ paths: required: - sha - url - verification: &443 + verification: &444 title: Verification type: object properties: @@ -50876,7 +50891,7 @@ paths: type: integer files: type: array - items: &406 + items: &407 title: Diff Entry description: Diff Entry type: object @@ -50970,7 +50985,7 @@ paths: - self protected: type: boolean - protection: *333 + protection: *334 protection_url: type: string format: uri @@ -51079,7 +51094,7 @@ paths: contexts: [] checks: [] protection_url: https://api.github.com/repos/octocat/Hello-World/branches/main/protection - '301': *278 + '301': *279 '404': *6 x-github: githubCloudOnly: false @@ -51101,15 +51116,15 @@ paths: description: API method documentation url: https://docs.github.com/rest/branches/branch-protection#get-branch-protection parameters: - - *266 - *267 - - *334 + - *268 + - *335 responses: '200': description: Response content: application/json: - schema: *333 + schema: *334 examples: default: value: @@ -51303,9 +51318,9 @@ paths: description: API method documentation url: https://docs.github.com/rest/branches/branch-protection#update-branch-protection parameters: - - *266 - *267 - - *334 + - *268 + - *335 requestBody: required: true content: @@ -51565,7 +51580,7 @@ paths: url: type: string format: uri - required_status_checks: &341 + required_status_checks: &342 title: Status Check Policy description: Status Check Policy type: object @@ -51724,7 +51739,7 @@ paths: additionalProperties: false required: - enabled - restrictions: *335 + restrictions: *336 required_conversation_resolution: type: object properties: @@ -51836,9 +51851,9 @@ paths: description: API method documentation url: https://docs.github.com/rest/branches/branch-protection#delete-branch-protection parameters: - - *266 - *267 - - *334 + - *268 + - *335 responses: '204': description: Response @@ -51863,17 +51878,17 @@ paths: description: API method documentation url: https://docs.github.com/rest/branches/branch-protection#get-admin-branch-protection parameters: - - *266 - *267 - - *334 + - *268 + - *335 responses: '200': description: Response content: application/json: - schema: *336 + schema: *337 examples: - default: &337 + default: &338 value: url: https://api.github.com/repos/octocat/Hello-World/branches/master/protection/enforce_admins enabled: true @@ -51895,17 +51910,17 @@ paths: description: API method documentation url: https://docs.github.com/rest/branches/branch-protection#set-admin-branch-protection parameters: - - *266 - *267 - - *334 + - *268 + - *335 responses: '200': description: Response content: application/json: - schema: *336 + schema: *337 examples: - default: *337 + default: *338 x-github: githubCloudOnly: false enabledForGitHubApps: true @@ -51924,9 +51939,9 @@ paths: description: API method documentation url: https://docs.github.com/rest/branches/branch-protection#delete-admin-branch-protection parameters: - - *266 - *267 - - *334 + - *268 + - *335 responses: '204': description: Response @@ -51951,17 +51966,17 @@ paths: description: API method documentation url: https://docs.github.com/rest/branches/branch-protection#get-pull-request-review-protection parameters: - - *266 - *267 - - *334 + - *268 + - *335 responses: '200': description: Response content: application/json: - schema: *338 + schema: *339 examples: - default: &339 + default: &340 value: url: https://api.github.com/repos/octocat/Hello-World/branches/master/protection/required_pull_request_reviews dismissal_restrictions: @@ -52057,9 +52072,9 @@ paths: description: API method documentation url: https://docs.github.com/rest/branches/branch-protection#update-pull-request-review-protection parameters: - - *266 - *267 - - *334 + - *268 + - *335 requestBody: required: false content: @@ -52157,9 +52172,9 @@ paths: description: Response content: application/json: - schema: *338 + schema: *339 examples: - default: *339 + default: *340 '422': *15 x-github: githubCloudOnly: false @@ -52180,9 +52195,9 @@ paths: description: API method documentation url: https://docs.github.com/rest/branches/branch-protection#delete-pull-request-review-protection parameters: - - *266 - *267 - - *334 + - *268 + - *335 responses: '204': description: Response @@ -52209,17 +52224,17 @@ paths: description: API method documentation url: https://docs.github.com/rest/branches/branch-protection#get-commit-signature-protection parameters: - - *266 - *267 - - *334 + - *268 + - *335 responses: '200': description: Response content: application/json: - schema: *336 + schema: *337 examples: - default: &340 + default: &341 value: url: https://api.github.com/repos/octocat/Hello-World/branches/master/protection/required_signatures enabled: true @@ -52242,17 +52257,17 @@ paths: description: API method documentation url: https://docs.github.com/rest/branches/branch-protection#create-commit-signature-protection parameters: - - *266 - *267 - - *334 + - *268 + - *335 responses: '200': description: Response content: application/json: - schema: *336 + schema: *337 examples: - default: *340 + default: *341 '404': *6 x-github: githubCloudOnly: false @@ -52272,9 +52287,9 @@ paths: description: API method documentation url: https://docs.github.com/rest/branches/branch-protection#delete-commit-signature-protection parameters: - - *266 - *267 - - *334 + - *268 + - *335 responses: '204': description: Response @@ -52299,17 +52314,17 @@ paths: description: API method documentation url: https://docs.github.com/rest/branches/branch-protection#get-status-checks-protection parameters: - - *266 - *267 - - *334 + - *268 + - *335 responses: '200': description: Response content: application/json: - schema: *341 + schema: *342 examples: - default: &342 + default: &343 value: url: https://api.github.com/repos/octocat/Hello-World/branches/master/protection/required_status_checks strict: true @@ -52335,9 +52350,9 @@ paths: description: API method documentation url: https://docs.github.com/rest/branches/branch-protection#update-status-check-protection parameters: - - *266 - *267 - - *334 + - *268 + - *335 requestBody: required: false content: @@ -52389,9 +52404,9 @@ paths: description: Response content: application/json: - schema: *341 + schema: *342 examples: - default: *342 + default: *343 '404': *6 '422': *15 x-github: @@ -52413,9 +52428,9 @@ paths: description: API method documentation url: https://docs.github.com/rest/branches/branch-protection#remove-status-check-protection parameters: - - *266 - *267 - - *334 + - *268 + - *335 responses: '204': description: Response @@ -52439,9 +52454,9 @@ paths: description: API method documentation url: https://docs.github.com/rest/branches/branch-protection#get-all-status-check-contexts parameters: - - *266 - *267 - - *334 + - *268 + - *335 responses: '200': description: Response @@ -52475,9 +52490,9 @@ paths: description: API method documentation url: https://docs.github.com/rest/branches/branch-protection#add-status-check-contexts parameters: - - *266 - *267 - - *334 + - *268 + - *335 requestBody: required: false content: @@ -52544,9 +52559,9 @@ paths: description: API method documentation url: https://docs.github.com/rest/branches/branch-protection#set-status-check-contexts parameters: - - *266 - *267 - - *334 + - *268 + - *335 requestBody: required: false content: @@ -52610,9 +52625,9 @@ paths: description: API method documentation url: https://docs.github.com/rest/branches/branch-protection#remove-status-check-contexts parameters: - - *266 - *267 - - *334 + - *268 + - *335 requestBody: content: application/json: @@ -52678,15 +52693,15 @@ paths: description: API method documentation url: https://docs.github.com/rest/branches/branch-protection#get-access-restrictions parameters: - - *266 - *267 - - *334 + - *268 + - *335 responses: '200': description: Response content: application/json: - schema: *335 + schema: *336 examples: default: value: @@ -52777,9 +52792,9 @@ paths: description: API method documentation url: https://docs.github.com/rest/branches/branch-protection#delete-access-restrictions parameters: - - *266 - *267 - - *334 + - *268 + - *335 responses: '204': description: Response @@ -52802,9 +52817,9 @@ paths: description: API method documentation url: https://docs.github.com/rest/branches/branch-protection#get-apps-with-access-to-the-protected-branch parameters: - - *266 - *267 - - *334 + - *268 + - *335 responses: '200': description: Response @@ -52814,7 +52829,7 @@ paths: type: array items: *5 examples: - default: &343 + default: &344 value: - id: 1 slug: octoapp @@ -52871,9 +52886,9 @@ paths: description: API method documentation url: https://docs.github.com/rest/branches/branch-protection#add-app-access-restrictions parameters: - - *266 - *267 - - *334 + - *268 + - *335 requestBody: required: true content: @@ -52907,7 +52922,7 @@ paths: type: array items: *5 examples: - default: *343 + default: *344 '422': *15 x-github: githubCloudOnly: false @@ -52928,9 +52943,9 @@ paths: description: API method documentation url: https://docs.github.com/rest/branches/branch-protection#set-app-access-restrictions parameters: - - *266 - *267 - - *334 + - *268 + - *335 requestBody: required: true content: @@ -52964,7 +52979,7 @@ paths: type: array items: *5 examples: - default: *343 + default: *344 '422': *15 x-github: githubCloudOnly: false @@ -52985,9 +53000,9 @@ paths: description: API method documentation url: https://docs.github.com/rest/branches/branch-protection#remove-app-access-restrictions parameters: - - *266 - *267 - - *334 + - *268 + - *335 requestBody: required: true content: @@ -53021,7 +53036,7 @@ paths: type: array items: *5 examples: - default: *343 + default: *344 '422': *15 x-github: githubCloudOnly: false @@ -53043,9 +53058,9 @@ paths: description: API method documentation url: https://docs.github.com/rest/branches/branch-protection#get-teams-with-access-to-the-protected-branch parameters: - - *266 - *267 - - *334 + - *268 + - *335 responses: '200': description: Response @@ -53055,7 +53070,7 @@ paths: type: array items: *146 examples: - default: *202 + default: *203 '404': *6 x-github: githubCloudOnly: false @@ -53075,9 +53090,9 @@ paths: description: API method documentation url: https://docs.github.com/rest/branches/branch-protection#add-team-access-restrictions parameters: - - *266 - *267 - - *334 + - *268 + - *335 requestBody: required: false content: @@ -53115,7 +53130,7 @@ paths: type: array items: *146 examples: - default: *202 + default: *203 '422': *15 x-github: githubCloudOnly: false @@ -53136,9 +53151,9 @@ paths: description: API method documentation url: https://docs.github.com/rest/branches/branch-protection#set-team-access-restrictions parameters: - - *266 - *267 - - *334 + - *268 + - *335 requestBody: required: false content: @@ -53176,7 +53191,7 @@ paths: type: array items: *146 examples: - default: *202 + default: *203 '422': *15 x-github: githubCloudOnly: false @@ -53197,9 +53212,9 @@ paths: description: API method documentation url: https://docs.github.com/rest/branches/branch-protection#remove-team-access-restrictions parameters: - - *266 - *267 - - *334 + - *268 + - *335 requestBody: content: application/json: @@ -53236,7 +53251,7 @@ paths: type: array items: *146 examples: - default: *202 + default: *203 '422': *15 x-github: githubCloudOnly: false @@ -53258,9 +53273,9 @@ paths: description: API method documentation url: https://docs.github.com/rest/branches/branch-protection#get-users-with-access-to-the-protected-branch parameters: - - *266 - *267 - - *334 + - *268 + - *335 responses: '200': description: Response @@ -53270,7 +53285,7 @@ paths: type: array items: *4 examples: - default: *189 + default: *190 '404': *6 x-github: githubCloudOnly: false @@ -53294,9 +53309,9 @@ paths: description: API method documentation url: https://docs.github.com/rest/branches/branch-protection#add-user-access-restrictions parameters: - - *266 - *267 - - *334 + - *268 + - *335 requestBody: required: true content: @@ -53329,7 +53344,7 @@ paths: type: array items: *4 examples: - default: *189 + default: *190 '422': *15 x-github: githubCloudOnly: false @@ -53354,9 +53369,9 @@ paths: description: API method documentation url: https://docs.github.com/rest/branches/branch-protection#set-user-access-restrictions parameters: - - *266 - *267 - - *334 + - *268 + - *335 requestBody: required: true content: @@ -53389,7 +53404,7 @@ paths: type: array items: *4 examples: - default: *189 + default: *190 '422': *15 x-github: githubCloudOnly: false @@ -53414,9 +53429,9 @@ paths: description: API method documentation url: https://docs.github.com/rest/branches/branch-protection#remove-user-access-restrictions parameters: - - *266 - *267 - - *334 + - *268 + - *335 requestBody: required: true content: @@ -53449,7 +53464,7 @@ paths: type: array items: *4 examples: - default: *189 + default: *190 '422': *15 x-github: githubCloudOnly: false @@ -53476,9 +53491,9 @@ paths: description: API method documentation url: https://docs.github.com/rest/branches/branches#rename-a-branch parameters: - - *266 - *267 - - *334 + - *268 + - *335 requestBody: required: true content: @@ -53500,7 +53515,7 @@ paths: description: Response content: application/json: - schema: *344 + schema: *345 examples: default: value: @@ -53616,8 +53631,8 @@ paths: description: API method documentation url: https://docs.github.com/rest/checks/runs#create-a-check-run parameters: - - *266 - *267 + - *268 requestBody: required: true content: @@ -53896,7 +53911,7 @@ paths: description: Response content: application/json: - schema: &346 + schema: &347 title: CheckRun description: A check performed on the code of a given code change type: object @@ -54031,8 +54046,8 @@ paths: do not necessarily indicate pull requests that triggered the check. type: array - items: *345 - deployment: &633 + items: *346 + deployment: &634 title: Deployment description: A deployment created as the result of an Actions check run from a workflow that references an environment @@ -54319,9 +54334,9 @@ paths: description: API method documentation url: https://docs.github.com/rest/checks/runs#get-a-check-run parameters: - - *266 - *267 - - &347 + - *268 + - &348 name: check_run_id description: The unique identifier of the check run. in: path @@ -54333,9 +54348,9 @@ paths: description: Response content: application/json: - schema: *346 + schema: *347 examples: - default: &348 + default: &349 value: id: 4 head_sha: ce587453ced02b1526dfb4cb910479d431683101 @@ -54435,9 +54450,9 @@ paths: description: API method documentation url: https://docs.github.com/rest/checks/runs#update-a-check-run parameters: - - *266 - *267 - - *347 + - *268 + - *348 requestBody: required: true content: @@ -54677,9 +54692,9 @@ paths: description: Response content: application/json: - schema: *346 + schema: *347 examples: - default: *348 + default: *349 x-github: githubCloudOnly: false enabledForGitHubApps: true @@ -54699,9 +54714,9 @@ paths: description: API method documentation url: https://docs.github.com/rest/checks/runs#list-check-run-annotations parameters: - - *266 - *267 - - *347 + - *268 + - *348 - *17 - *19 responses: @@ -54804,8 +54819,6 @@ paths: Triggers GitHub to rerequest an existing check run, without pushing new code to a repository. This endpoint will trigger the [`check_run` webhook](https://docs.github.com/webhooks/event-payloads/#check_run) event with the action `rerequested`. When a check run is `rerequested`, the `status` of the check suite it belongs to is reset to `queued` and the `conclusion` is cleared. The check run itself is not updated. GitHub apps recieving the [`check_run` webhook](https://docs.github.com/webhooks/event-payloads/#check_run) with the `rerequested` action should then decide if the check run should be reset or updated and call the [update `check_run` endpoint](https://docs.github.com/rest/checks/runs#update-a-check-run) to update the check_run if desired. For more information about how to re-run GitHub Actions jobs, see "[Re-run a job from a workflow run](https://docs.github.com/rest/actions/workflow-runs#re-run-a-job-from-a-workflow-run)". - - OAuth apps and personal access tokens (classic) cannot use this endpoint. tags: - checks operationId: checks/rerequest-run @@ -54813,9 +54826,9 @@ paths: description: API method documentation url: https://docs.github.com/rest/checks/runs#rerequest-a-check-run parameters: - - *266 - *267 - - *347 + - *268 + - *348 responses: '201': description: Response @@ -54859,8 +54872,8 @@ paths: description: API method documentation url: https://docs.github.com/rest/checks/suites#create-a-check-suite parameters: - - *266 - *267 + - *268 requestBody: required: true content: @@ -54882,7 +54895,7 @@ paths: description: Response when the suite already exists content: application/json: - schema: &350 + schema: &351 title: CheckSuite description: A suite of checks performed on the code of a given code change @@ -54964,7 +54977,7 @@ paths: type: - array - 'null' - items: *345 + items: *346 app: anyOf: - type: 'null' @@ -54980,7 +54993,7 @@ paths: - string - 'null' format: date-time - head_commit: *349 + head_commit: *350 latest_check_runs_count: type: integer check_runs_url: @@ -55008,7 +55021,7 @@ paths: - check_runs_url - pull_requests examples: - default: &351 + default: &352 value: id: 5 node_id: MDEwOkNoZWNrU3VpdGU1 @@ -55299,9 +55312,9 @@ paths: description: Response when the suite was created content: application/json: - schema: *350 + schema: *351 examples: - default: *351 + default: *352 x-github: githubCloudOnly: false enabledForGitHubApps: true @@ -55320,8 +55333,8 @@ paths: description: API method documentation url: https://docs.github.com/rest/checks/suites#update-repository-preferences-for-check-suites parameters: - - *266 - *267 + - *268 requestBody: required: true content: @@ -55630,9 +55643,9 @@ paths: description: API method documentation url: https://docs.github.com/rest/checks/suites#get-a-check-suite parameters: - - *266 - *267 - - &352 + - *268 + - &353 name: check_suite_id description: The unique identifier of the check suite. in: path @@ -55644,9 +55657,9 @@ paths: description: Response content: application/json: - schema: *350 + schema: *351 examples: - default: *351 + default: *352 x-github: githubCloudOnly: false enabledForGitHubApps: true @@ -55669,17 +55682,17 @@ paths: description: API method documentation url: https://docs.github.com/rest/checks/runs#list-check-runs-in-a-check-suite parameters: - - *266 - *267 - - *352 - - &401 + - *268 + - *353 + - &402 name: check_name description: Returns check runs with the specified `name`. in: query required: false schema: type: string - - &402 + - &403 name: status description: Returns check runs with the specified `status`. in: query @@ -55718,9 +55731,9 @@ paths: type: integer check_runs: type: array - items: *346 + items: *347 examples: - default: &403 + default: &404 value: total_count: 1 check_runs: @@ -55811,10 +55824,10 @@ paths: "/repos/{owner}/{repo}/check-suites/{check_suite_id}/rerequest": post: summary: Rerequest a check suite - description: |- - Triggers GitHub to rerequest an existing check suite, without pushing new code to a repository. This endpoint will trigger the [`check_suite` webhook](https://docs.github.com/webhooks/event-payloads/#check_suite) event with the action `rerequested`. When a check suite is `rerequested`, its `status` is reset to `queued` and the `conclusion` is cleared. - - OAuth apps and personal access tokens (classic) cannot use this endpoint. + description: Triggers GitHub to rerequest an existing check suite, without pushing + new code to a repository. This endpoint will trigger the [`check_suite` webhook](https://docs.github.com/webhooks/event-payloads/#check_suite) + event with the action `rerequested`. When a check suite is `rerequested`, + its `status` is reset to `queued` and the `conclusion` is cleared. tags: - checks operationId: checks/rerequest-suite @@ -55822,9 +55835,9 @@ paths: description: API method documentation url: https://docs.github.com/rest/checks/suites#rerequest-a-check-suite parameters: - - *266 - *267 - - *352 + - *268 + - *353 responses: '201': description: Response @@ -55857,21 +55870,21 @@ paths: description: API method documentation url: https://docs.github.com/rest/code-scanning/code-scanning#list-code-scanning-alerts-for-a-repository parameters: - - *266 - *267 - - *353 + - *268 - *354 + - *355 - *19 - *17 - - &371 + - &372 name: ref description: The Git reference for the results you want to list. The `ref` for a branch can be formatted either as `refs/heads/` or simply ``. To reference a pull request use `refs/pull//merge`. in: query required: false - schema: *355 - - &372 + schema: *356 + - &373 name: pr description: The number of the pull request for the results you want to list. in: query @@ -55896,13 +55909,13 @@ paths: be returned. in: query required: false - schema: *356 + schema: *357 - name: severity description: If specified, only code scanning alerts with this severity will be returned. in: query required: false - schema: *357 + schema: *358 responses: '200': description: Response @@ -55918,7 +55931,7 @@ paths: updated_at: *54 url: *55 html_url: *56 - instances_url: *358 + instances_url: *359 state: *136 fixed_at: *132 dismissed_by: @@ -55926,11 +55939,11 @@ paths: - type: 'null' - *4 dismissed_at: *133 - dismissed_reason: *359 - dismissed_comment: *360 - rule: *361 - tool: *362 - most_recent_instance: *363 + dismissed_reason: *360 + dismissed_comment: *361 + rule: *362 + tool: *363 + most_recent_instance: *364 dismissal_approved_by: anyOf: - type: 'null' @@ -56050,7 +56063,7 @@ paths: classifications: [] instances_url: https://api.github.com/repos/octocat/hello-world/code-scanning/alerts/3/instances '304': *35 - '403': &364 + '403': &365 description: Response if GitHub Advanced Security is not enabled for this repository content: @@ -56077,9 +56090,9 @@ paths: description: API method documentation url: https://docs.github.com/rest/code-scanning/code-scanning#get-a-code-scanning-alert parameters: - - *266 - *267 - - &365 + - *268 + - &366 name: alert_number in: path description: The number that identifies an alert. You can find this at the @@ -56093,7 +56106,7 @@ paths: description: Response content: application/json: - schema: &366 + schema: &367 type: object properties: number: *52 @@ -56101,7 +56114,7 @@ paths: updated_at: *54 url: *55 html_url: *56 - instances_url: *358 + instances_url: *359 state: *136 fixed_at: *132 dismissed_by: @@ -56109,8 +56122,8 @@ paths: - type: 'null' - *4 dismissed_at: *133 - dismissed_reason: *359 - dismissed_comment: *360 + dismissed_reason: *360 + dismissed_comment: *361 rule: type: object properties: @@ -56172,8 +56185,8 @@ paths: - 'null' description: A link to the documentation for the rule used to detect the alert. - tool: *362 - most_recent_instance: *363 + tool: *363 + most_recent_instance: *364 dismissal_approved_by: anyOf: - type: 'null' @@ -56266,7 +56279,7 @@ paths: - test instances_url: https://api.github.com/repos/octocat/hello-world/code-scanning/alerts/42/instances '304': *35 - '403': *364 + '403': *365 '404': *6 '503': *62 x-github: @@ -56286,9 +56299,9 @@ paths: description: API method documentation url: https://docs.github.com/rest/code-scanning/code-scanning#update-a-code-scanning-alert parameters: - - *266 - *267 - - *365 + - *268 + - *366 requestBody: required: true content: @@ -56303,8 +56316,8 @@ paths: enum: - open - dismissed - dismissed_reason: *359 - dismissed_comment: *360 + dismissed_reason: *360 + dismissed_comment: *361 create_request: type: boolean description: If `true`, attempt to create an alert dismissal request. @@ -56323,7 +56336,7 @@ paths: description: Response content: application/json: - schema: *366 + schema: *367 examples: default: value: @@ -56399,7 +56412,7 @@ paths: - test instances_url: https://api.github.com/repos/octocat/hello-world/code-scanning/alerts/42/instances '400': *14 - '403': &370 + '403': &371 description: Response if the repository is archived or if GitHub Advanced Security is not enabled for this repository content: @@ -56426,15 +56439,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: - - *266 - *267 - - *365 + - *268 + - *366 responses: '200': description: Response content: application/json: - schema: &367 + schema: &368 type: object properties: status: @@ -56461,13 +56474,13 @@ paths: - description - started_at examples: - default: &368 + default: &369 value: status: success description: This fixes an XSS vulnerability by escaping the user input. started_at: '2024-02-14T12:29:18Z' - '400': &369 + '400': &370 description: Bad Request content: application/json: @@ -56478,7 +56491,7 @@ 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': *364 + '403': *365 '404': *6 '503': *62 x-github: @@ -56503,29 +56516,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: - - *266 - *267 - - *365 + - *268 + - *366 responses: '200': description: OK content: application/json: - schema: *367 + schema: *368 examples: - default: *368 + default: *369 '202': description: Accepted content: application/json: - schema: *367 + schema: *368 examples: default: value: status: pending description: started_at: '2024-02-14T12:29:18Z' - '400': *369 + '400': *370 '403': description: Response if the repository is archived, if GitHub Advanced Security is not enabled for this repository or if rate limit is exceeded @@ -56557,9 +56570,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: - - *266 - *267 - - *365 + - *268 + - *366 requestBody: required: false content: @@ -56605,8 +56618,8 @@ paths: value: target_ref: refs/heads/main sha: 178f4f6090b3fccad4a65b3e83d076a622d59652 - '400': *369 - '403': *370 + '400': *370 + '403': *371 '404': *6 '422': description: Unprocessable Entity @@ -56630,13 +56643,13 @@ paths: description: API method documentation url: https://docs.github.com/rest/code-scanning/code-scanning#list-instances-of-a-code-scanning-alert parameters: - - *266 - *267 - - *365 + - *268 + - *366 - *19 - *17 - - *371 - *372 + - *373 responses: '200': description: Response @@ -56644,7 +56657,7 @@ paths: application/json: schema: type: array - items: *363 + items: *364 examples: default: value: @@ -56683,7 +56696,7 @@ paths: end_column: 50 classifications: - source - '403': *364 + '403': *365 '404': *6 '503': *62 x-github: @@ -56717,25 +56730,25 @@ paths: description: API method documentation url: https://docs.github.com/rest/code-scanning/code-scanning#list-code-scanning-analyses-for-a-repository parameters: - - *266 - *267 - - *353 + - *268 - *354 + - *355 - *19 - *17 - - *372 + - *373 - name: ref in: query description: The Git reference for the analyses you want to list. The `ref` for a branch can be formatted either as `refs/heads/` or simply ``. To reference a pull request use `refs/pull//merge`. required: false - schema: *355 + schema: *356 - name: sarif_id in: query description: Filter analyses belonging to the same SARIF upload. required: false - schema: &375 + schema: &376 type: string description: An identifier for the upload. examples: @@ -56757,23 +56770,23 @@ paths: application/json: schema: type: array - items: &376 + items: &377 type: object properties: - ref: *355 - commit_sha: &384 + ref: *356 + commit_sha: &385 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: *373 + analysis_key: *374 environment: type: string description: Identifies the variable values associated with the environment in which this analysis was performed. - category: *374 + category: *375 error: type: string examples: @@ -56798,8 +56811,8 @@ paths: description: The REST API URL of the analysis resource. format: uri readOnly: true - sarif_id: *375 - tool: *362 + sarif_id: *376 + tool: *363 deletable: type: boolean warning: @@ -56861,7 +56874,7 @@ paths: version: 1.2.0 deletable: true warning: '' - '403': *364 + '403': *365 '404': *6 '503': *62 x-github: @@ -56897,8 +56910,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: - - *266 - *267 + - *268 - name: analysis_id in: path description: The ID of the analysis, as returned from the `GET /repos/{owner}/{repo}/code-scanning/analyses` @@ -56911,7 +56924,7 @@ paths: description: Response content: application/json: - schema: *376 + schema: *377 examples: response: summary: application/json response @@ -56965,7 +56978,7 @@ paths: properties: - github/alertNumber: 2 - github/alertUrl: https://api.github.com/repos/monalisa/monalisa/code-scanning/alerts/2 - '403': *364 + '403': *365 '404': *6 '503': *62 x-github: @@ -57047,8 +57060,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: - - *266 - *267 + - *268 - name: analysis_id in: path description: The ID of the analysis, as returned from the `GET /repos/{owner}/{repo}/code-scanning/analyses` @@ -57104,7 +57117,7 @@ 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': *370 + '403': *371 '404': *6 '503': *62 x-github: @@ -57126,8 +57139,8 @@ paths: description: API method documentation url: https://docs.github.com/rest/code-scanning/code-scanning#list-codeql-databases-for-a-repository parameters: - - *266 - *267 + - *268 responses: '200': description: Response @@ -57135,7 +57148,7 @@ paths: application/json: schema: type: array - items: &377 + items: &378 title: CodeQL Database description: A CodeQL database. type: object @@ -57247,7 +57260,7 @@ 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': *364 + '403': *365 '404': *6 '503': *62 x-github: @@ -57276,8 +57289,8 @@ paths: description: API method documentation url: https://docs.github.com/rest/code-scanning/code-scanning#get-a-codeql-database-for-a-repository parameters: - - *266 - *267 + - *268 - name: language in: path description: The language of the CodeQL database. @@ -57289,7 +57302,7 @@ paths: description: Response content: application/json: - schema: *377 + schema: *378 examples: default: value: @@ -57321,9 +57334,9 @@ 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': &408 + '302': &409 description: Found - '403': *364 + '403': *365 '404': *6 '503': *62 x-github: @@ -57345,8 +57358,8 @@ paths: description: API method documentation url: https://docs.github.com/rest/code-scanning/code-scanning#delete-a-codeql-database parameters: - - *266 - *267 + - *268 - name: language in: path description: The language of the CodeQL database. @@ -57356,7 +57369,7 @@ paths: responses: '204': description: Response - '403': *370 + '403': *371 '404': *6 '503': *62 x-github: @@ -57384,8 +57397,8 @@ paths: description: API method documentation url: https://docs.github.com/rest/code-scanning/code-scanning#create-a-codeql-variant-analysis parameters: - - *266 - *267 + - *268 requestBody: required: true content: @@ -57394,7 +57407,7 @@ paths: type: object additionalProperties: false properties: - language: &378 + language: &379 type: string description: The language targeted by the CodeQL query enum: @@ -57473,7 +57486,7 @@ paths: description: Variant analysis submitted for processing content: application/json: - schema: &382 + schema: &383 title: Variant Analysis description: A run of a CodeQL query against one or more repositories. type: object @@ -57483,7 +57496,7 @@ paths: description: The ID of the variant analysis. controller_repo: *51 actor: *4 - query_language: *378 + query_language: *379 query_pack_url: type: string description: The download url for the query pack. @@ -57531,7 +57544,7 @@ paths: items: type: object properties: - repository: &379 + repository: &380 title: Repository Identifier description: Repository Identifier type: object @@ -57573,7 +57586,7 @@ paths: - private - stargazers_count - updated_at - analysis_status: &383 + analysis_status: &384 type: string description: The new status of the CodeQL variant analysis repository task. @@ -57605,7 +57618,7 @@ paths: from processing. This information is only available to the user that initiated the variant analysis. properties: - access_mismatch_repos: &380 + access_mismatch_repos: &381 type: object properties: repository_count: @@ -57620,7 +57633,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: *379 + items: *380 required: - repository_count - repositories @@ -57643,8 +57656,8 @@ paths: required: - repository_count - repository_full_names - no_codeql_db_repos: *380 - over_limit_repos: *380 + no_codeql_db_repos: *381 + over_limit_repos: *381 required: - access_mismatch_repos - not_found_repos @@ -57660,7 +57673,7 @@ paths: examples: repositories_parameter: summary: Response for a successful variant analysis submission - value: &381 + value: &382 summary: Default response value: id: 1 @@ -57812,10 +57825,10 @@ paths: private: false repository_owners: summary: Response for a successful variant analysis submission - value: *381 + value: *382 repository_lists: summary: Response for a successful variant analysis submission - value: *381 + value: *382 '404': *6 '422': description: Unable to process variant analysis submission @@ -57843,8 +57856,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: - - *266 - *267 + - *268 - name: codeql_variant_analysis_id in: path description: The unique identifier of the variant analysis. @@ -57856,9 +57869,9 @@ paths: description: Response content: application/json: - schema: *382 + schema: *383 examples: - default: *381 + default: *382 '404': *6 '503': *62 x-github: @@ -57881,7 +57894,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: - - *266 + - *267 - name: repo in: path description: The name of the controller repository. @@ -57916,7 +57929,7 @@ paths: type: object properties: repository: *51 - analysis_status: *383 + analysis_status: *384 artifact_size_in_bytes: type: integer description: The size of the artifact. This is only available @@ -58041,8 +58054,8 @@ paths: description: API method documentation url: https://docs.github.com/rest/code-scanning/code-scanning#get-a-code-scanning-default-setup-configuration parameters: - - *266 - *267 + - *268 responses: '200': description: Response @@ -58124,7 +58137,7 @@ paths: query_suite: default updated_at: '2023-01-19T11:21:34Z' schedule: weekly - '403': *364 + '403': *365 '404': *6 '503': *62 x-github: @@ -58145,8 +58158,8 @@ paths: description: API method documentation url: https://docs.github.com/rest/code-scanning/code-scanning#update-a-code-scanning-default-setup-configuration parameters: - - *266 - *267 + - *268 requestBody: required: true content: @@ -58230,7 +58243,7 @@ paths: value: run_id: 42 run_url: https://api.github.com/repos/octoorg/octocat/actions/runs/42 - '403': *370 + '403': *371 '404': *6 '409': description: Response if there is already a validation run in progress with @@ -58295,8 +58308,8 @@ paths: description: API method documentation url: https://docs.github.com/rest/code-scanning/code-scanning#upload-an-analysis-as-sarif-data parameters: - - *266 - *267 + - *268 requestBody: required: true content: @@ -58304,7 +58317,7 @@ paths: schema: type: object properties: - commit_sha: *384 + commit_sha: *385 ref: type: string description: |- @@ -58364,7 +58377,7 @@ paths: schema: type: object properties: - id: *375 + id: *376 url: type: string description: The REST API URL for checking the status of the upload. @@ -58378,7 +58391,7 @@ 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': *370 + '403': *371 '404': *6 '413': description: Payload Too Large if the sarif field is too large @@ -58401,8 +58414,8 @@ paths: description: API method documentation url: https://docs.github.com/rest/code-scanning/code-scanning#get-information-about-a-sarif-upload parameters: - - *266 - *267 + - *268 - name: sarif_id description: The SARIF ID obtained after uploading. in: path @@ -58450,7 +58463,7 @@ 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': *364 + '403': *365 '404': description: Not Found if the sarif id does not match any upload '503': *62 @@ -58475,8 +58488,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: - - *266 - *267 + - *268 responses: '200': description: Response @@ -58557,8 +58570,8 @@ paths: description: API method documentation url: https://docs.github.com/rest/repos/repos#list-codeowners-errors parameters: - - *266 - *267 + - *268 - 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 @@ -58686,8 +58699,8 @@ paths: parameters: - *17 - *19 - - *266 - *267 + - *268 responses: '200': description: Response @@ -58703,7 +58716,7 @@ paths: type: integer codespaces: type: array - items: *190 + items: *191 examples: default: value: @@ -59001,8 +59014,8 @@ paths: description: API method documentation url: https://docs.github.com/rest/codespaces/codespaces#create-a-codespace-in-a-repository parameters: - - *266 - *267 + - *268 requestBody: required: true content: @@ -59066,17 +59079,17 @@ paths: description: Response when the codespace was successfully created content: application/json: - schema: *190 + schema: *191 examples: - default: *385 + default: *386 '202': description: Response when the codespace creation partially failed but is being retried in the background content: application/json: - schema: *190 + schema: *191 examples: - default: *385 + default: *386 '400': *14 '401': *23 '403': *27 @@ -59105,8 +59118,8 @@ paths: parameters: - *17 - *19 - - *266 - *267 + - *268 responses: '200': description: Response @@ -59170,8 +59183,8 @@ paths: description: API method documentation url: https://docs.github.com/rest/codespaces/machines#list-available-machine-types-for-a-repository parameters: - - *266 - *267 + - *268 - name: location description: The location to check for available machines. Assigned by IP if not provided. @@ -59208,9 +59221,9 @@ paths: type: integer machines: type: array - items: *386 + items: *387 examples: - default: &591 + default: &592 value: total_count: 2 machines: @@ -59250,8 +59263,8 @@ paths: description: API method documentation url: https://docs.github.com/rest/codespaces/codespaces#get-default-attributes-for-a-codespace parameters: - - *266 - *267 + - *268 - name: ref description: The branch or commit to check for a default devcontainer path. If not specified, the default branch will be checked. @@ -59338,8 +59351,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: - - *266 - *267 + - *268 - 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 @@ -59408,8 +59421,8 @@ paths: description: API method documentation url: https://docs.github.com/rest/codespaces/repository-secrets#list-repository-secrets parameters: - - *266 - *267 + - *268 - *17 - *19 responses: @@ -59427,7 +59440,7 @@ paths: type: integer secrets: type: array - items: &390 + items: &391 title: Codespaces Secret description: Set repository secrets for GitHub Codespaces. type: object @@ -59448,7 +59461,7 @@ paths: - created_at - updated_at examples: - default: *387 + default: *388 headers: Link: *57 x-github: @@ -59471,16 +59484,16 @@ paths: description: API method documentation url: https://docs.github.com/rest/codespaces/repository-secrets#get-a-repository-public-key parameters: - - *266 - *267 + - *268 responses: '200': description: Response content: application/json: - schema: *388 + schema: *389 examples: - default: *389 + default: *390 x-github: githubCloudOnly: false enabledForGitHubApps: false @@ -59500,17 +59513,17 @@ paths: description: API method documentation url: https://docs.github.com/rest/codespaces/repository-secrets#get-a-repository-secret parameters: - - *266 - *267 + - *268 - *123 responses: '200': description: Response content: application/json: - schema: *390 + schema: *391 examples: - default: *391 + default: *392 x-github: githubCloudOnly: false enabledForGitHubApps: true @@ -59530,8 +59543,8 @@ paths: description: API method documentation url: https://docs.github.com/rest/codespaces/repository-secrets#create-or-update-a-repository-secret parameters: - - *266 - *267 + - *268 - *123 requestBody: required: true @@ -59584,8 +59597,8 @@ paths: description: API method documentation url: https://docs.github.com/rest/codespaces/repository-secrets#delete-a-repository-secret parameters: - - *266 - *267 + - *268 - *123 responses: '204': @@ -59614,8 +59627,8 @@ paths: description: API method documentation url: https://docs.github.com/rest/collaborators/collaborators#list-repository-collaborators parameters: - - *266 - *267 + - *268 - name: affiliation description: Filter collaborators returned by their affiliation. `outside` means all outside collaborators of an organization-owned repository. `direct` @@ -59653,7 +59666,7 @@ paths: application/json: schema: type: array - items: &392 + items: &393 title: Collaborator description: Collaborator type: object @@ -59846,8 +59859,8 @@ paths: description: API method documentation url: https://docs.github.com/rest/collaborators/collaborators#check-if-a-user-is-a-repository-collaborator parameters: - - *266 - *267 + - *268 - *128 responses: '204': @@ -59890,8 +59903,8 @@ paths: description: API method documentation url: https://docs.github.com/rest/collaborators/collaborators#add-a-repository-collaborator parameters: - - *266 - *267 + - *268 - *128 requestBody: required: false @@ -59918,7 +59931,7 @@ paths: description: Response when a new invitation is created content: application/json: - schema: &456 + schema: &457 title: Repository Invitation description: Repository invitations let you manage who you collaborate with. @@ -60139,8 +60152,8 @@ paths: description: API method documentation url: https://docs.github.com/rest/collaborators/collaborators#remove-a-repository-collaborator parameters: - - *266 - *267 + - *268 - *128 responses: '204': @@ -60170,8 +60183,8 @@ paths: description: API method documentation url: https://docs.github.com/rest/collaborators/collaborators#get-repository-permissions-for-a-user parameters: - - *266 - *267 + - *268 - *128 responses: '200': @@ -60192,7 +60205,7 @@ paths: user: anyOf: - type: 'null' - - *392 + - *393 required: - permission - role_name @@ -60246,8 +60259,8 @@ paths: description: API method documentation url: https://docs.github.com/rest/commits/comments#list-commit-comments-for-a-repository parameters: - - *266 - *267 + - *268 - *17 - *19 responses: @@ -60257,7 +60270,7 @@ paths: application/json: schema: type: array - items: &393 + items: &394 title: Commit Comment description: Commit Comment type: object @@ -60315,7 +60328,7 @@ paths: - created_at - updated_at examples: - default: &396 + default: &397 value: - html_url: https://github.com/octocat/Hello-World/commit/6dcb09b5b57875f334f61aebed695e2e4193db5e#commitcomment-1 url: https://api.github.com/repos/octocat/Hello-World/comments/1 @@ -60374,17 +60387,17 @@ paths: description: API method documentation url: https://docs.github.com/rest/commits/comments#get-a-commit-comment parameters: - - *266 - *267 + - *268 - *73 responses: '200': description: Response content: application/json: - schema: *393 + schema: *394 examples: - default: &397 + default: &398 value: html_url: https://github.com/octocat/Hello-World/commit/6dcb09b5b57875f334f61aebed695e2e4193db5e#commitcomment-1 url: https://api.github.com/repos/octocat/Hello-World/comments/1 @@ -60441,8 +60454,8 @@ paths: description: API method documentation url: https://docs.github.com/rest/commits/comments#update-a-commit-comment parameters: - - *266 - *267 + - *268 - *73 requestBody: required: true @@ -60465,7 +60478,7 @@ paths: description: Response content: application/json: - schema: *393 + schema: *394 examples: default: value: @@ -60516,8 +60529,8 @@ paths: description: API method documentation url: https://docs.github.com/rest/commits/comments#delete-a-commit-comment parameters: - - *266 - *267 + - *268 - *73 responses: '204': @@ -60539,8 +60552,8 @@ paths: description: API method documentation url: https://docs.github.com/rest/reactions/reactions#list-reactions-for-a-commit-comment parameters: - - *266 - *267 + - *268 - *73 - name: content description: Returns a single [reaction type](https://docs.github.com/rest/reactions/reactions#about-reactions). @@ -60567,9 +60580,9 @@ paths: application/json: schema: type: array - items: *259 + items: *260 examples: - default: *261 + default: *262 headers: Link: *57 '404': *6 @@ -60590,8 +60603,8 @@ paths: description: API method documentation url: https://docs.github.com/rest/reactions/reactions#create-reaction-for-a-commit-comment parameters: - - *266 - *267 + - *268 - *73 requestBody: required: true @@ -60624,16 +60637,16 @@ paths: description: Reaction exists content: application/json: - schema: *259 + schema: *260 examples: - default: *260 + default: *261 '201': description: Reaction created content: application/json: - schema: *259 + schema: *260 examples: - default: *260 + default: *261 '422': *15 x-github: githubCloudOnly: false @@ -60655,10 +60668,10 @@ paths: description: API method documentation url: https://docs.github.com/rest/reactions/reactions#delete-a-commit-comment-reaction parameters: - - *266 - *267 + - *268 - *73 - - *262 + - *263 responses: '204': description: Response @@ -60707,8 +60720,8 @@ paths: description: API method documentation url: https://docs.github.com/rest/commits/commits#list-commits parameters: - - *266 - *267 + - *268 - name: sha description: 'SHA or branch to start listing commits from. Default: the repository’s default branch (usually `main`).' @@ -60764,9 +60777,9 @@ paths: application/json: schema: type: array - items: *394 + items: *395 examples: - default: &504 + default: &505 value: - url: https://api.github.com/repos/octocat/Hello-World/commits/6dcb09b5b57875f334f61aebed695e2e4193db5e sha: 6dcb09b5b57875f334f61aebed695e2e4193db5e @@ -60860,9 +60873,9 @@ paths: description: API method documentation url: https://docs.github.com/rest/commits/commits#list-branches-for-head-commit parameters: - - *266 - *267 - - &395 + - *268 + - &396 name: commit_sha description: The SHA of the commit. in: path @@ -60934,9 +60947,9 @@ paths: description: API method documentation url: https://docs.github.com/rest/commits/comments#list-commit-comments parameters: - - *266 - *267 - - *395 + - *268 + - *396 - *17 - *19 responses: @@ -60946,9 +60959,9 @@ paths: application/json: schema: type: array - items: *393 + items: *394 examples: - default: *396 + default: *397 headers: Link: *57 x-github: @@ -60976,9 +60989,9 @@ paths: description: API method documentation url: https://docs.github.com/rest/commits/comments#create-a-commit-comment parameters: - - *266 - *267 - - *395 + - *268 + - *396 requestBody: required: true content: @@ -61013,9 +61026,9 @@ paths: description: Response content: application/json: - schema: *393 + schema: *394 examples: - default: *397 + default: *398 headers: Location: example: https://api.github.com/repos/octocat/Hello-World/comments/1 @@ -61043,9 +61056,9 @@ paths: description: API method documentation url: https://docs.github.com/rest/commits/commits#list-pull-requests-associated-with-a-commit parameters: - - *266 - *267 - - *395 + - *268 + - *396 - *17 - *19 responses: @@ -61055,7 +61068,7 @@ paths: application/json: schema: type: array - items: &495 + items: &496 title: Pull Request Simple description: Pull Request Simple type: object @@ -61175,7 +61188,7 @@ paths: milestone: anyOf: - type: 'null' - - *398 + - *399 active_lock_reason: type: - string @@ -61274,7 +61287,7 @@ paths: _links: type: object properties: - comments: &399 + comments: &400 title: Link description: Hypermedia Link type: object @@ -61283,13 +61296,13 @@ paths: type: string required: - href - commits: *399 - statuses: *399 - html: *399 - issue: *399 - review_comments: *399 - review_comment: *399 - self: *399 + commits: *400 + statuses: *400 + html: *400 + issue: *400 + review_comments: *400 + review_comment: *400 + self: *400 required: - comments - commits @@ -61300,7 +61313,7 @@ paths: - review_comment - self author_association: *60 - auto_merge: &497 + auto_merge: &498 title: Auto merge description: The status of auto merging a pull request. type: @@ -61365,7 +61378,7 @@ paths: - author_association - auto_merge examples: - default: &496 + default: &497 value: - url: https://api.github.com/repos/octocat/Hello-World/pulls/1347 id: 1 @@ -61902,11 +61915,11 @@ paths: description: API method documentation url: https://docs.github.com/rest/commits/commits#get-a-commit parameters: - - *266 - *267 + - *268 - *19 - *17 - - &400 + - &401 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)" @@ -61921,9 +61934,9 @@ paths: description: Response content: application/json: - schema: *394 + schema: *395 examples: - default: &483 + default: &484 value: url: https://api.github.com/repos/octocat/Hello-World/commits/6dcb09b5b57875f334f61aebed695e2e4193db5e sha: 6dcb09b5b57875f334f61aebed695e2e4193db5e @@ -62036,11 +62049,11 @@ paths: description: API method documentation url: https://docs.github.com/rest/checks/runs#list-check-runs-for-a-git-reference parameters: - - *266 - *267 - - *400 + - *268 - *401 - *402 + - *403 - name: filter description: Filters check runs by their `completed_at` timestamp. `latest` returns the most recent check runs. @@ -62074,9 +62087,9 @@ paths: type: integer check_runs: type: array - items: *346 + items: *347 examples: - default: *403 + default: *404 headers: Link: *57 x-github: @@ -62101,9 +62114,9 @@ paths: description: API method documentation url: https://docs.github.com/rest/checks/suites#list-check-suites-for-a-git-reference parameters: - - *266 - *267 - - *400 + - *268 + - *401 - name: app_id description: Filters check suites by GitHub App `id`. in: query @@ -62111,7 +62124,7 @@ paths: schema: type: integer example: 1 - - *401 + - *402 - *17 - *19 responses: @@ -62129,7 +62142,7 @@ paths: type: integer check_suites: type: array - items: *350 + items: *351 examples: default: value: @@ -62329,9 +62342,9 @@ paths: description: API method documentation url: https://docs.github.com/rest/commits/statuses#get-the-combined-status-for-a-specific-reference parameters: - - *266 - *267 - - *400 + - *268 + - *401 - *17 - *19 responses: @@ -62533,9 +62546,9 @@ paths: description: API method documentation url: https://docs.github.com/rest/commits/statuses#list-commit-statuses-for-a-reference parameters: - - *266 - *267 - - *400 + - *268 + - *401 - *17 - *19 responses: @@ -62545,7 +62558,7 @@ paths: application/json: schema: type: array - items: &565 + items: &566 title: Status description: The status of a commit. type: object @@ -62626,7 +62639,7 @@ paths: site_admin: false headers: Link: *57 - '301': *278 + '301': *279 x-github: githubCloudOnly: false enabledForGitHubApps: true @@ -62654,8 +62667,8 @@ paths: description: API method documentation url: https://docs.github.com/rest/metrics/community#get-community-profile-metrics parameters: - - *266 - *267 + - *268 responses: '200': description: Response @@ -62688,11 +62701,11 @@ paths: code_of_conduct: anyOf: - type: 'null' - - *404 + - *405 code_of_conduct_file: anyOf: - type: 'null' - - &405 + - &406 title: Community Health File type: object properties: @@ -62712,19 +62725,19 @@ paths: contributing: anyOf: - type: 'null' - - *405 + - *406 readme: anyOf: - type: 'null' - - *405 + - *406 issue_template: anyOf: - type: 'null' - - *405 + - *406 pull_request_template: anyOf: - type: 'null' - - *405 + - *406 required: - code_of_conduct - code_of_conduct_file @@ -62853,8 +62866,8 @@ paths: description: API method documentation url: https://docs.github.com/rest/commits/commits#compare-two-commits parameters: - - *266 - *267 + - *268 - *19 - *17 - name: basehead @@ -62902,8 +62915,8 @@ paths: format: uri examples: - https://github.com/octocat/Hello-World/compare/master...topic.patch - base_commit: *394 - merge_base_commit: *394 + base_commit: *395 + merge_base_commit: *395 status: type: string enum: @@ -62927,10 +62940,10 @@ paths: - 6 commits: type: array - items: *394 + items: *395 files: type: array - items: *406 + items: *407 required: - url - html_url @@ -63216,8 +63229,8 @@ paths: description: API method documentation url: https://docs.github.com/rest/repos/contents#get-repository-content parameters: - - *266 - *267 + - *268 - name: path description: path parameter in: path @@ -63370,7 +63383,7 @@ paths: - type - url examples: - response-if-content-is-a-file: &407 + response-if-content-is-a-file: &408 summary: Response if content is a file value: type: file @@ -63507,7 +63520,7 @@ paths: - size - type - url - - &509 + - &510 title: Content File description: Content File type: object @@ -63725,7 +63738,7 @@ paths: - url - submodule_git_url examples: - response-if-content-is-a-file: *407 + response-if-content-is-a-file: *408 response-if-content-is-a-directory: summary: Response if content is a directory and the application/json media type is requested @@ -63794,7 +63807,7 @@ paths: html: https://github.com/jquery/qunit/tree/6ca3721222109997540bd6d9ccd396902e0ad2f9 '404': *6 '403': *27 - '302': *408 + '302': *409 '304': *35 x-github: githubCloudOnly: false @@ -63817,8 +63830,8 @@ paths: description: API method documentation url: https://docs.github.com/rest/repos/contents#create-or-update-file-contents parameters: - - *266 - *267 + - *268 - name: path description: path parameter in: path @@ -63913,7 +63926,7 @@ paths: description: Response content: application/json: - schema: &409 + schema: &410 title: File Commit description: File Commit type: object @@ -64069,7 +64082,7 @@ paths: description: Response content: application/json: - schema: *409 + schema: *410 examples: example-for-creating-a-file: value: @@ -64123,7 +64136,7 @@ paths: schema: oneOf: - *3 - - &438 + - &439 description: Repository rule violation was detected type: object properties: @@ -64144,7 +64157,7 @@ paths: items: type: object properties: - placeholder_id: &557 + placeholder_id: &558 description: The ID of the push protection bypass placeholder. This value is returned on any push protected routes. @@ -64176,8 +64189,8 @@ paths: description: API method documentation url: https://docs.github.com/rest/repos/contents#delete-a-file parameters: - - *266 - *267 + - *268 - name: path description: path parameter in: path @@ -64238,7 +64251,7 @@ paths: description: Response content: application/json: - schema: *409 + schema: *410 examples: default: value: @@ -64293,8 +64306,8 @@ paths: description: API method documentation url: https://docs.github.com/rest/repos/repos#list-repository-contributors parameters: - - *266 - *267 + - *268 - name: anon description: Set to `1` or `true` to include anonymous contributors in results. in: query @@ -64418,8 +64431,8 @@ paths: description: API method documentation url: https://docs.github.com/rest/dependabot/alerts#list-dependabot-alerts-for-a-repository parameters: - - *266 - *267 + - *268 - *147 - *148 - *149 @@ -64433,6 +64446,7 @@ paths: - *151 - *152 - *153 + - *154 - *46 - name: page description: "**Closing down notice**. Page number of the results to fetch. @@ -64452,8 +64466,8 @@ paths: default: 30 - *37 - *38 - - *154 - *155 + - *156 responses: '200': description: Response @@ -64461,7 +64475,7 @@ paths: application/json: schema: type: array - items: &412 + items: &413 type: object description: A Dependabot alert. properties: @@ -64511,7 +64525,7 @@ paths: - direct - transitive - - security_advisory: *410 + security_advisory: *411 security_vulnerability: *50 url: *55 html_url: *56 @@ -64542,7 +64556,7 @@ paths: dismissal. maxLength: 280 fixed_at: *132 - auto_dismissed_at: *411 + auto_dismissed_at: *412 required: - number - state @@ -64772,9 +64786,9 @@ paths: description: API method documentation url: https://docs.github.com/rest/dependabot/alerts#get-a-dependabot-alert parameters: - - *266 - *267 - - &413 + - *268 + - &414 name: alert_number in: path description: |- @@ -64789,7 +64803,7 @@ paths: description: Response content: application/json: - schema: *412 + schema: *413 examples: default: value: @@ -64902,9 +64916,9 @@ paths: description: API method documentation url: https://docs.github.com/rest/dependabot/alerts#update-a-dependabot-alert parameters: - - *266 - *267 - - *413 + - *268 + - *414 requestBody: required: true content: @@ -64949,7 +64963,7 @@ paths: description: Response content: application/json: - schema: *412 + schema: *413 examples: default: value: @@ -65078,8 +65092,8 @@ paths: description: API method documentation url: https://docs.github.com/rest/dependabot/secrets#list-repository-secrets parameters: - - *266 - *267 + - *268 - *17 - *19 responses: @@ -65097,7 +65111,7 @@ paths: type: integer secrets: type: array - items: &416 + items: &417 title: Dependabot Secret description: Set secrets for Dependabot. type: object @@ -65151,16 +65165,16 @@ paths: description: API method documentation url: https://docs.github.com/rest/dependabot/secrets#get-a-repository-public-key parameters: - - *266 - *267 + - *268 responses: '200': description: Response content: application/json: - schema: *414 + schema: *415 examples: - default: *415 + default: *416 x-github: githubCloudOnly: false enabledForGitHubApps: true @@ -65180,15 +65194,15 @@ paths: description: API method documentation url: https://docs.github.com/rest/dependabot/secrets#get-a-repository-secret parameters: - - *266 - *267 + - *268 - *123 responses: '200': description: Response content: application/json: - schema: *416 + schema: *417 examples: default: value: @@ -65214,8 +65228,8 @@ paths: description: API method documentation url: https://docs.github.com/rest/dependabot/secrets#create-or-update-a-repository-secret parameters: - - *266 - *267 + - *268 - *123 requestBody: required: true @@ -65268,8 +65282,8 @@ paths: description: API method documentation url: https://docs.github.com/rest/dependabot/secrets#delete-a-repository-secret parameters: - - *266 - *267 + - *268 - *123 responses: '204': @@ -65292,8 +65306,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: - - *266 - *267 + - *268 - 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 @@ -65467,8 +65481,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: - - *266 - *267 + - *268 responses: '200': description: Response @@ -65728,8 +65742,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: - - *266 - *267 + - *268 requestBody: required: true content: @@ -65812,7 +65826,7 @@ paths: - version - url additionalProperties: false - metadata: &417 + metadata: &418 title: metadata description: User-defined metadata to store domain-specific information limited to 8 keys with scalar values. @@ -65851,7 +65865,7 @@ paths: examples: - "/src/build/package-lock.json" additionalProperties: false - metadata: *417 + metadata: *418 resolved: type: object description: A collection of resolved package dependencies. @@ -65865,7 +65879,7 @@ paths: pattern: "^pkg" examples: - pkg:/npm/%40actions/http-client@1.0.11 - metadata: *417 + metadata: *418 relationship: type: string description: A notation of whether a dependency is requested @@ -65998,8 +66012,8 @@ paths: description: API method documentation url: https://docs.github.com/rest/deployments/deployments#list-deployments parameters: - - *266 - *267 + - *268 - name: sha description: The SHA recorded at creation time. in: query @@ -66040,9 +66054,9 @@ paths: application/json: schema: type: array - items: *418 + items: *419 examples: - default: *419 + default: *420 headers: Link: *57 x-github: @@ -66108,8 +66122,8 @@ paths: description: API method documentation url: https://docs.github.com/rest/deployments/deployments#create-a-deployment parameters: - - *266 - *267 + - *268 requestBody: required: true content: @@ -66191,7 +66205,7 @@ paths: description: Response content: application/json: - schema: *418 + schema: *419 examples: simple-example: summary: Simple example @@ -66264,9 +66278,9 @@ paths: description: API method documentation url: https://docs.github.com/rest/deployments/deployments#get-a-deployment parameters: - - *266 - *267 - - &420 + - *268 + - &421 name: deployment_id description: deployment_id parameter in: path @@ -66278,7 +66292,7 @@ paths: description: Response content: application/json: - schema: *418 + schema: *419 examples: default: value: @@ -66343,9 +66357,9 @@ paths: description: API method documentation url: https://docs.github.com/rest/deployments/deployments#delete-a-deployment parameters: - - *266 - *267 - - *420 + - *268 + - *421 responses: '204': description: Response @@ -66367,9 +66381,9 @@ paths: description: API method documentation url: https://docs.github.com/rest/deployments/statuses#list-deployment-statuses parameters: - - *266 - *267 - - *420 + - *268 + - *421 - *17 - *19 responses: @@ -66379,7 +66393,7 @@ paths: application/json: schema: type: array - items: &421 + items: &422 title: Deployment Status description: The status of a deployment. type: object @@ -66543,9 +66557,9 @@ paths: description: API method documentation url: https://docs.github.com/rest/deployments/statuses#create-a-deployment-status parameters: - - *266 - *267 - - *420 + - *268 + - *421 requestBody: required: true content: @@ -66620,9 +66634,9 @@ paths: description: Response content: application/json: - schema: *421 + schema: *422 examples: - default: &422 + default: &423 value: url: https://api.github.com/repos/octocat/example/deployments/42/statuses/1 id: 1 @@ -66678,9 +66692,9 @@ paths: description: API method documentation url: https://docs.github.com/rest/deployments/statuses#get-a-deployment-status parameters: - - *266 - *267 - - *420 + - *268 + - *421 - name: status_id in: path required: true @@ -66691,9 +66705,9 @@ paths: description: Response content: application/json: - schema: *421 + schema: *422 examples: - default: *422 + default: *423 '404': *6 x-github: githubCloudOnly: false @@ -66718,8 +66732,8 @@ paths: description: API method documentation url: https://docs.github.com/rest/repos/repos#create-a-repository-dispatch-event parameters: - - *266 - *267 + - *268 requestBody: required: true content: @@ -66776,8 +66790,8 @@ paths: description: API method documentation url: https://docs.github.com/rest/deployments/environments#list-environments parameters: - - *266 - *267 + - *268 - *17 - *19 responses: @@ -66795,7 +66809,7 @@ paths: - 5 environments: type: array - items: &424 + items: &425 title: Environment description: Details of a deployment environment type: object @@ -66857,7 +66871,7 @@ paths: type: string examples: - wait_timer - wait_timer: &426 + wait_timer: &427 type: integer description: The amount of time to delay a job after the job is initially triggered. The time (in minutes) @@ -66899,7 +66913,7 @@ paths: items: type: object properties: - type: *423 + type: *424 reviewer: anyOf: - *4 @@ -66926,7 +66940,7 @@ paths: - id - node_id - type - deployment_branch_policy: &427 + deployment_branch_policy: &428 type: - object - 'null' @@ -67043,9 +67057,9 @@ paths: description: API method documentation url: https://docs.github.com/rest/deployments/environments#get-an-environment parameters: - - *266 - *267 - - &425 + - *268 + - &426 name: environment_name in: path required: true @@ -67058,9 +67072,9 @@ paths: description: Response content: application/json: - schema: *424 + schema: *425 examples: - default: &428 + default: &429 value: id: 161088068 node_id: MDExOkVudmlyb25tZW50MTYxMDg4MDY4 @@ -67144,9 +67158,9 @@ paths: description: API method documentation url: https://docs.github.com/rest/deployments/environments#create-or-update-an-environment parameters: - - *266 - *267 - - *425 + - *268 + - *426 requestBody: required: false content: @@ -67156,7 +67170,7 @@ paths: - object - 'null' properties: - wait_timer: *426 + wait_timer: *427 prevent_self_review: type: boolean description: Whether or not a user who created the job is prevented @@ -67175,14 +67189,14 @@ paths: items: type: object properties: - type: *423 + type: *424 id: type: integer description: The id of the user or team who can review the deployment examples: - 4532992 - deployment_branch_policy: *427 + deployment_branch_policy: *428 additionalProperties: false examples: default: @@ -67202,9 +67216,9 @@ paths: description: Response content: application/json: - schema: *424 + schema: *425 examples: - default: *428 + default: *429 '422': description: Validation error when the environment name is invalid or when `protected_branches` and `custom_branch_policies` in `deployment_branch_policy` @@ -67228,9 +67242,9 @@ paths: description: API method documentation url: https://docs.github.com/rest/deployments/environments#delete-an-environment parameters: - - *266 - *267 - - *425 + - *268 + - *426 responses: '204': description: Default response @@ -67255,9 +67269,9 @@ paths: description: API method documentation url: https://docs.github.com/rest/deployments/branch-policies#list-deployment-branch-policies parameters: - - *266 - *267 - - *425 + - *268 + - *426 - *17 - *19 responses: @@ -67276,7 +67290,7 @@ paths: - 2 branch_policies: type: array - items: &429 + items: &430 title: Deployment branch policy description: Details of a deployment branch or tag policy. type: object @@ -67337,9 +67351,9 @@ paths: description: API method documentation url: https://docs.github.com/rest/deployments/branch-policies#create-a-deployment-branch-policy parameters: - - *266 - *267 - - *425 + - *268 + - *426 requestBody: required: true content: @@ -67387,9 +67401,9 @@ paths: description: Response content: application/json: - schema: *429 + schema: *430 examples: - example-wildcard: &430 + example-wildcard: &431 value: id: 364662 node_id: MDE2OkdhdGVCcmFuY2hQb2xpY3kzNjQ2NjI= @@ -67431,10 +67445,10 @@ paths: description: API method documentation url: https://docs.github.com/rest/deployments/branch-policies#get-a-deployment-branch-policy parameters: - - *266 - *267 - - *425 - - &431 + - *268 + - *426 + - &432 name: branch_policy_id in: path required: true @@ -67446,9 +67460,9 @@ paths: description: Response content: application/json: - schema: *429 + schema: *430 examples: - default: *430 + default: *431 x-github: githubCloudOnly: false enabledForGitHubApps: true @@ -67467,10 +67481,10 @@ paths: description: API method documentation url: https://docs.github.com/rest/deployments/branch-policies#update-a-deployment-branch-policy parameters: - - *266 - *267 - - *425 - - *431 + - *268 + - *426 + - *432 requestBody: required: true content: @@ -67499,9 +67513,9 @@ paths: description: Response content: application/json: - schema: *429 + schema: *430 examples: - default: *430 + default: *431 x-github: githubCloudOnly: false enabledForGitHubApps: true @@ -67520,10 +67534,10 @@ paths: description: API method documentation url: https://docs.github.com/rest/deployments/branch-policies#delete-a-deployment-branch-policy parameters: - - *266 - *267 - - *425 - - *431 + - *268 + - *426 + - *432 responses: '204': description: Response @@ -67548,9 +67562,9 @@ paths: description: API method documentation url: https://docs.github.com/rest/deployments/protection-rules#get-all-deployment-protection-rules-for-an-environment parameters: - - *425 + - *426 + - *268 - *267 - - *266 responses: '200': description: List of deployment protection rules @@ -67567,7 +67581,7 @@ paths: - 10 custom_deployment_protection_rules: type: array - items: &432 + items: &433 title: Deployment protection rule description: Deployment protection rule type: object @@ -67589,7 +67603,7 @@ paths: for the environment. examples: - true - app: &433 + app: &434 title: Custom deployment protection rule app description: A GitHub App that is providing a custom deployment protection rule. @@ -67692,9 +67706,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: - - *425 + - *426 + - *268 - *267 - - *266 requestBody: content: application/json: @@ -67715,9 +67729,9 @@ paths: description: The enabled custom deployment protection rule content: application/json: - schema: *432 + schema: *433 examples: - default: &434 + default: &435 value: id: 3 node_id: IEH37kRlcGxveW1lbnRTdGF0ddiv @@ -67752,9 +67766,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: - - *425 + - *426 + - *268 - *267 - - *266 - *19 - *17 responses: @@ -67774,7 +67788,7 @@ paths: - 35 available_custom_deployment_protection_rule_integrations: type: array - items: *433 + items: *434 examples: default: value: @@ -67809,10 +67823,10 @@ paths: description: API method documentation url: https://docs.github.com/rest/deployments/protection-rules#get-a-custom-deployment-protection-rule parameters: - - *266 - *267 - - *425 - - &435 + - *268 + - *426 + - &436 name: protection_rule_id description: The unique identifier of the protection rule. in: path @@ -67824,9 +67838,9 @@ paths: description: Response content: application/json: - schema: *432 + schema: *433 examples: - default: *434 + default: *435 x-github: githubCloudOnly: false enabledForGitHubApps: true @@ -67847,10 +67861,10 @@ paths: description: API method documentation url: https://docs.github.com/rest/deployments/protection-rules#disable-a-custom-protection-rule-for-an-environment parameters: - - *425 + - *426 + - *268 - *267 - - *266 - - *435 + - *436 responses: '204': description: Response @@ -67876,9 +67890,9 @@ paths: description: API method documentation url: https://docs.github.com/rest/actions/secrets#list-environment-secrets parameters: - - *266 - *267 - - *425 + - *268 + - *426 - *17 - *19 responses: @@ -67896,9 +67910,9 @@ paths: type: integer secrets: type: array - items: *312 + items: *313 examples: - default: *313 + default: *314 headers: Link: *57 x-github: @@ -67923,17 +67937,17 @@ paths: description: API method documentation url: https://docs.github.com/rest/actions/secrets#get-an-environment-public-key parameters: - - *266 - *267 - - *425 + - *268 + - *426 responses: '200': description: Response content: application/json: - schema: *314 + schema: *315 examples: - default: *315 + default: *316 x-github: githubCloudOnly: false enabledForGitHubApps: true @@ -67955,18 +67969,18 @@ paths: description: API method documentation url: https://docs.github.com/rest/actions/secrets#get-an-environment-secret parameters: - - *266 - *267 - - *425 + - *268 + - *426 - *123 responses: '200': description: Response content: application/json: - schema: *312 + schema: *313 examples: - default: *436 + default: *437 x-github: githubCloudOnly: false enabledForGitHubApps: true @@ -67988,9 +68002,9 @@ paths: description: API method documentation url: https://docs.github.com/rest/actions/secrets#create-or-update-an-environment-secret parameters: - - *266 - *267 - - *425 + - *268 + - *426 - *123 requestBody: required: true @@ -68048,9 +68062,9 @@ paths: description: API method documentation url: https://docs.github.com/rest/actions/secrets#delete-an-environment-secret parameters: - - *266 - *267 - - *425 + - *268 + - *426 - *123 responses: '204': @@ -68076,10 +68090,10 @@ paths: description: API method documentation url: https://docs.github.com/rest/actions/variables#list-environment-variables parameters: - - *266 - *267 - - *425 - - *288 + - *268 + - *426 + - *289 - *19 responses: '200': @@ -68096,9 +68110,9 @@ paths: type: integer variables: type: array - items: *316 + items: *317 examples: - default: *317 + default: *318 headers: Link: *57 x-github: @@ -68121,9 +68135,9 @@ paths: description: API method documentation url: https://docs.github.com/rest/actions/variables#create-an-environment-variable parameters: - - *266 - *267 - - *425 + - *268 + - *426 requestBody: required: true content: @@ -68175,18 +68189,18 @@ paths: description: API method documentation url: https://docs.github.com/rest/actions/variables#get-an-environment-variable parameters: - - *266 - *267 - - *425 + - *268 + - *426 - *126 responses: '200': description: Response content: application/json: - schema: *316 + schema: *317 examples: - default: *437 + default: *438 x-github: githubCloudOnly: false enabledForGitHubApps: true @@ -68207,10 +68221,10 @@ paths: description: API method documentation url: https://docs.github.com/rest/actions/variables#update-an-environment-variable parameters: - - *266 - *267 + - *268 - *126 - - *425 + - *426 requestBody: required: true content: @@ -68252,10 +68266,10 @@ paths: description: API method documentation url: https://docs.github.com/rest/actions/variables#delete-an-environment-variable parameters: - - *266 - *267 + - *268 - *126 - - *425 + - *426 responses: '204': description: Response @@ -68277,8 +68291,8 @@ paths: description: API method documentation url: https://docs.github.com/rest/activity/events#list-repository-events parameters: - - *266 - *267 + - *268 - *17 - *19 responses: @@ -68355,8 +68369,8 @@ paths: description: API method documentation url: https://docs.github.com/rest/repos/forks#list-forks parameters: - - *266 - *267 + - *268 - name: sort description: The sort order. `stargazers` will sort by star count. in: query @@ -68515,8 +68529,8 @@ paths: description: API method documentation url: https://docs.github.com/rest/repos/forks#create-a-fork parameters: - - *266 - *267 + - *268 requestBody: required: false content: @@ -68549,9 +68563,9 @@ paths: description: Response content: application/json: - schema: *277 + schema: *278 examples: - default: *279 + default: *280 '400': *14 '422': *15 '403': *27 @@ -68572,8 +68586,8 @@ paths: description: API method documentation url: https://docs.github.com/rest/git/blobs#create-a-blob parameters: - - *266 - *267 + - *268 requestBody: required: true content: @@ -68633,7 +68647,7 @@ paths: schema: oneOf: - *93 - - *438 + - *439 x-github: githubCloudOnly: false enabledForGitHubApps: true @@ -68658,8 +68672,8 @@ paths: description: API method documentation url: https://docs.github.com/rest/git/blobs#get-a-blob parameters: - - *266 - *267 + - *268 - name: file_sha in: path required: true @@ -68759,8 +68773,8 @@ paths: description: API method documentation url: https://docs.github.com/rest/git/commits#create-a-commit parameters: - - *266 - *267 + - *268 requestBody: required: true content: @@ -68869,7 +68883,7 @@ paths: description: Response content: application/json: - schema: &439 + schema: &440 title: Git Commit description: Low-level Git commit operations within a repository type: object @@ -69096,15 +69110,15 @@ paths: description: API method documentation url: https://docs.github.com/rest/git/commits#get-a-commit-object parameters: - - *266 - *267 - - *395 + - *268 + - *396 responses: '200': description: Response content: application/json: - schema: *439 + schema: *440 examples: default: value: @@ -69160,9 +69174,9 @@ paths: description: API method documentation url: https://docs.github.com/rest/git/refs#list-matching-references parameters: - - *266 - *267 - - &440 + - *268 + - &441 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. @@ -69179,7 +69193,7 @@ paths: application/json: schema: type: array - items: &441 + items: &442 title: Git Reference description: Git references within a repository type: object @@ -69255,17 +69269,17 @@ paths: description: API method documentation url: https://docs.github.com/rest/git/refs#get-a-reference parameters: - - *266 - *267 - - *440 + - *268 + - *441 responses: '200': description: Response content: application/json: - schema: *441 + schema: *442 examples: - default: &442 + default: &443 value: ref: refs/heads/featureA node_id: MDM6UmVmcmVmcy9oZWFkcy9mZWF0dXJlQQ== @@ -69294,8 +69308,8 @@ paths: description: API method documentation url: https://docs.github.com/rest/git/refs#create-a-reference parameters: - - *266 - *267 + - *268 requestBody: required: true content: @@ -69324,9 +69338,9 @@ paths: description: Response content: application/json: - schema: *441 + schema: *442 examples: - default: *442 + default: *443 headers: Location: example: https://api.github.com/repos/octocat/Hello-World/git/refs/heads/featureA @@ -69352,9 +69366,9 @@ paths: description: API method documentation url: https://docs.github.com/rest/git/refs#update-a-reference parameters: - - *266 - *267 - - *440 + - *268 + - *441 requestBody: required: true content: @@ -69383,9 +69397,9 @@ paths: description: Response content: application/json: - schema: *441 + schema: *442 examples: - default: *442 + default: *443 '422': *15 '409': *44 x-github: @@ -69403,9 +69417,9 @@ paths: description: API method documentation url: https://docs.github.com/rest/git/refs#delete-a-reference parameters: - - *266 - *267 - - *440 + - *268 + - *441 responses: '204': description: Response @@ -69460,8 +69474,8 @@ paths: description: API method documentation url: https://docs.github.com/rest/git/tags#create-a-tag-object parameters: - - *266 - *267 + - *268 requestBody: required: true content: @@ -69528,7 +69542,7 @@ paths: description: Response content: application/json: - schema: &444 + schema: &445 title: Git Tag description: Metadata for a Git tag type: object @@ -69584,7 +69598,7 @@ paths: - sha - type - url - verification: *443 + verification: *444 required: - sha - url @@ -69594,7 +69608,7 @@ paths: - tag - message examples: - default: &445 + default: &446 value: node_id: MDM6VGFnOTQwYmQzMzYyNDhlZmFlMGY5ZWU1YmM3YjJkNWM5ODU4ODdiMTZhYw== tag: v0.0.1 @@ -69667,8 +69681,8 @@ paths: description: API method documentation url: https://docs.github.com/rest/git/tags#get-a-tag parameters: - - *266 - *267 + - *268 - name: tag_sha in: path required: true @@ -69679,9 +69693,9 @@ paths: description: Response content: application/json: - schema: *444 + schema: *445 examples: - default: *445 + default: *446 '404': *6 '409': *44 x-github: @@ -69705,8 +69719,8 @@ paths: description: API method documentation url: https://docs.github.com/rest/git/trees#create-a-tree parameters: - - *266 - *267 + - *268 requestBody: required: true content: @@ -69780,7 +69794,7 @@ paths: description: Response content: application/json: - schema: &446 + schema: &447 title: Git Tree description: The hierarchy between files in a Git repository. type: object @@ -69882,8 +69896,8 @@ paths: description: API method documentation url: https://docs.github.com/rest/git/trees#get-a-tree parameters: - - *266 - *267 + - *268 - name: tree_sha description: The SHA1 value or ref (branch or tag) name of the tree. in: path @@ -69906,7 +69920,7 @@ paths: description: Response content: application/json: - schema: *446 + schema: *447 examples: default-response: summary: Default response @@ -69965,8 +69979,8 @@ paths: description: API method documentation url: https://docs.github.com/rest/repos/webhooks#list-repository-webhooks parameters: - - *266 - *267 + - *268 - *17 - *19 responses: @@ -69976,7 +69990,7 @@ paths: application/json: schema: type: array - items: &447 + items: &448 title: Webhook description: Webhooks for repositories. type: object @@ -70039,7 +70053,7 @@ paths: format: uri examples: - https://api.github.com/repos/octocat/Hello-World/hooks/1/deliveries - last_response: &664 + last_response: &665 title: Hook Response type: object properties: @@ -70116,8 +70130,8 @@ paths: description: API method documentation url: https://docs.github.com/rest/repos/webhooks#create-a-repository-webhook parameters: - - *266 - *267 + - *268 requestBody: required: false content: @@ -70170,9 +70184,9 @@ paths: description: Response content: application/json: - schema: *447 + schema: *448 examples: - default: &448 + default: &449 value: type: Repository id: 12345678 @@ -70220,17 +70234,17 @@ paths: description: API method documentation url: https://docs.github.com/rest/repos/webhooks#get-a-repository-webhook parameters: - - *266 - *267 - - *161 + - *268 + - *162 responses: '200': description: Response content: application/json: - schema: *447 + schema: *448 examples: - default: *448 + default: *449 '404': *6 x-github: githubCloudOnly: false @@ -70250,9 +70264,9 @@ paths: description: API method documentation url: https://docs.github.com/rest/repos/webhooks#update-a-repository-webhook parameters: - - *266 - *267 - - *161 + - *268 + - *162 requestBody: required: true content: @@ -70297,9 +70311,9 @@ paths: description: Response content: application/json: - schema: *447 + schema: *448 examples: - default: *448 + default: *449 '422': *15 '404': *6 x-github: @@ -70320,9 +70334,9 @@ paths: description: API method documentation url: https://docs.github.com/rest/repos/webhooks#delete-a-repository-webhook parameters: - - *266 - *267 - - *161 + - *268 + - *162 responses: '204': description: Response @@ -70346,9 +70360,9 @@ paths: description: API method documentation url: https://docs.github.com/rest/repos/webhooks#get-a-webhook-configuration-for-a-repository parameters: - - *266 - *267 - - *161 + - *268 + - *162 responses: '200': description: Response @@ -70375,9 +70389,9 @@ paths: description: API method documentation url: https://docs.github.com/rest/repos/webhooks#update-a-webhook-configuration-for-a-repository parameters: - - *266 - *267 - - *161 + - *268 + - *162 requestBody: required: false content: @@ -70421,11 +70435,11 @@ paths: description: API method documentation url: https://docs.github.com/rest/repos/webhooks#list-deliveries-for-a-repository-webhook parameters: - - *266 - *267 - - *161 - - *17 + - *268 - *162 + - *17 + - *163 responses: '200': description: Response @@ -70433,9 +70447,9 @@ paths: application/json: schema: type: array - items: *163 + items: *164 examples: - default: *164 + default: *165 '400': *14 '422': *15 x-github: @@ -70454,18 +70468,18 @@ paths: description: API method documentation url: https://docs.github.com/rest/repos/webhooks#get-a-delivery-for-a-repository-webhook parameters: - - *266 - *267 - - *161 + - *268 + - *162 - *16 responses: '200': description: Response content: application/json: - schema: *165 + schema: *166 examples: - default: *166 + default: *167 '400': *14 '422': *15 x-github: @@ -70484,9 +70498,9 @@ paths: description: API method documentation url: https://docs.github.com/rest/repos/webhooks#redeliver-a-delivery-for-a-repository-webhook parameters: - - *266 - *267 - - *161 + - *268 + - *162 - *16 responses: '202': *45 @@ -70509,9 +70523,9 @@ paths: description: API method documentation url: https://docs.github.com/rest/repos/webhooks#ping-a-repository-webhook parameters: - - *266 - *267 - - *161 + - *268 + - *162 responses: '204': description: Response @@ -70536,9 +70550,9 @@ paths: description: API method documentation url: https://docs.github.com/rest/repos/webhooks#test-the-push-repository-webhook parameters: - - *266 - *267 - - *161 + - *268 + - *162 responses: '204': description: Response @@ -70596,14 +70610,14 @@ paths: description: API method documentation url: https://docs.github.com/rest/migrations/source-imports#get-an-import-status parameters: - - *266 - *267 + - *268 responses: '200': description: Response content: application/json: - schema: &449 + schema: &450 title: Import description: A repository import from an external source. type: object @@ -70710,7 +70724,7 @@ paths: - html_url - authors_url examples: - default: &452 + default: &453 value: vcs: subversion use_lfs: true @@ -70726,7 +70740,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': &450 + '503': &451 description: Unavailable due to service under maintenance. content: application/json: @@ -70755,8 +70769,8 @@ paths: description: API method documentation url: https://docs.github.com/rest/migrations/source-imports#start-an-import parameters: - - *266 - *267 + - *268 requestBody: required: true content: @@ -70804,7 +70818,7 @@ paths: description: Response content: application/json: - schema: *449 + schema: *450 examples: default: value: @@ -70829,7 +70843,7 @@ paths: type: string '422': *15 '404': *6 - '503': *450 + '503': *451 x-github: githubCloudOnly: false enabledForGitHubApps: true @@ -70857,8 +70871,8 @@ paths: description: API method documentation url: https://docs.github.com/rest/migrations/source-imports#update-an-import parameters: - - *266 - *267 + - *268 requestBody: required: false content: @@ -70910,7 +70924,7 @@ paths: description: Response content: application/json: - schema: *449 + schema: *450 examples: example-1: summary: Example 1 @@ -70958,7 +70972,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': *450 + '503': *451 x-github: githubCloudOnly: false enabledForGitHubApps: true @@ -70981,12 +70995,12 @@ paths: description: API method documentation url: https://docs.github.com/rest/migrations/source-imports#cancel-an-import parameters: - - *266 - *267 + - *268 responses: '204': description: Response - '503': *450 + '503': *451 x-github: githubCloudOnly: false enabledForGitHubApps: true @@ -71012,9 +71026,9 @@ paths: description: API method documentation url: https://docs.github.com/rest/migrations/source-imports#get-commit-authors parameters: - - *266 - *267 - - &614 + - *268 + - &615 name: since description: A user ID. Only return users with an ID greater than this ID. in: query @@ -71028,7 +71042,7 @@ paths: application/json: schema: type: array - items: &451 + items: &452 title: Porter Author description: Porter Author type: object @@ -71082,7 +71096,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': *450 + '503': *451 x-github: githubCloudOnly: false enabledForGitHubApps: true @@ -71107,8 +71121,8 @@ paths: description: API method documentation url: https://docs.github.com/rest/migrations/source-imports#map-a-commit-author parameters: - - *266 - *267 + - *268 - name: author_id in: path required: true @@ -71138,7 +71152,7 @@ paths: description: Response content: application/json: - schema: *451 + schema: *452 examples: default: value: @@ -71151,7 +71165,7 @@ paths: import_url: https://api.github.com/repos/octocat/socm/import '422': *15 '404': *6 - '503': *450 + '503': *451 x-github: githubCloudOnly: false enabledForGitHubApps: true @@ -71175,8 +71189,8 @@ paths: description: API method documentation url: https://docs.github.com/rest/migrations/source-imports#get-large-files parameters: - - *266 - *267 + - *268 responses: '200': description: Response @@ -71217,7 +71231,7 @@ paths: path: foo/bar/3 oid: c20ad4d76fe97759aa27a0c99bff6710 size: 12582912 - '503': *450 + '503': *451 x-github: githubCloudOnly: false enabledForGitHubApps: true @@ -71245,8 +71259,8 @@ paths: description: API method documentation url: https://docs.github.com/rest/migrations/source-imports#update-git-lfs-preference parameters: - - *266 - *267 + - *268 requestBody: required: true content: @@ -71273,11 +71287,11 @@ paths: description: Response content: application/json: - schema: *449 + schema: *450 examples: - default: *452 + default: *453 '422': *15 - '503': *450 + '503': *451 x-github: githubCloudOnly: false enabledForGitHubApps: true @@ -71300,8 +71314,8 @@ paths: description: API method documentation url: https://docs.github.com/rest/apps/apps#get-a-repository-installation-for-the-authenticated-app parameters: - - *266 - *267 + - *268 responses: '200': description: Response @@ -71309,8 +71323,8 @@ paths: application/json: schema: *20 examples: - default: *453 - '301': *278 + default: *454 + '301': *279 '404': *6 x-github: githubCloudOnly: false @@ -71330,8 +71344,8 @@ paths: description: API method documentation url: https://docs.github.com/rest/interactions/repos#get-interaction-restrictions-for-a-repository parameters: - - *266 - *267 + - *268 responses: '200': description: Response @@ -71339,12 +71353,12 @@ paths: application/json: schema: anyOf: - - *179 + - *180 - type: object properties: {} additionalProperties: false examples: - default: &455 + default: &456 value: limit: collaborators_only origin: repository @@ -71369,13 +71383,13 @@ paths: description: API method documentation url: https://docs.github.com/rest/interactions/repos#set-interaction-restrictions-for-a-repository parameters: - - *266 - *267 + - *268 requestBody: required: true content: application/json: - schema: *454 + schema: *455 examples: default: summary: Example request body @@ -71387,9 +71401,9 @@ paths: description: Response content: application/json: - schema: *179 + schema: *180 examples: - default: *455 + default: *456 '409': description: Response x-github: @@ -71411,8 +71425,8 @@ paths: description: API method documentation url: https://docs.github.com/rest/interactions/repos#remove-interaction-restrictions-for-a-repository parameters: - - *266 - *267 + - *268 responses: '204': description: Response @@ -71435,8 +71449,8 @@ paths: description: API method documentation url: https://docs.github.com/rest/collaborators/invitations#list-repository-invitations parameters: - - *266 - *267 + - *268 - *17 - *19 responses: @@ -71446,9 +71460,9 @@ paths: application/json: schema: type: array - items: *456 + items: *457 examples: - default: &607 + default: &608 value: - id: 1 repository: @@ -71579,9 +71593,9 @@ paths: description: API method documentation url: https://docs.github.com/rest/collaborators/invitations#update-a-repository-invitation parameters: - - *266 - *267 - - *183 + - *268 + - *184 requestBody: required: false content: @@ -71610,7 +71624,7 @@ paths: description: Response content: application/json: - schema: *456 + schema: *457 examples: default: value: @@ -71741,9 +71755,9 @@ paths: description: API method documentation url: https://docs.github.com/rest/collaborators/invitations#delete-a-repository-invitation parameters: - - *266 - *267 - - *183 + - *268 + - *184 responses: '204': description: Response @@ -71774,8 +71788,8 @@ paths: description: API method documentation url: https://docs.github.com/rest/issues/issues#list-repository-issues parameters: - - *266 - *267 + - *268 - 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 @@ -71823,7 +71837,7 @@ paths: required: false schema: type: string - - *187 + - *188 - name: sort description: What to sort results by. in: query @@ -71848,7 +71862,7 @@ paths: type: array items: *74 examples: - default: &465 + default: &466 value: - id: 1 node_id: MDU6SXNzdWUx @@ -71996,7 +72010,7 @@ paths: state_reason: completed headers: Link: *57 - '301': *278 + '301': *279 '422': *15 '404': *6 x-github: @@ -72025,8 +72039,8 @@ paths: description: API method documentation url: https://docs.github.com/rest/issues/issues#create-an-issue parameters: - - *266 - *267 + - *268 requestBody: required: true content: @@ -72118,7 +72132,7 @@ paths: application/json: schema: *74 examples: - default: &460 + default: &461 value: id: 1 node_id: MDU6SXNzdWUx @@ -72274,7 +72288,7 @@ paths: '422': *15 '503': *62 '404': *6 - '410': *275 + '410': *276 x-github: triggersNotification: true githubCloudOnly: false @@ -72302,8 +72316,8 @@ paths: description: API method documentation url: https://docs.github.com/rest/issues/comments#list-issue-comments-for-a-repository parameters: - - *266 - *267 + - *268 - *83 - name: direction description: Either `asc` or `desc`. Ignored without the `sort` parameter. @@ -72324,9 +72338,9 @@ paths: application/json: schema: type: array - items: *457 + items: *458 examples: - default: &462 + default: &463 value: - id: 1 node_id: MDEyOklzc3VlQ29tbWVudDE= @@ -72384,17 +72398,17 @@ paths: description: API method documentation url: https://docs.github.com/rest/issues/comments#get-an-issue-comment parameters: - - *266 - *267 + - *268 - *73 responses: '200': description: Response content: application/json: - schema: *457 + schema: *458 examples: - default: &458 + default: &459 value: id: 1 node_id: MDEyOklzc3VlQ29tbWVudDE= @@ -72448,8 +72462,8 @@ paths: description: API method documentation url: https://docs.github.com/rest/issues/comments#update-an-issue-comment parameters: - - *266 - *267 + - *268 - *73 requestBody: required: true @@ -72472,9 +72486,9 @@ paths: description: Response content: application/json: - schema: *457 + schema: *458 examples: - default: *458 + default: *459 '422': *15 x-github: githubCloudOnly: false @@ -72492,8 +72506,8 @@ paths: description: API method documentation url: https://docs.github.com/rest/issues/comments#delete-an-issue-comment parameters: - - *266 - *267 + - *268 - *73 responses: '204': @@ -72514,8 +72528,8 @@ paths: description: API method documentation url: https://docs.github.com/rest/reactions/reactions#list-reactions-for-an-issue-comment parameters: - - *266 - *267 + - *268 - *73 - name: content description: Returns a single [reaction type](https://docs.github.com/rest/reactions/reactions#about-reactions). @@ -72542,9 +72556,9 @@ paths: application/json: schema: type: array - items: *259 + items: *260 examples: - default: *261 + default: *262 headers: Link: *57 '404': *6 @@ -72565,8 +72579,8 @@ paths: description: API method documentation url: https://docs.github.com/rest/reactions/reactions#create-reaction-for-an-issue-comment parameters: - - *266 - *267 + - *268 - *73 requestBody: required: true @@ -72599,16 +72613,16 @@ paths: description: Reaction exists content: application/json: - schema: *259 + schema: *260 examples: - default: *260 + default: *261 '201': description: Reaction created content: application/json: - schema: *259 + schema: *260 examples: - default: *260 + default: *261 '422': *15 x-github: githubCloudOnly: false @@ -72630,10 +72644,10 @@ paths: description: API method documentation url: https://docs.github.com/rest/reactions/reactions#delete-an-issue-comment-reaction parameters: - - *266 - *267 + - *268 - *73 - - *262 + - *263 responses: '204': description: Response @@ -72653,8 +72667,8 @@ paths: description: API method documentation url: https://docs.github.com/rest/issues/events#list-issue-events-for-a-repository parameters: - - *266 - *267 + - *268 - *17 - *19 responses: @@ -72664,7 +72678,7 @@ paths: application/json: schema: type: array - items: &459 + items: &460 title: Issue Event description: Issue Event type: object @@ -73003,8 +73017,8 @@ paths: description: API method documentation url: https://docs.github.com/rest/issues/events#get-an-issue-event parameters: - - *266 - *267 + - *268 - name: event_id in: path required: true @@ -73015,7 +73029,7 @@ paths: description: Response content: application/json: - schema: *459 + schema: *460 examples: default: value: @@ -73208,7 +73222,7 @@ paths: author_association: COLLABORATOR state_reason: completed '404': *6 - '410': *275 + '410': *276 '403': *27 x-github: githubCloudOnly: false @@ -73242,9 +73256,9 @@ paths: description: API method documentation url: https://docs.github.com/rest/issues/issues#get-an-issue parameters: - - *266 - *267 - - &461 + - *268 + - &462 name: issue_number description: The number that identifies the issue. in: path @@ -73258,10 +73272,10 @@ paths: application/json: schema: *74 examples: - default: *460 - '301': *278 + default: *461 + '301': *279 '404': *6 - '410': *275 + '410': *276 '304': *35 x-github: githubCloudOnly: false @@ -73286,9 +73300,9 @@ paths: description: API method documentation url: https://docs.github.com/rest/issues/issues#update-an-issue parameters: - - *266 - *267 - - *461 + - *268 + - *462 requestBody: required: false content: @@ -73408,13 +73422,13 @@ paths: application/json: schema: *74 examples: - default: *460 + default: *461 '422': *15 '503': *62 '403': *27 - '301': *278 + '301': *279 '404': *6 - '410': *275 + '410': *276 x-github: githubCloudOnly: false enabledForGitHubApps: true @@ -73432,9 +73446,9 @@ paths: description: API method documentation url: https://docs.github.com/rest/issues/assignees#add-assignees-to-an-issue parameters: - - *266 - *267 - - *461 + - *268 + - *462 requestBody: required: false content: @@ -73462,7 +73476,7 @@ paths: application/json: schema: *74 examples: - default: *460 + default: *461 x-github: githubCloudOnly: false enabledForGitHubApps: true @@ -73478,9 +73492,9 @@ paths: description: API method documentation url: https://docs.github.com/rest/issues/assignees#remove-assignees-from-an-issue parameters: - - *266 - *267 - - *461 + - *268 + - *462 requestBody: content: application/json: @@ -73507,7 +73521,7 @@ paths: application/json: schema: *74 examples: - default: *460 + default: *461 x-github: githubCloudOnly: false enabledForGitHubApps: true @@ -73529,9 +73543,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: - - *266 - *267 - - *461 + - *268 + - *462 - name: assignee in: path required: true @@ -73571,9 +73585,9 @@ paths: description: API method documentation url: https://docs.github.com/rest/issues/comments#list-issue-comments parameters: - - *266 - *267 - - *461 + - *268 + - *462 - *64 - *17 - *19 @@ -73584,13 +73598,13 @@ paths: application/json: schema: type: array - items: *457 + items: *458 examples: - default: *462 + default: *463 headers: Link: *57 '404': *6 - '410': *275 + '410': *276 x-github: githubCloudOnly: false enabledForGitHubApps: true @@ -73619,9 +73633,9 @@ paths: description: API method documentation url: https://docs.github.com/rest/issues/comments#create-an-issue-comment parameters: - - *266 - *267 - - *461 + - *268 + - *462 requestBody: required: true content: @@ -73643,16 +73657,16 @@ paths: description: Response content: application/json: - schema: *457 + schema: *458 examples: - default: *458 + default: *459 headers: Location: example: https://api.github.com/repos/octocat/Hello-World/issues/comments/1 schema: type: string '403': *27 - '410': *275 + '410': *276 '422': *15 '404': *6 x-github: @@ -73672,9 +73686,9 @@ paths: description: API method documentation url: https://docs.github.com/rest/issues/events#list-issue-events parameters: - - *266 - *267 - - *461 + - *268 + - *462 - *17 - *19 responses: @@ -73688,7 +73702,7 @@ paths: title: Issue Event for Issue description: Issue Event for Issue anyOf: - - &466 + - &467 title: Labeled Issue Event description: Labeled Issue Event type: object @@ -73737,7 +73751,7 @@ paths: - commit_url - created_at - performed_via_github_app - - &467 + - &468 title: Unlabeled Issue Event description: Unlabeled Issue Event type: object @@ -73865,7 +73879,7 @@ paths: - performed_via_github_app - assignee - assigner - - &468 + - &469 title: Milestoned Issue Event description: Milestoned Issue Event type: object @@ -73911,7 +73925,7 @@ paths: - commit_url - created_at - performed_via_github_app - - &469 + - &470 title: Demilestoned Issue Event description: Demilestoned Issue Event type: object @@ -73957,7 +73971,7 @@ paths: - commit_url - created_at - performed_via_github_app - - &470 + - &471 title: Renamed Issue Event description: Renamed Issue Event type: object @@ -74006,7 +74020,7 @@ paths: - commit_url - created_at - performed_via_github_app - - &471 + - &472 title: Review Requested Issue Event description: Review Requested Issue Event type: object @@ -74048,7 +74062,7 @@ paths: - commit_url - created_at - performed_via_github_app - - &472 + - &473 title: Review Request Removed Issue Event description: Review Request Removed Issue Event type: object @@ -74090,7 +74104,7 @@ paths: - commit_url - created_at - performed_via_github_app - - &473 + - &474 title: Review Dismissed Issue Event description: Review Dismissed Issue Event type: object @@ -74146,7 +74160,7 @@ paths: - commit_url - created_at - performed_via_github_app - - &474 + - &475 title: Locked Issue Event description: Locked Issue Event type: object @@ -74191,7 +74205,7 @@ paths: - commit_url - created_at - performed_via_github_app - - &475 + - &476 title: Added to Project Issue Event description: Added to Project Issue Event type: object @@ -74252,7 +74266,7 @@ paths: - commit_url - created_at - performed_via_github_app - - &476 + - &477 title: Moved Column in Project Issue Event description: Moved Column in Project Issue Event type: object @@ -74313,7 +74327,7 @@ paths: - commit_url - created_at - performed_via_github_app - - &477 + - &478 title: Removed from Project Issue Event description: Removed from Project Issue Event type: object @@ -74374,7 +74388,7 @@ paths: - commit_url - created_at - performed_via_github_app - - &478 + - &479 title: Converted Note to Issue Issue Event description: Converted Note to Issue Issue Event type: object @@ -74467,7 +74481,7 @@ paths: color: red headers: Link: *57 - '410': *275 + '410': *276 x-github: githubCloudOnly: false enabledForGitHubApps: true @@ -74484,9 +74498,9 @@ paths: description: API method documentation url: https://docs.github.com/rest/issues/labels#list-labels-for-an-issue parameters: - - *266 - *267 - - *461 + - *268 + - *462 - *17 - *19 responses: @@ -74496,7 +74510,7 @@ paths: application/json: schema: type: array - items: &463 + items: &464 title: Label description: Color-coded labels help you categorize and filter your issues (just like labels in Gmail). @@ -74551,7 +74565,7 @@ paths: - color - default examples: - default: &464 + default: &465 value: - id: 208045946 node_id: MDU6TGFiZWwyMDgwNDU5NDY= @@ -74569,9 +74583,9 @@ paths: default: false headers: Link: *57 - '301': *278 + '301': *279 '404': *6 - '410': *275 + '410': *276 x-github: githubCloudOnly: false enabledForGitHubApps: true @@ -74588,9 +74602,9 @@ paths: description: API method documentation url: https://docs.github.com/rest/issues/labels#add-labels-to-an-issue parameters: - - *266 - *267 - - *461 + - *268 + - *462 requestBody: required: false content: @@ -74649,12 +74663,12 @@ paths: application/json: schema: type: array - items: *463 + items: *464 examples: - default: *464 - '301': *278 + default: *465 + '301': *279 '404': *6 - '410': *275 + '410': *276 '422': *15 x-github: githubCloudOnly: false @@ -74671,9 +74685,9 @@ paths: description: API method documentation url: https://docs.github.com/rest/issues/labels#set-labels-for-an-issue parameters: - - *266 - *267 - - *461 + - *268 + - *462 requestBody: required: false content: @@ -74733,12 +74747,12 @@ paths: application/json: schema: type: array - items: *463 + items: *464 examples: - default: *464 - '301': *278 + default: *465 + '301': *279 '404': *6 - '410': *275 + '410': *276 '422': *15 x-github: githubCloudOnly: false @@ -74755,15 +74769,15 @@ paths: description: API method documentation url: https://docs.github.com/rest/issues/labels#remove-all-labels-from-an-issue parameters: - - *266 - *267 - - *461 + - *268 + - *462 responses: '204': description: Response - '301': *278 + '301': *279 '404': *6 - '410': *275 + '410': *276 x-github: githubCloudOnly: false enabledForGitHubApps: true @@ -74782,9 +74796,9 @@ paths: description: API method documentation url: https://docs.github.com/rest/issues/labels#remove-a-label-from-an-issue parameters: - - *266 - *267 - - *461 + - *268 + - *462 - name: name in: path required: true @@ -74797,7 +74811,7 @@ paths: application/json: schema: type: array - items: *463 + items: *464 examples: default: value: @@ -74808,9 +74822,9 @@ paths: description: Something isn't working color: f29513 default: true - '301': *278 + '301': *279 '404': *6 - '410': *275 + '410': *276 x-github: githubCloudOnly: false enabledForGitHubApps: true @@ -74830,9 +74844,9 @@ paths: description: API method documentation url: https://docs.github.com/rest/issues/issues#lock-an-issue parameters: - - *266 - *267 - - *461 + - *268 + - *462 requestBody: required: false content: @@ -74861,7 +74875,7 @@ paths: '204': description: Response '403': *27 - '410': *275 + '410': *276 '404': *6 '422': *15 x-github: @@ -74879,9 +74893,9 @@ paths: description: API method documentation url: https://docs.github.com/rest/issues/issues#unlock-an-issue parameters: - - *266 - *267 - - *461 + - *268 + - *462 responses: '204': description: Response @@ -74903,9 +74917,9 @@ paths: description: API method documentation url: https://docs.github.com/rest/reactions/reactions#list-reactions-for-an-issue parameters: - - *266 - *267 - - *461 + - *268 + - *462 - 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. @@ -74931,13 +74945,13 @@ paths: application/json: schema: type: array - items: *259 + items: *260 examples: - default: *261 + default: *262 headers: Link: *57 '404': *6 - '410': *275 + '410': *276 x-github: githubCloudOnly: false enabledForGitHubApps: true @@ -74955,9 +74969,9 @@ paths: description: API method documentation url: https://docs.github.com/rest/reactions/reactions#create-reaction-for-an-issue parameters: - - *266 - *267 - - *461 + - *268 + - *462 requestBody: required: true content: @@ -74989,16 +75003,16 @@ paths: description: Response content: application/json: - schema: *259 + schema: *260 examples: - default: *260 + default: *261 '201': description: Response content: application/json: - schema: *259 + schema: *260 examples: - default: *260 + default: *261 '422': *15 x-github: githubCloudOnly: false @@ -75020,10 +75034,10 @@ paths: description: API method documentation url: https://docs.github.com/rest/reactions/reactions#delete-an-issue-reaction parameters: - - *266 - *267 - - *461 - - *262 + - *268 + - *462 + - *263 responses: '204': description: Response @@ -75052,9 +75066,9 @@ paths: description: API method documentation url: https://docs.github.com/rest/issues/sub-issues#remove-sub-issue parameters: - - *266 - *267 - - *461 + - *268 + - *462 requestBody: required: true content: @@ -75078,7 +75092,7 @@ paths: application/json: schema: *74 examples: - default: *460 + default: *461 headers: Location: example: https://api.github.com/repos/octocat/Hello-World/issues/1/sub-issue @@ -75111,9 +75125,9 @@ paths: description: API method documentation url: https://docs.github.com/rest/issues/sub-issues#list-sub-issues parameters: - - *266 - *267 - - *461 + - *268 + - *462 - *17 - *19 responses: @@ -75125,11 +75139,11 @@ paths: type: array items: *74 examples: - default: *465 + default: *466 headers: Link: *57 '404': *6 - '410': *275 + '410': *276 x-github: githubCloudOnly: false enabledForGitHubApps: true @@ -75157,9 +75171,9 @@ paths: description: API method documentation url: https://docs.github.com/rest/issues/sub-issues#add-sub-issue parameters: - - *266 - *267 - - *461 + - *268 + - *462 requestBody: required: true content: @@ -75188,14 +75202,14 @@ paths: application/json: schema: *74 examples: - default: *460 + default: *461 headers: Location: example: https://api.github.com/repos/octocat/Hello-World/issues/sub-issues/1 schema: type: string '403': *27 - '410': *275 + '410': *276 '422': *15 '404': *6 x-github: @@ -75215,9 +75229,9 @@ paths: description: API method documentation url: https://docs.github.com/rest/issues/sub-issues#reprioritize-sub-issue parameters: - - *266 - *267 - - *461 + - *268 + - *462 requestBody: required: true content: @@ -75250,7 +75264,7 @@ paths: application/json: schema: *74 examples: - default: *460 + default: *461 '403': *27 '404': *6 '422': *7 @@ -75272,9 +75286,9 @@ paths: description: API method documentation url: https://docs.github.com/rest/issues/timeline#list-timeline-events-for-an-issue parameters: - - *266 - *267 - - *461 + - *268 + - *462 - *17 - *19 responses: @@ -75289,7 +75303,6 @@ paths: description: Timeline Event type: object anyOf: - - *466 - *467 - *468 - *469 @@ -75302,6 +75315,7 @@ paths: - *476 - *477 - *478 + - *479 - title: Timeline Comment Event description: Timeline Comment Event type: object @@ -75625,7 +75639,7 @@ paths: type: string comments: type: array - items: &498 + items: &499 title: Pull Request Review Comment description: Pull Request Review Comments are comments on a portion of the Pull Request's diff. @@ -75863,7 +75877,7 @@ paths: type: string comments: type: array - items: *393 + items: *394 - title: Timeline Assigned Issue Event description: Timeline Assigned Issue Event type: object @@ -76138,7 +76152,7 @@ paths: headers: Link: *57 '404': *6 - '410': *275 + '410': *276 x-github: githubCloudOnly: false enabledForGitHubApps: true @@ -76155,8 +76169,8 @@ paths: description: API method documentation url: https://docs.github.com/rest/deploy-keys/deploy-keys#list-deploy-keys parameters: - - *266 - *267 + - *268 - *17 - *19 responses: @@ -76166,7 +76180,7 @@ paths: application/json: schema: type: array - items: &479 + items: &480 title: Deploy Key description: An SSH key granting access to a single repository. type: object @@ -76233,8 +76247,8 @@ paths: description: API method documentation url: https://docs.github.com/rest/deploy-keys/deploy-keys#create-a-deploy-key parameters: - - *266 - *267 + - *268 requestBody: required: true content: @@ -76270,9 +76284,9 @@ paths: description: Response content: application/json: - schema: *479 + schema: *480 examples: - default: &480 + default: &481 value: id: 1 key: ssh-rsa AAA... @@ -76306,9 +76320,9 @@ paths: description: API method documentation url: https://docs.github.com/rest/deploy-keys/deploy-keys#get-a-deploy-key parameters: - - *266 - *267 - - &481 + - *268 + - &482 name: key_id description: The unique identifier of the key. in: path @@ -76320,9 +76334,9 @@ paths: description: Response content: application/json: - schema: *479 + schema: *480 examples: - default: *480 + default: *481 '404': *6 x-github: githubCloudOnly: false @@ -76340,9 +76354,9 @@ paths: description: API method documentation url: https://docs.github.com/rest/deploy-keys/deploy-keys#delete-a-deploy-key parameters: - - *266 - *267 - - *481 + - *268 + - *482 responses: '204': description: Response @@ -76362,8 +76376,8 @@ paths: description: API method documentation url: https://docs.github.com/rest/issues/labels#list-labels-for-a-repository parameters: - - *266 - *267 + - *268 - *17 - *19 responses: @@ -76373,9 +76387,9 @@ paths: application/json: schema: type: array - items: *463 + items: *464 examples: - default: *464 + default: *465 headers: Link: *57 '404': *6 @@ -76396,8 +76410,8 @@ paths: description: API method documentation url: https://docs.github.com/rest/issues/labels#create-a-label parameters: - - *266 - *267 + - *268 requestBody: required: true content: @@ -76433,9 +76447,9 @@ paths: description: Response content: application/json: - schema: *463 + schema: *464 examples: - default: &482 + default: &483 value: id: 208045946 node_id: MDU6TGFiZWwyMDgwNDU5NDY= @@ -76467,8 +76481,8 @@ paths: description: API method documentation url: https://docs.github.com/rest/issues/labels#get-a-label parameters: - - *266 - *267 + - *268 - name: name in: path required: true @@ -76479,9 +76493,9 @@ paths: description: Response content: application/json: - schema: *463 + schema: *464 examples: - default: *482 + default: *483 '404': *6 x-github: githubCloudOnly: false @@ -76498,8 +76512,8 @@ paths: description: API method documentation url: https://docs.github.com/rest/issues/labels#update-a-label parameters: - - *266 - *267 + - *268 - name: name in: path required: true @@ -76538,7 +76552,7 @@ paths: description: Response content: application/json: - schema: *463 + schema: *464 examples: default: value: @@ -76564,8 +76578,8 @@ paths: description: API method documentation url: https://docs.github.com/rest/issues/labels#delete-a-label parameters: - - *266 - *267 + - *268 - name: name in: path required: true @@ -76591,8 +76605,8 @@ paths: description: API method documentation url: https://docs.github.com/rest/repos/repos#list-repository-languages parameters: - - *266 - *267 + - *268 responses: '200': description: Response @@ -76631,9 +76645,9 @@ paths: description: API method documentation url: https://docs.github.com/rest/licenses/licenses#get-the-license-for-a-repository parameters: - - *266 - *267 - - *371 + - *268 + - *372 responses: '200': description: Response @@ -76780,8 +76794,8 @@ paths: description: API method documentation url: https://docs.github.com/rest/branches/branches#sync-a-fork-branch-with-the-upstream-repository parameters: - - *266 - *267 + - *268 requestBody: required: true content: @@ -76846,8 +76860,8 @@ paths: description: API method documentation url: https://docs.github.com/rest/branches/branches#merge-a-branch parameters: - - *266 - *267 + - *268 requestBody: required: true content: @@ -76881,9 +76895,9 @@ paths: description: Successful Response (The resulting merge commit) content: application/json: - schema: *394 + schema: *395 examples: - default: *483 + default: *484 '204': description: Response when already merged '404': @@ -76908,8 +76922,8 @@ paths: description: API method documentation url: https://docs.github.com/rest/issues/milestones#list-milestones parameters: - - *266 - *267 + - *268 - name: state description: The state of the milestone. Either `open`, `closed`, or `all`. in: query @@ -76950,7 +76964,7 @@ paths: application/json: schema: type: array - items: *398 + items: *399 examples: default: value: @@ -77006,8 +77020,8 @@ paths: description: API method documentation url: https://docs.github.com/rest/issues/milestones#create-a-milestone parameters: - - *266 - *267 + - *268 requestBody: required: true content: @@ -77047,9 +77061,9 @@ paths: description: Response content: application/json: - schema: *398 + schema: *399 examples: - default: &484 + default: &485 value: url: https://api.github.com/repos/octocat/Hello-World/milestones/1 html_url: https://github.com/octocat/Hello-World/milestones/v1.0 @@ -77108,9 +77122,9 @@ paths: description: API method documentation url: https://docs.github.com/rest/issues/milestones#get-a-milestone parameters: - - *266 - *267 - - &485 + - *268 + - &486 name: milestone_number description: The number that identifies the milestone. in: path @@ -77122,9 +77136,9 @@ paths: description: Response content: application/json: - schema: *398 + schema: *399 examples: - default: *484 + default: *485 '404': *6 x-github: githubCloudOnly: false @@ -77141,9 +77155,9 @@ paths: description: API method documentation url: https://docs.github.com/rest/issues/milestones#update-a-milestone parameters: - - *266 - *267 - - *485 + - *268 + - *486 requestBody: required: false content: @@ -77181,9 +77195,9 @@ paths: description: Response content: application/json: - schema: *398 + schema: *399 examples: - default: *484 + default: *485 x-github: githubCloudOnly: false enabledForGitHubApps: true @@ -77199,9 +77213,9 @@ paths: description: API method documentation url: https://docs.github.com/rest/issues/milestones#delete-a-milestone parameters: - - *266 - *267 - - *485 + - *268 + - *486 responses: '204': description: Response @@ -77222,9 +77236,9 @@ paths: description: API method documentation url: https://docs.github.com/rest/issues/labels#list-labels-for-issues-in-a-milestone parameters: - - *266 - *267 - - *485 + - *268 + - *486 - *17 - *19 responses: @@ -77234,9 +77248,9 @@ paths: application/json: schema: type: array - items: *463 + items: *464 examples: - default: *464 + default: *465 headers: Link: *57 x-github: @@ -77255,12 +77269,12 @@ paths: description: API method documentation url: https://docs.github.com/rest/activity/notifications#list-repository-notifications-for-the-authenticated-user parameters: - - *266 - *267 - - *486 + - *268 - *487 - - *64 - *488 + - *64 + - *489 - *17 - *19 responses: @@ -77272,7 +77286,7 @@ paths: type: array items: *86 examples: - default: *489 + default: *490 headers: Link: *57 x-github: @@ -77296,8 +77310,8 @@ paths: description: API method documentation url: https://docs.github.com/rest/activity/notifications#mark-repository-notifications-as-read parameters: - - *266 - *267 + - *268 requestBody: required: false content: @@ -77355,14 +77369,14 @@ paths: description: API method documentation url: https://docs.github.com/rest/pages/pages#get-a-apiname-pages-site parameters: - - *266 - *267 + - *268 responses: '200': description: Response content: application/json: - schema: &490 + schema: &491 title: GitHub Pages description: The configuration for GitHub Pages for a repository. type: object @@ -77506,7 +77520,7 @@ paths: - custom_404 - public examples: - default: &491 + default: &492 value: url: https://api.github.com/repos/github/developer.github.com/pages status: built @@ -77547,8 +77561,8 @@ paths: description: API method documentation url: https://docs.github.com/rest/pages/pages#create-a-apiname-pages-site parameters: - - *266 - *267 + - *268 requestBody: required: true content: @@ -77603,9 +77617,9 @@ paths: description: Response content: application/json: - schema: *490 + schema: *491 examples: - default: *491 + default: *492 '422': *15 '409': *44 x-github: @@ -77628,8 +77642,8 @@ paths: description: API method documentation url: https://docs.github.com/rest/pages/pages#update-information-about-a-apiname-pages-site parameters: - - *266 - *267 + - *268 requestBody: required: true content: @@ -77729,8 +77743,8 @@ paths: description: API method documentation url: https://docs.github.com/rest/pages/pages#delete-a-apiname-pages-site parameters: - - *266 - *267 + - *268 responses: '204': description: Response @@ -77756,8 +77770,8 @@ paths: description: API method documentation url: https://docs.github.com/rest/pages/pages#list-apiname-pages-builds parameters: - - *266 - *267 + - *268 - *17 - *19 responses: @@ -77767,7 +77781,7 @@ paths: application/json: schema: type: array - items: &492 + items: &493 title: Page Build description: Page Build type: object @@ -77859,8 +77873,8 @@ paths: description: API method documentation url: https://docs.github.com/rest/pages/pages#request-a-apiname-pages-build parameters: - - *266 - *267 + - *268 responses: '201': description: Response @@ -77907,16 +77921,16 @@ paths: description: API method documentation url: https://docs.github.com/rest/pages/pages#get-latest-pages-build parameters: - - *266 - *267 + - *268 responses: '200': description: Response content: application/json: - schema: *492 + schema: *493 examples: - default: &493 + default: &494 value: url: https://api.github.com/repos/github/developer.github.com/pages/builds/5472601 status: built @@ -77964,8 +77978,8 @@ paths: description: API method documentation url: https://docs.github.com/rest/pages/pages#get-apiname-pages-build parameters: - - *266 - *267 + - *268 - name: build_id in: path required: true @@ -77976,9 +77990,9 @@ paths: description: Response content: application/json: - schema: *492 + schema: *493 examples: - default: *493 + default: *494 x-github: githubCloudOnly: false enabledForGitHubApps: true @@ -77998,8 +78012,8 @@ paths: description: API method documentation url: https://docs.github.com/rest/pages/pages#create-a-github-pages-deployment parameters: - - *266 - *267 + - *268 requestBody: required: true content: @@ -78107,9 +78121,9 @@ paths: description: API method documentation url: https://docs.github.com/rest/pages/pages#get-the-status-of-a-github-pages-deployment parameters: - - *266 - *267 - - &494 + - *268 + - &495 name: pages_deployment_id description: The ID of the Pages deployment. You can also give the commit SHA of the deployment. @@ -78167,9 +78181,9 @@ paths: description: API method documentation url: https://docs.github.com/rest/pages/pages#cancel-a-github-pages-deployment parameters: - - *266 - *267 - - *494 + - *268 + - *495 responses: '204': *140 '404': *6 @@ -78196,8 +78210,8 @@ paths: description: API method documentation url: https://docs.github.com/rest/pages/pages#get-a-dns-health-check-for-github-pages parameters: - - *266 - *267 + - *268 responses: '200': description: Response @@ -78492,8 +78506,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: - - *266 - *267 + - *268 responses: '200': description: Private vulnerability reporting status @@ -78530,8 +78544,8 @@ paths: description: API method documentation url: https://docs.github.com/rest/repos/repos#enable-private-vulnerability-reporting-for-a-repository parameters: - - *266 - *267 + - *268 responses: '204': *140 '422': *14 @@ -78552,8 +78566,8 @@ paths: description: API method documentation url: https://docs.github.com/rest/repos/repos#disable-private-vulnerability-reporting-for-a-repository parameters: - - *266 - *267 + - *268 responses: '204': *140 '422': *14 @@ -78576,8 +78590,8 @@ paths: description: API method documentation url: https://docs.github.com/rest/projects/projects#list-repository-projects parameters: - - *266 - *267 + - *268 - name: state description: Indicates the state of the projects to return. in: query @@ -78598,7 +78612,7 @@ paths: application/json: schema: type: array - items: *219 + items: *220 examples: default: value: @@ -78638,7 +78652,7 @@ paths: '401': *23 '403': *27 '404': *6 - '410': *275 + '410': *276 '422': *7 x-github: githubCloudOnly: false @@ -78661,8 +78675,8 @@ paths: description: API method documentation url: https://docs.github.com/rest/projects/projects#create-a-repository-project parameters: - - *266 - *267 + - *268 requestBody: required: true content: @@ -78688,13 +78702,13 @@ paths: description: Response content: application/json: - schema: *219 + schema: *220 examples: - default: *274 + default: *275 '401': *23 '403': *27 '404': *6 - '410': *275 + '410': *276 '422': *7 x-github: githubCloudOnly: false @@ -78717,8 +78731,8 @@ paths: description: API method documentation url: https://docs.github.com/rest/repos/custom-properties#get-all-custom-property-values-for-a-repository parameters: - - *266 - *267 + - *268 responses: '200': description: Response @@ -78726,7 +78740,7 @@ paths: application/json: schema: type: array - items: *224 + items: *225 examples: default: value: @@ -78757,8 +78771,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: - - *266 - *267 + - *268 requestBody: required: true content: @@ -78770,7 +78784,7 @@ paths: type: array description: A list of custom property names and associated values to apply to the repositories. - items: *224 + items: *225 required: - properties examples: @@ -78820,8 +78834,8 @@ paths: description: API method documentation url: https://docs.github.com/rest/pulls/pulls#list-pull-requests parameters: - - *266 - *267 + - *268 - name: state description: Either `open`, `closed`, or `all` to filter by state. in: query @@ -78881,9 +78895,9 @@ paths: application/json: schema: type: array - items: *495 + items: *496 examples: - default: *496 + default: *497 headers: Link: *57 '304': *35 @@ -78915,8 +78929,8 @@ paths: description: API method documentation url: https://docs.github.com/rest/pulls/pulls#create-a-pull-request parameters: - - *266 - *267 + - *268 requestBody: required: true content: @@ -78983,7 +78997,7 @@ paths: description: Response content: application/json: - schema: &500 + schema: &501 type: object title: Pull Request description: Pull requests let you tell others about changes you've @@ -79112,7 +79126,7 @@ paths: milestone: anyOf: - type: 'null' - - *398 + - *399 active_lock_reason: type: - string @@ -79167,7 +79181,7 @@ paths: type: - array - 'null' - items: *201 + items: *202 head: type: object properties: @@ -79205,14 +79219,14 @@ paths: _links: type: object properties: - comments: *399 - commits: *399 - statuses: *399 - html: *399 - issue: *399 - review_comments: *399 - review_comment: *399 - self: *399 + comments: *400 + commits: *400 + statuses: *400 + html: *400 + issue: *400 + review_comments: *400 + review_comment: *400 + self: *400 required: - comments - commits @@ -79223,7 +79237,7 @@ paths: - review_comment - self author_association: *60 - auto_merge: *497 + auto_merge: *498 draft: description: Indicates whether or not the pull request is a draft. type: boolean @@ -79325,7 +79339,7 @@ paths: - merged_by - review_comments examples: - default: &501 + default: &502 value: url: https://api.github.com/repos/octocat/Hello-World/pulls/1347 id: 1 @@ -79852,8 +79866,8 @@ paths: description: API method documentation url: https://docs.github.com/rest/pulls/comments#list-review-comments-in-a-repository parameters: - - *266 - *267 + - *268 - name: sort in: query required: false @@ -79882,9 +79896,9 @@ paths: application/json: schema: type: array - items: *498 + items: *499 examples: - default: &503 + default: &504 value: - url: https://api.github.com/repos/octocat/Hello-World/pulls/comments/1 pull_request_review_id: 42 @@ -79961,17 +79975,17 @@ paths: description: API method documentation url: https://docs.github.com/rest/pulls/comments#get-a-review-comment-for-a-pull-request parameters: - - *266 - *267 + - *268 - *73 responses: '200': description: Response content: application/json: - schema: *498 + schema: *499 examples: - default: &499 + default: &500 value: url: https://api.github.com/repos/octocat/Hello-World/pulls/comments/1 pull_request_review_id: 42 @@ -80046,8 +80060,8 @@ paths: description: API method documentation url: https://docs.github.com/rest/pulls/comments#update-a-review-comment-for-a-pull-request parameters: - - *266 - *267 + - *268 - *73 requestBody: required: true @@ -80070,9 +80084,9 @@ paths: description: Response content: application/json: - schema: *498 + schema: *499 examples: - default: *499 + default: *500 x-github: githubCloudOnly: false enabledForGitHubApps: true @@ -80088,8 +80102,8 @@ paths: description: API method documentation url: https://docs.github.com/rest/pulls/comments#delete-a-review-comment-for-a-pull-request parameters: - - *266 - *267 + - *268 - *73 responses: '204': @@ -80111,8 +80125,8 @@ paths: description: API method documentation url: https://docs.github.com/rest/reactions/reactions#list-reactions-for-a-pull-request-review-comment parameters: - - *266 - *267 + - *268 - *73 - name: content description: Returns a single [reaction type](https://docs.github.com/rest/reactions/reactions#about-reactions). @@ -80139,9 +80153,9 @@ paths: application/json: schema: type: array - items: *259 + items: *260 examples: - default: *261 + default: *262 headers: Link: *57 '404': *6 @@ -80162,8 +80176,8 @@ paths: description: API method documentation url: https://docs.github.com/rest/reactions/reactions#create-reaction-for-a-pull-request-review-comment parameters: - - *266 - *267 + - *268 - *73 requestBody: required: true @@ -80196,16 +80210,16 @@ paths: description: Reaction exists content: application/json: - schema: *259 + schema: *260 examples: - default: *260 + default: *261 '201': description: Reaction created content: application/json: - schema: *259 + schema: *260 examples: - default: *260 + default: *261 '422': *15 x-github: githubCloudOnly: false @@ -80227,10 +80241,10 @@ paths: description: API method documentation url: https://docs.github.com/rest/reactions/reactions#delete-a-pull-request-comment-reaction parameters: - - *266 - *267 + - *268 - *73 - - *262 + - *263 responses: '204': description: Response @@ -80273,9 +80287,9 @@ paths: description: API method documentation url: https://docs.github.com/rest/pulls/pulls#get-a-pull-request parameters: - - *266 - *267 - - &502 + - *268 + - &503 name: pull_number description: The number that identifies the pull request. in: path @@ -80288,9 +80302,9 @@ paths: to fetch diff and patch formats. content: application/json: - schema: *500 + schema: *501 examples: - default: *501 + default: *502 '304': *35 '404': *6 '406': @@ -80325,9 +80339,9 @@ paths: description: API method documentation url: https://docs.github.com/rest/pulls/pulls#update-a-pull-request parameters: - - *266 - *267 - - *502 + - *268 + - *503 requestBody: required: false content: @@ -80369,9 +80383,9 @@ paths: description: Response content: application/json: - schema: *500 + schema: *501 examples: - default: *501 + default: *502 '422': *15 '403': *27 x-github: @@ -80393,9 +80407,9 @@ paths: description: API method documentation url: https://docs.github.com/rest/codespaces/codespaces#create-a-codespace-from-a-pull-request parameters: - - *266 - *267 - - *502 + - *268 + - *503 requestBody: required: true content: @@ -80456,17 +80470,17 @@ paths: description: Response when the codespace was successfully created content: application/json: - schema: *190 + schema: *191 examples: - default: *385 + default: *386 '202': description: Response when the codespace creation partially failed but is being retried in the background content: application/json: - schema: *190 + schema: *191 examples: - default: *385 + default: *386 '401': *23 '403': *27 '404': *6 @@ -80496,9 +80510,9 @@ paths: description: API method documentation url: https://docs.github.com/rest/pulls/comments#list-review-comments-on-a-pull-request parameters: - - *266 - *267 - - *502 + - *268 + - *503 - *83 - name: direction description: The direction to sort results. Ignored without `sort` parameter. @@ -80519,9 +80533,9 @@ paths: application/json: schema: type: array - items: *498 + items: *499 examples: - default: *503 + default: *504 headers: Link: *57 x-github: @@ -80554,9 +80568,9 @@ paths: description: API method documentation url: https://docs.github.com/rest/pulls/comments#create-a-review-comment-for-a-pull-request parameters: - - *266 - *267 - - *502 + - *268 + - *503 requestBody: required: true content: @@ -80662,7 +80676,7 @@ paths: description: Response content: application/json: - schema: *498 + schema: *499 examples: example-for-a-multi-line-comment: value: @@ -80750,9 +80764,9 @@ paths: description: API method documentation url: https://docs.github.com/rest/pulls/comments#create-a-reply-for-a-review-comment parameters: - - *266 - *267 - - *502 + - *268 + - *503 - *73 requestBody: required: true @@ -80775,7 +80789,7 @@ paths: description: Response content: application/json: - schema: *498 + schema: *499 examples: default: value: @@ -80861,9 +80875,9 @@ paths: description: API method documentation url: https://docs.github.com/rest/pulls/pulls#list-commits-on-a-pull-request parameters: - - *266 - *267 - - *502 + - *268 + - *503 - *17 - *19 responses: @@ -80873,9 +80887,9 @@ paths: application/json: schema: type: array - items: *394 + items: *395 examples: - default: *504 + default: *505 headers: Link: *57 x-github: @@ -80905,9 +80919,9 @@ paths: description: API method documentation url: https://docs.github.com/rest/pulls/pulls#list-pull-requests-files parameters: - - *266 - *267 - - *502 + - *268 + - *503 - *17 - *19 responses: @@ -80917,7 +80931,7 @@ paths: application/json: schema: type: array - items: *406 + items: *407 examples: default: value: @@ -80955,9 +80969,9 @@ paths: description: API method documentation url: https://docs.github.com/rest/pulls/pulls#check-if-a-pull-request-has-been-merged parameters: - - *266 - *267 - - *502 + - *268 + - *503 responses: '204': description: Response if pull request has been merged @@ -80980,9 +80994,9 @@ paths: description: API method documentation url: https://docs.github.com/rest/pulls/pulls#merge-a-pull-request parameters: - - *266 - *267 - - *502 + - *268 + - *503 requestBody: required: false content: @@ -81094,9 +81108,9 @@ paths: description: API method documentation url: https://docs.github.com/rest/pulls/review-requests#get-all-requested-reviewers-for-a-pull-request parameters: - - *266 - *267 - - *502 + - *268 + - *503 responses: '200': description: Response @@ -81171,9 +81185,9 @@ paths: description: API method documentation url: https://docs.github.com/rest/pulls/review-requests#request-reviewers-for-a-pull-request parameters: - - *266 - *267 - - *502 + - *268 + - *503 requestBody: required: false content: @@ -81210,7 +81224,7 @@ paths: description: Response content: application/json: - schema: *495 + schema: *496 examples: default: value: @@ -81746,9 +81760,9 @@ paths: description: API method documentation url: https://docs.github.com/rest/pulls/review-requests#remove-requested-reviewers-from-a-pull-request parameters: - - *266 - *267 - - *502 + - *268 + - *503 requestBody: required: true content: @@ -81782,7 +81796,7 @@ paths: description: Response content: application/json: - schema: *495 + schema: *496 examples: default: value: @@ -82287,9 +82301,9 @@ paths: description: API method documentation url: https://docs.github.com/rest/pulls/reviews#list-reviews-for-a-pull-request parameters: - - *266 - *267 - - *502 + - *268 + - *503 - *17 - *19 responses: @@ -82299,7 +82313,7 @@ paths: application/json: schema: type: array - items: &505 + items: &506 title: Pull Request Review description: Pull Request Reviews are reviews on pull requests. type: object @@ -82455,9 +82469,9 @@ paths: description: API method documentation url: https://docs.github.com/rest/pulls/reviews#create-a-review-for-a-pull-request parameters: - - *266 - *267 - - *502 + - *268 + - *503 requestBody: required: false content: @@ -82547,9 +82561,9 @@ paths: description: Response content: application/json: - schema: *505 + schema: *506 examples: - default: &507 + default: &508 value: id: 80 node_id: MDE3OlB1bGxSZXF1ZXN0UmV2aWV3ODA= @@ -82612,10 +82626,10 @@ paths: description: API method documentation url: https://docs.github.com/rest/pulls/reviews#get-a-review-for-a-pull-request parameters: - - *266 - *267 - - *502 - - &506 + - *268 + - *503 + - &507 name: review_id description: The unique identifier of the review. in: path @@ -82627,9 +82641,9 @@ paths: description: Response content: application/json: - schema: *505 + schema: *506 examples: - default: &508 + default: &509 value: id: 80 node_id: MDE3OlB1bGxSZXF1ZXN0UmV2aWV3ODA= @@ -82688,10 +82702,10 @@ paths: description: API method documentation url: https://docs.github.com/rest/pulls/reviews#update-a-review-for-a-pull-request parameters: - - *266 - *267 - - *502 - - *506 + - *268 + - *503 + - *507 requestBody: required: true content: @@ -82714,7 +82728,7 @@ paths: description: Response content: application/json: - schema: *505 + schema: *506 examples: default: value: @@ -82776,18 +82790,18 @@ paths: description: API method documentation url: https://docs.github.com/rest/pulls/reviews#delete-a-pending-review-for-a-pull-request parameters: - - *266 - *267 - - *502 - - *506 + - *268 + - *503 + - *507 responses: '200': description: Response content: application/json: - schema: *505 + schema: *506 examples: - default: *507 + default: *508 '422': *7 '404': *6 x-github: @@ -82814,10 +82828,10 @@ paths: description: API method documentation url: https://docs.github.com/rest/pulls/reviews#list-comments-for-a-pull-request-review parameters: - - *266 - *267 - - *502 - - *506 + - *268 + - *503 + - *507 - *17 - *19 responses: @@ -82915,9 +82929,9 @@ paths: _links: type: object properties: - self: *399 - html: *399 - pull_request: *399 + self: *400 + html: *400 + pull_request: *400 required: - self - html @@ -83068,10 +83082,10 @@ paths: description: API method documentation url: https://docs.github.com/rest/pulls/reviews#dismiss-a-review-for-a-pull-request parameters: - - *266 - *267 - - *502 - - *506 + - *268 + - *503 + - *507 requestBody: required: true content: @@ -83100,7 +83114,7 @@ paths: description: Response content: application/json: - schema: *505 + schema: *506 examples: default: value: @@ -83163,10 +83177,10 @@ paths: description: API method documentation url: https://docs.github.com/rest/pulls/reviews#submit-a-review-for-a-pull-request parameters: - - *266 - *267 - - *502 - - *506 + - *268 + - *503 + - *507 requestBody: required: true content: @@ -83201,9 +83215,9 @@ paths: description: Response content: application/json: - schema: *505 + schema: *506 examples: - default: *508 + default: *509 '404': *6 '422': *7 '403': *27 @@ -83225,9 +83239,9 @@ paths: description: API method documentation url: https://docs.github.com/rest/pulls/pulls#update-a-pull-request-branch parameters: - - *266 - *267 - - *502 + - *268 + - *503 requestBody: required: false content: @@ -83291,8 +83305,8 @@ paths: description: API method documentation url: https://docs.github.com/rest/repos/contents#get-a-repository-readme parameters: - - *266 - *267 + - *268 - name: ref description: 'The name of the commit/branch/tag. Default: the repository’s default branch.' @@ -83305,9 +83319,9 @@ paths: description: Response content: application/json: - schema: *509 + schema: *510 examples: - default: &510 + default: &511 value: type: file encoding: base64 @@ -83349,8 +83363,8 @@ paths: description: API method documentation url: https://docs.github.com/rest/repos/contents#get-a-repository-readme-for-a-directory parameters: - - *266 - *267 + - *268 - name: dir description: The alternate path to look for a README file in: path @@ -83370,9 +83384,9 @@ paths: description: Response content: application/json: - schema: *509 + schema: *510 examples: - default: *510 + default: *511 '404': *6 '422': *15 x-github: @@ -83394,8 +83408,8 @@ paths: description: API method documentation url: https://docs.github.com/rest/releases/releases#list-releases parameters: - - *266 - *267 + - *268 - *17 - *19 responses: @@ -83405,7 +83419,7 @@ paths: application/json: schema: type: array - items: &511 + items: &512 title: Release description: A release. type: object @@ -83477,7 +83491,7 @@ paths: author: *4 assets: type: array - items: &512 + items: &513 title: Release Asset description: Data related to a release. type: object @@ -83657,8 +83671,8 @@ paths: description: API method documentation url: https://docs.github.com/rest/releases/releases#create-a-release parameters: - - *266 - *267 + - *268 requestBody: required: true content: @@ -83734,9 +83748,9 @@ paths: description: Response content: application/json: - schema: *511 + schema: *512 examples: - default: &515 + default: &516 value: url: https://api.github.com/repos/octocat/Hello-World/releases/1 html_url: https://github.com/octocat/Hello-World/releases/v1.0.0 @@ -83839,9 +83853,9 @@ paths: description: API method documentation url: https://docs.github.com/rest/releases/assets#get-a-release-asset parameters: - - *266 - *267 - - &513 + - *268 + - &514 name: asset_id description: The unique identifier of the asset. in: path @@ -83853,9 +83867,9 @@ paths: description: Response content: application/json: - schema: *512 + schema: *513 examples: - default: &514 + default: &515 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 @@ -83889,7 +83903,7 @@ paths: type: User site_admin: false '404': *6 - '302': *408 + '302': *409 x-github: githubCloudOnly: false enabledForGitHubApps: true @@ -83905,9 +83919,9 @@ paths: description: API method documentation url: https://docs.github.com/rest/releases/assets#update-a-release-asset parameters: - - *266 - *267 - - *513 + - *268 + - *514 requestBody: required: false content: @@ -83936,9 +83950,9 @@ paths: description: Response content: application/json: - schema: *512 + schema: *513 examples: - default: *514 + default: *515 x-github: githubCloudOnly: false enabledForGitHubApps: true @@ -83954,9 +83968,9 @@ paths: description: API method documentation url: https://docs.github.com/rest/releases/assets#delete-a-release-asset parameters: - - *266 - *267 - - *513 + - *268 + - *514 responses: '204': description: Response @@ -83980,8 +83994,8 @@ paths: description: API method documentation url: https://docs.github.com/rest/releases/releases#generate-release-notes-content-for-a-release parameters: - - *266 - *267 + - *268 requestBody: required: true content: @@ -84067,16 +84081,16 @@ paths: description: API method documentation url: https://docs.github.com/rest/releases/releases#get-the-latest-release parameters: - - *266 - *267 + - *268 responses: '200': description: Response content: application/json: - schema: *511 + schema: *512 examples: - default: *515 + default: *516 x-github: githubCloudOnly: false enabledForGitHubApps: true @@ -84093,8 +84107,8 @@ paths: description: API method documentation url: https://docs.github.com/rest/releases/releases#get-a-release-by-tag-name parameters: - - *266 - *267 + - *268 - name: tag description: tag parameter in: path @@ -84107,9 +84121,9 @@ paths: description: Response content: application/json: - schema: *511 + schema: *512 examples: - default: *515 + default: *516 '404': *6 x-github: githubCloudOnly: false @@ -84131,9 +84145,9 @@ paths: description: API method documentation url: https://docs.github.com/rest/releases/releases#get-a-release parameters: - - *266 - *267 - - &516 + - *268 + - &517 name: release_id description: The unique identifier of the release. in: path @@ -84147,9 +84161,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: *511 + schema: *512 examples: - default: *515 + default: *516 '401': description: Unauthorized x-github: @@ -84167,9 +84181,9 @@ paths: description: API method documentation url: https://docs.github.com/rest/releases/releases#update-a-release parameters: - - *266 - *267 - - *516 + - *268 + - *517 requestBody: required: false content: @@ -84233,9 +84247,9 @@ paths: description: Response content: application/json: - schema: *511 + schema: *512 examples: - default: *515 + default: *516 '404': description: Not Found if the discussion category name is invalid content: @@ -84256,9 +84270,9 @@ paths: description: API method documentation url: https://docs.github.com/rest/releases/releases#delete-a-release parameters: - - *266 - *267 - - *516 + - *268 + - *517 responses: '204': description: Response @@ -84278,9 +84292,9 @@ paths: description: API method documentation url: https://docs.github.com/rest/releases/assets#list-release-assets parameters: - - *266 - *267 - - *516 + - *268 + - *517 - *17 - *19 responses: @@ -84290,7 +84304,7 @@ paths: application/json: schema: type: array - items: *512 + items: *513 examples: default: value: @@ -84370,9 +84384,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: - - *266 - *267 - - *516 + - *268 + - *517 - name: name in: query required: true @@ -84398,7 +84412,7 @@ paths: description: Response for successful upload content: application/json: - schema: *512 + schema: *513 examples: response-for-successful-upload: value: @@ -84452,9 +84466,9 @@ paths: description: API method documentation url: https://docs.github.com/rest/reactions/reactions#list-reactions-for-a-release parameters: - - *266 - *267 - - *516 + - *268 + - *517 - 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. @@ -84478,9 +84492,9 @@ paths: application/json: schema: type: array - items: *259 + items: *260 examples: - default: *261 + default: *262 headers: Link: *57 '404': *6 @@ -84501,9 +84515,9 @@ paths: description: API method documentation url: https://docs.github.com/rest/reactions/reactions#create-reaction-for-a-release parameters: - - *266 - *267 - - *516 + - *268 + - *517 requestBody: required: true content: @@ -84533,16 +84547,16 @@ paths: description: Reaction exists content: application/json: - schema: *259 + schema: *260 examples: - default: *260 + default: *261 '201': description: Reaction created content: application/json: - schema: *259 + schema: *260 examples: - default: *260 + default: *261 '422': *15 x-github: githubCloudOnly: false @@ -84564,10 +84578,10 @@ paths: description: API method documentation url: https://docs.github.com/rest/reactions/reactions#delete-a-release-reaction parameters: - - *266 - *267 - - *516 - - *262 + - *268 + - *517 + - *263 responses: '204': description: Response @@ -84591,9 +84605,9 @@ paths: description: API method documentation url: https://docs.github.com/rest/repos/rules#get-rules-for-a-branch parameters: - - *266 - *267 - - *334 + - *268 + - *335 - *17 - *19 responses: @@ -84609,8 +84623,8 @@ paths: description: A repository rule with ruleset details. oneOf: - allOf: - - *517 - - &519 + - *518 + - &520 title: repository ruleset data for rule description: User-defined metadata to store domain-specific information limited to 8 keys with scalar values. @@ -84630,65 +84644,65 @@ paths: type: integer description: The ID of the ruleset that includes this rule. - allOf: - - *518 - *519 - - allOf: - *520 - - *519 - allOf: - *521 - - *519 + - *520 - allOf: - *522 - - *519 + - *520 - allOf: - *523 - - *519 + - *520 - allOf: - *524 - - *519 + - *520 - allOf: - *525 - - *519 + - *520 - allOf: - *526 - - *519 + - *520 - allOf: - *527 - - *519 + - *520 - allOf: - *528 - - *519 + - *520 - allOf: - *529 - - *519 + - *520 - allOf: - *530 - - *519 + - *520 - allOf: - *531 - - *519 + - *520 - allOf: - *532 - - *519 + - *520 - allOf: - *533 - - *519 + - *520 - allOf: - *534 - - *519 + - *520 - allOf: - *535 - - *519 + - *520 - allOf: - *536 - - *519 + - *520 - allOf: - *537 - - *519 + - *520 - allOf: - *538 - - *519 + - *520 + - allOf: + - *539 + - *520 examples: default: value: @@ -84727,8 +84741,8 @@ paths: category: repos subcategory: rules parameters: - - *266 - *267 + - *268 - *17 - *19 - name: includes_parents @@ -84739,7 +84753,7 @@ paths: schema: type: boolean default: true - - *539 + - *540 responses: '200': description: Response @@ -84747,7 +84761,7 @@ paths: application/json: schema: type: array - items: *232 + items: *233 examples: default: value: @@ -84794,8 +84808,8 @@ paths: category: repos subcategory: rules parameters: - - *266 - *267 + - *268 requestBody: description: Request body required: true @@ -84815,16 +84829,16 @@ paths: - tag - push default: branch - enforcement: *228 + enforcement: *229 bypass_actors: type: array description: The actors that can bypass the rules in this ruleset - items: *229 - conditions: *226 + items: *230 + conditions: *227 rules: type: array description: An array of rules within the ruleset. - items: *231 + items: *232 required: - name - enforcement @@ -84855,9 +84869,9 @@ paths: description: Response content: application/json: - schema: *232 + schema: *233 examples: - default: &549 + default: &550 value: id: 42 name: super cool ruleset @@ -84904,12 +84918,12 @@ paths: description: API method documentation url: https://docs.github.com/rest/repos/rule-suites#list-repository-rule-suites parameters: - - *266 - *267 - - *540 + - *268 - *541 - *542 - *543 + - *544 - *17 - *19 responses: @@ -84917,9 +84931,9 @@ paths: description: Response content: application/json: - schema: *544 + schema: *545 examples: - default: *545 + default: *546 '404': *6 '500': *143 x-github: @@ -84940,17 +84954,17 @@ paths: description: API method documentation url: https://docs.github.com/rest/repos/rule-suites#get-a-repository-rule-suite parameters: - - *266 - *267 - - *546 + - *268 + - *547 responses: '200': description: Response content: application/json: - schema: *547 + schema: *548 examples: - default: *548 + default: *549 '404': *6 '500': *143 x-github: @@ -84978,8 +84992,8 @@ paths: category: repos subcategory: rules parameters: - - *266 - *267 + - *268 - name: ruleset_id description: The ID of the ruleset. in: path @@ -84999,9 +85013,9 @@ paths: description: Response content: application/json: - schema: *232 + schema: *233 examples: - default: *549 + default: *550 '404': *6 '500': *143 put: @@ -85019,8 +85033,8 @@ paths: category: repos subcategory: rules parameters: - - *266 - *267 + - *268 - name: ruleset_id description: The ID of the ruleset. in: path @@ -85045,16 +85059,16 @@ paths: - branch - tag - push - enforcement: *228 + enforcement: *229 bypass_actors: type: array description: The actors that can bypass the rules in this ruleset - items: *229 - conditions: *226 + items: *230 + conditions: *227 rules: description: An array of rules within the ruleset. type: array - items: *231 + items: *232 examples: default: value: @@ -85082,9 +85096,9 @@ paths: description: Response content: application/json: - schema: *232 + schema: *233 examples: - default: *549 + default: *550 '404': *6 '500': *143 delete: @@ -85102,8 +85116,8 @@ paths: category: repos subcategory: rules parameters: - - *266 - *267 + - *268 - name: ruleset_id description: The ID of the ruleset. in: path @@ -85126,8 +85140,8 @@ paths: description: API method documentation url: https://docs.github.com/rest/repos/rules#get-repository-ruleset-history parameters: - - *266 - *267 + - *268 - *17 - *19 - name: ruleset_id @@ -85143,9 +85157,9 @@ paths: application/json: schema: type: array - items: *234 + items: *235 examples: - default: *550 + default: *551 '404': *6 '500': *143 x-github: @@ -85164,8 +85178,8 @@ paths: description: API method documentation url: https://docs.github.com/rest/repos/rules#get-repository-ruleset-version parameters: - - *266 - *267 + - *268 - name: ruleset_id description: The ID of the ruleset. in: path @@ -85183,7 +85197,7 @@ paths: description: Response content: application/json: - schema: *551 + schema: *552 examples: default: value: @@ -85238,20 +85252,20 @@ paths: description: API method documentation url: https://docs.github.com/rest/secret-scanning/secret-scanning#list-secret-scanning-alerts-for-a-repository parameters: - - *266 - *267 - - *235 + - *268 - *236 - *237 - *238 + - *239 - *46 - *19 - *17 - - *552 - *553 - - *239 + - *554 - *240 - *241 + - *242 responses: '200': description: Response @@ -85259,7 +85273,7 @@ paths: application/json: schema: type: array - items: &556 + items: &557 type: object properties: number: *52 @@ -85275,8 +85289,8 @@ paths: format: uri description: The REST API URL of the code locations for this alert. - state: *554 - resolution: *555 + state: *555 + resolution: *556 resolved_at: type: - string @@ -85495,15 +85509,15 @@ paths: description: API method documentation url: https://docs.github.com/rest/secret-scanning/secret-scanning#get-a-secret-scanning-alert parameters: - - *266 - *267 - - *365 + - *268 + - *366 responses: '200': description: Response content: application/json: - schema: *556 + schema: *557 examples: default: value: @@ -85555,9 +85569,9 @@ paths: description: API method documentation url: https://docs.github.com/rest/secret-scanning/secret-scanning#update-a-secret-scanning-alert parameters: - - *266 - *267 - - *365 + - *268 + - *366 requestBody: required: true content: @@ -85565,8 +85579,8 @@ paths: schema: type: object properties: - state: *554 - resolution: *555 + state: *555 + resolution: *556 resolution_comment: description: An optional comment when closing an alert. Cannot be updated or deleted. Must be `null` when changing `state` to `open`. @@ -85585,7 +85599,7 @@ paths: description: Response content: application/json: - schema: *556 + schema: *557 examples: default: value: @@ -85660,9 +85674,9 @@ paths: description: API method documentation url: https://docs.github.com/rest/secret-scanning/secret-scanning#list-locations-for-a-secret-scanning-alert parameters: - - *266 - *267 - - *365 + - *268 + - *366 - *19 - *17 responses: @@ -85673,7 +85687,7 @@ paths: schema: type: array description: List of locations where the secret was detected - items: &685 + items: &686 type: object properties: type: @@ -86052,8 +86066,8 @@ paths: description: API method documentation url: https://docs.github.com/rest/secret-scanning/secret-scanning#create-a-push-protection-bypass parameters: - - *266 - *267 + - *268 requestBody: required: true content: @@ -86061,14 +86075,14 @@ paths: schema: type: object properties: - reason: &558 + reason: &559 description: The reason for bypassing push protection. type: string enum: - false_positive - used_in_tests - will_fix_later - placeholder_id: *557 + placeholder_id: *558 required: - reason - placeholder_id @@ -86085,7 +86099,7 @@ paths: schema: type: object properties: - reason: *558 + reason: *559 expire_at: type: - string @@ -86129,8 +86143,8 @@ paths: description: API method documentation url: https://docs.github.com/rest/secret-scanning/secret-scanning#get-secret-scanning-scan-history-for-a-repository parameters: - - *266 - *267 + - *268 responses: '404': description: Repository does not have GitHub Advanced Security or secret @@ -86145,7 +86159,7 @@ paths: properties: incremental_scans: type: array - items: &559 + items: &560 description: Information on a single scan performed by secret scanning on the repository type: object @@ -86173,15 +86187,15 @@ paths: the scan is pending pattern_update_scans: type: array - items: *559 + items: *560 backfill_scans: type: array - items: *559 + items: *560 custom_pattern_backfill_scans: type: array items: allOf: - - *559 + - *560 - type: object properties: pattern_name: @@ -86251,8 +86265,8 @@ paths: description: API method documentation url: https://docs.github.com/rest/security-advisories/repository-advisories#list-repository-security-advisories parameters: - - *266 - *267 + - *268 - *46 - name: sort description: The property to sort the results by. @@ -86296,9 +86310,9 @@ paths: application/json: schema: type: array - items: *560 + items: *561 examples: - default: *561 + default: *562 '400': *14 '404': *6 x-github: @@ -86321,8 +86335,8 @@ paths: description: API method documentation url: https://docs.github.com/rest/security-advisories/repository-advisories#create-a-repository-security-advisory parameters: - - *266 - *267 + - *268 requestBody: required: true content: @@ -86402,7 +86416,7 @@ paths: login: type: string description: The username of the user credited. - type: *244 + type: *245 required: - login - type @@ -86492,9 +86506,9 @@ paths: description: Response content: application/json: - schema: *560 + schema: *561 examples: - default: &563 + default: &564 value: ghsa_id: GHSA-abcd-1234-efgh cve_id: CVE-2050-00000 @@ -86727,8 +86741,8 @@ paths: description: API method documentation url: https://docs.github.com/rest/security-advisories/repository-advisories#privately-report-a-security-vulnerability parameters: - - *266 - *267 + - *268 requestBody: required: true content: @@ -86841,7 +86855,7 @@ paths: description: Response content: application/json: - schema: *560 + schema: *561 examples: default: value: @@ -86988,17 +87002,17 @@ paths: description: API method documentation url: https://docs.github.com/rest/security-advisories/repository-advisories#get-a-repository-security-advisory parameters: - - *266 - *267 - - *562 + - *268 + - *563 responses: '200': description: Response content: application/json: - schema: *560 + schema: *561 examples: - default: *563 + default: *564 '403': *27 '404': *6 x-github: @@ -87022,9 +87036,9 @@ paths: description: API method documentation url: https://docs.github.com/rest/security-advisories/repository-advisories#update-a-repository-security-advisory parameters: - - *266 - *267 - - *562 + - *268 + - *563 requestBody: required: true content: @@ -87104,7 +87118,7 @@ paths: login: type: string description: The username of the user credited. - type: *244 + type: *245 required: - login - type @@ -87195,10 +87209,10 @@ paths: description: Response content: application/json: - schema: *560 + schema: *561 examples: - default: *563 - add_credit: *563 + default: *564 + add_credit: *564 '403': *27 '404': *6 '422': @@ -87236,9 +87250,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: - - *266 - *267 - - *562 + - *268 + - *563 responses: '202': *45 '400': *14 @@ -87265,17 +87279,17 @@ paths: description: API method documentation url: https://docs.github.com/rest/security-advisories/repository-advisories#create-a-temporary-private-fork parameters: - - *266 - *267 - - *562 + - *268 + - *563 responses: '202': description: Response content: application/json: - schema: *277 + schema: *278 examples: - default: *279 + default: *280 '400': *14 '422': *15 '403': *27 @@ -87301,8 +87315,8 @@ paths: description: API method documentation url: https://docs.github.com/rest/activity/starring#list-stargazers parameters: - - *266 - *267 + - *268 - *17 - *19 responses: @@ -87398,8 +87412,8 @@ paths: description: API method documentation url: https://docs.github.com/rest/metrics/statistics#get-the-weekly-commit-activity parameters: - - *266 - *267 + - *268 responses: '200': description: Returns a weekly aggregate of the number of additions and deletions @@ -87408,7 +87422,7 @@ paths: application/json: schema: type: array - items: &564 + items: &565 title: Code Frequency Stat description: Code Frequency Stat type: array @@ -87441,8 +87455,8 @@ paths: description: API method documentation url: https://docs.github.com/rest/metrics/statistics#get-the-last-year-of-commit-activity parameters: - - *266 - *267 + - *268 responses: '200': description: Response @@ -87520,8 +87534,8 @@ paths: description: API method documentation url: https://docs.github.com/rest/metrics/statistics#get-all-contributor-commit-activity parameters: - - *266 - *267 + - *268 responses: '200': description: Response @@ -87615,8 +87629,8 @@ paths: description: API method documentation url: https://docs.github.com/rest/metrics/statistics#get-the-weekly-commit-count parameters: - - *266 - *267 + - *268 responses: '200': description: The array order is oldest week (index 0) to most recent week. @@ -87770,8 +87784,8 @@ paths: description: API method documentation url: https://docs.github.com/rest/metrics/statistics#get-the-hourly-commit-count-for-each-day parameters: - - *266 - *267 + - *268 responses: '200': description: For example, `[2, 14, 25]` indicates that there were 25 total @@ -87781,7 +87795,7 @@ paths: application/json: schema: type: array - items: *564 + items: *565 examples: default: value: @@ -87814,8 +87828,8 @@ paths: description: API method documentation url: https://docs.github.com/rest/commits/statuses#create-a-commit-status parameters: - - *266 - *267 + - *268 - name: sha in: path required: true @@ -87871,7 +87885,7 @@ paths: description: Response content: application/json: - schema: *565 + schema: *566 examples: default: value: @@ -87925,8 +87939,8 @@ paths: description: API method documentation url: https://docs.github.com/rest/activity/watching#list-watchers parameters: - - *266 - *267 + - *268 - *17 - *19 responses: @@ -87938,7 +87952,7 @@ paths: type: array items: *4 examples: - default: *189 + default: *190 headers: Link: *57 x-github: @@ -87958,14 +87972,14 @@ paths: description: API method documentation url: https://docs.github.com/rest/activity/watching#get-a-repository-subscription parameters: - - *266 - *267 + - *268 responses: '200': description: if you subscribe to the repository content: application/json: - schema: &566 + schema: &567 title: Repository Invitation description: Repository invitations let you manage who you collaborate with. @@ -88038,8 +88052,8 @@ paths: description: API method documentation url: https://docs.github.com/rest/activity/watching#set-a-repository-subscription parameters: - - *266 - *267 + - *268 requestBody: required: false content: @@ -88065,7 +88079,7 @@ paths: description: Response content: application/json: - schema: *566 + schema: *567 examples: default: value: @@ -88092,8 +88106,8 @@ paths: description: API method documentation url: https://docs.github.com/rest/activity/watching#delete-a-repository-subscription parameters: - - *266 - *267 + - *268 responses: '204': description: Response @@ -88113,8 +88127,8 @@ paths: description: API method documentation url: https://docs.github.com/rest/repos/repos#list-repository-tags parameters: - - *266 - *267 + - *268 - *17 - *19 responses: @@ -88196,8 +88210,8 @@ paths: description: API method documentation url: https://docs.github.com/rest/repos/tags#closing-down---list-tag-protection-states-for-a-repository parameters: - - *266 - *267 + - *268 responses: '200': description: Response @@ -88205,7 +88219,7 @@ paths: application/json: schema: type: array - items: &567 + items: &568 title: Tag protection description: Tag protection type: object @@ -88262,8 +88276,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: - - *266 - *267 + - *268 requestBody: required: true content: @@ -88286,7 +88300,7 @@ paths: description: Response content: application/json: - schema: *567 + schema: *568 examples: default: value: @@ -88317,8 +88331,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: - - *266 - *267 + - *268 - name: tag_protection_id description: The unique identifier of the tag protection. in: path @@ -88355,8 +88369,8 @@ paths: url: https://docs.github.com/rest/repos/contents#download-a-repository-archive-tar operationId: repos/download-tarball-archive parameters: - - *266 - *267 + - *268 - name: ref in: path required: true @@ -88392,8 +88406,8 @@ paths: description: API method documentation url: https://docs.github.com/rest/repos/repos#list-repository-teams parameters: - - *266 - *267 + - *268 - *17 - *19 responses: @@ -88405,7 +88419,7 @@ paths: type: array items: *146 examples: - default: *202 + default: *203 headers: Link: *57 '404': *6 @@ -88425,8 +88439,8 @@ paths: description: API method documentation url: https://docs.github.com/rest/repos/repos#get-all-repository-topics parameters: - - *266 - *267 + - *268 - *19 - *17 responses: @@ -88434,7 +88448,7 @@ paths: description: Response content: application/json: - schema: &568 + schema: &569 title: Topic description: A topic aggregates entities that are related to a subject. type: object @@ -88446,7 +88460,7 @@ paths: required: - names examples: - default: &569 + default: &570 value: names: - octocat @@ -88469,8 +88483,8 @@ paths: description: API method documentation url: https://docs.github.com/rest/repos/repos#replace-all-repository-topics parameters: - - *266 - *267 + - *268 requestBody: required: true content: @@ -88501,9 +88515,9 @@ paths: description: Response content: application/json: - schema: *568 + schema: *569 examples: - default: *569 + default: *570 '404': *6 '422': *7 x-github: @@ -88524,9 +88538,9 @@ paths: description: API method documentation url: https://docs.github.com/rest/metrics/traffic#get-repository-clones parameters: - - *266 - *267 - - &570 + - *268 + - &571 name: per description: The time frame to display results for. in: query @@ -88557,7 +88571,7 @@ paths: - 128 clones: type: array - items: &571 + items: &572 title: Traffic type: object properties: @@ -88644,8 +88658,8 @@ paths: description: API method documentation url: https://docs.github.com/rest/metrics/traffic#get-top-referral-paths parameters: - - *266 - *267 + - *268 responses: '200': description: Response @@ -88739,8 +88753,8 @@ paths: description: API method documentation url: https://docs.github.com/rest/metrics/traffic#get-top-referral-sources parameters: - - *266 - *267 + - *268 responses: '200': description: Response @@ -88803,9 +88817,9 @@ paths: description: API method documentation url: https://docs.github.com/rest/metrics/traffic#get-page-views parameters: - - *266 - *267 - - *570 + - *268 + - *571 responses: '200': description: Response @@ -88826,7 +88840,7 @@ paths: - 3782 views: type: array - items: *571 + items: *572 required: - uniques - count @@ -88903,8 +88917,8 @@ paths: description: API method documentation url: https://docs.github.com/rest/repos/repos#transfer-a-repository parameters: - - *266 - *267 + - *268 requestBody: required: true content: @@ -89178,8 +89192,8 @@ paths: description: API method documentation url: https://docs.github.com/rest/repos/repos#check-if-vulnerability-alerts-are-enabled-for-a-repository parameters: - - *266 - *267 + - *268 responses: '204': description: Response if repository is enabled with vulnerability alerts @@ -89202,8 +89216,8 @@ paths: description: API method documentation url: https://docs.github.com/rest/repos/repos#enable-vulnerability-alerts parameters: - - *266 - *267 + - *268 responses: '204': description: Response @@ -89225,8 +89239,8 @@ paths: description: API method documentation url: https://docs.github.com/rest/repos/repos#disable-vulnerability-alerts parameters: - - *266 - *267 + - *268 responses: '204': description: Response @@ -89252,8 +89266,8 @@ paths: url: https://docs.github.com/rest/repos/contents#download-a-repository-archive-zip operationId: repos/download-zipball-archive parameters: - - *266 - *267 + - *268 - name: ref in: path required: true @@ -89345,9 +89359,9 @@ paths: description: Response content: application/json: - schema: *277 + schema: *278 examples: - default: *279 + default: *280 headers: Location: example: https://api.github.com/repos/octocat/Hello-World @@ -89596,7 +89610,7 @@ paths: examples: - 73..77 - 77..78 - text_matches: &572 + text_matches: &573 title: Search Result Text Matches type: array items: @@ -89759,7 +89773,7 @@ paths: enum: - author-date - committer-date - - &573 + - &574 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 @@ -89828,7 +89842,7 @@ paths: committer: anyOf: - type: 'null' - - *332 + - *333 comment_count: type: integer message: @@ -89847,7 +89861,7 @@ paths: url: type: string format: uri - verification: *443 + verification: *444 required: - author - committer @@ -89862,7 +89876,7 @@ paths: committer: anyOf: - type: 'null' - - *332 + - *333 parents: type: array items: @@ -89879,7 +89893,7 @@ paths: type: number node_id: type: string - text_matches: *572 + text_matches: *573 required: - sha - node_id @@ -90061,7 +90075,7 @@ paths: - interactions - created - updated - - *573 + - *574 - *17 - *19 - name: advanced_search @@ -90185,7 +90199,7 @@ paths: milestone: anyOf: - type: 'null' - - *398 + - *399 comments: type: integer created_at: @@ -90199,7 +90213,7 @@ paths: - string - 'null' format: date-time - text_matches: *572 + text_matches: *573 pull_request: type: object properties: @@ -90248,7 +90262,7 @@ paths: timeline_url: type: string format: uri - type: *184 + type: *185 performed_via_github_app: anyOf: - type: 'null' @@ -90425,7 +90439,7 @@ paths: enum: - created - updated - - *573 + - *574 - *17 - *19 responses: @@ -90470,7 +90484,7 @@ paths: - 'null' score: type: number - text_matches: *572 + text_matches: *573 required: - id - node_id @@ -90555,7 +90569,7 @@ paths: - forks - help-wanted-issues - updated - - *573 + - *574 - *17 - *19 responses: @@ -90792,7 +90806,7 @@ paths: - admin - pull - push - text_matches: *572 + text_matches: *573 temp_clone_token: type: string allow_merge_commit: @@ -91100,7 +91114,7 @@ paths: - string - 'null' format: uri - text_matches: *572 + text_matches: *573 related: type: - array @@ -91293,7 +91307,7 @@ paths: - followers - repositories - joined - - *573 + - *574 - *17 - *19 responses: @@ -91403,7 +91417,7 @@ paths: type: - boolean - 'null' - text_matches: *572 + text_matches: *573 blog: type: - string @@ -91485,7 +91499,7 @@ paths: description: API method documentation url: https://docs.github.com/rest/teams/teams#get-a-team-legacy parameters: - - &574 + - &575 name: team_id description: The unique identifier of the team. in: path @@ -91497,9 +91511,9 @@ paths: description: Response content: application/json: - schema: *251 + schema: *252 examples: - default: *252 + default: *253 '404': *6 x-github: githubCloudOnly: false @@ -91526,7 +91540,7 @@ paths: description: API method documentation url: https://docs.github.com/rest/teams/teams#update-a-team-legacy parameters: - - *574 + - *575 requestBody: required: true content: @@ -91590,16 +91604,16 @@ paths: description: Response when the updated information already exists content: application/json: - schema: *251 + schema: *252 examples: - default: *252 + default: *253 '201': description: Response content: application/json: - schema: *251 + schema: *252 examples: - default: *252 + default: *253 '404': *6 '422': *15 '403': *27 @@ -91627,7 +91641,7 @@ paths: description: API method documentation url: https://docs.github.com/rest/teams/teams#delete-a-team-legacy parameters: - - *574 + - *575 responses: '204': description: Response @@ -91658,7 +91672,7 @@ paths: description: API method documentation url: https://docs.github.com/rest/teams/discussions#list-discussions-legacy parameters: - - *574 + - *575 - *46 - *17 - *19 @@ -91669,9 +91683,9 @@ paths: application/json: schema: type: array - items: *253 + items: *254 examples: - default: *575 + default: *576 headers: Link: *57 x-github: @@ -91700,7 +91714,7 @@ paths: description: API method documentation url: https://docs.github.com/rest/teams/discussions#create-a-discussion-legacy parameters: - - *574 + - *575 requestBody: required: true content: @@ -91734,9 +91748,9 @@ paths: description: Response content: application/json: - schema: *253 + schema: *254 examples: - default: *254 + default: *255 x-github: triggersNotification: true githubCloudOnly: false @@ -91763,16 +91777,16 @@ paths: description: API method documentation url: https://docs.github.com/rest/teams/discussions#get-a-discussion-legacy parameters: - - *574 - - *255 + - *575 + - *256 responses: '200': description: Response content: application/json: - schema: *253 + schema: *254 examples: - default: *254 + default: *255 x-github: githubCloudOnly: false enabledForGitHubApps: true @@ -91797,8 +91811,8 @@ paths: description: API method documentation url: https://docs.github.com/rest/teams/discussions#update-a-discussion-legacy parameters: - - *574 - - *255 + - *575 + - *256 requestBody: required: false content: @@ -91821,9 +91835,9 @@ paths: description: Response content: application/json: - schema: *253 + schema: *254 examples: - default: *576 + default: *577 x-github: githubCloudOnly: false enabledForGitHubApps: true @@ -91848,8 +91862,8 @@ paths: description: API method documentation url: https://docs.github.com/rest/teams/discussions#delete-a-discussion-legacy parameters: - - *574 - - *255 + - *575 + - *256 responses: '204': description: Response @@ -91878,8 +91892,8 @@ paths: description: API method documentation url: https://docs.github.com/rest/teams/discussion-comments#list-discussion-comments-legacy parameters: - - *574 - - *255 + - *575 + - *256 - *46 - *17 - *19 @@ -91890,9 +91904,9 @@ paths: application/json: schema: type: array - items: *256 + items: *257 examples: - default: *577 + default: *578 headers: Link: *57 x-github: @@ -91921,8 +91935,8 @@ paths: description: API method documentation url: https://docs.github.com/rest/teams/discussion-comments#create-a-discussion-comment-legacy parameters: - - *574 - - *255 + - *575 + - *256 requestBody: required: true content: @@ -91944,9 +91958,9 @@ paths: description: Response content: application/json: - schema: *256 + schema: *257 examples: - default: *257 + default: *258 x-github: triggersNotification: true githubCloudOnly: false @@ -91973,17 +91987,17 @@ paths: description: API method documentation url: https://docs.github.com/rest/teams/discussion-comments#get-a-discussion-comment-legacy parameters: - - *574 - - *255 - - *258 + - *575 + - *256 + - *259 responses: '200': description: Response content: application/json: - schema: *256 + schema: *257 examples: - default: *257 + default: *258 x-github: githubCloudOnly: false enabledForGitHubApps: true @@ -92008,9 +92022,9 @@ paths: description: API method documentation url: https://docs.github.com/rest/teams/discussion-comments#update-a-discussion-comment-legacy parameters: - - *574 - - *255 - - *258 + - *575 + - *256 + - *259 requestBody: required: true content: @@ -92032,9 +92046,9 @@ paths: description: Response content: application/json: - schema: *256 + schema: *257 examples: - default: *578 + default: *579 x-github: githubCloudOnly: false enabledForGitHubApps: true @@ -92059,9 +92073,9 @@ paths: description: API method documentation url: https://docs.github.com/rest/teams/discussion-comments#delete-a-discussion-comment-legacy parameters: - - *574 - - *255 - - *258 + - *575 + - *256 + - *259 responses: '204': description: Response @@ -92090,9 +92104,9 @@ paths: description: API method documentation url: https://docs.github.com/rest/reactions/reactions#list-reactions-for-a-team-discussion-comment-legacy parameters: - - *574 - - *255 - - *258 + - *575 + - *256 + - *259 - 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. @@ -92118,9 +92132,9 @@ paths: application/json: schema: type: array - items: *259 + items: *260 examples: - default: *261 + default: *262 headers: Link: *57 x-github: @@ -92149,9 +92163,9 @@ paths: description: API method documentation url: https://docs.github.com/rest/reactions/reactions#create-reaction-for-a-team-discussion-comment-legacy parameters: - - *574 - - *255 - - *258 + - *575 + - *256 + - *259 requestBody: required: true content: @@ -92183,9 +92197,9 @@ paths: description: Response content: application/json: - schema: *259 + schema: *260 examples: - default: *260 + default: *261 x-github: githubCloudOnly: false enabledForGitHubApps: true @@ -92211,8 +92225,8 @@ paths: description: API method documentation url: https://docs.github.com/rest/reactions/reactions#list-reactions-for-a-team-discussion-legacy parameters: - - *574 - - *255 + - *575 + - *256 - 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. @@ -92238,9 +92252,9 @@ paths: application/json: schema: type: array - items: *259 + items: *260 examples: - default: *261 + default: *262 headers: Link: *57 x-github: @@ -92269,8 +92283,8 @@ paths: description: API method documentation url: https://docs.github.com/rest/reactions/reactions#create-reaction-for-a-team-discussion-legacy parameters: - - *574 - - *255 + - *575 + - *256 requestBody: required: true content: @@ -92302,9 +92316,9 @@ paths: description: Response content: application/json: - schema: *259 + schema: *260 examples: - default: *260 + default: *261 x-github: githubCloudOnly: false enabledForGitHubApps: false @@ -92328,7 +92342,7 @@ paths: description: API method documentation url: https://docs.github.com/rest/teams/members#list-pending-team-invitations-legacy parameters: - - *574 + - *575 - *17 - *19 responses: @@ -92338,9 +92352,9 @@ paths: application/json: schema: type: array - items: *181 + items: *182 examples: - default: *182 + default: *183 headers: Link: *57 x-github: @@ -92366,7 +92380,7 @@ paths: description: API method documentation url: https://docs.github.com/rest/teams/members#list-team-members-legacy parameters: - - *574 + - *575 - name: role description: Filters members returned by their role in the team. in: query @@ -92389,7 +92403,7 @@ paths: type: array items: *4 examples: - default: *189 + default: *190 headers: Link: *57 '404': *6 @@ -92417,7 +92431,7 @@ paths: description: API method documentation url: https://docs.github.com/rest/teams/members#get-team-member-legacy parameters: - - *574 + - *575 - *128 responses: '204': @@ -92454,7 +92468,7 @@ paths: description: API method documentation url: https://docs.github.com/rest/teams/members#add-team-member-legacy parameters: - - *574 + - *575 - *128 responses: '204': @@ -92494,7 +92508,7 @@ paths: description: API method documentation url: https://docs.github.com/rest/teams/members#remove-team-member-legacy parameters: - - *574 + - *575 - *128 responses: '204': @@ -92531,16 +92545,16 @@ paths: description: API method documentation url: https://docs.github.com/rest/teams/members#get-team-membership-for-a-user-legacy parameters: - - *574 + - *575 - *128 responses: '200': description: Response content: application/json: - schema: *263 + schema: *264 examples: - response-if-user-is-a-team-maintainer: *579 + response-if-user-is-a-team-maintainer: *580 '404': *6 x-github: githubCloudOnly: false @@ -92573,7 +92587,7 @@ paths: description: API method documentation url: https://docs.github.com/rest/teams/members#add-or-update-team-membership-for-a-user-legacy parameters: - - *574 + - *575 - *128 requestBody: required: false @@ -92599,9 +92613,9 @@ paths: description: Response content: application/json: - schema: *263 + schema: *264 examples: - response-if-users-membership-with-team-is-now-pending: *580 + response-if-users-membership-with-team-is-now-pending: *581 '403': description: Forbidden if team synchronization is set up '422': @@ -92635,7 +92649,7 @@ paths: description: API method documentation url: https://docs.github.com/rest/teams/members#remove-team-membership-for-a-user-legacy parameters: - - *574 + - *575 - *128 responses: '204': @@ -92664,7 +92678,7 @@ paths: description: API method documentation url: https://docs.github.com/rest/teams/teams#list-team-projects-legacy parameters: - - *574 + - *575 - *17 - *19 responses: @@ -92674,9 +92688,9 @@ paths: application/json: schema: type: array - items: *264 + items: *265 examples: - default: *581 + default: *582 headers: Link: *57 '404': *6 @@ -92702,16 +92716,16 @@ paths: description: API method documentation url: https://docs.github.com/rest/teams/teams#check-team-permissions-for-a-project-legacy parameters: - - *574 - - *265 + - *575 + - *266 responses: '200': description: Response content: application/json: - schema: *264 + schema: *265 examples: - default: *582 + default: *583 '404': description: Not Found if project is not managed by this team x-github: @@ -92735,8 +92749,8 @@ paths: description: API method documentation url: https://docs.github.com/rest/teams/teams#add-or-update-team-project-permissions-legacy parameters: - - *574 - - *265 + - *575 + - *266 requestBody: required: false content: @@ -92803,8 +92817,8 @@ paths: description: API method documentation url: https://docs.github.com/rest/teams/teams#remove-a-project-from-a-team-legacy parameters: - - *574 - - *265 + - *575 + - *266 responses: '204': description: Response @@ -92831,7 +92845,7 @@ paths: description: API method documentation url: https://docs.github.com/rest/teams/teams#list-team-repositories-legacy parameters: - - *574 + - *575 - *17 - *19 responses: @@ -92843,7 +92857,7 @@ paths: type: array items: *115 examples: - default: *209 + default: *210 headers: Link: *57 '404': *6 @@ -92873,15 +92887,15 @@ paths: description: API method documentation url: https://docs.github.com/rest/teams/teams#check-team-permissions-for-a-repository-legacy parameters: - - *574 - - *266 + - *575 - *267 + - *268 responses: '200': description: Alternative response with extra repository information content: application/json: - schema: *583 + schema: *584 examples: alternative-response-with-extra-repository-information: value: @@ -93032,9 +93046,9 @@ paths: description: API method documentation url: https://docs.github.com/rest/teams/teams#add-or-update-team-repository-permissions-legacy parameters: - - *574 - - *266 + - *575 - *267 + - *268 requestBody: required: false content: @@ -93084,9 +93098,9 @@ paths: description: API method documentation url: https://docs.github.com/rest/teams/teams#remove-a-repository-from-a-team-legacy parameters: - - *574 - - *266 + - *575 - *267 + - *268 responses: '204': description: Response @@ -93111,7 +93125,7 @@ paths: description: API method documentation url: https://docs.github.com/rest/teams/teams#list-child-teams-legacy parameters: - - *574 + - *575 - *17 - *19 responses: @@ -93123,7 +93137,7 @@ paths: type: array items: *146 examples: - response-if-child-teams-exist: *584 + response-if-child-teams-exist: *585 headers: Link: *57 '404': *6 @@ -93156,7 +93170,7 @@ paths: application/json: schema: oneOf: - - &586 + - &587 title: Private User description: Private User type: object @@ -93406,7 +93420,7 @@ paths: - private_gists - total_private_repos - two_factor_authentication - - *585 + - *586 examples: response-with-public-and-private-profile-information: summary: Response with public and private profile information @@ -93566,7 +93580,7 @@ paths: description: Response content: application/json: - schema: *586 + schema: *587 examples: default: value: @@ -93645,7 +93659,7 @@ paths: type: array items: *4 examples: - default: *189 + default: *190 '304': *35 '404': *6 '403': *27 @@ -93769,9 +93783,9 @@ paths: type: integer codespaces: type: array - items: *190 + items: *191 examples: - default: *191 + default: *192 '304': *35 '500': *143 '401': *23 @@ -93910,17 +93924,17 @@ paths: description: Response when the codespace was successfully created content: application/json: - schema: *190 + schema: *191 examples: - default: *385 + default: *386 '202': description: Response when the codespace creation partially failed but is being retried in the background content: application/json: - schema: *190 + schema: *191 examples: - default: *385 + default: *386 '401': *23 '403': *27 '404': *6 @@ -93964,7 +93978,7 @@ paths: type: integer secrets: type: array - items: &587 + items: &588 title: Codespaces Secret description: Secrets for a GitHub Codespace. type: object @@ -94006,7 +94020,7 @@ paths: - visibility - selected_repositories_url examples: - default: *387 + default: *388 headers: Link: *57 x-github: @@ -94084,7 +94098,7 @@ paths: description: Response content: application/json: - schema: *587 + schema: *588 examples: default: value: @@ -94230,7 +94244,7 @@ paths: type: array items: *115 examples: - default: *588 + default: *589 '401': *23 '403': *27 '404': *6 @@ -94374,15 +94388,15 @@ paths: description: API method documentation url: https://docs.github.com/rest/codespaces/codespaces#get-a-codespace-for-the-authenticated-user parameters: - - *192 + - *193 responses: '200': description: Response content: application/json: - schema: *190 + schema: *191 examples: - default: *385 + default: *386 '304': *35 '500': *143 '401': *23 @@ -94408,7 +94422,7 @@ paths: description: API method documentation url: https://docs.github.com/rest/codespaces/codespaces#update-a-codespace-for-the-authenticated-user parameters: - - *192 + - *193 requestBody: required: false content: @@ -94438,9 +94452,9 @@ paths: description: Response content: application/json: - schema: *190 + schema: *191 examples: - default: *385 + default: *386 '401': *23 '403': *27 '404': *6 @@ -94462,7 +94476,7 @@ paths: description: API method documentation url: https://docs.github.com/rest/codespaces/codespaces#delete-a-codespace-for-the-authenticated-user parameters: - - *192 + - *193 responses: '202': *45 '304': *35 @@ -94491,13 +94505,13 @@ paths: description: API method documentation url: https://docs.github.com/rest/codespaces/codespaces#export-a-codespace-for-the-authenticated-user parameters: - - *192 + - *193 responses: '202': description: Response content: application/json: - schema: &589 + schema: &590 type: object title: Fetches information about an export of a codespace. description: An export of a codespace. Also, latest export details @@ -94550,7 +94564,7 @@ paths: examples: - https://github.com/octocat/hello-world/tree/:branch examples: - default: &590 + default: &591 value: state: succeeded completed_at: '2022-01-01T14:59:22Z' @@ -94582,7 +94596,7 @@ paths: description: API method documentation url: https://docs.github.com/rest/codespaces/codespaces#get-details-about-a-codespace-export parameters: - - *192 + - *193 - name: export_id in: path required: true @@ -94595,9 +94609,9 @@ paths: description: Response content: application/json: - schema: *589 + schema: *590 examples: - default: *590 + default: *591 '404': *6 x-github: githubCloudOnly: false @@ -94618,7 +94632,7 @@ paths: description: API method documentation url: https://docs.github.com/rest/codespaces/machines#list-machine-types-for-a-codespace parameters: - - *192 + - *193 responses: '200': description: Response @@ -94634,9 +94648,9 @@ paths: type: integer machines: type: array - items: *386 + items: *387 examples: - default: *591 + default: *592 '304': *35 '500': *143 '401': *23 @@ -94665,7 +94679,7 @@ paths: description: API method documentation url: https://docs.github.com/rest/codespaces/codespaces#create-a-repository-from-an-unpublished-codespace parameters: - - *192 + - *193 requestBody: required: true content: @@ -94721,11 +94735,11 @@ paths: - 26a7c758-7299-4a73-b978-5a92a7ae98a0 owner: *4 billable_owner: *4 - repository: *277 + repository: *278 machine: anyOf: - type: 'null' - - *386 + - *387 devcontainer_path: description: Path to devcontainer.json from repo root used to create Codespace. @@ -95522,15 +95536,15 @@ paths: description: API method documentation url: https://docs.github.com/rest/codespaces/codespaces#start-a-codespace-for-the-authenticated-user parameters: - - *192 + - *193 responses: '200': description: Response content: application/json: - schema: *190 + schema: *191 examples: - default: *385 + default: *386 '304': *35 '500': *143 '400': *14 @@ -95562,15 +95576,15 @@ paths: description: API method documentation url: https://docs.github.com/rest/codespaces/codespaces#stop-a-codespace-for-the-authenticated-user parameters: - - *192 + - *193 responses: '200': description: Response content: application/json: - schema: *190 + schema: *191 examples: - default: *385 + default: *386 '500': *143 '401': *23 '403': *27 @@ -95600,9 +95614,9 @@ paths: application/json: schema: type: array - items: *203 + items: *204 examples: - default: &604 + default: &605 value: - id: 197 name: hello_docker @@ -95703,7 +95717,7 @@ paths: application/json: schema: type: array - items: &592 + items: &593 title: Email description: Email type: object @@ -95773,9 +95787,9 @@ paths: application/json: schema: type: array - items: *592 + items: *593 examples: - default: &606 + default: &607 value: - email: octocat@github.com verified: true @@ -95852,7 +95866,7 @@ paths: application/json: schema: type: array - items: *592 + items: *593 examples: default: value: @@ -95964,7 +95978,7 @@ paths: type: array items: *4 examples: - default: *189 + default: *190 headers: Link: *57 '304': *35 @@ -95997,7 +96011,7 @@ paths: type: array items: *4 examples: - default: *189 + default: *190 headers: Link: *57 '304': *35 @@ -96110,7 +96124,7 @@ paths: application/json: schema: type: array - items: &593 + items: &594 title: GPG Key description: A unique encryption key type: object @@ -96255,7 +96269,7 @@ paths: - subkeys - revoked examples: - default: &617 + default: &618 value: - id: 3 name: Octocat's GPG Key @@ -96340,9 +96354,9 @@ paths: description: Response content: application/json: - schema: *593 + schema: *594 examples: - default: &594 + default: &595 value: id: 3 name: Octocat's GPG Key @@ -96399,7 +96413,7 @@ paths: description: API method documentation url: https://docs.github.com/rest/users/gpg-keys#get-a-gpg-key-for-the-authenticated-user parameters: - - &595 + - &596 name: gpg_key_id description: The unique identifier of the GPG key. in: path @@ -96411,9 +96425,9 @@ paths: description: Response content: application/json: - schema: *593 + schema: *594 examples: - default: *594 + default: *595 '404': *6 '304': *35 '403': *27 @@ -96436,7 +96450,7 @@ paths: description: API method documentation url: https://docs.github.com/rest/users/gpg-keys#delete-a-gpg-key-for-the-authenticated-user parameters: - - *595 + - *596 responses: '204': description: Response @@ -96627,7 +96641,7 @@ paths: type: array items: *59 examples: - default: *596 + default: *597 headers: Link: *57 '404': *6 @@ -96712,12 +96726,12 @@ paths: application/json: schema: anyOf: - - *179 + - *180 - type: object properties: {} additionalProperties: false examples: - default: *180 + default: *181 '204': description: Response when there are no restrictions x-github: @@ -96741,7 +96755,7 @@ paths: required: true content: application/json: - schema: *454 + schema: *455 examples: default: value: @@ -96752,7 +96766,7 @@ paths: description: Response content: application/json: - schema: *179 + schema: *180 examples: default: value: @@ -96833,7 +96847,7 @@ paths: - closed - all default: open - - *187 + - *188 - name: sort description: What to sort results by. in: query @@ -96858,7 +96872,7 @@ paths: type: array items: *74 examples: - default: *188 + default: *189 headers: Link: *57 '404': *6 @@ -96891,7 +96905,7 @@ paths: application/json: schema: type: array - items: &597 + items: &598 title: Key description: Key type: object @@ -96989,9 +97003,9 @@ paths: description: Response content: application/json: - schema: *597 + schema: *598 examples: - default: &598 + default: &599 value: key: 2Sg8iYjAxxmI2LvUXpJjkYrMxURPc8r+dB7TJyvv1234 id: 2 @@ -97024,15 +97038,15 @@ paths: description: API method documentation url: https://docs.github.com/rest/users/keys#get-a-public-ssh-key-for-the-authenticated-user parameters: - - *481 + - *482 responses: '200': description: Response content: application/json: - schema: *597 + schema: *598 examples: - default: *598 + default: *599 '404': *6 '304': *35 '403': *27 @@ -97055,7 +97069,7 @@ paths: description: API method documentation url: https://docs.github.com/rest/users/keys#delete-a-public-ssh-key-for-the-authenticated-user parameters: - - *481 + - *482 responses: '204': description: Response @@ -97088,7 +97102,7 @@ paths: application/json: schema: type: array - items: &599 + items: &600 title: User Marketplace Purchase description: User Marketplace Purchase type: object @@ -97167,7 +97181,7 @@ paths: - account - plan examples: - default: &600 + default: &601 value: - billing_cycle: monthly next_billing_date: '2017-11-11T00:00:00Z' @@ -97229,9 +97243,9 @@ paths: application/json: schema: type: array - items: *599 + items: *600 examples: - default: *600 + default: *601 headers: Link: *57 '304': *35 @@ -97271,7 +97285,7 @@ paths: application/json: schema: type: array - items: *194 + items: *195 examples: default: value: @@ -97379,7 +97393,7 @@ paths: description: Response content: application/json: - schema: *194 + schema: *195 examples: default: value: @@ -97462,7 +97476,7 @@ paths: description: Response content: application/json: - schema: *194 + schema: *195 examples: default: value: @@ -97530,7 +97544,7 @@ paths: application/json: schema: type: array - items: *196 + items: *197 examples: default: value: @@ -97792,7 +97806,7 @@ paths: description: Response content: application/json: - schema: *196 + schema: *197 examples: default: value: @@ -97972,7 +97986,7 @@ paths: description: API method documentation url: https://docs.github.com/rest/migrations/users#get-a-user-migration-status parameters: - - *197 + - *198 - name: exclude in: query required: false @@ -97985,7 +97999,7 @@ paths: description: Response content: application/json: - schema: *196 + schema: *197 examples: default: value: @@ -98179,7 +98193,7 @@ paths: description: API method documentation url: https://docs.github.com/rest/migrations/users#download-a-user-migration-archive parameters: - - *197 + - *198 responses: '302': description: Response @@ -98205,7 +98219,7 @@ paths: description: API method documentation url: https://docs.github.com/rest/migrations/users#delete-a-user-migration-archive parameters: - - *197 + - *198 responses: '204': description: Response @@ -98234,8 +98248,8 @@ paths: description: API method documentation url: https://docs.github.com/rest/migrations/users#unlock-a-user-repository parameters: - - *197 - - *601 + - *198 + - *602 responses: '204': description: Response @@ -98259,7 +98273,7 @@ paths: description: API method documentation url: https://docs.github.com/rest/migrations/users#list-repositories-for-a-user-migration parameters: - - *197 + - *198 - *17 - *19 responses: @@ -98271,7 +98285,7 @@ paths: type: array items: *115 examples: - default: *209 + default: *210 headers: Link: *57 '404': *6 @@ -98308,7 +98322,7 @@ paths: type: array items: *145 examples: - default: *602 + default: *603 headers: Link: *57 '304': *35 @@ -98350,7 +98364,7 @@ paths: - docker - nuget - container - - *603 + - *604 - *19 - *17 responses: @@ -98360,10 +98374,10 @@ paths: application/json: schema: type: array - items: *203 + items: *204 examples: - default: *604 - '400': *605 + default: *605 + '400': *606 x-github: githubCloudOnly: false enabledForGitHubApps: false @@ -98383,16 +98397,16 @@ paths: description: API method documentation url: https://docs.github.com/rest/packages/packages#get-a-package-for-the-authenticated-user parameters: - - *205 - *206 + - *207 responses: '200': description: Response content: application/json: - schema: *203 + schema: *204 examples: - default: &618 + default: &619 value: id: 40201 name: octo-name @@ -98505,8 +98519,8 @@ paths: description: API method documentation url: https://docs.github.com/rest/packages/packages#delete-a-package-for-the-authenticated-user parameters: - - *205 - *206 + - *207 responses: '204': description: Response @@ -98536,8 +98550,8 @@ paths: description: API method documentation url: https://docs.github.com/rest/packages/packages#restore-a-package-for-the-authenticated-user parameters: - - *205 - *206 + - *207 - name: token description: package token schema: @@ -98569,8 +98583,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: - - *205 - *206 + - *207 - *19 - *17 - name: state @@ -98590,7 +98604,7 @@ paths: application/json: schema: type: array - items: *207 + items: *208 examples: default: value: @@ -98639,15 +98653,15 @@ paths: description: API method documentation url: https://docs.github.com/rest/packages/packages#get-a-package-version-for-the-authenticated-user parameters: - - *205 - *206 - - *208 + - *207 + - *209 responses: '200': description: Response content: application/json: - schema: *207 + schema: *208 examples: default: value: @@ -98683,9 +98697,9 @@ paths: description: API method documentation url: https://docs.github.com/rest/packages/packages#delete-a-package-version-for-the-authenticated-user parameters: - - *205 - *206 - - *208 + - *207 + - *209 responses: '204': description: Response @@ -98715,9 +98729,9 @@ paths: description: API method documentation url: https://docs.github.com/rest/packages/packages#restore-a-package-version-for-the-authenticated-user parameters: - - *205 - *206 - - *208 + - *207 + - *209 responses: '204': description: Response @@ -98775,7 +98789,7 @@ paths: description: Response content: application/json: - schema: *219 + schema: *220 examples: default: value: @@ -98847,9 +98861,9 @@ paths: application/json: schema: type: array - items: *592 + items: *593 examples: - default: *606 + default: *607 headers: Link: *57 '304': *35 @@ -98962,7 +98976,7 @@ paths: type: array items: *59 examples: - default: &613 + default: &614 summary: Default response value: - id: 1296269 @@ -99280,9 +99294,9 @@ paths: description: Response content: application/json: - schema: *277 + schema: *278 examples: - default: *279 + default: *280 headers: Location: example: https://api.github.com/repos/octocat/Hello-World @@ -99320,9 +99334,9 @@ paths: application/json: schema: type: array - items: *456 + items: *457 examples: - default: *607 + default: *608 headers: Link: *57 '304': *35 @@ -99345,7 +99359,7 @@ paths: description: API method documentation url: https://docs.github.com/rest/collaborators/invitations#accept-a-repository-invitation parameters: - - *183 + - *184 responses: '204': description: Response @@ -99368,7 +99382,7 @@ paths: description: API method documentation url: https://docs.github.com/rest/collaborators/invitations#decline-a-repository-invitation parameters: - - *183 + - *184 responses: '204': description: Response @@ -99401,7 +99415,7 @@ paths: application/json: schema: type: array - items: &608 + items: &609 title: Social account description: Social media account type: object @@ -99418,7 +99432,7 @@ paths: - provider - url examples: - default: &609 + default: &610 value: - provider: twitter url: https://twitter.com/github @@ -99481,9 +99495,9 @@ paths: application/json: schema: type: array - items: *608 + items: *609 examples: - default: *609 + default: *610 '422': *15 '304': *35 '404': *6 @@ -99571,7 +99585,7 @@ paths: application/json: schema: type: array - items: &610 + items: &611 title: SSH Signing Key description: A public SSH key used to sign Git commits type: object @@ -99591,7 +99605,7 @@ paths: - title - created_at examples: - default: &625 + default: &626 value: - key: 2Sg8iYjAxxmI2LvUXpJjkYrMxURPc8r+dB7TJyvv1234 id: 2 @@ -99658,9 +99672,9 @@ paths: description: Response content: application/json: - schema: *610 + schema: *611 examples: - default: &611 + default: &612 value: key: 2Sg8iYjAxxmI2LvUXpJjkYrMxURPc8r+dB7TJyvv1234 id: 2 @@ -99691,7 +99705,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: - - &612 + - &613 name: ssh_signing_key_id description: The unique identifier of the SSH signing key. in: path @@ -99703,9 +99717,9 @@ paths: description: Response content: application/json: - schema: *610 + schema: *611 examples: - default: *611 + default: *612 '404': *6 '304': *35 '403': *27 @@ -99728,7 +99742,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: - - *612 + - *613 responses: '204': description: Response @@ -99757,7 +99771,7 @@ paths: description: API method documentation url: https://docs.github.com/rest/activity/starring#list-repositories-starred-by-the-authenticated-user parameters: - - &626 + - &627 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 @@ -99782,11 +99796,11 @@ paths: type: array items: *59 examples: - default-response: *613 + default-response: *614 application/vnd.github.v3.star+json: schema: type: array - items: &627 + items: &628 title: Starred Repository description: Starred Repository type: object @@ -99942,8 +99956,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: - - *266 - *267 + - *268 responses: '204': description: Response if this repository is starred by you @@ -99971,8 +99985,8 @@ paths: description: API method documentation url: https://docs.github.com/rest/activity/starring#star-a-repository-for-the-authenticated-user parameters: - - *266 - *267 + - *268 responses: '204': description: Response @@ -99996,8 +100010,8 @@ paths: description: API method documentation url: https://docs.github.com/rest/activity/starring#unstar-a-repository-for-the-authenticated-user parameters: - - *266 - *267 + - *268 responses: '204': description: Response @@ -100032,7 +100046,7 @@ paths: type: array items: *115 examples: - default: *209 + default: *210 headers: Link: *57 '304': *35 @@ -100069,7 +100083,7 @@ paths: application/json: schema: type: array - items: *251 + items: *252 examples: default: value: @@ -100155,10 +100169,10 @@ paths: application/json: schema: oneOf: + - *587 - *586 - - *585 examples: - default-response: &615 + default-response: &616 summary: Default response value: login: octocat @@ -100193,7 +100207,7 @@ paths: following: 0 created_at: '2008-01-14T04:33:35Z' updated_at: '2008-01-14T04:33:35Z' - response-with-git-hub-plan-information: &616 + response-with-git-hub-plan-information: &617 summary: Response with GitHub plan information value: login: octocat @@ -100253,7 +100267,7 @@ paths: description: API method documentation url: https://docs.github.com/rest/users/users#list-users parameters: - - *614 + - *615 - *17 responses: '200': @@ -100264,7 +100278,7 @@ paths: type: array items: *4 examples: - default: *189 + default: *190 headers: Link: example: ; rel="next" @@ -100302,11 +100316,11 @@ paths: application/json: schema: oneOf: + - *587 - *586 - - *585 examples: - default-response: *615 - response-with-git-hub-plan-information: *616 + default-response: *616 + response-with-git-hub-plan-information: *617 '404': *6 x-github: githubCloudOnly: false @@ -100382,7 +100396,7 @@ paths: bundle_url: type: string examples: - default: *328 + default: *329 '201': description: Response content: @@ -100421,9 +100435,9 @@ paths: application/json: schema: type: array - items: *203 + items: *204 examples: - default: *604 + default: *605 '403': *27 '401': *23 x-github: @@ -100706,7 +100720,7 @@ paths: type: array items: *4 examples: - default: *189 + default: *190 headers: Link: *57 x-github: @@ -100737,7 +100751,7 @@ paths: type: array items: *4 examples: - default: *189 + default: *190 headers: Link: *57 x-github: @@ -100827,9 +100841,9 @@ paths: application/json: schema: type: array - items: *593 + items: *594 examples: - default: *617 + default: *618 headers: Link: *57 x-github: @@ -100933,7 +100947,7 @@ paths: application/json: schema: *20 examples: - default: *453 + default: *454 x-github: githubCloudOnly: false enabledForGitHubApps: false @@ -101011,7 +101025,7 @@ paths: type: array items: *145 examples: - default: *602 + default: *603 headers: Link: *57 x-github: @@ -101050,7 +101064,7 @@ paths: - docker - nuget - container - - *603 + - *604 - *128 - *19 - *17 @@ -101061,12 +101075,12 @@ paths: application/json: schema: type: array - items: *203 + items: *204 examples: - default: *604 + default: *605 '403': *27 '401': *23 - '400': *605 + '400': *606 x-github: githubCloudOnly: false enabledForGitHubApps: false @@ -101086,17 +101100,17 @@ paths: description: API method documentation url: https://docs.github.com/rest/packages/packages#get-a-package-for-a-user parameters: - - *205 - *206 + - *207 - *128 responses: '200': description: Response content: application/json: - schema: *203 + schema: *204 examples: - default: *618 + default: *619 x-github: githubCloudOnly: false enabledForGitHubApps: false @@ -101117,8 +101131,8 @@ paths: description: API method documentation url: https://docs.github.com/rest/packages/packages#delete-a-package-for-a-user parameters: - - *205 - *206 + - *207 - *128 responses: '204': @@ -101151,8 +101165,8 @@ paths: description: API method documentation url: https://docs.github.com/rest/packages/packages#restore-a-package-for-a-user parameters: - - *205 - *206 + - *207 - *128 - name: token description: package token @@ -101185,8 +101199,8 @@ paths: description: API method documentation url: https://docs.github.com/rest/packages/packages#list-package-versions-for-a-package-owned-by-a-user parameters: - - *205 - *206 + - *207 - *128 responses: '200': @@ -101195,7 +101209,7 @@ paths: application/json: schema: type: array - items: *207 + items: *208 examples: default: value: @@ -101253,16 +101267,16 @@ paths: description: API method documentation url: https://docs.github.com/rest/packages/packages#get-a-package-version-for-a-user parameters: - - *205 - *206 - - *208 + - *207 + - *209 - *128 responses: '200': description: Response content: application/json: - schema: *207 + schema: *208 examples: default: value: @@ -101297,10 +101311,10 @@ paths: description: API method documentation url: https://docs.github.com/rest/packages/packages#delete-package-version-for-a-user parameters: - - *205 - *206 + - *207 - *128 - - *208 + - *209 responses: '204': description: Response @@ -101332,10 +101346,10 @@ paths: description: API method documentation url: https://docs.github.com/rest/packages/packages#restore-package-version-for-a-user parameters: - - *205 - *206 + - *207 - *128 - - *208 + - *209 responses: '204': description: Response @@ -101382,7 +101396,7 @@ paths: application/json: schema: type: array - items: *219 + items: *220 examples: default: value: @@ -101665,7 +101679,7 @@ paths: type: array items: *115 examples: - default: *209 + default: *210 headers: Link: *57 x-github: @@ -101695,9 +101709,9 @@ paths: description: Response content: application/json: - schema: *619 + schema: *620 examples: - default: *620 + default: *621 x-github: githubCloudOnly: false enabledForGitHubApps: false @@ -101725,9 +101739,9 @@ paths: description: Response content: application/json: - schema: *621 + schema: *622 examples: - default: *622 + default: *623 x-github: githubCloudOnly: false enabledForGitHubApps: false @@ -101755,9 +101769,9 @@ paths: description: Response content: application/json: - schema: *623 + schema: *624 examples: - default: *624 + default: *625 x-github: githubCloudOnly: false enabledForGitHubApps: false @@ -101785,9 +101799,9 @@ paths: application/json: schema: type: array - items: *608 + items: *609 examples: - default: *609 + default: *610 headers: Link: *57 x-github: @@ -101817,9 +101831,9 @@ paths: application/json: schema: type: array - items: *610 + items: *611 examples: - default: *625 + default: *626 headers: Link: *57 x-github: @@ -101844,7 +101858,7 @@ paths: url: https://docs.github.com/rest/activity/starring#list-repositories-starred-by-a-user parameters: - *128 - - *626 + - *627 - *46 - *17 - *19 @@ -101856,11 +101870,11 @@ paths: schema: anyOf: - type: array - items: *627 + items: *628 - type: array items: *59 examples: - default-response: *613 + default-response: *614 headers: Link: *57 x-github: @@ -101891,7 +101905,7 @@ paths: type: array items: *115 examples: - default: *209 + default: *210 headers: Link: *57 x-github: @@ -102020,7 +102034,7 @@ webhooks: type: string enum: - disabled - enterprise: &628 + enterprise: &629 title: Enterprise description: |- An enterprise on GitHub. Webhook payloads contain the `enterprise` property when the webhook is configured @@ -102089,7 +102103,7 @@ webhooks: - created_at - updated_at - avatar_url - installation: &629 + installation: &630 title: Simple Installation description: |- The GitHub App installation. Webhook payloads contain the `installation` property when the event is configured @@ -102110,7 +102124,7 @@ webhooks: required: - id - node_id - organization: &630 + organization: &631 title: Organization Simple description: |- A GitHub organization. Webhook payloads contain the `organization` property when the webhook is configured for an @@ -102183,7 +102197,7 @@ webhooks: - public_members_url - avatar_url - description - repository: &631 + repository: &632 title: Repository description: |- The repository on GitHub where the event occurred. Webhook payloads contain the `repository` property @@ -103096,10 +103110,10 @@ webhooks: type: string enum: - enabled - enterprise: *628 - installation: *629 - organization: *630 - repository: *631 + enterprise: *629 + installation: *630 + organization: *631 + repository: *632 sender: *4 required: - action @@ -103175,11 +103189,11 @@ webhooks: type: string enum: - created - enterprise: *628 - installation: *629 - organization: *630 - repository: *631 - rule: &632 + enterprise: *629 + installation: *630 + organization: *631 + repository: *632 + rule: &633 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) @@ -103402,11 +103416,11 @@ webhooks: type: string enum: - deleted - enterprise: *628 - installation: *629 - organization: *630 - repository: *631 - rule: *632 + enterprise: *629 + installation: *630 + organization: *631 + repository: *632 + rule: *633 sender: *4 required: - action @@ -103594,11 +103608,11 @@ webhooks: - everyone required: - from - enterprise: *628 - installation: *629 - organization: *630 - repository: *631 - rule: *632 + enterprise: *629 + installation: *630 + organization: *631 + repository: *632 + rule: *633 sender: *4 required: - action @@ -103682,7 +103696,7 @@ webhooks: type: string enum: - completed - check_run: &634 + check_run: &635 title: CheckRun description: A check performed on the code of a given code change type: object @@ -103750,7 +103764,7 @@ webhooks: - MDEwOkNoZWNrU3VpdGU1 pull_requests: type: array - items: *345 + items: *346 repository: *115 status: type: string @@ -103795,7 +103809,7 @@ webhooks: - examples: - neutral - deployment: *633 + deployment: *634 details_url: type: string examples: @@ -103855,7 +103869,7 @@ webhooks: - annotations_url pull_requests: type: array - items: *345 + items: *346 started_at: type: string format: date-time @@ -103893,9 +103907,9 @@ webhooks: - output - app - pull_requests - installation: *629 - organization: *630 - repository: *631 + installation: *630 + organization: *631 + repository: *632 sender: *4 required: - check_run @@ -104288,10 +104302,10 @@ webhooks: type: string enum: - created - check_run: *634 - installation: *629 - organization: *630 - repository: *631 + check_run: *635 + installation: *630 + organization: *631 + repository: *632 sender: *4 required: - check_run @@ -104687,10 +104701,10 @@ webhooks: type: string enum: - requested_action - check_run: *634 - installation: *629 - organization: *630 - repository: *631 + check_run: *635 + installation: *630 + organization: *631 + repository: *632 requested_action: description: The action requested by the user. type: object @@ -105095,10 +105109,10 @@ webhooks: type: string enum: - rerequested - check_run: *634 - installation: *629 - organization: *630 - repository: *631 + check_run: *635 + installation: *630 + organization: *631 + repository: *632 sender: *4 required: - check_run @@ -106090,10 +106104,10 @@ webhooks: - latest_check_runs_count - check_runs_url - head_commit - enterprise: *628 - installation: *629 - organization: *630 - repository: *631 + enterprise: *629 + installation: *630 + organization: *631 + repository: *632 sender: *4 required: - action @@ -106778,10 +106792,10 @@ webhooks: - latest_check_runs_count - check_runs_url - head_commit - enterprise: *628 - installation: *629 - organization: *630 - repository: *631 + enterprise: *629 + installation: *630 + organization: *631 + repository: *632 sender: *4 required: - action @@ -107460,10 +107474,10 @@ webhooks: - latest_check_runs_count - check_runs_url - head_commit - enterprise: *628 - installation: *629 - organization: *630 - repository: *631 + enterprise: *629 + installation: *630 + organization: *631 + repository: *632 sender: *4 required: - action @@ -107629,7 +107643,7 @@ webhooks: required: - login - id - dismissed_comment: *360 + dismissed_comment: *361 dismissed_reason: description: The reason for dismissing or closing the alert. type: @@ -107781,20 +107795,20 @@ webhooks: - dismissed_reason - rule - tool - commit_oid: &635 + commit_oid: &636 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: *628 - installation: *629 - organization: *630 - ref: &636 + enterprise: *629 + installation: *630 + organization: *631 + ref: &637 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: *631 + repository: *632 sender: *4 required: - action @@ -107958,7 +107972,7 @@ webhooks: required: - login - id - dismissed_comment: *360 + dismissed_comment: *361 dismissed_reason: description: The reason for dismissing or closing the alert. type: @@ -108199,12 +108213,12 @@ webhooks: - dismissed_reason - rule - tool - commit_oid: *635 - enterprise: *628 - installation: *629 - organization: *630 - ref: *636 - repository: *631 + commit_oid: *636 + enterprise: *629 + installation: *630 + organization: *631 + ref: *637 + repository: *632 sender: *4 required: - action @@ -108302,7 +108316,7 @@ webhooks: dismissed_by: type: - 'null' - dismissed_comment: *360 + dismissed_comment: *361 dismissed_reason: description: 'The reason for dismissing or closing the alert. Can be one of: `false positive`, `won''t fix`, and `used in @@ -108484,12 +108498,12 @@ webhooks: - dismissed_reason - rule - tool - commit_oid: *635 - enterprise: *628 - installation: *629 - organization: *630 - ref: *636 - repository: *631 + commit_oid: *636 + enterprise: *629 + installation: *630 + organization: *631 + ref: *637 + repository: *632 sender: *4 required: - action @@ -108655,7 +108669,7 @@ webhooks: required: - login - id - dismissed_comment: *360 + dismissed_comment: *361 dismissed_reason: description: The reason for dismissing or closing the alert. type: @@ -108832,12 +108846,12 @@ webhooks: - dismissed_reason - rule - tool - commit_oid: *635 - enterprise: *628 - installation: *629 - organization: *630 - ref: *636 - repository: *631 + commit_oid: *636 + enterprise: *629 + installation: *630 + organization: *631 + ref: *637 + repository: *632 sender: *4 required: - action @@ -108937,7 +108951,7 @@ webhooks: type: - object - 'null' - dismissed_comment: *360 + dismissed_comment: *361 dismissed_reason: description: 'The reason for dismissing or closing the alert. Can be one of: `false positive`, `won''t fix`, and `used in @@ -109117,9 +109131,9 @@ webhooks: type: - string - 'null' - enterprise: *628 - installation: *629 - organization: *630 + enterprise: *629 + installation: *630 + organization: *631 ref: description: The Git reference of the code scanning alert. When the action is `reopened_by_user` or `closed_by_user`, the event @@ -109127,7 +109141,7 @@ webhooks: type: - string - 'null' - repository: *631 + repository: *632 sender: *4 required: - action @@ -109223,7 +109237,7 @@ webhooks: dismissed_by: type: - 'null' - dismissed_comment: *360 + dismissed_comment: *361 dismissed_reason: description: 'The reason for dismissing or closing the alert. Can be one of: `false positive`, `won''t fix`, and `used in @@ -109370,12 +109384,12 @@ webhooks: - dismissed_reason - rule - tool - commit_oid: *635 - enterprise: *628 - installation: *629 - organization: *630 - ref: *636 - repository: *631 + commit_oid: *636 + enterprise: *629 + installation: *630 + organization: *631 + ref: *637 + repository: *632 sender: *4 required: - action @@ -109637,10 +109651,10 @@ webhooks: - updated_at - author_association - body - enterprise: *628 - installation: *629 - organization: *630 - repository: *631 + enterprise: *629 + installation: *630 + organization: *631 + repository: *632 sender: *4 required: - action @@ -109721,18 +109735,18 @@ webhooks: type: - string - 'null' - enterprise: *628 - installation: *629 + enterprise: *629 + installation: *630 master_branch: description: The name of the repository's default branch (usually `main`). type: string - organization: *630 - pusher_type: &637 + organization: *631 + pusher_type: &638 description: The pusher type for the event. Can be either `user` or a deploy key. type: string - ref: &638 + ref: &639 description: The [`git ref`](https://docs.github.com/rest/git/refs#get-a-reference) resource. type: string @@ -109742,7 +109756,7 @@ webhooks: enum: - tag - branch - repository: *631 + repository: *632 sender: *4 required: - ref @@ -109824,10 +109838,10 @@ webhooks: type: string enum: - created - definition: *220 - enterprise: *628 - installation: *629 - organization: *630 + definition: *221 + enterprise: *629 + installation: *630 + organization: *631 sender: *4 required: - action @@ -109912,9 +109926,9 @@ webhooks: description: The name of the property that was deleted. required: - property_name - enterprise: *628 - installation: *629 - organization: *630 + enterprise: *629 + installation: *630 + organization: *631 sender: *4 required: - action @@ -109991,10 +110005,10 @@ webhooks: type: string enum: - promote_to_enterprise - definition: *220 - enterprise: *628 - installation: *629 - organization: *630 + definition: *221 + enterprise: *629 + installation: *630 + organization: *631 sender: *4 required: - action @@ -110071,10 +110085,10 @@ webhooks: type: string enum: - updated - definition: *220 - enterprise: *628 - installation: *629 - organization: *630 + definition: *221 + enterprise: *629 + installation: *630 + organization: *631 sender: *4 required: - action @@ -110151,19 +110165,19 @@ webhooks: type: string enum: - updated - enterprise: *628 - installation: *629 - repository: *631 - organization: *630 + enterprise: *629 + installation: *630 + repository: *632 + organization: *631 sender: *4 new_property_values: type: array description: The new custom property values for the repository. - items: *224 + items: *225 old_property_values: type: array description: The old custom property values for the repository. - items: *224 + items: *225 required: - action - repository @@ -110239,18 +110253,18 @@ webhooks: title: delete event type: object properties: - enterprise: *628 - installation: *629 - organization: *630 - pusher_type: *637 - ref: *638 + enterprise: *629 + installation: *630 + organization: *631 + pusher_type: *638 + ref: *639 ref_type: description: The type of Git ref object deleted in the repository. type: string enum: - tag - branch - repository: *631 + repository: *632 sender: *4 required: - ref @@ -110334,11 +110348,11 @@ webhooks: type: string enum: - auto_dismissed - alert: *412 - installation: *629 - organization: *630 - enterprise: *628 - repository: *631 + alert: *413 + installation: *630 + organization: *631 + enterprise: *629 + repository: *632 sender: *4 required: - action @@ -110422,11 +110436,11 @@ webhooks: type: string enum: - auto_reopened - alert: *412 - installation: *629 - organization: *630 - enterprise: *628 - repository: *631 + alert: *413 + installation: *630 + organization: *631 + enterprise: *629 + repository: *632 sender: *4 required: - action @@ -110510,11 +110524,11 @@ webhooks: type: string enum: - created - alert: *412 - installation: *629 - organization: *630 - enterprise: *628 - repository: *631 + alert: *413 + installation: *630 + organization: *631 + enterprise: *629 + repository: *632 sender: *4 required: - action @@ -110596,11 +110610,11 @@ webhooks: type: string enum: - dismissed - alert: *412 - installation: *629 - organization: *630 - enterprise: *628 - repository: *631 + alert: *413 + installation: *630 + organization: *631 + enterprise: *629 + repository: *632 sender: *4 required: - action @@ -110682,11 +110696,11 @@ webhooks: type: string enum: - fixed - alert: *412 - installation: *629 - organization: *630 - enterprise: *628 - repository: *631 + alert: *413 + installation: *630 + organization: *631 + enterprise: *629 + repository: *632 sender: *4 required: - action @@ -110769,11 +110783,11 @@ webhooks: type: string enum: - reintroduced - alert: *412 - installation: *629 - organization: *630 - enterprise: *628 - repository: *631 + alert: *413 + installation: *630 + organization: *631 + enterprise: *629 + repository: *632 sender: *4 required: - action @@ -110855,11 +110869,11 @@ webhooks: type: string enum: - reopened - alert: *412 - installation: *629 - organization: *630 - enterprise: *628 - repository: *631 + alert: *413 + installation: *630 + organization: *631 + enterprise: *629 + repository: *632 sender: *4 required: - action @@ -110936,9 +110950,9 @@ webhooks: type: string enum: - created - enterprise: *628 - installation: *629 - key: &639 + enterprise: *629 + installation: *630 + key: &640 description: The [`deploy key`](https://docs.github.com/rest/deploy-keys/deploy-keys#get-a-deploy-key) resource. type: object @@ -110976,8 +110990,8 @@ webhooks: - verified - created_at - read_only - organization: *630 - repository: *631 + organization: *631 + repository: *632 sender: *4 required: - action @@ -111054,11 +111068,11 @@ webhooks: type: string enum: - deleted - enterprise: *628 - installation: *629 - key: *639 - organization: *630 - repository: *631 + enterprise: *629 + installation: *630 + key: *640 + organization: *631 + repository: *632 sender: *4 required: - action @@ -111630,12 +111644,12 @@ webhooks: - updated_at - statuses_url - repository_url - enterprise: *628 - installation: *629 - organization: *630 - repository: *631 + enterprise: *629 + installation: *630 + organization: *631 + repository: *632 sender: *4 - workflow: &643 + workflow: &644 title: Workflow type: - object @@ -112373,13 +112387,13 @@ webhooks: description: The URL to review the deployment protection rule. type: string format: uri - deployment: *418 + deployment: *419 pull_requests: type: array - items: *500 - repository: *631 - organization: *630 - installation: *629 + items: *501 + repository: *632 + organization: *631 + installation: *630 sender: *4 responses: '200': @@ -112450,7 +112464,7 @@ webhooks: type: string enum: - approved - approver: &640 + approver: &641 type: object properties: avatar_url: @@ -112493,11 +112507,11 @@ webhooks: type: string comment: type: string - enterprise: *628 - installation: *629 - organization: *630 - repository: *631 - reviewers: &641 + enterprise: *629 + installation: *630 + organization: *631 + repository: *632 + reviewers: &642 type: array items: type: object @@ -112578,7 +112592,7 @@ webhooks: sender: *4 since: type: string - workflow_job_run: &642 + workflow_job_run: &643 type: object properties: conclusion: @@ -113324,18 +113338,18 @@ webhooks: type: string enum: - rejected - approver: *640 + approver: *641 comment: type: string - enterprise: *628 - installation: *629 - organization: *630 - repository: *631 - reviewers: *641 + enterprise: *629 + installation: *630 + organization: *631 + repository: *632 + reviewers: *642 sender: *4 since: type: string - workflow_job_run: *642 + workflow_job_run: *643 workflow_job_runs: type: array items: @@ -114052,13 +114066,13 @@ webhooks: type: string enum: - requested - enterprise: *628 + enterprise: *629 environment: type: string - installation: *629 - organization: *630 - repository: *631 - requestor: &648 + installation: *630 + organization: *631 + repository: *632 + requestor: &649 title: User type: - object @@ -116001,12 +116015,12 @@ webhooks: - updated_at - deployment_url - repository_url - enterprise: *628 - installation: *629 - organization: *630 - repository: *631 + enterprise: *629 + installation: *630 + organization: *631 + repository: *632 sender: *4 - workflow: *643 + workflow: *644 workflow_run: title: Deployment Workflow Run type: @@ -116697,7 +116711,7 @@ webhooks: type: string enum: - answered - answer: &646 + answer: &647 type: object properties: author_association: @@ -116857,7 +116871,7 @@ webhooks: - created_at - updated_at - body - discussion: &644 + discussion: &645 title: Discussion description: A Discussion in a repository. type: object @@ -117153,7 +117167,7 @@ webhooks: - id labels: type: array - items: *463 + items: *464 required: - repository_url - category @@ -117175,10 +117189,10 @@ webhooks: - author_association - active_lock_reason - body - enterprise: *628 - installation: *629 - organization: *630 - repository: *631 + enterprise: *629 + installation: *630 + organization: *631 + repository: *632 sender: *4 required: - action @@ -117305,11 +117319,11 @@ webhooks: - from required: - category - discussion: *644 - enterprise: *628 - installation: *629 - organization: *630 - repository: *631 + discussion: *645 + enterprise: *629 + installation: *630 + organization: *631 + repository: *632 sender: *4 required: - action @@ -117392,11 +117406,11 @@ webhooks: type: string enum: - closed - discussion: *644 - enterprise: *628 - installation: *629 - organization: *630 - repository: *631 + discussion: *645 + enterprise: *629 + installation: *630 + organization: *631 + repository: *632 sender: *4 required: - action @@ -117478,7 +117492,7 @@ webhooks: type: string enum: - created - comment: &645 + comment: &646 type: object properties: author_association: @@ -117638,11 +117652,11 @@ webhooks: - updated_at - body - reactions - discussion: *644 - enterprise: *628 - installation: *629 - organization: *630 - repository: *631 + discussion: *645 + enterprise: *629 + installation: *630 + organization: *631 + repository: *632 sender: *4 required: - action @@ -117725,12 +117739,12 @@ webhooks: type: string enum: - deleted - comment: *645 - discussion: *644 - enterprise: *628 - installation: *629 - organization: *630 - repository: *631 + comment: *646 + discussion: *645 + enterprise: *629 + installation: *630 + organization: *631 + repository: *632 sender: *4 required: - action @@ -117825,12 +117839,12 @@ webhooks: - from required: - body - comment: *645 - discussion: *644 - enterprise: *628 - installation: *629 - organization: *630 - repository: *631 + comment: *646 + discussion: *645 + enterprise: *629 + installation: *630 + organization: *631 + repository: *632 sender: *4 required: - action @@ -117914,11 +117928,11 @@ webhooks: type: string enum: - created - discussion: *644 - enterprise: *628 - installation: *629 - organization: *630 - repository: *631 + discussion: *645 + enterprise: *629 + installation: *630 + organization: *631 + repository: *632 sender: *4 required: - action @@ -118000,11 +118014,11 @@ webhooks: type: string enum: - deleted - discussion: *644 - enterprise: *628 - installation: *629 - organization: *630 - repository: *631 + discussion: *645 + enterprise: *629 + installation: *630 + organization: *631 + repository: *632 sender: *4 required: - action @@ -118104,11 +118118,11 @@ webhooks: type: string required: - from - discussion: *644 - enterprise: *628 - installation: *629 - organization: *630 - repository: *631 + discussion: *645 + enterprise: *629 + installation: *630 + organization: *631 + repository: *632 sender: *4 required: - action @@ -118190,10 +118204,10 @@ webhooks: type: string enum: - labeled - discussion: *644 - enterprise: *628 - installation: *629 - label: &647 + discussion: *645 + enterprise: *629 + installation: *630 + label: &648 title: Label type: object properties: @@ -118226,8 +118240,8 @@ webhooks: - color - default - description - organization: *630 - repository: *631 + organization: *631 + repository: *632 sender: *4 required: - action @@ -118310,11 +118324,11 @@ webhooks: type: string enum: - locked - discussion: *644 - enterprise: *628 - installation: *629 - organization: *630 - repository: *631 + discussion: *645 + enterprise: *629 + installation: *630 + organization: *631 + repository: *632 sender: *4 required: - action @@ -118396,11 +118410,11 @@ webhooks: type: string enum: - pinned - discussion: *644 - enterprise: *628 - installation: *629 - organization: *630 - repository: *631 + discussion: *645 + enterprise: *629 + installation: *630 + organization: *631 + repository: *632 sender: *4 required: - action @@ -118482,11 +118496,11 @@ webhooks: type: string enum: - reopened - discussion: *644 - enterprise: *628 - installation: *629 - organization: *630 - repository: *631 + discussion: *645 + enterprise: *629 + installation: *630 + organization: *631 + repository: *632 sender: *4 required: - action @@ -118571,16 +118585,16 @@ webhooks: changes: type: object properties: - new_discussion: *644 - new_repository: *631 + new_discussion: *645 + new_repository: *632 required: - new_discussion - new_repository - discussion: *644 - enterprise: *628 - installation: *629 - organization: *630 - repository: *631 + discussion: *645 + enterprise: *629 + installation: *630 + organization: *631 + repository: *632 sender: *4 required: - action @@ -118663,10 +118677,10 @@ webhooks: type: string enum: - unanswered - discussion: *644 - old_answer: *646 - organization: *630 - repository: *631 + discussion: *645 + old_answer: *647 + organization: *631 + repository: *632 sender: *4 required: - action @@ -118748,12 +118762,12 @@ webhooks: type: string enum: - unlabeled - discussion: *644 - enterprise: *628 - installation: *629 - label: *647 - organization: *630 - repository: *631 + discussion: *645 + enterprise: *629 + installation: *630 + label: *648 + organization: *631 + repository: *632 sender: *4 required: - action @@ -118836,11 +118850,11 @@ webhooks: type: string enum: - unlocked - discussion: *644 - enterprise: *628 - installation: *629 - organization: *630 - repository: *631 + discussion: *645 + enterprise: *629 + installation: *630 + organization: *631 + repository: *632 sender: *4 required: - action @@ -118922,11 +118936,11 @@ webhooks: type: string enum: - unpinned - discussion: *644 - enterprise: *628 - installation: *629 - organization: *630 - repository: *631 + discussion: *645 + enterprise: *629 + installation: *630 + organization: *631 + repository: *632 sender: *4 required: - action @@ -118999,7 +119013,7 @@ webhooks: description: A user forks a repository. type: object properties: - enterprise: *628 + enterprise: *629 forkee: description: The created [`repository`](https://docs.github.com/rest/repos/repos#get-a-repository) resource. @@ -119677,9 +119691,9 @@ webhooks: type: integer watchers_count: type: integer - installation: *629 - organization: *630 - repository: *631 + installation: *630 + organization: *631 + repository: *632 sender: *4 required: - forkee @@ -119825,9 +119839,9 @@ webhooks: title: gollum event type: object properties: - enterprise: *628 - installation: *629 - organization: *630 + enterprise: *629 + installation: *630 + organization: *631 pages: description: The pages that were updated. type: array @@ -119865,7 +119879,7 @@ webhooks: - action - sha - html_url - repository: *631 + repository: *632 sender: *4 required: - pages @@ -119941,10 +119955,10 @@ webhooks: type: string enum: - created - enterprise: *628 + enterprise: *629 installation: *20 - organization: *630 - repositories: &649 + organization: *631 + repositories: &650 description: An array of repository objects that the installation can access. type: array @@ -119970,8 +119984,8 @@ webhooks: - name - full_name - private - repository: *631 - requester: *648 + repository: *632 + requester: *649 sender: *4 required: - action @@ -120046,11 +120060,11 @@ webhooks: type: string enum: - deleted - enterprise: *628 + enterprise: *629 installation: *20 - organization: *630 - repositories: *649 - repository: *631 + organization: *631 + repositories: *650 + repository: *632 requester: type: - 'null' @@ -120127,11 +120141,11 @@ webhooks: type: string enum: - new_permissions_accepted - enterprise: *628 + enterprise: *629 installation: *20 - organization: *630 - repositories: *649 - repository: *631 + organization: *631 + repositories: *650 + repository: *632 requester: type: - 'null' @@ -120208,10 +120222,10 @@ webhooks: type: string enum: - added - enterprise: *628 + enterprise: *629 installation: *20 - organization: *630 - repositories_added: &650 + organization: *631 + repositories_added: &651 description: An array of repository objects, which were added to the installation. type: array @@ -120257,15 +120271,15 @@ webhooks: private: description: Whether the repository is private or public. type: boolean - repository: *631 - repository_selection: &651 + repository: *632 + repository_selection: &652 description: Describe whether all repositories have been selected or there's a selection involved type: string enum: - all - selected - requester: *648 + requester: *649 sender: *4 required: - action @@ -120344,10 +120358,10 @@ webhooks: type: string enum: - removed - enterprise: *628 + enterprise: *629 installation: *20 - organization: *630 - repositories_added: *650 + organization: *631 + repositories_added: *651 repositories_removed: description: An array of repository objects, which were removed from the installation. @@ -120374,9 +120388,9 @@ webhooks: - name - full_name - private - repository: *631 - repository_selection: *651 - requester: *648 + repository: *632 + repository_selection: *652 + requester: *649 sender: *4 required: - action @@ -120455,11 +120469,11 @@ webhooks: type: string enum: - suspend - enterprise: *628 + enterprise: *629 installation: *20 - organization: *630 - repositories: *649 - repository: *631 + organization: *631 + repositories: *650 + repository: *632 requester: type: - 'null' @@ -120641,10 +120655,10 @@ webhooks: type: string required: - from - enterprise: *628 - installation: *629 - organization: *630 - repository: *631 + enterprise: *629 + installation: *630 + organization: *631 + repository: *632 sender: *4 target_type: type: string @@ -120723,11 +120737,11 @@ webhooks: type: string enum: - unsuspend - enterprise: *628 + enterprise: *629 installation: *20 - organization: *630 - repositories: *649 - repository: *631 + organization: *631 + repositories: *650 + repository: *632 requester: type: - 'null' @@ -120975,8 +120989,8 @@ webhooks: - performed_via_github_app - body - reactions - enterprise: *628 - installation: *629 + enterprise: *629 + installation: *630 issue: description: The [issue](https://docs.github.com/rest/issues/issues#get-an-issue) the comment belongs to. @@ -121823,7 +121837,7 @@ webhooks: title: description: Title of the issue type: string - type: *184 + type: *185 updated_at: type: string format: date-time @@ -122167,8 +122181,8 @@ webhooks: - state - locked - assignee - organization: *630 - repository: *631 + organization: *631 + repository: *632 sender: *4 required: - action @@ -122248,7 +122262,7 @@ webhooks: type: string enum: - deleted - comment: &652 + comment: &653 title: issue comment description: The [comment](https://docs.github.com/rest/issues/comments#get-an-issue-comment) itself. @@ -122415,8 +122429,8 @@ webhooks: - performed_via_github_app - body - reactions - enterprise: *628 - installation: *629 + enterprise: *629 + installation: *630 issue: description: The [issue](https://docs.github.com/rest/issues/issues#get-an-issue) the comment belongs to. @@ -123259,7 +123273,7 @@ webhooks: title: description: Title of the issue type: string - type: *184 + type: *185 updated_at: type: string format: date-time @@ -123605,8 +123619,8 @@ webhooks: - state - locked - assignee - organization: *630 - repository: *631 + organization: *631 + repository: *632 sender: *4 required: - action @@ -123686,7 +123700,7 @@ webhooks: type: string enum: - edited - changes: &677 + changes: &678 description: The changes to the comment. type: object properties: @@ -123698,9 +123712,9 @@ webhooks: type: string required: - from - comment: *652 - enterprise: *628 - installation: *629 + comment: *653 + enterprise: *629 + installation: *630 issue: description: The [issue](https://docs.github.com/rest/issues/issues#get-an-issue) the comment belongs to. @@ -124546,7 +124560,7 @@ webhooks: title: description: Title of the issue type: string - type: *184 + type: *185 updated_at: type: string format: date-time @@ -124890,8 +124904,8 @@ webhooks: - state - locked - assignee - organization: *630 - repository: *631 + organization: *631 + repository: *632 sender: *4 required: - action @@ -124973,10 +124987,10 @@ webhooks: type: string enum: - assigned - assignee: *648 - enterprise: *628 - installation: *629 - issue: &655 + assignee: *649 + enterprise: *629 + installation: *630 + issue: &656 title: Issue description: The [issue](https://docs.github.com/rest/issues/issues#get-an-issue) itself. @@ -125818,7 +125832,7 @@ webhooks: title: description: Title of the issue type: string - type: *184 + type: *185 updated_at: type: string format: date-time @@ -125921,8 +125935,8 @@ webhooks: - active_lock_reason - body - reactions - organization: *630 - repository: *631 + organization: *631 + repository: *632 sender: *4 required: - action @@ -126002,8 +126016,8 @@ webhooks: type: string enum: - closed - enterprise: *628 - installation: *629 + enterprise: *629 + installation: *630 issue: description: The [issue](https://docs.github.com/rest/issues/issues#get-an-issue) itself. @@ -126850,7 +126864,7 @@ webhooks: title: description: Title of the issue type: string - type: *184 + type: *185 updated_at: type: string format: date-time @@ -127096,8 +127110,8 @@ webhooks: required: - state - closed_at - organization: *630 - repository: *631 + organization: *631 + repository: *632 sender: *4 required: - action @@ -127176,8 +127190,8 @@ webhooks: type: string enum: - deleted - enterprise: *628 - installation: *629 + enterprise: *629 + installation: *630 issue: title: Issue description: The [issue](https://docs.github.com/rest/issues/issues#get-an-issue) @@ -128013,7 +128027,7 @@ webhooks: title: description: Title of the issue type: string - type: *184 + type: *185 updated_at: type: string format: date-time @@ -128115,8 +128129,8 @@ webhooks: - active_lock_reason - body - reactions - organization: *630 - repository: *631 + organization: *631 + repository: *632 sender: *4 required: - action @@ -128195,8 +128209,8 @@ webhooks: type: string enum: - demilestoned - enterprise: *628 - installation: *629 + enterprise: *629 + installation: *630 issue: title: Issue description: The [issue](https://docs.github.com/rest/issues/issues#get-an-issue) @@ -129057,7 +129071,7 @@ webhooks: title: description: Title of the issue type: string - type: *184 + type: *185 updated_at: type: string format: date-time @@ -129138,7 +129152,7 @@ webhooks: format: uri user_view_type: type: string - milestone: &653 + milestone: &654 title: Milestone description: A collection of related issues and pull requests. type: object @@ -129281,8 +129295,8 @@ webhooks: - updated_at - due_on - closed_at - organization: *630 - repository: *631 + organization: *631 + repository: *632 sender: *4 required: - action @@ -129381,8 +129395,8 @@ webhooks: type: string required: - from - enterprise: *628 - installation: *629 + enterprise: *629 + installation: *630 issue: title: Issue description: The [issue](https://docs.github.com/rest/issues/issues#get-an-issue) @@ -130221,7 +130235,7 @@ webhooks: timeline_url: type: string format: uri - type: *184 + type: *185 title: description: Title of the issue type: string @@ -130327,9 +130341,9 @@ webhooks: - active_lock_reason - body - reactions - label: *647 - organization: *630 - repository: *631 + label: *648 + organization: *631 + repository: *632 sender: *4 required: - action @@ -130409,8 +130423,8 @@ webhooks: type: string enum: - labeled - enterprise: *628 - installation: *629 + enterprise: *629 + installation: *630 issue: title: Issue description: The [issue](https://docs.github.com/rest/issues/issues#get-an-issue) @@ -131248,7 +131262,7 @@ webhooks: timeline_url: type: string format: uri - type: *184 + type: *185 title: description: Title of the issue type: string @@ -131354,9 +131368,9 @@ webhooks: - active_lock_reason - body - reactions - label: *647 - organization: *630 - repository: *631 + label: *648 + organization: *631 + repository: *632 sender: *4 required: - action @@ -131436,8 +131450,8 @@ webhooks: type: string enum: - locked - enterprise: *628 - installation: *629 + enterprise: *629 + installation: *630 issue: title: Issue description: The [issue](https://docs.github.com/rest/issues/issues#get-an-issue) @@ -132300,7 +132314,7 @@ webhooks: timeline_url: type: string format: uri - type: *184 + type: *185 title: description: Title of the issue type: string @@ -132383,8 +132397,8 @@ webhooks: format: uri user_view_type: type: string - organization: *630 - repository: *631 + organization: *631 + repository: *632 sender: *4 required: - action @@ -132463,8 +132477,8 @@ webhooks: type: string enum: - milestoned - enterprise: *628 - installation: *629 + enterprise: *629 + installation: *630 issue: title: Issue description: The [issue](https://docs.github.com/rest/issues/issues#get-an-issue) @@ -133324,7 +133338,7 @@ webhooks: title: description: Title of the issue type: string - type: *184 + type: *185 updated_at: type: string format: date-time @@ -133404,9 +133418,9 @@ webhooks: format: uri user_view_type: type: string - milestone: *653 - organization: *630 - repository: *631 + milestone: *654 + organization: *631 + repository: *632 sender: *4 required: - action @@ -134906,8 +134920,8 @@ webhooks: required: - old_issue - old_repository - enterprise: *628 - installation: *629 + enterprise: *629 + installation: *630 issue: title: Issue description: The [issue](https://docs.github.com/rest/issues/issues#get-an-issue) @@ -135749,7 +135763,7 @@ webhooks: title: description: Title of the issue type: string - type: *184 + type: *185 updated_at: type: string format: date-time @@ -135851,8 +135865,8 @@ webhooks: - active_lock_reason - body - reactions - organization: *630 - repository: *631 + organization: *631 + repository: *632 sender: *4 required: - action @@ -135932,9 +135946,9 @@ webhooks: type: string enum: - pinned - enterprise: *628 - installation: *629 - issue: &654 + enterprise: *629 + installation: *630 + issue: &655 title: Issue description: The [issue](https://docs.github.com/rest/issues/issues#get-an-issue) itself. @@ -136770,7 +136784,7 @@ webhooks: title: description: Title of the issue type: string - type: *184 + type: *185 updated_at: type: string format: date-time @@ -136872,8 +136886,8 @@ webhooks: - active_lock_reason - body - reactions - organization: *630 - repository: *631 + organization: *631 + repository: *632 sender: *4 required: - action @@ -136952,8 +136966,8 @@ webhooks: type: string enum: - reopened - enterprise: *628 - installation: *629 + enterprise: *629 + installation: *630 issue: title: Issue description: The [issue](https://docs.github.com/rest/issues/issues#get-an-issue) @@ -137897,9 +137911,9 @@ webhooks: format: uri user_view_type: type: string - type: *184 - organization: *630 - repository: *631 + type: *185 + organization: *631 + repository: *632 sender: *4 required: - action @@ -138818,7 +138832,7 @@ webhooks: title: description: Title of the issue type: string - type: *184 + type: *185 updated_at: type: string format: date-time @@ -139400,11 +139414,11 @@ webhooks: required: - new_issue - new_repository - enterprise: *628 - installation: *629 - issue: *654 - organization: *630 - repository: *631 + enterprise: *629 + installation: *630 + issue: *655 + organization: *631 + repository: *632 sender: *4 required: - action @@ -139484,12 +139498,12 @@ webhooks: type: string enum: - typed - enterprise: *628 - installation: *629 - issue: *655 - type: *184 - organization: *630 - repository: *631 + enterprise: *629 + installation: *630 + issue: *656 + type: *185 + organization: *631 + repository: *632 sender: *4 required: - action @@ -139570,7 +139584,7 @@ webhooks: type: string enum: - unassigned - assignee: &680 + assignee: &681 title: User type: - object @@ -139642,11 +139656,11 @@ webhooks: required: - login - id - enterprise: *628 - installation: *629 - issue: *655 - organization: *630 - repository: *631 + enterprise: *629 + installation: *630 + issue: *656 + organization: *631 + repository: *632 sender: *4 required: - action @@ -139725,12 +139739,12 @@ webhooks: type: string enum: - unlabeled - enterprise: *628 - installation: *629 - issue: *655 - label: *647 - organization: *630 - repository: *631 + enterprise: *629 + installation: *630 + issue: *656 + label: *648 + organization: *631 + repository: *632 sender: *4 required: - action @@ -139810,8 +139824,8 @@ webhooks: type: string enum: - unlocked - enterprise: *628 - installation: *629 + enterprise: *629 + installation: *630 issue: title: Issue description: The [issue](https://docs.github.com/rest/issues/issues#get-an-issue) @@ -140675,7 +140689,7 @@ webhooks: title: description: Title of the issue type: string - type: *184 + type: *185 updated_at: type: string format: date-time @@ -140755,8 +140769,8 @@ webhooks: format: uri user_view_type: type: string - organization: *630 - repository: *631 + organization: *631 + repository: *632 sender: *4 required: - action @@ -140836,11 +140850,11 @@ webhooks: type: string enum: - unpinned - enterprise: *628 - installation: *629 - issue: *654 - organization: *630 - repository: *631 + enterprise: *629 + installation: *630 + issue: *655 + organization: *631 + repository: *632 sender: *4 required: - action @@ -140919,12 +140933,12 @@ webhooks: type: string enum: - untyped - enterprise: *628 - installation: *629 - issue: *655 - type: *184 - organization: *630 - repository: *631 + enterprise: *629 + installation: *630 + issue: *656 + type: *185 + organization: *631 + repository: *632 sender: *4 required: - action @@ -141004,11 +141018,11 @@ webhooks: type: string enum: - created - enterprise: *628 - installation: *629 - label: *647 - organization: *630 - repository: *631 + enterprise: *629 + installation: *630 + label: *648 + organization: *631 + repository: *632 sender: *4 required: - action @@ -141086,11 +141100,11 @@ webhooks: type: string enum: - deleted - enterprise: *628 - installation: *629 - label: *647 - organization: *630 - repository: *631 + enterprise: *629 + installation: *630 + label: *648 + organization: *631 + repository: *632 sender: *4 required: - action @@ -141200,11 +141214,11 @@ webhooks: type: string required: - from - enterprise: *628 - installation: *629 - label: *647 - organization: *630 - repository: *631 + enterprise: *629 + installation: *630 + label: *648 + organization: *631 + repository: *632 sender: *4 required: - action @@ -141286,9 +141300,9 @@ webhooks: - cancelled effective_date: type: string - enterprise: *628 - installation: *629 - marketplace_purchase: &656 + enterprise: *629 + installation: *630 + marketplace_purchase: &657 title: Marketplace Purchase type: object required: @@ -141376,8 +141390,8 @@ webhooks: type: integer unit_count: type: integer - organization: *630 - previous_marketplace_purchase: &657 + organization: *631 + previous_marketplace_purchase: &658 title: Marketplace Purchase type: object properties: @@ -141461,7 +141475,7 @@ webhooks: - on_free_trial - free_trial_ends_on - plan - repository: *631 + repository: *632 sender: *4 required: - action @@ -141541,10 +141555,10 @@ webhooks: - changed effective_date: type: string - enterprise: *628 - installation: *629 - marketplace_purchase: *656 - organization: *630 + enterprise: *629 + installation: *630 + marketplace_purchase: *657 + organization: *631 previous_marketplace_purchase: title: Marketplace Purchase type: object @@ -141632,7 +141646,7 @@ webhooks: - on_free_trial - free_trial_ends_on - plan - repository: *631 + repository: *632 sender: *4 required: - action @@ -141714,10 +141728,10 @@ webhooks: - pending_change effective_date: type: string - enterprise: *628 - installation: *629 - marketplace_purchase: *656 - organization: *630 + enterprise: *629 + installation: *630 + marketplace_purchase: *657 + organization: *631 previous_marketplace_purchase: title: Marketplace Purchase type: object @@ -141803,7 +141817,7 @@ webhooks: - on_free_trial - free_trial_ends_on - plan - repository: *631 + repository: *632 sender: *4 required: - action @@ -141884,8 +141898,8 @@ webhooks: - pending_change_cancelled effective_date: type: string - enterprise: *628 - installation: *629 + enterprise: *629 + installation: *630 marketplace_purchase: title: Marketplace Purchase type: object @@ -141971,9 +141985,9 @@ webhooks: type: integer unit_count: type: integer - organization: *630 - previous_marketplace_purchase: *657 - repository: *631 + organization: *631 + previous_marketplace_purchase: *658 + repository: *632 sender: *4 required: - action @@ -142053,12 +142067,12 @@ webhooks: - purchased effective_date: type: string - enterprise: *628 - installation: *629 - marketplace_purchase: *656 - organization: *630 - previous_marketplace_purchase: *657 - repository: *631 + enterprise: *629 + installation: *630 + marketplace_purchase: *657 + organization: *631 + previous_marketplace_purchase: *658 + repository: *632 sender: *4 required: - action @@ -142160,11 +142174,11 @@ webhooks: type: string required: - to - enterprise: *628 - installation: *629 - member: *648 - organization: *630 - repository: *631 + enterprise: *629 + installation: *630 + member: *649 + organization: *631 + repository: *632 sender: *4 required: - action @@ -142266,11 +142280,11 @@ webhooks: type: - string - 'null' - enterprise: *628 - installation: *629 - member: *648 - organization: *630 - repository: *631 + enterprise: *629 + installation: *630 + member: *649 + organization: *631 + repository: *632 sender: *4 required: - action @@ -142349,11 +142363,11 @@ webhooks: type: string enum: - removed - enterprise: *628 - installation: *629 - member: *648 - organization: *630 - repository: *631 + enterprise: *629 + installation: *630 + member: *649 + organization: *631 + repository: *632 sender: *4 required: - action @@ -142431,11 +142445,11 @@ webhooks: type: string enum: - added - enterprise: *628 - installation: *629 - member: *648 - organization: *630 - repository: *631 + enterprise: *629 + installation: *630 + member: *649 + organization: *631 + repository: *632 scope: description: The scope of the membership. Currently, can only be `team`. @@ -142513,7 +142527,7 @@ webhooks: required: - login - id - team: &658 + team: &659 title: Team description: Groups of organization members that gives permissions on specified repositories. @@ -142706,11 +142720,11 @@ webhooks: type: string enum: - removed - enterprise: *628 - installation: *629 - member: *648 - organization: *630 - repository: *631 + enterprise: *629 + installation: *630 + member: *649 + organization: *631 + repository: *632 scope: description: The scope of the membership. Currently, can only be `team`. @@ -142789,7 +142803,7 @@ webhooks: required: - login - id - team: *658 + team: *659 required: - action - scope @@ -142871,8 +142885,8 @@ webhooks: type: string enum: - checks_requested - installation: *629 - merge_group: &659 + installation: *630 + merge_group: &660 type: object title: Merge Group description: A group of pull requests that the merge queue has grouped @@ -142891,15 +142905,15 @@ webhooks: description: The full ref of the branch the merge group will be merged into. type: string - head_commit: *349 + head_commit: *350 required: - head_sha - head_ref - base_sha - base_ref - head_commit - organization: *630 - repository: *631 + organization: *631 + repository: *632 sender: *4 required: - action @@ -142985,10 +142999,10 @@ webhooks: - merged - invalidated - dequeued - installation: *629 - merge_group: *659 - organization: *630 - repository: *631 + installation: *630 + merge_group: *660 + organization: *631 + repository: *632 sender: *4 required: - action @@ -143061,7 +143075,7 @@ webhooks: type: string enum: - deleted - enterprise: *628 + enterprise: *629 hook: description: 'The modified webhook. This will contain different keys based on the type of webhook it is: repository, organization, @@ -143169,12 +143183,12 @@ webhooks: hook_id: description: The id of the modified webhook. type: integer - installation: *629 - organization: *630 + installation: *630 + organization: *631 repository: anyOf: - type: 'null' - - *631 + - *632 sender: *4 required: - action @@ -143254,11 +143268,11 @@ webhooks: type: string enum: - closed - enterprise: *628 - installation: *629 - milestone: *653 - organization: *630 - repository: *631 + enterprise: *629 + installation: *630 + milestone: *654 + organization: *631 + repository: *632 sender: *4 required: - action @@ -143337,9 +143351,9 @@ webhooks: type: string enum: - created - enterprise: *628 - installation: *629 - milestone: &660 + enterprise: *629 + installation: *630 + milestone: &661 title: Milestone description: A collection of related issues and pull requests. type: object @@ -143481,8 +143495,8 @@ webhooks: - updated_at - due_on - closed_at - organization: *630 - repository: *631 + organization: *631 + repository: *632 sender: *4 required: - action @@ -143561,11 +143575,11 @@ webhooks: type: string enum: - deleted - enterprise: *628 - installation: *629 - milestone: *653 - organization: *630 - repository: *631 + enterprise: *629 + installation: *630 + milestone: *654 + organization: *631 + repository: *632 sender: *4 required: - action @@ -143675,11 +143689,11 @@ webhooks: type: string required: - from - enterprise: *628 - installation: *629 - milestone: *653 - organization: *630 - repository: *631 + enterprise: *629 + installation: *630 + milestone: *654 + organization: *631 + repository: *632 sender: *4 required: - action @@ -143759,11 +143773,11 @@ webhooks: type: string enum: - opened - enterprise: *628 - installation: *629 - milestone: *660 - organization: *630 - repository: *631 + enterprise: *629 + installation: *630 + milestone: *661 + organization: *631 + repository: *632 sender: *4 required: - action @@ -143842,11 +143856,11 @@ webhooks: type: string enum: - blocked - blocked_user: *648 - enterprise: *628 - installation: *629 - organization: *630 - repository: *631 + blocked_user: *649 + enterprise: *629 + installation: *630 + organization: *631 + repository: *632 sender: *4 required: - action @@ -143925,11 +143939,11 @@ webhooks: type: string enum: - unblocked - blocked_user: *648 - enterprise: *628 - installation: *629 - organization: *630 - repository: *631 + blocked_user: *649 + enterprise: *629 + installation: *630 + organization: *631 + repository: *632 sender: *4 required: - action @@ -144008,9 +144022,9 @@ webhooks: type: string enum: - deleted - enterprise: *628 - installation: *629 - membership: &661 + enterprise: *629 + installation: *630 + membership: &662 title: Membership description: The membership between the user and the organization. Not present when the action is `member_invited`. @@ -144104,8 +144118,8 @@ webhooks: - role - organization_url - user - organization: *630 - repository: *631 + organization: *631 + repository: *632 sender: *4 required: - action @@ -144183,11 +144197,11 @@ webhooks: type: string enum: - member_added - enterprise: *628 - installation: *629 - membership: *661 - organization: *630 - repository: *631 + enterprise: *629 + installation: *630 + membership: *662 + organization: *631 + repository: *632 sender: *4 required: - action @@ -144266,8 +144280,8 @@ webhooks: type: string enum: - member_invited - enterprise: *628 - installation: *629 + enterprise: *629 + installation: *630 invitation: description: The invitation for the user or email if the action is `member_invited`. @@ -144389,10 +144403,10 @@ webhooks: - inviter - team_count - invitation_teams_url - organization: *630 - repository: *631 + organization: *631 + repository: *632 sender: *4 - user: *648 + user: *649 required: - action - invitation @@ -144470,11 +144484,11 @@ webhooks: type: string enum: - member_removed - enterprise: *628 - installation: *629 - membership: *661 - organization: *630 - repository: *631 + enterprise: *629 + installation: *630 + membership: *662 + organization: *631 + repository: *632 sender: *4 required: - action @@ -144561,11 +144575,11 @@ webhooks: properties: from: type: string - enterprise: *628 - installation: *629 - membership: *661 - organization: *630 - repository: *631 + enterprise: *629 + installation: *630 + membership: *662 + organization: *631 + repository: *632 sender: *4 required: - action @@ -144641,9 +144655,9 @@ webhooks: type: string enum: - published - enterprise: *628 - installation: *629 - organization: *630 + enterprise: *629 + installation: *630 + organization: *631 package: description: Information about the package. type: object @@ -145166,7 +145180,7 @@ webhooks: - published_at rubygems_metadata: type: array - items: &662 + items: &663 title: Ruby Gems metadata type: object properties: @@ -145263,7 +145277,7 @@ webhooks: - owner - package_version - registry - repository: *631 + repository: *632 sender: *4 required: - action @@ -145339,9 +145353,9 @@ webhooks: type: string enum: - updated - enterprise: *628 - installation: *629 - organization: *630 + enterprise: *629 + installation: *630 + organization: *631 package: description: Information about the package. type: object @@ -145703,7 +145717,7 @@ webhooks: - published_at rubygems_metadata: type: array - items: *662 + items: *663 source_url: type: string format: uri @@ -145774,7 +145788,7 @@ webhooks: - owner - package_version - registry - repository: *631 + repository: *632 sender: *4 required: - action @@ -145955,12 +145969,12 @@ webhooks: - duration - created_at - updated_at - enterprise: *628 + enterprise: *629 id: type: integer - installation: *629 - organization: *630 - repository: *631 + installation: *630 + organization: *631 + repository: *632 sender: *4 required: - id @@ -146037,7 +146051,7 @@ webhooks: type: string enum: - approved - personal_access_token_request: &663 + personal_access_token_request: &664 title: Personal Access Token Request description: Details of a Personal Access Token Request. type: object @@ -146187,10 +146201,10 @@ webhooks: - token_expired - token_expires_at - token_last_used_at - enterprise: *628 - organization: *630 + enterprise: *629 + organization: *631 sender: *4 - installation: *629 + installation: *630 required: - action - personal_access_token_request @@ -146267,11 +146281,11 @@ webhooks: type: string enum: - cancelled - personal_access_token_request: *663 - enterprise: *628 - organization: *630 + personal_access_token_request: *664 + enterprise: *629 + organization: *631 sender: *4 - installation: *629 + installation: *630 required: - action - personal_access_token_request @@ -146347,11 +146361,11 @@ webhooks: type: string enum: - created - personal_access_token_request: *663 - enterprise: *628 - organization: *630 + personal_access_token_request: *664 + enterprise: *629 + organization: *631 sender: *4 - installation: *629 + installation: *630 required: - action - personal_access_token_request @@ -146426,11 +146440,11 @@ webhooks: type: string enum: - denied - personal_access_token_request: *663 - organization: *630 - enterprise: *628 + personal_access_token_request: *664 + organization: *631 + enterprise: *629 sender: *4 - installation: *629 + installation: *630 required: - action - personal_access_token_request @@ -146535,7 +146549,7 @@ webhooks: id: description: Unique identifier of the webhook. type: integer - last_response: *664 + last_response: *665 name: description: The type of webhook. The only valid value is 'web'. type: string @@ -146567,8 +146581,8 @@ webhooks: hook_id: description: The ID of the webhook that triggered the ping. type: integer - organization: *630 - repository: *631 + organization: *631 + repository: *632 sender: *4 zen: description: Random string of GitHub zen. @@ -146813,10 +146827,10 @@ webhooks: - from required: - note - enterprise: *628 - installation: *629 - organization: *630 - project_card: &665 + enterprise: *629 + installation: *630 + organization: *631 + project_card: &666 title: Project Card type: object properties: @@ -146939,7 +146953,7 @@ webhooks: - creator - created_at - updated_at - repository: *631 + repository: *632 sender: *4 required: - action @@ -147020,11 +147034,11 @@ webhooks: type: string enum: - created - enterprise: *628 - installation: *629 - organization: *630 - project_card: *665 - repository: *631 + enterprise: *629 + installation: *630 + organization: *631 + project_card: *666 + repository: *632 sender: *4 required: - action @@ -147104,9 +147118,9 @@ webhooks: type: string enum: - deleted - enterprise: *628 - installation: *629 - organization: *630 + enterprise: *629 + installation: *630 + organization: *631 project_card: title: Project Card type: object @@ -147236,7 +147250,7 @@ webhooks: repository: anyOf: - type: 'null' - - *631 + - *632 sender: *4 required: - action @@ -147330,11 +147344,11 @@ webhooks: - from required: - note - enterprise: *628 - installation: *629 - organization: *630 - project_card: *665 - repository: *631 + enterprise: *629 + installation: *630 + organization: *631 + project_card: *666 + repository: *632 sender: *4 required: - action @@ -147428,9 +147442,9 @@ webhooks: - from required: - column_id - enterprise: *628 - installation: *629 - organization: *630 + enterprise: *629 + installation: *630 + organization: *631 project_card: allOf: - title: Project Card @@ -147627,7 +147641,7 @@ webhooks: type: string required: - after_id - repository: *631 + repository: *632 sender: *4 required: - action @@ -147707,10 +147721,10 @@ webhooks: type: string enum: - closed - enterprise: *628 - installation: *629 - organization: *630 - project: &667 + enterprise: *629 + installation: *630 + organization: *631 + project: &668 title: Project type: object properties: @@ -147837,7 +147851,7 @@ webhooks: - creator - created_at - updated_at - repository: *631 + repository: *632 sender: *4 required: - action @@ -147917,10 +147931,10 @@ webhooks: type: string enum: - created - enterprise: *628 - installation: *629 - organization: *630 - project_column: &666 + enterprise: *629 + installation: *630 + organization: *631 + project_column: &667 title: Project Column type: object properties: @@ -147960,7 +147974,7 @@ webhooks: - name - created_at - updated_at - repository: *631 + repository: *632 sender: *4 required: - action @@ -148039,14 +148053,14 @@ webhooks: type: string enum: - deleted - enterprise: *628 - installation: *629 - organization: *630 - project_column: *666 + enterprise: *629 + installation: *630 + organization: *631 + project_column: *667 repository: anyOf: - type: 'null' - - *631 + - *632 sender: *4 required: - action @@ -148135,11 +148149,11 @@ webhooks: type: string required: - from - enterprise: *628 - installation: *629 - organization: *630 - project_column: *666 - repository: *631 + enterprise: *629 + installation: *630 + organization: *631 + project_column: *667 + repository: *632 sender: *4 required: - action @@ -148219,11 +148233,11 @@ webhooks: type: string enum: - moved - enterprise: *628 - installation: *629 - organization: *630 - project_column: *666 - repository: *631 + enterprise: *629 + installation: *630 + organization: *631 + project_column: *667 + repository: *632 sender: *4 required: - action @@ -148303,11 +148317,11 @@ webhooks: type: string enum: - created - enterprise: *628 - installation: *629 - organization: *630 - project: *667 - repository: *631 + enterprise: *629 + installation: *630 + organization: *631 + project: *668 + repository: *632 sender: *4 required: - action @@ -148387,14 +148401,14 @@ webhooks: type: string enum: - deleted - enterprise: *628 - installation: *629 - organization: *630 - project: *667 + enterprise: *629 + installation: *630 + organization: *631 + project: *668 repository: anyOf: - type: 'null' - - *631 + - *632 sender: *4 required: - action @@ -148495,11 +148509,11 @@ webhooks: type: string required: - from - enterprise: *628 - installation: *629 - organization: *630 - project: *667 - repository: *631 + enterprise: *629 + installation: *630 + organization: *631 + project: *668 + repository: *632 sender: *4 required: - action @@ -148578,11 +148592,11 @@ webhooks: type: string enum: - reopened - enterprise: *628 - installation: *629 - organization: *630 - project: *667 - repository: *631 + enterprise: *629 + installation: *630 + organization: *631 + project: *668 + repository: *632 sender: *4 required: - action @@ -148663,9 +148677,9 @@ webhooks: type: string enum: - closed - installation: *629 - organization: *630 - projects_v2: &668 + installation: *630 + organization: *631 + projects_v2: &669 title: Projects v2 Project description: A projects v2 project type: object @@ -148813,9 +148827,9 @@ webhooks: type: string enum: - created - installation: *629 - organization: *630 - projects_v2: *668 + installation: *630 + organization: *631 + projects_v2: *669 sender: *4 required: - action @@ -148896,9 +148910,9 @@ webhooks: type: string enum: - deleted - installation: *629 - organization: *630 - projects_v2: *668 + installation: *630 + organization: *631 + projects_v2: *669 sender: *4 required: - action @@ -149019,9 +149033,9 @@ webhooks: type: string to: type: string - installation: *629 - organization: *630 - projects_v2: *668 + installation: *630 + organization: *631 + projects_v2: *669 sender: *4 required: - action @@ -149104,7 +149118,7 @@ webhooks: type: string enum: - archived - changes: &672 + changes: &673 type: object properties: archived_at: @@ -149120,9 +149134,9 @@ webhooks: - string - 'null' format: date-time - installation: *629 - organization: *630 - projects_v2_item: &669 + installation: *630 + organization: *631 + projects_v2_item: &670 title: Projects v2 Item description: An item belonging to a project type: object @@ -149261,9 +149275,9 @@ webhooks: - 'null' to: type: string - installation: *629 - organization: *630 - projects_v2_item: *669 + installation: *630 + organization: *631 + projects_v2_item: *670 sender: *4 required: - action @@ -149345,9 +149359,9 @@ webhooks: type: string enum: - created - installation: *629 - organization: *630 - projects_v2_item: *669 + installation: *630 + organization: *631 + projects_v2_item: *670 sender: *4 required: - action @@ -149428,9 +149442,9 @@ webhooks: type: string enum: - deleted - installation: *629 - organization: *630 - projects_v2_item: *669 + installation: *630 + organization: *631 + projects_v2_item: *670 sender: *4 required: - action @@ -149535,7 +149549,7 @@ webhooks: oneOf: - type: string - type: integer - - &670 + - &671 title: Projects v2 Single Select Option description: An option for a single select field type: object @@ -149555,7 +149569,7 @@ webhooks: required: - id - name - - &671 + - &672 title: Projects v2 Iteration Setting description: An iteration setting for an iteration field type: object @@ -149584,8 +149598,8 @@ webhooks: oneOf: - type: string - type: integer - - *670 - *671 + - *672 type: - 'null' - string @@ -149608,9 +149622,9 @@ webhooks: - 'null' required: - body - installation: *629 - organization: *630 - projects_v2_item: *669 + installation: *630 + organization: *631 + projects_v2_item: *670 sender: *4 required: - action @@ -149707,9 +149721,9 @@ webhooks: type: - string - 'null' - installation: *629 - organization: *630 - projects_v2_item: *669 + installation: *630 + organization: *631 + projects_v2_item: *670 sender: *4 required: - action @@ -149792,10 +149806,10 @@ webhooks: type: string enum: - restored - changes: *672 - installation: *629 - organization: *630 - projects_v2_item: *669 + changes: *673 + installation: *630 + organization: *631 + projects_v2_item: *670 sender: *4 required: - action @@ -149877,9 +149891,9 @@ webhooks: type: string enum: - reopened - installation: *629 - organization: *630 - projects_v2: *668 + installation: *630 + organization: *631 + projects_v2: *669 sender: *4 required: - action @@ -149960,9 +149974,9 @@ webhooks: type: string enum: - created - installation: *629 - organization: *630 - projects_v2_status_update: &673 + installation: *630 + organization: *631 + projects_v2_status_update: &674 title: Projects v2 Status Update description: An status update belonging to a project type: object @@ -150097,9 +150111,9 @@ webhooks: type: string enum: - deleted - installation: *629 - organization: *630 - projects_v2_status_update: *673 + installation: *630 + organization: *631 + projects_v2_status_update: *674 sender: *4 required: - action @@ -150245,9 +150259,9 @@ webhooks: - string - 'null' format: date - installation: *629 - organization: *630 - projects_v2_status_update: *673 + installation: *630 + organization: *631 + projects_v2_status_update: *674 sender: *4 required: - action @@ -150318,10 +150332,10 @@ webhooks: title: public event type: object properties: - enterprise: *628 - installation: *629 - organization: *630 - repository: *631 + enterprise: *629 + installation: *630 + organization: *631 + repository: *632 sender: *4 required: - repository @@ -150398,13 +150412,13 @@ webhooks: type: string enum: - assigned - assignee: *648 - enterprise: *628 - installation: *629 - number: &674 + assignee: *649 + enterprise: *629 + installation: *630 + number: &675 description: The pull request number. type: integer - organization: *630 + organization: *631 pull_request: title: Pull Request type: object @@ -152753,7 +152767,7 @@ webhooks: - auto_merge - active_lock_reason - draft - repository: *631 + repository: *632 sender: *4 required: - action @@ -152835,11 +152849,11 @@ webhooks: type: string enum: - auto_merge_disabled - enterprise: *628 - installation: *629 + enterprise: *629 + installation: *630 number: type: integer - organization: *630 + organization: *631 pull_request: title: Pull Request type: object @@ -155181,7 +155195,7 @@ webhooks: - draft reason: type: string - repository: *631 + repository: *632 sender: *4 required: - action @@ -155263,11 +155277,11 @@ webhooks: type: string enum: - auto_merge_enabled - enterprise: *628 - installation: *629 + enterprise: *629 + installation: *630 number: type: integer - organization: *630 + organization: *631 pull_request: title: Pull Request type: object @@ -157609,7 +157623,7 @@ webhooks: - draft reason: type: string - repository: *631 + repository: *632 sender: *4 required: - action @@ -157691,13 +157705,13 @@ webhooks: type: string enum: - closed - enterprise: *628 - installation: *629 - number: *674 - organization: *630 - pull_request: &675 + enterprise: *629 + installation: *630 + number: *675 + organization: *631 + pull_request: &676 allOf: - - *500 + - *501 - type: object properties: allow_auto_merge: @@ -157759,7 +157773,7 @@ webhooks: Please use `squash_merge_commit_title` instead.** type: boolean default: false - repository: *631 + repository: *632 sender: *4 required: - action @@ -157840,12 +157854,12 @@ webhooks: type: string enum: - converted_to_draft - enterprise: *628 - installation: *629 - number: *674 - organization: *630 - pull_request: *675 - repository: *631 + enterprise: *629 + installation: *630 + number: *675 + organization: *631 + pull_request: *676 + repository: *632 sender: *4 required: - action @@ -157925,11 +157939,11 @@ webhooks: type: string enum: - demilestoned - enterprise: *628 - milestone: *398 - number: *674 - organization: *630 - pull_request: &676 + enterprise: *629 + milestone: *399 + number: *675 + organization: *631 + pull_request: &677 title: Pull Request type: object properties: @@ -160256,7 +160270,7 @@ webhooks: - auto_merge - active_lock_reason - draft - repository: *631 + repository: *632 sender: *4 required: - action @@ -160335,11 +160349,11 @@ webhooks: type: string enum: - dequeued - enterprise: *628 - installation: *629 + enterprise: *629 + installation: *630 number: type: integer - organization: *630 + organization: *631 pull_request: title: Pull Request type: object @@ -162685,7 +162699,7 @@ webhooks: - BRANCH_PROTECTIONS - GIT_TREE_INVALID - INVALID_MERGE_COMMIT - repository: *631 + repository: *632 sender: *4 required: - action @@ -162809,12 +162823,12 @@ webhooks: type: string required: - from - enterprise: *628 - installation: *629 - number: *674 - organization: *630 - pull_request: *675 - repository: *631 + enterprise: *629 + installation: *630 + number: *675 + organization: *631 + pull_request: *676 + repository: *632 sender: *4 required: - action @@ -162894,11 +162908,11 @@ webhooks: type: string enum: - enqueued - enterprise: *628 - installation: *629 + enterprise: *629 + installation: *630 number: type: integer - organization: *630 + organization: *631 pull_request: title: Pull Request type: object @@ -165229,7 +165243,7 @@ webhooks: - auto_merge - active_lock_reason - draft - repository: *631 + repository: *632 sender: *4 required: - action @@ -165309,11 +165323,11 @@ webhooks: type: string enum: - labeled - enterprise: *628 - installation: *629 - label: *647 - number: *674 - organization: *630 + enterprise: *629 + installation: *630 + label: *648 + number: *675 + organization: *631 pull_request: title: Pull Request type: object @@ -167661,7 +167675,7 @@ webhooks: - auto_merge - active_lock_reason - draft - repository: *631 + repository: *632 sender: *4 required: - action @@ -167742,10 +167756,10 @@ webhooks: type: string enum: - locked - enterprise: *628 - installation: *629 - number: *674 - organization: *630 + enterprise: *629 + installation: *630 + number: *675 + organization: *631 pull_request: title: Pull Request type: object @@ -170091,7 +170105,7 @@ webhooks: - auto_merge - active_lock_reason - draft - repository: *631 + repository: *632 sender: *4 required: - action @@ -170171,12 +170185,12 @@ webhooks: type: string enum: - milestoned - enterprise: *628 - milestone: *398 - number: *674 - organization: *630 - pull_request: *676 - repository: *631 + enterprise: *629 + milestone: *399 + number: *675 + organization: *631 + pull_request: *677 + repository: *632 sender: *4 required: - action @@ -170255,12 +170269,12 @@ webhooks: type: string enum: - opened - enterprise: *628 - installation: *629 - number: *674 - organization: *630 - pull_request: *675 - repository: *631 + enterprise: *629 + installation: *630 + number: *675 + organization: *631 + pull_request: *676 + repository: *632 sender: *4 required: - action @@ -170341,12 +170355,12 @@ webhooks: type: string enum: - ready_for_review - enterprise: *628 - installation: *629 - number: *674 - organization: *630 - pull_request: *675 - repository: *631 + enterprise: *629 + installation: *630 + number: *675 + organization: *631 + pull_request: *676 + repository: *632 sender: *4 required: - action @@ -170426,12 +170440,12 @@ webhooks: type: string enum: - reopened - enterprise: *628 - installation: *629 - number: *674 - organization: *630 - pull_request: *675 - repository: *631 + enterprise: *629 + installation: *630 + number: *675 + organization: *631 + pull_request: *676 + repository: *632 sender: *4 required: - action @@ -170806,9 +170820,9 @@ webhooks: - start_side - side - reactions - enterprise: *628 - installation: *629 - organization: *630 + enterprise: *629 + installation: *630 + organization: *631 pull_request: type: object properties: @@ -173038,7 +173052,7 @@ webhooks: - _links - author_association - active_lock_reason - repository: *631 + repository: *632 sender: *4 required: - action @@ -173118,7 +173132,7 @@ webhooks: type: string enum: - deleted - comment: &678 + comment: &679 title: Pull Request Review Comment description: The [comment](https://docs.github.com/rest/pulls/comments#get-a-review-comment-for-a-pull-request) itself. @@ -173411,9 +173425,9 @@ webhooks: - start_side - side - reactions - enterprise: *628 - installation: *629 - organization: *630 + enterprise: *629 + installation: *630 + organization: *631 pull_request: type: object properties: @@ -175631,7 +175645,7 @@ webhooks: - _links - author_association - active_lock_reason - repository: *631 + repository: *632 sender: *4 required: - action @@ -175711,11 +175725,11 @@ webhooks: type: string enum: - edited - changes: *677 - comment: *678 - enterprise: *628 - installation: *629 - organization: *630 + changes: *678 + comment: *679 + enterprise: *629 + installation: *630 + organization: *631 pull_request: type: object properties: @@ -177936,7 +177950,7 @@ webhooks: - _links - author_association - active_lock_reason - repository: *631 + repository: *632 sender: *4 required: - action @@ -178017,9 +178031,9 @@ webhooks: type: string enum: - dismissed - enterprise: *628 - installation: *629 - organization: *630 + enterprise: *629 + installation: *630 + organization: *631 pull_request: title: Simple Pull Request type: object @@ -180252,7 +180266,7 @@ webhooks: - author_association - auto_merge - active_lock_reason - repository: *631 + repository: *632 review: description: The review that was affected. type: object @@ -180498,9 +180512,9 @@ webhooks: type: string required: - from - enterprise: *628 - installation: *629 - organization: *630 + enterprise: *629 + installation: *630 + organization: *631 pull_request: title: Simple Pull Request type: object @@ -182614,8 +182628,8 @@ webhooks: - author_association - auto_merge - active_lock_reason - repository: *631 - review: &679 + repository: *632 + review: &680 description: The review that was affected. type: object properties: @@ -182848,12 +182862,12 @@ webhooks: type: string enum: - review_request_removed - enterprise: *628 - installation: *629 + enterprise: *629 + installation: *630 number: description: The pull request number. type: integer - organization: *630 + organization: *631 pull_request: title: Pull Request type: object @@ -185200,7 +185214,7 @@ webhooks: - auto_merge - active_lock_reason - draft - repository: *631 + repository: *632 requested_reviewer: title: User type: @@ -185286,12 +185300,12 @@ webhooks: type: string enum: - review_request_removed - enterprise: *628 - installation: *629 + enterprise: *629 + installation: *630 number: description: The pull request number. type: integer - organization: *630 + organization: *631 pull_request: title: Pull Request type: object @@ -187645,7 +187659,7 @@ webhooks: - auto_merge - active_lock_reason - draft - repository: *631 + repository: *632 requested_team: title: Team description: Groups of organization members that gives permissions @@ -187840,12 +187854,12 @@ webhooks: type: string enum: - review_requested - enterprise: *628 - installation: *629 + enterprise: *629 + installation: *630 number: description: The pull request number. type: integer - organization: *630 + organization: *631 pull_request: title: Pull Request type: object @@ -190194,7 +190208,7 @@ webhooks: - auto_merge - active_lock_reason - draft - repository: *631 + repository: *632 requested_reviewer: title: User type: @@ -190281,12 +190295,12 @@ webhooks: type: string enum: - review_requested - enterprise: *628 - installation: *629 + enterprise: *629 + installation: *630 number: description: The pull request number. type: integer - organization: *630 + organization: *631 pull_request: title: Pull Request type: object @@ -192626,7 +192640,7 @@ webhooks: - auto_merge - active_lock_reason - draft - repository: *631 + repository: *632 requested_team: title: Team description: Groups of organization members that gives permissions @@ -192810,9 +192824,9 @@ webhooks: type: string enum: - submitted - enterprise: *628 - installation: *629 - organization: *630 + enterprise: *629 + installation: *630 + organization: *631 pull_request: title: Simple Pull Request type: object @@ -195048,8 +195062,8 @@ webhooks: - author_association - auto_merge - active_lock_reason - repository: *631 - review: *679 + repository: *632 + review: *680 sender: *4 required: - action @@ -195129,9 +195143,9 @@ webhooks: type: string enum: - resolved - enterprise: *628 - installation: *629 - organization: *630 + enterprise: *629 + installation: *630 + organization: *631 pull_request: title: Simple Pull Request type: object @@ -197262,7 +197276,7 @@ webhooks: - author_association - auto_merge - active_lock_reason - repository: *631 + repository: *632 sender: *4 thread: type: object @@ -197654,9 +197668,9 @@ webhooks: type: string enum: - unresolved - enterprise: *628 - installation: *629 - organization: *630 + enterprise: *629 + installation: *630 + organization: *631 pull_request: title: Simple Pull Request type: object @@ -199770,7 +199784,7 @@ webhooks: - author_association - auto_merge - active_lock_reason - repository: *631 + repository: *632 sender: *4 thread: type: object @@ -200164,10 +200178,10 @@ webhooks: type: string before: type: string - enterprise: *628 - installation: *629 - number: *674 - organization: *630 + enterprise: *629 + installation: *630 + number: *675 + organization: *631 pull_request: title: Pull Request type: object @@ -202502,7 +202516,7 @@ webhooks: - auto_merge - active_lock_reason - draft - repository: *631 + repository: *632 sender: *4 required: - action @@ -202584,11 +202598,11 @@ webhooks: type: string enum: - unassigned - assignee: *680 - enterprise: *628 - installation: *629 - number: *674 - organization: *630 + assignee: *681 + enterprise: *629 + installation: *630 + number: *675 + organization: *631 pull_request: title: Pull Request type: object @@ -204938,7 +204952,7 @@ webhooks: - auto_merge - active_lock_reason - draft - repository: *631 + repository: *632 sender: *4 required: - action @@ -205017,11 +205031,11 @@ webhooks: type: string enum: - unlabeled - enterprise: *628 - installation: *629 - label: *647 - number: *674 - organization: *630 + enterprise: *629 + installation: *630 + label: *648 + number: *675 + organization: *631 pull_request: title: Pull Request type: object @@ -207360,7 +207374,7 @@ webhooks: - auto_merge - active_lock_reason - draft - repository: *631 + repository: *632 sender: *4 required: - action @@ -207441,10 +207455,10 @@ webhooks: type: string enum: - unlocked - enterprise: *628 - installation: *629 - number: *674 - organization: *630 + enterprise: *629 + installation: *630 + number: *675 + organization: *631 pull_request: title: Pull Request type: object @@ -209773,7 +209787,7 @@ webhooks: - auto_merge - active_lock_reason - draft - repository: *631 + repository: *632 sender: *4 required: - action @@ -209976,7 +209990,7 @@ webhooks: deleted: description: Whether this push deleted the `ref`. type: boolean - enterprise: *628 + enterprise: *629 forced: description: Whether this push was a force push of the `ref`. type: boolean @@ -210071,8 +210085,8 @@ webhooks: - url - author - committer - installation: *629 - organization: *630 + installation: *630 + organization: *631 pusher: title: Committer description: Metaproperties for Git author/committer information. @@ -210660,9 +210674,9 @@ webhooks: type: string enum: - published - enterprise: *628 - installation: *629 - organization: *630 + enterprise: *629 + installation: *630 + organization: *631 registry_package: type: object properties: @@ -211139,7 +211153,7 @@ webhooks: type: string rubygems_metadata: type: array - items: *662 + items: *663 summary: type: string tag_name: @@ -211195,7 +211209,7 @@ webhooks: - owner - package_version - registry - repository: *631 + repository: *632 sender: *4 required: - action @@ -211273,9 +211287,9 @@ webhooks: type: string enum: - updated - enterprise: *628 - installation: *629 - organization: *630 + enterprise: *629 + installation: *630 + organization: *631 registry_package: type: object properties: @@ -211587,7 +211601,7 @@ webhooks: - published_at rubygems_metadata: type: array - items: *662 + items: *663 summary: type: string tag_name: @@ -211637,7 +211651,7 @@ webhooks: - owner - package_version - registry - repository: *631 + repository: *632 sender: *4 required: - action @@ -211714,10 +211728,10 @@ webhooks: type: string enum: - created - enterprise: *628 - installation: *629 - organization: *630 - release: &681 + enterprise: *629 + installation: *630 + organization: *631 + release: &682 title: Release description: The [release](https://docs.github.com/rest/releases/releases/#get-a-release) object. @@ -212033,7 +212047,7 @@ webhooks: - tarball_url - zipball_url - body - repository: *631 + repository: *632 sender: *4 required: - action @@ -212110,11 +212124,11 @@ webhooks: type: string enum: - deleted - enterprise: *628 - installation: *629 - organization: *630 - release: *681 - repository: *631 + enterprise: *629 + installation: *630 + organization: *631 + release: *682 + repository: *632 sender: *4 required: - action @@ -212231,11 +212245,11 @@ webhooks: type: boolean required: - to - enterprise: *628 - installation: *629 - organization: *630 - release: *681 - repository: *631 + enterprise: *629 + installation: *630 + organization: *631 + release: *682 + repository: *632 sender: *4 required: - action @@ -212313,9 +212327,9 @@ webhooks: type: string enum: - prereleased - enterprise: *628 - installation: *629 - organization: *630 + enterprise: *629 + installation: *630 + organization: *631 release: title: Release description: The [release](https://docs.github.com/rest/releases/releases/#get-a-release) @@ -212636,7 +212650,7 @@ webhooks: - string - 'null' format: uri - repository: *631 + repository: *632 sender: *4 required: - action @@ -212712,10 +212726,10 @@ webhooks: type: string enum: - published - enterprise: *628 - installation: *629 - organization: *630 - release: &682 + enterprise: *629 + installation: *630 + organization: *631 + release: &683 title: Release description: The [release](https://docs.github.com/rest/releases/releases/#get-a-release) object. @@ -213033,7 +213047,7 @@ webhooks: - string - 'null' format: uri - repository: *631 + repository: *632 sender: *4 required: - action @@ -213109,11 +213123,11 @@ webhooks: type: string enum: - released - enterprise: *628 - installation: *629 - organization: *630 - release: *681 - repository: *631 + enterprise: *629 + installation: *630 + organization: *631 + release: *682 + repository: *632 sender: *4 required: - action @@ -213189,11 +213203,11 @@ webhooks: type: string enum: - unpublished - enterprise: *628 - installation: *629 - organization: *630 - release: *682 - repository: *631 + enterprise: *629 + installation: *630 + organization: *631 + release: *683 + repository: *632 sender: *4 required: - action @@ -213269,11 +213283,11 @@ webhooks: type: string enum: - published - enterprise: *628 - installation: *629 - organization: *630 - repository: *631 - repository_advisory: *560 + enterprise: *629 + installation: *630 + organization: *631 + repository: *632 + repository_advisory: *561 sender: *4 required: - action @@ -213349,11 +213363,11 @@ webhooks: type: string enum: - reported - enterprise: *628 - installation: *629 - organization: *630 - repository: *631 - repository_advisory: *560 + enterprise: *629 + installation: *630 + organization: *631 + repository: *632 + repository_advisory: *561 sender: *4 required: - action @@ -213429,10 +213443,10 @@ webhooks: type: string enum: - archived - enterprise: *628 - installation: *629 - organization: *630 - repository: *631 + enterprise: *629 + installation: *630 + organization: *631 + repository: *632 sender: *4 required: - action @@ -213509,10 +213523,10 @@ webhooks: type: string enum: - created - enterprise: *628 - installation: *629 - organization: *630 - repository: *631 + enterprise: *629 + installation: *630 + organization: *631 + repository: *632 sender: *4 required: - action @@ -213590,10 +213604,10 @@ webhooks: type: string enum: - deleted - enterprise: *628 - installation: *629 - organization: *630 - repository: *631 + enterprise: *629 + installation: *630 + organization: *631 + repository: *632 sender: *4 required: - action @@ -213678,10 +213692,10 @@ webhooks: additionalProperties: true description: The `client_payload` that was specified in the `POST /repos/{owner}/{repo}/dispatches` request body. - enterprise: *628 - installation: *629 - organization: *630 - repository: *631 + enterprise: *629 + installation: *630 + organization: *631 + repository: *632 sender: *4 required: - action @@ -213796,10 +213810,10 @@ webhooks: - 'null' items: type: string - enterprise: *628 - installation: *629 - organization: *630 - repository: *631 + enterprise: *629 + installation: *630 + organization: *631 + repository: *632 sender: *4 required: - action @@ -213871,10 +213885,10 @@ webhooks: title: repository_import event type: object properties: - enterprise: *628 - installation: *629 - organization: *630 - repository: *631 + enterprise: *629 + installation: *630 + organization: *631 + repository: *632 sender: *4 status: type: string @@ -213955,10 +213969,10 @@ webhooks: type: string enum: - privatized - enterprise: *628 - installation: *629 - organization: *630 - repository: *631 + enterprise: *629 + installation: *630 + organization: *631 + repository: *632 sender: *4 required: - action @@ -214035,10 +214049,10 @@ webhooks: type: string enum: - publicized - enterprise: *628 - installation: *629 - organization: *630 - repository: *631 + enterprise: *629 + installation: *630 + organization: *631 + repository: *632 sender: *4 required: - action @@ -214132,10 +214146,10 @@ webhooks: - name required: - repository - enterprise: *628 - installation: *629 - organization: *630 - repository: *631 + enterprise: *629 + installation: *630 + organization: *631 + repository: *632 sender: *4 required: - action @@ -214215,11 +214229,11 @@ webhooks: type: string enum: - created - enterprise: *628 - installation: *629 - organization: *630 - repository: *631 - repository_ruleset: *232 + enterprise: *629 + installation: *630 + organization: *631 + repository: *632 + repository_ruleset: *233 sender: *4 required: - action @@ -214297,11 +214311,11 @@ webhooks: type: string enum: - deleted - enterprise: *628 - installation: *629 - organization: *630 - repository: *631 - repository_ruleset: *232 + enterprise: *629 + installation: *630 + organization: *631 + repository: *632 + repository_ruleset: *233 sender: *4 required: - action @@ -214379,11 +214393,11 @@ webhooks: type: string enum: - edited - enterprise: *628 - installation: *629 - organization: *630 - repository: *631 - repository_ruleset: *232 + enterprise: *629 + installation: *630 + organization: *631 + repository: *632 + repository_ruleset: *233 changes: type: object properties: @@ -214402,16 +214416,16 @@ webhooks: properties: added: type: array - items: *226 + items: *227 deleted: type: array - items: *226 + items: *227 updated: type: array items: type: object properties: - condition: *226 + condition: *227 changes: type: object properties: @@ -214444,16 +214458,16 @@ webhooks: properties: added: type: array - items: *231 + items: *232 deleted: type: array - items: *231 + items: *232 updated: type: array items: type: object properties: - rule: *231 + rule: *232 changes: type: object properties: @@ -214690,10 +214704,10 @@ webhooks: - from required: - owner - enterprise: *628 - installation: *629 - organization: *630 - repository: *631 + enterprise: *629 + installation: *630 + organization: *631 + repository: *632 sender: *4 required: - action @@ -214771,10 +214785,10 @@ webhooks: type: string enum: - unarchived - enterprise: *628 - installation: *629 - organization: *630 - repository: *631 + enterprise: *629 + installation: *630 + organization: *631 + repository: *632 sender: *4 required: - action @@ -214852,7 +214866,7 @@ webhooks: type: string enum: - create - alert: &683 + alert: &684 title: Repository Vulnerability Alert Alert description: The security alert of the vulnerable dependency. type: object @@ -214976,10 +214990,10 @@ webhooks: type: string enum: - open - enterprise: *628 - installation: *629 - organization: *630 - repository: *631 + enterprise: *629 + installation: *630 + organization: *631 + repository: *632 sender: *4 required: - action @@ -215189,10 +215203,10 @@ webhooks: type: string enum: - dismissed - enterprise: *628 - installation: *629 - organization: *630 - repository: *631 + enterprise: *629 + installation: *630 + organization: *631 + repository: *632 sender: *4 required: - action @@ -215270,11 +215284,11 @@ webhooks: type: string enum: - reopen - alert: *683 - enterprise: *628 - installation: *629 - organization: *630 - repository: *631 + alert: *684 + enterprise: *629 + installation: *630 + organization: *631 + repository: *632 sender: *4 required: - action @@ -215476,10 +215490,10 @@ webhooks: enum: - fixed - open - enterprise: *628 - installation: *629 - organization: *630 - repository: *631 + enterprise: *629 + installation: *630 + organization: *631 + repository: *632 sender: *4 required: - action @@ -215557,7 +215571,7 @@ webhooks: type: string enum: - created - alert: &684 + alert: &685 type: object properties: number: *52 @@ -215667,10 +215681,10 @@ webhooks: - 'null' description: Whether the detected secret was found in multiple repositories in the same organization or business. - enterprise: *628 - installation: *629 - organization: *630 - repository: *631 + enterprise: *629 + installation: *630 + organization: *631 + repository: *632 sender: *4 required: - action @@ -215751,11 +215765,11 @@ webhooks: type: string enum: - created - alert: *684 - installation: *629 - location: *685 - organization: *630 - repository: *631 + alert: *685 + installation: *630 + location: *686 + organization: *631 + repository: *632 sender: *4 required: - location @@ -215993,11 +216007,11 @@ webhooks: type: string enum: - publicly_leaked - alert: *684 - enterprise: *628 - installation: *629 - organization: *630 - repository: *631 + alert: *685 + enterprise: *629 + installation: *630 + organization: *631 + repository: *632 sender: *4 required: - action @@ -216075,11 +216089,11 @@ webhooks: type: string enum: - reopened - alert: *684 - enterprise: *628 - installation: *629 - organization: *630 - repository: *631 + alert: *685 + enterprise: *629 + installation: *630 + organization: *631 + repository: *632 sender: *4 required: - action @@ -216157,11 +216171,11 @@ webhooks: type: string enum: - resolved - alert: *684 - enterprise: *628 - installation: *629 - organization: *630 - repository: *631 + alert: *685 + enterprise: *629 + installation: *630 + organization: *631 + repository: *632 sender: *4 required: - action @@ -216239,11 +216253,11 @@ webhooks: type: string enum: - validated - alert: *684 - enterprise: *628 - installation: *629 - organization: *630 - repository: *631 + alert: *685 + enterprise: *629 + installation: *630 + organization: *631 + repository: *632 sender: *4 required: - action @@ -216373,10 +216387,10 @@ webhooks: - organization - enterprise - - repository: *631 - enterprise: *628 - installation: *629 - organization: *630 + repository: *632 + enterprise: *629 + installation: *630 + organization: *631 sender: *4 required: - action @@ -216454,11 +216468,11 @@ webhooks: type: string enum: - published - enterprise: *628 - installation: *629 - organization: *630 - repository: *631 - security_advisory: &686 + enterprise: *629 + installation: *630 + organization: *631 + repository: *632 + security_advisory: &687 description: The details of the security advisory, including summary, description, and severity. type: object @@ -216644,11 +216658,11 @@ webhooks: type: string enum: - updated - enterprise: *628 - installation: *629 - organization: *630 - repository: *631 - security_advisory: *686 + enterprise: *629 + installation: *630 + organization: *631 + repository: *632 + security_advisory: *687 sender: *4 required: - action @@ -216721,10 +216735,10 @@ webhooks: type: string enum: - withdrawn - enterprise: *628 - installation: *629 - organization: *630 - repository: *631 + enterprise: *629 + installation: *630 + organization: *631 + repository: *632 security_advisory: description: The details of the security advisory, including summary, description, and severity. @@ -216910,11 +216924,11 @@ webhooks: from: type: object properties: - security_and_analysis: *225 - enterprise: *628 - installation: *629 - organization: *630 - repository: *277 + security_and_analysis: *226 + enterprise: *629 + installation: *630 + organization: *631 + repository: *278 sender: *4 required: - changes @@ -216992,12 +217006,12 @@ webhooks: type: string enum: - cancelled - enterprise: *628 - installation: *629 - organization: *630 - repository: *631 + enterprise: *629 + installation: *630 + organization: *631 + repository: *632 sender: *4 - sponsorship: &687 + sponsorship: &688 type: object properties: created_at: @@ -217302,12 +217316,12 @@ webhooks: type: string enum: - created - enterprise: *628 - installation: *629 - organization: *630 - repository: *631 + enterprise: *629 + installation: *630 + organization: *631 + repository: *632 sender: *4 - sponsorship: *687 + sponsorship: *688 required: - action - sponsorship @@ -217395,12 +217409,12 @@ webhooks: type: string required: - from - enterprise: *628 - installation: *629 - organization: *630 - repository: *631 + enterprise: *629 + installation: *630 + organization: *631 + repository: *632 sender: *4 - sponsorship: *687 + sponsorship: *688 required: - action - changes @@ -217477,17 +217491,17 @@ webhooks: type: string enum: - pending_cancellation - effective_date: &688 + effective_date: &689 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: *628 - installation: *629 - organization: *630 - repository: *631 + enterprise: *629 + installation: *630 + organization: *631 + repository: *632 sender: *4 - sponsorship: *687 + sponsorship: *688 required: - action - sponsorship @@ -217561,7 +217575,7 @@ webhooks: type: string enum: - pending_tier_change - changes: &689 + changes: &690 type: object properties: tier: @@ -217605,13 +217619,13 @@ webhooks: - from required: - tier - effective_date: *688 - enterprise: *628 - installation: *629 - organization: *630 - repository: *631 + effective_date: *689 + enterprise: *629 + installation: *630 + organization: *631 + repository: *632 sender: *4 - sponsorship: *687 + sponsorship: *688 required: - action - changes @@ -217688,13 +217702,13 @@ webhooks: type: string enum: - tier_changed - changes: *689 - enterprise: *628 - installation: *629 - organization: *630 - repository: *631 + changes: *690 + enterprise: *629 + installation: *630 + organization: *631 + repository: *632 sender: *4 - sponsorship: *687 + sponsorship: *688 required: - action - changes @@ -217768,10 +217782,10 @@ webhooks: type: string enum: - created - enterprise: *628 - installation: *629 - organization: *630 - repository: *631 + enterprise: *629 + installation: *630 + organization: *631 + repository: *632 sender: *4 starred_at: description: 'The time the star was created. This is a timestamp @@ -217855,10 +217869,10 @@ webhooks: type: string enum: - deleted - enterprise: *628 - installation: *629 - organization: *630 - repository: *631 + enterprise: *629 + installation: *630 + organization: *631 + repository: *632 sender: *4 starred_at: description: 'The time the star was created. This is a timestamp @@ -218292,15 +218306,15 @@ webhooks: type: - string - 'null' - enterprise: *628 + enterprise: *629 id: description: The unique identifier of the status. type: integer - installation: *629 + installation: *630 name: type: string - organization: *630 - repository: *631 + organization: *631 + repository: *632 sender: *4 sha: description: The Commit SHA. @@ -218416,9 +218430,9 @@ webhooks: description: The ID of the sub-issue. type: number sub_issue: *74 - installation: *629 - organization: *630 - repository: *631 + installation: *630 + organization: *631 + repository: *632 sender: *4 required: - action @@ -218508,9 +218522,9 @@ webhooks: description: The ID of the sub-issue. type: number sub_issue: *74 - installation: *629 - organization: *630 - repository: *631 + installation: *630 + organization: *631 + repository: *632 sender: *4 required: - action @@ -218600,9 +218614,9 @@ webhooks: description: The ID of the parent issue. type: number parent_issue: *74 - installation: *629 - organization: *630 - repository: *631 + installation: *630 + organization: *631 + repository: *632 sender: *4 required: - action @@ -218692,9 +218706,9 @@ webhooks: description: The ID of the parent issue. type: number parent_issue: *74 - installation: *629 - organization: *630 - repository: *631 + installation: *630 + organization: *631 + repository: *632 sender: *4 required: - action @@ -218771,12 +218785,12 @@ webhooks: title: team_add event type: object properties: - enterprise: *628 - installation: *629 - organization: *630 - repository: *631 + enterprise: *629 + installation: *630 + organization: *631 + repository: *632 sender: *4 - team: &690 + team: &691 title: Team description: Groups of organization members that gives permissions on specified repositories. @@ -218969,9 +218983,9 @@ webhooks: type: string enum: - added_to_repository - enterprise: *628 - installation: *629 - organization: *630 + enterprise: *629 + installation: *630 + organization: *631 repository: title: Repository description: A git repository @@ -219441,7 +219455,7 @@ webhooks: - topics - visibility sender: *4 - team: *690 + team: *691 required: - action - team @@ -219517,9 +219531,9 @@ webhooks: type: string enum: - created - enterprise: *628 - installation: *629 - organization: *630 + enterprise: *629 + installation: *630 + organization: *631 repository: title: Repository description: A git repository @@ -219989,7 +220003,7 @@ webhooks: - topics - visibility sender: *4 - team: *690 + team: *691 required: - action - team @@ -220066,9 +220080,9 @@ webhooks: type: string enum: - deleted - enterprise: *628 - installation: *629 - organization: *630 + enterprise: *629 + installation: *630 + organization: *631 repository: title: Repository description: A git repository @@ -220538,7 +220552,7 @@ webhooks: - topics - visibility sender: *4 - team: *690 + team: *691 required: - action - team @@ -220682,9 +220696,9 @@ webhooks: - from required: - permissions - enterprise: *628 - installation: *629 - organization: *630 + enterprise: *629 + installation: *630 + organization: *631 repository: title: Repository description: A git repository @@ -221154,7 +221168,7 @@ webhooks: - topics - visibility sender: *4 - team: *690 + team: *691 required: - action - changes @@ -221232,9 +221246,9 @@ webhooks: type: string enum: - removed_from_repository - enterprise: *628 - installation: *629 - organization: *630 + enterprise: *629 + installation: *630 + organization: *631 repository: title: Repository description: A git repository @@ -221704,7 +221718,7 @@ webhooks: - topics - visibility sender: *4 - team: *690 + team: *691 required: - action - team @@ -221780,10 +221794,10 @@ webhooks: type: string enum: - started - enterprise: *628 - installation: *629 - organization: *630 - repository: *631 + enterprise: *629 + installation: *630 + organization: *631 + repository: *632 sender: *4 required: - action @@ -221856,17 +221870,17 @@ webhooks: title: workflow_dispatch event type: object properties: - enterprise: *628 + enterprise: *629 inputs: type: - object - 'null' additionalProperties: true - installation: *629 - organization: *630 + installation: *630 + organization: *631 ref: type: string - repository: *631 + repository: *632 sender: *4 workflow: type: string @@ -221948,10 +221962,10 @@ webhooks: type: string enum: - completed - enterprise: *628 - installation: *629 - organization: *630 - repository: *631 + enterprise: *629 + installation: *630 + organization: *631 + repository: *632 sender: *4 workflow_job: allOf: @@ -222207,7 +222221,7 @@ webhooks: type: string required: - conclusion - deployment: *418 + deployment: *419 required: - action - repository @@ -222286,10 +222300,10 @@ webhooks: type: string enum: - in_progress - enterprise: *628 - installation: *629 - organization: *630 - repository: *631 + enterprise: *629 + installation: *630 + organization: *631 + repository: *632 sender: *4 workflow_job: allOf: @@ -222571,7 +222585,7 @@ webhooks: required: - status - steps - deployment: *418 + deployment: *419 required: - action - repository @@ -222650,10 +222664,10 @@ webhooks: type: string enum: - queued - enterprise: *628 - installation: *629 - organization: *630 - repository: *631 + enterprise: *629 + installation: *630 + organization: *631 + repository: *632 sender: *4 workflow_job: type: object @@ -222799,7 +222813,7 @@ webhooks: - workflow_name - head_branch - created_at - deployment: *418 + deployment: *419 required: - action - repository @@ -222878,10 +222892,10 @@ webhooks: type: string enum: - waiting - enterprise: *628 - installation: *629 - organization: *630 - repository: *631 + enterprise: *629 + installation: *630 + organization: *631 + repository: *632 sender: *4 workflow_job: type: object @@ -223028,7 +223042,7 @@ webhooks: - workflow_name - head_branch - created_at - deployment: *418 + deployment: *419 required: - action - repository @@ -223108,12 +223122,12 @@ webhooks: type: string enum: - completed - enterprise: *628 - installation: *629 - organization: *630 - repository: *631 + enterprise: *629 + installation: *630 + organization: *631 + repository: *632 sender: *4 - workflow: *643 + workflow: *644 workflow_run: title: Workflow Run type: object @@ -224132,12 +224146,12 @@ webhooks: type: string enum: - in_progress - enterprise: *628 - installation: *629 - organization: *630 - repository: *631 + enterprise: *629 + installation: *630 + organization: *631 + repository: *632 sender: *4 - workflow: *643 + workflow: *644 workflow_run: title: Workflow Run type: object @@ -225141,12 +225155,12 @@ webhooks: type: string enum: - requested - enterprise: *628 - installation: *629 - organization: *630 - repository: *631 + enterprise: *629 + installation: *630 + organization: *631 + repository: *632 sender: *4 - workflow: *643 + workflow: *644 workflow_run: title: Workflow Run type: object diff --git a/descriptions-next/ghec/dereferenced/ghec.2022-11-28.deref.json b/descriptions-next/ghec/dereferenced/ghec.2022-11-28.deref.json index 03b611c6bd..b98f2856b8 100644 --- a/descriptions-next/ghec/dereferenced/ghec.2022-11-28.deref.json +++ b/descriptions-next/ghec/dereferenced/ghec.2022-11-28.deref.json @@ -37107,6 +37107,27 @@ "type": "string" } }, + { + "name": "has", + "in": "query", + "description": "Filters the list of alerts based on whether the alert has a patch. If specified, only alerts with a patch will be returned.\nMultiple `has` filters can be chained to check if multiple properties are present.", + "schema": { + "oneOf": [ + { + "type": "string" + }, + { + "type": "array", + "items": { + "type": "string", + "enum": [ + "patch" + ] + } + } + ] + } + }, { "name": "scope", "in": "query", @@ -50684,7 +50705,7 @@ { "name": "advanced_security_product", "in": "query", - "description": "The security feature to get GitHub Advanced Security active committers for.", + "description": "The security product to get GitHub Advanced Security active committers for. This parameter is required if you have puchased standalone Code Scanning or Secret Protection products to specify which one you want to get the committer information for, otherwise it is not required.", "required": false, "schema": { "type": "string", @@ -123543,6 +123564,27 @@ "type": "string" } }, + { + "name": "has", + "in": "query", + "description": "Filters the list of alerts based on whether the alert has a patch. If specified, only alerts with a patch will be returned.\nMultiple `has` filters can be chained to check if multiple properties are present.", + "schema": { + "oneOf": [ + { + "type": "string" + }, + { + "type": "array", + "items": { + "type": "string", + "enum": [ + "patch" + ] + } + } + ] + } + }, { "name": "scope", "in": "query", @@ -193973,7 +194015,7 @@ { "name": "advanced_security_product", "in": "query", - "description": "The security feature to get GitHub Advanced Security active committers for.", + "description": "The security product to get GitHub Advanced Security active committers for. This parameter is required if you have puchased standalone Code Scanning or Secret Protection products to specify which one you want to get the committer information for, otherwise it is not required.", "required": false, "schema": { "type": "string", @@ -287180,7 +287222,7 @@ "/repos/{owner}/{repo}/check-runs/{check_run_id}/rerequest": { "post": { "summary": "Rerequest a check run", - "description": "Triggers GitHub to rerequest an existing check run, without pushing new code to a repository. This endpoint will trigger the [`check_run` webhook](https://docs.github.com/enterprise-cloud@latest//webhooks/event-payloads/#check_run) event with the action `rerequested`. When a check run is `rerequested`, the `status` of the check suite it belongs to is reset to `queued` and the `conclusion` is cleared. The check run itself is not updated. GitHub apps recieving the [`check_run` webhook](https://docs.github.com/enterprise-cloud@latest//webhooks/event-payloads/#check_run) with the `rerequested` action should then decide if the check run should be reset or updated and call the [update `check_run` endpoint](https://docs.github.com/enterprise-cloud@latest//rest/checks/runs#update-a-check-run) to update the check_run if desired.\n\nFor more information about how to re-run GitHub Actions jobs, see \"[Re-run a job from a workflow run](https://docs.github.com/enterprise-cloud@latest//rest/actions/workflow-runs#re-run-a-job-from-a-workflow-run)\".\n\nOAuth apps and personal access tokens (classic) cannot use this endpoint.", + "description": "Triggers GitHub to rerequest an existing check run, without pushing new code to a repository. This endpoint will trigger the [`check_run` webhook](https://docs.github.com/enterprise-cloud@latest//webhooks/event-payloads/#check_run) event with the action `rerequested`. When a check run is `rerequested`, the `status` of the check suite it belongs to is reset to `queued` and the `conclusion` is cleared. The check run itself is not updated. GitHub apps recieving the [`check_run` webhook](https://docs.github.com/enterprise-cloud@latest//webhooks/event-payloads/#check_run) with the `rerequested` action should then decide if the check run should be reset or updated and call the [update `check_run` endpoint](https://docs.github.com/enterprise-cloud@latest//rest/checks/runs#update-a-check-run) to update the check_run if desired.\n\nFor more information about how to re-run GitHub Actions jobs, see \"[Re-run a job from a workflow run](https://docs.github.com/enterprise-cloud@latest//rest/actions/workflow-runs#re-run-a-job-from-a-workflow-run)\".", "tags": [ "checks" ], @@ -296010,7 +296052,7 @@ "/repos/{owner}/{repo}/check-suites/{check_suite_id}/rerequest": { "post": { "summary": "Rerequest a check suite", - "description": "Triggers GitHub to rerequest an existing check suite, without pushing new code to a repository. This endpoint will trigger the [`check_suite` webhook](https://docs.github.com/enterprise-cloud@latest//webhooks/event-payloads/#check_suite) event with the action `rerequested`. When a check suite is `rerequested`, its `status` is reset to `queued` and the `conclusion` is cleared.\n\nOAuth apps and personal access tokens (classic) cannot use this endpoint.", + "description": "Triggers GitHub to rerequest an existing check suite, without pushing new code to a repository. This endpoint will trigger the [`check_suite` webhook](https://docs.github.com/enterprise-cloud@latest//webhooks/event-payloads/#check_suite) event with the action `rerequested`. When a check suite is `rerequested`, its `status` is reset to `queued` and the `conclusion` is cleared.", "tags": [ "checks" ], @@ -338776,6 +338818,27 @@ "type": "string" } }, + { + "name": "has", + "in": "query", + "description": "Filters the list of alerts based on whether the alert has a patch. If specified, only alerts with a patch will be returned.\nMultiple `has` filters can be chained to check if multiple properties are present.", + "schema": { + "oneOf": [ + { + "type": "string" + }, + { + "type": "array", + "items": { + "type": "string", + "enum": [ + "patch" + ] + } + } + ] + } + }, { "name": "scope", "in": "query", diff --git a/descriptions-next/ghec/dereferenced/ghec.2022-11-28.deref.yaml b/descriptions-next/ghec/dereferenced/ghec.2022-11-28.deref.yaml index 95a78bcf9c..4b72b397d4 100644 --- a/descriptions-next/ghec/dereferenced/ghec.2022-11-28.deref.yaml +++ b/descriptions-next/ghec/dereferenced/ghec.2022-11-28.deref.yaml @@ -907,7 +907,7 @@ paths: - subscriptions_url - type - url - type: &331 + type: &332 type: string description: The type of credit the user is receiving. enum: @@ -1073,7 +1073,7 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/security-advisories/global-advisories#get-a-global-security-advisory parameters: - - &650 + - &651 name: ghsa_id description: The GHSA (GitHub Security Advisory) identifier of the advisory. in: path @@ -1669,7 +1669,7 @@ paths: schema: type: integer default: 30 - - &257 + - &258 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 @@ -1685,7 +1685,7 @@ paths: application/json: schema: type: array - items: &258 + items: &259 title: Simple webhook delivery description: Delivery made by a webhook, without request and response information. @@ -1781,7 +1781,7 @@ paths: - installation_id - repository_id examples: - default: &259 + default: &260 value: - id: 12345678 guid: 0b989ba4-242f-11e5-81e1-c7b6966d2516 @@ -1813,7 +1813,7 @@ paths: application/json: schema: *3 application/scim+json: - schema: &660 + schema: &661 title: Scim Error description: Scim Error type: object @@ -1916,7 +1916,7 @@ paths: description: Response content: application/json: - schema: &260 + schema: &261 title: Webhook delivery description: Delivery made by a webhook. type: object @@ -2051,7 +2051,7 @@ paths: - request - response examples: - default: &261 + default: &262 value: id: 12345678 guid: 0b989ba4-242f-11e5-81e1-c7b6966d2516 @@ -11654,7 +11654,7 @@ paths: description: The GitHub URL of the alert resource. format: uri readOnly: true - instances_url: &446 + instances_url: &447 type: string description: The REST API URL for fetching the list of instances for an alert. @@ -11690,7 +11690,7 @@ paths: format: `YYYY-MM-DDTHH:MM:SSZ`.' format: date-time readOnly: true - dismissed_reason: &447 + dismissed_reason: &448 type: - string - 'null' @@ -11701,14 +11701,14 @@ paths: - won't fix - used in tests - - dismissed_comment: &448 + dismissed_comment: &449 type: - string - 'null' description: The dismissal comment associated with the dismissal of the alert. maxLength: 280 - rule: &449 + rule: &450 type: object properties: id: @@ -11769,7 +11769,7 @@ paths: - 'null' description: A link to the documentation for the rule used to detect the alert. - tool: &450 + tool: &451 type: object properties: name: *85 @@ -11780,15 +11780,15 @@ paths: description: The version of the tool used to generate the code scanning analysis. guid: *86 - most_recent_instance: &451 + most_recent_instance: &452 type: object properties: - ref: &444 + ref: &445 type: string description: |- The Git reference, formatted as `refs/pull//merge`, `refs/pull//head`, `refs/heads/` or simply ``. - analysis_key: &461 + analysis_key: &462 type: string description: Identifies the configuration under which the analysis was executed. For example, in GitHub Actions @@ -11799,7 +11799,7 @@ paths: the environment in which the analysis that generated this alert instance was performed, such as the language that was analyzed. - category: &462 + category: &463 type: string description: Identifies the configuration under which the analysis was executed. Used to distinguish between multiple @@ -14123,7 +14123,7 @@ paths: parent: anyOf: - type: 'null' - - &294 + - &295 title: Team Simple description: Groups of organization members that gives permissions on specified repositories. @@ -14951,6 +14951,20 @@ paths: schema: type: string - &247 + name: has + in: query + description: |- + Filters the list of alerts based on whether the alert has a patch. If specified, only alerts with a patch will be returned. + Multiple `has` filters can be chained to check if multiple properties are present. + schema: + oneOf: + - type: string + - type: array + items: + type: string + enum: + - patch + - &248 name: scope in: query description: The scope of the vulnerable dependency. If specified, only alerts @@ -14960,7 +14974,7 @@ paths: enum: - development - runtime - - &248 + - &249 name: sort in: query description: |- @@ -14978,7 +14992,7 @@ paths: - *84 - *82 - *83 - - &249 + - &250 name: first description: |- **Deprecated**. The number of results per page (max 100), starting from the first matching result. @@ -14991,7 +15005,7 @@ paths: minimum: 1 maximum: 100 default: 30 - - &250 + - &251 name: last description: |- **Deprecated**. The number of results per page (max 100), starting from the last matching result. @@ -15011,7 +15025,7 @@ paths: application/json: schema: type: array - items: &251 + items: &252 type: object description: A Dependabot alert. properties: @@ -15078,7 +15092,7 @@ paths: - direct - transitive - - security_advisory: &498 + security_advisory: &499 type: object description: Details for the GitHub Security Advisory. readOnly: true @@ -15314,7 +15328,7 @@ paths: dismissal. maxLength: 280 fixed_at: *106 - auto_dismissed_at: &499 + auto_dismissed_at: &500 type: - string - 'null' @@ -15341,7 +15355,7 @@ paths: - repository additionalProperties: false examples: - default: &252 + default: &253 value: - number: 2 state: dismissed @@ -15812,7 +15826,7 @@ paths: - name - created_on examples: - default: &341 + default: &342 value: total_count: 2 network_configurations: @@ -16035,7 +16049,7 @@ paths: url: https://docs.github.com/enterprise-cloud@latest//rest/enterprise-admin/network-configurations#get-a-hosted-compute-network-settings-resource-for-an-enterprise parameters: - *38 - - &342 + - &343 name: network_settings_id description: Unique identifier of the hosted compute network settings. in: path @@ -16047,7 +16061,7 @@ paths: description: Response content: application/json: - schema: &343 + schema: &344 title: Hosted compute network settings resource description: A hosted compute network settings resource. type: object @@ -16086,7 +16100,7 @@ paths: - subnet_id - region examples: - default: &344 + default: &345 value: id: 220F78DACB92BBFBC5E6F22DE1CCF52309D network_configuration_id: 934E208B3EE0BD60CF5F752C426BFB53562 @@ -16398,7 +16412,7 @@ paths: required: true content: application/json: - schema: &313 + schema: &314 title: Custom Property Set Payload description: Custom property set payload type: object @@ -16774,7 +16788,7 @@ paths: type: object description: A repository rule. oneOf: - - &608 + - &609 title: creation description: Only allow users with bypass permission to create matching refs. @@ -16786,7 +16800,7 @@ paths: type: string enum: - creation - - &609 + - &610 title: update description: Only allow users with bypass permission to update matching refs. @@ -16807,7 +16821,7 @@ paths: repository required: - update_allows_fetch_and_merge - - &611 + - &612 title: deletion description: Only allow users with bypass permissions to delete matching refs. @@ -16819,7 +16833,7 @@ paths: type: string enum: - deletion - - &612 + - &613 title: required_linear_history description: Prevent merge commits from being pushed to matching refs. @@ -16831,7 +16845,7 @@ paths: type: string enum: - required_linear_history - - &613 + - &614 title: merge_queue description: Merges must be performed via a merge queue. type: object @@ -16907,7 +16921,7 @@ paths: - merge_method - min_entries_to_merge - min_entries_to_merge_wait_minutes - - &614 + - &615 title: required_deployments description: Choose which environments must be successfully deployed to before refs can be pushed into a ref that matches @@ -16931,7 +16945,7 @@ paths: type: string required: - required_deployment_environments - - &615 + - &616 title: required_signatures description: Commits pushed to matching refs must have verified signatures. @@ -16943,7 +16957,7 @@ paths: type: string enum: - required_signatures - - &616 + - &617 title: pull_request description: Require all commits be made to a non-target branch and submitted via a pull request before they can be merged. @@ -17003,7 +17017,7 @@ paths: - require_last_push_approval - required_approving_review_count - required_review_thread_resolution - - &617 + - &618 title: required_status_checks description: Choose which status checks must pass before the ref is updated. When enabled, commits must first be pushed @@ -17050,7 +17064,7 @@ paths: required: - required_status_checks - strict_required_status_checks_policy - - &618 + - &619 title: non_fast_forward description: Prevent users with push access from force pushing to refs. @@ -17062,7 +17076,7 @@ paths: type: string enum: - non_fast_forward - - &619 + - &620 title: commit_message_pattern description: Parameters to be used for the commit_message_pattern rule @@ -17098,7 +17112,7 @@ paths: required: - operator - pattern - - &620 + - &621 title: commit_author_email_pattern description: Parameters to be used for the commit_author_email_pattern rule @@ -17134,7 +17148,7 @@ paths: required: - operator - pattern - - &621 + - &622 title: committer_email_pattern description: Parameters to be used for the committer_email_pattern rule @@ -17170,7 +17184,7 @@ paths: required: - operator - pattern - - &622 + - &623 title: branch_name_pattern description: Parameters to be used for the branch_name_pattern rule @@ -17206,7 +17220,7 @@ paths: required: - operator - pattern - - &623 + - &624 title: tag_name_pattern description: Parameters to be used for the tag_name_pattern rule @@ -17242,7 +17256,7 @@ paths: required: - operator - pattern - - &624 + - &625 title: file_path_restriction description: Prevent commits that include changes in specified file and folder paths from being pushed to the commit graph. @@ -17266,7 +17280,7 @@ paths: type: string required: - restricted_file_paths - - &625 + - &626 title: max_file_path_length description: Prevent commits that include file paths that exceed the specified character limit from being pushed to the commit @@ -17290,7 +17304,7 @@ paths: maximum: 256 required: - max_file_path_length - - &626 + - &627 title: file_extension_restriction description: Prevent commits that include files with specified file extensions from being pushed to the commit graph. @@ -17313,7 +17327,7 @@ paths: type: string required: - restricted_file_extensions - - &627 + - &628 title: max_file_size description: Prevent commits with individual files that exceed the specified limit from being pushed to the commit graph. @@ -17337,7 +17351,7 @@ paths: maximum: 100 required: - max_file_size - - &628 + - &629 title: workflows description: Require all changes made to a targeted branch to pass the specified workflows before they can be merged. @@ -17386,7 +17400,7 @@ paths: - repository_id required: - workflows - - &629 + - &630 title: code_scanning description: Choose which tools must provide code scanning results before the reference is updated. When configured, code scanning @@ -17543,7 +17557,7 @@ paths: conditions: anyOf: - *117 - - &318 + - &319 title: Organization ruleset conditions type: object description: |- @@ -17827,7 +17841,7 @@ paths: type: string format: date-time examples: - default: &320 + default: &321 value: - version_id: 3 actor: @@ -17880,7 +17894,7 @@ paths: description: Response content: application/json: - schema: &321 + schema: &322 allOf: - *127 - type: object @@ -17935,7 +17949,7 @@ paths: url: https://docs.github.com/enterprise-cloud@latest//rest/secret-scanning/secret-scanning#list-secret-scanning-alerts-for-an-enterprise parameters: - *38 - - &322 + - &323 name: state in: query description: Set to `open` or `resolved` to only list secret scanning alerts @@ -17946,7 +17960,7 @@ paths: enum: - open - resolved - - &323 + - &324 name: secret_type in: query description: A comma-separated list of secret types to return. All default @@ -17956,7 +17970,7 @@ paths: required: false schema: type: string - - &324 + - &325 name: resolution in: query description: A comma-separated list of resolutions. Only secret scanning alerts @@ -17965,7 +17979,7 @@ paths: required: false schema: type: string - - &325 + - &326 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. @@ -17981,7 +17995,7 @@ paths: - *17 - *82 - *83 - - &326 + - &327 name: validity in: query description: A comma-separated list of validities that, when present, will @@ -17990,7 +18004,7 @@ paths: required: false schema: type: string - - &327 + - &328 name: is_publicly_leaked in: query description: A boolean value representing whether or not to filter alerts @@ -17999,7 +18013,7 @@ paths: schema: type: boolean default: false - - &328 + - &329 name: is_multi_repo in: query description: A boolean value representing whether or not to filter alerts @@ -18015,7 +18029,7 @@ paths: application/json: schema: type: array - items: &329 + items: &330 type: object properties: number: *96 @@ -18031,14 +18045,14 @@ paths: format: uri description: The REST API URL of the code locations for this alert. - state: &642 + state: &643 description: Sets the state of the secret scanning alert. You must provide `resolution` when you set the state to `resolved`. type: string enum: - open - resolved - resolution: &643 + resolution: &644 type: - string - 'null' @@ -18143,7 +18157,7 @@ paths: description: A boolean value representing whether or not alert is base64 encoded examples: - default: &330 + default: &331 value: - number: 2 created_at: '2020-11-06T18:48:51Z' @@ -18409,7 +18423,7 @@ paths: description: Response content: application/json: - schema: &332 + schema: &333 type: object properties: total_minutes_used: @@ -18479,7 +18493,7 @@ paths: - included_minutes - minutes_used_breakdown examples: - default: &333 + default: &334 value: total_minutes_used: 305 total_paid_minutes_used: 0 @@ -18510,11 +18524,13 @@ paths: url: https://docs.github.com/enterprise-cloud@latest//rest/enterprise-admin/billing#get-github-advanced-security-active-committers-for-an-enterprise parameters: - *38 - - &334 + - &335 name: advanced_security_product in: query - description: The security feature to get GitHub Advanced Security active committers - for. + description: The security product to get GitHub Advanced Security active committers + for. This parameter is required if you have puchased standalone Code Scanning + or Secret Protection products to specify which one you want to get the committer + information for, otherwise it is not required. required: false schema: type: string @@ -18528,7 +18544,7 @@ paths: description: Success content: application/json: - schema: &335 + schema: &336 type: object properties: total_advanced_security_committers: @@ -18591,7 +18607,7 @@ paths: required: - repositories examples: - default: &336 + default: &337 value: total_advanced_security_committers: 2 total_count: 2 @@ -18831,7 +18847,7 @@ paths: description: Response content: application/json: - schema: &337 + schema: &338 type: object properties: total_gigabytes_bandwidth_used: @@ -18849,7 +18865,7 @@ paths: - total_paid_gigabytes_bandwidth_used - included_gigabytes_bandwidth examples: - default: &338 + default: &339 value: total_gigabytes_bandwidth_used: 50 total_paid_gigabytes_bandwidth_used: 40 @@ -18884,7 +18900,7 @@ paths: description: Response content: application/json: - schema: &339 + schema: &340 type: object properties: days_left_in_billing_cycle: @@ -18902,7 +18918,7 @@ paths: - estimated_paid_storage_for_month - estimated_storage_for_month examples: - default: &340 + default: &341 value: days_left_in_billing_cycle: 20 estimated_paid_storage_for_month: 15 @@ -19389,7 +19405,7 @@ paths: milestone: anyOf: - type: 'null' - - &486 + - &487 title: Milestone description: A collection of related issues and pull requests. @@ -19561,7 +19577,7 @@ paths: timeline_url: type: string format: uri - type: &279 + type: &280 title: Issue Type description: The type of issue. type: @@ -19706,7 +19722,7 @@ paths: - author_association - created_at - updated_at - comment: &548 + comment: &549 title: Issue Comment description: Comments provide a way for people to collaborate on an issue. @@ -20281,7 +20297,7 @@ paths: url: type: string format: uri - user: &699 + user: &700 title: Public User description: Public User type: object @@ -22176,7 +22192,7 @@ paths: - closed - all default: open - - &282 + - &283 name: labels description: 'A list of comma separated label names. Example: `bug,ui,@high`' in: query @@ -22227,7 +22243,7 @@ paths: type: array items: *147 examples: - default: &283 + default: &284 value: - id: 1 node_id: MDU6SXNzdWUx @@ -23638,14 +23654,14 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/activity/events#list-public-events-for-a-network-of-repositories parameters: - - &364 + - &365 name: owner description: The account owner of the repository. The name is not case sensitive. in: path required: true schema: type: string - - &365 + - &366 name: repo description: The name of the repository without the `.git` extension. The name is not case sensitive. @@ -23716,7 +23732,7 @@ paths: '404': *6 '403': *27 '304': *35 - '301': &378 + '301': &379 description: Moved permanently content: application/json: @@ -23738,7 +23754,7 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/activity/notifications#list-notifications-for-the-authenticated-user parameters: - - &577 + - &578 name: all description: If `true`, show notifications marked as read. in: query @@ -23746,7 +23762,7 @@ paths: schema: type: boolean default: false - - &578 + - &579 name: participating description: If `true`, only shows notifications in which the user is directly participating or mentioned. @@ -23756,7 +23772,7 @@ paths: type: boolean default: false - *137 - - &579 + - &580 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: @@ -24127,7 +24143,7 @@ paths: type: boolean examples: - false - security_and_analysis: &315 + security_and_analysis: &316 type: - object - 'null' @@ -24290,7 +24306,7 @@ paths: - url - subscription_url examples: - default: &580 + default: &581 value: - id: '1' repository: @@ -24843,7 +24859,7 @@ paths: type: array items: *56 examples: - default: &716 + default: &717 value: - login: github id: 1 @@ -25846,7 +25862,7 @@ paths: type: integer repository_cache_usages: type: array - items: &383 + items: &384 title: Actions Cache Usage by repository description: GitHub Actions Cache Usage by repository. type: object @@ -26519,7 +26535,7 @@ paths: type: array items: *61 examples: - default: &710 + default: &711 value: total_count: 1 repositories: @@ -27342,7 +27358,7 @@ paths: type: array items: *189 examples: - default: &702 + default: &703 value: total_count: 1 repositories: @@ -28385,7 +28401,7 @@ paths: description: Response content: application/json: - schema: &403 + schema: &404 title: ActionsPublicKey description: The public key used for setting Actions Secrets. type: object @@ -28420,7 +28436,7 @@ paths: - key_id - key examples: - default: &404 + default: &405 value: key_id: '012345678912345678' key: 2Sg8iYjAxxmI2LvUXpJjkYrMxURPc8r+dB7TJyvv1234 @@ -28833,7 +28849,7 @@ paths: url: https://docs.github.com/enterprise-cloud@latest//rest/actions/variables#list-organization-variables parameters: - *163 - - &388 + - &389 name: per_page description: The number of results per page (max 30). For more information, see "[Using pagination in the REST API](https://docs.github.com/enterprise-cloud@latest//rest/using-the-rest-api/using-pagination-in-the-rest-api)." @@ -29451,7 +29467,7 @@ paths: bundle_url: type: string examples: - default: &417 + default: &418 value: attestations: - bundle: @@ -29620,7 +29636,7 @@ paths: type: array items: *4 examples: - default: &284 + default: &285 value: - login: octocat id: 1 @@ -29798,7 +29814,7 @@ paths: application/json: schema: type: array - items: &434 + items: &435 title: Secret scanning bypass request description: A bypass request made by a user asking to be exempted from push protection in this repository. @@ -29929,7 +29945,7 @@ paths: examples: - https://github.com/octo-org/smile/exemptions/1 examples: - default: &435 + default: &436 value: - id: 21 number: 42 @@ -30586,7 +30602,7 @@ paths: be returned. in: query required: false - schema: &445 + schema: &446 type: string description: Severity of a code scanning alert. enum: @@ -31564,7 +31580,7 @@ paths: type: integer codespaces: type: array - items: &285 + items: &286 type: object title: Codespace description: A codespace. @@ -31599,7 +31615,7 @@ paths: machine: anyOf: - type: 'null' - - &474 + - &475 type: object title: Codespace machine description: A description of the machine powering a codespace. @@ -31886,7 +31902,7 @@ paths: - pulls_url - recent_folders examples: - default: &286 + default: &287 value: total_count: 3 codespaces: @@ -32551,7 +32567,7 @@ paths: - updated_at - visibility examples: - default: &475 + default: &476 value: total_count: 2 secrets: @@ -32589,7 +32605,7 @@ paths: description: Response content: application/json: - schema: &476 + schema: &477 title: CodespacesPublicKey description: The public key used for setting Codespaces secrets. type: object @@ -32624,7 +32640,7 @@ paths: - key_id - key examples: - default: &477 + default: &478 value: key_id: '012345678912345678' key: 2Sg8iYjAxxmI2LvUXpJjkYrMxURPc8r+dB7TJyvv1234 @@ -32656,7 +32672,7 @@ paths: application/json: schema: *234 examples: - default: &479 + default: &480 value: name: GH_TOKEN created_at: '2019-08-10T14:59:22Z' @@ -34218,11 +34234,12 @@ paths: - *246 - *247 - *248 + - *249 - *84 - *82 - *83 - - *249 - *250 + - *251 - *17 responses: '200': @@ -34231,9 +34248,9 @@ paths: application/json: schema: type: array - items: *251 + items: *252 examples: - default: *252 + default: *253 '304': *35 '400': *14 '403': *27 @@ -34277,7 +34294,7 @@ paths: type: integer secrets: type: array - items: &253 + items: &254 title: Dependabot Secret for an Organization description: Secrets for GitHub Dependabot for an organization. type: object @@ -34356,7 +34373,7 @@ paths: description: Response content: application/json: - schema: &502 + schema: &503 title: DependabotPublicKey description: The public key used for setting Dependabot Secrets. type: object @@ -34375,7 +34392,7 @@ paths: - key_id - key examples: - default: &503 + default: &504 value: key_id: '012345678912345678' key: 2Sg8iYjAxxmI2LvUXpJjkYrMxURPc8r+dB7TJyvv1234 @@ -34405,7 +34422,7 @@ paths: description: Response content: application/json: - schema: *253 + schema: *254 examples: default: value: @@ -34705,7 +34722,7 @@ paths: - *212 - *213 - *214 - - &511 + - &512 name: request_status description: The status of the dismissal request to filter on. When specified, only requests with this status will be returned. @@ -34731,7 +34748,7 @@ paths: application/json: schema: type: array - items: &512 + items: &513 title: Secret scanning alert dismissal request description: A dismissal request made by a user asking to close a secret scanning alert in this repository. @@ -34849,7 +34866,7 @@ paths: examples: - https://github.com/octo-org/smile/security/secret-scanning/17 examples: - default: &513 + default: &514 value: - id: 21 number: 42 @@ -34936,7 +34953,7 @@ paths: application/json: schema: type: array - items: &296 + items: &297 title: Package description: A software package type: object @@ -35007,7 +35024,7 @@ paths: - created_at - updated_at examples: - default: &297 + default: &298 value: - id: 197 name: hello_docker @@ -35191,7 +35208,7 @@ paths: description: Response content: application/json: - schema: &359 + schema: &360 title: ExternalGroup description: Information about an external group's usage and its members type: object @@ -35281,7 +35298,7 @@ paths: member_name: Octo Lisa member_email: octo_lisa@github.com examples: - default: &360 + default: &361 value: group_id: '123' group_name: Octocat admins @@ -35336,7 +35353,7 @@ paths: description: Response content: application/json: - schema: &357 + schema: &358 title: ExternalGroups description: A list of external groups available to be connected to a team @@ -35376,7 +35393,7 @@ paths: group_name: group-azuread-test2 updated_at: 2021-06-03 22:27:15:000 -700 examples: - default: &358 + default: &359 value: groups: - group_id: '123' @@ -35420,7 +35437,7 @@ paths: application/json: schema: type: array - items: &276 + items: &277 title: Organization Invitation description: Organization Invitation type: object @@ -35474,7 +35491,7 @@ paths: - invitation_teams_url - node_id examples: - default: &277 + default: &278 value: - id: 1 login: monalisa @@ -35541,7 +35558,7 @@ paths: application/json: schema: type: array - items: &316 + items: &317 title: Repository Fine-Grained Permission description: A fine-grained permission that protects repository resources. @@ -35555,7 +35572,7 @@ paths: - name - description examples: - default: &317 + default: &318 value: - name: add_assignee description: Assign or remove a user @@ -35596,7 +35613,7 @@ paths: application/json: schema: type: array - items: &254 + items: &255 title: Org Hook description: Org Hook type: object @@ -35779,9 +35796,9 @@ paths: description: Response content: application/json: - schema: *254 + schema: *255 examples: - default: &255 + default: &256 value: id: 1 url: https://api.github.com/orgs/octocat/hooks/1 @@ -35826,7 +35843,7 @@ paths: url: https://docs.github.com/enterprise-cloud@latest//rest/orgs/webhooks#get-an-organization-webhook parameters: - *163 - - &256 + - &257 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. @@ -35839,9 +35856,9 @@ paths: description: Response content: application/json: - schema: *254 + schema: *255 examples: - default: *255 + default: *256 '404': *6 x-github: githubCloudOnly: false @@ -35863,7 +35880,7 @@ paths: url: https://docs.github.com/enterprise-cloud@latest//rest/orgs/webhooks#update-an-organization-webhook parameters: - *163 - - *256 + - *257 requestBody: required: false content: @@ -35909,7 +35926,7 @@ paths: description: Response content: application/json: - schema: *254 + schema: *255 examples: default: value: @@ -35949,7 +35966,7 @@ paths: url: https://docs.github.com/enterprise-cloud@latest//rest/orgs/webhooks#delete-an-organization-webhook parameters: - *163 - - *256 + - *257 responses: '204': description: Response @@ -35975,7 +35992,7 @@ paths: url: https://docs.github.com/enterprise-cloud@latest//rest/orgs/webhooks#get-a-webhook-configuration-for-an-organization parameters: - *163 - - *256 + - *257 responses: '200': description: Response @@ -36004,7 +36021,7 @@ paths: url: https://docs.github.com/enterprise-cloud@latest//rest/orgs/webhooks#update-a-webhook-configuration-for-an-organization parameters: - *163 - - *256 + - *257 requestBody: required: false content: @@ -36053,9 +36070,9 @@ paths: url: https://docs.github.com/enterprise-cloud@latest//rest/orgs/webhooks#list-deliveries-for-an-organization-webhook parameters: - *163 - - *256 - - *17 - *257 + - *17 + - *258 responses: '200': description: Response @@ -36063,9 +36080,9 @@ paths: application/json: schema: type: array - items: *258 + items: *259 examples: - default: *259 + default: *260 '400': *14 '422': *15 x-github: @@ -36089,16 +36106,16 @@ paths: url: https://docs.github.com/enterprise-cloud@latest//rest/orgs/webhooks#get-a-webhook-delivery-for-an-organization-webhook parameters: - *163 - - *256 + - *257 - *16 responses: '200': description: Response content: application/json: - schema: *260 + schema: *261 examples: - default: *261 + default: *262 '400': *14 '422': *15 x-github: @@ -36122,7 +36139,7 @@ paths: url: https://docs.github.com/enterprise-cloud@latest//rest/orgs/webhooks#redeliver-a-delivery-for-an-organization-webhook parameters: - *163 - - *256 + - *257 - *16 responses: '202': *93 @@ -36149,7 +36166,7 @@ paths: url: https://docs.github.com/enterprise-cloud@latest//rest/orgs/webhooks#ping-an-organization-webhook parameters: - *163 - - *256 + - *257 responses: '204': description: Response @@ -36172,7 +36189,7 @@ paths: url: https://docs.github.com/enterprise-cloud@latest//rest/orgs/api-insights#get-route-stats-by-actor parameters: - *163 - - &266 + - &267 name: actor_type in: path description: The type of the actor @@ -36185,14 +36202,14 @@ paths: - fine_grained_pat - oauth_app - github_app_user_to_server - - &267 + - &268 name: actor_id in: path description: The ID of the actor required: true schema: type: integer - - &262 + - &263 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`.' @@ -36200,7 +36217,7 @@ paths: required: true schema: type: string - - &263 + - &264 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) @@ -36295,12 +36312,12 @@ paths: url: https://docs.github.com/enterprise-cloud@latest//rest/orgs/api-insights#get-subject-stats parameters: - *163 - - *262 - *263 + - *264 - *19 - *17 - *84 - - &272 + - &273 name: sort description: The property to sort the results by. in: query @@ -36380,14 +36397,14 @@ paths: url: https://docs.github.com/enterprise-cloud@latest//rest/orgs/api-insights#get-summary-stats parameters: - *163 - - *262 - *263 + - *264 responses: '200': description: Response content: application/json: - schema: &264 + schema: &265 title: Summary Stats description: API Insights usage summary stats for an organization type: object @@ -36403,7 +36420,7 @@ paths: type: integer format: int64 examples: - default: &265 + default: &266 value: total_request_count: 34225 rate_limited_request_count: 23 @@ -36424,23 +36441,23 @@ paths: url: https://docs.github.com/enterprise-cloud@latest//rest/orgs/api-insights#get-summary-stats-by-user parameters: - *163 - - &268 + - &269 name: user_id in: path description: The ID of the user to query for stats required: true schema: type: string - - *262 - *263 + - *264 responses: '200': description: Response content: application/json: - schema: *264 + schema: *265 examples: - default: *265 + default: *266 x-github: enabledForGitHubApps: true category: orgs @@ -36459,18 +36476,18 @@ paths: url: https://docs.github.com/enterprise-cloud@latest//rest/orgs/api-insights#get-summary-stats-by-actor parameters: - *163 - - *262 - *263 - - *266 + - *264 - *267 + - *268 responses: '200': description: Response content: application/json: - schema: *264 + schema: *265 examples: - default: *265 + default: *266 x-github: enabledForGitHubApps: true category: orgs @@ -36488,9 +36505,9 @@ paths: url: https://docs.github.com/enterprise-cloud@latest//rest/orgs/api-insights#get-time-stats parameters: - *163 - - *262 - *263 - - &269 + - *264 + - &270 name: timestamp_increment description: The increment of time used to breakdown the query results (5m, 10m, 1h, etc.) @@ -36503,7 +36520,7 @@ paths: description: Response content: application/json: - schema: &270 + schema: &271 title: Time Stats description: API Insights usage time stats for an organization type: array @@ -36519,7 +36536,7 @@ paths: type: integer format: int64 examples: - default: &271 + default: &272 value: - timestamp: '2024-09-11T15:00:00Z' total_request_count: 34225 @@ -36556,18 +36573,18 @@ paths: url: https://docs.github.com/enterprise-cloud@latest//rest/orgs/api-insights#get-time-stats-by-user parameters: - *163 - - *268 - - *262 - - *263 - *269 + - *263 + - *264 + - *270 responses: '200': description: Response content: application/json: - schema: *270 + schema: *271 examples: - default: *271 + default: *272 x-github: enabledForGitHubApps: true category: orgs @@ -36585,19 +36602,19 @@ paths: url: https://docs.github.com/enterprise-cloud@latest//rest/orgs/api-insights#get-time-stats-by-actor parameters: - *163 - - *266 - *267 - - *262 + - *268 - *263 - - *269 + - *264 + - *270 responses: '200': description: Response content: application/json: - schema: *270 + schema: *271 examples: - default: *271 + default: *272 x-github: enabledForGitHubApps: true category: orgs @@ -36615,13 +36632,13 @@ paths: url: https://docs.github.com/enterprise-cloud@latest//rest/orgs/api-insights#get-user-stats parameters: - *163 - - *268 - - *262 + - *269 - *263 + - *264 - *19 - *17 - *84 - - *272 + - *273 - name: actor_name_substring in: query description: Providing a substring will filter results where the actor name @@ -36705,7 +36722,7 @@ paths: application/json: schema: *20 examples: - default: &544 + default: &545 value: id: 1 account: @@ -36871,12 +36888,12 @@ paths: application/json: schema: anyOf: - - &274 + - &275 title: Interaction Limits description: Interaction limit settings. type: object properties: - limit: &273 + limit: &274 type: string description: The type of GitHub user that can comment, open issues, or create pull requests while the interaction limit @@ -36904,7 +36921,7 @@ paths: properties: {} additionalProperties: false examples: - default: &275 + default: &276 value: limit: collaborators_only origin: organization @@ -36933,13 +36950,13 @@ paths: required: true content: application/json: - schema: &545 + schema: &546 title: Interaction Restrictions description: Limit interactions to a specific type of user for a specified duration type: object properties: - limit: *273 + limit: *274 expiry: type: string description: 'The duration of the interaction restriction. Default: @@ -36964,9 +36981,9 @@ paths: description: Response content: application/json: - schema: *274 + schema: *275 examples: - default: *275 + default: *276 '422': *15 x-github: githubCloudOnly: false @@ -37044,9 +37061,9 @@ paths: application/json: schema: type: array - items: *276 + items: *277 examples: - default: *277 + default: *278 headers: Link: *37 '404': *6 @@ -37124,7 +37141,7 @@ paths: description: Response content: application/json: - schema: *276 + schema: *277 examples: default: value: @@ -37181,7 +37198,7 @@ paths: url: https://docs.github.com/enterprise-cloud@latest//rest/orgs/members#cancel-an-organization-invitation parameters: - *163 - - &278 + - &279 name: invitation_id description: The unique identifier of the invitation. in: path @@ -37215,7 +37232,7 @@ paths: url: https://docs.github.com/enterprise-cloud@latest//rest/orgs/members#list-organization-invitation-teams parameters: - *163 - - *278 + - *279 - *17 - *19 responses: @@ -37227,7 +37244,7 @@ paths: type: array items: *220 examples: - default: &295 + default: &296 value: - id: 1 node_id: MDQ6VGVhbTE= @@ -37270,7 +37287,7 @@ paths: application/json: schema: type: array - items: *279 + items: *280 examples: default: value: @@ -37358,9 +37375,9 @@ paths: description: Response content: application/json: - schema: *279 + schema: *280 examples: - default: &280 + default: &281 value: id: 410 node_id: IT_kwDNAd3NAZo @@ -37393,7 +37410,7 @@ paths: url: https://docs.github.com/enterprise-cloud@latest//rest/orgs/issue-types#update-issue-type-for-an-organization parameters: - *163 - - &281 + - &282 name: issue_type_id description: The unique identifier of the issue type. in: path @@ -37449,9 +37466,9 @@ paths: description: Response content: application/json: - schema: *279 + schema: *280 examples: - default: *280 + default: *281 '404': *6 '422': *7 x-github: @@ -37476,7 +37493,7 @@ paths: url: https://docs.github.com/enterprise-cloud@latest//rest/orgs/issue-types#delete-issue-type-for-an-organization parameters: - *163 - - *281 + - *282 responses: '204': description: Response @@ -37539,7 +37556,7 @@ paths: - closed - all default: open - - *282 + - *283 - name: type description: Can be the name of an issue type. in: query @@ -37570,7 +37587,7 @@ paths: type: array items: *147 examples: - default: *283 + default: *284 headers: Link: *37 '404': *6 @@ -37628,7 +37645,7 @@ paths: type: array items: *4 examples: - default: *284 + default: *285 headers: Link: *37 '422': *15 @@ -37724,9 +37741,9 @@ paths: type: integer codespaces: type: array - items: *285 + items: *286 examples: - default: *286 + default: *287 '304': *35 '500': *95 '401': *23 @@ -37753,7 +37770,7 @@ paths: parameters: - *163 - *211 - - &287 + - &288 name: codespace_name in: path required: true @@ -37788,15 +37805,15 @@ paths: parameters: - *163 - *211 - - *287 + - *288 responses: '200': description: Response content: application/json: - schema: *285 + schema: *286 examples: - default: &473 + default: &474 value: id: 1 name: monalisa-octocat-hello-world-g4wpq6h95q @@ -38051,7 +38068,7 @@ paths: description: Response content: application/json: - schema: &288 + schema: &289 title: Org Membership description: Org Membership type: object @@ -38104,7 +38121,7 @@ paths: - organization - user examples: - response-if-user-has-an-active-admin-membership-with-organization: &289 + response-if-user-has-an-active-admin-membership-with-organization: &290 summary: Response if user has an active admin membership with organization value: url: https://api.github.com/orgs/octocat/memberships/defunkt @@ -38201,9 +38218,9 @@ paths: description: Response content: application/json: - schema: *288 + schema: *289 examples: - response-if-user-already-had-membership-with-organization: *289 + response-if-user-already-had-membership-with-organization: *290 '422': *15 '403': *27 x-github: @@ -38272,7 +38289,7 @@ paths: application/json: schema: type: array - items: &290 + items: &291 title: Migration description: A migration. type: object @@ -38610,7 +38627,7 @@ paths: description: Response content: application/json: - schema: *290 + schema: *291 examples: default: value: @@ -38789,7 +38806,7 @@ paths: url: https://docs.github.com/enterprise-cloud@latest//rest/migrations/orgs#get-an-organization-migration-status parameters: - *163 - - &291 + - &292 name: migration_id description: The unique identifier of the migration. in: path @@ -38817,7 +38834,7 @@ paths: * `failed`, which means the migration failed. content: application/json: - schema: *290 + schema: *291 examples: default: value: @@ -38987,7 +39004,7 @@ paths: url: https://docs.github.com/enterprise-cloud@latest//rest/migrations/orgs#download-an-organization-migration-archive parameters: - *163 - - *291 + - *292 responses: '302': description: Response @@ -39009,7 +39026,7 @@ paths: url: https://docs.github.com/enterprise-cloud@latest//rest/migrations/orgs#delete-an-organization-migration-archive parameters: - *163 - - *291 + - *292 responses: '204': description: Response @@ -39033,8 +39050,8 @@ paths: url: https://docs.github.com/enterprise-cloud@latest//rest/migrations/orgs#unlock-an-organization-repository parameters: - *163 - - *291 - - &715 + - *292 + - &716 name: repo_name description: repo_name parameter in: path @@ -39062,7 +39079,7 @@ paths: url: https://docs.github.com/enterprise-cloud@latest//rest/migrations/orgs#list-repositories-in-an-organization-migration parameters: - *163 - - *291 + - *292 - *17 - *19 responses: @@ -39074,7 +39091,7 @@ paths: type: array items: *189 examples: - default: &302 + default: &303 value: - id: 1296269 node_id: MDEwOlJlcG9zaXRvcnkxMjk2MjY5 @@ -39283,7 +39300,7 @@ paths: roles: type: array description: The list of organization roles available to the organization. - items: &292 + items: &293 title: Organization Role description: Organization roles type: object @@ -39492,7 +39509,7 @@ paths: description: Response content: application/json: - schema: *292 + schema: *293 examples: default: value: @@ -39544,7 +39561,7 @@ paths: url: https://docs.github.com/enterprise-cloud@latest//rest/orgs/organization-roles#remove-all-organization-roles-for-a-team parameters: - *163 - - &293 + - &294 name: team_slug description: The slug of the team name. in: path @@ -39576,7 +39593,7 @@ paths: url: https://docs.github.com/enterprise-cloud@latest//rest/orgs/organization-roles#assign-an-organization-role-to-a-team parameters: - *163 - - *293 + - *294 - *239 responses: '204': @@ -39607,7 +39624,7 @@ paths: url: https://docs.github.com/enterprise-cloud@latest//rest/orgs/organization-roles#remove-an-organization-role-from-a-team parameters: - *163 - - *293 + - *294 - *239 responses: '204': @@ -39728,7 +39745,7 @@ paths: description: Response content: application/json: - schema: *292 + schema: *293 examples: default: value: @@ -39825,7 +39842,7 @@ paths: description: Response content: application/json: - schema: *292 + schema: *293 examples: default: value: @@ -39984,7 +40001,7 @@ paths: parent: anyOf: - type: 'null' - - *294 + - *295 required: - id - node_id @@ -39998,7 +40015,7 @@ paths: - slug - parent examples: - default: *295 + default: *296 headers: Link: *37 '404': @@ -40057,7 +40074,7 @@ paths: inherited_from: description: Team the user has gotten the role through type: array - items: *294 + items: *295 name: type: - string @@ -40174,7 +40191,7 @@ paths: - type - url examples: - default: *284 + default: *285 headers: Link: *37 '404': @@ -40222,7 +40239,7 @@ paths: type: array items: *4 examples: - default: *284 + default: *285 headers: Link: *37 x-github: @@ -40364,7 +40381,7 @@ paths: - nuget - container - *163 - - &717 + - &718 name: visibility description: |- The selected visibility of the packages. This parameter is optional and only filters an existing result set. @@ -40400,12 +40417,12 @@ paths: application/json: schema: type: array - items: *296 + items: *297 examples: - default: *297 + default: *298 '403': *27 '401': *23 - '400': &719 + '400': &720 description: The value of `per_page` multiplied by `page` cannot be greater than 10000. x-github: @@ -40427,7 +40444,7 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/packages/packages#get-a-package-for-an-organization parameters: - - &298 + - &299 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 @@ -40445,7 +40462,7 @@ paths: - docker - nuget - container - - &299 + - &300 name: package_name description: The name of the package. in: path @@ -40458,7 +40475,7 @@ paths: description: Response content: application/json: - schema: *296 + schema: *297 examples: default: value: @@ -40510,8 +40527,8 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/packages/packages#delete-a-package-for-an-organization parameters: - - *298 - *299 + - *300 - *163 responses: '204': @@ -40544,8 +40561,8 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/packages/packages#restore-a-package-for-an-organization parameters: - - *298 - *299 + - *300 - *163 - name: token description: package token @@ -40578,8 +40595,8 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/packages/packages#list-package-versions-for-a-package-owned-by-an-organization parameters: - - *298 - *299 + - *300 - *163 - *19 - *17 @@ -40600,7 +40617,7 @@ paths: application/json: schema: type: array - items: &300 + items: &301 title: Package Version description: A version of a software package type: object @@ -40735,10 +40752,10 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/packages/packages#get-a-package-version-for-an-organization parameters: - - *298 - *299 + - *300 - *163 - - &301 + - &302 name: package_version_id description: Unique identifier of the package version. in: path @@ -40750,7 +40767,7 @@ paths: description: Response content: application/json: - schema: *300 + schema: *301 examples: default: value: @@ -40786,10 +40803,10 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/packages/packages#delete-package-version-for-an-organization parameters: - - *298 - *299 + - *300 - *163 - - *301 + - *302 responses: '204': description: Response @@ -40821,10 +40838,10 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/packages/packages#restore-package-version-for-an-organization parameters: - - *298 - *299 + - *300 - *163 - - *301 + - *302 responses: '204': description: Response @@ -40854,7 +40871,7 @@ paths: - *163 - *17 - *19 - - &303 + - &304 name: sort description: The property by which to sort the results. in: query @@ -40865,7 +40882,7 @@ paths: - created_at default: created_at - *84 - - &304 + - &305 name: owner description: A list of owner usernames to use to filter the results. in: query @@ -40877,7 +40894,7 @@ paths: type: string examples: - owner[]=octocat1,owner[]=octocat2 - - &305 + - &306 name: repository description: The name of the repository to use to filter the results. in: query @@ -40886,7 +40903,7 @@ paths: type: string examples: - Hello-World - - &306 + - &307 name: permission description: The permission to use to filter the results. in: query @@ -40895,7 +40912,7 @@ paths: type: string examples: - issues_read - - &307 + - &308 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) @@ -40905,7 +40922,7 @@ paths: schema: type: string format: date-time - - &308 + - &309 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) @@ -40915,7 +40932,7 @@ paths: schema: type: string format: date-time - - &309 + - &310 name: token_id description: The ID of the token in: query @@ -41234,7 +41251,7 @@ paths: type: array items: *189 examples: - default: *302 + default: *303 headers: Link: *37 x-github: @@ -41260,14 +41277,14 @@ paths: - *163 - *17 - *19 - - *303 - - *84 - *304 + - *84 - *305 - *306 - *307 - *308 - *309 + - *310 responses: '500': *95 '422': *15 @@ -41551,7 +41568,7 @@ paths: type: array items: *189 examples: - default: *302 + default: *303 headers: Link: *37 x-github: @@ -41593,7 +41610,7 @@ paths: type: integer configurations: type: array - items: &310 + items: &311 title: Organization private registry description: Private registry configuration for an organization type: object @@ -41803,7 +41820,7 @@ paths: - created_at - updated_at examples: - org-private-registry-with-selected-visibility: &311 + org-private-registry-with-selected-visibility: &312 value: name: MAVEN_REPOSITORY_SECRET registry_type: maven_repository @@ -41901,9 +41918,9 @@ paths: description: The specified private registry configuration for the organization content: application/json: - schema: *310 + schema: *311 examples: - default: *311 + default: *312 '404': *6 x-github: githubCloudOnly: false @@ -42050,7 +42067,7 @@ paths: application/json: schema: type: array - items: &312 + items: &313 title: Project description: Projects are a way to organize columns and cards of work. @@ -42232,7 +42249,7 @@ paths: description: Response content: application/json: - schema: *312 + schema: *313 examples: default: value: @@ -42270,7 +42287,7 @@ paths: '401': *23 '403': *27 '404': *6 - '410': &375 + '410': &376 description: Gone content: application/json: @@ -42436,7 +42453,7 @@ paths: required: true content: application/json: - schema: *313 + schema: *314 examples: default: value: @@ -42542,7 +42559,7 @@ paths: - octocat/Hello-World properties: type: array - items: &314 + items: &315 title: Custom Property Value description: Custom property name and associated value type: object @@ -42632,7 +42649,7 @@ paths: type: array description: List of custom property names and associated values to apply to the repositories. - items: *314 + items: *315 required: - repository_names - properties @@ -42685,7 +42702,7 @@ paths: type: array items: *4 examples: - default: *284 + default: *285 headers: Link: *37 x-github: @@ -42825,7 +42842,7 @@ paths: type: array items: *189 examples: - default: *302 + default: *303 headers: Link: *37 x-github: @@ -43029,7 +43046,7 @@ paths: description: Response content: application/json: - schema: &377 + schema: &378 title: Full Repository description: Full Repository type: object @@ -43494,7 +43511,7 @@ paths: description: Whether anonymous git access is allowed. default: true type: boolean - code_of_conduct: &492 + code_of_conduct: &493 title: Code Of Conduct Simple description: Code of Conduct Simple type: object @@ -43524,7 +43541,7 @@ paths: - key - name - html_url - security_and_analysis: *315 + security_and_analysis: *316 custom_properties: type: object description: The custom properties that were defined for the repository. @@ -43608,7 +43625,7 @@ paths: - network_count - subscribers_count examples: - default: &379 + default: &380 value: id: 1296269 node_id: MDEwOlJlcG9zaXRvcnkxMjk2MjY5 @@ -44134,9 +44151,9 @@ paths: application/json: schema: type: array - items: *316 + items: *317 examples: - default: *317 + default: *318 x-github: githubCloudOnly: true enabledForGitHubApps: true @@ -44161,7 +44178,7 @@ paths: - *163 - *17 - *19 - - &630 + - &631 name: targets description: | A comma-separated list of rule targets to filter by. @@ -44253,7 +44270,7 @@ paths: type: array description: The actors that can bypass the rules in this ruleset items: *122 - conditions: *318 + conditions: *319 rules: type: array description: An array of rules within the ruleset. @@ -44297,7 +44314,7 @@ paths: application/json: schema: *124 examples: - default: &319 + default: &320 value: id: 21 name: super cool ruleset @@ -44352,7 +44369,7 @@ paths: url: https://docs.github.com/enterprise-cloud@latest//rest/orgs/rule-suites#list-organization-rule-suites parameters: - *163 - - &631 + - &632 name: ref description: The name of the ref. Cannot contain wildcard characters. Optionally prefix with `refs/heads/` to limit to branches or `refs/tags/` to limit @@ -44364,14 +44381,14 @@ paths: x-multi-segment: true - *218 - *214 - - &632 + - &633 name: actor_name description: The handle for the GitHub user account to filter on. When specified, only rule evaluations triggered by this actor will be returned. in: query schema: type: string - - &633 + - &634 name: rule_suite_result description: The rule results to filter on. When specified, only suites with this result will be returned. @@ -44391,7 +44408,7 @@ paths: description: Response content: application/json: - schema: &634 + schema: &635 title: Rule Suites description: Response type: array @@ -44447,7 +44464,7 @@ paths: whether rules would pass or fail if all rules in the rule suite were `active`. examples: - default: &635 + default: &636 value: - id: 21 actor_id: 12 @@ -44491,7 +44508,7 @@ paths: url: https://docs.github.com/enterprise-cloud@latest//rest/orgs/rule-suites#get-an-organization-rule-suite parameters: - *163 - - &636 + - &637 name: rule_suite_id description: |- The unique identifier of the rule suite result. @@ -44507,7 +44524,7 @@ paths: description: Response content: application/json: - schema: &637 + schema: &638 title: Rule Suite description: Response type: object @@ -44614,7 +44631,7 @@ paths: description: The detailed failure message for the rule. Null if the rule passed. examples: - default: &638 + default: &639 value: id: 21 actor_id: 12 @@ -44689,7 +44706,7 @@ paths: application/json: schema: *124 examples: - default: *319 + default: *320 '404': *6 '500': *95 put: @@ -44738,7 +44755,7 @@ paths: type: array description: The actors that can bypass the rules in this ruleset items: *122 - conditions: *318 + conditions: *319 rules: description: An array of rules within the ruleset. type: array @@ -44779,7 +44796,7 @@ paths: application/json: schema: *124 examples: - default: *319 + default: *320 '404': *6 '500': *95 delete: @@ -44838,7 +44855,7 @@ paths: type: array items: *127 examples: - default: *320 + default: *321 '404': *6 '500': *95 x-github: @@ -44875,7 +44892,7 @@ paths: description: Response content: application/json: - schema: *321 + schema: *322 examples: default: value: @@ -44938,14 +44955,14 @@ paths: url: https://docs.github.com/enterprise-cloud@latest//rest/secret-scanning/secret-scanning#list-secret-scanning-alerts-for-an-organization parameters: - *163 - - *322 - *323 - *324 - *325 + - *326 - *84 - *19 - *17 - - &640 + - &641 name: before description: A cursor, as given in the [Link header](https://docs.github.com/enterprise-cloud@latest//rest/guides/using-pagination-in-the-rest-api#using-link-headers). If specified, the query only searches for events before this cursor. To @@ -44955,7 +44972,7 @@ paths: required: false schema: type: string - - &641 + - &642 name: after description: A cursor, as given in the [Link header](https://docs.github.com/enterprise-cloud@latest//rest/guides/using-pagination-in-the-rest-api#using-link-headers). If specified, the query only searches for events after this cursor. To @@ -44965,9 +44982,9 @@ paths: required: false schema: type: string - - *326 - *327 - *328 + - *329 responses: '200': description: Response @@ -44975,9 +44992,9 @@ paths: application/json: schema: type: array - items: *329 + items: *330 examples: - default: *330 + default: *331 headers: Link: *37 '404': *6 @@ -45047,7 +45064,7 @@ paths: application/json: schema: type: array - items: &648 + items: &649 description: A repository security advisory. type: object properties: @@ -45291,7 +45308,7 @@ paths: login: type: string description: The username of the user credited. - type: *331 + type: *332 credits_detailed: type: - array @@ -45302,7 +45319,7 @@ paths: type: object properties: user: *4 - type: *331 + type: *332 state: type: string description: The state of the user's acceptance of the @@ -45366,7 +45383,7 @@ paths: - private_fork additionalProperties: false examples: - default: &649 + default: &650 value: - ghsa_id: GHSA-abcd-1234-efgh cve_id: CVE-2050-00000 @@ -45753,9 +45770,9 @@ paths: application/json: schema: type: array - items: *294 + items: *295 examples: - default: *295 + default: *296 x-github: githubCloudOnly: false enabledForGitHubApps: true @@ -45779,7 +45796,7 @@ paths: url: https://docs.github.com/enterprise-cloud@latest//rest/orgs/security-managers#add-a-security-manager-team parameters: - *163 - - *293 + - *294 responses: '204': description: Response @@ -45805,7 +45822,7 @@ paths: url: https://docs.github.com/enterprise-cloud@latest//rest/orgs/security-managers#remove-a-security-manager-team parameters: - *163 - - *293 + - *294 responses: '204': description: Response @@ -45840,9 +45857,9 @@ paths: description: Response content: application/json: - schema: *332 + schema: *333 examples: - default: *333 + default: *334 x-github: githubCloudOnly: false enabledForGitHubApps: false @@ -45867,7 +45884,7 @@ paths: url: https://docs.github.com/enterprise-cloud@latest//rest/billing/billing#get-github-advanced-security-active-committers-for-an-organization parameters: - *163 - - *334 + - *335 - *17 - *19 responses: @@ -45875,9 +45892,9 @@ paths: description: Success content: application/json: - schema: *335 + schema: *336 examples: - default: *336 + default: *337 x-github: githubCloudOnly: true enabledForGitHubApps: true @@ -45905,9 +45922,9 @@ paths: description: Response content: application/json: - schema: *337 + schema: *338 examples: - default: *338 + default: *339 x-github: githubCloudOnly: false enabledForGitHubApps: false @@ -45935,9 +45952,9 @@ paths: description: Response content: application/json: - schema: *339 + schema: *340 examples: - default: *340 + default: *341 x-github: githubCloudOnly: false enabledForGitHubApps: false @@ -45977,7 +45994,7 @@ paths: type: array items: *107 examples: - default: *341 + default: *342 headers: Link: *37 x-github: @@ -46178,15 +46195,15 @@ paths: url: https://docs.github.com/enterprise-cloud@latest//rest/orgs/network-configurations#get-a-hosted-compute-network-settings-resource-for-an-organization parameters: - *163 - - *342 + - *343 responses: '200': description: Response content: application/json: - schema: *343 + schema: *344 examples: - default: *344 + default: *345 headers: Link: *37 x-github: @@ -46224,7 +46241,7 @@ paths: description: Response content: application/json: - schema: &366 + schema: &367 title: GroupMapping description: External Groups to be mapped to a team for membership type: object @@ -46276,7 +46293,7 @@ paths: group_description: Another group of Developers working on AzureAD SAML SSO examples: - default: &367 + default: &368 value: groups: - group_id: '123' @@ -46322,7 +46339,7 @@ paths: url: https://docs.github.com/enterprise-cloud@latest//rest/copilot/copilot-metrics#get-copilot-metrics-for-a-team parameters: - *163 - - *293 + - *294 - 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`). @@ -46390,7 +46407,7 @@ paths: type: array items: *220 examples: - default: *295 + default: *296 headers: Link: *37 '403': *27 @@ -46484,7 +46501,7 @@ paths: description: Response content: application/json: - schema: &345 + schema: &346 title: Full Team description: Groups of organization members that gives permissions on specified repositories. @@ -46558,7 +46575,7 @@ paths: parent: anyOf: - type: 'null' - - *294 + - *295 members_count: type: integer examples: @@ -46864,7 +46881,7 @@ paths: - repos_count - organization examples: - default: &346 + default: &347 value: id: 1 node_id: MDQ6VGVhbTE= @@ -46935,15 +46952,15 @@ paths: url: https://docs.github.com/enterprise-cloud@latest//rest/teams/teams#get-a-team-by-name parameters: - *163 - - *293 + - *294 responses: '200': description: Response content: application/json: - schema: *345 + schema: *346 examples: - default: *346 + default: *347 '404': *6 x-github: githubCloudOnly: false @@ -46965,7 +46982,7 @@ paths: url: https://docs.github.com/enterprise-cloud@latest//rest/teams/teams#update-a-team parameters: - *163 - - *293 + - *294 requestBody: required: false content: @@ -47028,16 +47045,16 @@ paths: description: Response when the updated information already exists content: application/json: - schema: *345 + schema: *346 examples: - default: *346 + default: *347 '201': description: Response content: application/json: - schema: *345 + schema: *346 examples: - default: *346 + default: *347 '404': *6 '422': *15 '403': *27 @@ -47063,7 +47080,7 @@ paths: url: https://docs.github.com/enterprise-cloud@latest//rest/teams/teams#delete-a-team parameters: - *163 - - *293 + - *294 responses: '204': description: Response @@ -47090,7 +47107,7 @@ paths: url: https://docs.github.com/enterprise-cloud@latest//rest/teams/discussions#list-discussions parameters: - *163 - - *293 + - *294 - *84 - *17 - *19 @@ -47107,7 +47124,7 @@ paths: application/json: schema: type: array - items: &347 + items: &348 title: Team Discussion description: A team discussion is a persistent record of a free-form conversation within a team. @@ -47218,7 +47235,7 @@ paths: - updated_at - url examples: - default: &689 + default: &690 value: - author: login: octocat @@ -47293,7 +47310,7 @@ paths: url: https://docs.github.com/enterprise-cloud@latest//rest/teams/discussions#create-a-discussion parameters: - *163 - - *293 + - *294 requestBody: required: true content: @@ -47327,9 +47344,9 @@ paths: description: Response content: application/json: - schema: *347 + schema: *348 examples: - default: &348 + default: &349 value: author: login: octocat @@ -47402,8 +47419,8 @@ paths: url: https://docs.github.com/enterprise-cloud@latest//rest/teams/discussions#get-a-discussion parameters: - *163 - - *293 - - &349 + - *294 + - &350 name: discussion_number description: The number that identifies the discussion. in: path @@ -47415,9 +47432,9 @@ paths: description: Response content: application/json: - schema: *347 + schema: *348 examples: - default: *348 + default: *349 x-github: githubCloudOnly: false enabledForGitHubApps: true @@ -47440,8 +47457,8 @@ paths: url: https://docs.github.com/enterprise-cloud@latest//rest/teams/discussions#update-a-discussion parameters: - *163 - - *293 - - *349 + - *294 + - *350 requestBody: required: false content: @@ -47464,9 +47481,9 @@ paths: description: Response content: application/json: - schema: *347 + schema: *348 examples: - default: &690 + default: &691 value: author: login: octocat @@ -47537,8 +47554,8 @@ paths: url: https://docs.github.com/enterprise-cloud@latest//rest/teams/discussions#delete-a-discussion parameters: - *163 - - *293 - - *349 + - *294 + - *350 responses: '204': description: Response @@ -47565,8 +47582,8 @@ paths: url: https://docs.github.com/enterprise-cloud@latest//rest/teams/discussion-comments#list-discussion-comments parameters: - *163 - - *293 - - *349 + - *294 + - *350 - *84 - *17 - *19 @@ -47577,7 +47594,7 @@ paths: application/json: schema: type: array - items: &350 + items: &351 title: Team Discussion Comment description: A reply to a discussion within a team. type: object @@ -47657,7 +47674,7 @@ paths: - updated_at - url examples: - default: &691 + default: &692 value: - author: login: octocat @@ -47726,8 +47743,8 @@ paths: url: https://docs.github.com/enterprise-cloud@latest//rest/teams/discussion-comments#create-a-discussion-comment parameters: - *163 - - *293 - - *349 + - *294 + - *350 requestBody: required: true content: @@ -47749,9 +47766,9 @@ paths: description: Response content: application/json: - schema: *350 + schema: *351 examples: - default: &351 + default: &352 value: author: login: octocat @@ -47818,9 +47835,9 @@ paths: url: https://docs.github.com/enterprise-cloud@latest//rest/teams/discussion-comments#get-a-discussion-comment parameters: - *163 - - *293 - - *349 - - &352 + - *294 + - *350 + - &353 name: comment_number description: The number that identifies the comment. in: path @@ -47832,9 +47849,9 @@ paths: description: Response content: application/json: - schema: *350 + schema: *351 examples: - default: *351 + default: *352 x-github: githubCloudOnly: false enabledForGitHubApps: true @@ -47857,9 +47874,9 @@ paths: url: https://docs.github.com/enterprise-cloud@latest//rest/teams/discussion-comments#update-a-discussion-comment parameters: - *163 - - *293 - - *349 - - *352 + - *294 + - *350 + - *353 requestBody: required: true content: @@ -47881,9 +47898,9 @@ paths: description: Response content: application/json: - schema: *350 + schema: *351 examples: - default: &692 + default: &693 value: author: login: octocat @@ -47948,9 +47965,9 @@ paths: url: https://docs.github.com/enterprise-cloud@latest//rest/teams/discussion-comments#delete-a-discussion-comment parameters: - *163 - - *293 - - *349 - - *352 + - *294 + - *350 + - *353 responses: '204': description: Response @@ -47977,9 +47994,9 @@ paths: url: https://docs.github.com/enterprise-cloud@latest//rest/reactions/reactions#list-reactions-for-a-team-discussion-comment parameters: - *163 - - *293 - - *349 - - *352 + - *294 + - *350 + - *353 - name: content description: Returns a single [reaction type](https://docs.github.com/enterprise-cloud@latest//rest/reactions/reactions#about-reactions). Omit this parameter to list all reactions to a team discussion comment. @@ -48005,7 +48022,7 @@ paths: application/json: schema: type: array - items: &353 + items: &354 title: Reaction description: Reactions to conversations provide a way to help people express their feelings more simply and effectively. @@ -48049,7 +48066,7 @@ paths: - content - created_at examples: - default: &355 + default: &356 value: - id: 1 node_id: MDg6UmVhY3Rpb24x @@ -48100,9 +48117,9 @@ paths: url: https://docs.github.com/enterprise-cloud@latest//rest/reactions/reactions#create-reaction-for-a-team-discussion-comment parameters: - *163 - - *293 - - *349 - - *352 + - *294 + - *350 + - *353 requestBody: required: true content: @@ -48135,9 +48152,9 @@ paths: team discussion comment content: application/json: - schema: *353 + schema: *354 examples: - default: &354 + default: &355 value: id: 1 node_id: MDg6UmVhY3Rpb24x @@ -48166,9 +48183,9 @@ paths: description: Response content: application/json: - schema: *353 + schema: *354 examples: - default: *354 + default: *355 x-github: githubCloudOnly: false enabledForGitHubApps: true @@ -48192,10 +48209,10 @@ paths: url: https://docs.github.com/enterprise-cloud@latest//rest/reactions/reactions#delete-team-discussion-comment-reaction parameters: - *163 - - *293 - - *349 - - *352 - - &356 + - *294 + - *350 + - *353 + - &357 name: reaction_id description: The unique identifier of the reaction. in: path @@ -48228,8 +48245,8 @@ paths: url: https://docs.github.com/enterprise-cloud@latest//rest/reactions/reactions#list-reactions-for-a-team-discussion parameters: - *163 - - *293 - - *349 + - *294 + - *350 - name: content description: Returns a single [reaction type](https://docs.github.com/enterprise-cloud@latest//rest/reactions/reactions#about-reactions). Omit this parameter to list all reactions to a team discussion. @@ -48255,9 +48272,9 @@ paths: application/json: schema: type: array - items: *353 + items: *354 examples: - default: *355 + default: *356 headers: Link: *37 x-github: @@ -48284,8 +48301,8 @@ paths: url: https://docs.github.com/enterprise-cloud@latest//rest/reactions/reactions#create-reaction-for-a-team-discussion parameters: - *163 - - *293 - - *349 + - *294 + - *350 requestBody: required: true content: @@ -48317,16 +48334,16 @@ paths: description: Response content: application/json: - schema: *353 + schema: *354 examples: - default: *354 + default: *355 '201': description: Response content: application/json: - schema: *353 + schema: *354 examples: - default: *354 + default: *355 x-github: githubCloudOnly: false enabledForGitHubApps: false @@ -48350,9 +48367,9 @@ paths: url: https://docs.github.com/enterprise-cloud@latest//rest/reactions/reactions#delete-team-discussion-reaction parameters: - *163 - - *293 - - *349 - - *356 + - *294 + - *350 + - *357 responses: '204': description: Response @@ -48376,15 +48393,15 @@ paths: url: https://docs.github.com/enterprise-cloud@latest//rest/teams/external-groups#list-a-connection-between-an-external-group-and-a-team parameters: - *163 - - *293 + - *294 responses: '200': description: Response content: application/json: - schema: *357 + schema: *358 examples: - default: *358 + default: *359 x-github: githubCloudOnly: true enabledForGitHubApps: true @@ -48404,7 +48421,7 @@ paths: url: https://docs.github.com/enterprise-cloud@latest//rest/teams/external-groups#update-the-connection-between-an-external-group-and-a-team parameters: - *163 - - *293 + - *294 requestBody: required: true content: @@ -48428,9 +48445,9 @@ paths: description: Response content: application/json: - schema: *359 + schema: *360 examples: - default: *360 + default: *361 x-github: githubCloudOnly: true enabledForGitHubApps: false @@ -48450,7 +48467,7 @@ paths: url: https://docs.github.com/enterprise-cloud@latest//rest/teams/external-groups#remove-the-connection-between-an-external-group-and-a-team parameters: - *163 - - *293 + - *294 responses: '204': description: Response @@ -48475,7 +48492,7 @@ paths: url: https://docs.github.com/enterprise-cloud@latest//rest/teams/members#list-pending-team-invitations parameters: - *163 - - *293 + - *294 - *17 - *19 responses: @@ -48485,9 +48502,9 @@ paths: application/json: schema: type: array - items: *276 + items: *277 examples: - default: *277 + default: *278 headers: Link: *37 x-github: @@ -48510,7 +48527,7 @@ paths: url: https://docs.github.com/enterprise-cloud@latest//rest/teams/members#list-team-members parameters: - *163 - - *293 + - *294 - name: role description: Filters members returned by their role in the team. in: query @@ -48533,7 +48550,7 @@ paths: type: array items: *4 examples: - default: *284 + default: *285 headers: Link: *37 x-github: @@ -48564,14 +48581,14 @@ paths: url: https://docs.github.com/enterprise-cloud@latest//rest/teams/members#get-team-membership-for-a-user parameters: - *163 - - *293 + - *294 - *211 responses: '200': description: Response content: application/json: - schema: &361 + schema: &362 title: Team Membership description: Team Membership type: object @@ -48599,7 +48616,7 @@ paths: - state - url examples: - response-if-user-is-a-team-maintainer: &693 + response-if-user-is-a-team-maintainer: &694 summary: Response if user is a team maintainer value: url: https://api.github.com/teams/1/memberships/octocat @@ -48636,7 +48653,7 @@ paths: url: https://docs.github.com/enterprise-cloud@latest//rest/teams/members#add-or-update-team-membership-for-a-user parameters: - *163 - - *293 + - *294 - *211 requestBody: required: false @@ -48662,9 +48679,9 @@ paths: description: Response content: application/json: - schema: *361 + schema: *362 examples: - response-if-users-membership-with-team-is-now-pending: &694 + response-if-users-membership-with-team-is-now-pending: &695 summary: Response if user's membership with team is now pending value: url: https://api.github.com/teams/1/memberships/octocat @@ -48700,7 +48717,7 @@ paths: url: https://docs.github.com/enterprise-cloud@latest//rest/teams/members#remove-team-membership-for-a-user parameters: - *163 - - *293 + - *294 - *211 responses: '204': @@ -48727,7 +48744,7 @@ paths: url: https://docs.github.com/enterprise-cloud@latest//rest/teams/teams#list-team-projects parameters: - *163 - - *293 + - *294 - *17 - *19 responses: @@ -48737,7 +48754,7 @@ paths: application/json: schema: type: array - items: &362 + items: &363 title: Team Project description: A team's access to a project. type: object @@ -48806,7 +48823,7 @@ paths: - updated_at - permissions examples: - default: &695 + default: &696 value: - owner_url: https://api.github.com/orgs/octocat url: https://api.github.com/projects/1002605 @@ -48870,8 +48887,8 @@ paths: url: https://docs.github.com/enterprise-cloud@latest//rest/teams/teams#check-team-permissions-for-a-project parameters: - *163 - - *293 - - &363 + - *294 + - &364 name: project_id description: The unique identifier of the project. in: path @@ -48883,9 +48900,9 @@ paths: description: Response content: application/json: - schema: *362 + schema: *363 examples: - default: &696 + default: &697 value: owner_url: https://api.github.com/orgs/octocat url: https://api.github.com/projects/1002605 @@ -48948,8 +48965,8 @@ paths: url: https://docs.github.com/enterprise-cloud@latest//rest/teams/teams#add-or-update-team-project-permissions parameters: - *163 - - *293 - - *363 + - *294 + - *364 requestBody: required: false content: @@ -49017,8 +49034,8 @@ paths: url: https://docs.github.com/enterprise-cloud@latest//rest/teams/teams#remove-a-project-from-a-team parameters: - *163 - - *293 - - *363 + - *294 + - *364 responses: '204': description: Response @@ -49046,7 +49063,7 @@ paths: url: https://docs.github.com/enterprise-cloud@latest//rest/teams/teams#list-team-repositories parameters: - *163 - - *293 + - *294 - *17 - *19 responses: @@ -49058,7 +49075,7 @@ paths: type: array items: *189 examples: - default: *302 + default: *303 headers: Link: *37 x-github: @@ -49088,15 +49105,15 @@ paths: url: https://docs.github.com/enterprise-cloud@latest//rest/teams/teams#check-team-permissions-for-a-repository parameters: - *163 - - *293 - - *364 + - *294 - *365 + - *366 responses: '200': description: Alternative response with repository permissions content: application/json: - schema: &697 + schema: &698 title: Team Repository description: A team's access to a repository. type: object @@ -49738,9 +49755,9 @@ paths: url: https://docs.github.com/enterprise-cloud@latest//rest/teams/teams#add-or-update-team-repository-permissions parameters: - *163 - - *293 - - *364 + - *294 - *365 + - *366 requestBody: required: false content: @@ -49786,9 +49803,9 @@ paths: url: https://docs.github.com/enterprise-cloud@latest//rest/teams/teams#remove-a-repository-from-a-team parameters: - *163 - - *293 - - *364 + - *294 - *365 + - *366 responses: '204': description: Response @@ -49815,15 +49832,15 @@ paths: url: https://docs.github.com/enterprise-cloud@latest//rest/teams/team-sync#list-idp-groups-for-a-team parameters: - *163 - - *293 + - *294 responses: '200': description: Response content: application/json: - schema: *366 + schema: *367 examples: - default: *367 + default: *368 x-github: githubCloudOnly: true enabledForGitHubApps: false @@ -49846,7 +49863,7 @@ paths: url: https://docs.github.com/enterprise-cloud@latest//rest/teams/team-sync#create-or-update-idp-group-connections parameters: - *163 - - *293 + - *294 requestBody: required: true content: @@ -49889,7 +49906,7 @@ paths: description: Response content: application/json: - schema: *366 + schema: *367 examples: default: value: @@ -49922,7 +49939,7 @@ paths: url: https://docs.github.com/enterprise-cloud@latest//rest/teams/teams#list-child-teams parameters: - *163 - - *293 + - *294 - *17 - *19 responses: @@ -49934,7 +49951,7 @@ paths: type: array items: *220 examples: - response-if-child-teams-exist: &698 + response-if-child-teams-exist: &699 value: - id: 2 node_id: MDQ6VGVhbTI= @@ -50061,7 +50078,7 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/projects/cards#get-a-project-card parameters: - - &368 + - &369 name: card_id description: The unique identifier of the card. in: path @@ -50073,7 +50090,7 @@ paths: description: Response content: application/json: - schema: &369 + schema: &370 title: Project Card description: Project cards represent a scope of work. type: object @@ -50148,7 +50165,7 @@ paths: - created_at - updated_at examples: - default: &370 + default: &371 value: url: https://api.github.com/projects/columns/cards/1478 id: 1478 @@ -50204,7 +50221,7 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/projects/cards#update-an-existing-project-card parameters: - - *368 + - *369 requestBody: required: false content: @@ -50234,9 +50251,9 @@ paths: description: Response content: application/json: - schema: *369 + schema: *370 examples: - default: *370 + default: *371 '304': *35 '403': *27 '401': *23 @@ -50263,7 +50280,7 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/projects/cards#delete-a-project-card parameters: - - *368 + - *369 responses: '204': description: Response @@ -50307,7 +50324,7 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/projects/cards#move-a-project-card parameters: - - *368 + - *369 requestBody: required: true content: @@ -50420,7 +50437,7 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/projects/columns#get-a-project-column parameters: - - &371 + - &372 name: column_id description: The unique identifier of the column. in: path @@ -50432,7 +50449,7 @@ paths: description: Response content: application/json: - schema: &372 + schema: &373 title: Project Column description: Project columns contain cards of work. type: object @@ -50486,7 +50503,7 @@ paths: - created_at - updated_at examples: - default: &373 + default: &374 value: url: https://api.github.com/projects/columns/367 project_url: https://api.github.com/projects/120 @@ -50521,7 +50538,7 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/projects/columns#update-an-existing-project-column parameters: - - *371 + - *372 requestBody: required: true content: @@ -50546,9 +50563,9 @@ paths: description: Response content: application/json: - schema: *372 + schema: *373 examples: - default: *373 + default: *374 '304': *35 '403': *27 '401': *23 @@ -50573,7 +50590,7 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/projects/columns#delete-a-project-column parameters: - - *371 + - *372 responses: '204': description: Response @@ -50602,7 +50619,7 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/projects/cards#list-project-cards parameters: - - *371 + - *372 - name: archived_state description: Filters the project cards that are returned by the card's state. in: query @@ -50623,7 +50640,7 @@ paths: application/json: schema: type: array - items: *369 + items: *370 examples: default: value: @@ -50682,7 +50699,7 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/projects/cards#create-a-project-card parameters: - - *371 + - *372 requestBody: required: true content: @@ -50726,9 +50743,9 @@ paths: description: Response content: application/json: - schema: *369 + schema: *370 examples: - default: *370 + default: *371 '304': *35 '403': *27 '401': *23 @@ -50784,7 +50801,7 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/projects/columns#move-a-project-column parameters: - - *371 + - *372 requestBody: required: true content: @@ -50845,15 +50862,15 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/projects/projects#get-a-project parameters: - - *363 + - *364 responses: '200': description: Response content: application/json: - schema: *312 + schema: *313 examples: - default: &374 + default: &375 value: owner_url: https://api.github.com/repos/api-playground/projects-test url: https://api.github.com/projects/1002604 @@ -50910,7 +50927,7 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/projects/projects#update-a-project parameters: - - *363 + - *364 requestBody: required: false content: @@ -50959,9 +50976,9 @@ paths: description: Response content: application/json: - schema: *312 + schema: *313 examples: - default: *374 + default: *375 '404': description: Not Found if the authenticated user does not have access to the project @@ -50982,7 +50999,7 @@ paths: items: type: string '401': *23 - '410': *375 + '410': *376 '422': *7 x-github: githubCloudOnly: false @@ -51005,7 +51022,7 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/projects/projects#delete-a-project parameters: - - *363 + - *364 responses: '204': description: Delete Success @@ -51026,7 +51043,7 @@ paths: items: type: string '401': *23 - '410': *375 + '410': *376 '404': *6 x-github: githubCloudOnly: false @@ -51050,7 +51067,7 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/projects/collaborators#list-project-collaborators parameters: - - *363 + - *364 - 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 @@ -51077,7 +51094,7 @@ paths: type: array items: *4 examples: - default: *284 + default: *285 headers: Link: *37 '404': *6 @@ -51107,7 +51124,7 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/projects/collaborators#add-project-collaborator parameters: - - *363 + - *364 - *211 requestBody: required: false @@ -51162,7 +51179,7 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/projects/collaborators#remove-user-as-a-collaborator parameters: - - *363 + - *364 - *211 responses: '204': @@ -51194,7 +51211,7 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/projects/collaborators#get-project-permission-for-a-user parameters: - - *363 + - *364 - *211 responses: '200': @@ -51265,7 +51282,7 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/projects/columns#list-project-columns parameters: - - *363 + - *364 - *17 - *19 responses: @@ -51275,7 +51292,7 @@ paths: application/json: schema: type: array - items: *372 + items: *373 examples: default: value: @@ -51313,7 +51330,7 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/projects/columns#create-a-project-column parameters: - - *363 + - *364 requestBody: required: true content: @@ -51337,7 +51354,7 @@ paths: description: Response content: application/json: - schema: *372 + schema: *373 examples: default: value: @@ -51401,7 +51418,7 @@ paths: resources: type: object properties: - core: &376 + core: &377 title: Rate Limit type: object properties: @@ -51418,20 +51435,20 @@ paths: - remaining - reset - used - graphql: *376 - search: *376 - code_search: *376 - source_import: *376 - integration_manifest: *376 - code_scanning_upload: *376 - actions_runner_registration: *376 - scim: *376 - dependency_snapshots: *376 - code_scanning_autofix: *376 + graphql: *377 + search: *377 + code_search: *377 + source_import: *377 + integration_manifest: *377 + code_scanning_upload: *377 + actions_runner_registration: *377 + scim: *377 + dependency_snapshots: *377 + code_scanning_autofix: *377 required: - core - search - rate: *376 + rate: *377 required: - rate - resources @@ -51535,14 +51552,14 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/repos/repos#get-a-repository parameters: - - *364 - *365 + - *366 responses: '200': description: Response content: application/json: - schema: *377 + schema: *378 examples: default-response: summary: Default response @@ -52047,7 +52064,7 @@ paths: status: disabled '403': *27 '404': *6 - '301': *378 + '301': *379 x-github: githubCloudOnly: false enabledForGitHubApps: true @@ -52065,8 +52082,8 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/repos/repos#update-a-repository parameters: - - *364 - *365 + - *366 requestBody: required: false content: @@ -52321,10 +52338,10 @@ paths: description: Response content: application/json: - schema: *377 + schema: *378 examples: - default: *379 - '307': &380 + default: *380 + '307': &381 description: Temporary Redirect content: application/json: @@ -52353,8 +52370,8 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/repos/repos#delete-a-repository parameters: - - *364 - *365 + - *366 responses: '204': description: Response @@ -52376,7 +52393,7 @@ paths: value: message: Organization members cannot delete repositories. documentation_url: https://docs.github.com/enterprise-cloud@latest//rest/repos/repos#delete-a-repository - '307': *380 + '307': *381 '404': *6 x-github: githubCloudOnly: false @@ -52399,11 +52416,11 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/actions/artifacts#list-artifacts-for-a-repository parameters: - - *364 - *365 + - *366 - *17 - *19 - - &395 + - &396 name: name description: The name field of an artifact. When specified, only artifacts with this name will be returned. @@ -52426,7 +52443,7 @@ paths: type: integer artifacts: type: array - items: &381 + items: &382 title: Artifact description: An artifact type: object @@ -52521,7 +52538,7 @@ paths: - expires_at - updated_at examples: - default: &396 + default: &397 value: total_count: 2 artifacts: @@ -52582,9 +52599,9 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/actions/artifacts#get-an-artifact parameters: - - *364 - *365 - - &382 + - *366 + - &383 name: artifact_id description: The unique identifier of the artifact. in: path @@ -52596,7 +52613,7 @@ paths: description: Response content: application/json: - schema: *381 + schema: *382 examples: default: value: @@ -52634,9 +52651,9 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/actions/artifacts#delete-an-artifact parameters: - - *364 - *365 - - *382 + - *366 + - *383 responses: '204': description: Response @@ -52660,9 +52677,9 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/actions/artifacts#download-an-artifact parameters: - - *364 - *365 - - *382 + - *366 + - *383 - name: archive_format in: path required: true @@ -52676,7 +52693,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': *375 + '410': *376 x-github: githubCloudOnly: false enabledForGitHubApps: true @@ -52699,14 +52716,14 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/actions/cache#get-github-actions-cache-usage-for-a-repository parameters: - - *364 - *365 + - *366 responses: '200': description: Response content: application/json: - schema: *383 + schema: *384 examples: default: value: @@ -52732,11 +52749,11 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/actions/cache#list-github-actions-caches-for-a-repository parameters: - - *364 - *365 + - *366 - *17 - *19 - - &384 + - &385 name: ref description: The full Git reference for narrowing down the cache. The `ref` for a branch should be formatted as `refs/heads/`. To reference @@ -52770,7 +52787,7 @@ paths: description: Response content: application/json: - schema: &385 + schema: &386 title: Repository actions caches description: Repository actions caches type: object @@ -52820,7 +52837,7 @@ paths: - total_count - actions_caches examples: - default: &386 + default: &387 value: total_count: 1 actions_caches: @@ -52852,23 +52869,23 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/actions/cache#delete-github-actions-caches-for-a-repository-using-a-cache-key parameters: - - *364 - *365 + - *366 - name: key description: A key for identifying the cache. in: query required: true schema: type: string - - *384 + - *385 responses: '200': description: Response content: application/json: - schema: *385 + schema: *386 examples: - default: *386 + default: *387 x-github: githubCloudOnly: false enabledForGitHubApps: true @@ -52888,8 +52905,8 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/actions/cache#delete-a-github-actions-cache-for-a-repository-using-a-cache-id parameters: - - *364 - *365 + - *366 - name: cache_id description: The unique identifier of the GitHub Actions cache. in: path @@ -52920,9 +52937,9 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/actions/workflow-jobs#get-a-job-for-a-workflow-run parameters: - - *364 - *365 - - &387 + - *366 + - &388 name: job_id description: The unique identifier of the job. in: path @@ -52934,7 +52951,7 @@ paths: description: Response content: application/json: - schema: &399 + schema: &400 title: Job description: Information of a job execution in a workflow run type: object @@ -53281,9 +53298,9 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/actions/workflow-jobs#download-job-logs-for-a-workflow-run parameters: - - *364 - *365 - - *387 + - *366 + - *388 responses: '302': description: Response @@ -53311,9 +53328,9 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/actions/workflow-runs#re-run-a-job-from-a-workflow-run parameters: - - *364 - *365 - - *387 + - *366 + - *388 requestBody: required: false content: @@ -53359,8 +53376,8 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/actions/oidc#get-the-customization-template-for-an-oidc-subject-claim-for-a-repository parameters: - - *364 - *365 + - *366 responses: '200': description: Status response @@ -53410,8 +53427,8 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/actions/oidc#set-the-customization-template-for-an-oidc-subject-claim-for-a-repository parameters: - - *364 - *365 + - *366 requestBody: required: true content: @@ -53474,8 +53491,8 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/actions/secrets#list-repository-organization-secrets parameters: - - *364 - *365 + - *366 - *17 - *19 responses: @@ -53493,7 +53510,7 @@ paths: type: integer secrets: type: array - items: &401 + items: &402 title: Actions Secret description: Set secrets for GitHub Actions. type: object @@ -53514,7 +53531,7 @@ paths: - created_at - updated_at examples: - default: &402 + default: &403 value: total_count: 2 secrets: @@ -53547,9 +53564,9 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/actions/variables#list-repository-organization-variables parameters: - - *364 - *365 - - *388 + - *366 + - *389 - *19 responses: '200': @@ -53566,7 +53583,7 @@ paths: type: integer variables: type: array - items: &405 + items: &406 title: Actions Variable type: object properties: @@ -53600,7 +53617,7 @@ paths: - created_at - updated_at examples: - default: &406 + default: &407 value: total_count: 2 variables: @@ -53633,8 +53650,8 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/actions/permissions#get-github-actions-permissions-for-a-repository parameters: - - *364 - *365 + - *366 responses: '200': description: Response @@ -53643,7 +53660,7 @@ paths: schema: type: object properties: - enabled: &389 + enabled: &390 type: boolean description: Whether GitHub Actions is enabled on the repository. allowed_actions: *46 @@ -53676,8 +53693,8 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/actions/permissions#set-github-actions-permissions-for-a-repository parameters: - - *364 - *365 + - *366 responses: '204': description: Response @@ -53688,7 +53705,7 @@ paths: schema: type: object properties: - enabled: *389 + enabled: *390 allowed_actions: *46 required: - enabled @@ -53719,14 +53736,14 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/actions/permissions#get-the-level-of-access-for-workflows-outside-of-the-repository parameters: - - *364 - *365 + - *366 responses: '200': description: Response content: application/json: - schema: &390 + schema: &391 type: object properties: access_level: @@ -53744,7 +53761,7 @@ paths: required: - access_level examples: - default: &391 + default: &392 value: access_level: organization x-github: @@ -53769,15 +53786,15 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/actions/permissions#set-the-level-of-access-for-workflows-outside-of-the-repository parameters: - - *364 - *365 + - *366 requestBody: required: true content: application/json: - schema: *390 + schema: *391 examples: - default: *391 + default: *392 responses: '204': description: Response @@ -53801,8 +53818,8 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/actions/permissions#get-allowed-actions-and-reusable-workflows-for-a-repository parameters: - - *364 - *365 + - *366 responses: '200': description: Response @@ -53833,8 +53850,8 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/actions/permissions#set-allowed-actions-and-reusable-workflows-for-a-repository parameters: - - *364 - *365 + - *366 responses: '204': description: Response @@ -53866,8 +53883,8 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/actions/permissions#get-default-workflow-permissions-for-a-repository parameters: - - *364 - *365 + - *366 responses: '200': description: Response @@ -53896,8 +53913,8 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/actions/permissions#set-default-workflow-permissions-for-a-repository parameters: - - *364 - *365 + - *366 responses: '204': description: Success response @@ -53937,8 +53954,8 @@ paths: in: query schema: type: string - - *364 - *365 + - *366 - *17 - *19 responses: @@ -53982,8 +53999,8 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/actions/self-hosted-runners#list-runner-applications-for-a-repository parameters: - - *364 - *365 + - *366 responses: '200': description: Response @@ -54015,8 +54032,8 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/actions/self-hosted-runners#create-configuration-for-a-just-in-time-runner-for-a-repository parameters: - - *364 - *365 + - *366 requestBody: required: true content: @@ -54090,8 +54107,8 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/actions/self-hosted-runners#create-a-registration-token-for-a-repository parameters: - - *364 - *365 + - *366 responses: '201': description: Response @@ -54127,8 +54144,8 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/actions/self-hosted-runners#create-a-remove-token-for-a-repository parameters: - - *364 - *365 + - *366 responses: '201': description: Response @@ -54158,8 +54175,8 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/actions/self-hosted-runners#get-a-self-hosted-runner-for-a-repository parameters: - - *364 - *365 + - *366 - *58 responses: '200': @@ -54189,8 +54206,8 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/actions/self-hosted-runners#delete-a-self-hosted-runner-from-a-repository parameters: - - *364 - *365 + - *366 - *58 responses: '204': @@ -54216,8 +54233,8 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/actions/self-hosted-runners#list-labels-for-a-self-hosted-runner-for-a-repository parameters: - - *364 - *365 + - *366 - *58 responses: '200': *64 @@ -54242,8 +54259,8 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/actions/self-hosted-runners#add-custom-labels-to-a-self-hosted-runner-for-a-repository parameters: - - *364 - *365 + - *366 - *58 requestBody: required: true @@ -54292,8 +54309,8 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/actions/self-hosted-runners#set-custom-labels-for-a-self-hosted-runner-for-a-repository parameters: - - *364 - *365 + - *366 - *58 requestBody: required: true @@ -54343,8 +54360,8 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/actions/self-hosted-runners#remove-all-custom-labels-from-a-self-hosted-runner-for-a-repository parameters: - - *364 - *365 + - *366 - *58 responses: '200': *196 @@ -54374,8 +54391,8 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/actions/self-hosted-runners#remove-a-custom-label-from-a-self-hosted-runner-for-a-repository parameters: - - *364 - *365 + - *366 - *58 - *197 responses: @@ -54405,9 +54422,9 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/actions/workflow-runs#list-workflow-runs-for-a-repository parameters: - - *364 - *365 - - &409 + - *366 + - &410 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. @@ -54415,7 +54432,7 @@ paths: required: false schema: type: string - - &410 + - &411 name: branch description: Returns workflow runs associated with a branch. Use the name of the branch of the `push`. @@ -54423,7 +54440,7 @@ paths: required: false schema: type: string - - &411 + - &412 name: event description: Returns workflow run triggered by the event you specify. For example, `push`, `pull_request` or `issue`. For more information, see "[Events @@ -54432,7 +54449,7 @@ paths: required: false schema: type: string - - &412 + - &413 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 @@ -54459,7 +54476,7 @@ paths: - pending - *17 - *19 - - &413 + - &414 name: created description: Returns workflow runs created within the given date-time range. For more information on the syntax, see "[Understanding the search syntax](https://docs.github.com/enterprise-cloud@latest//search-github/getting-started-with-searching-on-github/understanding-the-search-syntax#query-for-dates)." @@ -54468,7 +54485,7 @@ paths: schema: type: string format: date-time - - &392 + - &393 name: exclude_pull_requests description: If `true` pull requests are omitted from the response (empty array). @@ -54477,13 +54494,13 @@ paths: schema: type: boolean default: false - - &414 + - &415 name: check_suite_id description: Returns workflow runs with the `check_suite_id` that you specify. in: query schema: type: integer - - &415 + - &416 name: head_sha description: Only returns workflow runs that are associated with the specified `head_sha`. @@ -54506,7 +54523,7 @@ paths: type: integer workflow_runs: type: array - items: &393 + items: &394 title: Workflow Run description: An invocation of a workflow type: object @@ -54623,7 +54640,7 @@ paths: type: - array - 'null' - items: &436 + items: &437 title: Pull Request Minimal type: object properties: @@ -54750,7 +54767,7 @@ paths: head_commit: anyOf: - type: 'null' - - &440 + - &441 title: Simple Commit description: A commit. type: object @@ -54865,7 +54882,7 @@ paths: - workflow_url - pull_requests examples: - default: &416 + default: &417 value: total_count: 1 workflow_runs: @@ -55101,24 +55118,24 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/actions/workflow-runs#get-a-workflow-run parameters: - - *364 - *365 - - &394 + - *366 + - &395 name: run_id description: The unique identifier of the workflow run. in: path required: true schema: type: integer - - *392 + - *393 responses: '200': description: Response content: application/json: - schema: *393 + schema: *394 examples: - default: &397 + default: &398 value: id: 30433642 name: Build @@ -55359,9 +55376,9 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/actions/workflow-runs#delete-a-workflow-run parameters: - - *364 - *365 - - *394 + - *366 + - *395 responses: '204': description: Response @@ -55384,9 +55401,9 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/actions/workflow-runs#get-the-review-history-for-a-workflow-run parameters: - - *364 - *365 - - *394 + - *366 + - *395 responses: '200': description: Response @@ -55514,9 +55531,9 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/actions/workflow-runs#approve-a-workflow-run-for-a-fork-pull-request parameters: - - *364 - *365 - - *394 + - *366 + - *395 responses: '201': description: Response @@ -55549,12 +55566,12 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/actions/artifacts#list-workflow-run-artifacts parameters: - - *364 - *365 - - *394 + - *366 + - *395 - *17 - *19 - - *395 + - *396 responses: '200': description: Response @@ -55570,9 +55587,9 @@ paths: type: integer artifacts: type: array - items: *381 + items: *382 examples: - default: *396 + default: *397 headers: Link: *37 x-github: @@ -55596,25 +55613,25 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/actions/workflow-runs#get-a-workflow-run-attempt parameters: - - *364 - *365 - - *394 - - &398 + - *366 + - *395 + - &399 name: attempt_number description: The attempt number of the workflow run. in: path required: true schema: type: integer - - *392 + - *393 responses: '200': description: Response content: application/json: - schema: *393 + schema: *394 examples: - default: *397 + default: *398 x-github: githubCloudOnly: false enabledForGitHubApps: true @@ -55637,10 +55654,10 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/actions/workflow-jobs#list-jobs-for-a-workflow-run-attempt parameters: - - *364 - *365 - - *394 - - *398 + - *366 + - *395 + - *399 - *17 - *19 responses: @@ -55658,9 +55675,9 @@ paths: type: integer jobs: type: array - items: *399 + items: *400 examples: - default: &400 + default: &401 value: total_count: 1 jobs: @@ -55773,10 +55790,10 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/actions/workflow-runs#download-workflow-run-attempt-logs parameters: - - *364 - *365 - - *394 - - *398 + - *366 + - *395 + - *399 responses: '302': description: Response @@ -55804,9 +55821,9 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/actions/workflow-runs#cancel-a-workflow-run parameters: - - *364 - *365 - - *394 + - *366 + - *395 responses: '202': description: Response @@ -55839,9 +55856,9 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/actions/workflow-runs#review-custom-deployment-protection-rules-for-a-workflow-run parameters: - - *364 - *365 - - *394 + - *366 + - *395 requestBody: required: true content: @@ -55908,9 +55925,9 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/actions/workflow-runs#force-cancel-a-workflow-run parameters: - - *364 - *365 - - *394 + - *366 + - *395 responses: '202': description: Response @@ -55943,9 +55960,9 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/actions/workflow-jobs#list-jobs-for-a-workflow-run parameters: - - *364 - *365 - - *394 + - *366 + - *395 - 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 @@ -55975,9 +55992,9 @@ paths: type: integer jobs: type: array - items: *399 + items: *400 examples: - default: *400 + default: *401 headers: Link: *37 x-github: @@ -56002,9 +56019,9 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/actions/workflow-runs#download-workflow-run-logs parameters: - - *364 - *365 - - *394 + - *366 + - *395 responses: '302': description: Response @@ -56031,9 +56048,9 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/actions/workflow-runs#delete-workflow-run-logs parameters: - - *364 - *365 - - *394 + - *366 + - *395 responses: '204': description: Response @@ -56060,9 +56077,9 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/actions/workflow-runs#get-pending-deployments-for-a-workflow-run parameters: - - *364 - *365 - - *394 + - *366 + - *395 responses: '200': description: Response @@ -56131,7 +56148,7 @@ paths: items: type: object properties: - type: &514 + type: &515 type: string description: The type of reviewer. enum: @@ -56217,9 +56234,9 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/actions/workflow-runs#review-pending-deployments-for-a-workflow-run parameters: - - *364 - *365 - - *394 + - *366 + - *395 requestBody: required: true content: @@ -56269,7 +56286,7 @@ paths: application/json: schema: type: array - items: &506 + items: &507 title: Deployment description: A request for a specific ref(branch,sha,tag) to be deployed @@ -56381,7 +56398,7 @@ paths: - created_at - updated_at examples: - default: &507 + default: &508 value: - url: https://api.github.com/repos/octocat/example/deployments/1 id: 1 @@ -56437,9 +56454,9 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/actions/workflow-runs#re-run-a-workflow parameters: - - *364 - *365 - - *394 + - *366 + - *395 requestBody: required: false content: @@ -56484,9 +56501,9 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/actions/workflow-runs#re-run-failed-jobs-from-a-workflow-run parameters: - - *364 - *365 - - *394 + - *366 + - *395 requestBody: required: false content: @@ -56541,9 +56558,9 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/actions/workflow-runs#get-workflow-run-usage parameters: - - *364 - *365 - - *394 + - *366 + - *395 responses: '200': description: Response @@ -56680,8 +56697,8 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/actions/secrets#list-repository-secrets parameters: - - *364 - *365 + - *366 - *17 - *19 responses: @@ -56699,9 +56716,9 @@ paths: type: integer secrets: type: array - items: *401 + items: *402 examples: - default: *402 + default: *403 headers: Link: *37 x-github: @@ -56726,16 +56743,16 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/actions/secrets#get-a-repository-public-key parameters: - - *364 - *365 + - *366 responses: '200': description: Response content: application/json: - schema: *403 + schema: *404 examples: - default: *404 + default: *405 x-github: githubCloudOnly: false enabledForGitHubApps: true @@ -56757,17 +56774,17 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/actions/secrets#get-a-repository-secret parameters: - - *364 - *365 + - *366 - *199 responses: '200': description: Response content: application/json: - schema: *401 + schema: *402 examples: - default: &527 + default: &528 value: name: GH_TOKEN created_at: '2019-08-10T14:59:22Z' @@ -56793,8 +56810,8 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/actions/secrets#create-or-update-a-repository-secret parameters: - - *364 - *365 + - *366 - *199 requestBody: required: true @@ -56852,8 +56869,8 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/actions/secrets#delete-a-repository-secret parameters: - - *364 - *365 + - *366 - *199 responses: '204': @@ -56879,9 +56896,9 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/actions/variables#list-repository-variables parameters: - - *364 - *365 - - *388 + - *366 + - *389 - *19 responses: '200': @@ -56898,9 +56915,9 @@ paths: type: integer variables: type: array - items: *405 + items: *406 examples: - default: *406 + default: *407 headers: Link: *37 x-github: @@ -56923,8 +56940,8 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/actions/variables#create-a-repository-variable parameters: - - *364 - *365 + - *366 requestBody: required: true content: @@ -56976,17 +56993,17 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/actions/variables#get-a-repository-variable parameters: - - *364 - *365 + - *366 - *202 responses: '200': description: Response content: application/json: - schema: *405 + schema: *406 examples: - default: &528 + default: &529 value: name: USERNAME value: octocat @@ -57012,8 +57029,8 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/actions/variables#update-a-repository-variable parameters: - - *364 - *365 + - *366 - *202 requestBody: required: true @@ -57056,8 +57073,8 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/actions/variables#delete-a-repository-variable parameters: - - *364 - *365 + - *366 - *202 responses: '204': @@ -57083,8 +57100,8 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/actions/workflows#list-repository-workflows parameters: - - *364 - *365 + - *366 - *17 - *19 responses: @@ -57102,7 +57119,7 @@ paths: type: integer workflows: type: array - items: &407 + items: &408 title: Workflow description: A GitHub Actions workflow type: object @@ -57220,9 +57237,9 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/actions/workflows#get-a-workflow parameters: - - *364 - *365 - - &408 + - *366 + - &409 name: workflow_id in: path description: The ID of the workflow. You can also pass the workflow file name @@ -57237,7 +57254,7 @@ paths: description: Response content: application/json: - schema: *407 + schema: *408 examples: default: value: @@ -57270,9 +57287,9 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/actions/workflows#disable-a-workflow parameters: - - *364 - *365 - - *408 + - *366 + - *409 responses: '204': description: Response @@ -57297,9 +57314,9 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/actions/workflows#create-a-workflow-dispatch-event parameters: - - *364 - *365 - - *408 + - *366 + - *409 responses: '204': description: Response @@ -57350,9 +57367,9 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/actions/workflows#enable-a-workflow parameters: - - *364 - *365 - - *408 + - *366 + - *409 responses: '204': description: Response @@ -57379,19 +57396,19 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/actions/workflow-runs#list-workflow-runs-for-a-workflow parameters: - - *364 - *365 - - *408 + - *366 - *409 - *410 - *411 - *412 + - *413 - *17 - *19 - - *413 - - *392 - *414 + - *393 - *415 + - *416 responses: '200': description: Response @@ -57407,9 +57424,9 @@ paths: type: integer workflow_runs: type: array - items: *393 + items: *394 examples: - default: *416 + default: *417 headers: Link: *37 x-github: @@ -57442,9 +57459,9 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/actions/workflows#get-workflow-usage parameters: - - *364 - *365 - - *408 + - *366 + - *409 responses: '200': description: Response @@ -57505,8 +57522,8 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/repos/repos#list-repository-activities parameters: - - *364 - *365 + - *366 - *84 - *17 - *82 @@ -57674,8 +57691,8 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/issues/assignees#list-assignees parameters: - - *364 - *365 + - *366 - *17 - *19 responses: @@ -57687,7 +57704,7 @@ paths: type: array items: *4 examples: - default: *284 + default: *285 headers: Link: *37 '404': *6 @@ -57712,8 +57729,8 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/issues/assignees#check-if-a-user-can-be-assigned parameters: - - *364 - *365 + - *366 - name: assignee in: path required: true @@ -57749,8 +57766,8 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/repos/repos#create-an-attestation parameters: - - *364 - *365 + - *366 requestBody: required: true content: @@ -57862,8 +57879,8 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/repos/repos#list-attestations parameters: - - *364 - *365 + - *366 - *17 - *82 - *83 @@ -57917,7 +57934,7 @@ paths: bundle_url: type: string examples: - default: *417 + default: *418 x-github: githubCloudOnly: false enabledForGitHubApps: true @@ -57937,8 +57954,8 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/repos/autolinks#get-all-autolinks-of-a-repository parameters: - - *364 - *365 + - *366 responses: '200': description: Response @@ -57946,7 +57963,7 @@ paths: application/json: schema: type: array - items: &418 + items: &419 title: Autolink reference description: An autolink reference. type: object @@ -58000,8 +58017,8 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/repos/autolinks#create-an-autolink-reference-for-a-repository parameters: - - *364 - *365 + - *366 requestBody: required: true content: @@ -58040,9 +58057,9 @@ paths: description: response content: application/json: - schema: *418 + schema: *419 examples: - default: &419 + default: &420 value: id: 1 key_prefix: TICKET- @@ -58073,9 +58090,9 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/repos/autolinks#get-an-autolink-reference-of-a-repository parameters: - - *364 - *365 - - &420 + - *366 + - &421 name: autolink_id description: The unique identifier of the autolink. in: path @@ -58087,9 +58104,9 @@ paths: description: Response content: application/json: - schema: *418 + schema: *419 examples: - default: *419 + default: *420 '404': *6 x-github: githubCloudOnly: false @@ -58109,9 +58126,9 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/repos/autolinks#delete-an-autolink-reference-from-a-repository parameters: - - *364 - *365 - - *420 + - *366 + - *421 responses: '204': description: Response @@ -58135,8 +58152,8 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/repos/repos#check-if-dependabot-security-updates-are-enabled-for-a-repository parameters: - - *364 - *365 + - *366 responses: '200': description: Response if Dependabot is enabled @@ -58186,8 +58203,8 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/repos/repos#enable-dependabot-security-updates parameters: - - *364 - *365 + - *366 responses: '204': description: Response @@ -58208,8 +58225,8 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/repos/repos#disable-dependabot-security-updates parameters: - - *364 - *365 + - *366 responses: '204': description: Response @@ -58229,8 +58246,8 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/branches/branches#list-branches parameters: - - *364 - *365 + - *366 - name: protected description: Setting to `true` returns only branches protected by branch protections or rulesets. When set to `false`, only unprotected branches are returned. @@ -58268,7 +58285,7 @@ paths: - url protected: type: boolean - protection: &422 + protection: &423 title: Branch Protection description: Branch Protection type: object @@ -58311,7 +58328,7 @@ paths: required: - contexts - checks - enforce_admins: &425 + enforce_admins: &426 title: Protected Branch Admin Enforced description: Protected Branch Admin Enforced type: object @@ -58328,7 +58345,7 @@ paths: required: - url - enabled - required_pull_request_reviews: &427 + required_pull_request_reviews: &428 title: Protected Branch Pull Request Review description: Protected Branch Pull Request Review type: object @@ -58412,7 +58429,7 @@ paths: required: - dismiss_stale_reviews - require_code_owner_reviews - restrictions: &424 + restrictions: &425 title: Branch Restriction Policy description: Branch Restriction Policy type: object @@ -58737,9 +58754,9 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/branches/branches#get-a-branch parameters: - - *364 - *365 - - &423 + - *366 + - &424 name: branch description: The name of the branch. Cannot contain wildcard characters. To use wildcard characters in branch names, use [the GraphQL API](https://docs.github.com/enterprise-cloud@latest//graphql). @@ -58753,14 +58770,14 @@ paths: description: Response content: application/json: - schema: &433 + schema: &434 title: Branch With Protection description: Branch With Protection type: object properties: name: type: string - commit: &482 + commit: &483 title: Commit description: Commit type: object @@ -58799,7 +58816,7 @@ paths: author: anyOf: - type: 'null' - - &421 + - &422 title: Git User description: Metaproperties for Git author/committer information. @@ -58820,7 +58837,7 @@ paths: committer: anyOf: - type: 'null' - - *421 + - *422 message: type: string examples: @@ -58844,7 +58861,7 @@ paths: required: - sha - url - verification: &534 + verification: &535 title: Verification type: object properties: @@ -58924,7 +58941,7 @@ paths: type: integer files: type: array - items: &494 + items: &495 title: Diff Entry description: Diff Entry type: object @@ -59018,7 +59035,7 @@ paths: - self protected: type: boolean - protection: *422 + protection: *423 protection_url: type: string format: uri @@ -59127,7 +59144,7 @@ paths: contexts: [] checks: [] protection_url: https://api.github.com/repos/octocat/Hello-World/branches/main/protection - '301': *378 + '301': *379 '404': *6 x-github: githubCloudOnly: false @@ -59149,15 +59166,15 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/branches/branch-protection#get-branch-protection parameters: - - *364 - *365 - - *423 + - *366 + - *424 responses: '200': description: Response content: application/json: - schema: *422 + schema: *423 examples: default: value: @@ -59351,9 +59368,9 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/branches/branch-protection#update-branch-protection parameters: - - *364 - *365 - - *423 + - *366 + - *424 requestBody: required: true content: @@ -59613,7 +59630,7 @@ paths: url: type: string format: uri - required_status_checks: &430 + required_status_checks: &431 title: Status Check Policy description: Status Check Policy type: object @@ -59772,7 +59789,7 @@ paths: additionalProperties: false required: - enabled - restrictions: *424 + restrictions: *425 required_conversation_resolution: type: object properties: @@ -59884,9 +59901,9 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/branches/branch-protection#delete-branch-protection parameters: - - *364 - *365 - - *423 + - *366 + - *424 responses: '204': description: Response @@ -59911,17 +59928,17 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/branches/branch-protection#get-admin-branch-protection parameters: - - *364 - *365 - - *423 + - *366 + - *424 responses: '200': description: Response content: application/json: - schema: *425 + schema: *426 examples: - default: &426 + default: &427 value: url: https://api.github.com/repos/octocat/Hello-World/branches/master/protection/enforce_admins enabled: true @@ -59943,17 +59960,17 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/branches/branch-protection#set-admin-branch-protection parameters: - - *364 - *365 - - *423 + - *366 + - *424 responses: '200': description: Response content: application/json: - schema: *425 + schema: *426 examples: - default: *426 + default: *427 x-github: githubCloudOnly: false enabledForGitHubApps: true @@ -59972,9 +59989,9 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/branches/branch-protection#delete-admin-branch-protection parameters: - - *364 - *365 - - *423 + - *366 + - *424 responses: '204': description: Response @@ -59999,17 +60016,17 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/branches/branch-protection#get-pull-request-review-protection parameters: - - *364 - *365 - - *423 + - *366 + - *424 responses: '200': description: Response content: application/json: - schema: *427 + schema: *428 examples: - default: &428 + default: &429 value: url: https://api.github.com/repos/octocat/Hello-World/branches/master/protection/required_pull_request_reviews dismissal_restrictions: @@ -60105,9 +60122,9 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/branches/branch-protection#update-pull-request-review-protection parameters: - - *364 - *365 - - *423 + - *366 + - *424 requestBody: required: false content: @@ -60205,9 +60222,9 @@ paths: description: Response content: application/json: - schema: *427 + schema: *428 examples: - default: *428 + default: *429 '422': *15 x-github: githubCloudOnly: false @@ -60228,9 +60245,9 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/branches/branch-protection#delete-pull-request-review-protection parameters: - - *364 - *365 - - *423 + - *366 + - *424 responses: '204': description: Response @@ -60257,17 +60274,17 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/branches/branch-protection#get-commit-signature-protection parameters: - - *364 - *365 - - *423 + - *366 + - *424 responses: '200': description: Response content: application/json: - schema: *425 + schema: *426 examples: - default: &429 + default: &430 value: url: https://api.github.com/repos/octocat/Hello-World/branches/master/protection/required_signatures enabled: true @@ -60290,17 +60307,17 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/branches/branch-protection#create-commit-signature-protection parameters: - - *364 - *365 - - *423 + - *366 + - *424 responses: '200': description: Response content: application/json: - schema: *425 + schema: *426 examples: - default: *429 + default: *430 '404': *6 x-github: githubCloudOnly: false @@ -60320,9 +60337,9 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/branches/branch-protection#delete-commit-signature-protection parameters: - - *364 - *365 - - *423 + - *366 + - *424 responses: '204': description: Response @@ -60347,17 +60364,17 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/branches/branch-protection#get-status-checks-protection parameters: - - *364 - *365 - - *423 + - *366 + - *424 responses: '200': description: Response content: application/json: - schema: *430 + schema: *431 examples: - default: &431 + default: &432 value: url: https://api.github.com/repos/octocat/Hello-World/branches/master/protection/required_status_checks strict: true @@ -60383,9 +60400,9 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/branches/branch-protection#update-status-check-protection parameters: - - *364 - *365 - - *423 + - *366 + - *424 requestBody: required: false content: @@ -60437,9 +60454,9 @@ paths: description: Response content: application/json: - schema: *430 + schema: *431 examples: - default: *431 + default: *432 '404': *6 '422': *15 x-github: @@ -60461,9 +60478,9 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/branches/branch-protection#remove-status-check-protection parameters: - - *364 - *365 - - *423 + - *366 + - *424 responses: '204': description: Response @@ -60487,9 +60504,9 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/branches/branch-protection#get-all-status-check-contexts parameters: - - *364 - *365 - - *423 + - *366 + - *424 responses: '200': description: Response @@ -60523,9 +60540,9 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/branches/branch-protection#add-status-check-contexts parameters: - - *364 - *365 - - *423 + - *366 + - *424 requestBody: required: false content: @@ -60592,9 +60609,9 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/branches/branch-protection#set-status-check-contexts parameters: - - *364 - *365 - - *423 + - *366 + - *424 requestBody: required: false content: @@ -60658,9 +60675,9 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/branches/branch-protection#remove-status-check-contexts parameters: - - *364 - *365 - - *423 + - *366 + - *424 requestBody: content: application/json: @@ -60726,15 +60743,15 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/branches/branch-protection#get-access-restrictions parameters: - - *364 - *365 - - *423 + - *366 + - *424 responses: '200': description: Response content: application/json: - schema: *424 + schema: *425 examples: default: value: @@ -60825,9 +60842,9 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/branches/branch-protection#delete-access-restrictions parameters: - - *364 - *365 - - *423 + - *366 + - *424 responses: '204': description: Response @@ -60850,9 +60867,9 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/branches/branch-protection#get-apps-with-access-to-the-protected-branch parameters: - - *364 - *365 - - *423 + - *366 + - *424 responses: '200': description: Response @@ -60862,7 +60879,7 @@ paths: type: array items: *5 examples: - default: &432 + default: &433 value: - id: 1 slug: octoapp @@ -60919,9 +60936,9 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/branches/branch-protection#add-app-access-restrictions parameters: - - *364 - *365 - - *423 + - *366 + - *424 requestBody: required: true content: @@ -60955,7 +60972,7 @@ paths: type: array items: *5 examples: - default: *432 + default: *433 '422': *15 x-github: githubCloudOnly: false @@ -60976,9 +60993,9 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/branches/branch-protection#set-app-access-restrictions parameters: - - *364 - *365 - - *423 + - *366 + - *424 requestBody: required: true content: @@ -61012,7 +61029,7 @@ paths: type: array items: *5 examples: - default: *432 + default: *433 '422': *15 x-github: githubCloudOnly: false @@ -61033,9 +61050,9 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/branches/branch-protection#remove-app-access-restrictions parameters: - - *364 - *365 - - *423 + - *366 + - *424 requestBody: required: true content: @@ -61069,7 +61086,7 @@ paths: type: array items: *5 examples: - default: *432 + default: *433 '422': *15 x-github: githubCloudOnly: false @@ -61091,9 +61108,9 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/branches/branch-protection#get-teams-with-access-to-the-protected-branch parameters: - - *364 - *365 - - *423 + - *366 + - *424 responses: '200': description: Response @@ -61103,7 +61120,7 @@ paths: type: array items: *220 examples: - default: *295 + default: *296 '404': *6 x-github: githubCloudOnly: false @@ -61123,9 +61140,9 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/branches/branch-protection#add-team-access-restrictions parameters: - - *364 - *365 - - *423 + - *366 + - *424 requestBody: required: false content: @@ -61163,7 +61180,7 @@ paths: type: array items: *220 examples: - default: *295 + default: *296 '422': *15 x-github: githubCloudOnly: false @@ -61184,9 +61201,9 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/branches/branch-protection#set-team-access-restrictions parameters: - - *364 - *365 - - *423 + - *366 + - *424 requestBody: required: false content: @@ -61224,7 +61241,7 @@ paths: type: array items: *220 examples: - default: *295 + default: *296 '422': *15 x-github: githubCloudOnly: false @@ -61245,9 +61262,9 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/branches/branch-protection#remove-team-access-restrictions parameters: - - *364 - *365 - - *423 + - *366 + - *424 requestBody: content: application/json: @@ -61284,7 +61301,7 @@ paths: type: array items: *220 examples: - default: *295 + default: *296 '422': *15 x-github: githubCloudOnly: false @@ -61306,9 +61323,9 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/branches/branch-protection#get-users-with-access-to-the-protected-branch parameters: - - *364 - *365 - - *423 + - *366 + - *424 responses: '200': description: Response @@ -61318,7 +61335,7 @@ paths: type: array items: *4 examples: - default: *284 + default: *285 '404': *6 x-github: githubCloudOnly: false @@ -61342,9 +61359,9 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/branches/branch-protection#add-user-access-restrictions parameters: - - *364 - *365 - - *423 + - *366 + - *424 requestBody: required: true content: @@ -61377,7 +61394,7 @@ paths: type: array items: *4 examples: - default: *284 + default: *285 '422': *15 x-github: githubCloudOnly: false @@ -61402,9 +61419,9 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/branches/branch-protection#set-user-access-restrictions parameters: - - *364 - *365 - - *423 + - *366 + - *424 requestBody: required: true content: @@ -61437,7 +61454,7 @@ paths: type: array items: *4 examples: - default: *284 + default: *285 '422': *15 x-github: githubCloudOnly: false @@ -61462,9 +61479,9 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/branches/branch-protection#remove-user-access-restrictions parameters: - - *364 - *365 - - *423 + - *366 + - *424 requestBody: required: true content: @@ -61497,7 +61514,7 @@ paths: type: array items: *4 examples: - default: *284 + default: *285 '422': *15 x-github: githubCloudOnly: false @@ -61524,9 +61541,9 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/branches/branches#rename-a-branch parameters: - - *364 - *365 - - *423 + - *366 + - *424 requestBody: required: true content: @@ -61548,7 +61565,7 @@ paths: description: Response content: application/json: - schema: *433 + schema: *434 examples: default: value: @@ -61662,8 +61679,8 @@ paths: category: repos subcategory: bypass-requests parameters: - - *364 - *365 + - *366 - *212 - *213 - *214 @@ -61699,8 +61716,8 @@ paths: category: repos subcategory: bypass-requests parameters: - - *364 - *365 + - *366 - name: bypass_request_number in: path required: true @@ -61773,8 +61790,8 @@ paths: category: secret-scanning subcategory: delegated-bypass parameters: - - *364 - *365 + - *366 - *212 - *213 - *214 @@ -61788,9 +61805,9 @@ paths: application/json: schema: type: array - items: *434 + items: *435 examples: - default: *435 + default: *436 '404': *6 '403': *27 '500': *95 @@ -61814,8 +61831,8 @@ paths: category: secret-scanning subcategory: delegated-bypass parameters: - - *364 - *365 + - *366 - name: bypass_request_number in: path required: true @@ -61827,7 +61844,7 @@ paths: description: A single bypass request. content: application/json: - schema: *434 + schema: *435 examples: default: value: @@ -61885,8 +61902,8 @@ paths: category: secret-scanning subcategory: delegated-bypass parameters: - - *364 - *365 + - *366 - name: bypass_request_number in: path required: true @@ -61957,8 +61974,8 @@ paths: category: secret-scanning subcategory: delegated-bypass parameters: - - *364 - *365 + - *366 - name: bypass_response_id in: path required: true @@ -61991,8 +62008,8 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/checks/runs#create-a-check-run parameters: - - *364 - *365 + - *366 requestBody: required: true content: @@ -62271,7 +62288,7 @@ paths: description: Response content: application/json: - schema: &437 + schema: &438 title: CheckRun description: A check performed on the code of a given code change type: object @@ -62406,8 +62423,8 @@ paths: do not necessarily indicate pull requests that triggered the check. type: array - items: *436 - deployment: &748 + items: *437 + deployment: &749 title: Deployment description: A deployment created as the result of an Actions check run from a workflow that references an environment @@ -62694,9 +62711,9 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/checks/runs#get-a-check-run parameters: - - *364 - *365 - - &438 + - *366 + - &439 name: check_run_id description: The unique identifier of the check run. in: path @@ -62708,9 +62725,9 @@ paths: description: Response content: application/json: - schema: *437 + schema: *438 examples: - default: &439 + default: &440 value: id: 4 head_sha: ce587453ced02b1526dfb4cb910479d431683101 @@ -62810,9 +62827,9 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/checks/runs#update-a-check-run parameters: - - *364 - *365 - - *438 + - *366 + - *439 requestBody: required: true content: @@ -63052,9 +63069,9 @@ paths: description: Response content: application/json: - schema: *437 + schema: *438 examples: - default: *439 + default: *440 x-github: githubCloudOnly: false enabledForGitHubApps: true @@ -63074,9 +63091,9 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/checks/runs#list-check-run-annotations parameters: - - *364 - *365 - - *438 + - *366 + - *439 - *17 - *19 responses: @@ -63179,8 +63196,6 @@ paths: Triggers GitHub to rerequest an existing check run, without pushing new code to a repository. This endpoint will trigger the [`check_run` webhook](https://docs.github.com/enterprise-cloud@latest//webhooks/event-payloads/#check_run) event with the action `rerequested`. When a check run is `rerequested`, the `status` of the check suite it belongs to is reset to `queued` and the `conclusion` is cleared. The check run itself is not updated. GitHub apps recieving the [`check_run` webhook](https://docs.github.com/enterprise-cloud@latest//webhooks/event-payloads/#check_run) with the `rerequested` action should then decide if the check run should be reset or updated and call the [update `check_run` endpoint](https://docs.github.com/enterprise-cloud@latest//rest/checks/runs#update-a-check-run) to update the check_run if desired. For more information about how to re-run GitHub Actions jobs, see "[Re-run a job from a workflow run](https://docs.github.com/enterprise-cloud@latest//rest/actions/workflow-runs#re-run-a-job-from-a-workflow-run)". - - OAuth apps and personal access tokens (classic) cannot use this endpoint. tags: - checks operationId: checks/rerequest-run @@ -63188,9 +63203,9 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/checks/runs#rerequest-a-check-run parameters: - - *364 - *365 - - *438 + - *366 + - *439 responses: '201': description: Response @@ -63234,8 +63249,8 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/checks/suites#create-a-check-suite parameters: - - *364 - *365 + - *366 requestBody: required: true content: @@ -63257,7 +63272,7 @@ paths: description: Response when the suite already exists content: application/json: - schema: &441 + schema: &442 title: CheckSuite description: A suite of checks performed on the code of a given code change @@ -63339,7 +63354,7 @@ paths: type: - array - 'null' - items: *436 + items: *437 app: anyOf: - type: 'null' @@ -63355,7 +63370,7 @@ paths: - string - 'null' format: date-time - head_commit: *440 + head_commit: *441 latest_check_runs_count: type: integer check_runs_url: @@ -63383,7 +63398,7 @@ paths: - check_runs_url - pull_requests examples: - default: &442 + default: &443 value: id: 5 node_id: MDEwOkNoZWNrU3VpdGU1 @@ -63674,9 +63689,9 @@ paths: description: Response when the suite was created content: application/json: - schema: *441 + schema: *442 examples: - default: *442 + default: *443 x-github: githubCloudOnly: false enabledForGitHubApps: true @@ -63695,8 +63710,8 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/checks/suites#update-repository-preferences-for-check-suites parameters: - - *364 - *365 + - *366 requestBody: required: true content: @@ -64005,9 +64020,9 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/checks/suites#get-a-check-suite parameters: - - *364 - *365 - - &443 + - *366 + - &444 name: check_suite_id description: The unique identifier of the check suite. in: path @@ -64019,9 +64034,9 @@ paths: description: Response content: application/json: - schema: *441 + schema: *442 examples: - default: *442 + default: *443 x-github: githubCloudOnly: false enabledForGitHubApps: true @@ -64044,17 +64059,17 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/checks/runs#list-check-runs-in-a-check-suite parameters: - - *364 - *365 - - *443 - - &489 + - *366 + - *444 + - &490 name: check_name description: Returns check runs with the specified `name`. in: query required: false schema: type: string - - &490 + - &491 name: status description: Returns check runs with the specified `status`. in: query @@ -64093,9 +64108,9 @@ paths: type: integer check_runs: type: array - items: *437 + items: *438 examples: - default: &491 + default: &492 value: total_count: 1 check_runs: @@ -64186,10 +64201,10 @@ paths: "/repos/{owner}/{repo}/check-suites/{check_suite_id}/rerequest": post: summary: Rerequest a check suite - description: |- - Triggers GitHub to rerequest an existing check suite, without pushing new code to a repository. This endpoint will trigger the [`check_suite` webhook](https://docs.github.com/enterprise-cloud@latest//webhooks/event-payloads/#check_suite) event with the action `rerequested`. When a check suite is `rerequested`, its `status` is reset to `queued` and the `conclusion` is cleared. - - OAuth apps and personal access tokens (classic) cannot use this endpoint. + description: Triggers GitHub to rerequest an existing check suite, without pushing + new code to a repository. This endpoint will trigger the [`check_suite` webhook](https://docs.github.com/enterprise-cloud@latest//webhooks/event-payloads/#check_suite) + event with the action `rerequested`. When a check suite is `rerequested`, + its `status` is reset to `queued` and the `conclusion` is cleared. tags: - checks operationId: checks/rerequest-suite @@ -64197,9 +64212,9 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/checks/suites#rerequest-a-check-suite parameters: - - *364 - *365 - - *443 + - *366 + - *444 responses: '201': description: Response @@ -64232,21 +64247,21 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/code-scanning/code-scanning#list-code-scanning-alerts-for-a-repository parameters: - - *364 - *365 + - *366 - *224 - *225 - *19 - *17 - - &459 + - &460 name: ref description: The Git reference for the results you want to list. The `ref` for a branch can be formatted either as `refs/heads/` or simply ``. To reference a pull request use `refs/pull//merge`. in: query required: false - schema: *444 - - &460 + schema: *445 + - &461 name: pr description: The number of the pull request for the results you want to list. in: query @@ -64277,7 +64292,7 @@ paths: be returned. in: query required: false - schema: *445 + schema: *446 responses: '200': description: Response @@ -64293,7 +64308,7 @@ paths: updated_at: *104 url: *101 html_url: *102 - instances_url: *446 + instances_url: *447 state: *87 fixed_at: *106 dismissed_by: @@ -64301,11 +64316,11 @@ paths: - type: 'null' - *4 dismissed_at: *105 - dismissed_reason: *447 - dismissed_comment: *448 - rule: *449 - tool: *450 - most_recent_instance: *451 + dismissed_reason: *448 + dismissed_comment: *449 + rule: *450 + tool: *451 + most_recent_instance: *452 dismissal_approved_by: anyOf: - type: 'null' @@ -64425,7 +64440,7 @@ paths: classifications: [] instances_url: https://api.github.com/repos/octocat/hello-world/code-scanning/alerts/3/instances '304': *35 - '403': &452 + '403': &453 description: Response if GitHub Advanced Security is not enabled for this repository content: @@ -64452,9 +64467,9 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/code-scanning/code-scanning#get-a-code-scanning-alert parameters: - - *364 - *365 - - &453 + - *366 + - &454 name: alert_number in: path description: The number that identifies an alert. You can find this at the @@ -64468,7 +64483,7 @@ paths: description: Response content: application/json: - schema: &454 + schema: &455 type: object properties: number: *96 @@ -64476,7 +64491,7 @@ paths: updated_at: *104 url: *101 html_url: *102 - instances_url: *446 + instances_url: *447 state: *87 fixed_at: *106 dismissed_by: @@ -64484,8 +64499,8 @@ paths: - type: 'null' - *4 dismissed_at: *105 - dismissed_reason: *447 - dismissed_comment: *448 + dismissed_reason: *448 + dismissed_comment: *449 rule: type: object properties: @@ -64547,8 +64562,8 @@ paths: - 'null' description: A link to the documentation for the rule used to detect the alert. - tool: *450 - most_recent_instance: *451 + tool: *451 + most_recent_instance: *452 dismissal_approved_by: anyOf: - type: 'null' @@ -64641,7 +64656,7 @@ paths: - test instances_url: https://api.github.com/repos/octocat/hello-world/code-scanning/alerts/42/instances '304': *35 - '403': *452 + '403': *453 '404': *6 '503': *128 x-github: @@ -64661,9 +64676,9 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/code-scanning/code-scanning#update-a-code-scanning-alert parameters: - - *364 - *365 - - *453 + - *366 + - *454 requestBody: required: true content: @@ -64678,8 +64693,8 @@ paths: enum: - open - dismissed - dismissed_reason: *447 - dismissed_comment: *448 + dismissed_reason: *448 + dismissed_comment: *449 create_request: type: boolean description: If `true`, attempt to create an alert dismissal request. @@ -64698,7 +64713,7 @@ paths: description: Response content: application/json: - schema: *454 + schema: *455 examples: default: value: @@ -64774,7 +64789,7 @@ paths: - test instances_url: https://api.github.com/repos/octocat/hello-world/code-scanning/alerts/42/instances '400': *14 - '403': &458 + '403': &459 description: Response if the repository is archived or if GitHub Advanced Security is not enabled for this repository content: @@ -64801,15 +64816,15 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/code-scanning/code-scanning#get-the-status-of-an-autofix-for-a-code-scanning-alert parameters: - - *364 - *365 - - *453 + - *366 + - *454 responses: '200': description: Response content: application/json: - schema: &455 + schema: &456 type: object properties: status: @@ -64836,13 +64851,13 @@ paths: - description - started_at examples: - default: &456 + default: &457 value: status: success description: This fixes an XSS vulnerability by escaping the user input. started_at: '2024-02-14T12:29:18Z' - '400': &457 + '400': &458 description: Bad Request content: application/json: @@ -64853,7 +64868,7 @@ 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': *452 + '403': *453 '404': *6 '503': *128 x-github: @@ -64878,29 +64893,29 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/code-scanning/code-scanning#create-an-autofix-for-a-code-scanning-alert parameters: - - *364 - *365 - - *453 + - *366 + - *454 responses: '200': description: OK content: application/json: - schema: *455 + schema: *456 examples: - default: *456 + default: *457 '202': description: Accepted content: application/json: - schema: *455 + schema: *456 examples: default: value: status: pending description: started_at: '2024-02-14T12:29:18Z' - '400': *457 + '400': *458 '403': description: Response if the repository is archived, if GitHub Advanced Security is not enabled for this repository or if rate limit is exceeded @@ -64932,9 +64947,9 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/code-scanning/code-scanning#commit-an-autofix-for-a-code-scanning-alert parameters: - - *364 - *365 - - *453 + - *366 + - *454 requestBody: required: false content: @@ -64980,8 +64995,8 @@ paths: value: target_ref: refs/heads/main sha: 178f4f6090b3fccad4a65b3e83d076a622d59652 - '400': *457 - '403': *458 + '400': *458 + '403': *459 '404': *6 '422': description: Unprocessable Entity @@ -65005,13 +65020,13 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/code-scanning/code-scanning#list-instances-of-a-code-scanning-alert parameters: - - *364 - *365 - - *453 + - *366 + - *454 - *19 - *17 - - *459 - *460 + - *461 responses: '200': description: Response @@ -65019,7 +65034,7 @@ paths: application/json: schema: type: array - items: *451 + items: *452 examples: default: value: @@ -65058,7 +65073,7 @@ paths: end_column: 50 classifications: - source - '403': *452 + '403': *453 '404': *6 '503': *128 x-github: @@ -65092,25 +65107,25 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/code-scanning/code-scanning#list-code-scanning-analyses-for-a-repository parameters: - - *364 - *365 + - *366 - *224 - *225 - *19 - *17 - - *460 + - *461 - name: ref in: query description: The Git reference for the analyses you want to list. The `ref` for a branch can be formatted either as `refs/heads/` or simply ``. To reference a pull request use `refs/pull//merge`. required: false - schema: *444 + schema: *445 - name: sarif_id in: query description: Filter analyses belonging to the same SARIF upload. required: false - schema: &463 + schema: &464 type: string description: An identifier for the upload. examples: @@ -65132,23 +65147,23 @@ paths: application/json: schema: type: array - items: &464 + items: &465 type: object properties: - ref: *444 - commit_sha: &472 + ref: *445 + commit_sha: &473 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: *461 + analysis_key: *462 environment: type: string description: Identifies the variable values associated with the environment in which this analysis was performed. - category: *462 + category: *463 error: type: string examples: @@ -65173,8 +65188,8 @@ paths: description: The REST API URL of the analysis resource. format: uri readOnly: true - sarif_id: *463 - tool: *450 + sarif_id: *464 + tool: *451 deletable: type: boolean warning: @@ -65236,7 +65251,7 @@ paths: version: 1.2.0 deletable: true warning: '' - '403': *452 + '403': *453 '404': *6 '503': *128 x-github: @@ -65272,8 +65287,8 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/code-scanning/code-scanning#get-a-code-scanning-analysis-for-a-repository parameters: - - *364 - *365 + - *366 - name: analysis_id in: path description: The ID of the analysis, as returned from the `GET /repos/{owner}/{repo}/code-scanning/analyses` @@ -65286,7 +65301,7 @@ paths: description: Response content: application/json: - schema: *464 + schema: *465 examples: response: summary: application/json response @@ -65340,7 +65355,7 @@ paths: properties: - github/alertNumber: 2 - github/alertUrl: https://api.github.com/repos/monalisa/monalisa/code-scanning/alerts/2 - '403': *452 + '403': *453 '404': *6 '503': *128 x-github: @@ -65422,8 +65437,8 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/code-scanning/code-scanning#delete-a-code-scanning-analysis-from-a-repository parameters: - - *364 - *365 + - *366 - name: analysis_id in: path description: The ID of the analysis, as returned from the `GET /repos/{owner}/{repo}/code-scanning/analyses` @@ -65479,7 +65494,7 @@ 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': *458 + '403': *459 '404': *6 '503': *128 x-github: @@ -65501,8 +65516,8 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/code-scanning/code-scanning#list-codeql-databases-for-a-repository parameters: - - *364 - *365 + - *366 responses: '200': description: Response @@ -65510,7 +65525,7 @@ paths: application/json: schema: type: array - items: &465 + items: &466 title: CodeQL Database description: A CodeQL database. type: object @@ -65622,7 +65637,7 @@ 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': *452 + '403': *453 '404': *6 '503': *128 x-github: @@ -65651,8 +65666,8 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/code-scanning/code-scanning#get-a-codeql-database-for-a-repository parameters: - - *364 - *365 + - *366 - name: language in: path description: The language of the CodeQL database. @@ -65664,7 +65679,7 @@ paths: description: Response content: application/json: - schema: *465 + schema: *466 examples: default: value: @@ -65696,9 +65711,9 @@ 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': &496 + '302': &497 description: Found - '403': *452 + '403': *453 '404': *6 '503': *128 x-github: @@ -65720,8 +65735,8 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/code-scanning/code-scanning#delete-a-codeql-database parameters: - - *364 - *365 + - *366 - name: language in: path description: The language of the CodeQL database. @@ -65731,7 +65746,7 @@ paths: responses: '204': description: Response - '403': *458 + '403': *459 '404': *6 '503': *128 x-github: @@ -65759,8 +65774,8 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/code-scanning/code-scanning#create-a-codeql-variant-analysis parameters: - - *364 - *365 + - *366 requestBody: required: true content: @@ -65769,7 +65784,7 @@ paths: type: object additionalProperties: false properties: - language: &466 + language: &467 type: string description: The language targeted by the CodeQL query enum: @@ -65848,7 +65863,7 @@ paths: description: Variant analysis submitted for processing content: application/json: - schema: &470 + schema: &471 title: Variant Analysis description: A run of a CodeQL query against one or more repositories. type: object @@ -65858,7 +65873,7 @@ paths: description: The ID of the variant analysis. controller_repo: *94 actor: *4 - query_language: *466 + query_language: *467 query_pack_url: type: string description: The download url for the query pack. @@ -65906,7 +65921,7 @@ paths: items: type: object properties: - repository: &467 + repository: &468 title: Repository Identifier description: Repository Identifier type: object @@ -65948,7 +65963,7 @@ paths: - private - stargazers_count - updated_at - analysis_status: &471 + analysis_status: &472 type: string description: The new status of the CodeQL variant analysis repository task. @@ -65980,7 +65995,7 @@ paths: from processing. This information is only available to the user that initiated the variant analysis. properties: - access_mismatch_repos: &468 + access_mismatch_repos: &469 type: object properties: repository_count: @@ -65995,7 +66010,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: *467 + items: *468 required: - repository_count - repositories @@ -66018,8 +66033,8 @@ paths: required: - repository_count - repository_full_names - no_codeql_db_repos: *468 - over_limit_repos: *468 + no_codeql_db_repos: *469 + over_limit_repos: *469 required: - access_mismatch_repos - not_found_repos @@ -66035,7 +66050,7 @@ paths: examples: repositories_parameter: summary: Response for a successful variant analysis submission - value: &469 + value: &470 summary: Default response value: id: 1 @@ -66187,10 +66202,10 @@ paths: private: false repository_owners: summary: Response for a successful variant analysis submission - value: *469 + value: *470 repository_lists: summary: Response for a successful variant analysis submission - value: *469 + value: *470 '404': *6 '422': description: Unable to process variant analysis submission @@ -66218,8 +66233,8 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/code-scanning/code-scanning#get-the-summary-of-a-codeql-variant-analysis parameters: - - *364 - *365 + - *366 - name: codeql_variant_analysis_id in: path description: The unique identifier of the variant analysis. @@ -66231,9 +66246,9 @@ paths: description: Response content: application/json: - schema: *470 + schema: *471 examples: - default: *469 + default: *470 '404': *6 '503': *128 x-github: @@ -66256,7 +66271,7 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/code-scanning/code-scanning#get-the-analysis-status-of-a-repository-in-a-codeql-variant-analysis parameters: - - *364 + - *365 - name: repo in: path description: The name of the controller repository. @@ -66291,7 +66306,7 @@ paths: type: object properties: repository: *94 - analysis_status: *471 + analysis_status: *472 artifact_size_in_bytes: type: integer description: The size of the artifact. This is only available @@ -66416,8 +66431,8 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/code-scanning/code-scanning#get-a-code-scanning-default-setup-configuration parameters: - - *364 - *365 + - *366 responses: '200': description: Response @@ -66499,7 +66514,7 @@ paths: query_suite: default updated_at: '2023-01-19T11:21:34Z' schedule: weekly - '403': *452 + '403': *453 '404': *6 '503': *128 x-github: @@ -66520,8 +66535,8 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/code-scanning/code-scanning#update-a-code-scanning-default-setup-configuration parameters: - - *364 - *365 + - *366 requestBody: required: true content: @@ -66605,7 +66620,7 @@ paths: value: run_id: 42 run_url: https://api.github.com/repos/octoorg/octocat/actions/runs/42 - '403': *458 + '403': *459 '404': *6 '409': description: Response if there is already a validation run in progress with @@ -66670,8 +66685,8 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/code-scanning/code-scanning#upload-an-analysis-as-sarif-data parameters: - - *364 - *365 + - *366 requestBody: required: true content: @@ -66679,7 +66694,7 @@ paths: schema: type: object properties: - commit_sha: *472 + commit_sha: *473 ref: type: string description: |- @@ -66739,7 +66754,7 @@ paths: schema: type: object properties: - id: *463 + id: *464 url: type: string description: The REST API URL for checking the status of the upload. @@ -66753,7 +66768,7 @@ 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': *458 + '403': *459 '404': *6 '413': description: Payload Too Large if the sarif field is too large @@ -66776,8 +66791,8 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/code-scanning/code-scanning#get-information-about-a-sarif-upload parameters: - - *364 - *365 + - *366 - name: sarif_id description: The SARIF ID obtained after uploading. in: path @@ -66825,7 +66840,7 @@ 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': *452 + '403': *453 '404': description: Not Found if the sarif id does not match any upload '503': *128 @@ -66850,8 +66865,8 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/code-security/configurations#get-the-code-security-configuration-associated-with-a-repository parameters: - - *364 - *365 + - *366 responses: '200': description: Response @@ -66932,8 +66947,8 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/repos/repos#list-codeowners-errors parameters: - - *364 - *365 + - *366 - 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 @@ -67061,8 +67076,8 @@ paths: parameters: - *17 - *19 - - *364 - *365 + - *366 responses: '200': description: Response @@ -67078,7 +67093,7 @@ paths: type: integer codespaces: type: array - items: *285 + items: *286 examples: default: value: @@ -67376,8 +67391,8 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/codespaces/codespaces#create-a-codespace-in-a-repository parameters: - - *364 - *365 + - *366 requestBody: required: true content: @@ -67441,17 +67456,17 @@ paths: description: Response when the codespace was successfully created content: application/json: - schema: *285 + schema: *286 examples: - default: *473 + default: *474 '202': description: Response when the codespace creation partially failed but is being retried in the background content: application/json: - schema: *285 + schema: *286 examples: - default: *473 + default: *474 '400': *14 '401': *23 '403': *27 @@ -67480,8 +67495,8 @@ paths: parameters: - *17 - *19 - - *364 - *365 + - *366 responses: '200': description: Response @@ -67545,8 +67560,8 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/codespaces/machines#list-available-machine-types-for-a-repository parameters: - - *364 - *365 + - *366 - name: location description: The location to check for available machines. Assigned by IP if not provided. @@ -67583,9 +67598,9 @@ paths: type: integer machines: type: array - items: *474 + items: *475 examples: - default: &705 + default: &706 value: total_count: 2 machines: @@ -67625,8 +67640,8 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/codespaces/codespaces#get-default-attributes-for-a-codespace parameters: - - *364 - *365 + - *366 - name: ref description: The branch or commit to check for a default devcontainer path. If not specified, the default branch will be checked. @@ -67713,8 +67728,8 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/codespaces/codespaces#check-if-permissions-defined-by-a-devcontainer-have-been-accepted-by-the-authenticated-user parameters: - - *364 - *365 + - *366 - 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 @@ -67783,8 +67798,8 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/codespaces/repository-secrets#list-repository-secrets parameters: - - *364 - *365 + - *366 - *17 - *19 responses: @@ -67802,7 +67817,7 @@ paths: type: integer secrets: type: array - items: &478 + items: &479 title: Codespaces Secret description: Set repository secrets for GitHub Codespaces. type: object @@ -67823,7 +67838,7 @@ paths: - created_at - updated_at examples: - default: *475 + default: *476 headers: Link: *37 x-github: @@ -67846,16 +67861,16 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/codespaces/repository-secrets#get-a-repository-public-key parameters: - - *364 - *365 + - *366 responses: '200': description: Response content: application/json: - schema: *476 + schema: *477 examples: - default: *477 + default: *478 x-github: githubCloudOnly: false enabledForGitHubApps: false @@ -67875,17 +67890,17 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/codespaces/repository-secrets#get-a-repository-secret parameters: - - *364 - *365 + - *366 - *199 responses: '200': description: Response content: application/json: - schema: *478 + schema: *479 examples: - default: *479 + default: *480 x-github: githubCloudOnly: false enabledForGitHubApps: true @@ -67905,8 +67920,8 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/codespaces/repository-secrets#create-or-update-a-repository-secret parameters: - - *364 - *365 + - *366 - *199 requestBody: required: true @@ -67959,8 +67974,8 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/codespaces/repository-secrets#delete-a-repository-secret parameters: - - *364 - *365 + - *366 - *199 responses: '204': @@ -67989,8 +68004,8 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/collaborators/collaborators#list-repository-collaborators parameters: - - *364 - *365 + - *366 - name: affiliation description: Filter collaborators returned by their affiliation. `outside` means all outside collaborators of an organization-owned repository. `direct` @@ -68028,7 +68043,7 @@ paths: application/json: schema: type: array - items: &480 + items: &481 title: Collaborator description: Collaborator type: object @@ -68221,8 +68236,8 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/collaborators/collaborators#check-if-a-user-is-a-repository-collaborator parameters: - - *364 - *365 + - *366 - *211 responses: '204': @@ -68265,8 +68280,8 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/collaborators/collaborators#add-a-repository-collaborator parameters: - - *364 - *365 + - *366 - *211 requestBody: required: false @@ -68293,7 +68308,7 @@ paths: description: Response when a new invitation is created content: application/json: - schema: &547 + schema: &548 title: Repository Invitation description: Repository invitations let you manage who you collaborate with. @@ -68514,8 +68529,8 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/collaborators/collaborators#remove-a-repository-collaborator parameters: - - *364 - *365 + - *366 - *211 responses: '204': @@ -68545,8 +68560,8 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/collaborators/collaborators#get-repository-permissions-for-a-user parameters: - - *364 - *365 + - *366 - *211 responses: '200': @@ -68567,7 +68582,7 @@ paths: user: anyOf: - type: 'null' - - *480 + - *481 required: - permission - role_name @@ -68621,8 +68636,8 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/commits/comments#list-commit-comments-for-a-repository parameters: - - *364 - *365 + - *366 - *17 - *19 responses: @@ -68632,7 +68647,7 @@ paths: application/json: schema: type: array - items: &481 + items: &482 title: Commit Comment description: Commit Comment type: object @@ -68690,7 +68705,7 @@ paths: - created_at - updated_at examples: - default: &484 + default: &485 value: - html_url: https://github.com/octocat/Hello-World/commit/6dcb09b5b57875f334f61aebed695e2e4193db5e#commitcomment-1 url: https://api.github.com/repos/octocat/Hello-World/comments/1 @@ -68749,17 +68764,17 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/commits/comments#get-a-commit-comment parameters: - - *364 - *365 + - *366 - *146 responses: '200': description: Response content: application/json: - schema: *481 + schema: *482 examples: - default: &485 + default: &486 value: html_url: https://github.com/octocat/Hello-World/commit/6dcb09b5b57875f334f61aebed695e2e4193db5e#commitcomment-1 url: https://api.github.com/repos/octocat/Hello-World/comments/1 @@ -68816,8 +68831,8 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/commits/comments#update-a-commit-comment parameters: - - *364 - *365 + - *366 - *146 requestBody: required: true @@ -68840,7 +68855,7 @@ paths: description: Response content: application/json: - schema: *481 + schema: *482 examples: default: value: @@ -68891,8 +68906,8 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/commits/comments#delete-a-commit-comment parameters: - - *364 - *365 + - *366 - *146 responses: '204': @@ -68914,8 +68929,8 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/reactions/reactions#list-reactions-for-a-commit-comment parameters: - - *364 - *365 + - *366 - *146 - name: content description: Returns a single [reaction type](https://docs.github.com/enterprise-cloud@latest//rest/reactions/reactions#about-reactions). @@ -68942,9 +68957,9 @@ paths: application/json: schema: type: array - items: *353 + items: *354 examples: - default: *355 + default: *356 headers: Link: *37 '404': *6 @@ -68965,8 +68980,8 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/reactions/reactions#create-reaction-for-a-commit-comment parameters: - - *364 - *365 + - *366 - *146 requestBody: required: true @@ -68999,16 +69014,16 @@ paths: description: Reaction exists content: application/json: - schema: *353 + schema: *354 examples: - default: *354 + default: *355 '201': description: Reaction created content: application/json: - schema: *353 + schema: *354 examples: - default: *354 + default: *355 '422': *15 x-github: githubCloudOnly: false @@ -69030,10 +69045,10 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/reactions/reactions#delete-a-commit-comment-reaction parameters: - - *364 - *365 + - *366 - *146 - - *356 + - *357 responses: '204': description: Response @@ -69082,8 +69097,8 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/commits/commits#list-commits parameters: - - *364 - *365 + - *366 - name: sha description: 'SHA or branch to start listing commits from. Default: the repository’s default branch (usually `main`).' @@ -69139,9 +69154,9 @@ paths: application/json: schema: type: array - items: *482 + items: *483 examples: - default: &595 + default: &596 value: - url: https://api.github.com/repos/octocat/Hello-World/commits/6dcb09b5b57875f334f61aebed695e2e4193db5e sha: 6dcb09b5b57875f334f61aebed695e2e4193db5e @@ -69235,9 +69250,9 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/commits/commits#list-branches-for-head-commit parameters: - - *364 - *365 - - &483 + - *366 + - &484 name: commit_sha description: The SHA of the commit. in: path @@ -69309,9 +69324,9 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/commits/comments#list-commit-comments parameters: - - *364 - *365 - - *483 + - *366 + - *484 - *17 - *19 responses: @@ -69321,9 +69336,9 @@ paths: application/json: schema: type: array - items: *481 + items: *482 examples: - default: *484 + default: *485 headers: Link: *37 x-github: @@ -69351,9 +69366,9 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/commits/comments#create-a-commit-comment parameters: - - *364 - *365 - - *483 + - *366 + - *484 requestBody: required: true content: @@ -69388,9 +69403,9 @@ paths: description: Response content: application/json: - schema: *481 + schema: *482 examples: - default: *485 + default: *486 headers: Location: example: https://api.github.com/repos/octocat/Hello-World/comments/1 @@ -69418,9 +69433,9 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/commits/commits#list-pull-requests-associated-with-a-commit parameters: - - *364 - *365 - - *483 + - *366 + - *484 - *17 - *19 responses: @@ -69430,7 +69445,7 @@ paths: application/json: schema: type: array - items: &586 + items: &587 title: Pull Request Simple description: Pull Request Simple type: object @@ -69550,7 +69565,7 @@ paths: milestone: anyOf: - type: 'null' - - *486 + - *487 active_lock_reason: type: - string @@ -69649,7 +69664,7 @@ paths: _links: type: object properties: - comments: &487 + comments: &488 title: Link description: Hypermedia Link type: object @@ -69658,13 +69673,13 @@ paths: type: string required: - href - commits: *487 - statuses: *487 - html: *487 - issue: *487 - review_comments: *487 - review_comment: *487 - self: *487 + commits: *488 + statuses: *488 + html: *488 + issue: *488 + review_comments: *488 + review_comment: *488 + self: *488 required: - comments - commits @@ -69675,7 +69690,7 @@ paths: - review_comment - self author_association: *134 - auto_merge: &588 + auto_merge: &589 title: Auto merge description: The status of auto merging a pull request. type: @@ -69740,7 +69755,7 @@ paths: - author_association - auto_merge examples: - default: &587 + default: &588 value: - url: https://api.github.com/repos/octocat/Hello-World/pulls/1347 id: 1 @@ -70277,11 +70292,11 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/commits/commits#get-a-commit parameters: - - *364 - *365 + - *366 - *19 - *17 - - &488 + - &489 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)" @@ -70296,9 +70311,9 @@ paths: description: Response content: application/json: - schema: *482 + schema: *483 examples: - default: &574 + default: &575 value: url: https://api.github.com/repos/octocat/Hello-World/commits/6dcb09b5b57875f334f61aebed695e2e4193db5e sha: 6dcb09b5b57875f334f61aebed695e2e4193db5e @@ -70411,11 +70426,11 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/checks/runs#list-check-runs-for-a-git-reference parameters: - - *364 - *365 - - *488 + - *366 - *489 - *490 + - *491 - name: filter description: Filters check runs by their `completed_at` timestamp. `latest` returns the most recent check runs. @@ -70449,9 +70464,9 @@ paths: type: integer check_runs: type: array - items: *437 + items: *438 examples: - default: *491 + default: *492 headers: Link: *37 x-github: @@ -70476,9 +70491,9 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/checks/suites#list-check-suites-for-a-git-reference parameters: - - *364 - *365 - - *488 + - *366 + - *489 - name: app_id description: Filters check suites by GitHub App `id`. in: query @@ -70486,7 +70501,7 @@ paths: schema: type: integer example: 1 - - *489 + - *490 - *17 - *19 responses: @@ -70504,7 +70519,7 @@ paths: type: integer check_suites: type: array - items: *441 + items: *442 examples: default: value: @@ -70704,9 +70719,9 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/commits/statuses#get-the-combined-status-for-a-specific-reference parameters: - - *364 - *365 - - *488 + - *366 + - *489 - *17 - *19 responses: @@ -70908,9 +70923,9 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/commits/statuses#list-commit-statuses-for-a-reference parameters: - - *364 - *365 - - *488 + - *366 + - *489 - *17 - *19 responses: @@ -70920,7 +70935,7 @@ paths: application/json: schema: type: array - items: &653 + items: &654 title: Status description: The status of a commit. type: object @@ -71001,7 +71016,7 @@ paths: site_admin: false headers: Link: *37 - '301': *378 + '301': *379 x-github: githubCloudOnly: false enabledForGitHubApps: true @@ -71029,8 +71044,8 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/metrics/community#get-community-profile-metrics parameters: - - *364 - *365 + - *366 responses: '200': description: Response @@ -71063,11 +71078,11 @@ paths: code_of_conduct: anyOf: - type: 'null' - - *492 + - *493 code_of_conduct_file: anyOf: - type: 'null' - - &493 + - &494 title: Community Health File type: object properties: @@ -71087,19 +71102,19 @@ paths: contributing: anyOf: - type: 'null' - - *493 + - *494 readme: anyOf: - type: 'null' - - *493 + - *494 issue_template: anyOf: - type: 'null' - - *493 + - *494 pull_request_template: anyOf: - type: 'null' - - *493 + - *494 required: - code_of_conduct - code_of_conduct_file @@ -71228,8 +71243,8 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/commits/commits#compare-two-commits parameters: - - *364 - *365 + - *366 - *19 - *17 - name: basehead @@ -71277,8 +71292,8 @@ paths: format: uri examples: - https://github.com/octocat/Hello-World/compare/master...topic.patch - base_commit: *482 - merge_base_commit: *482 + base_commit: *483 + merge_base_commit: *483 status: type: string enum: @@ -71302,10 +71317,10 @@ paths: - 6 commits: type: array - items: *482 + items: *483 files: type: array - items: *494 + items: *495 required: - url - html_url @@ -71591,8 +71606,8 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/repos/contents#get-repository-content parameters: - - *364 - *365 + - *366 - name: path description: path parameter in: path @@ -71745,7 +71760,7 @@ paths: - type - url examples: - response-if-content-is-a-file: &495 + response-if-content-is-a-file: &496 summary: Response if content is a file value: type: file @@ -71882,7 +71897,7 @@ paths: - size - type - url - - &600 + - &601 title: Content File description: Content File type: object @@ -72100,7 +72115,7 @@ paths: - url - submodule_git_url examples: - response-if-content-is-a-file: *495 + response-if-content-is-a-file: *496 response-if-content-is-a-directory: summary: Response if content is a directory and the application/json media type is requested @@ -72169,7 +72184,7 @@ paths: html: https://github.com/jquery/qunit/tree/6ca3721222109997540bd6d9ccd396902e0ad2f9 '404': *6 '403': *27 - '302': *496 + '302': *497 '304': *35 x-github: githubCloudOnly: false @@ -72192,8 +72207,8 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/repos/contents#create-or-update-file-contents parameters: - - *364 - *365 + - *366 - name: path description: path parameter in: path @@ -72288,7 +72303,7 @@ paths: description: Response content: application/json: - schema: &497 + schema: &498 title: File Commit description: File Commit type: object @@ -72444,7 +72459,7 @@ paths: description: Response content: application/json: - schema: *497 + schema: *498 examples: example-for-creating-a-file: value: @@ -72498,7 +72513,7 @@ paths: schema: oneOf: - *3 - - &529 + - &530 description: Repository rule violation was detected type: object properties: @@ -72519,7 +72534,7 @@ paths: items: type: object properties: - placeholder_id: &645 + placeholder_id: &646 description: The ID of the push protection bypass placeholder. This value is returned on any push protected routes. @@ -72551,8 +72566,8 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/repos/contents#delete-a-file parameters: - - *364 - *365 + - *366 - name: path description: path parameter in: path @@ -72613,7 +72628,7 @@ paths: description: Response content: application/json: - schema: *497 + schema: *498 examples: default: value: @@ -72668,8 +72683,8 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/repos/repos#list-repository-contributors parameters: - - *364 - *365 + - *366 - name: anon description: Set to `1` or `true` to include anonymous contributors in results. in: query @@ -72793,8 +72808,8 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/dependabot/alerts#list-dependabot-alerts-for-a-repository parameters: - - *364 - *365 + - *366 - *242 - *243 - *244 @@ -72808,6 +72823,7 @@ paths: - *246 - *247 - *248 + - *249 - *84 - name: page description: "**Closing down notice**. Page number of the results to fetch. @@ -72827,8 +72843,8 @@ paths: default: 30 - *82 - *83 - - *249 - *250 + - *251 responses: '200': description: Response @@ -72836,7 +72852,7 @@ paths: application/json: schema: type: array - items: &500 + items: &501 type: object description: A Dependabot alert. properties: @@ -72886,7 +72902,7 @@ paths: - direct - transitive - - security_advisory: *498 + security_advisory: *499 security_vulnerability: *100 url: *101 html_url: *102 @@ -72917,7 +72933,7 @@ paths: dismissal. maxLength: 280 fixed_at: *106 - auto_dismissed_at: *499 + auto_dismissed_at: *500 required: - number - state @@ -73147,9 +73163,9 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/dependabot/alerts#get-a-dependabot-alert parameters: - - *364 - *365 - - &501 + - *366 + - &502 name: alert_number in: path description: |- @@ -73164,7 +73180,7 @@ paths: description: Response content: application/json: - schema: *500 + schema: *501 examples: default: value: @@ -73277,9 +73293,9 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/dependabot/alerts#update-a-dependabot-alert parameters: - - *364 - *365 - - *501 + - *366 + - *502 requestBody: required: true content: @@ -73324,7 +73340,7 @@ paths: description: Response content: application/json: - schema: *500 + schema: *501 examples: default: value: @@ -73453,8 +73469,8 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/dependabot/secrets#list-repository-secrets parameters: - - *364 - *365 + - *366 - *17 - *19 responses: @@ -73472,7 +73488,7 @@ paths: type: integer secrets: type: array - items: &504 + items: &505 title: Dependabot Secret description: Set secrets for Dependabot. type: object @@ -73526,16 +73542,16 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/dependabot/secrets#get-a-repository-public-key parameters: - - *364 - *365 + - *366 responses: '200': description: Response content: application/json: - schema: *502 + schema: *503 examples: - default: *503 + default: *504 x-github: githubCloudOnly: false enabledForGitHubApps: true @@ -73555,15 +73571,15 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/dependabot/secrets#get-a-repository-secret parameters: - - *364 - *365 + - *366 - *199 responses: '200': description: Response content: application/json: - schema: *504 + schema: *505 examples: default: value: @@ -73589,8 +73605,8 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/dependabot/secrets#create-or-update-a-repository-secret parameters: - - *364 - *365 + - *366 - *199 requestBody: required: true @@ -73643,8 +73659,8 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/dependabot/secrets#delete-a-repository-secret parameters: - - *364 - *365 + - *366 - *199 responses: '204': @@ -73667,8 +73683,8 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/dependency-graph/dependency-review#get-a-diff-of-the-dependencies-between-commits parameters: - - *364 - *365 + - *366 - 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 @@ -73842,8 +73858,8 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/dependency-graph/sboms#export-a-software-bill-of-materials-sbom-for-a-repository parameters: - - *364 - *365 + - *366 responses: '200': description: Response @@ -74103,8 +74119,8 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/dependency-graph/dependency-submission#create-a-snapshot-of-dependencies-for-a-repository parameters: - - *364 - *365 + - *366 requestBody: required: true content: @@ -74187,7 +74203,7 @@ paths: - version - url additionalProperties: false - metadata: &505 + metadata: &506 title: metadata description: User-defined metadata to store domain-specific information limited to 8 keys with scalar values. @@ -74226,7 +74242,7 @@ paths: examples: - "/src/build/package-lock.json" additionalProperties: false - metadata: *505 + metadata: *506 resolved: type: object description: A collection of resolved package dependencies. @@ -74240,7 +74256,7 @@ paths: pattern: "^pkg" examples: - pkg:/npm/%40actions/http-client@1.0.11 - metadata: *505 + metadata: *506 relationship: type: string description: A notation of whether a dependency is requested @@ -74373,8 +74389,8 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/deployments/deployments#list-deployments parameters: - - *364 - *365 + - *366 - name: sha description: The SHA recorded at creation time. in: query @@ -74415,9 +74431,9 @@ paths: application/json: schema: type: array - items: *506 + items: *507 examples: - default: *507 + default: *508 headers: Link: *37 x-github: @@ -74483,8 +74499,8 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/deployments/deployments#create-a-deployment parameters: - - *364 - *365 + - *366 requestBody: required: true content: @@ -74566,7 +74582,7 @@ paths: description: Response content: application/json: - schema: *506 + schema: *507 examples: simple-example: summary: Simple example @@ -74639,9 +74655,9 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/deployments/deployments#get-a-deployment parameters: - - *364 - *365 - - &508 + - *366 + - &509 name: deployment_id description: deployment_id parameter in: path @@ -74653,7 +74669,7 @@ paths: description: Response content: application/json: - schema: *506 + schema: *507 examples: default: value: @@ -74718,9 +74734,9 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/deployments/deployments#delete-a-deployment parameters: - - *364 - *365 - - *508 + - *366 + - *509 responses: '204': description: Response @@ -74742,9 +74758,9 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/deployments/statuses#list-deployment-statuses parameters: - - *364 - *365 - - *508 + - *366 + - *509 - *17 - *19 responses: @@ -74754,7 +74770,7 @@ paths: application/json: schema: type: array - items: &509 + items: &510 title: Deployment Status description: The status of a deployment. type: object @@ -74918,9 +74934,9 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/deployments/statuses#create-a-deployment-status parameters: - - *364 - *365 - - *508 + - *366 + - *509 requestBody: required: true content: @@ -74995,9 +75011,9 @@ paths: description: Response content: application/json: - schema: *509 + schema: *510 examples: - default: &510 + default: &511 value: url: https://api.github.com/repos/octocat/example/deployments/42/statuses/1 id: 1 @@ -75053,9 +75069,9 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/deployments/statuses#get-a-deployment-status parameters: - - *364 - *365 - - *508 + - *366 + - *509 - name: status_id in: path required: true @@ -75066,9 +75082,9 @@ paths: description: Response content: application/json: - schema: *509 + schema: *510 examples: - default: *510 + default: *511 '404': *6 x-github: githubCloudOnly: false @@ -75095,12 +75111,12 @@ paths: category: secret-scanning subcategory: alert-dismissal-requests parameters: - - *364 - *365 + - *366 - *212 - *213 - *214 - - *511 + - *512 - *17 - *19 responses: @@ -75110,9 +75126,9 @@ paths: application/json: schema: type: array - items: *512 + items: *513 examples: - default: *513 + default: *514 '404': *6 '403': *27 '500': *95 @@ -75137,8 +75153,8 @@ paths: category: secret-scanning subcategory: alert-dismissal-requests parameters: - - *364 - *365 + - *366 - name: alert_number in: path required: true @@ -75150,7 +75166,7 @@ paths: description: A single dismissal request. content: application/json: - schema: *512 + schema: *513 examples: default: value: @@ -75207,8 +75223,8 @@ paths: category: secret-scanning subcategory: alert-dismissal-requests parameters: - - *364 - *365 + - *366 - name: alert_number in: path required: true @@ -75277,8 +75293,8 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/repos/repos#create-a-repository-dispatch-event parameters: - - *364 - *365 + - *366 requestBody: required: true content: @@ -75335,8 +75351,8 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/deployments/environments#list-environments parameters: - - *364 - *365 + - *366 - *17 - *19 responses: @@ -75354,7 +75370,7 @@ paths: - 5 environments: type: array - items: &515 + items: &516 title: Environment description: Details of a deployment environment type: object @@ -75416,7 +75432,7 @@ paths: type: string examples: - wait_timer - wait_timer: &517 + wait_timer: &518 type: integer description: The amount of time to delay a job after the job is initially triggered. The time (in minutes) @@ -75458,7 +75474,7 @@ paths: items: type: object properties: - type: *514 + type: *515 reviewer: anyOf: - *4 @@ -75485,7 +75501,7 @@ paths: - id - node_id - type - deployment_branch_policy: &518 + deployment_branch_policy: &519 type: - object - 'null' @@ -75602,9 +75618,9 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/deployments/environments#get-an-environment parameters: - - *364 - *365 - - &516 + - *366 + - &517 name: environment_name in: path required: true @@ -75617,9 +75633,9 @@ paths: description: Response content: application/json: - schema: *515 + schema: *516 examples: - default: &519 + default: &520 value: id: 161088068 node_id: MDExOkVudmlyb25tZW50MTYxMDg4MDY4 @@ -75703,9 +75719,9 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/deployments/environments#create-or-update-an-environment parameters: - - *364 - *365 - - *516 + - *366 + - *517 requestBody: required: false content: @@ -75715,7 +75731,7 @@ paths: - object - 'null' properties: - wait_timer: *517 + wait_timer: *518 prevent_self_review: type: boolean description: Whether or not a user who created the job is prevented @@ -75734,14 +75750,14 @@ paths: items: type: object properties: - type: *514 + type: *515 id: type: integer description: The id of the user or team who can review the deployment examples: - 4532992 - deployment_branch_policy: *518 + deployment_branch_policy: *519 additionalProperties: false examples: default: @@ -75761,9 +75777,9 @@ paths: description: Response content: application/json: - schema: *515 + schema: *516 examples: - default: *519 + default: *520 '422': description: Validation error when the environment name is invalid or when `protected_branches` and `custom_branch_policies` in `deployment_branch_policy` @@ -75787,9 +75803,9 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/deployments/environments#delete-an-environment parameters: - - *364 - *365 - - *516 + - *366 + - *517 responses: '204': description: Default response @@ -75814,9 +75830,9 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/deployments/branch-policies#list-deployment-branch-policies parameters: - - *364 - *365 - - *516 + - *366 + - *517 - *17 - *19 responses: @@ -75835,7 +75851,7 @@ paths: - 2 branch_policies: type: array - items: &520 + items: &521 title: Deployment branch policy description: Details of a deployment branch or tag policy. type: object @@ -75896,9 +75912,9 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/deployments/branch-policies#create-a-deployment-branch-policy parameters: - - *364 - *365 - - *516 + - *366 + - *517 requestBody: required: true content: @@ -75946,9 +75962,9 @@ paths: description: Response content: application/json: - schema: *520 + schema: *521 examples: - example-wildcard: &521 + example-wildcard: &522 value: id: 364662 node_id: MDE2OkdhdGVCcmFuY2hQb2xpY3kzNjQ2NjI= @@ -75990,10 +76006,10 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/deployments/branch-policies#get-a-deployment-branch-policy parameters: - - *364 - *365 - - *516 - - &522 + - *366 + - *517 + - &523 name: branch_policy_id in: path required: true @@ -76005,9 +76021,9 @@ paths: description: Response content: application/json: - schema: *520 + schema: *521 examples: - default: *521 + default: *522 x-github: githubCloudOnly: false enabledForGitHubApps: true @@ -76026,10 +76042,10 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/deployments/branch-policies#update-a-deployment-branch-policy parameters: - - *364 - *365 - - *516 - - *522 + - *366 + - *517 + - *523 requestBody: required: true content: @@ -76058,9 +76074,9 @@ paths: description: Response content: application/json: - schema: *520 + schema: *521 examples: - default: *521 + default: *522 x-github: githubCloudOnly: false enabledForGitHubApps: true @@ -76079,10 +76095,10 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/deployments/branch-policies#delete-a-deployment-branch-policy parameters: - - *364 - *365 - - *516 - - *522 + - *366 + - *517 + - *523 responses: '204': description: Response @@ -76107,9 +76123,9 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/deployments/protection-rules#get-all-deployment-protection-rules-for-an-environment parameters: - - *516 + - *517 + - *366 - *365 - - *364 responses: '200': description: List of deployment protection rules @@ -76126,7 +76142,7 @@ paths: - 10 custom_deployment_protection_rules: type: array - items: &523 + items: &524 title: Deployment protection rule description: Deployment protection rule type: object @@ -76148,7 +76164,7 @@ paths: for the environment. examples: - true - app: &524 + app: &525 title: Custom deployment protection rule app description: A GitHub App that is providing a custom deployment protection rule. @@ -76251,9 +76267,9 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/deployments/protection-rules#create-a-custom-deployment-protection-rule-on-an-environment parameters: - - *516 + - *517 + - *366 - *365 - - *364 requestBody: content: application/json: @@ -76274,9 +76290,9 @@ paths: description: The enabled custom deployment protection rule content: application/json: - schema: *523 + schema: *524 examples: - default: &525 + default: &526 value: id: 3 node_id: IEH37kRlcGxveW1lbnRTdGF0ddiv @@ -76311,9 +76327,9 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/deployments/protection-rules#list-custom-deployment-rule-integrations-available-for-an-environment parameters: - - *516 + - *517 + - *366 - *365 - - *364 - *19 - *17 responses: @@ -76333,7 +76349,7 @@ paths: - 35 available_custom_deployment_protection_rule_integrations: type: array - items: *524 + items: *525 examples: default: value: @@ -76368,10 +76384,10 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/deployments/protection-rules#get-a-custom-deployment-protection-rule parameters: - - *364 - *365 - - *516 - - &526 + - *366 + - *517 + - &527 name: protection_rule_id description: The unique identifier of the protection rule. in: path @@ -76383,9 +76399,9 @@ paths: description: Response content: application/json: - schema: *523 + schema: *524 examples: - default: *525 + default: *526 x-github: githubCloudOnly: false enabledForGitHubApps: true @@ -76406,10 +76422,10 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/deployments/protection-rules#disable-a-custom-protection-rule-for-an-environment parameters: - - *516 + - *517 + - *366 - *365 - - *364 - - *526 + - *527 responses: '204': description: Response @@ -76435,9 +76451,9 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/actions/secrets#list-environment-secrets parameters: - - *364 - *365 - - *516 + - *366 + - *517 - *17 - *19 responses: @@ -76455,9 +76471,9 @@ paths: type: integer secrets: type: array - items: *401 + items: *402 examples: - default: *402 + default: *403 headers: Link: *37 x-github: @@ -76482,17 +76498,17 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/actions/secrets#get-an-environment-public-key parameters: - - *364 - *365 - - *516 + - *366 + - *517 responses: '200': description: Response content: application/json: - schema: *403 + schema: *404 examples: - default: *404 + default: *405 x-github: githubCloudOnly: false enabledForGitHubApps: true @@ -76514,18 +76530,18 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/actions/secrets#get-an-environment-secret parameters: - - *364 - *365 - - *516 + - *366 + - *517 - *199 responses: '200': description: Response content: application/json: - schema: *401 + schema: *402 examples: - default: *527 + default: *528 x-github: githubCloudOnly: false enabledForGitHubApps: true @@ -76547,9 +76563,9 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/actions/secrets#create-or-update-an-environment-secret parameters: - - *364 - *365 - - *516 + - *366 + - *517 - *199 requestBody: required: true @@ -76607,9 +76623,9 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/actions/secrets#delete-an-environment-secret parameters: - - *364 - *365 - - *516 + - *366 + - *517 - *199 responses: '204': @@ -76635,10 +76651,10 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/actions/variables#list-environment-variables parameters: - - *364 - *365 - - *516 - - *388 + - *366 + - *517 + - *389 - *19 responses: '200': @@ -76655,9 +76671,9 @@ paths: type: integer variables: type: array - items: *405 + items: *406 examples: - default: *406 + default: *407 headers: Link: *37 x-github: @@ -76680,9 +76696,9 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/actions/variables#create-an-environment-variable parameters: - - *364 - *365 - - *516 + - *366 + - *517 requestBody: required: true content: @@ -76734,18 +76750,18 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/actions/variables#get-an-environment-variable parameters: - - *364 - *365 - - *516 + - *366 + - *517 - *202 responses: '200': description: Response content: application/json: - schema: *405 + schema: *406 examples: - default: *528 + default: *529 x-github: githubCloudOnly: false enabledForGitHubApps: true @@ -76766,10 +76782,10 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/actions/variables#update-an-environment-variable parameters: - - *364 - *365 + - *366 - *202 - - *516 + - *517 requestBody: required: true content: @@ -76811,10 +76827,10 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/actions/variables#delete-an-environment-variable parameters: - - *364 - *365 + - *366 - *202 - - *516 + - *517 responses: '204': description: Response @@ -76836,8 +76852,8 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/activity/events#list-repository-events parameters: - - *364 - *365 + - *366 - *17 - *19 responses: @@ -76914,8 +76930,8 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/repos/forks#list-forks parameters: - - *364 - *365 + - *366 - name: sort description: The sort order. `stargazers` will sort by star count. in: query @@ -77074,8 +77090,8 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/repos/forks#create-a-fork parameters: - - *364 - *365 + - *366 requestBody: required: false content: @@ -77108,9 +77124,9 @@ paths: description: Response content: application/json: - schema: *377 + schema: *378 examples: - default: *379 + default: *380 '400': *14 '422': *15 '403': *27 @@ -77131,8 +77147,8 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/git/blobs#create-a-blob parameters: - - *364 - *365 + - *366 requestBody: required: true content: @@ -77192,7 +77208,7 @@ paths: schema: oneOf: - *172 - - *529 + - *530 x-github: githubCloudOnly: false enabledForGitHubApps: true @@ -77217,8 +77233,8 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/git/blobs#get-a-blob parameters: - - *364 - *365 + - *366 - name: file_sha in: path required: true @@ -77318,8 +77334,8 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/git/commits#create-a-commit parameters: - - *364 - *365 + - *366 requestBody: required: true content: @@ -77428,7 +77444,7 @@ paths: description: Response content: application/json: - schema: &530 + schema: &531 title: Git Commit description: Low-level Git commit operations within a repository type: object @@ -77655,15 +77671,15 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/git/commits#get-a-commit-object parameters: - - *364 - *365 - - *483 + - *366 + - *484 responses: '200': description: Response content: application/json: - schema: *530 + schema: *531 examples: default: value: @@ -77719,9 +77735,9 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/git/refs#list-matching-references parameters: - - *364 - *365 - - &531 + - *366 + - &532 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. @@ -77738,7 +77754,7 @@ paths: application/json: schema: type: array - items: &532 + items: &533 title: Git Reference description: Git references within a repository type: object @@ -77814,17 +77830,17 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/git/refs#get-a-reference parameters: - - *364 - *365 - - *531 + - *366 + - *532 responses: '200': description: Response content: application/json: - schema: *532 + schema: *533 examples: - default: &533 + default: &534 value: ref: refs/heads/featureA node_id: MDM6UmVmcmVmcy9oZWFkcy9mZWF0dXJlQQ== @@ -77853,8 +77869,8 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/git/refs#create-a-reference parameters: - - *364 - *365 + - *366 requestBody: required: true content: @@ -77883,9 +77899,9 @@ paths: description: Response content: application/json: - schema: *532 + schema: *533 examples: - default: *533 + default: *534 headers: Location: example: https://api.github.com/repos/octocat/Hello-World/git/refs/heads/featureA @@ -77911,9 +77927,9 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/git/refs#update-a-reference parameters: - - *364 - *365 - - *531 + - *366 + - *532 requestBody: required: true content: @@ -77942,9 +77958,9 @@ paths: description: Response content: application/json: - schema: *532 + schema: *533 examples: - default: *533 + default: *534 '422': *15 '409': *92 x-github: @@ -77962,9 +77978,9 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/git/refs#delete-a-reference parameters: - - *364 - *365 - - *531 + - *366 + - *532 responses: '204': description: Response @@ -78019,8 +78035,8 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/git/tags#create-a-tag-object parameters: - - *364 - *365 + - *366 requestBody: required: true content: @@ -78087,7 +78103,7 @@ paths: description: Response content: application/json: - schema: &535 + schema: &536 title: Git Tag description: Metadata for a Git tag type: object @@ -78143,7 +78159,7 @@ paths: - sha - type - url - verification: *534 + verification: *535 required: - sha - url @@ -78153,7 +78169,7 @@ paths: - tag - message examples: - default: &536 + default: &537 value: node_id: MDM6VGFnOTQwYmQzMzYyNDhlZmFlMGY5ZWU1YmM3YjJkNWM5ODU4ODdiMTZhYw== tag: v0.0.1 @@ -78226,8 +78242,8 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/git/tags#get-a-tag parameters: - - *364 - *365 + - *366 - name: tag_sha in: path required: true @@ -78238,9 +78254,9 @@ paths: description: Response content: application/json: - schema: *535 + schema: *536 examples: - default: *536 + default: *537 '404': *6 '409': *92 x-github: @@ -78264,8 +78280,8 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/git/trees#create-a-tree parameters: - - *364 - *365 + - *366 requestBody: required: true content: @@ -78339,7 +78355,7 @@ paths: description: Response content: application/json: - schema: &537 + schema: &538 title: Git Tree description: The hierarchy between files in a Git repository. type: object @@ -78441,8 +78457,8 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/git/trees#get-a-tree parameters: - - *364 - *365 + - *366 - name: tree_sha description: The SHA1 value or ref (branch or tag) name of the tree. in: path @@ -78465,7 +78481,7 @@ paths: description: Response content: application/json: - schema: *537 + schema: *538 examples: default-response: summary: Default response @@ -78524,8 +78540,8 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/repos/webhooks#list-repository-webhooks parameters: - - *364 - *365 + - *366 - *17 - *19 responses: @@ -78535,7 +78551,7 @@ paths: application/json: schema: type: array - items: &538 + items: &539 title: Webhook description: Webhooks for repositories. type: object @@ -78598,7 +78614,7 @@ paths: format: uri examples: - https://api.github.com/repos/octocat/Hello-World/hooks/1/deliveries - last_response: &779 + last_response: &780 title: Hook Response type: object properties: @@ -78675,8 +78691,8 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/repos/webhooks#create-a-repository-webhook parameters: - - *364 - *365 + - *366 requestBody: required: false content: @@ -78729,9 +78745,9 @@ paths: description: Response content: application/json: - schema: *538 + schema: *539 examples: - default: &539 + default: &540 value: type: Repository id: 12345678 @@ -78779,17 +78795,17 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/repos/webhooks#get-a-repository-webhook parameters: - - *364 - *365 - - *256 + - *366 + - *257 responses: '200': description: Response content: application/json: - schema: *538 + schema: *539 examples: - default: *539 + default: *540 '404': *6 x-github: githubCloudOnly: false @@ -78809,9 +78825,9 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/repos/webhooks#update-a-repository-webhook parameters: - - *364 - *365 - - *256 + - *366 + - *257 requestBody: required: true content: @@ -78856,9 +78872,9 @@ paths: description: Response content: application/json: - schema: *538 + schema: *539 examples: - default: *539 + default: *540 '422': *15 '404': *6 x-github: @@ -78879,9 +78895,9 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/repos/webhooks#delete-a-repository-webhook parameters: - - *364 - *365 - - *256 + - *366 + - *257 responses: '204': description: Response @@ -78905,9 +78921,9 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/repos/webhooks#get-a-webhook-configuration-for-a-repository parameters: - - *364 - *365 - - *256 + - *366 + - *257 responses: '200': description: Response @@ -78934,9 +78950,9 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/repos/webhooks#update-a-webhook-configuration-for-a-repository parameters: - - *364 - *365 - - *256 + - *366 + - *257 requestBody: required: false content: @@ -78980,11 +78996,11 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/repos/webhooks#list-deliveries-for-a-repository-webhook parameters: - - *364 - *365 - - *256 - - *17 + - *366 - *257 + - *17 + - *258 responses: '200': description: Response @@ -78992,9 +79008,9 @@ paths: application/json: schema: type: array - items: *258 + items: *259 examples: - default: *259 + default: *260 '400': *14 '422': *15 x-github: @@ -79013,18 +79029,18 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/repos/webhooks#get-a-delivery-for-a-repository-webhook parameters: - - *364 - *365 - - *256 + - *366 + - *257 - *16 responses: '200': description: Response content: application/json: - schema: *260 + schema: *261 examples: - default: *261 + default: *262 '400': *14 '422': *15 x-github: @@ -79043,9 +79059,9 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/repos/webhooks#redeliver-a-delivery-for-a-repository-webhook parameters: - - *364 - *365 - - *256 + - *366 + - *257 - *16 responses: '202': *93 @@ -79068,9 +79084,9 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/repos/webhooks#ping-a-repository-webhook parameters: - - *364 - *365 - - *256 + - *366 + - *257 responses: '204': description: Response @@ -79095,9 +79111,9 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/repos/webhooks#test-the-push-repository-webhook parameters: - - *364 - *365 - - *256 + - *366 + - *257 responses: '204': description: Response @@ -79155,14 +79171,14 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/migrations/source-imports#get-an-import-status parameters: - - *364 - *365 + - *366 responses: '200': description: Response content: application/json: - schema: &540 + schema: &541 title: Import description: A repository import from an external source. type: object @@ -79269,7 +79285,7 @@ paths: - html_url - authors_url examples: - default: &543 + default: &544 value: vcs: subversion use_lfs: true @@ -79285,7 +79301,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': &541 + '503': &542 description: Unavailable due to service under maintenance. content: application/json: @@ -79314,8 +79330,8 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/migrations/source-imports#start-an-import parameters: - - *364 - *365 + - *366 requestBody: required: true content: @@ -79363,7 +79379,7 @@ paths: description: Response content: application/json: - schema: *540 + schema: *541 examples: default: value: @@ -79388,7 +79404,7 @@ paths: type: string '422': *15 '404': *6 - '503': *541 + '503': *542 x-github: githubCloudOnly: false enabledForGitHubApps: true @@ -79416,8 +79432,8 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/migrations/source-imports#update-an-import parameters: - - *364 - *365 + - *366 requestBody: required: false content: @@ -79469,7 +79485,7 @@ paths: description: Response content: application/json: - schema: *540 + schema: *541 examples: example-1: summary: Example 1 @@ -79517,7 +79533,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': *541 + '503': *542 x-github: githubCloudOnly: false enabledForGitHubApps: true @@ -79540,12 +79556,12 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/migrations/source-imports#cancel-an-import parameters: - - *364 - *365 + - *366 responses: '204': description: Response - '503': *541 + '503': *542 x-github: githubCloudOnly: false enabledForGitHubApps: true @@ -79571,9 +79587,9 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/migrations/source-imports#get-commit-authors parameters: - - *364 - *365 - - &728 + - *366 + - &729 name: since description: A user ID. Only return users with an ID greater than this ID. in: query @@ -79587,7 +79603,7 @@ paths: application/json: schema: type: array - items: &542 + items: &543 title: Porter Author description: Porter Author type: object @@ -79641,7 +79657,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': *541 + '503': *542 x-github: githubCloudOnly: false enabledForGitHubApps: true @@ -79666,8 +79682,8 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/migrations/source-imports#map-a-commit-author parameters: - - *364 - *365 + - *366 - name: author_id in: path required: true @@ -79697,7 +79713,7 @@ paths: description: Response content: application/json: - schema: *542 + schema: *543 examples: default: value: @@ -79710,7 +79726,7 @@ paths: import_url: https://api.github.com/repos/octocat/socm/import '422': *15 '404': *6 - '503': *541 + '503': *542 x-github: githubCloudOnly: false enabledForGitHubApps: true @@ -79734,8 +79750,8 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/migrations/source-imports#get-large-files parameters: - - *364 - *365 + - *366 responses: '200': description: Response @@ -79776,7 +79792,7 @@ paths: path: foo/bar/3 oid: c20ad4d76fe97759aa27a0c99bff6710 size: 12582912 - '503': *541 + '503': *542 x-github: githubCloudOnly: false enabledForGitHubApps: true @@ -79804,8 +79820,8 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/migrations/source-imports#update-git-lfs-preference parameters: - - *364 - *365 + - *366 requestBody: required: true content: @@ -79832,11 +79848,11 @@ paths: description: Response content: application/json: - schema: *540 + schema: *541 examples: - default: *543 + default: *544 '422': *15 - '503': *541 + '503': *542 x-github: githubCloudOnly: false enabledForGitHubApps: true @@ -79859,8 +79875,8 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/apps/apps#get-a-repository-installation-for-the-authenticated-app parameters: - - *364 - *365 + - *366 responses: '200': description: Response @@ -79868,8 +79884,8 @@ paths: application/json: schema: *20 examples: - default: *544 - '301': *378 + default: *545 + '301': *379 '404': *6 x-github: githubCloudOnly: false @@ -79889,8 +79905,8 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/interactions/repos#get-interaction-restrictions-for-a-repository parameters: - - *364 - *365 + - *366 responses: '200': description: Response @@ -79898,12 +79914,12 @@ paths: application/json: schema: anyOf: - - *274 + - *275 - type: object properties: {} additionalProperties: false examples: - default: &546 + default: &547 value: limit: collaborators_only origin: repository @@ -79928,13 +79944,13 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/interactions/repos#set-interaction-restrictions-for-a-repository parameters: - - *364 - *365 + - *366 requestBody: required: true content: application/json: - schema: *545 + schema: *546 examples: default: summary: Example request body @@ -79946,9 +79962,9 @@ paths: description: Response content: application/json: - schema: *274 + schema: *275 examples: - default: *546 + default: *547 '409': description: Response x-github: @@ -79970,8 +79986,8 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/interactions/repos#remove-interaction-restrictions-for-a-repository parameters: - - *364 - *365 + - *366 responses: '204': description: Response @@ -79994,8 +80010,8 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/collaborators/invitations#list-repository-invitations parameters: - - *364 - *365 + - *366 - *17 - *19 responses: @@ -80005,9 +80021,9 @@ paths: application/json: schema: type: array - items: *547 + items: *548 examples: - default: &721 + default: &722 value: - id: 1 repository: @@ -80138,9 +80154,9 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/collaborators/invitations#update-a-repository-invitation parameters: - - *364 - *365 - - *278 + - *366 + - *279 requestBody: required: false content: @@ -80169,7 +80185,7 @@ paths: description: Response content: application/json: - schema: *547 + schema: *548 examples: default: value: @@ -80300,9 +80316,9 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/collaborators/invitations#delete-a-repository-invitation parameters: - - *364 - *365 - - *278 + - *366 + - *279 responses: '204': description: Response @@ -80333,8 +80349,8 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/issues/issues#list-repository-issues parameters: - - *364 - *365 + - *366 - 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 @@ -80382,7 +80398,7 @@ paths: required: false schema: type: string - - *282 + - *283 - name: sort description: What to sort results by. in: query @@ -80407,7 +80423,7 @@ paths: type: array items: *147 examples: - default: &556 + default: &557 value: - id: 1 node_id: MDU6SXNzdWUx @@ -80555,7 +80571,7 @@ paths: state_reason: completed headers: Link: *37 - '301': *378 + '301': *379 '422': *15 '404': *6 x-github: @@ -80584,8 +80600,8 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/issues/issues#create-an-issue parameters: - - *364 - *365 + - *366 requestBody: required: true content: @@ -80677,7 +80693,7 @@ paths: application/json: schema: *147 examples: - default: &551 + default: &552 value: id: 1 node_id: MDU6SXNzdWUx @@ -80833,7 +80849,7 @@ paths: '422': *15 '503': *128 '404': *6 - '410': *375 + '410': *376 x-github: triggersNotification: true githubCloudOnly: false @@ -80861,8 +80877,8 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/issues/comments#list-issue-comments-for-a-repository parameters: - - *364 - *365 + - *366 - *156 - name: direction description: Either `asc` or `desc`. Ignored without the `sort` parameter. @@ -80883,9 +80899,9 @@ paths: application/json: schema: type: array - items: *548 + items: *549 examples: - default: &553 + default: &554 value: - id: 1 node_id: MDEyOklzc3VlQ29tbWVudDE= @@ -80943,17 +80959,17 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/issues/comments#get-an-issue-comment parameters: - - *364 - *365 + - *366 - *146 responses: '200': description: Response content: application/json: - schema: *548 + schema: *549 examples: - default: &549 + default: &550 value: id: 1 node_id: MDEyOklzc3VlQ29tbWVudDE= @@ -81007,8 +81023,8 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/issues/comments#update-an-issue-comment parameters: - - *364 - *365 + - *366 - *146 requestBody: required: true @@ -81031,9 +81047,9 @@ paths: description: Response content: application/json: - schema: *548 + schema: *549 examples: - default: *549 + default: *550 '422': *15 x-github: githubCloudOnly: false @@ -81051,8 +81067,8 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/issues/comments#delete-an-issue-comment parameters: - - *364 - *365 + - *366 - *146 responses: '204': @@ -81073,8 +81089,8 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/reactions/reactions#list-reactions-for-an-issue-comment parameters: - - *364 - *365 + - *366 - *146 - name: content description: Returns a single [reaction type](https://docs.github.com/enterprise-cloud@latest//rest/reactions/reactions#about-reactions). @@ -81101,9 +81117,9 @@ paths: application/json: schema: type: array - items: *353 + items: *354 examples: - default: *355 + default: *356 headers: Link: *37 '404': *6 @@ -81124,8 +81140,8 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/reactions/reactions#create-reaction-for-an-issue-comment parameters: - - *364 - *365 + - *366 - *146 requestBody: required: true @@ -81158,16 +81174,16 @@ paths: description: Reaction exists content: application/json: - schema: *353 + schema: *354 examples: - default: *354 + default: *355 '201': description: Reaction created content: application/json: - schema: *353 + schema: *354 examples: - default: *354 + default: *355 '422': *15 x-github: githubCloudOnly: false @@ -81189,10 +81205,10 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/reactions/reactions#delete-an-issue-comment-reaction parameters: - - *364 - *365 + - *366 - *146 - - *356 + - *357 responses: '204': description: Response @@ -81212,8 +81228,8 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/issues/events#list-issue-events-for-a-repository parameters: - - *364 - *365 + - *366 - *17 - *19 responses: @@ -81223,7 +81239,7 @@ paths: application/json: schema: type: array - items: &550 + items: &551 title: Issue Event description: Issue Event type: object @@ -81562,8 +81578,8 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/issues/events#get-an-issue-event parameters: - - *364 - *365 + - *366 - name: event_id in: path required: true @@ -81574,7 +81590,7 @@ paths: description: Response content: application/json: - schema: *550 + schema: *551 examples: default: value: @@ -81767,7 +81783,7 @@ paths: author_association: COLLABORATOR state_reason: completed '404': *6 - '410': *375 + '410': *376 '403': *27 x-github: githubCloudOnly: false @@ -81801,9 +81817,9 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/issues/issues#get-an-issue parameters: - - *364 - *365 - - &552 + - *366 + - &553 name: issue_number description: The number that identifies the issue. in: path @@ -81817,10 +81833,10 @@ paths: application/json: schema: *147 examples: - default: *551 - '301': *378 + default: *552 + '301': *379 '404': *6 - '410': *375 + '410': *376 '304': *35 x-github: githubCloudOnly: false @@ -81845,9 +81861,9 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/issues/issues#update-an-issue parameters: - - *364 - *365 - - *552 + - *366 + - *553 requestBody: required: false content: @@ -81967,13 +81983,13 @@ paths: application/json: schema: *147 examples: - default: *551 + default: *552 '422': *15 '503': *128 '403': *27 - '301': *378 + '301': *379 '404': *6 - '410': *375 + '410': *376 x-github: githubCloudOnly: false enabledForGitHubApps: true @@ -81991,9 +82007,9 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/issues/assignees#add-assignees-to-an-issue parameters: - - *364 - *365 - - *552 + - *366 + - *553 requestBody: required: false content: @@ -82021,7 +82037,7 @@ paths: application/json: schema: *147 examples: - default: *551 + default: *552 x-github: githubCloudOnly: false enabledForGitHubApps: true @@ -82037,9 +82053,9 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/issues/assignees#remove-assignees-from-an-issue parameters: - - *364 - *365 - - *552 + - *366 + - *553 requestBody: content: application/json: @@ -82066,7 +82082,7 @@ paths: application/json: schema: *147 examples: - default: *551 + default: *552 x-github: githubCloudOnly: false enabledForGitHubApps: true @@ -82088,9 +82104,9 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/issues/assignees#check-if-a-user-can-be-assigned-to-a-issue parameters: - - *364 - *365 - - *552 + - *366 + - *553 - name: assignee in: path required: true @@ -82130,9 +82146,9 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/issues/comments#list-issue-comments parameters: - - *364 - *365 - - *552 + - *366 + - *553 - *137 - *17 - *19 @@ -82143,13 +82159,13 @@ paths: application/json: schema: type: array - items: *548 + items: *549 examples: - default: *553 + default: *554 headers: Link: *37 '404': *6 - '410': *375 + '410': *376 x-github: githubCloudOnly: false enabledForGitHubApps: true @@ -82178,9 +82194,9 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/issues/comments#create-an-issue-comment parameters: - - *364 - *365 - - *552 + - *366 + - *553 requestBody: required: true content: @@ -82202,16 +82218,16 @@ paths: description: Response content: application/json: - schema: *548 + schema: *549 examples: - default: *549 + default: *550 headers: Location: example: https://api.github.com/repos/octocat/Hello-World/issues/comments/1 schema: type: string '403': *27 - '410': *375 + '410': *376 '422': *15 '404': *6 x-github: @@ -82231,9 +82247,9 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/issues/events#list-issue-events parameters: - - *364 - *365 - - *552 + - *366 + - *553 - *17 - *19 responses: @@ -82247,7 +82263,7 @@ paths: title: Issue Event for Issue description: Issue Event for Issue anyOf: - - &557 + - &558 title: Labeled Issue Event description: Labeled Issue Event type: object @@ -82296,7 +82312,7 @@ paths: - commit_url - created_at - performed_via_github_app - - &558 + - &559 title: Unlabeled Issue Event description: Unlabeled Issue Event type: object @@ -82424,7 +82440,7 @@ paths: - performed_via_github_app - assignee - assigner - - &559 + - &560 title: Milestoned Issue Event description: Milestoned Issue Event type: object @@ -82470,7 +82486,7 @@ paths: - commit_url - created_at - performed_via_github_app - - &560 + - &561 title: Demilestoned Issue Event description: Demilestoned Issue Event type: object @@ -82516,7 +82532,7 @@ paths: - commit_url - created_at - performed_via_github_app - - &561 + - &562 title: Renamed Issue Event description: Renamed Issue Event type: object @@ -82565,7 +82581,7 @@ paths: - commit_url - created_at - performed_via_github_app - - &562 + - &563 title: Review Requested Issue Event description: Review Requested Issue Event type: object @@ -82607,7 +82623,7 @@ paths: - commit_url - created_at - performed_via_github_app - - &563 + - &564 title: Review Request Removed Issue Event description: Review Request Removed Issue Event type: object @@ -82649,7 +82665,7 @@ paths: - commit_url - created_at - performed_via_github_app - - &564 + - &565 title: Review Dismissed Issue Event description: Review Dismissed Issue Event type: object @@ -82705,7 +82721,7 @@ paths: - commit_url - created_at - performed_via_github_app - - &565 + - &566 title: Locked Issue Event description: Locked Issue Event type: object @@ -82750,7 +82766,7 @@ paths: - commit_url - created_at - performed_via_github_app - - &566 + - &567 title: Added to Project Issue Event description: Added to Project Issue Event type: object @@ -82811,7 +82827,7 @@ paths: - commit_url - created_at - performed_via_github_app - - &567 + - &568 title: Moved Column in Project Issue Event description: Moved Column in Project Issue Event type: object @@ -82872,7 +82888,7 @@ paths: - commit_url - created_at - performed_via_github_app - - &568 + - &569 title: Removed from Project Issue Event description: Removed from Project Issue Event type: object @@ -82933,7 +82949,7 @@ paths: - commit_url - created_at - performed_via_github_app - - &569 + - &570 title: Converted Note to Issue Issue Event description: Converted Note to Issue Issue Event type: object @@ -83026,7 +83042,7 @@ paths: color: red headers: Link: *37 - '410': *375 + '410': *376 x-github: githubCloudOnly: false enabledForGitHubApps: true @@ -83043,9 +83059,9 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/issues/labels#list-labels-for-an-issue parameters: - - *364 - *365 - - *552 + - *366 + - *553 - *17 - *19 responses: @@ -83055,7 +83071,7 @@ paths: application/json: schema: type: array - items: &554 + items: &555 title: Label description: Color-coded labels help you categorize and filter your issues (just like labels in Gmail). @@ -83110,7 +83126,7 @@ paths: - color - default examples: - default: &555 + default: &556 value: - id: 208045946 node_id: MDU6TGFiZWwyMDgwNDU5NDY= @@ -83128,9 +83144,9 @@ paths: default: false headers: Link: *37 - '301': *378 + '301': *379 '404': *6 - '410': *375 + '410': *376 x-github: githubCloudOnly: false enabledForGitHubApps: true @@ -83147,9 +83163,9 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/issues/labels#add-labels-to-an-issue parameters: - - *364 - *365 - - *552 + - *366 + - *553 requestBody: required: false content: @@ -83208,12 +83224,12 @@ paths: application/json: schema: type: array - items: *554 + items: *555 examples: - default: *555 - '301': *378 + default: *556 + '301': *379 '404': *6 - '410': *375 + '410': *376 '422': *15 x-github: githubCloudOnly: false @@ -83230,9 +83246,9 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/issues/labels#set-labels-for-an-issue parameters: - - *364 - *365 - - *552 + - *366 + - *553 requestBody: required: false content: @@ -83292,12 +83308,12 @@ paths: application/json: schema: type: array - items: *554 + items: *555 examples: - default: *555 - '301': *378 + default: *556 + '301': *379 '404': *6 - '410': *375 + '410': *376 '422': *15 x-github: githubCloudOnly: false @@ -83314,15 +83330,15 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/issues/labels#remove-all-labels-from-an-issue parameters: - - *364 - *365 - - *552 + - *366 + - *553 responses: '204': description: Response - '301': *378 + '301': *379 '404': *6 - '410': *375 + '410': *376 x-github: githubCloudOnly: false enabledForGitHubApps: true @@ -83341,9 +83357,9 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/issues/labels#remove-a-label-from-an-issue parameters: - - *364 - *365 - - *552 + - *366 + - *553 - name: name in: path required: true @@ -83356,7 +83372,7 @@ paths: application/json: schema: type: array - items: *554 + items: *555 examples: default: value: @@ -83367,9 +83383,9 @@ paths: description: Something isn't working color: f29513 default: true - '301': *378 + '301': *379 '404': *6 - '410': *375 + '410': *376 x-github: githubCloudOnly: false enabledForGitHubApps: true @@ -83389,9 +83405,9 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/issues/issues#lock-an-issue parameters: - - *364 - *365 - - *552 + - *366 + - *553 requestBody: required: false content: @@ -83420,7 +83436,7 @@ paths: '204': description: Response '403': *27 - '410': *375 + '410': *376 '404': *6 '422': *15 x-github: @@ -83438,9 +83454,9 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/issues/issues#unlock-an-issue parameters: - - *364 - *365 - - *552 + - *366 + - *553 responses: '204': description: Response @@ -83462,9 +83478,9 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/reactions/reactions#list-reactions-for-an-issue parameters: - - *364 - *365 - - *552 + - *366 + - *553 - name: content description: Returns a single [reaction type](https://docs.github.com/enterprise-cloud@latest//rest/reactions/reactions#about-reactions). Omit this parameter to list all reactions to an issue. @@ -83490,13 +83506,13 @@ paths: application/json: schema: type: array - items: *353 + items: *354 examples: - default: *355 + default: *356 headers: Link: *37 '404': *6 - '410': *375 + '410': *376 x-github: githubCloudOnly: false enabledForGitHubApps: true @@ -83514,9 +83530,9 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/reactions/reactions#create-reaction-for-an-issue parameters: - - *364 - *365 - - *552 + - *366 + - *553 requestBody: required: true content: @@ -83548,16 +83564,16 @@ paths: description: Response content: application/json: - schema: *353 + schema: *354 examples: - default: *354 + default: *355 '201': description: Response content: application/json: - schema: *353 + schema: *354 examples: - default: *354 + default: *355 '422': *15 x-github: githubCloudOnly: false @@ -83579,10 +83595,10 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/reactions/reactions#delete-an-issue-reaction parameters: - - *364 - *365 - - *552 - - *356 + - *366 + - *553 + - *357 responses: '204': description: Response @@ -83611,9 +83627,9 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/issues/sub-issues#remove-sub-issue parameters: - - *364 - *365 - - *552 + - *366 + - *553 requestBody: required: true content: @@ -83637,7 +83653,7 @@ paths: application/json: schema: *147 examples: - default: *551 + default: *552 headers: Location: example: https://api.github.com/repos/octocat/Hello-World/issues/1/sub-issue @@ -83670,9 +83686,9 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/issues/sub-issues#list-sub-issues parameters: - - *364 - *365 - - *552 + - *366 + - *553 - *17 - *19 responses: @@ -83684,11 +83700,11 @@ paths: type: array items: *147 examples: - default: *556 + default: *557 headers: Link: *37 '404': *6 - '410': *375 + '410': *376 x-github: githubCloudOnly: false enabledForGitHubApps: true @@ -83716,9 +83732,9 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/issues/sub-issues#add-sub-issue parameters: - - *364 - *365 - - *552 + - *366 + - *553 requestBody: required: true content: @@ -83747,14 +83763,14 @@ paths: application/json: schema: *147 examples: - default: *551 + default: *552 headers: Location: example: https://api.github.com/repos/octocat/Hello-World/issues/sub-issues/1 schema: type: string '403': *27 - '410': *375 + '410': *376 '422': *15 '404': *6 x-github: @@ -83774,9 +83790,9 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/issues/sub-issues#reprioritize-sub-issue parameters: - - *364 - *365 - - *552 + - *366 + - *553 requestBody: required: true content: @@ -83809,7 +83825,7 @@ paths: application/json: schema: *147 examples: - default: *551 + default: *552 '403': *27 '404': *6 '422': *7 @@ -83831,9 +83847,9 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/issues/timeline#list-timeline-events-for-an-issue parameters: - - *364 - *365 - - *552 + - *366 + - *553 - *17 - *19 responses: @@ -83848,7 +83864,6 @@ paths: description: Timeline Event type: object anyOf: - - *557 - *558 - *559 - *560 @@ -83861,6 +83876,7 @@ paths: - *567 - *568 - *569 + - *570 - title: Timeline Comment Event description: Timeline Comment Event type: object @@ -84184,7 +84200,7 @@ paths: type: string comments: type: array - items: &589 + items: &590 title: Pull Request Review Comment description: Pull Request Review Comments are comments on a portion of the Pull Request's diff. @@ -84422,7 +84438,7 @@ paths: type: string comments: type: array - items: *481 + items: *482 - title: Timeline Assigned Issue Event description: Timeline Assigned Issue Event type: object @@ -84697,7 +84713,7 @@ paths: headers: Link: *37 '404': *6 - '410': *375 + '410': *376 x-github: githubCloudOnly: false enabledForGitHubApps: true @@ -84714,8 +84730,8 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/deploy-keys/deploy-keys#list-deploy-keys parameters: - - *364 - *365 + - *366 - *17 - *19 responses: @@ -84725,7 +84741,7 @@ paths: application/json: schema: type: array - items: &570 + items: &571 title: Deploy Key description: An SSH key granting access to a single repository. type: object @@ -84792,8 +84808,8 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/deploy-keys/deploy-keys#create-a-deploy-key parameters: - - *364 - *365 + - *366 requestBody: required: true content: @@ -84829,9 +84845,9 @@ paths: description: Response content: application/json: - schema: *570 + schema: *571 examples: - default: &571 + default: &572 value: id: 1 key: ssh-rsa AAA... @@ -84865,9 +84881,9 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/deploy-keys/deploy-keys#get-a-deploy-key parameters: - - *364 - *365 - - &572 + - *366 + - &573 name: key_id description: The unique identifier of the key. in: path @@ -84879,9 +84895,9 @@ paths: description: Response content: application/json: - schema: *570 + schema: *571 examples: - default: *571 + default: *572 '404': *6 x-github: githubCloudOnly: false @@ -84899,9 +84915,9 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/deploy-keys/deploy-keys#delete-a-deploy-key parameters: - - *364 - *365 - - *572 + - *366 + - *573 responses: '204': description: Response @@ -84921,8 +84937,8 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/issues/labels#list-labels-for-a-repository parameters: - - *364 - *365 + - *366 - *17 - *19 responses: @@ -84932,9 +84948,9 @@ paths: application/json: schema: type: array - items: *554 + items: *555 examples: - default: *555 + default: *556 headers: Link: *37 '404': *6 @@ -84955,8 +84971,8 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/issues/labels#create-a-label parameters: - - *364 - *365 + - *366 requestBody: required: true content: @@ -84992,9 +85008,9 @@ paths: description: Response content: application/json: - schema: *554 + schema: *555 examples: - default: &573 + default: &574 value: id: 208045946 node_id: MDU6TGFiZWwyMDgwNDU5NDY= @@ -85026,8 +85042,8 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/issues/labels#get-a-label parameters: - - *364 - *365 + - *366 - name: name in: path required: true @@ -85038,9 +85054,9 @@ paths: description: Response content: application/json: - schema: *554 + schema: *555 examples: - default: *573 + default: *574 '404': *6 x-github: githubCloudOnly: false @@ -85057,8 +85073,8 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/issues/labels#update-a-label parameters: - - *364 - *365 + - *366 - name: name in: path required: true @@ -85097,7 +85113,7 @@ paths: description: Response content: application/json: - schema: *554 + schema: *555 examples: default: value: @@ -85123,8 +85139,8 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/issues/labels#delete-a-label parameters: - - *364 - *365 + - *366 - name: name in: path required: true @@ -85150,8 +85166,8 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/repos/repos#list-repository-languages parameters: - - *364 - *365 + - *366 responses: '200': description: Response @@ -85187,8 +85203,8 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/repos/lfs#enable-git-lfs-for-a-repository parameters: - - *364 - *365 + - *366 responses: '202': *93 '403': @@ -85216,8 +85232,8 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/repos/lfs#disable-git-lfs-for-a-repository parameters: - - *364 - *365 + - *366 responses: '204': description: Response @@ -85243,9 +85259,9 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/licenses/licenses#get-the-license-for-a-repository parameters: - - *364 - *365 - - *459 + - *366 + - *460 responses: '200': description: Response @@ -85392,8 +85408,8 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/branches/branches#sync-a-fork-branch-with-the-upstream-repository parameters: - - *364 - *365 + - *366 requestBody: required: true content: @@ -85458,8 +85474,8 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/branches/branches#merge-a-branch parameters: - - *364 - *365 + - *366 requestBody: required: true content: @@ -85493,9 +85509,9 @@ paths: description: Successful Response (The resulting merge commit) content: application/json: - schema: *482 + schema: *483 examples: - default: *574 + default: *575 '204': description: Response when already merged '404': @@ -85520,8 +85536,8 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/issues/milestones#list-milestones parameters: - - *364 - *365 + - *366 - name: state description: The state of the milestone. Either `open`, `closed`, or `all`. in: query @@ -85562,7 +85578,7 @@ paths: application/json: schema: type: array - items: *486 + items: *487 examples: default: value: @@ -85618,8 +85634,8 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/issues/milestones#create-a-milestone parameters: - - *364 - *365 + - *366 requestBody: required: true content: @@ -85659,9 +85675,9 @@ paths: description: Response content: application/json: - schema: *486 + schema: *487 examples: - default: &575 + default: &576 value: url: https://api.github.com/repos/octocat/Hello-World/milestones/1 html_url: https://github.com/octocat/Hello-World/milestones/v1.0 @@ -85720,9 +85736,9 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/issues/milestones#get-a-milestone parameters: - - *364 - *365 - - &576 + - *366 + - &577 name: milestone_number description: The number that identifies the milestone. in: path @@ -85734,9 +85750,9 @@ paths: description: Response content: application/json: - schema: *486 + schema: *487 examples: - default: *575 + default: *576 '404': *6 x-github: githubCloudOnly: false @@ -85753,9 +85769,9 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/issues/milestones#update-a-milestone parameters: - - *364 - *365 - - *576 + - *366 + - *577 requestBody: required: false content: @@ -85793,9 +85809,9 @@ paths: description: Response content: application/json: - schema: *486 + schema: *487 examples: - default: *575 + default: *576 x-github: githubCloudOnly: false enabledForGitHubApps: true @@ -85811,9 +85827,9 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/issues/milestones#delete-a-milestone parameters: - - *364 - *365 - - *576 + - *366 + - *577 responses: '204': description: Response @@ -85834,9 +85850,9 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/issues/labels#list-labels-for-issues-in-a-milestone parameters: - - *364 - *365 - - *576 + - *366 + - *577 - *17 - *19 responses: @@ -85846,9 +85862,9 @@ paths: application/json: schema: type: array - items: *554 + items: *555 examples: - default: *555 + default: *556 headers: Link: *37 x-github: @@ -85867,12 +85883,12 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/activity/notifications#list-repository-notifications-for-the-authenticated-user parameters: - - *364 - *365 - - *577 + - *366 - *578 - - *137 - *579 + - *137 + - *580 - *17 - *19 responses: @@ -85884,7 +85900,7 @@ paths: type: array items: *159 examples: - default: *580 + default: *581 headers: Link: *37 x-github: @@ -85908,8 +85924,8 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/activity/notifications#mark-repository-notifications-as-read parameters: - - *364 - *365 + - *366 requestBody: required: false content: @@ -85967,14 +85983,14 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/pages/pages#get-a-apiname-pages-site parameters: - - *364 - *365 + - *366 responses: '200': description: Response content: application/json: - schema: &581 + schema: &582 title: GitHub Pages description: The configuration for GitHub Pages for a repository. type: object @@ -86118,7 +86134,7 @@ paths: - custom_404 - public examples: - default: &582 + default: &583 value: url: https://api.github.com/repos/github/developer.github.com/pages status: built @@ -86159,8 +86175,8 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/pages/pages#create-a-apiname-pages-site parameters: - - *364 - *365 + - *366 requestBody: required: true content: @@ -86215,9 +86231,9 @@ paths: description: Response content: application/json: - schema: *581 + schema: *582 examples: - default: *582 + default: *583 '422': *15 '409': *92 x-github: @@ -86240,8 +86256,8 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/pages/pages#update-information-about-a-apiname-pages-site parameters: - - *364 - *365 + - *366 requestBody: required: true content: @@ -86349,8 +86365,8 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/pages/pages#delete-a-apiname-pages-site parameters: - - *364 - *365 + - *366 responses: '204': description: Response @@ -86376,8 +86392,8 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/pages/pages#list-apiname-pages-builds parameters: - - *364 - *365 + - *366 - *17 - *19 responses: @@ -86387,7 +86403,7 @@ paths: application/json: schema: type: array - items: &583 + items: &584 title: Page Build description: Page Build type: object @@ -86479,8 +86495,8 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/pages/pages#request-a-apiname-pages-build parameters: - - *364 - *365 + - *366 responses: '201': description: Response @@ -86527,16 +86543,16 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/pages/pages#get-latest-pages-build parameters: - - *364 - *365 + - *366 responses: '200': description: Response content: application/json: - schema: *583 + schema: *584 examples: - default: &584 + default: &585 value: url: https://api.github.com/repos/github/developer.github.com/pages/builds/5472601 status: built @@ -86584,8 +86600,8 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/pages/pages#get-apiname-pages-build parameters: - - *364 - *365 + - *366 - name: build_id in: path required: true @@ -86596,9 +86612,9 @@ paths: description: Response content: application/json: - schema: *583 + schema: *584 examples: - default: *584 + default: *585 x-github: githubCloudOnly: false enabledForGitHubApps: true @@ -86618,8 +86634,8 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/pages/pages#create-a-github-pages-deployment parameters: - - *364 - *365 + - *366 requestBody: required: true content: @@ -86727,9 +86743,9 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/pages/pages#get-the-status-of-a-github-pages-deployment parameters: - - *364 - *365 - - &585 + - *366 + - &586 name: pages_deployment_id description: The ID of the Pages deployment. You can also give the commit SHA of the deployment. @@ -86787,9 +86803,9 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/pages/pages#cancel-a-github-pages-deployment parameters: - - *364 - *365 - - *585 + - *366 + - *586 responses: '204': *114 '404': *6 @@ -86816,8 +86832,8 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/pages/pages#get-a-dns-health-check-for-github-pages parameters: - - *364 - *365 + - *366 responses: '200': description: Response @@ -87112,8 +87128,8 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/repos/repos#check-if-private-vulnerability-reporting-is-enabled-for-a-repository parameters: - - *364 - *365 + - *366 responses: '200': description: Private vulnerability reporting status @@ -87150,8 +87166,8 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/repos/repos#enable-private-vulnerability-reporting-for-a-repository parameters: - - *364 - *365 + - *366 responses: '204': *114 '422': *14 @@ -87172,8 +87188,8 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/repos/repos#disable-private-vulnerability-reporting-for-a-repository parameters: - - *364 - *365 + - *366 responses: '204': *114 '422': *14 @@ -87196,8 +87212,8 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/projects/projects#list-repository-projects parameters: - - *364 - *365 + - *366 - name: state description: Indicates the state of the projects to return. in: query @@ -87218,7 +87234,7 @@ paths: application/json: schema: type: array - items: *312 + items: *313 examples: default: value: @@ -87258,7 +87274,7 @@ paths: '401': *23 '403': *27 '404': *6 - '410': *375 + '410': *376 '422': *7 x-github: githubCloudOnly: false @@ -87281,8 +87297,8 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/projects/projects#create-a-repository-project parameters: - - *364 - *365 + - *366 requestBody: required: true content: @@ -87308,13 +87324,13 @@ paths: description: Response content: application/json: - schema: *312 + schema: *313 examples: - default: *374 + default: *375 '401': *23 '403': *27 '404': *6 - '410': *375 + '410': *376 '422': *7 x-github: githubCloudOnly: false @@ -87337,8 +87353,8 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/repos/custom-properties#get-all-custom-property-values-for-a-repository parameters: - - *364 - *365 + - *366 responses: '200': description: Response @@ -87346,7 +87362,7 @@ paths: application/json: schema: type: array - items: *314 + items: *315 examples: default: value: @@ -87377,8 +87393,8 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/repos/custom-properties#create-or-update-custom-property-values-for-a-repository parameters: - - *364 - *365 + - *366 requestBody: required: true content: @@ -87390,7 +87406,7 @@ paths: type: array description: A list of custom property names and associated values to apply to the repositories. - items: *314 + items: *315 required: - properties examples: @@ -87440,8 +87456,8 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/pulls/pulls#list-pull-requests parameters: - - *364 - *365 + - *366 - name: state description: Either `open`, `closed`, or `all` to filter by state. in: query @@ -87501,9 +87517,9 @@ paths: application/json: schema: type: array - items: *586 + items: *587 examples: - default: *587 + default: *588 headers: Link: *37 '304': *35 @@ -87535,8 +87551,8 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/pulls/pulls#create-a-pull-request parameters: - - *364 - *365 + - *366 requestBody: required: true content: @@ -87603,7 +87619,7 @@ paths: description: Response content: application/json: - schema: &591 + schema: &592 type: object title: Pull Request description: Pull requests let you tell others about changes you've @@ -87732,7 +87748,7 @@ paths: milestone: anyOf: - type: 'null' - - *486 + - *487 active_lock_reason: type: - string @@ -87787,7 +87803,7 @@ paths: type: - array - 'null' - items: *294 + items: *295 head: type: object properties: @@ -87825,14 +87841,14 @@ paths: _links: type: object properties: - comments: *487 - commits: *487 - statuses: *487 - html: *487 - issue: *487 - review_comments: *487 - review_comment: *487 - self: *487 + comments: *488 + commits: *488 + statuses: *488 + html: *488 + issue: *488 + review_comments: *488 + review_comment: *488 + self: *488 required: - comments - commits @@ -87843,7 +87859,7 @@ paths: - review_comment - self author_association: *134 - auto_merge: *588 + auto_merge: *589 draft: description: Indicates whether or not the pull request is a draft. type: boolean @@ -87945,7 +87961,7 @@ paths: - merged_by - review_comments examples: - default: &592 + default: &593 value: url: https://api.github.com/repos/octocat/Hello-World/pulls/1347 id: 1 @@ -88472,8 +88488,8 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/pulls/comments#list-review-comments-in-a-repository parameters: - - *364 - *365 + - *366 - name: sort in: query required: false @@ -88502,9 +88518,9 @@ paths: application/json: schema: type: array - items: *589 + items: *590 examples: - default: &594 + default: &595 value: - url: https://api.github.com/repos/octocat/Hello-World/pulls/comments/1 pull_request_review_id: 42 @@ -88581,17 +88597,17 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/pulls/comments#get-a-review-comment-for-a-pull-request parameters: - - *364 - *365 + - *366 - *146 responses: '200': description: Response content: application/json: - schema: *589 + schema: *590 examples: - default: &590 + default: &591 value: url: https://api.github.com/repos/octocat/Hello-World/pulls/comments/1 pull_request_review_id: 42 @@ -88666,8 +88682,8 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/pulls/comments#update-a-review-comment-for-a-pull-request parameters: - - *364 - *365 + - *366 - *146 requestBody: required: true @@ -88690,9 +88706,9 @@ paths: description: Response content: application/json: - schema: *589 + schema: *590 examples: - default: *590 + default: *591 x-github: githubCloudOnly: false enabledForGitHubApps: true @@ -88708,8 +88724,8 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/pulls/comments#delete-a-review-comment-for-a-pull-request parameters: - - *364 - *365 + - *366 - *146 responses: '204': @@ -88731,8 +88747,8 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/reactions/reactions#list-reactions-for-a-pull-request-review-comment parameters: - - *364 - *365 + - *366 - *146 - name: content description: Returns a single [reaction type](https://docs.github.com/enterprise-cloud@latest//rest/reactions/reactions#about-reactions). @@ -88759,9 +88775,9 @@ paths: application/json: schema: type: array - items: *353 + items: *354 examples: - default: *355 + default: *356 headers: Link: *37 '404': *6 @@ -88782,8 +88798,8 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/reactions/reactions#create-reaction-for-a-pull-request-review-comment parameters: - - *364 - *365 + - *366 - *146 requestBody: required: true @@ -88816,16 +88832,16 @@ paths: description: Reaction exists content: application/json: - schema: *353 + schema: *354 examples: - default: *354 + default: *355 '201': description: Reaction created content: application/json: - schema: *353 + schema: *354 examples: - default: *354 + default: *355 '422': *15 x-github: githubCloudOnly: false @@ -88847,10 +88863,10 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/reactions/reactions#delete-a-pull-request-comment-reaction parameters: - - *364 - *365 + - *366 - *146 - - *356 + - *357 responses: '204': description: Response @@ -88893,9 +88909,9 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/pulls/pulls#get-a-pull-request parameters: - - *364 - *365 - - &593 + - *366 + - &594 name: pull_number description: The number that identifies the pull request. in: path @@ -88908,9 +88924,9 @@ paths: to fetch diff and patch formats. content: application/json: - schema: *591 + schema: *592 examples: - default: *592 + default: *593 '304': *35 '404': *6 '406': @@ -88945,9 +88961,9 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/pulls/pulls#update-a-pull-request parameters: - - *364 - *365 - - *593 + - *366 + - *594 requestBody: required: false content: @@ -88989,9 +89005,9 @@ paths: description: Response content: application/json: - schema: *591 + schema: *592 examples: - default: *592 + default: *593 '422': *15 '403': *27 x-github: @@ -89013,9 +89029,9 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/codespaces/codespaces#create-a-codespace-from-a-pull-request parameters: - - *364 - *365 - - *593 + - *366 + - *594 requestBody: required: true content: @@ -89076,17 +89092,17 @@ paths: description: Response when the codespace was successfully created content: application/json: - schema: *285 + schema: *286 examples: - default: *473 + default: *474 '202': description: Response when the codespace creation partially failed but is being retried in the background content: application/json: - schema: *285 + schema: *286 examples: - default: *473 + default: *474 '401': *23 '403': *27 '404': *6 @@ -89116,9 +89132,9 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/pulls/comments#list-review-comments-on-a-pull-request parameters: - - *364 - *365 - - *593 + - *366 + - *594 - *156 - name: direction description: The direction to sort results. Ignored without `sort` parameter. @@ -89139,9 +89155,9 @@ paths: application/json: schema: type: array - items: *589 + items: *590 examples: - default: *594 + default: *595 headers: Link: *37 x-github: @@ -89174,9 +89190,9 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/pulls/comments#create-a-review-comment-for-a-pull-request parameters: - - *364 - *365 - - *593 + - *366 + - *594 requestBody: required: true content: @@ -89282,7 +89298,7 @@ paths: description: Response content: application/json: - schema: *589 + schema: *590 examples: example-for-a-multi-line-comment: value: @@ -89370,9 +89386,9 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/pulls/comments#create-a-reply-for-a-review-comment parameters: - - *364 - *365 - - *593 + - *366 + - *594 - *146 requestBody: required: true @@ -89395,7 +89411,7 @@ paths: description: Response content: application/json: - schema: *589 + schema: *590 examples: default: value: @@ -89481,9 +89497,9 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/pulls/pulls#list-commits-on-a-pull-request parameters: - - *364 - *365 - - *593 + - *366 + - *594 - *17 - *19 responses: @@ -89493,9 +89509,9 @@ paths: application/json: schema: type: array - items: *482 + items: *483 examples: - default: *595 + default: *596 headers: Link: *37 x-github: @@ -89525,9 +89541,9 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/pulls/pulls#list-pull-requests-files parameters: - - *364 - *365 - - *593 + - *366 + - *594 - *17 - *19 responses: @@ -89537,7 +89553,7 @@ paths: application/json: schema: type: array - items: *494 + items: *495 examples: default: value: @@ -89575,9 +89591,9 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/pulls/pulls#check-if-a-pull-request-has-been-merged parameters: - - *364 - *365 - - *593 + - *366 + - *594 responses: '204': description: Response if pull request has been merged @@ -89600,9 +89616,9 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/pulls/pulls#merge-a-pull-request parameters: - - *364 - *365 - - *593 + - *366 + - *594 requestBody: required: false content: @@ -89714,9 +89730,9 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/pulls/review-requests#get-all-requested-reviewers-for-a-pull-request parameters: - - *364 - *365 - - *593 + - *366 + - *594 responses: '200': description: Response @@ -89791,9 +89807,9 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/pulls/review-requests#request-reviewers-for-a-pull-request parameters: - - *364 - *365 - - *593 + - *366 + - *594 requestBody: required: false content: @@ -89830,7 +89846,7 @@ paths: description: Response content: application/json: - schema: *586 + schema: *587 examples: default: value: @@ -90366,9 +90382,9 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/pulls/review-requests#remove-requested-reviewers-from-a-pull-request parameters: - - *364 - *365 - - *593 + - *366 + - *594 requestBody: required: true content: @@ -90402,7 +90418,7 @@ paths: description: Response content: application/json: - schema: *586 + schema: *587 examples: default: value: @@ -90907,9 +90923,9 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/pulls/reviews#list-reviews-for-a-pull-request parameters: - - *364 - *365 - - *593 + - *366 + - *594 - *17 - *19 responses: @@ -90919,7 +90935,7 @@ paths: application/json: schema: type: array - items: &596 + items: &597 title: Pull Request Review description: Pull Request Reviews are reviews on pull requests. type: object @@ -91075,9 +91091,9 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/pulls/reviews#create-a-review-for-a-pull-request parameters: - - *364 - *365 - - *593 + - *366 + - *594 requestBody: required: false content: @@ -91167,9 +91183,9 @@ paths: description: Response content: application/json: - schema: *596 + schema: *597 examples: - default: &598 + default: &599 value: id: 80 node_id: MDE3OlB1bGxSZXF1ZXN0UmV2aWV3ODA= @@ -91232,10 +91248,10 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/pulls/reviews#get-a-review-for-a-pull-request parameters: - - *364 - *365 - - *593 - - &597 + - *366 + - *594 + - &598 name: review_id description: The unique identifier of the review. in: path @@ -91247,9 +91263,9 @@ paths: description: Response content: application/json: - schema: *596 + schema: *597 examples: - default: &599 + default: &600 value: id: 80 node_id: MDE3OlB1bGxSZXF1ZXN0UmV2aWV3ODA= @@ -91308,10 +91324,10 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/pulls/reviews#update-a-review-for-a-pull-request parameters: - - *364 - *365 - - *593 - - *597 + - *366 + - *594 + - *598 requestBody: required: true content: @@ -91334,7 +91350,7 @@ paths: description: Response content: application/json: - schema: *596 + schema: *597 examples: default: value: @@ -91396,18 +91412,18 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/pulls/reviews#delete-a-pending-review-for-a-pull-request parameters: - - *364 - *365 - - *593 - - *597 + - *366 + - *594 + - *598 responses: '200': description: Response content: application/json: - schema: *596 + schema: *597 examples: - default: *598 + default: *599 '422': *7 '404': *6 x-github: @@ -91434,10 +91450,10 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/pulls/reviews#list-comments-for-a-pull-request-review parameters: - - *364 - *365 - - *593 - - *597 + - *366 + - *594 + - *598 - *17 - *19 responses: @@ -91535,9 +91551,9 @@ paths: _links: type: object properties: - self: *487 - html: *487 - pull_request: *487 + self: *488 + html: *488 + pull_request: *488 required: - self - html @@ -91688,10 +91704,10 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/pulls/reviews#dismiss-a-review-for-a-pull-request parameters: - - *364 - *365 - - *593 - - *597 + - *366 + - *594 + - *598 requestBody: required: true content: @@ -91720,7 +91736,7 @@ paths: description: Response content: application/json: - schema: *596 + schema: *597 examples: default: value: @@ -91783,10 +91799,10 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/pulls/reviews#submit-a-review-for-a-pull-request parameters: - - *364 - *365 - - *593 - - *597 + - *366 + - *594 + - *598 requestBody: required: true content: @@ -91821,9 +91837,9 @@ paths: description: Response content: application/json: - schema: *596 + schema: *597 examples: - default: *599 + default: *600 '404': *6 '422': *7 '403': *27 @@ -91845,9 +91861,9 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/pulls/pulls#update-a-pull-request-branch parameters: - - *364 - *365 - - *593 + - *366 + - *594 requestBody: required: false content: @@ -91911,8 +91927,8 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/repos/contents#get-a-repository-readme parameters: - - *364 - *365 + - *366 - name: ref description: 'The name of the commit/branch/tag. Default: the repository’s default branch.' @@ -91925,9 +91941,9 @@ paths: description: Response content: application/json: - schema: *600 + schema: *601 examples: - default: &601 + default: &602 value: type: file encoding: base64 @@ -91969,8 +91985,8 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/repos/contents#get-a-repository-readme-for-a-directory parameters: - - *364 - *365 + - *366 - name: dir description: The alternate path to look for a README file in: path @@ -91990,9 +92006,9 @@ paths: description: Response content: application/json: - schema: *600 + schema: *601 examples: - default: *601 + default: *602 '404': *6 '422': *15 x-github: @@ -92014,8 +92030,8 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/releases/releases#list-releases parameters: - - *364 - *365 + - *366 - *17 - *19 responses: @@ -92025,7 +92041,7 @@ paths: application/json: schema: type: array - items: &602 + items: &603 title: Release description: A release. type: object @@ -92097,7 +92113,7 @@ paths: author: *4 assets: type: array - items: &603 + items: &604 title: Release Asset description: Data related to a release. type: object @@ -92277,8 +92293,8 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/releases/releases#create-a-release parameters: - - *364 - *365 + - *366 requestBody: required: true content: @@ -92354,9 +92370,9 @@ paths: description: Response content: application/json: - schema: *602 + schema: *603 examples: - default: &606 + default: &607 value: url: https://api.github.com/repos/octocat/Hello-World/releases/1 html_url: https://github.com/octocat/Hello-World/releases/v1.0.0 @@ -92459,9 +92475,9 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/releases/assets#get-a-release-asset parameters: - - *364 - *365 - - &604 + - *366 + - &605 name: asset_id description: The unique identifier of the asset. in: path @@ -92473,9 +92489,9 @@ paths: description: Response content: application/json: - schema: *603 + schema: *604 examples: - default: &605 + default: &606 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 @@ -92509,7 +92525,7 @@ paths: type: User site_admin: false '404': *6 - '302': *496 + '302': *497 x-github: githubCloudOnly: false enabledForGitHubApps: true @@ -92525,9 +92541,9 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/releases/assets#update-a-release-asset parameters: - - *364 - *365 - - *604 + - *366 + - *605 requestBody: required: false content: @@ -92556,9 +92572,9 @@ paths: description: Response content: application/json: - schema: *603 + schema: *604 examples: - default: *605 + default: *606 x-github: githubCloudOnly: false enabledForGitHubApps: true @@ -92574,9 +92590,9 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/releases/assets#delete-a-release-asset parameters: - - *364 - *365 - - *604 + - *366 + - *605 responses: '204': description: Response @@ -92600,8 +92616,8 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/releases/releases#generate-release-notes-content-for-a-release parameters: - - *364 - *365 + - *366 requestBody: required: true content: @@ -92687,16 +92703,16 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/releases/releases#get-the-latest-release parameters: - - *364 - *365 + - *366 responses: '200': description: Response content: application/json: - schema: *602 + schema: *603 examples: - default: *606 + default: *607 x-github: githubCloudOnly: false enabledForGitHubApps: true @@ -92713,8 +92729,8 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/releases/releases#get-a-release-by-tag-name parameters: - - *364 - *365 + - *366 - name: tag description: tag parameter in: path @@ -92727,9 +92743,9 @@ paths: description: Response content: application/json: - schema: *602 + schema: *603 examples: - default: *606 + default: *607 '404': *6 x-github: githubCloudOnly: false @@ -92751,9 +92767,9 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/releases/releases#get-a-release parameters: - - *364 - *365 - - &607 + - *366 + - &608 name: release_id description: The unique identifier of the release. in: path @@ -92767,9 +92783,9 @@ paths: For more information, see "[Getting started with the REST API](https://docs.github.com/enterprise-cloud@latest//rest/using-the-rest-api/getting-started-with-the-rest-api#hypermedia)."' content: application/json: - schema: *602 + schema: *603 examples: - default: *606 + default: *607 '401': description: Unauthorized x-github: @@ -92787,9 +92803,9 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/releases/releases#update-a-release parameters: - - *364 - *365 - - *607 + - *366 + - *608 requestBody: required: false content: @@ -92853,9 +92869,9 @@ paths: description: Response content: application/json: - schema: *602 + schema: *603 examples: - default: *606 + default: *607 '404': description: Not Found if the discussion category name is invalid content: @@ -92876,9 +92892,9 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/releases/releases#delete-a-release parameters: - - *364 - *365 - - *607 + - *366 + - *608 responses: '204': description: Response @@ -92898,9 +92914,9 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/releases/assets#list-release-assets parameters: - - *364 - *365 - - *607 + - *366 + - *608 - *17 - *19 responses: @@ -92910,7 +92926,7 @@ paths: application/json: schema: type: array - items: *603 + items: *604 examples: default: value: @@ -92991,9 +93007,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: - - *364 - *365 - - *607 + - *366 + - *608 - name: name in: query required: true @@ -93019,7 +93035,7 @@ paths: description: Response for successful upload content: application/json: - schema: *603 + schema: *604 examples: response-for-successful-upload: value: @@ -93073,9 +93089,9 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/reactions/reactions#list-reactions-for-a-release parameters: - - *364 - *365 - - *607 + - *366 + - *608 - name: content description: Returns a single [reaction type](https://docs.github.com/enterprise-cloud@latest//rest/reactions/reactions#about-reactions). Omit this parameter to list all reactions to a release. @@ -93099,9 +93115,9 @@ paths: application/json: schema: type: array - items: *353 + items: *354 examples: - default: *355 + default: *356 headers: Link: *37 '404': *6 @@ -93122,9 +93138,9 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/reactions/reactions#create-reaction-for-a-release parameters: - - *364 - *365 - - *607 + - *366 + - *608 requestBody: required: true content: @@ -93154,16 +93170,16 @@ paths: description: Reaction exists content: application/json: - schema: *353 + schema: *354 examples: - default: *354 + default: *355 '201': description: Reaction created content: application/json: - schema: *353 + schema: *354 examples: - default: *354 + default: *355 '422': *15 x-github: githubCloudOnly: false @@ -93185,10 +93201,10 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/reactions/reactions#delete-a-release-reaction parameters: - - *364 - *365 - - *607 - - *356 + - *366 + - *608 + - *357 responses: '204': description: Response @@ -93212,9 +93228,9 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/repos/rules#get-rules-for-a-branch parameters: - - *364 - *365 - - *423 + - *366 + - *424 - *17 - *19 responses: @@ -93230,8 +93246,8 @@ paths: description: A repository rule with ruleset details. oneOf: - allOf: - - *608 - - &610 + - *609 + - &611 title: repository ruleset data for rule description: User-defined metadata to store domain-specific information limited to 8 keys with scalar values. @@ -93251,65 +93267,65 @@ paths: type: integer description: The ID of the ruleset that includes this rule. - allOf: - - *609 - *610 - - allOf: - *611 - - *610 - allOf: - *612 - - *610 + - *611 - allOf: - *613 - - *610 + - *611 - allOf: - *614 - - *610 + - *611 - allOf: - *615 - - *610 + - *611 - allOf: - *616 - - *610 + - *611 - allOf: - *617 - - *610 + - *611 - allOf: - *618 - - *610 + - *611 - allOf: - *619 - - *610 + - *611 - allOf: - *620 - - *610 + - *611 - allOf: - *621 - - *610 + - *611 - allOf: - *622 - - *610 + - *611 - allOf: - *623 - - *610 + - *611 - allOf: - *624 - - *610 + - *611 - allOf: - *625 - - *610 + - *611 - allOf: - *626 - - *610 + - *611 - allOf: - *627 - - *610 + - *611 - allOf: - *628 - - *610 + - *611 - allOf: - *629 - - *610 + - *611 + - allOf: + - *630 + - *611 examples: default: value: @@ -93348,8 +93364,8 @@ paths: category: repos subcategory: rules parameters: - - *364 - *365 + - *366 - *17 - *19 - name: includes_parents @@ -93360,7 +93376,7 @@ paths: schema: type: boolean default: true - - *630 + - *631 responses: '200': description: Response @@ -93415,8 +93431,8 @@ paths: category: repos subcategory: rules parameters: - - *364 - *365 + - *366 requestBody: description: Request body required: true @@ -93478,7 +93494,7 @@ paths: application/json: schema: *124 examples: - default: &639 + default: &640 value: id: 42 name: super cool ruleset @@ -93525,12 +93541,12 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/repos/rule-suites#list-repository-rule-suites parameters: - - *364 - *365 - - *631 - - *214 + - *366 - *632 + - *214 - *633 + - *634 - *17 - *19 responses: @@ -93538,9 +93554,9 @@ paths: description: Response content: application/json: - schema: *634 + schema: *635 examples: - default: *635 + default: *636 '404': *6 '500': *95 x-github: @@ -93561,17 +93577,17 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/repos/rule-suites#get-a-repository-rule-suite parameters: - - *364 - *365 - - *636 + - *366 + - *637 responses: '200': description: Response content: application/json: - schema: *637 + schema: *638 examples: - default: *638 + default: *639 '404': *6 '500': *95 x-github: @@ -93599,8 +93615,8 @@ paths: category: repos subcategory: rules parameters: - - *364 - *365 + - *366 - name: ruleset_id description: The ID of the ruleset. in: path @@ -93622,7 +93638,7 @@ paths: application/json: schema: *124 examples: - default: *639 + default: *640 '404': *6 '500': *95 put: @@ -93640,8 +93656,8 @@ paths: category: repos subcategory: rules parameters: - - *364 - *365 + - *366 - name: ruleset_id description: The ID of the ruleset. in: path @@ -93705,7 +93721,7 @@ paths: application/json: schema: *124 examples: - default: *639 + default: *640 '404': *6 '500': *95 delete: @@ -93723,8 +93739,8 @@ paths: category: repos subcategory: rules parameters: - - *364 - *365 + - *366 - name: ruleset_id description: The ID of the ruleset. in: path @@ -93747,8 +93763,8 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/repos/rules#get-repository-ruleset-history parameters: - - *364 - *365 + - *366 - *17 - *19 - name: ruleset_id @@ -93766,7 +93782,7 @@ paths: type: array items: *127 examples: - default: *320 + default: *321 '404': *6 '500': *95 x-github: @@ -93785,8 +93801,8 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/repos/rules#get-repository-ruleset-version parameters: - - *364 - *365 + - *366 - name: ruleset_id description: The ID of the ruleset. in: path @@ -93804,7 +93820,7 @@ paths: description: Response content: application/json: - schema: *321 + schema: *322 examples: default: value: @@ -93859,20 +93875,20 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/secret-scanning/secret-scanning#list-secret-scanning-alerts-for-a-repository parameters: - - *364 - *365 - - *322 + - *366 - *323 - *324 - *325 + - *326 - *84 - *19 - *17 - - *640 - *641 - - *326 + - *642 - *327 - *328 + - *329 responses: '200': description: Response @@ -93880,7 +93896,7 @@ paths: application/json: schema: type: array - items: &644 + items: &645 type: object properties: number: *96 @@ -93896,8 +93912,8 @@ paths: format: uri description: The REST API URL of the code locations for this alert. - state: *642 - resolution: *643 + state: *643 + resolution: *644 resolved_at: type: - string @@ -94116,15 +94132,15 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/secret-scanning/secret-scanning#get-a-secret-scanning-alert parameters: - - *364 - *365 - - *453 + - *366 + - *454 responses: '200': description: Response content: application/json: - schema: *644 + schema: *645 examples: default: value: @@ -94176,9 +94192,9 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/secret-scanning/secret-scanning#update-a-secret-scanning-alert parameters: - - *364 - *365 - - *453 + - *366 + - *454 requestBody: required: true content: @@ -94186,8 +94202,8 @@ paths: schema: type: object properties: - state: *642 - resolution: *643 + state: *643 + resolution: *644 resolution_comment: description: An optional comment when closing an alert. Cannot be updated or deleted. Must be `null` when changing `state` to `open`. @@ -94206,7 +94222,7 @@ paths: description: Response content: application/json: - schema: *644 + schema: *645 examples: default: value: @@ -94281,9 +94297,9 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/secret-scanning/secret-scanning#list-locations-for-a-secret-scanning-alert parameters: - - *364 - *365 - - *453 + - *366 + - *454 - *19 - *17 responses: @@ -94294,7 +94310,7 @@ paths: schema: type: array description: List of locations where the secret was detected - items: &800 + items: &801 type: object properties: type: @@ -94673,8 +94689,8 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/secret-scanning/secret-scanning#create-a-push-protection-bypass parameters: - - *364 - *365 + - *366 requestBody: required: true content: @@ -94682,14 +94698,14 @@ paths: schema: type: object properties: - reason: &646 + reason: &647 description: The reason for bypassing push protection. type: string enum: - false_positive - used_in_tests - will_fix_later - placeholder_id: *645 + placeholder_id: *646 required: - reason - placeholder_id @@ -94706,7 +94722,7 @@ paths: schema: type: object properties: - reason: *646 + reason: *647 expire_at: type: - string @@ -94750,8 +94766,8 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/secret-scanning/secret-scanning#get-secret-scanning-scan-history-for-a-repository parameters: - - *364 - *365 + - *366 responses: '404': description: Repository does not have GitHub Advanced Security or secret @@ -94766,7 +94782,7 @@ paths: properties: incremental_scans: type: array - items: &647 + items: &648 description: Information on a single scan performed by secret scanning on the repository type: object @@ -94794,15 +94810,15 @@ paths: the scan is pending pattern_update_scans: type: array - items: *647 + items: *648 backfill_scans: type: array - items: *647 + items: *648 custom_pattern_backfill_scans: type: array items: allOf: - - *647 + - *648 - type: object properties: pattern_name: @@ -94872,8 +94888,8 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/security-advisories/repository-advisories#list-repository-security-advisories parameters: - - *364 - *365 + - *366 - *84 - name: sort description: The property to sort the results by. @@ -94917,9 +94933,9 @@ paths: application/json: schema: type: array - items: *648 + items: *649 examples: - default: *649 + default: *650 '400': *14 '404': *6 x-github: @@ -94942,8 +94958,8 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/security-advisories/repository-advisories#create-a-repository-security-advisory parameters: - - *364 - *365 + - *366 requestBody: required: true content: @@ -95023,7 +95039,7 @@ paths: login: type: string description: The username of the user credited. - type: *331 + type: *332 required: - login - type @@ -95113,9 +95129,9 @@ paths: description: Response content: application/json: - schema: *648 + schema: *649 examples: - default: &651 + default: &652 value: ghsa_id: GHSA-abcd-1234-efgh cve_id: CVE-2050-00000 @@ -95348,8 +95364,8 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/security-advisories/repository-advisories#privately-report-a-security-vulnerability parameters: - - *364 - *365 + - *366 requestBody: required: true content: @@ -95462,7 +95478,7 @@ paths: description: Response content: application/json: - schema: *648 + schema: *649 examples: default: value: @@ -95609,17 +95625,17 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/security-advisories/repository-advisories#get-a-repository-security-advisory parameters: - - *364 - *365 - - *650 + - *366 + - *651 responses: '200': description: Response content: application/json: - schema: *648 + schema: *649 examples: - default: *651 + default: *652 '403': *27 '404': *6 x-github: @@ -95643,9 +95659,9 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/security-advisories/repository-advisories#update-a-repository-security-advisory parameters: - - *364 - *365 - - *650 + - *366 + - *651 requestBody: required: true content: @@ -95725,7 +95741,7 @@ paths: login: type: string description: The username of the user credited. - type: *331 + type: *332 required: - login - type @@ -95816,10 +95832,10 @@ paths: description: Response content: application/json: - schema: *648 + schema: *649 examples: - default: *651 - add_credit: *651 + default: *652 + add_credit: *652 '403': *27 '404': *6 '422': @@ -95857,9 +95873,9 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/security-advisories/repository-advisories#request-a-cve-for-a-repository-security-advisory parameters: - - *364 - *365 - - *650 + - *366 + - *651 responses: '202': *93 '400': *14 @@ -95886,17 +95902,17 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/security-advisories/repository-advisories#create-a-temporary-private-fork parameters: - - *364 - *365 - - *650 + - *366 + - *651 responses: '202': description: Response content: application/json: - schema: *377 + schema: *378 examples: - default: *379 + default: *380 '400': *14 '422': *15 '403': *27 @@ -95922,8 +95938,8 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/activity/starring#list-stargazers parameters: - - *364 - *365 + - *366 - *17 - *19 responses: @@ -96019,8 +96035,8 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/metrics/statistics#get-the-weekly-commit-activity parameters: - - *364 - *365 + - *366 responses: '200': description: Returns a weekly aggregate of the number of additions and deletions @@ -96029,7 +96045,7 @@ paths: application/json: schema: type: array - items: &652 + items: &653 title: Code Frequency Stat description: Code Frequency Stat type: array @@ -96062,8 +96078,8 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/metrics/statistics#get-the-last-year-of-commit-activity parameters: - - *364 - *365 + - *366 responses: '200': description: Response @@ -96141,8 +96157,8 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/metrics/statistics#get-all-contributor-commit-activity parameters: - - *364 - *365 + - *366 responses: '200': description: Response @@ -96236,8 +96252,8 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/metrics/statistics#get-the-weekly-commit-count parameters: - - *364 - *365 + - *366 responses: '200': description: The array order is oldest week (index 0) to most recent week. @@ -96391,8 +96407,8 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/metrics/statistics#get-the-hourly-commit-count-for-each-day parameters: - - *364 - *365 + - *366 responses: '200': description: For example, `[2, 14, 25]` indicates that there were 25 total @@ -96402,7 +96418,7 @@ paths: application/json: schema: type: array - items: *652 + items: *653 examples: default: value: @@ -96435,8 +96451,8 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/commits/statuses#create-a-commit-status parameters: - - *364 - *365 + - *366 - name: sha in: path required: true @@ -96492,7 +96508,7 @@ paths: description: Response content: application/json: - schema: *653 + schema: *654 examples: default: value: @@ -96546,8 +96562,8 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/activity/watching#list-watchers parameters: - - *364 - *365 + - *366 - *17 - *19 responses: @@ -96559,7 +96575,7 @@ paths: type: array items: *4 examples: - default: *284 + default: *285 headers: Link: *37 x-github: @@ -96579,14 +96595,14 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/activity/watching#get-a-repository-subscription parameters: - - *364 - *365 + - *366 responses: '200': description: if you subscribe to the repository content: application/json: - schema: &654 + schema: &655 title: Repository Invitation description: Repository invitations let you manage who you collaborate with. @@ -96659,8 +96675,8 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/activity/watching#set-a-repository-subscription parameters: - - *364 - *365 + - *366 requestBody: required: false content: @@ -96686,7 +96702,7 @@ paths: description: Response content: application/json: - schema: *654 + schema: *655 examples: default: value: @@ -96713,8 +96729,8 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/activity/watching#delete-a-repository-subscription parameters: - - *364 - *365 + - *366 responses: '204': description: Response @@ -96734,8 +96750,8 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/repos/repos#list-repository-tags parameters: - - *364 - *365 + - *366 - *17 - *19 responses: @@ -96817,8 +96833,8 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/repos/tags#closing-down---list-tag-protection-states-for-a-repository parameters: - - *364 - *365 + - *366 responses: '200': description: Response @@ -96826,7 +96842,7 @@ paths: application/json: schema: type: array - items: &655 + items: &656 title: Tag protection description: Tag protection type: object @@ -96883,8 +96899,8 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/repos/tags#closing-down---create-a-tag-protection-state-for-a-repository parameters: - - *364 - *365 + - *366 requestBody: required: true content: @@ -96907,7 +96923,7 @@ paths: description: Response content: application/json: - schema: *655 + schema: *656 examples: default: value: @@ -96938,8 +96954,8 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/repos/tags#closing-down---delete-a-tag-protection-state-for-a-repository parameters: - - *364 - *365 + - *366 - name: tag_protection_id description: The unique identifier of the tag protection. in: path @@ -96976,8 +96992,8 @@ paths: url: https://docs.github.com/enterprise-cloud@latest//rest/repos/contents#download-a-repository-archive-tar operationId: repos/download-tarball-archive parameters: - - *364 - *365 + - *366 - name: ref in: path required: true @@ -97013,8 +97029,8 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/repos/repos#list-repository-teams parameters: - - *364 - *365 + - *366 - *17 - *19 responses: @@ -97026,7 +97042,7 @@ paths: type: array items: *220 examples: - default: *295 + default: *296 headers: Link: *37 '404': *6 @@ -97046,8 +97062,8 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/repos/repos#get-all-repository-topics parameters: - - *364 - *365 + - *366 - *19 - *17 responses: @@ -97055,7 +97071,7 @@ paths: description: Response content: application/json: - schema: &656 + schema: &657 title: Topic description: A topic aggregates entities that are related to a subject. type: object @@ -97067,7 +97083,7 @@ paths: required: - names examples: - default: &657 + default: &658 value: names: - octocat @@ -97090,8 +97106,8 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/repos/repos#replace-all-repository-topics parameters: - - *364 - *365 + - *366 requestBody: required: true content: @@ -97122,9 +97138,9 @@ paths: description: Response content: application/json: - schema: *656 + schema: *657 examples: - default: *657 + default: *658 '404': *6 '422': *7 x-github: @@ -97145,9 +97161,9 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/metrics/traffic#get-repository-clones parameters: - - *364 - *365 - - &658 + - *366 + - &659 name: per description: The time frame to display results for. in: query @@ -97178,7 +97194,7 @@ paths: - 128 clones: type: array - items: &659 + items: &660 title: Traffic type: object properties: @@ -97265,8 +97281,8 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/metrics/traffic#get-top-referral-paths parameters: - - *364 - *365 + - *366 responses: '200': description: Response @@ -97360,8 +97376,8 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/metrics/traffic#get-top-referral-sources parameters: - - *364 - *365 + - *366 responses: '200': description: Response @@ -97424,9 +97440,9 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/metrics/traffic#get-page-views parameters: - - *364 - *365 - - *658 + - *366 + - *659 responses: '200': description: Response @@ -97447,7 +97463,7 @@ paths: - 3782 views: type: array - items: *659 + items: *660 required: - uniques - count @@ -97524,8 +97540,8 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/repos/repos#transfer-a-repository parameters: - - *364 - *365 + - *366 requestBody: required: true content: @@ -97799,8 +97815,8 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/repos/repos#check-if-vulnerability-alerts-are-enabled-for-a-repository parameters: - - *364 - *365 + - *366 responses: '204': description: Response if repository is enabled with vulnerability alerts @@ -97823,8 +97839,8 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/repos/repos#enable-vulnerability-alerts parameters: - - *364 - *365 + - *366 responses: '204': description: Response @@ -97846,8 +97862,8 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/repos/repos#disable-vulnerability-alerts parameters: - - *364 - *365 + - *366 responses: '204': description: Response @@ -97873,8 +97889,8 @@ paths: url: https://docs.github.com/enterprise-cloud@latest//rest/repos/contents#download-a-repository-archive-zip operationId: repos/download-zipball-archive parameters: - - *364 - *365 + - *366 - name: ref in: path required: true @@ -97966,9 +97982,9 @@ paths: description: Response content: application/json: - schema: *377 + schema: *378 examples: - default: *379 + default: *380 headers: Location: example: https://api.github.com/repos/octocat/Hello-World @@ -98119,7 +98135,7 @@ paths: value: Engineering externalId: value: 8aa1a0c0-c4c3-4bc0-b4a5-2ef676900159 - - &667 + - &668 name: excludedAttributes description: Excludes the specified attribute from being returned in the results. Using this parameter can speed up response time. @@ -98129,7 +98145,7 @@ paths: type: string examples: - members - - &672 + - &673 name: startIndex description: 'Used for pagination: the starting index of the first result to return when paginating through values.' @@ -98141,7 +98157,7 @@ paths: format: int32 examples: - 1 - - &673 + - &674 name: count description: 'Used for pagination: the number of results to return per page.' in: query @@ -98185,7 +98201,7 @@ paths: Resources: type: array description: Information about each provisioned group. - items: &661 + items: &662 allOf: - type: object required: @@ -98267,7 +98283,7 @@ paths: - value: 0db508eb-91e2-46e4-809c-30dcbda0c685 "$+ref": https://api.github.localhost/scim/v2/Users/0db508eb-91e2-46e4-809c-30dcbda0c685 displayName: User 2 - meta: &674 + meta: &675 type: object description: The metadata associated with the creation/updates to the user. @@ -98332,31 +98348,31 @@ paths: location: https://api.github.localhost/scim/v2/Groups/24b28bbb-5fc4-4686-a153-a020debb1155 startIndex: 1 itemsPerPage: 20 - '400': &662 + '400': &663 description: Bad request content: application/json: - schema: *660 + schema: *661 application/scim+json: - schema: *660 - '401': &663 + schema: *661 + '401': &664 description: Authorization failure - '403': &664 + '403': &665 description: Permission denied - '429': &665 + '429': &666 description: Too many requests content: application/json: - schema: *660 + schema: *661 application/scim+json: - schema: *660 - '500': &666 + schema: *661 + '500': &667 description: Internal server error content: application/json: - schema: *660 + schema: *661 application/scim+json: - schema: *660 + schema: *661 x-github: enabledForGitHubApps: true githubCloudOnly: true @@ -98380,7 +98396,7 @@ paths: required: true content: application/json: - schema: &670 + schema: &671 type: object required: - schemas @@ -98440,9 +98456,9 @@ paths: description: Group has been created content: application/scim+json: - schema: *661 + schema: *662 examples: - group: &668 + group: &669 value: schemas: - urn:ietf:params:scim:schemas:core:2.0:Group @@ -98461,13 +98477,13 @@ paths: created: '2012-03-27T19:59:26.000Z' lastModified: '2018-03-27T19:59:26.000Z' location: https://api.github.localhost/scim/v2/Groups/24b28bbb-5fc4-4686-a153-a020debb1155 - '400': *662 - '401': *663 - '403': *664 - '409': &671 + '400': *663 + '401': *664 + '403': *665 + '409': &672 description: Duplicate record detected - '429': *665 - '500': *666 + '429': *666 + '500': *667 x-github: enabledForGitHubApps: true githubCloudOnly: true @@ -98484,7 +98500,7 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/enterprise-admin/scim#get-scim-provisioning-information-for-an-enterprise-group parameters: - - &669 + - &670 name: scim_group_id description: A unique identifier of the SCIM group. in: path @@ -98493,22 +98509,22 @@ paths: type: string examples: - 7fce0092-d52e-4f76-b727-3955bd72c939 - - *667 + - *668 - *38 responses: '200': description: Success, a group was found content: application/scim+json: - schema: *661 + schema: *662 examples: - default: *668 - '400': *662 - '401': *663 - '403': *664 + default: *669 + '400': *663 + '401': *664 + '403': *665 '404': *6 - '429': *665 - '500': *666 + '429': *666 + '500': *667 x-github: enabledForGitHubApps: true githubCloudOnly: true @@ -98527,13 +98543,13 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/enterprise-admin/scim#set-scim-information-for-a-provisioned-enterprise-group parameters: - - *669 + - *670 - *38 requestBody: required: true content: application/json: - schema: *670 + schema: *671 examples: group: summary: Group @@ -98559,17 +98575,17 @@ paths: description: Group was updated content: application/scim+json: - schema: *661 + schema: *662 examples: - group: *668 - groupWithMembers: *668 - '400': *662 - '401': *663 - '403': *664 + group: *669 + groupWithMembers: *669 + '400': *663 + '401': *664 + '403': *665 '404': *6 - '409': *671 - '429': *665 - '500': *666 + '409': *672 + '429': *666 + '500': *667 x-github: enabledForGitHubApps: true githubCloudOnly: true @@ -98593,13 +98609,13 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/enterprise-admin/scim#update-an-attribute-for-a-scim-enterprise-group parameters: - - *669 + - *670 - *38 requestBody: required: true content: application/json: - schema: &681 + schema: &682 type: object required: - Operations @@ -98659,17 +98675,17 @@ paths: description: Success, group was updated content: application/scim+json: - schema: *661 + schema: *662 examples: - updateGroup: *668 - addMembers: *668 - '400': *662 - '401': *663 - '403': *664 + updateGroup: *669 + addMembers: *669 + '400': *663 + '401': *664 + '403': *665 '404': *6 - '409': *671 - '429': *665 - '500': *666 + '409': *672 + '429': *666 + '500': *667 x-github: enabledForGitHubApps: true githubCloudOnly: true @@ -98685,17 +98701,17 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/enterprise-admin/scim#delete-a-scim-group-from-an-enterprise parameters: - - *669 + - *670 - *38 responses: '204': description: Group was deleted, no content - '400': *662 - '401': *663 - '403': *664 + '400': *663 + '401': *664 + '403': *665 '404': *6 - '429': *665 - '500': *666 + '429': *666 + '500': *667 x-github: enabledForGitHubApps: true githubCloudOnly: true @@ -98729,8 +98745,8 @@ paths: value: userName eq 'E012345' externalId: value: externalId eq 'E012345' - - *672 - *673 + - *674 - *38 responses: '200': @@ -98764,7 +98780,7 @@ paths: Resources: type: array description: Information about each provisioned account. - items: &676 + items: &677 allOf: - type: object required: @@ -98856,7 +98872,7 @@ paths: address. examples: - true - roles: &675 + roles: &676 type: array description: The roles assigned to the user. items: @@ -98915,7 +98931,7 @@ paths: type: string description: Provisioned SCIM groups that the user is a member of. - meta: *674 + meta: *675 startIndex: type: integer description: A starting index for the returned page @@ -98954,11 +98970,11 @@ paths: primary: false startIndex: 1 itemsPerPage: 20 - '400': *662 - '401': *663 - '403': *664 - '429': *665 - '500': *666 + '400': *663 + '401': *664 + '403': *665 + '429': *666 + '500': *667 x-github: enabledForGitHubApps: true githubCloudOnly: true @@ -98982,7 +98998,7 @@ paths: required: true content: application/json: - schema: &679 + schema: &680 type: object required: - schemas @@ -99075,9 +99091,9 @@ paths: description: Whether this email address is the primary address. examples: - true - roles: *675 + roles: *676 examples: - user: &680 + user: &681 summary: User value: schemas: @@ -99124,9 +99140,9 @@ paths: description: User has been created content: application/scim+json: - schema: *676 + schema: *677 examples: - user: &677 + user: &678 value: schemas: - urn:ietf:params:scim:schemas:core:2.0:User @@ -99152,13 +99168,13 @@ paths: created: '2012-03-27T19:59:26.000Z' lastModified: '2018-03-27T19:59:26.000Z' location: https://api.github.localhost/scim/v2/Users/7fce0092-d52e-4f76-b727-3955bd72c939 - enterpriseOwner: *677 - '400': *662 - '401': *663 - '403': *664 - '409': *671 - '429': *665 - '500': *666 + enterpriseOwner: *678 + '400': *663 + '401': *664 + '403': *665 + '409': *672 + '429': *666 + '500': *667 x-github: enabledForGitHubApps: true githubCloudOnly: true @@ -99175,7 +99191,7 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/enterprise-admin/scim#get-scim-provisioning-information-for-an-enterprise-user parameters: - - &678 + - &679 name: scim_user_id description: The unique identifier of the SCIM user. in: path @@ -99188,15 +99204,15 @@ paths: description: Success, a user was found content: application/scim+json: - schema: *676 + schema: *677 examples: - default: *677 - '400': *662 - '401': *663 - '403': *664 + default: *678 + '400': *663 + '401': *664 + '403': *665 '404': *6 - '429': *665 - '500': *666 + '429': *666 + '500': *667 x-github: enabledForGitHubApps: true githubCloudOnly: true @@ -99218,30 +99234,30 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/enterprise-admin/scim#set-scim-information-for-a-provisioned-enterprise-user parameters: - - *678 + - *679 - *38 requestBody: required: true content: application/json: - schema: *679 + schema: *680 examples: - user: *680 + user: *681 responses: '200': description: User was updated content: application/scim+json: - schema: *676 + schema: *677 examples: - user: *677 - '400': *662 - '401': *663 - '403': *664 + user: *678 + '400': *663 + '401': *664 + '403': *665 '404': *6 - '409': *671 - '429': *665 - '500': *666 + '409': *672 + '429': *666 + '500': *667 x-github: enabledForGitHubApps: true githubCloudOnly: true @@ -99276,13 +99292,13 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/enterprise-admin/scim#update-an-attribute-for-a-scim-enterprise-user parameters: - - *678 + - *679 - *38 requestBody: required: true content: application/json: - schema: *681 + schema: *682 examples: userMultiValuedProperties: summary: Multi Valued Property @@ -99322,18 +99338,18 @@ paths: description: Success, user was updated content: application/scim+json: - schema: *676 - examples: - userMultiValuedProperties: *677 - userSingleValuedProperties: *677 - disableUser: *677 - '400': *662 - '401': *663 - '403': *664 + schema: *677 + examples: + userMultiValuedProperties: *678 + userSingleValuedProperties: *678 + disableUser: *678 + '400': *663 + '401': *664 + '403': *665 '404': *6 - '409': *671 - '429': *665 - '500': *666 + '409': *672 + '429': *666 + '500': *667 x-github: enabledForGitHubApps: true githubCloudOnly: true @@ -99353,17 +99369,17 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/enterprise-admin/scim#delete-a-scim-user-from-an-enterprise parameters: - - *678 + - *679 - *38 responses: '204': description: User was deleted, no content - '400': *662 - '401': *663 - '403': *664 + '400': *663 + '401': *664 + '403': *665 '404': *6 - '429': *665 - '500': *666 + '429': *666 + '500': *667 x-github: enabledForGitHubApps: true githubCloudOnly: true @@ -99454,7 +99470,7 @@ paths: - 1 Resources: type: array - items: &682 + items: &683 title: SCIM /Users description: SCIM /Users provisioning endpoints type: object @@ -99701,22 +99717,22 @@ paths: lastModified: '2017-03-09T16:11:13-05:00' location: https://api.github.com/scim/v2/organizations/octo-org/Users/77563764-eb6-24-0598234-958243 '304': *35 - '404': &683 + '404': &684 description: Resource not found content: application/json: - schema: *660 + schema: *661 application/scim+json: - schema: *660 - '403': &684 + schema: *661 + '403': &685 description: Forbidden content: application/json: - schema: *660 + schema: *661 application/scim+json: - schema: *660 - '400': *662 - '429': *665 + schema: *661 + '400': *663 + '429': *666 x-github: githubCloudOnly: true enabledForGitHubApps: true @@ -99742,9 +99758,9 @@ paths: description: Response content: application/scim+json: - schema: *682 + schema: *683 examples: - default: &685 + default: &686 value: schemas: - urn:ietf:params:scim:schemas:core:2.0:User @@ -99767,17 +99783,17 @@ paths: lastModified: '2017-03-09T16:11:13-05:00' location: https://api.github.com/scim/v2/organizations/octo-org/Users/edefdfedf-050c-11e7-8d32 '304': *35 - '404': *683 - '403': *684 - '500': *666 + '404': *684 + '403': *685 + '500': *667 '409': description: Conflict content: application/json: - schema: *660 + schema: *661 application/scim+json: - schema: *660 - '400': *662 + schema: *661 + '400': *663 requestBody: required: true content: @@ -99877,17 +99893,17 @@ paths: url: https://docs.github.com/enterprise-cloud@latest//rest/scim/scim#get-scim-provisioning-information-for-a-user parameters: - *163 - - *678 + - *679 responses: '200': description: Response content: application/scim+json: - schema: *682 + schema: *683 examples: - default: *685 - '404': *683 - '403': *684 + default: *686 + '404': *684 + '403': *685 '304': *35 x-github: githubCloudOnly: true @@ -99911,18 +99927,18 @@ paths: url: https://docs.github.com/enterprise-cloud@latest//rest/scim/scim#update-a-provisioned-organization-membership parameters: - *163 - - *678 + - *679 responses: '200': description: Response content: application/scim+json: - schema: *682 + schema: *683 examples: - default: *685 + default: *686 '304': *35 - '404': *683 - '403': *684 + '404': *684 + '403': *685 requestBody: required: true content: @@ -100037,19 +100053,19 @@ paths: url: https://docs.github.com/enterprise-cloud@latest//rest/scim/scim#update-an-attribute-for-a-scim-user parameters: - *163 - - *678 + - *679 responses: '200': description: Response content: application/scim+json: - schema: *682 + schema: *683 examples: - default: *685 + default: *686 '304': *35 - '404': *683 - '403': *684 - '400': *662 + '404': *684 + '403': *685 + '400': *663 '429': description: Response content: @@ -100145,12 +100161,12 @@ paths: url: https://docs.github.com/enterprise-cloud@latest//rest/scim/scim#delete-a-scim-user-from-an-organization parameters: - *163 - - *678 + - *679 responses: '204': description: Response - '404': *683 - '403': *684 + '404': *684 + '403': *685 '304': *35 x-github: githubCloudOnly: true @@ -100284,7 +100300,7 @@ paths: examples: - 73..77 - 77..78 - text_matches: &686 + text_matches: &687 title: Search Result Text Matches type: array items: @@ -100448,7 +100464,7 @@ paths: enum: - author-date - committer-date - - &687 + - &688 name: order description: Determines whether the first search result returned is the highest number of matches (`desc`) or lowest number of matches (`asc`). This parameter @@ -100517,7 +100533,7 @@ paths: committer: anyOf: - type: 'null' - - *421 + - *422 comment_count: type: integer message: @@ -100536,7 +100552,7 @@ paths: url: type: string format: uri - verification: *534 + verification: *535 required: - author - committer @@ -100551,7 +100567,7 @@ paths: committer: anyOf: - type: 'null' - - *421 + - *422 parents: type: array items: @@ -100568,7 +100584,7 @@ paths: type: number node_id: type: string - text_matches: *686 + text_matches: *687 required: - sha - node_id @@ -100751,7 +100767,7 @@ paths: - interactions - created - updated - - *687 + - *688 - *17 - *19 - name: advanced_search @@ -100875,7 +100891,7 @@ paths: milestone: anyOf: - type: 'null' - - *486 + - *487 comments: type: integer created_at: @@ -100889,7 +100905,7 @@ paths: - string - 'null' format: date-time - text_matches: *686 + text_matches: *687 pull_request: type: object properties: @@ -100938,7 +100954,7 @@ paths: timeline_url: type: string format: uri - type: *279 + type: *280 performed_via_github_app: anyOf: - type: 'null' @@ -101115,7 +101131,7 @@ paths: enum: - created - updated - - *687 + - *688 - *17 - *19 responses: @@ -101160,7 +101176,7 @@ paths: - 'null' score: type: number - text_matches: *686 + text_matches: *687 required: - id - node_id @@ -101246,7 +101262,7 @@ paths: - forks - help-wanted-issues - updated - - *687 + - *688 - *17 - *19 responses: @@ -101483,7 +101499,7 @@ paths: - admin - pull - push - text_matches: *686 + text_matches: *687 temp_clone_token: type: string allow_merge_commit: @@ -101792,7 +101808,7 @@ paths: - string - 'null' format: uri - text_matches: *686 + text_matches: *687 related: type: - array @@ -101987,7 +102003,7 @@ paths: - followers - repositories - joined - - *687 + - *688 - *17 - *19 responses: @@ -102097,7 +102113,7 @@ paths: type: - boolean - 'null' - text_matches: *686 + text_matches: *687 blog: type: - string @@ -102179,7 +102195,7 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/teams/teams#get-a-team-legacy parameters: - - &688 + - &689 name: team_id description: The unique identifier of the team. in: path @@ -102191,9 +102207,9 @@ paths: description: Response content: application/json: - schema: *345 + schema: *346 examples: - default: *346 + default: *347 '404': *6 x-github: githubCloudOnly: false @@ -102220,7 +102236,7 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/teams/teams#update-a-team-legacy parameters: - - *688 + - *689 requestBody: required: true content: @@ -102284,16 +102300,16 @@ paths: description: Response when the updated information already exists content: application/json: - schema: *345 + schema: *346 examples: - default: *346 + default: *347 '201': description: Response content: application/json: - schema: *345 + schema: *346 examples: - default: *346 + default: *347 '404': *6 '422': *15 '403': *27 @@ -102321,7 +102337,7 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/teams/teams#delete-a-team-legacy parameters: - - *688 + - *689 responses: '204': description: Response @@ -102352,7 +102368,7 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/teams/discussions#list-discussions-legacy parameters: - - *688 + - *689 - *84 - *17 - *19 @@ -102363,9 +102379,9 @@ paths: application/json: schema: type: array - items: *347 + items: *348 examples: - default: *689 + default: *690 headers: Link: *37 x-github: @@ -102394,7 +102410,7 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/teams/discussions#create-a-discussion-legacy parameters: - - *688 + - *689 requestBody: required: true content: @@ -102428,9 +102444,9 @@ paths: description: Response content: application/json: - schema: *347 + schema: *348 examples: - default: *348 + default: *349 x-github: triggersNotification: true githubCloudOnly: false @@ -102457,16 +102473,16 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/teams/discussions#get-a-discussion-legacy parameters: - - *688 - - *349 + - *689 + - *350 responses: '200': description: Response content: application/json: - schema: *347 + schema: *348 examples: - default: *348 + default: *349 x-github: githubCloudOnly: false enabledForGitHubApps: true @@ -102491,8 +102507,8 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/teams/discussions#update-a-discussion-legacy parameters: - - *688 - - *349 + - *689 + - *350 requestBody: required: false content: @@ -102515,9 +102531,9 @@ paths: description: Response content: application/json: - schema: *347 + schema: *348 examples: - default: *690 + default: *691 x-github: githubCloudOnly: false enabledForGitHubApps: true @@ -102542,8 +102558,8 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/teams/discussions#delete-a-discussion-legacy parameters: - - *688 - - *349 + - *689 + - *350 responses: '204': description: Response @@ -102572,8 +102588,8 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/teams/discussion-comments#list-discussion-comments-legacy parameters: - - *688 - - *349 + - *689 + - *350 - *84 - *17 - *19 @@ -102584,9 +102600,9 @@ paths: application/json: schema: type: array - items: *350 + items: *351 examples: - default: *691 + default: *692 headers: Link: *37 x-github: @@ -102615,8 +102631,8 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/teams/discussion-comments#create-a-discussion-comment-legacy parameters: - - *688 - - *349 + - *689 + - *350 requestBody: required: true content: @@ -102638,9 +102654,9 @@ paths: description: Response content: application/json: - schema: *350 + schema: *351 examples: - default: *351 + default: *352 x-github: triggersNotification: true githubCloudOnly: false @@ -102667,17 +102683,17 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/teams/discussion-comments#get-a-discussion-comment-legacy parameters: - - *688 - - *349 - - *352 + - *689 + - *350 + - *353 responses: '200': description: Response content: application/json: - schema: *350 + schema: *351 examples: - default: *351 + default: *352 x-github: githubCloudOnly: false enabledForGitHubApps: true @@ -102702,9 +102718,9 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/teams/discussion-comments#update-a-discussion-comment-legacy parameters: - - *688 - - *349 - - *352 + - *689 + - *350 + - *353 requestBody: required: true content: @@ -102726,9 +102742,9 @@ paths: description: Response content: application/json: - schema: *350 + schema: *351 examples: - default: *692 + default: *693 x-github: githubCloudOnly: false enabledForGitHubApps: true @@ -102753,9 +102769,9 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/teams/discussion-comments#delete-a-discussion-comment-legacy parameters: - - *688 - - *349 - - *352 + - *689 + - *350 + - *353 responses: '204': description: Response @@ -102784,9 +102800,9 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/reactions/reactions#list-reactions-for-a-team-discussion-comment-legacy parameters: - - *688 - - *349 - - *352 + - *689 + - *350 + - *353 - name: content description: Returns a single [reaction type](https://docs.github.com/enterprise-cloud@latest//rest/reactions/reactions#about-reactions). Omit this parameter to list all reactions to a team discussion comment. @@ -102812,9 +102828,9 @@ paths: application/json: schema: type: array - items: *353 + items: *354 examples: - default: *355 + default: *356 headers: Link: *37 x-github: @@ -102843,9 +102859,9 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/reactions/reactions#create-reaction-for-a-team-discussion-comment-legacy parameters: - - *688 - - *349 - - *352 + - *689 + - *350 + - *353 requestBody: required: true content: @@ -102877,9 +102893,9 @@ paths: description: Response content: application/json: - schema: *353 + schema: *354 examples: - default: *354 + default: *355 x-github: githubCloudOnly: false enabledForGitHubApps: true @@ -102905,8 +102921,8 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/reactions/reactions#list-reactions-for-a-team-discussion-legacy parameters: - - *688 - - *349 + - *689 + - *350 - name: content description: Returns a single [reaction type](https://docs.github.com/enterprise-cloud@latest//rest/reactions/reactions#about-reactions). Omit this parameter to list all reactions to a team discussion. @@ -102932,9 +102948,9 @@ paths: application/json: schema: type: array - items: *353 + items: *354 examples: - default: *355 + default: *356 headers: Link: *37 x-github: @@ -102963,8 +102979,8 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/reactions/reactions#create-reaction-for-a-team-discussion-legacy parameters: - - *688 - - *349 + - *689 + - *350 requestBody: required: true content: @@ -102996,9 +103012,9 @@ paths: description: Response content: application/json: - schema: *353 + schema: *354 examples: - default: *354 + default: *355 x-github: githubCloudOnly: false enabledForGitHubApps: false @@ -103022,7 +103038,7 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/teams/members#list-pending-team-invitations-legacy parameters: - - *688 + - *689 - *17 - *19 responses: @@ -103032,9 +103048,9 @@ paths: application/json: schema: type: array - items: *276 + items: *277 examples: - default: *277 + default: *278 headers: Link: *37 x-github: @@ -103060,7 +103076,7 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/teams/members#list-team-members-legacy parameters: - - *688 + - *689 - name: role description: Filters members returned by their role in the team. in: query @@ -103083,7 +103099,7 @@ paths: type: array items: *4 examples: - default: *284 + default: *285 headers: Link: *37 '404': *6 @@ -103111,7 +103127,7 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/teams/members#get-team-member-legacy parameters: - - *688 + - *689 - *211 responses: '204': @@ -103148,7 +103164,7 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/teams/members#add-team-member-legacy parameters: - - *688 + - *689 - *211 responses: '204': @@ -103188,7 +103204,7 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/teams/members#remove-team-member-legacy parameters: - - *688 + - *689 - *211 responses: '204': @@ -103225,16 +103241,16 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/teams/members#get-team-membership-for-a-user-legacy parameters: - - *688 + - *689 - *211 responses: '200': description: Response content: application/json: - schema: *361 + schema: *362 examples: - response-if-user-is-a-team-maintainer: *693 + response-if-user-is-a-team-maintainer: *694 '404': *6 x-github: githubCloudOnly: false @@ -103267,7 +103283,7 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/teams/members#add-or-update-team-membership-for-a-user-legacy parameters: - - *688 + - *689 - *211 requestBody: required: false @@ -103293,9 +103309,9 @@ paths: description: Response content: application/json: - schema: *361 + schema: *362 examples: - response-if-users-membership-with-team-is-now-pending: *694 + response-if-users-membership-with-team-is-now-pending: *695 '403': description: Forbidden if team synchronization is set up '422': @@ -103329,7 +103345,7 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/teams/members#remove-team-membership-for-a-user-legacy parameters: - - *688 + - *689 - *211 responses: '204': @@ -103358,7 +103374,7 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/teams/teams#list-team-projects-legacy parameters: - - *688 + - *689 - *17 - *19 responses: @@ -103368,9 +103384,9 @@ paths: application/json: schema: type: array - items: *362 + items: *363 examples: - default: *695 + default: *696 headers: Link: *37 '404': *6 @@ -103396,16 +103412,16 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/teams/teams#check-team-permissions-for-a-project-legacy parameters: - - *688 - - *363 + - *689 + - *364 responses: '200': description: Response content: application/json: - schema: *362 + schema: *363 examples: - default: *696 + default: *697 '404': description: Not Found if project is not managed by this team x-github: @@ -103429,8 +103445,8 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/teams/teams#add-or-update-team-project-permissions-legacy parameters: - - *688 - - *363 + - *689 + - *364 requestBody: required: false content: @@ -103497,8 +103513,8 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/teams/teams#remove-a-project-from-a-team-legacy parameters: - - *688 - - *363 + - *689 + - *364 responses: '204': description: Response @@ -103525,7 +103541,7 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/teams/teams#list-team-repositories-legacy parameters: - - *688 + - *689 - *17 - *19 responses: @@ -103537,7 +103553,7 @@ paths: type: array items: *189 examples: - default: *302 + default: *303 headers: Link: *37 '404': *6 @@ -103567,15 +103583,15 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/teams/teams#check-team-permissions-for-a-repository-legacy parameters: - - *688 - - *364 + - *689 - *365 + - *366 responses: '200': description: Alternative response with extra repository information content: application/json: - schema: *697 + schema: *698 examples: alternative-response-with-extra-repository-information: value: @@ -103726,9 +103742,9 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/teams/teams#add-or-update-team-repository-permissions-legacy parameters: - - *688 - - *364 + - *689 - *365 + - *366 requestBody: required: false content: @@ -103778,9 +103794,9 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/teams/teams#remove-a-repository-from-a-team-legacy parameters: - - *688 - - *364 + - *689 - *365 + - *366 responses: '204': description: Response @@ -103809,15 +103825,15 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/teams/team-sync#list-idp-groups-for-a-team-legacy parameters: - - *688 + - *689 responses: '200': description: Response content: application/json: - schema: *366 + schema: *367 examples: - default: *367 + default: *368 '403': *27 '404': *6 x-github: @@ -103844,7 +103860,7 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/teams/team-sync#create-or-update-idp-group-connections-legacy parameters: - - *688 + - *689 requestBody: required: true content: @@ -103905,7 +103921,7 @@ paths: description: Response content: application/json: - schema: *366 + schema: *367 examples: default: value: @@ -103936,7 +103952,7 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/teams/teams#list-child-teams-legacy parameters: - - *688 + - *689 - *17 - *19 responses: @@ -103948,7 +103964,7 @@ paths: type: array items: *220 examples: - response-if-child-teams-exist: *698 + response-if-child-teams-exist: *699 headers: Link: *37 '404': *6 @@ -103981,7 +103997,7 @@ paths: application/json: schema: oneOf: - - &700 + - &701 title: Private User description: Private User type: object @@ -104231,7 +104247,7 @@ paths: - private_gists - total_private_repos - two_factor_authentication - - *699 + - *700 examples: response-with-public-and-private-profile-information: summary: Response with public and private profile information @@ -104391,7 +104407,7 @@ paths: description: Response content: application/json: - schema: *700 + schema: *701 examples: default: value: @@ -104470,7 +104486,7 @@ paths: type: array items: *4 examples: - default: *284 + default: *285 '304': *35 '404': *6 '403': *27 @@ -104594,9 +104610,9 @@ paths: type: integer codespaces: type: array - items: *285 + items: *286 examples: - default: *286 + default: *287 '304': *35 '500': *95 '401': *23 @@ -104735,17 +104751,17 @@ paths: description: Response when the codespace was successfully created content: application/json: - schema: *285 + schema: *286 examples: - default: *473 + default: *474 '202': description: Response when the codespace creation partially failed but is being retried in the background content: application/json: - schema: *285 + schema: *286 examples: - default: *473 + default: *474 '401': *23 '403': *27 '404': *6 @@ -104789,7 +104805,7 @@ paths: type: integer secrets: type: array - items: &701 + items: &702 title: Codespaces Secret description: Secrets for a GitHub Codespace. type: object @@ -104831,7 +104847,7 @@ paths: - visibility - selected_repositories_url examples: - default: *475 + default: *476 headers: Link: *37 x-github: @@ -104909,7 +104925,7 @@ paths: description: Response content: application/json: - schema: *701 + schema: *702 examples: default: value: @@ -105055,7 +105071,7 @@ paths: type: array items: *189 examples: - default: *702 + default: *703 '401': *23 '403': *27 '404': *6 @@ -105199,15 +105215,15 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/codespaces/codespaces#get-a-codespace-for-the-authenticated-user parameters: - - *287 + - *288 responses: '200': description: Response content: application/json: - schema: *285 + schema: *286 examples: - default: *473 + default: *474 '304': *35 '500': *95 '401': *23 @@ -105233,7 +105249,7 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/codespaces/codespaces#update-a-codespace-for-the-authenticated-user parameters: - - *287 + - *288 requestBody: required: false content: @@ -105263,9 +105279,9 @@ paths: description: Response content: application/json: - schema: *285 + schema: *286 examples: - default: *473 + default: *474 '401': *23 '403': *27 '404': *6 @@ -105287,7 +105303,7 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/codespaces/codespaces#delete-a-codespace-for-the-authenticated-user parameters: - - *287 + - *288 responses: '202': *93 '304': *35 @@ -105316,13 +105332,13 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/codespaces/codespaces#export-a-codespace-for-the-authenticated-user parameters: - - *287 + - *288 responses: '202': description: Response content: application/json: - schema: &703 + schema: &704 type: object title: Fetches information about an export of a codespace. description: An export of a codespace. Also, latest export details @@ -105375,7 +105391,7 @@ paths: examples: - https://github.com/octocat/hello-world/tree/:branch examples: - default: &704 + default: &705 value: state: succeeded completed_at: '2022-01-01T14:59:22Z' @@ -105407,7 +105423,7 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/codespaces/codespaces#get-details-about-a-codespace-export parameters: - - *287 + - *288 - name: export_id in: path required: true @@ -105420,9 +105436,9 @@ paths: description: Response content: application/json: - schema: *703 + schema: *704 examples: - default: *704 + default: *705 '404': *6 x-github: githubCloudOnly: false @@ -105443,7 +105459,7 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/codespaces/machines#list-machine-types-for-a-codespace parameters: - - *287 + - *288 responses: '200': description: Response @@ -105459,9 +105475,9 @@ paths: type: integer machines: type: array - items: *474 + items: *475 examples: - default: *705 + default: *706 '304': *35 '500': *95 '401': *23 @@ -105490,7 +105506,7 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/codespaces/codespaces#create-a-repository-from-an-unpublished-codespace parameters: - - *287 + - *288 requestBody: required: true content: @@ -105546,11 +105562,11 @@ paths: - 26a7c758-7299-4a73-b978-5a92a7ae98a0 owner: *4 billable_owner: *4 - repository: *377 + repository: *378 machine: anyOf: - type: 'null' - - *474 + - *475 devcontainer_path: description: Path to devcontainer.json from repo root used to create Codespace. @@ -106347,15 +106363,15 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/codespaces/codespaces#start-a-codespace-for-the-authenticated-user parameters: - - *287 + - *288 responses: '200': description: Response content: application/json: - schema: *285 + schema: *286 examples: - default: *473 + default: *474 '304': *35 '500': *95 '400': *14 @@ -106387,15 +106403,15 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/codespaces/codespaces#stop-a-codespace-for-the-authenticated-user parameters: - - *287 + - *288 responses: '200': description: Response content: application/json: - schema: *285 + schema: *286 examples: - default: *473 + default: *474 '500': *95 '401': *23 '403': *27 @@ -106425,9 +106441,9 @@ paths: application/json: schema: type: array - items: *296 + items: *297 examples: - default: &718 + default: &719 value: - id: 197 name: hello_docker @@ -106528,7 +106544,7 @@ paths: application/json: schema: type: array - items: &706 + items: &707 title: Email description: Email type: object @@ -106598,9 +106614,9 @@ paths: application/json: schema: type: array - items: *706 + items: *707 examples: - default: &720 + default: &721 value: - email: octocat@github.com verified: true @@ -106677,7 +106693,7 @@ paths: application/json: schema: type: array - items: *706 + items: *707 examples: default: value: @@ -106789,7 +106805,7 @@ paths: type: array items: *4 examples: - default: *284 + default: *285 headers: Link: *37 '304': *35 @@ -106822,7 +106838,7 @@ paths: type: array items: *4 examples: - default: *284 + default: *285 headers: Link: *37 '304': *35 @@ -106935,7 +106951,7 @@ paths: application/json: schema: type: array - items: &707 + items: &708 title: GPG Key description: A unique encryption key type: object @@ -107080,7 +107096,7 @@ paths: - subkeys - revoked examples: - default: &731 + default: &732 value: - id: 3 name: Octocat's GPG Key @@ -107165,9 +107181,9 @@ paths: description: Response content: application/json: - schema: *707 + schema: *708 examples: - default: &708 + default: &709 value: id: 3 name: Octocat's GPG Key @@ -107224,7 +107240,7 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/users/gpg-keys#get-a-gpg-key-for-the-authenticated-user parameters: - - &709 + - &710 name: gpg_key_id description: The unique identifier of the GPG key. in: path @@ -107236,9 +107252,9 @@ paths: description: Response content: application/json: - schema: *707 + schema: *708 examples: - default: *708 + default: *709 '404': *6 '304': *35 '403': *27 @@ -107261,7 +107277,7 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/users/gpg-keys#delete-a-gpg-key-for-the-authenticated-user parameters: - - *709 + - *710 responses: '204': description: Response @@ -107452,7 +107468,7 @@ paths: type: array items: *61 examples: - default: *710 + default: *711 headers: Link: *37 '404': *6 @@ -107537,12 +107553,12 @@ paths: application/json: schema: anyOf: - - *274 + - *275 - type: object properties: {} additionalProperties: false examples: - default: *275 + default: *276 '204': description: Response when there are no restrictions x-github: @@ -107566,7 +107582,7 @@ paths: required: true content: application/json: - schema: *545 + schema: *546 examples: default: value: @@ -107577,7 +107593,7 @@ paths: description: Response content: application/json: - schema: *274 + schema: *275 examples: default: value: @@ -107658,7 +107674,7 @@ paths: - closed - all default: open - - *282 + - *283 - name: sort description: What to sort results by. in: query @@ -107683,7 +107699,7 @@ paths: type: array items: *147 examples: - default: *283 + default: *284 headers: Link: *37 '404': *6 @@ -107716,7 +107732,7 @@ paths: application/json: schema: type: array - items: &711 + items: &712 title: Key description: Key type: object @@ -107814,9 +107830,9 @@ paths: description: Response content: application/json: - schema: *711 + schema: *712 examples: - default: &712 + default: &713 value: key: 2Sg8iYjAxxmI2LvUXpJjkYrMxURPc8r+dB7TJyvv1234 id: 2 @@ -107849,15 +107865,15 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/users/keys#get-a-public-ssh-key-for-the-authenticated-user parameters: - - *572 + - *573 responses: '200': description: Response content: application/json: - schema: *711 + schema: *712 examples: - default: *712 + default: *713 '404': *6 '304': *35 '403': *27 @@ -107880,7 +107896,7 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/users/keys#delete-a-public-ssh-key-for-the-authenticated-user parameters: - - *572 + - *573 responses: '204': description: Response @@ -107913,7 +107929,7 @@ paths: application/json: schema: type: array - items: &713 + items: &714 title: User Marketplace Purchase description: User Marketplace Purchase type: object @@ -107992,7 +108008,7 @@ paths: - account - plan examples: - default: &714 + default: &715 value: - billing_cycle: monthly next_billing_date: '2017-11-11T00:00:00Z' @@ -108054,9 +108070,9 @@ paths: application/json: schema: type: array - items: *713 + items: *714 examples: - default: *714 + default: *715 headers: Link: *37 '304': *35 @@ -108096,7 +108112,7 @@ paths: application/json: schema: type: array - items: *288 + items: *289 examples: default: value: @@ -108204,7 +108220,7 @@ paths: description: Response content: application/json: - schema: *288 + schema: *289 examples: default: value: @@ -108287,7 +108303,7 @@ paths: description: Response content: application/json: - schema: *288 + schema: *289 examples: default: value: @@ -108355,7 +108371,7 @@ paths: application/json: schema: type: array - items: *290 + items: *291 examples: default: value: @@ -108617,7 +108633,7 @@ paths: description: Response content: application/json: - schema: *290 + schema: *291 examples: default: value: @@ -108797,7 +108813,7 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/migrations/users#get-a-user-migration-status parameters: - - *291 + - *292 - name: exclude in: query required: false @@ -108810,7 +108826,7 @@ paths: description: Response content: application/json: - schema: *290 + schema: *291 examples: default: value: @@ -109004,7 +109020,7 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/migrations/users#download-a-user-migration-archive parameters: - - *291 + - *292 responses: '302': description: Response @@ -109030,7 +109046,7 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/migrations/users#delete-a-user-migration-archive parameters: - - *291 + - *292 responses: '204': description: Response @@ -109059,8 +109075,8 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/migrations/users#unlock-a-user-repository parameters: - - *291 - - *715 + - *292 + - *716 responses: '204': description: Response @@ -109084,7 +109100,7 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/migrations/users#list-repositories-for-a-user-migration parameters: - - *291 + - *292 - *17 - *19 responses: @@ -109096,7 +109112,7 @@ paths: type: array items: *189 examples: - default: *302 + default: *303 headers: Link: *37 '404': *6 @@ -109133,7 +109149,7 @@ paths: type: array items: *56 examples: - default: *716 + default: *717 headers: Link: *37 '304': *35 @@ -109175,7 +109191,7 @@ paths: - docker - nuget - container - - *717 + - *718 - *19 - *17 responses: @@ -109185,10 +109201,10 @@ paths: application/json: schema: type: array - items: *296 + items: *297 examples: - default: *718 - '400': *719 + default: *719 + '400': *720 x-github: githubCloudOnly: false enabledForGitHubApps: false @@ -109208,16 +109224,16 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/packages/packages#get-a-package-for-the-authenticated-user parameters: - - *298 - *299 + - *300 responses: '200': description: Response content: application/json: - schema: *296 + schema: *297 examples: - default: &732 + default: &733 value: id: 40201 name: octo-name @@ -109330,8 +109346,8 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/packages/packages#delete-a-package-for-the-authenticated-user parameters: - - *298 - *299 + - *300 responses: '204': description: Response @@ -109361,8 +109377,8 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/packages/packages#restore-a-package-for-the-authenticated-user parameters: - - *298 - *299 + - *300 - name: token description: package token schema: @@ -109394,8 +109410,8 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/packages/packages#list-package-versions-for-a-package-owned-by-the-authenticated-user parameters: - - *298 - *299 + - *300 - *19 - *17 - name: state @@ -109415,7 +109431,7 @@ paths: application/json: schema: type: array - items: *300 + items: *301 examples: default: value: @@ -109464,15 +109480,15 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/packages/packages#get-a-package-version-for-the-authenticated-user parameters: - - *298 - *299 - - *301 + - *300 + - *302 responses: '200': description: Response content: application/json: - schema: *300 + schema: *301 examples: default: value: @@ -109508,9 +109524,9 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/packages/packages#delete-a-package-version-for-the-authenticated-user parameters: - - *298 - *299 - - *301 + - *300 + - *302 responses: '204': description: Response @@ -109540,9 +109556,9 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/packages/packages#restore-a-package-version-for-the-authenticated-user parameters: - - *298 - *299 - - *301 + - *300 + - *302 responses: '204': description: Response @@ -109600,7 +109616,7 @@ paths: description: Response content: application/json: - schema: *312 + schema: *313 examples: default: value: @@ -109672,9 +109688,9 @@ paths: application/json: schema: type: array - items: *706 + items: *707 examples: - default: *720 + default: *721 headers: Link: *37 '304': *35 @@ -109787,7 +109803,7 @@ paths: type: array items: *61 examples: - default: &727 + default: &728 summary: Default response value: - id: 1296269 @@ -110105,9 +110121,9 @@ paths: description: Response content: application/json: - schema: *377 + schema: *378 examples: - default: *379 + default: *380 headers: Location: example: https://api.github.com/repos/octocat/Hello-World @@ -110145,9 +110161,9 @@ paths: application/json: schema: type: array - items: *547 + items: *548 examples: - default: *721 + default: *722 headers: Link: *37 '304': *35 @@ -110170,7 +110186,7 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/collaborators/invitations#accept-a-repository-invitation parameters: - - *278 + - *279 responses: '204': description: Response @@ -110193,7 +110209,7 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/collaborators/invitations#decline-a-repository-invitation parameters: - - *278 + - *279 responses: '204': description: Response @@ -110226,7 +110242,7 @@ paths: application/json: schema: type: array - items: &722 + items: &723 title: Social account description: Social media account type: object @@ -110243,7 +110259,7 @@ paths: - provider - url examples: - default: &723 + default: &724 value: - provider: twitter url: https://twitter.com/github @@ -110306,9 +110322,9 @@ paths: application/json: schema: type: array - items: *722 + items: *723 examples: - default: *723 + default: *724 '422': *15 '304': *35 '404': *6 @@ -110396,7 +110412,7 @@ paths: application/json: schema: type: array - items: &724 + items: &725 title: SSH Signing Key description: A public SSH key used to sign Git commits type: object @@ -110416,7 +110432,7 @@ paths: - title - created_at examples: - default: &733 + default: &734 value: - key: 2Sg8iYjAxxmI2LvUXpJjkYrMxURPc8r+dB7TJyvv1234 id: 2 @@ -110483,9 +110499,9 @@ paths: description: Response content: application/json: - schema: *724 + schema: *725 examples: - default: &725 + default: &726 value: key: 2Sg8iYjAxxmI2LvUXpJjkYrMxURPc8r+dB7TJyvv1234 id: 2 @@ -110516,7 +110532,7 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/users/ssh-signing-keys#get-an-ssh-signing-key-for-the-authenticated-user parameters: - - &726 + - &727 name: ssh_signing_key_id description: The unique identifier of the SSH signing key. in: path @@ -110528,9 +110544,9 @@ paths: description: Response content: application/json: - schema: *724 + schema: *725 examples: - default: *725 + default: *726 '404': *6 '304': *35 '403': *27 @@ -110553,7 +110569,7 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/users/ssh-signing-keys#delete-an-ssh-signing-key-for-the-authenticated-user parameters: - - *726 + - *727 responses: '204': description: Response @@ -110582,7 +110598,7 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/activity/starring#list-repositories-starred-by-the-authenticated-user parameters: - - &734 + - &735 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 @@ -110607,11 +110623,11 @@ paths: type: array items: *61 examples: - default-response: *727 + default-response: *728 application/vnd.github.v3.star+json: schema: type: array - items: &735 + items: &736 title: Starred Repository description: Starred Repository type: object @@ -110767,8 +110783,8 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/activity/starring#check-if-a-repository-is-starred-by-the-authenticated-user parameters: - - *364 - *365 + - *366 responses: '204': description: Response if this repository is starred by you @@ -110796,8 +110812,8 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/activity/starring#star-a-repository-for-the-authenticated-user parameters: - - *364 - *365 + - *366 responses: '204': description: Response @@ -110821,8 +110837,8 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/activity/starring#unstar-a-repository-for-the-authenticated-user parameters: - - *364 - *365 + - *366 responses: '204': description: Response @@ -110857,7 +110873,7 @@ paths: type: array items: *189 examples: - default: *302 + default: *303 headers: Link: *37 '304': *35 @@ -110894,7 +110910,7 @@ paths: application/json: schema: type: array - items: *345 + items: *346 examples: default: value: @@ -110980,10 +110996,10 @@ paths: application/json: schema: oneOf: + - *701 - *700 - - *699 examples: - default-response: &729 + default-response: &730 summary: Default response value: login: octocat @@ -111018,7 +111034,7 @@ paths: following: 0 created_at: '2008-01-14T04:33:35Z' updated_at: '2008-01-14T04:33:35Z' - response-with-git-hub-plan-information: &730 + response-with-git-hub-plan-information: &731 summary: Response with GitHub plan information value: login: octocat @@ -111078,7 +111094,7 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/users/users#list-users parameters: - - *728 + - *729 - *17 responses: '200': @@ -111089,7 +111105,7 @@ paths: type: array items: *4 examples: - default: *284 + default: *285 headers: Link: example: ; rel="next" @@ -111127,11 +111143,11 @@ paths: application/json: schema: oneOf: + - *701 - *700 - - *699 examples: - default-response: *729 - response-with-git-hub-plan-information: *730 + default-response: *730 + response-with-git-hub-plan-information: *731 '404': *6 x-github: githubCloudOnly: false @@ -111207,7 +111223,7 @@ paths: bundle_url: type: string examples: - default: *417 + default: *418 '201': description: Response content: @@ -111246,9 +111262,9 @@ paths: application/json: schema: type: array - items: *296 + items: *297 examples: - default: *718 + default: *719 '403': *27 '401': *23 x-github: @@ -111531,7 +111547,7 @@ paths: type: array items: *4 examples: - default: *284 + default: *285 headers: Link: *37 x-github: @@ -111562,7 +111578,7 @@ paths: type: array items: *4 examples: - default: *284 + default: *285 headers: Link: *37 x-github: @@ -111652,9 +111668,9 @@ paths: application/json: schema: type: array - items: *707 + items: *708 examples: - default: *731 + default: *732 headers: Link: *37 x-github: @@ -111758,7 +111774,7 @@ paths: application/json: schema: *20 examples: - default: *544 + default: *545 x-github: githubCloudOnly: false enabledForGitHubApps: false @@ -111836,7 +111852,7 @@ paths: type: array items: *56 examples: - default: *716 + default: *717 headers: Link: *37 x-github: @@ -111875,7 +111891,7 @@ paths: - docker - nuget - container - - *717 + - *718 - *211 - *19 - *17 @@ -111886,12 +111902,12 @@ paths: application/json: schema: type: array - items: *296 + items: *297 examples: - default: *718 + default: *719 '403': *27 '401': *23 - '400': *719 + '400': *720 x-github: githubCloudOnly: false enabledForGitHubApps: false @@ -111911,17 +111927,17 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/packages/packages#get-a-package-for-a-user parameters: - - *298 - *299 + - *300 - *211 responses: '200': description: Response content: application/json: - schema: *296 + schema: *297 examples: - default: *732 + default: *733 x-github: githubCloudOnly: false enabledForGitHubApps: false @@ -111942,8 +111958,8 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/packages/packages#delete-a-package-for-a-user parameters: - - *298 - *299 + - *300 - *211 responses: '204': @@ -111976,8 +111992,8 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/packages/packages#restore-a-package-for-a-user parameters: - - *298 - *299 + - *300 - *211 - name: token description: package token @@ -112010,8 +112026,8 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/packages/packages#list-package-versions-for-a-package-owned-by-a-user parameters: - - *298 - *299 + - *300 - *211 responses: '200': @@ -112020,7 +112036,7 @@ paths: application/json: schema: type: array - items: *300 + items: *301 examples: default: value: @@ -112078,16 +112094,16 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/packages/packages#get-a-package-version-for-a-user parameters: - - *298 - *299 - - *301 + - *300 + - *302 - *211 responses: '200': description: Response content: application/json: - schema: *300 + schema: *301 examples: default: value: @@ -112122,10 +112138,10 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/packages/packages#delete-package-version-for-a-user parameters: - - *298 - *299 + - *300 - *211 - - *301 + - *302 responses: '204': description: Response @@ -112157,10 +112173,10 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/packages/packages#restore-package-version-for-a-user parameters: - - *298 - *299 + - *300 - *211 - - *301 + - *302 responses: '204': description: Response @@ -112207,7 +112223,7 @@ paths: application/json: schema: type: array - items: *312 + items: *313 examples: default: value: @@ -112490,7 +112506,7 @@ paths: type: array items: *189 examples: - default: *302 + default: *303 headers: Link: *37 x-github: @@ -112520,9 +112536,9 @@ paths: description: Response content: application/json: - schema: *332 + schema: *333 examples: - default: *333 + default: *334 x-github: githubCloudOnly: false enabledForGitHubApps: false @@ -112550,9 +112566,9 @@ paths: description: Response content: application/json: - schema: *337 + schema: *338 examples: - default: *338 + default: *339 x-github: githubCloudOnly: false enabledForGitHubApps: false @@ -112580,9 +112596,9 @@ paths: description: Response content: application/json: - schema: *339 + schema: *340 examples: - default: *340 + default: *341 x-github: githubCloudOnly: false enabledForGitHubApps: false @@ -112610,9 +112626,9 @@ paths: application/json: schema: type: array - items: *722 + items: *723 examples: - default: *723 + default: *724 headers: Link: *37 x-github: @@ -112642,9 +112658,9 @@ paths: application/json: schema: type: array - items: *724 + items: *725 examples: - default: *733 + default: *734 headers: Link: *37 x-github: @@ -112669,7 +112685,7 @@ paths: url: https://docs.github.com/enterprise-cloud@latest//rest/activity/starring#list-repositories-starred-by-a-user parameters: - *211 - - *734 + - *735 - *84 - *17 - *19 @@ -112681,11 +112697,11 @@ paths: schema: anyOf: - type: array - items: *735 + items: *736 - type: array items: *61 examples: - default-response: *727 + default-response: *728 headers: Link: *37 x-github: @@ -112716,7 +112732,7 @@ paths: type: array items: *189 examples: - default: *302 + default: *303 headers: Link: *37 x-github: @@ -112845,7 +112861,7 @@ webhooks: type: string enum: - disabled - enterprise: &736 + enterprise: &737 title: Enterprise description: |- An enterprise on GitHub. Webhook payloads contain the `enterprise` property when the webhook is configured @@ -112914,7 +112930,7 @@ webhooks: - created_at - updated_at - avatar_url - installation: &737 + installation: &738 title: Simple Installation description: |- The GitHub App installation. Webhook payloads contain the `installation` property when the event is configured @@ -112935,7 +112951,7 @@ webhooks: required: - id - node_id - organization: &738 + organization: &739 title: Organization Simple description: |- A GitHub organization. Webhook payloads contain the `organization` property when the webhook is configured for an @@ -113008,7 +113024,7 @@ webhooks: - public_members_url - avatar_url - description - repository: &739 + repository: &740 title: Repository description: |- The repository on GitHub where the event occurred. Webhook payloads contain the `repository` property @@ -113921,10 +113937,10 @@ webhooks: type: string enum: - enabled - enterprise: *736 - installation: *737 - organization: *738 - repository: *739 + enterprise: *737 + installation: *738 + organization: *739 + repository: *740 sender: *4 required: - action @@ -114000,11 +114016,11 @@ webhooks: type: string enum: - created - enterprise: *736 - installation: *737 - organization: *738 - repository: *739 - rule: &740 + enterprise: *737 + installation: *738 + organization: *739 + repository: *740 + rule: &741 title: branch protection rule description: The branch protection rule. Includes a `name` and all the [branch protection settings](https://docs.github.com/enterprise-cloud@latest//github/administering-a-repository/defining-the-mergeability-of-pull-requests/about-protected-branches#about-branch-protection-settings) @@ -114227,11 +114243,11 @@ webhooks: type: string enum: - deleted - enterprise: *736 - installation: *737 - organization: *738 - repository: *739 - rule: *740 + enterprise: *737 + installation: *738 + organization: *739 + repository: *740 + rule: *741 sender: *4 required: - action @@ -114419,11 +114435,11 @@ webhooks: - everyone required: - from - enterprise: *736 - installation: *737 - organization: *738 - repository: *739 - rule: *740 + enterprise: *737 + installation: *738 + organization: *739 + repository: *740 + rule: *741 sender: *4 required: - action @@ -114494,7 +114510,7 @@ webhooks: required: true content: application/json: - schema: &743 + schema: &744 title: Exemption request cancellation event type: object properties: @@ -114502,11 +114518,11 @@ webhooks: type: string enum: - cancelled - enterprise: *736 - installation: *737 - organization: *738 - repository: *739 - exemption_request: &741 + enterprise: *737 + installation: *738 + organization: *739 + repository: *740 + exemption_request: &742 title: Exemption Request description: A request from a user to be exempted from a set of rules. @@ -114736,7 +114752,7 @@ webhooks: - array - 'null' description: The responses to the exemption request. - items: &742 + items: &743 title: Exemption response description: A response to an exemption request by a delegated bypasser. @@ -114846,7 +114862,7 @@ webhooks: required: true content: application/json: - schema: &744 + schema: &745 title: Exemption request completed event type: object properties: @@ -114854,11 +114870,11 @@ webhooks: type: string enum: - completed - enterprise: *736 - installation: *737 - organization: *738 - repository: *739 - exemption_request: *741 + enterprise: *737 + installation: *738 + organization: *739 + repository: *740 + exemption_request: *742 sender: *4 required: - action @@ -114928,7 +114944,7 @@ webhooks: required: true content: application/json: - schema: &745 + schema: &746 title: Exemption request created event type: object properties: @@ -114936,11 +114952,11 @@ webhooks: type: string enum: - created - enterprise: *736 - installation: *737 - organization: *738 - repository: *739 - exemption_request: *741 + enterprise: *737 + installation: *738 + organization: *739 + repository: *740 + exemption_request: *742 sender: *4 required: - action @@ -115010,7 +115026,7 @@ webhooks: required: true content: application/json: - schema: &746 + schema: &747 title: Exemption response dismissed event type: object properties: @@ -115018,12 +115034,12 @@ webhooks: type: string enum: - response_dismissed - enterprise: *736 - installation: *737 - organization: *738 - repository: *739 - exemption_request: *741 - exemption_response: *742 + enterprise: *737 + installation: *738 + organization: *739 + repository: *740 + exemption_request: *742 + exemption_response: *743 sender: *4 required: - action @@ -115095,7 +115111,7 @@ webhooks: required: true content: application/json: - schema: &747 + schema: &748 title: Exemption response submitted event type: object properties: @@ -115103,12 +115119,12 @@ webhooks: type: string enum: - response_submitted - enterprise: *736 - installation: *737 - organization: *738 - repository: *739 - exemption_request: *741 - exemption_response: *742 + enterprise: *737 + installation: *738 + organization: *739 + repository: *740 + exemption_request: *742 + exemption_response: *743 sender: *4 required: - action @@ -115181,7 +115197,7 @@ webhooks: required: true content: application/json: - schema: *743 + schema: *744 responses: '200': description: Return a 200 status to indicate that the data was received @@ -115248,7 +115264,7 @@ webhooks: required: true content: application/json: - schema: *744 + schema: *745 responses: '200': description: Return a 200 status to indicate that the data was received @@ -115315,7 +115331,7 @@ webhooks: required: true content: application/json: - schema: *745 + schema: *746 responses: '200': description: Return a 200 status to indicate that the data was received @@ -115382,7 +115398,7 @@ webhooks: required: true content: application/json: - schema: *746 + schema: *747 responses: '200': description: Return a 200 status to indicate that the data was received @@ -115450,7 +115466,7 @@ webhooks: required: true content: application/json: - schema: *747 + schema: *748 responses: '200': description: Return a 200 status to indicate that the data was received @@ -115528,7 +115544,7 @@ webhooks: type: string enum: - completed - check_run: &749 + check_run: &750 title: CheckRun description: A check performed on the code of a given code change type: object @@ -115596,7 +115612,7 @@ webhooks: - MDEwOkNoZWNrU3VpdGU1 pull_requests: type: array - items: *436 + items: *437 repository: *189 status: type: string @@ -115641,7 +115657,7 @@ webhooks: - examples: - neutral - deployment: *748 + deployment: *749 details_url: type: string examples: @@ -115701,7 +115717,7 @@ webhooks: - annotations_url pull_requests: type: array - items: *436 + items: *437 started_at: type: string format: date-time @@ -115739,9 +115755,9 @@ webhooks: - output - app - pull_requests - installation: *737 - organization: *738 - repository: *739 + installation: *738 + organization: *739 + repository: *740 sender: *4 required: - check_run @@ -116134,10 +116150,10 @@ webhooks: type: string enum: - created - check_run: *749 - installation: *737 - organization: *738 - repository: *739 + check_run: *750 + installation: *738 + organization: *739 + repository: *740 sender: *4 required: - check_run @@ -116533,10 +116549,10 @@ webhooks: type: string enum: - requested_action - check_run: *749 - installation: *737 - organization: *738 - repository: *739 + check_run: *750 + installation: *738 + organization: *739 + repository: *740 requested_action: description: The action requested by the user. type: object @@ -116941,10 +116957,10 @@ webhooks: type: string enum: - rerequested - check_run: *749 - installation: *737 - organization: *738 - repository: *739 + check_run: *750 + installation: *738 + organization: *739 + repository: *740 sender: *4 required: - check_run @@ -117936,10 +117952,10 @@ webhooks: - latest_check_runs_count - check_runs_url - head_commit - enterprise: *736 - installation: *737 - organization: *738 - repository: *739 + enterprise: *737 + installation: *738 + organization: *739 + repository: *740 sender: *4 required: - action @@ -118624,10 +118640,10 @@ webhooks: - latest_check_runs_count - check_runs_url - head_commit - enterprise: *736 - installation: *737 - organization: *738 - repository: *739 + enterprise: *737 + installation: *738 + organization: *739 + repository: *740 sender: *4 required: - action @@ -119306,10 +119322,10 @@ webhooks: - latest_check_runs_count - check_runs_url - head_commit - enterprise: *736 - installation: *737 - organization: *738 - repository: *739 + enterprise: *737 + installation: *738 + organization: *739 + repository: *740 sender: *4 required: - action @@ -119475,7 +119491,7 @@ webhooks: required: - login - id - dismissed_comment: *448 + dismissed_comment: *449 dismissed_reason: description: The reason for dismissing or closing the alert. type: @@ -119627,20 +119643,20 @@ webhooks: - dismissed_reason - rule - tool - commit_oid: &750 + commit_oid: &751 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: *736 - installation: *737 - organization: *738 - ref: &751 + enterprise: *737 + installation: *738 + organization: *739 + ref: &752 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: *739 + repository: *740 sender: *4 required: - action @@ -119804,7 +119820,7 @@ webhooks: required: - login - id - dismissed_comment: *448 + dismissed_comment: *449 dismissed_reason: description: The reason for dismissing or closing the alert. type: @@ -120045,12 +120061,12 @@ webhooks: - dismissed_reason - rule - tool - commit_oid: *750 - enterprise: *736 - installation: *737 - organization: *738 - ref: *751 - repository: *739 + commit_oid: *751 + enterprise: *737 + installation: *738 + organization: *739 + ref: *752 + repository: *740 sender: *4 required: - action @@ -120148,7 +120164,7 @@ webhooks: dismissed_by: type: - 'null' - dismissed_comment: *448 + dismissed_comment: *449 dismissed_reason: description: 'The reason for dismissing or closing the alert. Can be one of: `false positive`, `won''t fix`, and `used in @@ -120330,12 +120346,12 @@ webhooks: - dismissed_reason - rule - tool - commit_oid: *750 - enterprise: *736 - installation: *737 - organization: *738 - ref: *751 - repository: *739 + commit_oid: *751 + enterprise: *737 + installation: *738 + organization: *739 + ref: *752 + repository: *740 sender: *4 required: - action @@ -120501,7 +120517,7 @@ webhooks: required: - login - id - dismissed_comment: *448 + dismissed_comment: *449 dismissed_reason: description: The reason for dismissing or closing the alert. type: @@ -120678,12 +120694,12 @@ webhooks: - dismissed_reason - rule - tool - commit_oid: *750 - enterprise: *736 - installation: *737 - organization: *738 - ref: *751 - repository: *739 + commit_oid: *751 + enterprise: *737 + installation: *738 + organization: *739 + ref: *752 + repository: *740 sender: *4 required: - action @@ -120783,7 +120799,7 @@ webhooks: type: - object - 'null' - dismissed_comment: *448 + dismissed_comment: *449 dismissed_reason: description: 'The reason for dismissing or closing the alert. Can be one of: `false positive`, `won''t fix`, and `used in @@ -120963,9 +120979,9 @@ webhooks: type: - string - 'null' - enterprise: *736 - installation: *737 - organization: *738 + enterprise: *737 + installation: *738 + organization: *739 ref: description: The Git reference of the code scanning alert. When the action is `reopened_by_user` or `closed_by_user`, the event @@ -120973,7 +120989,7 @@ webhooks: type: - string - 'null' - repository: *739 + repository: *740 sender: *4 required: - action @@ -121069,7 +121085,7 @@ webhooks: dismissed_by: type: - 'null' - dismissed_comment: *448 + dismissed_comment: *449 dismissed_reason: description: 'The reason for dismissing or closing the alert. Can be one of: `false positive`, `won''t fix`, and `used in @@ -121216,12 +121232,12 @@ webhooks: - dismissed_reason - rule - tool - commit_oid: *750 - enterprise: *736 - installation: *737 - organization: *738 - ref: *751 - repository: *739 + commit_oid: *751 + enterprise: *737 + installation: *738 + organization: *739 + ref: *752 + repository: *740 sender: *4 required: - action @@ -121483,10 +121499,10 @@ webhooks: - updated_at - author_association - body - enterprise: *736 - installation: *737 - organization: *738 - repository: *739 + enterprise: *737 + installation: *738 + organization: *739 + repository: *740 sender: *4 required: - action @@ -121567,18 +121583,18 @@ webhooks: type: - string - 'null' - enterprise: *736 - installation: *737 + enterprise: *737 + installation: *738 master_branch: description: The name of the repository's default branch (usually `main`). type: string - organization: *738 - pusher_type: &752 + organization: *739 + pusher_type: &753 description: The pusher type for the event. Can be either `user` or a deploy key. type: string - ref: &753 + ref: &754 description: The [`git ref`](https://docs.github.com/enterprise-cloud@latest//rest/git/refs#get-a-reference) resource. type: string @@ -121588,7 +121604,7 @@ webhooks: enum: - tag - branch - repository: *739 + repository: *740 sender: *4 required: - ref @@ -121671,9 +121687,9 @@ webhooks: enum: - created definition: *110 - enterprise: *736 - installation: *737 - organization: *738 + enterprise: *737 + installation: *738 + organization: *739 sender: *4 required: - action @@ -121758,9 +121774,9 @@ webhooks: description: The name of the property that was deleted. required: - property_name - enterprise: *736 - installation: *737 - organization: *738 + enterprise: *737 + installation: *738 + organization: *739 sender: *4 required: - action @@ -121838,9 +121854,9 @@ webhooks: enum: - promote_to_enterprise definition: *110 - enterprise: *736 - installation: *737 - organization: *738 + enterprise: *737 + installation: *738 + organization: *739 sender: *4 required: - action @@ -121918,9 +121934,9 @@ webhooks: enum: - updated definition: *110 - enterprise: *736 - installation: *737 - organization: *738 + enterprise: *737 + installation: *738 + organization: *739 sender: *4 required: - action @@ -121997,19 +122013,19 @@ webhooks: type: string enum: - updated - enterprise: *736 - installation: *737 - repository: *739 - organization: *738 + enterprise: *737 + installation: *738 + repository: *740 + organization: *739 sender: *4 new_property_values: type: array description: The new custom property values for the repository. - items: *314 + items: *315 old_property_values: type: array description: The old custom property values for the repository. - items: *314 + items: *315 required: - action - repository @@ -122085,18 +122101,18 @@ webhooks: title: delete event type: object properties: - enterprise: *736 - installation: *737 - organization: *738 - pusher_type: *752 - ref: *753 + enterprise: *737 + installation: *738 + organization: *739 + pusher_type: *753 + ref: *754 ref_type: description: The type of Git ref object deleted in the repository. type: string enum: - tag - branch - repository: *739 + repository: *740 sender: *4 required: - ref @@ -122180,11 +122196,11 @@ webhooks: type: string enum: - auto_dismissed - alert: *500 - installation: *737 - organization: *738 - enterprise: *736 - repository: *739 + alert: *501 + installation: *738 + organization: *739 + enterprise: *737 + repository: *740 sender: *4 required: - action @@ -122268,11 +122284,11 @@ webhooks: type: string enum: - auto_reopened - alert: *500 - installation: *737 - organization: *738 - enterprise: *736 - repository: *739 + alert: *501 + installation: *738 + organization: *739 + enterprise: *737 + repository: *740 sender: *4 required: - action @@ -122356,11 +122372,11 @@ webhooks: type: string enum: - created - alert: *500 - installation: *737 - organization: *738 - enterprise: *736 - repository: *739 + alert: *501 + installation: *738 + organization: *739 + enterprise: *737 + repository: *740 sender: *4 required: - action @@ -122442,11 +122458,11 @@ webhooks: type: string enum: - dismissed - alert: *500 - installation: *737 - organization: *738 - enterprise: *736 - repository: *739 + alert: *501 + installation: *738 + organization: *739 + enterprise: *737 + repository: *740 sender: *4 required: - action @@ -122528,11 +122544,11 @@ webhooks: type: string enum: - fixed - alert: *500 - installation: *737 - organization: *738 - enterprise: *736 - repository: *739 + alert: *501 + installation: *738 + organization: *739 + enterprise: *737 + repository: *740 sender: *4 required: - action @@ -122615,11 +122631,11 @@ webhooks: type: string enum: - reintroduced - alert: *500 - installation: *737 - organization: *738 - enterprise: *736 - repository: *739 + alert: *501 + installation: *738 + organization: *739 + enterprise: *737 + repository: *740 sender: *4 required: - action @@ -122701,11 +122717,11 @@ webhooks: type: string enum: - reopened - alert: *500 - installation: *737 - organization: *738 - enterprise: *736 - repository: *739 + alert: *501 + installation: *738 + organization: *739 + enterprise: *737 + repository: *740 sender: *4 required: - action @@ -122782,9 +122798,9 @@ webhooks: type: string enum: - created - enterprise: *736 - installation: *737 - key: &754 + enterprise: *737 + installation: *738 + key: &755 description: The [`deploy key`](https://docs.github.com/enterprise-cloud@latest//rest/deploy-keys/deploy-keys#get-a-deploy-key) resource. type: object @@ -122822,8 +122838,8 @@ webhooks: - verified - created_at - read_only - organization: *738 - repository: *739 + organization: *739 + repository: *740 sender: *4 required: - action @@ -122900,11 +122916,11 @@ webhooks: type: string enum: - deleted - enterprise: *736 - installation: *737 - key: *754 - organization: *738 - repository: *739 + enterprise: *737 + installation: *738 + key: *755 + organization: *739 + repository: *740 sender: *4 required: - action @@ -123476,12 +123492,12 @@ webhooks: - updated_at - statuses_url - repository_url - enterprise: *736 - installation: *737 - organization: *738 - repository: *739 + enterprise: *737 + installation: *738 + organization: *739 + repository: *740 sender: *4 - workflow: &758 + workflow: &759 title: Workflow type: - object @@ -124219,13 +124235,13 @@ webhooks: description: The URL to review the deployment protection rule. type: string format: uri - deployment: *506 + deployment: *507 pull_requests: type: array - items: *591 - repository: *739 - organization: *738 - installation: *737 + items: *592 + repository: *740 + organization: *739 + installation: *738 sender: *4 responses: '200': @@ -124296,7 +124312,7 @@ webhooks: type: string enum: - approved - approver: &755 + approver: &756 type: object properties: avatar_url: @@ -124339,11 +124355,11 @@ webhooks: type: string comment: type: string - enterprise: *736 - installation: *737 - organization: *738 - repository: *739 - reviewers: &756 + enterprise: *737 + installation: *738 + organization: *739 + repository: *740 + reviewers: &757 type: array items: type: object @@ -124424,7 +124440,7 @@ webhooks: sender: *4 since: type: string - workflow_job_run: &757 + workflow_job_run: &758 type: object properties: conclusion: @@ -125170,18 +125186,18 @@ webhooks: type: string enum: - rejected - approver: *755 + approver: *756 comment: type: string - enterprise: *736 - installation: *737 - organization: *738 - repository: *739 - reviewers: *756 + enterprise: *737 + installation: *738 + organization: *739 + repository: *740 + reviewers: *757 sender: *4 since: type: string - workflow_job_run: *757 + workflow_job_run: *758 workflow_job_runs: type: array items: @@ -125898,13 +125914,13 @@ webhooks: type: string enum: - requested - enterprise: *736 + enterprise: *737 environment: type: string - installation: *737 - organization: *738 - repository: *739 - requestor: &763 + installation: *738 + organization: *739 + repository: *740 + requestor: &764 title: User type: - object @@ -127847,12 +127863,12 @@ webhooks: - updated_at - deployment_url - repository_url - enterprise: *736 - installation: *737 - organization: *738 - repository: *739 + enterprise: *737 + installation: *738 + organization: *739 + repository: *740 sender: *4 - workflow: *758 + workflow: *759 workflow_run: title: Deployment Workflow Run type: @@ -128543,7 +128559,7 @@ webhooks: type: string enum: - answered - answer: &761 + answer: &762 type: object properties: author_association: @@ -128703,7 +128719,7 @@ webhooks: - created_at - updated_at - body - discussion: &759 + discussion: &760 title: Discussion description: A Discussion in a repository. type: object @@ -128999,7 +129015,7 @@ webhooks: - id labels: type: array - items: *554 + items: *555 required: - repository_url - category @@ -129021,10 +129037,10 @@ webhooks: - author_association - active_lock_reason - body - enterprise: *736 - installation: *737 - organization: *738 - repository: *739 + enterprise: *737 + installation: *738 + organization: *739 + repository: *740 sender: *4 required: - action @@ -129151,11 +129167,11 @@ webhooks: - from required: - category - discussion: *759 - enterprise: *736 - installation: *737 - organization: *738 - repository: *739 + discussion: *760 + enterprise: *737 + installation: *738 + organization: *739 + repository: *740 sender: *4 required: - action @@ -129238,11 +129254,11 @@ webhooks: type: string enum: - closed - discussion: *759 - enterprise: *736 - installation: *737 - organization: *738 - repository: *739 + discussion: *760 + enterprise: *737 + installation: *738 + organization: *739 + repository: *740 sender: *4 required: - action @@ -129324,7 +129340,7 @@ webhooks: type: string enum: - created - comment: &760 + comment: &761 type: object properties: author_association: @@ -129484,11 +129500,11 @@ webhooks: - updated_at - body - reactions - discussion: *759 - enterprise: *736 - installation: *737 - organization: *738 - repository: *739 + discussion: *760 + enterprise: *737 + installation: *738 + organization: *739 + repository: *740 sender: *4 required: - action @@ -129571,12 +129587,12 @@ webhooks: type: string enum: - deleted - comment: *760 - discussion: *759 - enterprise: *736 - installation: *737 - organization: *738 - repository: *739 + comment: *761 + discussion: *760 + enterprise: *737 + installation: *738 + organization: *739 + repository: *740 sender: *4 required: - action @@ -129671,12 +129687,12 @@ webhooks: - from required: - body - comment: *760 - discussion: *759 - enterprise: *736 - installation: *737 - organization: *738 - repository: *739 + comment: *761 + discussion: *760 + enterprise: *737 + installation: *738 + organization: *739 + repository: *740 sender: *4 required: - action @@ -129760,11 +129776,11 @@ webhooks: type: string enum: - created - discussion: *759 - enterprise: *736 - installation: *737 - organization: *738 - repository: *739 + discussion: *760 + enterprise: *737 + installation: *738 + organization: *739 + repository: *740 sender: *4 required: - action @@ -129846,11 +129862,11 @@ webhooks: type: string enum: - deleted - discussion: *759 - enterprise: *736 - installation: *737 - organization: *738 - repository: *739 + discussion: *760 + enterprise: *737 + installation: *738 + organization: *739 + repository: *740 sender: *4 required: - action @@ -129950,11 +129966,11 @@ webhooks: type: string required: - from - discussion: *759 - enterprise: *736 - installation: *737 - organization: *738 - repository: *739 + discussion: *760 + enterprise: *737 + installation: *738 + organization: *739 + repository: *740 sender: *4 required: - action @@ -130036,10 +130052,10 @@ webhooks: type: string enum: - labeled - discussion: *759 - enterprise: *736 - installation: *737 - label: &762 + discussion: *760 + enterprise: *737 + installation: *738 + label: &763 title: Label type: object properties: @@ -130072,8 +130088,8 @@ webhooks: - color - default - description - organization: *738 - repository: *739 + organization: *739 + repository: *740 sender: *4 required: - action @@ -130156,11 +130172,11 @@ webhooks: type: string enum: - locked - discussion: *759 - enterprise: *736 - installation: *737 - organization: *738 - repository: *739 + discussion: *760 + enterprise: *737 + installation: *738 + organization: *739 + repository: *740 sender: *4 required: - action @@ -130242,11 +130258,11 @@ webhooks: type: string enum: - pinned - discussion: *759 - enterprise: *736 - installation: *737 - organization: *738 - repository: *739 + discussion: *760 + enterprise: *737 + installation: *738 + organization: *739 + repository: *740 sender: *4 required: - action @@ -130328,11 +130344,11 @@ webhooks: type: string enum: - reopened - discussion: *759 - enterprise: *736 - installation: *737 - organization: *738 - repository: *739 + discussion: *760 + enterprise: *737 + installation: *738 + organization: *739 + repository: *740 sender: *4 required: - action @@ -130417,16 +130433,16 @@ webhooks: changes: type: object properties: - new_discussion: *759 - new_repository: *739 + new_discussion: *760 + new_repository: *740 required: - new_discussion - new_repository - discussion: *759 - enterprise: *736 - installation: *737 - organization: *738 - repository: *739 + discussion: *760 + enterprise: *737 + installation: *738 + organization: *739 + repository: *740 sender: *4 required: - action @@ -130509,10 +130525,10 @@ webhooks: type: string enum: - unanswered - discussion: *759 - old_answer: *761 - organization: *738 - repository: *739 + discussion: *760 + old_answer: *762 + organization: *739 + repository: *740 sender: *4 required: - action @@ -130594,12 +130610,12 @@ webhooks: type: string enum: - unlabeled - discussion: *759 - enterprise: *736 - installation: *737 - label: *762 - organization: *738 - repository: *739 + discussion: *760 + enterprise: *737 + installation: *738 + label: *763 + organization: *739 + repository: *740 sender: *4 required: - action @@ -130682,11 +130698,11 @@ webhooks: type: string enum: - unlocked - discussion: *759 - enterprise: *736 - installation: *737 - organization: *738 - repository: *739 + discussion: *760 + enterprise: *737 + installation: *738 + organization: *739 + repository: *740 sender: *4 required: - action @@ -130768,11 +130784,11 @@ webhooks: type: string enum: - unpinned - discussion: *759 - enterprise: *736 - installation: *737 - organization: *738 - repository: *739 + discussion: *760 + enterprise: *737 + installation: *738 + organization: *739 + repository: *740 sender: *4 required: - action @@ -130844,7 +130860,7 @@ webhooks: required: true content: application/json: - schema: *745 + schema: *746 responses: '200': description: Return a 200 status to indicate that the data was received @@ -130910,7 +130926,7 @@ webhooks: required: true content: application/json: - schema: *747 + schema: *748 responses: '200': description: Return a 200 status to indicate that the data was received @@ -130976,7 +130992,7 @@ webhooks: required: true content: application/json: - schema: *743 + schema: *744 responses: '200': description: Return a 200 status to indicate that the data was received @@ -131042,7 +131058,7 @@ webhooks: required: true content: application/json: - schema: *744 + schema: *745 responses: '200': description: Return a 200 status to indicate that the data was received @@ -131108,7 +131124,7 @@ webhooks: required: true content: application/json: - schema: *745 + schema: *746 responses: '200': description: Return a 200 status to indicate that the data was received @@ -131174,7 +131190,7 @@ webhooks: required: true content: application/json: - schema: *746 + schema: *747 responses: '200': description: Return a 200 status to indicate that the data was received @@ -131240,7 +131256,7 @@ webhooks: required: true content: application/json: - schema: *747 + schema: *748 responses: '200': description: Return a 200 status to indicate that the data was received @@ -131307,7 +131323,7 @@ webhooks: description: A user forks a repository. type: object properties: - enterprise: *736 + enterprise: *737 forkee: description: The created [`repository`](https://docs.github.com/enterprise-cloud@latest//rest/repos/repos#get-a-repository) resource. @@ -131985,9 +132001,9 @@ webhooks: type: integer watchers_count: type: integer - installation: *737 - organization: *738 - repository: *739 + installation: *738 + organization: *739 + repository: *740 sender: *4 required: - forkee @@ -132133,9 +132149,9 @@ webhooks: title: gollum event type: object properties: - enterprise: *736 - installation: *737 - organization: *738 + enterprise: *737 + installation: *738 + organization: *739 pages: description: The pages that were updated. type: array @@ -132173,7 +132189,7 @@ webhooks: - action - sha - html_url - repository: *739 + repository: *740 sender: *4 required: - pages @@ -132249,10 +132265,10 @@ webhooks: type: string enum: - created - enterprise: *736 + enterprise: *737 installation: *20 - organization: *738 - repositories: &764 + organization: *739 + repositories: &765 description: An array of repository objects that the installation can access. type: array @@ -132278,8 +132294,8 @@ webhooks: - name - full_name - private - repository: *739 - requester: *763 + repository: *740 + requester: *764 sender: *4 required: - action @@ -132354,11 +132370,11 @@ webhooks: type: string enum: - deleted - enterprise: *736 + enterprise: *737 installation: *20 - organization: *738 - repositories: *764 - repository: *739 + organization: *739 + repositories: *765 + repository: *740 requester: type: - 'null' @@ -132435,11 +132451,11 @@ webhooks: type: string enum: - new_permissions_accepted - enterprise: *736 + enterprise: *737 installation: *20 - organization: *738 - repositories: *764 - repository: *739 + organization: *739 + repositories: *765 + repository: *740 requester: type: - 'null' @@ -132516,10 +132532,10 @@ webhooks: type: string enum: - added - enterprise: *736 + enterprise: *737 installation: *20 - organization: *738 - repositories_added: &765 + organization: *739 + repositories_added: &766 description: An array of repository objects, which were added to the installation. type: array @@ -132565,15 +132581,15 @@ webhooks: private: description: Whether the repository is private or public. type: boolean - repository: *739 - repository_selection: &766 + repository: *740 + repository_selection: &767 description: Describe whether all repositories have been selected or there's a selection involved type: string enum: - all - selected - requester: *763 + requester: *764 sender: *4 required: - action @@ -132652,10 +132668,10 @@ webhooks: type: string enum: - removed - enterprise: *736 + enterprise: *737 installation: *20 - organization: *738 - repositories_added: *765 + organization: *739 + repositories_added: *766 repositories_removed: description: An array of repository objects, which were removed from the installation. @@ -132682,9 +132698,9 @@ webhooks: - name - full_name - private - repository: *739 - repository_selection: *766 - requester: *763 + repository: *740 + repository_selection: *767 + requester: *764 sender: *4 required: - action @@ -132763,11 +132779,11 @@ webhooks: type: string enum: - suspend - enterprise: *736 + enterprise: *737 installation: *20 - organization: *738 - repositories: *764 - repository: *739 + organization: *739 + repositories: *765 + repository: *740 requester: type: - 'null' @@ -132950,10 +132966,10 @@ webhooks: type: string required: - from - enterprise: *736 - installation: *737 - organization: *738 - repository: *739 + enterprise: *737 + installation: *738 + organization: *739 + repository: *740 sender: *4 target_type: type: string @@ -133032,11 +133048,11 @@ webhooks: type: string enum: - unsuspend - enterprise: *736 + enterprise: *737 installation: *20 - organization: *738 - repositories: *764 - repository: *739 + organization: *739 + repositories: *765 + repository: *740 requester: type: - 'null' @@ -133284,8 +133300,8 @@ webhooks: - performed_via_github_app - body - reactions - enterprise: *736 - installation: *737 + enterprise: *737 + installation: *738 issue: description: The [issue](https://docs.github.com/enterprise-cloud@latest//rest/issues/issues#get-an-issue) the comment belongs to. @@ -134132,7 +134148,7 @@ webhooks: title: description: Title of the issue type: string - type: *279 + type: *280 updated_at: type: string format: date-time @@ -134476,8 +134492,8 @@ webhooks: - state - locked - assignee - organization: *738 - repository: *739 + organization: *739 + repository: *740 sender: *4 required: - action @@ -134557,7 +134573,7 @@ webhooks: type: string enum: - deleted - comment: &767 + comment: &768 title: issue comment description: The [comment](https://docs.github.com/enterprise-cloud@latest//rest/issues/comments#get-an-issue-comment) itself. @@ -134724,8 +134740,8 @@ webhooks: - performed_via_github_app - body - reactions - enterprise: *736 - installation: *737 + enterprise: *737 + installation: *738 issue: description: The [issue](https://docs.github.com/enterprise-cloud@latest//rest/issues/issues#get-an-issue) the comment belongs to. @@ -135568,7 +135584,7 @@ webhooks: title: description: Title of the issue type: string - type: *279 + type: *280 updated_at: type: string format: date-time @@ -135914,8 +135930,8 @@ webhooks: - state - locked - assignee - organization: *738 - repository: *739 + organization: *739 + repository: *740 sender: *4 required: - action @@ -135995,7 +136011,7 @@ webhooks: type: string enum: - edited - changes: &792 + changes: &793 description: The changes to the comment. type: object properties: @@ -136007,9 +136023,9 @@ webhooks: type: string required: - from - comment: *767 - enterprise: *736 - installation: *737 + comment: *768 + enterprise: *737 + installation: *738 issue: description: The [issue](https://docs.github.com/enterprise-cloud@latest//rest/issues/issues#get-an-issue) the comment belongs to. @@ -136855,7 +136871,7 @@ webhooks: title: description: Title of the issue type: string - type: *279 + type: *280 updated_at: type: string format: date-time @@ -137199,8 +137215,8 @@ webhooks: - state - locked - assignee - organization: *738 - repository: *739 + organization: *739 + repository: *740 sender: *4 required: - action @@ -137282,10 +137298,10 @@ webhooks: type: string enum: - assigned - assignee: *763 - enterprise: *736 - installation: *737 - issue: &770 + assignee: *764 + enterprise: *737 + installation: *738 + issue: &771 title: Issue description: The [issue](https://docs.github.com/enterprise-cloud@latest//rest/issues/issues#get-an-issue) itself. @@ -138127,7 +138143,7 @@ webhooks: title: description: Title of the issue type: string - type: *279 + type: *280 updated_at: type: string format: date-time @@ -138230,8 +138246,8 @@ webhooks: - active_lock_reason - body - reactions - organization: *738 - repository: *739 + organization: *739 + repository: *740 sender: *4 required: - action @@ -138311,8 +138327,8 @@ webhooks: type: string enum: - closed - enterprise: *736 - installation: *737 + enterprise: *737 + installation: *738 issue: description: The [issue](https://docs.github.com/enterprise-cloud@latest//rest/issues/issues#get-an-issue) itself. @@ -139159,7 +139175,7 @@ webhooks: title: description: Title of the issue type: string - type: *279 + type: *280 updated_at: type: string format: date-time @@ -139405,8 +139421,8 @@ webhooks: required: - state - closed_at - organization: *738 - repository: *739 + organization: *739 + repository: *740 sender: *4 required: - action @@ -139485,8 +139501,8 @@ webhooks: type: string enum: - deleted - enterprise: *736 - installation: *737 + enterprise: *737 + installation: *738 issue: title: Issue description: The [issue](https://docs.github.com/enterprise-cloud@latest//rest/issues/issues#get-an-issue) @@ -140322,7 +140338,7 @@ webhooks: title: description: Title of the issue type: string - type: *279 + type: *280 updated_at: type: string format: date-time @@ -140424,8 +140440,8 @@ webhooks: - active_lock_reason - body - reactions - organization: *738 - repository: *739 + organization: *739 + repository: *740 sender: *4 required: - action @@ -140504,8 +140520,8 @@ webhooks: type: string enum: - demilestoned - enterprise: *736 - installation: *737 + enterprise: *737 + installation: *738 issue: title: Issue description: The [issue](https://docs.github.com/enterprise-cloud@latest//rest/issues/issues#get-an-issue) @@ -141366,7 +141382,7 @@ webhooks: title: description: Title of the issue type: string - type: *279 + type: *280 updated_at: type: string format: date-time @@ -141447,7 +141463,7 @@ webhooks: format: uri user_view_type: type: string - milestone: &768 + milestone: &769 title: Milestone description: A collection of related issues and pull requests. type: object @@ -141590,8 +141606,8 @@ webhooks: - updated_at - due_on - closed_at - organization: *738 - repository: *739 + organization: *739 + repository: *740 sender: *4 required: - action @@ -141690,8 +141706,8 @@ webhooks: type: string required: - from - enterprise: *736 - installation: *737 + enterprise: *737 + installation: *738 issue: title: Issue description: The [issue](https://docs.github.com/enterprise-cloud@latest//rest/issues/issues#get-an-issue) @@ -142530,7 +142546,7 @@ webhooks: timeline_url: type: string format: uri - type: *279 + type: *280 title: description: Title of the issue type: string @@ -142636,9 +142652,9 @@ webhooks: - active_lock_reason - body - reactions - label: *762 - organization: *738 - repository: *739 + label: *763 + organization: *739 + repository: *740 sender: *4 required: - action @@ -142718,8 +142734,8 @@ webhooks: type: string enum: - labeled - enterprise: *736 - installation: *737 + enterprise: *737 + installation: *738 issue: title: Issue description: The [issue](https://docs.github.com/enterprise-cloud@latest//rest/issues/issues#get-an-issue) @@ -143557,7 +143573,7 @@ webhooks: timeline_url: type: string format: uri - type: *279 + type: *280 title: description: Title of the issue type: string @@ -143663,9 +143679,9 @@ webhooks: - active_lock_reason - body - reactions - label: *762 - organization: *738 - repository: *739 + label: *763 + organization: *739 + repository: *740 sender: *4 required: - action @@ -143745,8 +143761,8 @@ webhooks: type: string enum: - locked - enterprise: *736 - installation: *737 + enterprise: *737 + installation: *738 issue: title: Issue description: The [issue](https://docs.github.com/enterprise-cloud@latest//rest/issues/issues#get-an-issue) @@ -144609,7 +144625,7 @@ webhooks: timeline_url: type: string format: uri - type: *279 + type: *280 title: description: Title of the issue type: string @@ -144692,8 +144708,8 @@ webhooks: format: uri user_view_type: type: string - organization: *738 - repository: *739 + organization: *739 + repository: *740 sender: *4 required: - action @@ -144772,8 +144788,8 @@ webhooks: type: string enum: - milestoned - enterprise: *736 - installation: *737 + enterprise: *737 + installation: *738 issue: title: Issue description: The [issue](https://docs.github.com/enterprise-cloud@latest//rest/issues/issues#get-an-issue) @@ -145633,7 +145649,7 @@ webhooks: title: description: Title of the issue type: string - type: *279 + type: *280 updated_at: type: string format: date-time @@ -145713,9 +145729,9 @@ webhooks: format: uri user_view_type: type: string - milestone: *768 - organization: *738 - repository: *739 + milestone: *769 + organization: *739 + repository: *740 sender: *4 required: - action @@ -147215,8 +147231,8 @@ webhooks: required: - old_issue - old_repository - enterprise: *736 - installation: *737 + enterprise: *737 + installation: *738 issue: title: Issue description: The [issue](https://docs.github.com/enterprise-cloud@latest//rest/issues/issues#get-an-issue) @@ -148058,7 +148074,7 @@ webhooks: title: description: Title of the issue type: string - type: *279 + type: *280 updated_at: type: string format: date-time @@ -148160,8 +148176,8 @@ webhooks: - active_lock_reason - body - reactions - organization: *738 - repository: *739 + organization: *739 + repository: *740 sender: *4 required: - action @@ -148241,9 +148257,9 @@ webhooks: type: string enum: - pinned - enterprise: *736 - installation: *737 - issue: &769 + enterprise: *737 + installation: *738 + issue: &770 title: Issue description: The [issue](https://docs.github.com/enterprise-cloud@latest//rest/issues/issues#get-an-issue) itself. @@ -149079,7 +149095,7 @@ webhooks: title: description: Title of the issue type: string - type: *279 + type: *280 updated_at: type: string format: date-time @@ -149181,8 +149197,8 @@ webhooks: - active_lock_reason - body - reactions - organization: *738 - repository: *739 + organization: *739 + repository: *740 sender: *4 required: - action @@ -149261,8 +149277,8 @@ webhooks: type: string enum: - reopened - enterprise: *736 - installation: *737 + enterprise: *737 + installation: *738 issue: title: Issue description: The [issue](https://docs.github.com/enterprise-cloud@latest//rest/issues/issues#get-an-issue) @@ -150206,9 +150222,9 @@ webhooks: format: uri user_view_type: type: string - type: *279 - organization: *738 - repository: *739 + type: *280 + organization: *739 + repository: *740 sender: *4 required: - action @@ -151127,7 +151143,7 @@ webhooks: title: description: Title of the issue type: string - type: *279 + type: *280 updated_at: type: string format: date-time @@ -151709,11 +151725,11 @@ webhooks: required: - new_issue - new_repository - enterprise: *736 - installation: *737 - issue: *769 - organization: *738 - repository: *739 + enterprise: *737 + installation: *738 + issue: *770 + organization: *739 + repository: *740 sender: *4 required: - action @@ -151793,12 +151809,12 @@ webhooks: type: string enum: - typed - enterprise: *736 - installation: *737 - issue: *770 - type: *279 - organization: *738 - repository: *739 + enterprise: *737 + installation: *738 + issue: *771 + type: *280 + organization: *739 + repository: *740 sender: *4 required: - action @@ -151879,7 +151895,7 @@ webhooks: type: string enum: - unassigned - assignee: &795 + assignee: &796 title: User type: - object @@ -151951,11 +151967,11 @@ webhooks: required: - login - id - enterprise: *736 - installation: *737 - issue: *770 - organization: *738 - repository: *739 + enterprise: *737 + installation: *738 + issue: *771 + organization: *739 + repository: *740 sender: *4 required: - action @@ -152034,12 +152050,12 @@ webhooks: type: string enum: - unlabeled - enterprise: *736 - installation: *737 - issue: *770 - label: *762 - organization: *738 - repository: *739 + enterprise: *737 + installation: *738 + issue: *771 + label: *763 + organization: *739 + repository: *740 sender: *4 required: - action @@ -152119,8 +152135,8 @@ webhooks: type: string enum: - unlocked - enterprise: *736 - installation: *737 + enterprise: *737 + installation: *738 issue: title: Issue description: The [issue](https://docs.github.com/enterprise-cloud@latest//rest/issues/issues#get-an-issue) @@ -152984,7 +153000,7 @@ webhooks: title: description: Title of the issue type: string - type: *279 + type: *280 updated_at: type: string format: date-time @@ -153064,8 +153080,8 @@ webhooks: format: uri user_view_type: type: string - organization: *738 - repository: *739 + organization: *739 + repository: *740 sender: *4 required: - action @@ -153145,11 +153161,11 @@ webhooks: type: string enum: - unpinned - enterprise: *736 - installation: *737 - issue: *769 - organization: *738 - repository: *739 + enterprise: *737 + installation: *738 + issue: *770 + organization: *739 + repository: *740 sender: *4 required: - action @@ -153228,12 +153244,12 @@ webhooks: type: string enum: - untyped - enterprise: *736 - installation: *737 - issue: *770 - type: *279 - organization: *738 - repository: *739 + enterprise: *737 + installation: *738 + issue: *771 + type: *280 + organization: *739 + repository: *740 sender: *4 required: - action @@ -153313,11 +153329,11 @@ webhooks: type: string enum: - created - enterprise: *736 - installation: *737 - label: *762 - organization: *738 - repository: *739 + enterprise: *737 + installation: *738 + label: *763 + organization: *739 + repository: *740 sender: *4 required: - action @@ -153395,11 +153411,11 @@ webhooks: type: string enum: - deleted - enterprise: *736 - installation: *737 - label: *762 - organization: *738 - repository: *739 + enterprise: *737 + installation: *738 + label: *763 + organization: *739 + repository: *740 sender: *4 required: - action @@ -153509,11 +153525,11 @@ webhooks: type: string required: - from - enterprise: *736 - installation: *737 - label: *762 - organization: *738 - repository: *739 + enterprise: *737 + installation: *738 + label: *763 + organization: *739 + repository: *740 sender: *4 required: - action @@ -153595,9 +153611,9 @@ webhooks: - cancelled effective_date: type: string - enterprise: *736 - installation: *737 - marketplace_purchase: &771 + enterprise: *737 + installation: *738 + marketplace_purchase: &772 title: Marketplace Purchase type: object required: @@ -153685,8 +153701,8 @@ webhooks: type: integer unit_count: type: integer - organization: *738 - previous_marketplace_purchase: &772 + organization: *739 + previous_marketplace_purchase: &773 title: Marketplace Purchase type: object properties: @@ -153770,7 +153786,7 @@ webhooks: - on_free_trial - free_trial_ends_on - plan - repository: *739 + repository: *740 sender: *4 required: - action @@ -153850,10 +153866,10 @@ webhooks: - changed effective_date: type: string - enterprise: *736 - installation: *737 - marketplace_purchase: *771 - organization: *738 + enterprise: *737 + installation: *738 + marketplace_purchase: *772 + organization: *739 previous_marketplace_purchase: title: Marketplace Purchase type: object @@ -153941,7 +153957,7 @@ webhooks: - on_free_trial - free_trial_ends_on - plan - repository: *739 + repository: *740 sender: *4 required: - action @@ -154023,10 +154039,10 @@ webhooks: - pending_change effective_date: type: string - enterprise: *736 - installation: *737 - marketplace_purchase: *771 - organization: *738 + enterprise: *737 + installation: *738 + marketplace_purchase: *772 + organization: *739 previous_marketplace_purchase: title: Marketplace Purchase type: object @@ -154112,7 +154128,7 @@ webhooks: - on_free_trial - free_trial_ends_on - plan - repository: *739 + repository: *740 sender: *4 required: - action @@ -154193,8 +154209,8 @@ webhooks: - pending_change_cancelled effective_date: type: string - enterprise: *736 - installation: *737 + enterprise: *737 + installation: *738 marketplace_purchase: title: Marketplace Purchase type: object @@ -154280,9 +154296,9 @@ webhooks: type: integer unit_count: type: integer - organization: *738 - previous_marketplace_purchase: *772 - repository: *739 + organization: *739 + previous_marketplace_purchase: *773 + repository: *740 sender: *4 required: - action @@ -154362,12 +154378,12 @@ webhooks: - purchased effective_date: type: string - enterprise: *736 - installation: *737 - marketplace_purchase: *771 - organization: *738 - previous_marketplace_purchase: *772 - repository: *739 + enterprise: *737 + installation: *738 + marketplace_purchase: *772 + organization: *739 + previous_marketplace_purchase: *773 + repository: *740 sender: *4 required: - action @@ -154469,11 +154485,11 @@ webhooks: type: string required: - to - enterprise: *736 - installation: *737 - member: *763 - organization: *738 - repository: *739 + enterprise: *737 + installation: *738 + member: *764 + organization: *739 + repository: *740 sender: *4 required: - action @@ -154575,11 +154591,11 @@ webhooks: type: - string - 'null' - enterprise: *736 - installation: *737 - member: *763 - organization: *738 - repository: *739 + enterprise: *737 + installation: *738 + member: *764 + organization: *739 + repository: *740 sender: *4 required: - action @@ -154658,11 +154674,11 @@ webhooks: type: string enum: - removed - enterprise: *736 - installation: *737 - member: *763 - organization: *738 - repository: *739 + enterprise: *737 + installation: *738 + member: *764 + organization: *739 + repository: *740 sender: *4 required: - action @@ -154740,11 +154756,11 @@ webhooks: type: string enum: - added - enterprise: *736 - installation: *737 - member: *763 - organization: *738 - repository: *739 + enterprise: *737 + installation: *738 + member: *764 + organization: *739 + repository: *740 scope: description: The scope of the membership. Currently, can only be `team`. @@ -154822,7 +154838,7 @@ webhooks: required: - login - id - team: &773 + team: &774 title: Team description: Groups of organization members that gives permissions on specified repositories. @@ -155015,11 +155031,11 @@ webhooks: type: string enum: - removed - enterprise: *736 - installation: *737 - member: *763 - organization: *738 - repository: *739 + enterprise: *737 + installation: *738 + member: *764 + organization: *739 + repository: *740 scope: description: The scope of the membership. Currently, can only be `team`. @@ -155098,7 +155114,7 @@ webhooks: required: - login - id - team: *773 + team: *774 required: - action - scope @@ -155180,8 +155196,8 @@ webhooks: type: string enum: - checks_requested - installation: *737 - merge_group: &774 + installation: *738 + merge_group: &775 type: object title: Merge Group description: A group of pull requests that the merge queue has grouped @@ -155200,15 +155216,15 @@ webhooks: description: The full ref of the branch the merge group will be merged into. type: string - head_commit: *440 + head_commit: *441 required: - head_sha - head_ref - base_sha - base_ref - head_commit - organization: *738 - repository: *739 + organization: *739 + repository: *740 sender: *4 required: - action @@ -155294,10 +155310,10 @@ webhooks: - merged - invalidated - dequeued - installation: *737 - merge_group: *774 - organization: *738 - repository: *739 + installation: *738 + merge_group: *775 + organization: *739 + repository: *740 sender: *4 required: - action @@ -155370,7 +155386,7 @@ webhooks: type: string enum: - deleted - enterprise: *736 + enterprise: *737 hook: description: 'The modified webhook. This will contain different keys based on the type of webhook it is: repository, organization, @@ -155478,12 +155494,12 @@ webhooks: hook_id: description: The id of the modified webhook. type: integer - installation: *737 - organization: *738 + installation: *738 + organization: *739 repository: anyOf: - type: 'null' - - *739 + - *740 sender: *4 required: - action @@ -155563,11 +155579,11 @@ webhooks: type: string enum: - closed - enterprise: *736 - installation: *737 - milestone: *768 - organization: *738 - repository: *739 + enterprise: *737 + installation: *738 + milestone: *769 + organization: *739 + repository: *740 sender: *4 required: - action @@ -155646,9 +155662,9 @@ webhooks: type: string enum: - created - enterprise: *736 - installation: *737 - milestone: &775 + enterprise: *737 + installation: *738 + milestone: &776 title: Milestone description: A collection of related issues and pull requests. type: object @@ -155790,8 +155806,8 @@ webhooks: - updated_at - due_on - closed_at - organization: *738 - repository: *739 + organization: *739 + repository: *740 sender: *4 required: - action @@ -155870,11 +155886,11 @@ webhooks: type: string enum: - deleted - enterprise: *736 - installation: *737 - milestone: *768 - organization: *738 - repository: *739 + enterprise: *737 + installation: *738 + milestone: *769 + organization: *739 + repository: *740 sender: *4 required: - action @@ -155984,11 +156000,11 @@ webhooks: type: string required: - from - enterprise: *736 - installation: *737 - milestone: *768 - organization: *738 - repository: *739 + enterprise: *737 + installation: *738 + milestone: *769 + organization: *739 + repository: *740 sender: *4 required: - action @@ -156068,11 +156084,11 @@ webhooks: type: string enum: - opened - enterprise: *736 - installation: *737 - milestone: *775 - organization: *738 - repository: *739 + enterprise: *737 + installation: *738 + milestone: *776 + organization: *739 + repository: *740 sender: *4 required: - action @@ -156151,11 +156167,11 @@ webhooks: type: string enum: - blocked - blocked_user: *763 - enterprise: *736 - installation: *737 - organization: *738 - repository: *739 + blocked_user: *764 + enterprise: *737 + installation: *738 + organization: *739 + repository: *740 sender: *4 required: - action @@ -156234,11 +156250,11 @@ webhooks: type: string enum: - unblocked - blocked_user: *763 - enterprise: *736 - installation: *737 - organization: *738 - repository: *739 + blocked_user: *764 + enterprise: *737 + installation: *738 + organization: *739 + repository: *740 sender: *4 required: - action @@ -156317,9 +156333,9 @@ webhooks: type: string enum: - deleted - enterprise: *736 - installation: *737 - membership: &776 + enterprise: *737 + installation: *738 + membership: &777 title: Membership description: The membership between the user and the organization. Not present when the action is `member_invited`. @@ -156413,8 +156429,8 @@ webhooks: - role - organization_url - user - organization: *738 - repository: *739 + organization: *739 + repository: *740 sender: *4 required: - action @@ -156492,11 +156508,11 @@ webhooks: type: string enum: - member_added - enterprise: *736 - installation: *737 - membership: *776 - organization: *738 - repository: *739 + enterprise: *737 + installation: *738 + membership: *777 + organization: *739 + repository: *740 sender: *4 required: - action @@ -156575,8 +156591,8 @@ webhooks: type: string enum: - member_invited - enterprise: *736 - installation: *737 + enterprise: *737 + installation: *738 invitation: description: The invitation for the user or email if the action is `member_invited`. @@ -156698,10 +156714,10 @@ webhooks: - inviter - team_count - invitation_teams_url - organization: *738 - repository: *739 + organization: *739 + repository: *740 sender: *4 - user: *763 + user: *764 required: - action - invitation @@ -156779,11 +156795,11 @@ webhooks: type: string enum: - member_removed - enterprise: *736 - installation: *737 - membership: *776 - organization: *738 - repository: *739 + enterprise: *737 + installation: *738 + membership: *777 + organization: *739 + repository: *740 sender: *4 required: - action @@ -156870,11 +156886,11 @@ webhooks: properties: from: type: string - enterprise: *736 - installation: *737 - membership: *776 - organization: *738 - repository: *739 + enterprise: *737 + installation: *738 + membership: *777 + organization: *739 + repository: *740 sender: *4 required: - action @@ -156950,9 +156966,9 @@ webhooks: type: string enum: - published - enterprise: *736 - installation: *737 - organization: *738 + enterprise: *737 + installation: *738 + organization: *739 package: description: Information about the package. type: object @@ -157475,7 +157491,7 @@ webhooks: - published_at rubygems_metadata: type: array - items: &777 + items: &778 title: Ruby Gems metadata type: object properties: @@ -157572,7 +157588,7 @@ webhooks: - owner - package_version - registry - repository: *739 + repository: *740 sender: *4 required: - action @@ -157648,9 +157664,9 @@ webhooks: type: string enum: - updated - enterprise: *736 - installation: *737 - organization: *738 + enterprise: *737 + installation: *738 + organization: *739 package: description: Information about the package. type: object @@ -158012,7 +158028,7 @@ webhooks: - published_at rubygems_metadata: type: array - items: *777 + items: *778 source_url: type: string format: uri @@ -158083,7 +158099,7 @@ webhooks: - owner - package_version - registry - repository: *739 + repository: *740 sender: *4 required: - action @@ -158264,12 +158280,12 @@ webhooks: - duration - created_at - updated_at - enterprise: *736 + enterprise: *737 id: type: integer - installation: *737 - organization: *738 - repository: *739 + installation: *738 + organization: *739 + repository: *740 sender: *4 required: - id @@ -158346,7 +158362,7 @@ webhooks: type: string enum: - approved - personal_access_token_request: &778 + personal_access_token_request: &779 title: Personal Access Token Request description: Details of a Personal Access Token Request. type: object @@ -158496,10 +158512,10 @@ webhooks: - token_expired - token_expires_at - token_last_used_at - enterprise: *736 - organization: *738 + enterprise: *737 + organization: *739 sender: *4 - installation: *737 + installation: *738 required: - action - personal_access_token_request @@ -158576,11 +158592,11 @@ webhooks: type: string enum: - cancelled - personal_access_token_request: *778 - enterprise: *736 - organization: *738 + personal_access_token_request: *779 + enterprise: *737 + organization: *739 sender: *4 - installation: *737 + installation: *738 required: - action - personal_access_token_request @@ -158656,11 +158672,11 @@ webhooks: type: string enum: - created - personal_access_token_request: *778 - enterprise: *736 - organization: *738 + personal_access_token_request: *779 + enterprise: *737 + organization: *739 sender: *4 - installation: *737 + installation: *738 required: - action - personal_access_token_request @@ -158735,11 +158751,11 @@ webhooks: type: string enum: - denied - personal_access_token_request: *778 - organization: *738 - enterprise: *736 + personal_access_token_request: *779 + organization: *739 + enterprise: *737 sender: *4 - installation: *737 + installation: *738 required: - action - personal_access_token_request @@ -158844,7 +158860,7 @@ webhooks: id: description: Unique identifier of the webhook. type: integer - last_response: *779 + last_response: *780 name: description: The type of webhook. The only valid value is 'web'. type: string @@ -158876,8 +158892,8 @@ webhooks: hook_id: description: The ID of the webhook that triggered the ping. type: integer - organization: *738 - repository: *739 + organization: *739 + repository: *740 sender: *4 zen: description: Random string of GitHub zen. @@ -159122,10 +159138,10 @@ webhooks: - from required: - note - enterprise: *736 - installation: *737 - organization: *738 - project_card: &780 + enterprise: *737 + installation: *738 + organization: *739 + project_card: &781 title: Project Card type: object properties: @@ -159248,7 +159264,7 @@ webhooks: - creator - created_at - updated_at - repository: *739 + repository: *740 sender: *4 required: - action @@ -159329,11 +159345,11 @@ webhooks: type: string enum: - created - enterprise: *736 - installation: *737 - organization: *738 - project_card: *780 - repository: *739 + enterprise: *737 + installation: *738 + organization: *739 + project_card: *781 + repository: *740 sender: *4 required: - action @@ -159413,9 +159429,9 @@ webhooks: type: string enum: - deleted - enterprise: *736 - installation: *737 - organization: *738 + enterprise: *737 + installation: *738 + organization: *739 project_card: title: Project Card type: object @@ -159545,7 +159561,7 @@ webhooks: repository: anyOf: - type: 'null' - - *739 + - *740 sender: *4 required: - action @@ -159639,11 +159655,11 @@ webhooks: - from required: - note - enterprise: *736 - installation: *737 - organization: *738 - project_card: *780 - repository: *739 + enterprise: *737 + installation: *738 + organization: *739 + project_card: *781 + repository: *740 sender: *4 required: - action @@ -159737,9 +159753,9 @@ webhooks: - from required: - column_id - enterprise: *736 - installation: *737 - organization: *738 + enterprise: *737 + installation: *738 + organization: *739 project_card: allOf: - title: Project Card @@ -159936,7 +159952,7 @@ webhooks: type: string required: - after_id - repository: *739 + repository: *740 sender: *4 required: - action @@ -160016,10 +160032,10 @@ webhooks: type: string enum: - closed - enterprise: *736 - installation: *737 - organization: *738 - project: &782 + enterprise: *737 + installation: *738 + organization: *739 + project: &783 title: Project type: object properties: @@ -160146,7 +160162,7 @@ webhooks: - creator - created_at - updated_at - repository: *739 + repository: *740 sender: *4 required: - action @@ -160226,10 +160242,10 @@ webhooks: type: string enum: - created - enterprise: *736 - installation: *737 - organization: *738 - project_column: &781 + enterprise: *737 + installation: *738 + organization: *739 + project_column: &782 title: Project Column type: object properties: @@ -160269,7 +160285,7 @@ webhooks: - name - created_at - updated_at - repository: *739 + repository: *740 sender: *4 required: - action @@ -160348,14 +160364,14 @@ webhooks: type: string enum: - deleted - enterprise: *736 - installation: *737 - organization: *738 - project_column: *781 + enterprise: *737 + installation: *738 + organization: *739 + project_column: *782 repository: anyOf: - type: 'null' - - *739 + - *740 sender: *4 required: - action @@ -160444,11 +160460,11 @@ webhooks: type: string required: - from - enterprise: *736 - installation: *737 - organization: *738 - project_column: *781 - repository: *739 + enterprise: *737 + installation: *738 + organization: *739 + project_column: *782 + repository: *740 sender: *4 required: - action @@ -160528,11 +160544,11 @@ webhooks: type: string enum: - moved - enterprise: *736 - installation: *737 - organization: *738 - project_column: *781 - repository: *739 + enterprise: *737 + installation: *738 + organization: *739 + project_column: *782 + repository: *740 sender: *4 required: - action @@ -160612,11 +160628,11 @@ webhooks: type: string enum: - created - enterprise: *736 - installation: *737 - organization: *738 - project: *782 - repository: *739 + enterprise: *737 + installation: *738 + organization: *739 + project: *783 + repository: *740 sender: *4 required: - action @@ -160696,14 +160712,14 @@ webhooks: type: string enum: - deleted - enterprise: *736 - installation: *737 - organization: *738 - project: *782 + enterprise: *737 + installation: *738 + organization: *739 + project: *783 repository: anyOf: - type: 'null' - - *739 + - *740 sender: *4 required: - action @@ -160804,11 +160820,11 @@ webhooks: type: string required: - from - enterprise: *736 - installation: *737 - organization: *738 - project: *782 - repository: *739 + enterprise: *737 + installation: *738 + organization: *739 + project: *783 + repository: *740 sender: *4 required: - action @@ -160887,11 +160903,11 @@ webhooks: type: string enum: - reopened - enterprise: *736 - installation: *737 - organization: *738 - project: *782 - repository: *739 + enterprise: *737 + installation: *738 + organization: *739 + project: *783 + repository: *740 sender: *4 required: - action @@ -160972,9 +160988,9 @@ webhooks: type: string enum: - closed - installation: *737 - organization: *738 - projects_v2: &783 + installation: *738 + organization: *739 + projects_v2: &784 title: Projects v2 Project description: A projects v2 project type: object @@ -161122,9 +161138,9 @@ webhooks: type: string enum: - created - installation: *737 - organization: *738 - projects_v2: *783 + installation: *738 + organization: *739 + projects_v2: *784 sender: *4 required: - action @@ -161205,9 +161221,9 @@ webhooks: type: string enum: - deleted - installation: *737 - organization: *738 - projects_v2: *783 + installation: *738 + organization: *739 + projects_v2: *784 sender: *4 required: - action @@ -161328,9 +161344,9 @@ webhooks: type: string to: type: string - installation: *737 - organization: *738 - projects_v2: *783 + installation: *738 + organization: *739 + projects_v2: *784 sender: *4 required: - action @@ -161413,7 +161429,7 @@ webhooks: type: string enum: - archived - changes: &787 + changes: &788 type: object properties: archived_at: @@ -161429,9 +161445,9 @@ webhooks: - string - 'null' format: date-time - installation: *737 - organization: *738 - projects_v2_item: &784 + installation: *738 + organization: *739 + projects_v2_item: &785 title: Projects v2 Item description: An item belonging to a project type: object @@ -161570,9 +161586,9 @@ webhooks: - 'null' to: type: string - installation: *737 - organization: *738 - projects_v2_item: *784 + installation: *738 + organization: *739 + projects_v2_item: *785 sender: *4 required: - action @@ -161654,9 +161670,9 @@ webhooks: type: string enum: - created - installation: *737 - organization: *738 - projects_v2_item: *784 + installation: *738 + organization: *739 + projects_v2_item: *785 sender: *4 required: - action @@ -161737,9 +161753,9 @@ webhooks: type: string enum: - deleted - installation: *737 - organization: *738 - projects_v2_item: *784 + installation: *738 + organization: *739 + projects_v2_item: *785 sender: *4 required: - action @@ -161844,7 +161860,7 @@ webhooks: oneOf: - type: string - type: integer - - &785 + - &786 title: Projects v2 Single Select Option description: An option for a single select field type: object @@ -161864,7 +161880,7 @@ webhooks: required: - id - name - - &786 + - &787 title: Projects v2 Iteration Setting description: An iteration setting for an iteration field type: object @@ -161893,8 +161909,8 @@ webhooks: oneOf: - type: string - type: integer - - *785 - *786 + - *787 type: - 'null' - string @@ -161917,9 +161933,9 @@ webhooks: - 'null' required: - body - installation: *737 - organization: *738 - projects_v2_item: *784 + installation: *738 + organization: *739 + projects_v2_item: *785 sender: *4 required: - action @@ -162016,9 +162032,9 @@ webhooks: type: - string - 'null' - installation: *737 - organization: *738 - projects_v2_item: *784 + installation: *738 + organization: *739 + projects_v2_item: *785 sender: *4 required: - action @@ -162101,10 +162117,10 @@ webhooks: type: string enum: - restored - changes: *787 - installation: *737 - organization: *738 - projects_v2_item: *784 + changes: *788 + installation: *738 + organization: *739 + projects_v2_item: *785 sender: *4 required: - action @@ -162186,9 +162202,9 @@ webhooks: type: string enum: - reopened - installation: *737 - organization: *738 - projects_v2: *783 + installation: *738 + organization: *739 + projects_v2: *784 sender: *4 required: - action @@ -162269,9 +162285,9 @@ webhooks: type: string enum: - created - installation: *737 - organization: *738 - projects_v2_status_update: &788 + installation: *738 + organization: *739 + projects_v2_status_update: &789 title: Projects v2 Status Update description: An status update belonging to a project type: object @@ -162406,9 +162422,9 @@ webhooks: type: string enum: - deleted - installation: *737 - organization: *738 - projects_v2_status_update: *788 + installation: *738 + organization: *739 + projects_v2_status_update: *789 sender: *4 required: - action @@ -162554,9 +162570,9 @@ webhooks: - string - 'null' format: date - installation: *737 - organization: *738 - projects_v2_status_update: *788 + installation: *738 + organization: *739 + projects_v2_status_update: *789 sender: *4 required: - action @@ -162627,10 +162643,10 @@ webhooks: title: public event type: object properties: - enterprise: *736 - installation: *737 - organization: *738 - repository: *739 + enterprise: *737 + installation: *738 + organization: *739 + repository: *740 sender: *4 required: - repository @@ -162707,13 +162723,13 @@ webhooks: type: string enum: - assigned - assignee: *763 - enterprise: *736 - installation: *737 - number: &789 + assignee: *764 + enterprise: *737 + installation: *738 + number: &790 description: The pull request number. type: integer - organization: *738 + organization: *739 pull_request: title: Pull Request type: object @@ -165062,7 +165078,7 @@ webhooks: - auto_merge - active_lock_reason - draft - repository: *739 + repository: *740 sender: *4 required: - action @@ -165144,11 +165160,11 @@ webhooks: type: string enum: - auto_merge_disabled - enterprise: *736 - installation: *737 + enterprise: *737 + installation: *738 number: type: integer - organization: *738 + organization: *739 pull_request: title: Pull Request type: object @@ -167490,7 +167506,7 @@ webhooks: - draft reason: type: string - repository: *739 + repository: *740 sender: *4 required: - action @@ -167572,11 +167588,11 @@ webhooks: type: string enum: - auto_merge_enabled - enterprise: *736 - installation: *737 + enterprise: *737 + installation: *738 number: type: integer - organization: *738 + organization: *739 pull_request: title: Pull Request type: object @@ -169918,7 +169934,7 @@ webhooks: - draft reason: type: string - repository: *739 + repository: *740 sender: *4 required: - action @@ -170000,13 +170016,13 @@ webhooks: type: string enum: - closed - enterprise: *736 - installation: *737 - number: *789 - organization: *738 - pull_request: &790 + enterprise: *737 + installation: *738 + number: *790 + organization: *739 + pull_request: &791 allOf: - - *591 + - *592 - type: object properties: allow_auto_merge: @@ -170068,7 +170084,7 @@ webhooks: Please use `squash_merge_commit_title` instead.** type: boolean default: false - repository: *739 + repository: *740 sender: *4 required: - action @@ -170149,12 +170165,12 @@ webhooks: type: string enum: - converted_to_draft - enterprise: *736 - installation: *737 - number: *789 - organization: *738 - pull_request: *790 - repository: *739 + enterprise: *737 + installation: *738 + number: *790 + organization: *739 + pull_request: *791 + repository: *740 sender: *4 required: - action @@ -170234,11 +170250,11 @@ webhooks: type: string enum: - demilestoned - enterprise: *736 - milestone: *486 - number: *789 - organization: *738 - pull_request: &791 + enterprise: *737 + milestone: *487 + number: *790 + organization: *739 + pull_request: &792 title: Pull Request type: object properties: @@ -172565,7 +172581,7 @@ webhooks: - auto_merge - active_lock_reason - draft - repository: *739 + repository: *740 sender: *4 required: - action @@ -172644,11 +172660,11 @@ webhooks: type: string enum: - dequeued - enterprise: *736 - installation: *737 + enterprise: *737 + installation: *738 number: type: integer - organization: *738 + organization: *739 pull_request: title: Pull Request type: object @@ -174994,7 +175010,7 @@ webhooks: - BRANCH_PROTECTIONS - GIT_TREE_INVALID - INVALID_MERGE_COMMIT - repository: *739 + repository: *740 sender: *4 required: - action @@ -175118,12 +175134,12 @@ webhooks: type: string required: - from - enterprise: *736 - installation: *737 - number: *789 - organization: *738 - pull_request: *790 - repository: *739 + enterprise: *737 + installation: *738 + number: *790 + organization: *739 + pull_request: *791 + repository: *740 sender: *4 required: - action @@ -175203,11 +175219,11 @@ webhooks: type: string enum: - enqueued - enterprise: *736 - installation: *737 + enterprise: *737 + installation: *738 number: type: integer - organization: *738 + organization: *739 pull_request: title: Pull Request type: object @@ -177538,7 +177554,7 @@ webhooks: - auto_merge - active_lock_reason - draft - repository: *739 + repository: *740 sender: *4 required: - action @@ -177618,11 +177634,11 @@ webhooks: type: string enum: - labeled - enterprise: *736 - installation: *737 - label: *762 - number: *789 - organization: *738 + enterprise: *737 + installation: *738 + label: *763 + number: *790 + organization: *739 pull_request: title: Pull Request type: object @@ -179970,7 +179986,7 @@ webhooks: - auto_merge - active_lock_reason - draft - repository: *739 + repository: *740 sender: *4 required: - action @@ -180051,10 +180067,10 @@ webhooks: type: string enum: - locked - enterprise: *736 - installation: *737 - number: *789 - organization: *738 + enterprise: *737 + installation: *738 + number: *790 + organization: *739 pull_request: title: Pull Request type: object @@ -182400,7 +182416,7 @@ webhooks: - auto_merge - active_lock_reason - draft - repository: *739 + repository: *740 sender: *4 required: - action @@ -182480,12 +182496,12 @@ webhooks: type: string enum: - milestoned - enterprise: *736 - milestone: *486 - number: *789 - organization: *738 - pull_request: *791 - repository: *739 + enterprise: *737 + milestone: *487 + number: *790 + organization: *739 + pull_request: *792 + repository: *740 sender: *4 required: - action @@ -182564,12 +182580,12 @@ webhooks: type: string enum: - opened - enterprise: *736 - installation: *737 - number: *789 - organization: *738 - pull_request: *790 - repository: *739 + enterprise: *737 + installation: *738 + number: *790 + organization: *739 + pull_request: *791 + repository: *740 sender: *4 required: - action @@ -182650,12 +182666,12 @@ webhooks: type: string enum: - ready_for_review - enterprise: *736 - installation: *737 - number: *789 - organization: *738 - pull_request: *790 - repository: *739 + enterprise: *737 + installation: *738 + number: *790 + organization: *739 + pull_request: *791 + repository: *740 sender: *4 required: - action @@ -182735,12 +182751,12 @@ webhooks: type: string enum: - reopened - enterprise: *736 - installation: *737 - number: *789 - organization: *738 - pull_request: *790 - repository: *739 + enterprise: *737 + installation: *738 + number: *790 + organization: *739 + pull_request: *791 + repository: *740 sender: *4 required: - action @@ -183115,9 +183131,9 @@ webhooks: - start_side - side - reactions - enterprise: *736 - installation: *737 - organization: *738 + enterprise: *737 + installation: *738 + organization: *739 pull_request: type: object properties: @@ -185347,7 +185363,7 @@ webhooks: - _links - author_association - active_lock_reason - repository: *739 + repository: *740 sender: *4 required: - action @@ -185427,7 +185443,7 @@ webhooks: type: string enum: - deleted - comment: &793 + comment: &794 title: Pull Request Review Comment description: The [comment](https://docs.github.com/enterprise-cloud@latest//rest/pulls/comments#get-a-review-comment-for-a-pull-request) itself. @@ -185720,9 +185736,9 @@ webhooks: - start_side - side - reactions - enterprise: *736 - installation: *737 - organization: *738 + enterprise: *737 + installation: *738 + organization: *739 pull_request: type: object properties: @@ -187940,7 +187956,7 @@ webhooks: - _links - author_association - active_lock_reason - repository: *739 + repository: *740 sender: *4 required: - action @@ -188020,11 +188036,11 @@ webhooks: type: string enum: - edited - changes: *792 - comment: *793 - enterprise: *736 - installation: *737 - organization: *738 + changes: *793 + comment: *794 + enterprise: *737 + installation: *738 + organization: *739 pull_request: type: object properties: @@ -190245,7 +190261,7 @@ webhooks: - _links - author_association - active_lock_reason - repository: *739 + repository: *740 sender: *4 required: - action @@ -190326,9 +190342,9 @@ webhooks: type: string enum: - dismissed - enterprise: *736 - installation: *737 - organization: *738 + enterprise: *737 + installation: *738 + organization: *739 pull_request: title: Simple Pull Request type: object @@ -192561,7 +192577,7 @@ webhooks: - author_association - auto_merge - active_lock_reason - repository: *739 + repository: *740 review: description: The review that was affected. type: object @@ -192807,9 +192823,9 @@ webhooks: type: string required: - from - enterprise: *736 - installation: *737 - organization: *738 + enterprise: *737 + installation: *738 + organization: *739 pull_request: title: Simple Pull Request type: object @@ -194923,8 +194939,8 @@ webhooks: - author_association - auto_merge - active_lock_reason - repository: *739 - review: &794 + repository: *740 + review: &795 description: The review that was affected. type: object properties: @@ -195157,12 +195173,12 @@ webhooks: type: string enum: - review_request_removed - enterprise: *736 - installation: *737 + enterprise: *737 + installation: *738 number: description: The pull request number. type: integer - organization: *738 + organization: *739 pull_request: title: Pull Request type: object @@ -197509,7 +197525,7 @@ webhooks: - auto_merge - active_lock_reason - draft - repository: *739 + repository: *740 requested_reviewer: title: User type: @@ -197595,12 +197611,12 @@ webhooks: type: string enum: - review_request_removed - enterprise: *736 - installation: *737 + enterprise: *737 + installation: *738 number: description: The pull request number. type: integer - organization: *738 + organization: *739 pull_request: title: Pull Request type: object @@ -199954,7 +199970,7 @@ webhooks: - auto_merge - active_lock_reason - draft - repository: *739 + repository: *740 requested_team: title: Team description: Groups of organization members that gives permissions @@ -200149,12 +200165,12 @@ webhooks: type: string enum: - review_requested - enterprise: *736 - installation: *737 + enterprise: *737 + installation: *738 number: description: The pull request number. type: integer - organization: *738 + organization: *739 pull_request: title: Pull Request type: object @@ -202503,7 +202519,7 @@ webhooks: - auto_merge - active_lock_reason - draft - repository: *739 + repository: *740 requested_reviewer: title: User type: @@ -202590,12 +202606,12 @@ webhooks: type: string enum: - review_requested - enterprise: *736 - installation: *737 + enterprise: *737 + installation: *738 number: description: The pull request number. type: integer - organization: *738 + organization: *739 pull_request: title: Pull Request type: object @@ -204935,7 +204951,7 @@ webhooks: - auto_merge - active_lock_reason - draft - repository: *739 + repository: *740 requested_team: title: Team description: Groups of organization members that gives permissions @@ -205119,9 +205135,9 @@ webhooks: type: string enum: - submitted - enterprise: *736 - installation: *737 - organization: *738 + enterprise: *737 + installation: *738 + organization: *739 pull_request: title: Simple Pull Request type: object @@ -207357,8 +207373,8 @@ webhooks: - author_association - auto_merge - active_lock_reason - repository: *739 - review: *794 + repository: *740 + review: *795 sender: *4 required: - action @@ -207438,9 +207454,9 @@ webhooks: type: string enum: - resolved - enterprise: *736 - installation: *737 - organization: *738 + enterprise: *737 + installation: *738 + organization: *739 pull_request: title: Simple Pull Request type: object @@ -209571,7 +209587,7 @@ webhooks: - author_association - auto_merge - active_lock_reason - repository: *739 + repository: *740 sender: *4 thread: type: object @@ -209963,9 +209979,9 @@ webhooks: type: string enum: - unresolved - enterprise: *736 - installation: *737 - organization: *738 + enterprise: *737 + installation: *738 + organization: *739 pull_request: title: Simple Pull Request type: object @@ -212079,7 +212095,7 @@ webhooks: - author_association - auto_merge - active_lock_reason - repository: *739 + repository: *740 sender: *4 thread: type: object @@ -212473,10 +212489,10 @@ webhooks: type: string before: type: string - enterprise: *736 - installation: *737 - number: *789 - organization: *738 + enterprise: *737 + installation: *738 + number: *790 + organization: *739 pull_request: title: Pull Request type: object @@ -214811,7 +214827,7 @@ webhooks: - auto_merge - active_lock_reason - draft - repository: *739 + repository: *740 sender: *4 required: - action @@ -214893,11 +214909,11 @@ webhooks: type: string enum: - unassigned - assignee: *795 - enterprise: *736 - installation: *737 - number: *789 - organization: *738 + assignee: *796 + enterprise: *737 + installation: *738 + number: *790 + organization: *739 pull_request: title: Pull Request type: object @@ -217247,7 +217263,7 @@ webhooks: - auto_merge - active_lock_reason - draft - repository: *739 + repository: *740 sender: *4 required: - action @@ -217326,11 +217342,11 @@ webhooks: type: string enum: - unlabeled - enterprise: *736 - installation: *737 - label: *762 - number: *789 - organization: *738 + enterprise: *737 + installation: *738 + label: *763 + number: *790 + organization: *739 pull_request: title: Pull Request type: object @@ -219669,7 +219685,7 @@ webhooks: - auto_merge - active_lock_reason - draft - repository: *739 + repository: *740 sender: *4 required: - action @@ -219750,10 +219766,10 @@ webhooks: type: string enum: - unlocked - enterprise: *736 - installation: *737 - number: *789 - organization: *738 + enterprise: *737 + installation: *738 + number: *790 + organization: *739 pull_request: title: Pull Request type: object @@ -222082,7 +222098,7 @@ webhooks: - auto_merge - active_lock_reason - draft - repository: *739 + repository: *740 sender: *4 required: - action @@ -222285,7 +222301,7 @@ webhooks: deleted: description: Whether this push deleted the `ref`. type: boolean - enterprise: *736 + enterprise: *737 forced: description: Whether this push was a force push of the `ref`. type: boolean @@ -222380,8 +222396,8 @@ webhooks: - url - author - committer - installation: *737 - organization: *738 + installation: *738 + organization: *739 pusher: title: Committer description: Metaproperties for Git author/committer information. @@ -222969,9 +222985,9 @@ webhooks: type: string enum: - published - enterprise: *736 - installation: *737 - organization: *738 + enterprise: *737 + installation: *738 + organization: *739 registry_package: type: object properties: @@ -223448,7 +223464,7 @@ webhooks: type: string rubygems_metadata: type: array - items: *777 + items: *778 summary: type: string tag_name: @@ -223504,7 +223520,7 @@ webhooks: - owner - package_version - registry - repository: *739 + repository: *740 sender: *4 required: - action @@ -223582,9 +223598,9 @@ webhooks: type: string enum: - updated - enterprise: *736 - installation: *737 - organization: *738 + enterprise: *737 + installation: *738 + organization: *739 registry_package: type: object properties: @@ -223896,7 +223912,7 @@ webhooks: - published_at rubygems_metadata: type: array - items: *777 + items: *778 summary: type: string tag_name: @@ -223946,7 +223962,7 @@ webhooks: - owner - package_version - registry - repository: *739 + repository: *740 sender: *4 required: - action @@ -224023,10 +224039,10 @@ webhooks: type: string enum: - created - enterprise: *736 - installation: *737 - organization: *738 - release: &796 + enterprise: *737 + installation: *738 + organization: *739 + release: &797 title: Release description: The [release](https://docs.github.com/enterprise-cloud@latest//rest/releases/releases/#get-a-release) object. @@ -224342,7 +224358,7 @@ webhooks: - tarball_url - zipball_url - body - repository: *739 + repository: *740 sender: *4 required: - action @@ -224419,11 +224435,11 @@ webhooks: type: string enum: - deleted - enterprise: *736 - installation: *737 - organization: *738 - release: *796 - repository: *739 + enterprise: *737 + installation: *738 + organization: *739 + release: *797 + repository: *740 sender: *4 required: - action @@ -224540,11 +224556,11 @@ webhooks: type: boolean required: - to - enterprise: *736 - installation: *737 - organization: *738 - release: *796 - repository: *739 + enterprise: *737 + installation: *738 + organization: *739 + release: *797 + repository: *740 sender: *4 required: - action @@ -224622,9 +224638,9 @@ webhooks: type: string enum: - prereleased - enterprise: *736 - installation: *737 - organization: *738 + enterprise: *737 + installation: *738 + organization: *739 release: title: Release description: The [release](https://docs.github.com/enterprise-cloud@latest//rest/releases/releases/#get-a-release) @@ -224945,7 +224961,7 @@ webhooks: - string - 'null' format: uri - repository: *739 + repository: *740 sender: *4 required: - action @@ -225021,10 +225037,10 @@ webhooks: type: string enum: - published - enterprise: *736 - installation: *737 - organization: *738 - release: &797 + enterprise: *737 + installation: *738 + organization: *739 + release: &798 title: Release description: The [release](https://docs.github.com/enterprise-cloud@latest//rest/releases/releases/#get-a-release) object. @@ -225342,7 +225358,7 @@ webhooks: - string - 'null' format: uri - repository: *739 + repository: *740 sender: *4 required: - action @@ -225418,11 +225434,11 @@ webhooks: type: string enum: - released - enterprise: *736 - installation: *737 - organization: *738 - release: *796 - repository: *739 + enterprise: *737 + installation: *738 + organization: *739 + release: *797 + repository: *740 sender: *4 required: - action @@ -225498,11 +225514,11 @@ webhooks: type: string enum: - unpublished - enterprise: *736 - installation: *737 - organization: *738 - release: *797 - repository: *739 + enterprise: *737 + installation: *738 + organization: *739 + release: *798 + repository: *740 sender: *4 required: - action @@ -225578,11 +225594,11 @@ webhooks: type: string enum: - published - enterprise: *736 - installation: *737 - organization: *738 - repository: *739 - repository_advisory: *648 + enterprise: *737 + installation: *738 + organization: *739 + repository: *740 + repository_advisory: *649 sender: *4 required: - action @@ -225658,11 +225674,11 @@ webhooks: type: string enum: - reported - enterprise: *736 - installation: *737 - organization: *738 - repository: *739 - repository_advisory: *648 + enterprise: *737 + installation: *738 + organization: *739 + repository: *740 + repository_advisory: *649 sender: *4 required: - action @@ -225738,10 +225754,10 @@ webhooks: type: string enum: - archived - enterprise: *736 - installation: *737 - organization: *738 - repository: *739 + enterprise: *737 + installation: *738 + organization: *739 + repository: *740 sender: *4 required: - action @@ -225818,10 +225834,10 @@ webhooks: type: string enum: - created - enterprise: *736 - installation: *737 - organization: *738 - repository: *739 + enterprise: *737 + installation: *738 + organization: *739 + repository: *740 sender: *4 required: - action @@ -225899,10 +225915,10 @@ webhooks: type: string enum: - deleted - enterprise: *736 - installation: *737 - organization: *738 - repository: *739 + enterprise: *737 + installation: *738 + organization: *739 + repository: *740 sender: *4 required: - action @@ -225987,10 +226003,10 @@ webhooks: additionalProperties: true description: The `client_payload` that was specified in the `POST /repos/{owner}/{repo}/dispatches` request body. - enterprise: *736 - installation: *737 - organization: *738 - repository: *739 + enterprise: *737 + installation: *738 + organization: *739 + repository: *740 sender: *4 required: - action @@ -226105,10 +226121,10 @@ webhooks: - 'null' items: type: string - enterprise: *736 - installation: *737 - organization: *738 - repository: *739 + enterprise: *737 + installation: *738 + organization: *739 + repository: *740 sender: *4 required: - action @@ -226180,10 +226196,10 @@ webhooks: title: repository_import event type: object properties: - enterprise: *736 - installation: *737 - organization: *738 - repository: *739 + enterprise: *737 + installation: *738 + organization: *739 + repository: *740 sender: *4 status: type: string @@ -226264,10 +226280,10 @@ webhooks: type: string enum: - privatized - enterprise: *736 - installation: *737 - organization: *738 - repository: *739 + enterprise: *737 + installation: *738 + organization: *739 + repository: *740 sender: *4 required: - action @@ -226344,10 +226360,10 @@ webhooks: type: string enum: - publicized - enterprise: *736 - installation: *737 - organization: *738 - repository: *739 + enterprise: *737 + installation: *738 + organization: *739 + repository: *740 sender: *4 required: - action @@ -226441,10 +226457,10 @@ webhooks: - name required: - repository - enterprise: *736 - installation: *737 - organization: *738 - repository: *739 + enterprise: *737 + installation: *738 + organization: *739 + repository: *740 sender: *4 required: - action @@ -226524,10 +226540,10 @@ webhooks: type: string enum: - created - enterprise: *736 - installation: *737 - organization: *738 - repository: *739 + enterprise: *737 + installation: *738 + organization: *739 + repository: *740 repository_ruleset: *124 sender: *4 required: @@ -226606,10 +226622,10 @@ webhooks: type: string enum: - deleted - enterprise: *736 - installation: *737 - organization: *738 - repository: *739 + enterprise: *737 + installation: *738 + organization: *739 + repository: *740 repository_ruleset: *124 sender: *4 required: @@ -226688,10 +226704,10 @@ webhooks: type: string enum: - edited - enterprise: *736 - installation: *737 - organization: *738 - repository: *739 + enterprise: *737 + installation: *738 + organization: *739 + repository: *740 repository_ruleset: *124 changes: type: object @@ -226999,10 +227015,10 @@ webhooks: - from required: - owner - enterprise: *736 - installation: *737 - organization: *738 - repository: *739 + enterprise: *737 + installation: *738 + organization: *739 + repository: *740 sender: *4 required: - action @@ -227080,10 +227096,10 @@ webhooks: type: string enum: - unarchived - enterprise: *736 - installation: *737 - organization: *738 - repository: *739 + enterprise: *737 + installation: *738 + organization: *739 + repository: *740 sender: *4 required: - action @@ -227161,7 +227177,7 @@ webhooks: type: string enum: - create - alert: &798 + alert: &799 title: Repository Vulnerability Alert Alert description: The security alert of the vulnerable dependency. type: object @@ -227285,10 +227301,10 @@ webhooks: type: string enum: - open - enterprise: *736 - installation: *737 - organization: *738 - repository: *739 + enterprise: *737 + installation: *738 + organization: *739 + repository: *740 sender: *4 required: - action @@ -227498,10 +227514,10 @@ webhooks: type: string enum: - dismissed - enterprise: *736 - installation: *737 - organization: *738 - repository: *739 + enterprise: *737 + installation: *738 + organization: *739 + repository: *740 sender: *4 required: - action @@ -227579,11 +227595,11 @@ webhooks: type: string enum: - reopen - alert: *798 - enterprise: *736 - installation: *737 - organization: *738 - repository: *739 + alert: *799 + enterprise: *737 + installation: *738 + organization: *739 + repository: *740 sender: *4 required: - action @@ -227785,10 +227801,10 @@ webhooks: enum: - fixed - open - enterprise: *736 - installation: *737 - organization: *738 - repository: *739 + enterprise: *737 + installation: *738 + organization: *739 + repository: *740 sender: *4 required: - action @@ -227866,7 +227882,7 @@ webhooks: type: string enum: - created - alert: &799 + alert: &800 type: object properties: number: *96 @@ -227976,10 +227992,10 @@ webhooks: - 'null' description: Whether the detected secret was found in multiple repositories in the same organization or business. - enterprise: *736 - installation: *737 - organization: *738 - repository: *739 + enterprise: *737 + installation: *738 + organization: *739 + repository: *740 sender: *4 required: - action @@ -228060,11 +228076,11 @@ webhooks: type: string enum: - created - alert: *799 - installation: *737 - location: *800 - organization: *738 - repository: *739 + alert: *800 + installation: *738 + location: *801 + organization: *739 + repository: *740 sender: *4 required: - location @@ -228302,11 +228318,11 @@ webhooks: type: string enum: - publicly_leaked - alert: *799 - enterprise: *736 - installation: *737 - organization: *738 - repository: *739 + alert: *800 + enterprise: *737 + installation: *738 + organization: *739 + repository: *740 sender: *4 required: - action @@ -228384,11 +228400,11 @@ webhooks: type: string enum: - reopened - alert: *799 - enterprise: *736 - installation: *737 - organization: *738 - repository: *739 + alert: *800 + enterprise: *737 + installation: *738 + organization: *739 + repository: *740 sender: *4 required: - action @@ -228466,11 +228482,11 @@ webhooks: type: string enum: - resolved - alert: *799 - enterprise: *736 - installation: *737 - organization: *738 - repository: *739 + alert: *800 + enterprise: *737 + installation: *738 + organization: *739 + repository: *740 sender: *4 required: - action @@ -228548,11 +228564,11 @@ webhooks: type: string enum: - validated - alert: *799 - enterprise: *736 - installation: *737 - organization: *738 - repository: *739 + alert: *800 + enterprise: *737 + installation: *738 + organization: *739 + repository: *740 sender: *4 required: - action @@ -228682,10 +228698,10 @@ webhooks: - organization - enterprise - - repository: *739 - enterprise: *736 - installation: *737 - organization: *738 + repository: *740 + enterprise: *737 + installation: *738 + organization: *739 sender: *4 required: - action @@ -228763,11 +228779,11 @@ webhooks: type: string enum: - published - enterprise: *736 - installation: *737 - organization: *738 - repository: *739 - security_advisory: &801 + enterprise: *737 + installation: *738 + organization: *739 + repository: *740 + security_advisory: &802 description: The details of the security advisory, including summary, description, and severity. type: object @@ -228953,11 +228969,11 @@ webhooks: type: string enum: - updated - enterprise: *736 - installation: *737 - organization: *738 - repository: *739 - security_advisory: *801 + enterprise: *737 + installation: *738 + organization: *739 + repository: *740 + security_advisory: *802 sender: *4 required: - action @@ -229030,10 +229046,10 @@ webhooks: type: string enum: - withdrawn - enterprise: *736 - installation: *737 - organization: *738 - repository: *739 + enterprise: *737 + installation: *738 + organization: *739 + repository: *740 security_advisory: description: The details of the security advisory, including summary, description, and severity. @@ -229219,11 +229235,11 @@ webhooks: from: type: object properties: - security_and_analysis: *315 - enterprise: *736 - installation: *737 - organization: *738 - repository: *377 + security_and_analysis: *316 + enterprise: *737 + installation: *738 + organization: *739 + repository: *378 sender: *4 required: - changes @@ -229301,12 +229317,12 @@ webhooks: type: string enum: - cancelled - enterprise: *736 - installation: *737 - organization: *738 - repository: *739 + enterprise: *737 + installation: *738 + organization: *739 + repository: *740 sender: *4 - sponsorship: &802 + sponsorship: &803 type: object properties: created_at: @@ -229611,12 +229627,12 @@ webhooks: type: string enum: - created - enterprise: *736 - installation: *737 - organization: *738 - repository: *739 + enterprise: *737 + installation: *738 + organization: *739 + repository: *740 sender: *4 - sponsorship: *802 + sponsorship: *803 required: - action - sponsorship @@ -229704,12 +229720,12 @@ webhooks: type: string required: - from - enterprise: *736 - installation: *737 - organization: *738 - repository: *739 + enterprise: *737 + installation: *738 + organization: *739 + repository: *740 sender: *4 - sponsorship: *802 + sponsorship: *803 required: - action - changes @@ -229786,17 +229802,17 @@ webhooks: type: string enum: - pending_cancellation - effective_date: &803 + effective_date: &804 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: *736 - installation: *737 - organization: *738 - repository: *739 + enterprise: *737 + installation: *738 + organization: *739 + repository: *740 sender: *4 - sponsorship: *802 + sponsorship: *803 required: - action - sponsorship @@ -229870,7 +229886,7 @@ webhooks: type: string enum: - pending_tier_change - changes: &804 + changes: &805 type: object properties: tier: @@ -229914,13 +229930,13 @@ webhooks: - from required: - tier - effective_date: *803 - enterprise: *736 - installation: *737 - organization: *738 - repository: *739 + effective_date: *804 + enterprise: *737 + installation: *738 + organization: *739 + repository: *740 sender: *4 - sponsorship: *802 + sponsorship: *803 required: - action - changes @@ -229997,13 +230013,13 @@ webhooks: type: string enum: - tier_changed - changes: *804 - enterprise: *736 - installation: *737 - organization: *738 - repository: *739 + changes: *805 + enterprise: *737 + installation: *738 + organization: *739 + repository: *740 sender: *4 - sponsorship: *802 + sponsorship: *803 required: - action - changes @@ -230077,10 +230093,10 @@ webhooks: type: string enum: - created - enterprise: *736 - installation: *737 - organization: *738 - repository: *739 + enterprise: *737 + installation: *738 + organization: *739 + repository: *740 sender: *4 starred_at: description: 'The time the star was created. This is a timestamp @@ -230164,10 +230180,10 @@ webhooks: type: string enum: - deleted - enterprise: *736 - installation: *737 - organization: *738 - repository: *739 + enterprise: *737 + installation: *738 + organization: *739 + repository: *740 sender: *4 starred_at: description: 'The time the star was created. This is a timestamp @@ -230601,15 +230617,15 @@ webhooks: type: - string - 'null' - enterprise: *736 + enterprise: *737 id: description: The unique identifier of the status. type: integer - installation: *737 + installation: *738 name: type: string - organization: *738 - repository: *739 + organization: *739 + repository: *740 sender: *4 sha: description: The Commit SHA. @@ -230725,9 +230741,9 @@ webhooks: description: The ID of the sub-issue. type: number sub_issue: *147 - installation: *737 - organization: *738 - repository: *739 + installation: *738 + organization: *739 + repository: *740 sender: *4 required: - action @@ -230817,9 +230833,9 @@ webhooks: description: The ID of the sub-issue. type: number sub_issue: *147 - installation: *737 - organization: *738 - repository: *739 + installation: *738 + organization: *739 + repository: *740 sender: *4 required: - action @@ -230909,9 +230925,9 @@ webhooks: description: The ID of the parent issue. type: number parent_issue: *147 - installation: *737 - organization: *738 - repository: *739 + installation: *738 + organization: *739 + repository: *740 sender: *4 required: - action @@ -231001,9 +231017,9 @@ webhooks: description: The ID of the parent issue. type: number parent_issue: *147 - installation: *737 - organization: *738 - repository: *739 + installation: *738 + organization: *739 + repository: *740 sender: *4 required: - action @@ -231080,12 +231096,12 @@ webhooks: title: team_add event type: object properties: - enterprise: *736 - installation: *737 - organization: *738 - repository: *739 + enterprise: *737 + installation: *738 + organization: *739 + repository: *740 sender: *4 - team: &805 + team: &806 title: Team description: Groups of organization members that gives permissions on specified repositories. @@ -231278,9 +231294,9 @@ webhooks: type: string enum: - added_to_repository - enterprise: *736 - installation: *737 - organization: *738 + enterprise: *737 + installation: *738 + organization: *739 repository: title: Repository description: A git repository @@ -231750,7 +231766,7 @@ webhooks: - topics - visibility sender: *4 - team: *805 + team: *806 required: - action - team @@ -231826,9 +231842,9 @@ webhooks: type: string enum: - created - enterprise: *736 - installation: *737 - organization: *738 + enterprise: *737 + installation: *738 + organization: *739 repository: title: Repository description: A git repository @@ -232298,7 +232314,7 @@ webhooks: - topics - visibility sender: *4 - team: *805 + team: *806 required: - action - team @@ -232375,9 +232391,9 @@ webhooks: type: string enum: - deleted - enterprise: *736 - installation: *737 - organization: *738 + enterprise: *737 + installation: *738 + organization: *739 repository: title: Repository description: A git repository @@ -232847,7 +232863,7 @@ webhooks: - topics - visibility sender: *4 - team: *805 + team: *806 required: - action - team @@ -232991,9 +233007,9 @@ webhooks: - from required: - permissions - enterprise: *736 - installation: *737 - organization: *738 + enterprise: *737 + installation: *738 + organization: *739 repository: title: Repository description: A git repository @@ -233463,7 +233479,7 @@ webhooks: - topics - visibility sender: *4 - team: *805 + team: *806 required: - action - changes @@ -233541,9 +233557,9 @@ webhooks: type: string enum: - removed_from_repository - enterprise: *736 - installation: *737 - organization: *738 + enterprise: *737 + installation: *738 + organization: *739 repository: title: Repository description: A git repository @@ -234013,7 +234029,7 @@ webhooks: - topics - visibility sender: *4 - team: *805 + team: *806 required: - action - team @@ -234089,10 +234105,10 @@ webhooks: type: string enum: - started - enterprise: *736 - installation: *737 - organization: *738 - repository: *739 + enterprise: *737 + installation: *738 + organization: *739 + repository: *740 sender: *4 required: - action @@ -234165,17 +234181,17 @@ webhooks: title: workflow_dispatch event type: object properties: - enterprise: *736 + enterprise: *737 inputs: type: - object - 'null' additionalProperties: true - installation: *737 - organization: *738 + installation: *738 + organization: *739 ref: type: string - repository: *739 + repository: *740 sender: *4 workflow: type: string @@ -234257,10 +234273,10 @@ webhooks: type: string enum: - completed - enterprise: *736 - installation: *737 - organization: *738 - repository: *739 + enterprise: *737 + installation: *738 + organization: *739 + repository: *740 sender: *4 workflow_job: allOf: @@ -234516,7 +234532,7 @@ webhooks: type: string required: - conclusion - deployment: *506 + deployment: *507 required: - action - repository @@ -234595,10 +234611,10 @@ webhooks: type: string enum: - in_progress - enterprise: *736 - installation: *737 - organization: *738 - repository: *739 + enterprise: *737 + installation: *738 + organization: *739 + repository: *740 sender: *4 workflow_job: allOf: @@ -234880,7 +234896,7 @@ webhooks: required: - status - steps - deployment: *506 + deployment: *507 required: - action - repository @@ -234959,10 +234975,10 @@ webhooks: type: string enum: - queued - enterprise: *736 - installation: *737 - organization: *738 - repository: *739 + enterprise: *737 + installation: *738 + organization: *739 + repository: *740 sender: *4 workflow_job: type: object @@ -235108,7 +235124,7 @@ webhooks: - workflow_name - head_branch - created_at - deployment: *506 + deployment: *507 required: - action - repository @@ -235187,10 +235203,10 @@ webhooks: type: string enum: - waiting - enterprise: *736 - installation: *737 - organization: *738 - repository: *739 + enterprise: *737 + installation: *738 + organization: *739 + repository: *740 sender: *4 workflow_job: type: object @@ -235337,7 +235353,7 @@ webhooks: - workflow_name - head_branch - created_at - deployment: *506 + deployment: *507 required: - action - repository @@ -235417,12 +235433,12 @@ webhooks: type: string enum: - completed - enterprise: *736 - installation: *737 - organization: *738 - repository: *739 + enterprise: *737 + installation: *738 + organization: *739 + repository: *740 sender: *4 - workflow: *758 + workflow: *759 workflow_run: title: Workflow Run type: object @@ -236441,12 +236457,12 @@ webhooks: type: string enum: - in_progress - enterprise: *736 - installation: *737 - organization: *738 - repository: *739 + enterprise: *737 + installation: *738 + organization: *739 + repository: *740 sender: *4 - workflow: *758 + workflow: *759 workflow_run: title: Workflow Run type: object @@ -237450,12 +237466,12 @@ webhooks: type: string enum: - requested - enterprise: *736 - installation: *737 - organization: *738 - repository: *739 + enterprise: *737 + installation: *738 + organization: *739 + repository: *740 sender: *4 - workflow: *758 + workflow: *759 workflow_run: title: Workflow Run type: object diff --git a/descriptions-next/ghec/dereferenced/ghec.deref.json b/descriptions-next/ghec/dereferenced/ghec.deref.json index 03b611c6bd..b98f2856b8 100644 --- a/descriptions-next/ghec/dereferenced/ghec.deref.json +++ b/descriptions-next/ghec/dereferenced/ghec.deref.json @@ -37107,6 +37107,27 @@ "type": "string" } }, + { + "name": "has", + "in": "query", + "description": "Filters the list of alerts based on whether the alert has a patch. If specified, only alerts with a patch will be returned.\nMultiple `has` filters can be chained to check if multiple properties are present.", + "schema": { + "oneOf": [ + { + "type": "string" + }, + { + "type": "array", + "items": { + "type": "string", + "enum": [ + "patch" + ] + } + } + ] + } + }, { "name": "scope", "in": "query", @@ -50684,7 +50705,7 @@ { "name": "advanced_security_product", "in": "query", - "description": "The security feature to get GitHub Advanced Security active committers for.", + "description": "The security product to get GitHub Advanced Security active committers for. This parameter is required if you have puchased standalone Code Scanning or Secret Protection products to specify which one you want to get the committer information for, otherwise it is not required.", "required": false, "schema": { "type": "string", @@ -123543,6 +123564,27 @@ "type": "string" } }, + { + "name": "has", + "in": "query", + "description": "Filters the list of alerts based on whether the alert has a patch. If specified, only alerts with a patch will be returned.\nMultiple `has` filters can be chained to check if multiple properties are present.", + "schema": { + "oneOf": [ + { + "type": "string" + }, + { + "type": "array", + "items": { + "type": "string", + "enum": [ + "patch" + ] + } + } + ] + } + }, { "name": "scope", "in": "query", @@ -193973,7 +194015,7 @@ { "name": "advanced_security_product", "in": "query", - "description": "The security feature to get GitHub Advanced Security active committers for.", + "description": "The security product to get GitHub Advanced Security active committers for. This parameter is required if you have puchased standalone Code Scanning or Secret Protection products to specify which one you want to get the committer information for, otherwise it is not required.", "required": false, "schema": { "type": "string", @@ -287180,7 +287222,7 @@ "/repos/{owner}/{repo}/check-runs/{check_run_id}/rerequest": { "post": { "summary": "Rerequest a check run", - "description": "Triggers GitHub to rerequest an existing check run, without pushing new code to a repository. This endpoint will trigger the [`check_run` webhook](https://docs.github.com/enterprise-cloud@latest//webhooks/event-payloads/#check_run) event with the action `rerequested`. When a check run is `rerequested`, the `status` of the check suite it belongs to is reset to `queued` and the `conclusion` is cleared. The check run itself is not updated. GitHub apps recieving the [`check_run` webhook](https://docs.github.com/enterprise-cloud@latest//webhooks/event-payloads/#check_run) with the `rerequested` action should then decide if the check run should be reset or updated and call the [update `check_run` endpoint](https://docs.github.com/enterprise-cloud@latest//rest/checks/runs#update-a-check-run) to update the check_run if desired.\n\nFor more information about how to re-run GitHub Actions jobs, see \"[Re-run a job from a workflow run](https://docs.github.com/enterprise-cloud@latest//rest/actions/workflow-runs#re-run-a-job-from-a-workflow-run)\".\n\nOAuth apps and personal access tokens (classic) cannot use this endpoint.", + "description": "Triggers GitHub to rerequest an existing check run, without pushing new code to a repository. This endpoint will trigger the [`check_run` webhook](https://docs.github.com/enterprise-cloud@latest//webhooks/event-payloads/#check_run) event with the action `rerequested`. When a check run is `rerequested`, the `status` of the check suite it belongs to is reset to `queued` and the `conclusion` is cleared. The check run itself is not updated. GitHub apps recieving the [`check_run` webhook](https://docs.github.com/enterprise-cloud@latest//webhooks/event-payloads/#check_run) with the `rerequested` action should then decide if the check run should be reset or updated and call the [update `check_run` endpoint](https://docs.github.com/enterprise-cloud@latest//rest/checks/runs#update-a-check-run) to update the check_run if desired.\n\nFor more information about how to re-run GitHub Actions jobs, see \"[Re-run a job from a workflow run](https://docs.github.com/enterprise-cloud@latest//rest/actions/workflow-runs#re-run-a-job-from-a-workflow-run)\".", "tags": [ "checks" ], @@ -296010,7 +296052,7 @@ "/repos/{owner}/{repo}/check-suites/{check_suite_id}/rerequest": { "post": { "summary": "Rerequest a check suite", - "description": "Triggers GitHub to rerequest an existing check suite, without pushing new code to a repository. This endpoint will trigger the [`check_suite` webhook](https://docs.github.com/enterprise-cloud@latest//webhooks/event-payloads/#check_suite) event with the action `rerequested`. When a check suite is `rerequested`, its `status` is reset to `queued` and the `conclusion` is cleared.\n\nOAuth apps and personal access tokens (classic) cannot use this endpoint.", + "description": "Triggers GitHub to rerequest an existing check suite, without pushing new code to a repository. This endpoint will trigger the [`check_suite` webhook](https://docs.github.com/enterprise-cloud@latest//webhooks/event-payloads/#check_suite) event with the action `rerequested`. When a check suite is `rerequested`, its `status` is reset to `queued` and the `conclusion` is cleared.", "tags": [ "checks" ], @@ -338776,6 +338818,27 @@ "type": "string" } }, + { + "name": "has", + "in": "query", + "description": "Filters the list of alerts based on whether the alert has a patch. If specified, only alerts with a patch will be returned.\nMultiple `has` filters can be chained to check if multiple properties are present.", + "schema": { + "oneOf": [ + { + "type": "string" + }, + { + "type": "array", + "items": { + "type": "string", + "enum": [ + "patch" + ] + } + } + ] + } + }, { "name": "scope", "in": "query", diff --git a/descriptions-next/ghec/dereferenced/ghec.deref.yaml b/descriptions-next/ghec/dereferenced/ghec.deref.yaml index 95a78bcf9c..4b72b397d4 100644 --- a/descriptions-next/ghec/dereferenced/ghec.deref.yaml +++ b/descriptions-next/ghec/dereferenced/ghec.deref.yaml @@ -907,7 +907,7 @@ paths: - subscriptions_url - type - url - type: &331 + type: &332 type: string description: The type of credit the user is receiving. enum: @@ -1073,7 +1073,7 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/security-advisories/global-advisories#get-a-global-security-advisory parameters: - - &650 + - &651 name: ghsa_id description: The GHSA (GitHub Security Advisory) identifier of the advisory. in: path @@ -1669,7 +1669,7 @@ paths: schema: type: integer default: 30 - - &257 + - &258 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 @@ -1685,7 +1685,7 @@ paths: application/json: schema: type: array - items: &258 + items: &259 title: Simple webhook delivery description: Delivery made by a webhook, without request and response information. @@ -1781,7 +1781,7 @@ paths: - installation_id - repository_id examples: - default: &259 + default: &260 value: - id: 12345678 guid: 0b989ba4-242f-11e5-81e1-c7b6966d2516 @@ -1813,7 +1813,7 @@ paths: application/json: schema: *3 application/scim+json: - schema: &660 + schema: &661 title: Scim Error description: Scim Error type: object @@ -1916,7 +1916,7 @@ paths: description: Response content: application/json: - schema: &260 + schema: &261 title: Webhook delivery description: Delivery made by a webhook. type: object @@ -2051,7 +2051,7 @@ paths: - request - response examples: - default: &261 + default: &262 value: id: 12345678 guid: 0b989ba4-242f-11e5-81e1-c7b6966d2516 @@ -11654,7 +11654,7 @@ paths: description: The GitHub URL of the alert resource. format: uri readOnly: true - instances_url: &446 + instances_url: &447 type: string description: The REST API URL for fetching the list of instances for an alert. @@ -11690,7 +11690,7 @@ paths: format: `YYYY-MM-DDTHH:MM:SSZ`.' format: date-time readOnly: true - dismissed_reason: &447 + dismissed_reason: &448 type: - string - 'null' @@ -11701,14 +11701,14 @@ paths: - won't fix - used in tests - - dismissed_comment: &448 + dismissed_comment: &449 type: - string - 'null' description: The dismissal comment associated with the dismissal of the alert. maxLength: 280 - rule: &449 + rule: &450 type: object properties: id: @@ -11769,7 +11769,7 @@ paths: - 'null' description: A link to the documentation for the rule used to detect the alert. - tool: &450 + tool: &451 type: object properties: name: *85 @@ -11780,15 +11780,15 @@ paths: description: The version of the tool used to generate the code scanning analysis. guid: *86 - most_recent_instance: &451 + most_recent_instance: &452 type: object properties: - ref: &444 + ref: &445 type: string description: |- The Git reference, formatted as `refs/pull//merge`, `refs/pull//head`, `refs/heads/` or simply ``. - analysis_key: &461 + analysis_key: &462 type: string description: Identifies the configuration under which the analysis was executed. For example, in GitHub Actions @@ -11799,7 +11799,7 @@ paths: the environment in which the analysis that generated this alert instance was performed, such as the language that was analyzed. - category: &462 + category: &463 type: string description: Identifies the configuration under which the analysis was executed. Used to distinguish between multiple @@ -14123,7 +14123,7 @@ paths: parent: anyOf: - type: 'null' - - &294 + - &295 title: Team Simple description: Groups of organization members that gives permissions on specified repositories. @@ -14951,6 +14951,20 @@ paths: schema: type: string - &247 + name: has + in: query + description: |- + Filters the list of alerts based on whether the alert has a patch. If specified, only alerts with a patch will be returned. + Multiple `has` filters can be chained to check if multiple properties are present. + schema: + oneOf: + - type: string + - type: array + items: + type: string + enum: + - patch + - &248 name: scope in: query description: The scope of the vulnerable dependency. If specified, only alerts @@ -14960,7 +14974,7 @@ paths: enum: - development - runtime - - &248 + - &249 name: sort in: query description: |- @@ -14978,7 +14992,7 @@ paths: - *84 - *82 - *83 - - &249 + - &250 name: first description: |- **Deprecated**. The number of results per page (max 100), starting from the first matching result. @@ -14991,7 +15005,7 @@ paths: minimum: 1 maximum: 100 default: 30 - - &250 + - &251 name: last description: |- **Deprecated**. The number of results per page (max 100), starting from the last matching result. @@ -15011,7 +15025,7 @@ paths: application/json: schema: type: array - items: &251 + items: &252 type: object description: A Dependabot alert. properties: @@ -15078,7 +15092,7 @@ paths: - direct - transitive - - security_advisory: &498 + security_advisory: &499 type: object description: Details for the GitHub Security Advisory. readOnly: true @@ -15314,7 +15328,7 @@ paths: dismissal. maxLength: 280 fixed_at: *106 - auto_dismissed_at: &499 + auto_dismissed_at: &500 type: - string - 'null' @@ -15341,7 +15355,7 @@ paths: - repository additionalProperties: false examples: - default: &252 + default: &253 value: - number: 2 state: dismissed @@ -15812,7 +15826,7 @@ paths: - name - created_on examples: - default: &341 + default: &342 value: total_count: 2 network_configurations: @@ -16035,7 +16049,7 @@ paths: url: https://docs.github.com/enterprise-cloud@latest//rest/enterprise-admin/network-configurations#get-a-hosted-compute-network-settings-resource-for-an-enterprise parameters: - *38 - - &342 + - &343 name: network_settings_id description: Unique identifier of the hosted compute network settings. in: path @@ -16047,7 +16061,7 @@ paths: description: Response content: application/json: - schema: &343 + schema: &344 title: Hosted compute network settings resource description: A hosted compute network settings resource. type: object @@ -16086,7 +16100,7 @@ paths: - subnet_id - region examples: - default: &344 + default: &345 value: id: 220F78DACB92BBFBC5E6F22DE1CCF52309D network_configuration_id: 934E208B3EE0BD60CF5F752C426BFB53562 @@ -16398,7 +16412,7 @@ paths: required: true content: application/json: - schema: &313 + schema: &314 title: Custom Property Set Payload description: Custom property set payload type: object @@ -16774,7 +16788,7 @@ paths: type: object description: A repository rule. oneOf: - - &608 + - &609 title: creation description: Only allow users with bypass permission to create matching refs. @@ -16786,7 +16800,7 @@ paths: type: string enum: - creation - - &609 + - &610 title: update description: Only allow users with bypass permission to update matching refs. @@ -16807,7 +16821,7 @@ paths: repository required: - update_allows_fetch_and_merge - - &611 + - &612 title: deletion description: Only allow users with bypass permissions to delete matching refs. @@ -16819,7 +16833,7 @@ paths: type: string enum: - deletion - - &612 + - &613 title: required_linear_history description: Prevent merge commits from being pushed to matching refs. @@ -16831,7 +16845,7 @@ paths: type: string enum: - required_linear_history - - &613 + - &614 title: merge_queue description: Merges must be performed via a merge queue. type: object @@ -16907,7 +16921,7 @@ paths: - merge_method - min_entries_to_merge - min_entries_to_merge_wait_minutes - - &614 + - &615 title: required_deployments description: Choose which environments must be successfully deployed to before refs can be pushed into a ref that matches @@ -16931,7 +16945,7 @@ paths: type: string required: - required_deployment_environments - - &615 + - &616 title: required_signatures description: Commits pushed to matching refs must have verified signatures. @@ -16943,7 +16957,7 @@ paths: type: string enum: - required_signatures - - &616 + - &617 title: pull_request description: Require all commits be made to a non-target branch and submitted via a pull request before they can be merged. @@ -17003,7 +17017,7 @@ paths: - require_last_push_approval - required_approving_review_count - required_review_thread_resolution - - &617 + - &618 title: required_status_checks description: Choose which status checks must pass before the ref is updated. When enabled, commits must first be pushed @@ -17050,7 +17064,7 @@ paths: required: - required_status_checks - strict_required_status_checks_policy - - &618 + - &619 title: non_fast_forward description: Prevent users with push access from force pushing to refs. @@ -17062,7 +17076,7 @@ paths: type: string enum: - non_fast_forward - - &619 + - &620 title: commit_message_pattern description: Parameters to be used for the commit_message_pattern rule @@ -17098,7 +17112,7 @@ paths: required: - operator - pattern - - &620 + - &621 title: commit_author_email_pattern description: Parameters to be used for the commit_author_email_pattern rule @@ -17134,7 +17148,7 @@ paths: required: - operator - pattern - - &621 + - &622 title: committer_email_pattern description: Parameters to be used for the committer_email_pattern rule @@ -17170,7 +17184,7 @@ paths: required: - operator - pattern - - &622 + - &623 title: branch_name_pattern description: Parameters to be used for the branch_name_pattern rule @@ -17206,7 +17220,7 @@ paths: required: - operator - pattern - - &623 + - &624 title: tag_name_pattern description: Parameters to be used for the tag_name_pattern rule @@ -17242,7 +17256,7 @@ paths: required: - operator - pattern - - &624 + - &625 title: file_path_restriction description: Prevent commits that include changes in specified file and folder paths from being pushed to the commit graph. @@ -17266,7 +17280,7 @@ paths: type: string required: - restricted_file_paths - - &625 + - &626 title: max_file_path_length description: Prevent commits that include file paths that exceed the specified character limit from being pushed to the commit @@ -17290,7 +17304,7 @@ paths: maximum: 256 required: - max_file_path_length - - &626 + - &627 title: file_extension_restriction description: Prevent commits that include files with specified file extensions from being pushed to the commit graph. @@ -17313,7 +17327,7 @@ paths: type: string required: - restricted_file_extensions - - &627 + - &628 title: max_file_size description: Prevent commits with individual files that exceed the specified limit from being pushed to the commit graph. @@ -17337,7 +17351,7 @@ paths: maximum: 100 required: - max_file_size - - &628 + - &629 title: workflows description: Require all changes made to a targeted branch to pass the specified workflows before they can be merged. @@ -17386,7 +17400,7 @@ paths: - repository_id required: - workflows - - &629 + - &630 title: code_scanning description: Choose which tools must provide code scanning results before the reference is updated. When configured, code scanning @@ -17543,7 +17557,7 @@ paths: conditions: anyOf: - *117 - - &318 + - &319 title: Organization ruleset conditions type: object description: |- @@ -17827,7 +17841,7 @@ paths: type: string format: date-time examples: - default: &320 + default: &321 value: - version_id: 3 actor: @@ -17880,7 +17894,7 @@ paths: description: Response content: application/json: - schema: &321 + schema: &322 allOf: - *127 - type: object @@ -17935,7 +17949,7 @@ paths: url: https://docs.github.com/enterprise-cloud@latest//rest/secret-scanning/secret-scanning#list-secret-scanning-alerts-for-an-enterprise parameters: - *38 - - &322 + - &323 name: state in: query description: Set to `open` or `resolved` to only list secret scanning alerts @@ -17946,7 +17960,7 @@ paths: enum: - open - resolved - - &323 + - &324 name: secret_type in: query description: A comma-separated list of secret types to return. All default @@ -17956,7 +17970,7 @@ paths: required: false schema: type: string - - &324 + - &325 name: resolution in: query description: A comma-separated list of resolutions. Only secret scanning alerts @@ -17965,7 +17979,7 @@ paths: required: false schema: type: string - - &325 + - &326 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. @@ -17981,7 +17995,7 @@ paths: - *17 - *82 - *83 - - &326 + - &327 name: validity in: query description: A comma-separated list of validities that, when present, will @@ -17990,7 +18004,7 @@ paths: required: false schema: type: string - - &327 + - &328 name: is_publicly_leaked in: query description: A boolean value representing whether or not to filter alerts @@ -17999,7 +18013,7 @@ paths: schema: type: boolean default: false - - &328 + - &329 name: is_multi_repo in: query description: A boolean value representing whether or not to filter alerts @@ -18015,7 +18029,7 @@ paths: application/json: schema: type: array - items: &329 + items: &330 type: object properties: number: *96 @@ -18031,14 +18045,14 @@ paths: format: uri description: The REST API URL of the code locations for this alert. - state: &642 + state: &643 description: Sets the state of the secret scanning alert. You must provide `resolution` when you set the state to `resolved`. type: string enum: - open - resolved - resolution: &643 + resolution: &644 type: - string - 'null' @@ -18143,7 +18157,7 @@ paths: description: A boolean value representing whether or not alert is base64 encoded examples: - default: &330 + default: &331 value: - number: 2 created_at: '2020-11-06T18:48:51Z' @@ -18409,7 +18423,7 @@ paths: description: Response content: application/json: - schema: &332 + schema: &333 type: object properties: total_minutes_used: @@ -18479,7 +18493,7 @@ paths: - included_minutes - minutes_used_breakdown examples: - default: &333 + default: &334 value: total_minutes_used: 305 total_paid_minutes_used: 0 @@ -18510,11 +18524,13 @@ paths: url: https://docs.github.com/enterprise-cloud@latest//rest/enterprise-admin/billing#get-github-advanced-security-active-committers-for-an-enterprise parameters: - *38 - - &334 + - &335 name: advanced_security_product in: query - description: The security feature to get GitHub Advanced Security active committers - for. + description: The security product to get GitHub Advanced Security active committers + for. This parameter is required if you have puchased standalone Code Scanning + or Secret Protection products to specify which one you want to get the committer + information for, otherwise it is not required. required: false schema: type: string @@ -18528,7 +18544,7 @@ paths: description: Success content: application/json: - schema: &335 + schema: &336 type: object properties: total_advanced_security_committers: @@ -18591,7 +18607,7 @@ paths: required: - repositories examples: - default: &336 + default: &337 value: total_advanced_security_committers: 2 total_count: 2 @@ -18831,7 +18847,7 @@ paths: description: Response content: application/json: - schema: &337 + schema: &338 type: object properties: total_gigabytes_bandwidth_used: @@ -18849,7 +18865,7 @@ paths: - total_paid_gigabytes_bandwidth_used - included_gigabytes_bandwidth examples: - default: &338 + default: &339 value: total_gigabytes_bandwidth_used: 50 total_paid_gigabytes_bandwidth_used: 40 @@ -18884,7 +18900,7 @@ paths: description: Response content: application/json: - schema: &339 + schema: &340 type: object properties: days_left_in_billing_cycle: @@ -18902,7 +18918,7 @@ paths: - estimated_paid_storage_for_month - estimated_storage_for_month examples: - default: &340 + default: &341 value: days_left_in_billing_cycle: 20 estimated_paid_storage_for_month: 15 @@ -19389,7 +19405,7 @@ paths: milestone: anyOf: - type: 'null' - - &486 + - &487 title: Milestone description: A collection of related issues and pull requests. @@ -19561,7 +19577,7 @@ paths: timeline_url: type: string format: uri - type: &279 + type: &280 title: Issue Type description: The type of issue. type: @@ -19706,7 +19722,7 @@ paths: - author_association - created_at - updated_at - comment: &548 + comment: &549 title: Issue Comment description: Comments provide a way for people to collaborate on an issue. @@ -20281,7 +20297,7 @@ paths: url: type: string format: uri - user: &699 + user: &700 title: Public User description: Public User type: object @@ -22176,7 +22192,7 @@ paths: - closed - all default: open - - &282 + - &283 name: labels description: 'A list of comma separated label names. Example: `bug,ui,@high`' in: query @@ -22227,7 +22243,7 @@ paths: type: array items: *147 examples: - default: &283 + default: &284 value: - id: 1 node_id: MDU6SXNzdWUx @@ -23638,14 +23654,14 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/activity/events#list-public-events-for-a-network-of-repositories parameters: - - &364 + - &365 name: owner description: The account owner of the repository. The name is not case sensitive. in: path required: true schema: type: string - - &365 + - &366 name: repo description: The name of the repository without the `.git` extension. The name is not case sensitive. @@ -23716,7 +23732,7 @@ paths: '404': *6 '403': *27 '304': *35 - '301': &378 + '301': &379 description: Moved permanently content: application/json: @@ -23738,7 +23754,7 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/activity/notifications#list-notifications-for-the-authenticated-user parameters: - - &577 + - &578 name: all description: If `true`, show notifications marked as read. in: query @@ -23746,7 +23762,7 @@ paths: schema: type: boolean default: false - - &578 + - &579 name: participating description: If `true`, only shows notifications in which the user is directly participating or mentioned. @@ -23756,7 +23772,7 @@ paths: type: boolean default: false - *137 - - &579 + - &580 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: @@ -24127,7 +24143,7 @@ paths: type: boolean examples: - false - security_and_analysis: &315 + security_and_analysis: &316 type: - object - 'null' @@ -24290,7 +24306,7 @@ paths: - url - subscription_url examples: - default: &580 + default: &581 value: - id: '1' repository: @@ -24843,7 +24859,7 @@ paths: type: array items: *56 examples: - default: &716 + default: &717 value: - login: github id: 1 @@ -25846,7 +25862,7 @@ paths: type: integer repository_cache_usages: type: array - items: &383 + items: &384 title: Actions Cache Usage by repository description: GitHub Actions Cache Usage by repository. type: object @@ -26519,7 +26535,7 @@ paths: type: array items: *61 examples: - default: &710 + default: &711 value: total_count: 1 repositories: @@ -27342,7 +27358,7 @@ paths: type: array items: *189 examples: - default: &702 + default: &703 value: total_count: 1 repositories: @@ -28385,7 +28401,7 @@ paths: description: Response content: application/json: - schema: &403 + schema: &404 title: ActionsPublicKey description: The public key used for setting Actions Secrets. type: object @@ -28420,7 +28436,7 @@ paths: - key_id - key examples: - default: &404 + default: &405 value: key_id: '012345678912345678' key: 2Sg8iYjAxxmI2LvUXpJjkYrMxURPc8r+dB7TJyvv1234 @@ -28833,7 +28849,7 @@ paths: url: https://docs.github.com/enterprise-cloud@latest//rest/actions/variables#list-organization-variables parameters: - *163 - - &388 + - &389 name: per_page description: The number of results per page (max 30). For more information, see "[Using pagination in the REST API](https://docs.github.com/enterprise-cloud@latest//rest/using-the-rest-api/using-pagination-in-the-rest-api)." @@ -29451,7 +29467,7 @@ paths: bundle_url: type: string examples: - default: &417 + default: &418 value: attestations: - bundle: @@ -29620,7 +29636,7 @@ paths: type: array items: *4 examples: - default: &284 + default: &285 value: - login: octocat id: 1 @@ -29798,7 +29814,7 @@ paths: application/json: schema: type: array - items: &434 + items: &435 title: Secret scanning bypass request description: A bypass request made by a user asking to be exempted from push protection in this repository. @@ -29929,7 +29945,7 @@ paths: examples: - https://github.com/octo-org/smile/exemptions/1 examples: - default: &435 + default: &436 value: - id: 21 number: 42 @@ -30586,7 +30602,7 @@ paths: be returned. in: query required: false - schema: &445 + schema: &446 type: string description: Severity of a code scanning alert. enum: @@ -31564,7 +31580,7 @@ paths: type: integer codespaces: type: array - items: &285 + items: &286 type: object title: Codespace description: A codespace. @@ -31599,7 +31615,7 @@ paths: machine: anyOf: - type: 'null' - - &474 + - &475 type: object title: Codespace machine description: A description of the machine powering a codespace. @@ -31886,7 +31902,7 @@ paths: - pulls_url - recent_folders examples: - default: &286 + default: &287 value: total_count: 3 codespaces: @@ -32551,7 +32567,7 @@ paths: - updated_at - visibility examples: - default: &475 + default: &476 value: total_count: 2 secrets: @@ -32589,7 +32605,7 @@ paths: description: Response content: application/json: - schema: &476 + schema: &477 title: CodespacesPublicKey description: The public key used for setting Codespaces secrets. type: object @@ -32624,7 +32640,7 @@ paths: - key_id - key examples: - default: &477 + default: &478 value: key_id: '012345678912345678' key: 2Sg8iYjAxxmI2LvUXpJjkYrMxURPc8r+dB7TJyvv1234 @@ -32656,7 +32672,7 @@ paths: application/json: schema: *234 examples: - default: &479 + default: &480 value: name: GH_TOKEN created_at: '2019-08-10T14:59:22Z' @@ -34218,11 +34234,12 @@ paths: - *246 - *247 - *248 + - *249 - *84 - *82 - *83 - - *249 - *250 + - *251 - *17 responses: '200': @@ -34231,9 +34248,9 @@ paths: application/json: schema: type: array - items: *251 + items: *252 examples: - default: *252 + default: *253 '304': *35 '400': *14 '403': *27 @@ -34277,7 +34294,7 @@ paths: type: integer secrets: type: array - items: &253 + items: &254 title: Dependabot Secret for an Organization description: Secrets for GitHub Dependabot for an organization. type: object @@ -34356,7 +34373,7 @@ paths: description: Response content: application/json: - schema: &502 + schema: &503 title: DependabotPublicKey description: The public key used for setting Dependabot Secrets. type: object @@ -34375,7 +34392,7 @@ paths: - key_id - key examples: - default: &503 + default: &504 value: key_id: '012345678912345678' key: 2Sg8iYjAxxmI2LvUXpJjkYrMxURPc8r+dB7TJyvv1234 @@ -34405,7 +34422,7 @@ paths: description: Response content: application/json: - schema: *253 + schema: *254 examples: default: value: @@ -34705,7 +34722,7 @@ paths: - *212 - *213 - *214 - - &511 + - &512 name: request_status description: The status of the dismissal request to filter on. When specified, only requests with this status will be returned. @@ -34731,7 +34748,7 @@ paths: application/json: schema: type: array - items: &512 + items: &513 title: Secret scanning alert dismissal request description: A dismissal request made by a user asking to close a secret scanning alert in this repository. @@ -34849,7 +34866,7 @@ paths: examples: - https://github.com/octo-org/smile/security/secret-scanning/17 examples: - default: &513 + default: &514 value: - id: 21 number: 42 @@ -34936,7 +34953,7 @@ paths: application/json: schema: type: array - items: &296 + items: &297 title: Package description: A software package type: object @@ -35007,7 +35024,7 @@ paths: - created_at - updated_at examples: - default: &297 + default: &298 value: - id: 197 name: hello_docker @@ -35191,7 +35208,7 @@ paths: description: Response content: application/json: - schema: &359 + schema: &360 title: ExternalGroup description: Information about an external group's usage and its members type: object @@ -35281,7 +35298,7 @@ paths: member_name: Octo Lisa member_email: octo_lisa@github.com examples: - default: &360 + default: &361 value: group_id: '123' group_name: Octocat admins @@ -35336,7 +35353,7 @@ paths: description: Response content: application/json: - schema: &357 + schema: &358 title: ExternalGroups description: A list of external groups available to be connected to a team @@ -35376,7 +35393,7 @@ paths: group_name: group-azuread-test2 updated_at: 2021-06-03 22:27:15:000 -700 examples: - default: &358 + default: &359 value: groups: - group_id: '123' @@ -35420,7 +35437,7 @@ paths: application/json: schema: type: array - items: &276 + items: &277 title: Organization Invitation description: Organization Invitation type: object @@ -35474,7 +35491,7 @@ paths: - invitation_teams_url - node_id examples: - default: &277 + default: &278 value: - id: 1 login: monalisa @@ -35541,7 +35558,7 @@ paths: application/json: schema: type: array - items: &316 + items: &317 title: Repository Fine-Grained Permission description: A fine-grained permission that protects repository resources. @@ -35555,7 +35572,7 @@ paths: - name - description examples: - default: &317 + default: &318 value: - name: add_assignee description: Assign or remove a user @@ -35596,7 +35613,7 @@ paths: application/json: schema: type: array - items: &254 + items: &255 title: Org Hook description: Org Hook type: object @@ -35779,9 +35796,9 @@ paths: description: Response content: application/json: - schema: *254 + schema: *255 examples: - default: &255 + default: &256 value: id: 1 url: https://api.github.com/orgs/octocat/hooks/1 @@ -35826,7 +35843,7 @@ paths: url: https://docs.github.com/enterprise-cloud@latest//rest/orgs/webhooks#get-an-organization-webhook parameters: - *163 - - &256 + - &257 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. @@ -35839,9 +35856,9 @@ paths: description: Response content: application/json: - schema: *254 + schema: *255 examples: - default: *255 + default: *256 '404': *6 x-github: githubCloudOnly: false @@ -35863,7 +35880,7 @@ paths: url: https://docs.github.com/enterprise-cloud@latest//rest/orgs/webhooks#update-an-organization-webhook parameters: - *163 - - *256 + - *257 requestBody: required: false content: @@ -35909,7 +35926,7 @@ paths: description: Response content: application/json: - schema: *254 + schema: *255 examples: default: value: @@ -35949,7 +35966,7 @@ paths: url: https://docs.github.com/enterprise-cloud@latest//rest/orgs/webhooks#delete-an-organization-webhook parameters: - *163 - - *256 + - *257 responses: '204': description: Response @@ -35975,7 +35992,7 @@ paths: url: https://docs.github.com/enterprise-cloud@latest//rest/orgs/webhooks#get-a-webhook-configuration-for-an-organization parameters: - *163 - - *256 + - *257 responses: '200': description: Response @@ -36004,7 +36021,7 @@ paths: url: https://docs.github.com/enterprise-cloud@latest//rest/orgs/webhooks#update-a-webhook-configuration-for-an-organization parameters: - *163 - - *256 + - *257 requestBody: required: false content: @@ -36053,9 +36070,9 @@ paths: url: https://docs.github.com/enterprise-cloud@latest//rest/orgs/webhooks#list-deliveries-for-an-organization-webhook parameters: - *163 - - *256 - - *17 - *257 + - *17 + - *258 responses: '200': description: Response @@ -36063,9 +36080,9 @@ paths: application/json: schema: type: array - items: *258 + items: *259 examples: - default: *259 + default: *260 '400': *14 '422': *15 x-github: @@ -36089,16 +36106,16 @@ paths: url: https://docs.github.com/enterprise-cloud@latest//rest/orgs/webhooks#get-a-webhook-delivery-for-an-organization-webhook parameters: - *163 - - *256 + - *257 - *16 responses: '200': description: Response content: application/json: - schema: *260 + schema: *261 examples: - default: *261 + default: *262 '400': *14 '422': *15 x-github: @@ -36122,7 +36139,7 @@ paths: url: https://docs.github.com/enterprise-cloud@latest//rest/orgs/webhooks#redeliver-a-delivery-for-an-organization-webhook parameters: - *163 - - *256 + - *257 - *16 responses: '202': *93 @@ -36149,7 +36166,7 @@ paths: url: https://docs.github.com/enterprise-cloud@latest//rest/orgs/webhooks#ping-an-organization-webhook parameters: - *163 - - *256 + - *257 responses: '204': description: Response @@ -36172,7 +36189,7 @@ paths: url: https://docs.github.com/enterprise-cloud@latest//rest/orgs/api-insights#get-route-stats-by-actor parameters: - *163 - - &266 + - &267 name: actor_type in: path description: The type of the actor @@ -36185,14 +36202,14 @@ paths: - fine_grained_pat - oauth_app - github_app_user_to_server - - &267 + - &268 name: actor_id in: path description: The ID of the actor required: true schema: type: integer - - &262 + - &263 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`.' @@ -36200,7 +36217,7 @@ paths: required: true schema: type: string - - &263 + - &264 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) @@ -36295,12 +36312,12 @@ paths: url: https://docs.github.com/enterprise-cloud@latest//rest/orgs/api-insights#get-subject-stats parameters: - *163 - - *262 - *263 + - *264 - *19 - *17 - *84 - - &272 + - &273 name: sort description: The property to sort the results by. in: query @@ -36380,14 +36397,14 @@ paths: url: https://docs.github.com/enterprise-cloud@latest//rest/orgs/api-insights#get-summary-stats parameters: - *163 - - *262 - *263 + - *264 responses: '200': description: Response content: application/json: - schema: &264 + schema: &265 title: Summary Stats description: API Insights usage summary stats for an organization type: object @@ -36403,7 +36420,7 @@ paths: type: integer format: int64 examples: - default: &265 + default: &266 value: total_request_count: 34225 rate_limited_request_count: 23 @@ -36424,23 +36441,23 @@ paths: url: https://docs.github.com/enterprise-cloud@latest//rest/orgs/api-insights#get-summary-stats-by-user parameters: - *163 - - &268 + - &269 name: user_id in: path description: The ID of the user to query for stats required: true schema: type: string - - *262 - *263 + - *264 responses: '200': description: Response content: application/json: - schema: *264 + schema: *265 examples: - default: *265 + default: *266 x-github: enabledForGitHubApps: true category: orgs @@ -36459,18 +36476,18 @@ paths: url: https://docs.github.com/enterprise-cloud@latest//rest/orgs/api-insights#get-summary-stats-by-actor parameters: - *163 - - *262 - *263 - - *266 + - *264 - *267 + - *268 responses: '200': description: Response content: application/json: - schema: *264 + schema: *265 examples: - default: *265 + default: *266 x-github: enabledForGitHubApps: true category: orgs @@ -36488,9 +36505,9 @@ paths: url: https://docs.github.com/enterprise-cloud@latest//rest/orgs/api-insights#get-time-stats parameters: - *163 - - *262 - *263 - - &269 + - *264 + - &270 name: timestamp_increment description: The increment of time used to breakdown the query results (5m, 10m, 1h, etc.) @@ -36503,7 +36520,7 @@ paths: description: Response content: application/json: - schema: &270 + schema: &271 title: Time Stats description: API Insights usage time stats for an organization type: array @@ -36519,7 +36536,7 @@ paths: type: integer format: int64 examples: - default: &271 + default: &272 value: - timestamp: '2024-09-11T15:00:00Z' total_request_count: 34225 @@ -36556,18 +36573,18 @@ paths: url: https://docs.github.com/enterprise-cloud@latest//rest/orgs/api-insights#get-time-stats-by-user parameters: - *163 - - *268 - - *262 - - *263 - *269 + - *263 + - *264 + - *270 responses: '200': description: Response content: application/json: - schema: *270 + schema: *271 examples: - default: *271 + default: *272 x-github: enabledForGitHubApps: true category: orgs @@ -36585,19 +36602,19 @@ paths: url: https://docs.github.com/enterprise-cloud@latest//rest/orgs/api-insights#get-time-stats-by-actor parameters: - *163 - - *266 - *267 - - *262 + - *268 - *263 - - *269 + - *264 + - *270 responses: '200': description: Response content: application/json: - schema: *270 + schema: *271 examples: - default: *271 + default: *272 x-github: enabledForGitHubApps: true category: orgs @@ -36615,13 +36632,13 @@ paths: url: https://docs.github.com/enterprise-cloud@latest//rest/orgs/api-insights#get-user-stats parameters: - *163 - - *268 - - *262 + - *269 - *263 + - *264 - *19 - *17 - *84 - - *272 + - *273 - name: actor_name_substring in: query description: Providing a substring will filter results where the actor name @@ -36705,7 +36722,7 @@ paths: application/json: schema: *20 examples: - default: &544 + default: &545 value: id: 1 account: @@ -36871,12 +36888,12 @@ paths: application/json: schema: anyOf: - - &274 + - &275 title: Interaction Limits description: Interaction limit settings. type: object properties: - limit: &273 + limit: &274 type: string description: The type of GitHub user that can comment, open issues, or create pull requests while the interaction limit @@ -36904,7 +36921,7 @@ paths: properties: {} additionalProperties: false examples: - default: &275 + default: &276 value: limit: collaborators_only origin: organization @@ -36933,13 +36950,13 @@ paths: required: true content: application/json: - schema: &545 + schema: &546 title: Interaction Restrictions description: Limit interactions to a specific type of user for a specified duration type: object properties: - limit: *273 + limit: *274 expiry: type: string description: 'The duration of the interaction restriction. Default: @@ -36964,9 +36981,9 @@ paths: description: Response content: application/json: - schema: *274 + schema: *275 examples: - default: *275 + default: *276 '422': *15 x-github: githubCloudOnly: false @@ -37044,9 +37061,9 @@ paths: application/json: schema: type: array - items: *276 + items: *277 examples: - default: *277 + default: *278 headers: Link: *37 '404': *6 @@ -37124,7 +37141,7 @@ paths: description: Response content: application/json: - schema: *276 + schema: *277 examples: default: value: @@ -37181,7 +37198,7 @@ paths: url: https://docs.github.com/enterprise-cloud@latest//rest/orgs/members#cancel-an-organization-invitation parameters: - *163 - - &278 + - &279 name: invitation_id description: The unique identifier of the invitation. in: path @@ -37215,7 +37232,7 @@ paths: url: https://docs.github.com/enterprise-cloud@latest//rest/orgs/members#list-organization-invitation-teams parameters: - *163 - - *278 + - *279 - *17 - *19 responses: @@ -37227,7 +37244,7 @@ paths: type: array items: *220 examples: - default: &295 + default: &296 value: - id: 1 node_id: MDQ6VGVhbTE= @@ -37270,7 +37287,7 @@ paths: application/json: schema: type: array - items: *279 + items: *280 examples: default: value: @@ -37358,9 +37375,9 @@ paths: description: Response content: application/json: - schema: *279 + schema: *280 examples: - default: &280 + default: &281 value: id: 410 node_id: IT_kwDNAd3NAZo @@ -37393,7 +37410,7 @@ paths: url: https://docs.github.com/enterprise-cloud@latest//rest/orgs/issue-types#update-issue-type-for-an-organization parameters: - *163 - - &281 + - &282 name: issue_type_id description: The unique identifier of the issue type. in: path @@ -37449,9 +37466,9 @@ paths: description: Response content: application/json: - schema: *279 + schema: *280 examples: - default: *280 + default: *281 '404': *6 '422': *7 x-github: @@ -37476,7 +37493,7 @@ paths: url: https://docs.github.com/enterprise-cloud@latest//rest/orgs/issue-types#delete-issue-type-for-an-organization parameters: - *163 - - *281 + - *282 responses: '204': description: Response @@ -37539,7 +37556,7 @@ paths: - closed - all default: open - - *282 + - *283 - name: type description: Can be the name of an issue type. in: query @@ -37570,7 +37587,7 @@ paths: type: array items: *147 examples: - default: *283 + default: *284 headers: Link: *37 '404': *6 @@ -37628,7 +37645,7 @@ paths: type: array items: *4 examples: - default: *284 + default: *285 headers: Link: *37 '422': *15 @@ -37724,9 +37741,9 @@ paths: type: integer codespaces: type: array - items: *285 + items: *286 examples: - default: *286 + default: *287 '304': *35 '500': *95 '401': *23 @@ -37753,7 +37770,7 @@ paths: parameters: - *163 - *211 - - &287 + - &288 name: codespace_name in: path required: true @@ -37788,15 +37805,15 @@ paths: parameters: - *163 - *211 - - *287 + - *288 responses: '200': description: Response content: application/json: - schema: *285 + schema: *286 examples: - default: &473 + default: &474 value: id: 1 name: monalisa-octocat-hello-world-g4wpq6h95q @@ -38051,7 +38068,7 @@ paths: description: Response content: application/json: - schema: &288 + schema: &289 title: Org Membership description: Org Membership type: object @@ -38104,7 +38121,7 @@ paths: - organization - user examples: - response-if-user-has-an-active-admin-membership-with-organization: &289 + response-if-user-has-an-active-admin-membership-with-organization: &290 summary: Response if user has an active admin membership with organization value: url: https://api.github.com/orgs/octocat/memberships/defunkt @@ -38201,9 +38218,9 @@ paths: description: Response content: application/json: - schema: *288 + schema: *289 examples: - response-if-user-already-had-membership-with-organization: *289 + response-if-user-already-had-membership-with-organization: *290 '422': *15 '403': *27 x-github: @@ -38272,7 +38289,7 @@ paths: application/json: schema: type: array - items: &290 + items: &291 title: Migration description: A migration. type: object @@ -38610,7 +38627,7 @@ paths: description: Response content: application/json: - schema: *290 + schema: *291 examples: default: value: @@ -38789,7 +38806,7 @@ paths: url: https://docs.github.com/enterprise-cloud@latest//rest/migrations/orgs#get-an-organization-migration-status parameters: - *163 - - &291 + - &292 name: migration_id description: The unique identifier of the migration. in: path @@ -38817,7 +38834,7 @@ paths: * `failed`, which means the migration failed. content: application/json: - schema: *290 + schema: *291 examples: default: value: @@ -38987,7 +39004,7 @@ paths: url: https://docs.github.com/enterprise-cloud@latest//rest/migrations/orgs#download-an-organization-migration-archive parameters: - *163 - - *291 + - *292 responses: '302': description: Response @@ -39009,7 +39026,7 @@ paths: url: https://docs.github.com/enterprise-cloud@latest//rest/migrations/orgs#delete-an-organization-migration-archive parameters: - *163 - - *291 + - *292 responses: '204': description: Response @@ -39033,8 +39050,8 @@ paths: url: https://docs.github.com/enterprise-cloud@latest//rest/migrations/orgs#unlock-an-organization-repository parameters: - *163 - - *291 - - &715 + - *292 + - &716 name: repo_name description: repo_name parameter in: path @@ -39062,7 +39079,7 @@ paths: url: https://docs.github.com/enterprise-cloud@latest//rest/migrations/orgs#list-repositories-in-an-organization-migration parameters: - *163 - - *291 + - *292 - *17 - *19 responses: @@ -39074,7 +39091,7 @@ paths: type: array items: *189 examples: - default: &302 + default: &303 value: - id: 1296269 node_id: MDEwOlJlcG9zaXRvcnkxMjk2MjY5 @@ -39283,7 +39300,7 @@ paths: roles: type: array description: The list of organization roles available to the organization. - items: &292 + items: &293 title: Organization Role description: Organization roles type: object @@ -39492,7 +39509,7 @@ paths: description: Response content: application/json: - schema: *292 + schema: *293 examples: default: value: @@ -39544,7 +39561,7 @@ paths: url: https://docs.github.com/enterprise-cloud@latest//rest/orgs/organization-roles#remove-all-organization-roles-for-a-team parameters: - *163 - - &293 + - &294 name: team_slug description: The slug of the team name. in: path @@ -39576,7 +39593,7 @@ paths: url: https://docs.github.com/enterprise-cloud@latest//rest/orgs/organization-roles#assign-an-organization-role-to-a-team parameters: - *163 - - *293 + - *294 - *239 responses: '204': @@ -39607,7 +39624,7 @@ paths: url: https://docs.github.com/enterprise-cloud@latest//rest/orgs/organization-roles#remove-an-organization-role-from-a-team parameters: - *163 - - *293 + - *294 - *239 responses: '204': @@ -39728,7 +39745,7 @@ paths: description: Response content: application/json: - schema: *292 + schema: *293 examples: default: value: @@ -39825,7 +39842,7 @@ paths: description: Response content: application/json: - schema: *292 + schema: *293 examples: default: value: @@ -39984,7 +40001,7 @@ paths: parent: anyOf: - type: 'null' - - *294 + - *295 required: - id - node_id @@ -39998,7 +40015,7 @@ paths: - slug - parent examples: - default: *295 + default: *296 headers: Link: *37 '404': @@ -40057,7 +40074,7 @@ paths: inherited_from: description: Team the user has gotten the role through type: array - items: *294 + items: *295 name: type: - string @@ -40174,7 +40191,7 @@ paths: - type - url examples: - default: *284 + default: *285 headers: Link: *37 '404': @@ -40222,7 +40239,7 @@ paths: type: array items: *4 examples: - default: *284 + default: *285 headers: Link: *37 x-github: @@ -40364,7 +40381,7 @@ paths: - nuget - container - *163 - - &717 + - &718 name: visibility description: |- The selected visibility of the packages. This parameter is optional and only filters an existing result set. @@ -40400,12 +40417,12 @@ paths: application/json: schema: type: array - items: *296 + items: *297 examples: - default: *297 + default: *298 '403': *27 '401': *23 - '400': &719 + '400': &720 description: The value of `per_page` multiplied by `page` cannot be greater than 10000. x-github: @@ -40427,7 +40444,7 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/packages/packages#get-a-package-for-an-organization parameters: - - &298 + - &299 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 @@ -40445,7 +40462,7 @@ paths: - docker - nuget - container - - &299 + - &300 name: package_name description: The name of the package. in: path @@ -40458,7 +40475,7 @@ paths: description: Response content: application/json: - schema: *296 + schema: *297 examples: default: value: @@ -40510,8 +40527,8 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/packages/packages#delete-a-package-for-an-organization parameters: - - *298 - *299 + - *300 - *163 responses: '204': @@ -40544,8 +40561,8 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/packages/packages#restore-a-package-for-an-organization parameters: - - *298 - *299 + - *300 - *163 - name: token description: package token @@ -40578,8 +40595,8 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/packages/packages#list-package-versions-for-a-package-owned-by-an-organization parameters: - - *298 - *299 + - *300 - *163 - *19 - *17 @@ -40600,7 +40617,7 @@ paths: application/json: schema: type: array - items: &300 + items: &301 title: Package Version description: A version of a software package type: object @@ -40735,10 +40752,10 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/packages/packages#get-a-package-version-for-an-organization parameters: - - *298 - *299 + - *300 - *163 - - &301 + - &302 name: package_version_id description: Unique identifier of the package version. in: path @@ -40750,7 +40767,7 @@ paths: description: Response content: application/json: - schema: *300 + schema: *301 examples: default: value: @@ -40786,10 +40803,10 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/packages/packages#delete-package-version-for-an-organization parameters: - - *298 - *299 + - *300 - *163 - - *301 + - *302 responses: '204': description: Response @@ -40821,10 +40838,10 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/packages/packages#restore-package-version-for-an-organization parameters: - - *298 - *299 + - *300 - *163 - - *301 + - *302 responses: '204': description: Response @@ -40854,7 +40871,7 @@ paths: - *163 - *17 - *19 - - &303 + - &304 name: sort description: The property by which to sort the results. in: query @@ -40865,7 +40882,7 @@ paths: - created_at default: created_at - *84 - - &304 + - &305 name: owner description: A list of owner usernames to use to filter the results. in: query @@ -40877,7 +40894,7 @@ paths: type: string examples: - owner[]=octocat1,owner[]=octocat2 - - &305 + - &306 name: repository description: The name of the repository to use to filter the results. in: query @@ -40886,7 +40903,7 @@ paths: type: string examples: - Hello-World - - &306 + - &307 name: permission description: The permission to use to filter the results. in: query @@ -40895,7 +40912,7 @@ paths: type: string examples: - issues_read - - &307 + - &308 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) @@ -40905,7 +40922,7 @@ paths: schema: type: string format: date-time - - &308 + - &309 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) @@ -40915,7 +40932,7 @@ paths: schema: type: string format: date-time - - &309 + - &310 name: token_id description: The ID of the token in: query @@ -41234,7 +41251,7 @@ paths: type: array items: *189 examples: - default: *302 + default: *303 headers: Link: *37 x-github: @@ -41260,14 +41277,14 @@ paths: - *163 - *17 - *19 - - *303 - - *84 - *304 + - *84 - *305 - *306 - *307 - *308 - *309 + - *310 responses: '500': *95 '422': *15 @@ -41551,7 +41568,7 @@ paths: type: array items: *189 examples: - default: *302 + default: *303 headers: Link: *37 x-github: @@ -41593,7 +41610,7 @@ paths: type: integer configurations: type: array - items: &310 + items: &311 title: Organization private registry description: Private registry configuration for an organization type: object @@ -41803,7 +41820,7 @@ paths: - created_at - updated_at examples: - org-private-registry-with-selected-visibility: &311 + org-private-registry-with-selected-visibility: &312 value: name: MAVEN_REPOSITORY_SECRET registry_type: maven_repository @@ -41901,9 +41918,9 @@ paths: description: The specified private registry configuration for the organization content: application/json: - schema: *310 + schema: *311 examples: - default: *311 + default: *312 '404': *6 x-github: githubCloudOnly: false @@ -42050,7 +42067,7 @@ paths: application/json: schema: type: array - items: &312 + items: &313 title: Project description: Projects are a way to organize columns and cards of work. @@ -42232,7 +42249,7 @@ paths: description: Response content: application/json: - schema: *312 + schema: *313 examples: default: value: @@ -42270,7 +42287,7 @@ paths: '401': *23 '403': *27 '404': *6 - '410': &375 + '410': &376 description: Gone content: application/json: @@ -42436,7 +42453,7 @@ paths: required: true content: application/json: - schema: *313 + schema: *314 examples: default: value: @@ -42542,7 +42559,7 @@ paths: - octocat/Hello-World properties: type: array - items: &314 + items: &315 title: Custom Property Value description: Custom property name and associated value type: object @@ -42632,7 +42649,7 @@ paths: type: array description: List of custom property names and associated values to apply to the repositories. - items: *314 + items: *315 required: - repository_names - properties @@ -42685,7 +42702,7 @@ paths: type: array items: *4 examples: - default: *284 + default: *285 headers: Link: *37 x-github: @@ -42825,7 +42842,7 @@ paths: type: array items: *189 examples: - default: *302 + default: *303 headers: Link: *37 x-github: @@ -43029,7 +43046,7 @@ paths: description: Response content: application/json: - schema: &377 + schema: &378 title: Full Repository description: Full Repository type: object @@ -43494,7 +43511,7 @@ paths: description: Whether anonymous git access is allowed. default: true type: boolean - code_of_conduct: &492 + code_of_conduct: &493 title: Code Of Conduct Simple description: Code of Conduct Simple type: object @@ -43524,7 +43541,7 @@ paths: - key - name - html_url - security_and_analysis: *315 + security_and_analysis: *316 custom_properties: type: object description: The custom properties that were defined for the repository. @@ -43608,7 +43625,7 @@ paths: - network_count - subscribers_count examples: - default: &379 + default: &380 value: id: 1296269 node_id: MDEwOlJlcG9zaXRvcnkxMjk2MjY5 @@ -44134,9 +44151,9 @@ paths: application/json: schema: type: array - items: *316 + items: *317 examples: - default: *317 + default: *318 x-github: githubCloudOnly: true enabledForGitHubApps: true @@ -44161,7 +44178,7 @@ paths: - *163 - *17 - *19 - - &630 + - &631 name: targets description: | A comma-separated list of rule targets to filter by. @@ -44253,7 +44270,7 @@ paths: type: array description: The actors that can bypass the rules in this ruleset items: *122 - conditions: *318 + conditions: *319 rules: type: array description: An array of rules within the ruleset. @@ -44297,7 +44314,7 @@ paths: application/json: schema: *124 examples: - default: &319 + default: &320 value: id: 21 name: super cool ruleset @@ -44352,7 +44369,7 @@ paths: url: https://docs.github.com/enterprise-cloud@latest//rest/orgs/rule-suites#list-organization-rule-suites parameters: - *163 - - &631 + - &632 name: ref description: The name of the ref. Cannot contain wildcard characters. Optionally prefix with `refs/heads/` to limit to branches or `refs/tags/` to limit @@ -44364,14 +44381,14 @@ paths: x-multi-segment: true - *218 - *214 - - &632 + - &633 name: actor_name description: The handle for the GitHub user account to filter on. When specified, only rule evaluations triggered by this actor will be returned. in: query schema: type: string - - &633 + - &634 name: rule_suite_result description: The rule results to filter on. When specified, only suites with this result will be returned. @@ -44391,7 +44408,7 @@ paths: description: Response content: application/json: - schema: &634 + schema: &635 title: Rule Suites description: Response type: array @@ -44447,7 +44464,7 @@ paths: whether rules would pass or fail if all rules in the rule suite were `active`. examples: - default: &635 + default: &636 value: - id: 21 actor_id: 12 @@ -44491,7 +44508,7 @@ paths: url: https://docs.github.com/enterprise-cloud@latest//rest/orgs/rule-suites#get-an-organization-rule-suite parameters: - *163 - - &636 + - &637 name: rule_suite_id description: |- The unique identifier of the rule suite result. @@ -44507,7 +44524,7 @@ paths: description: Response content: application/json: - schema: &637 + schema: &638 title: Rule Suite description: Response type: object @@ -44614,7 +44631,7 @@ paths: description: The detailed failure message for the rule. Null if the rule passed. examples: - default: &638 + default: &639 value: id: 21 actor_id: 12 @@ -44689,7 +44706,7 @@ paths: application/json: schema: *124 examples: - default: *319 + default: *320 '404': *6 '500': *95 put: @@ -44738,7 +44755,7 @@ paths: type: array description: The actors that can bypass the rules in this ruleset items: *122 - conditions: *318 + conditions: *319 rules: description: An array of rules within the ruleset. type: array @@ -44779,7 +44796,7 @@ paths: application/json: schema: *124 examples: - default: *319 + default: *320 '404': *6 '500': *95 delete: @@ -44838,7 +44855,7 @@ paths: type: array items: *127 examples: - default: *320 + default: *321 '404': *6 '500': *95 x-github: @@ -44875,7 +44892,7 @@ paths: description: Response content: application/json: - schema: *321 + schema: *322 examples: default: value: @@ -44938,14 +44955,14 @@ paths: url: https://docs.github.com/enterprise-cloud@latest//rest/secret-scanning/secret-scanning#list-secret-scanning-alerts-for-an-organization parameters: - *163 - - *322 - *323 - *324 - *325 + - *326 - *84 - *19 - *17 - - &640 + - &641 name: before description: A cursor, as given in the [Link header](https://docs.github.com/enterprise-cloud@latest//rest/guides/using-pagination-in-the-rest-api#using-link-headers). If specified, the query only searches for events before this cursor. To @@ -44955,7 +44972,7 @@ paths: required: false schema: type: string - - &641 + - &642 name: after description: A cursor, as given in the [Link header](https://docs.github.com/enterprise-cloud@latest//rest/guides/using-pagination-in-the-rest-api#using-link-headers). If specified, the query only searches for events after this cursor. To @@ -44965,9 +44982,9 @@ paths: required: false schema: type: string - - *326 - *327 - *328 + - *329 responses: '200': description: Response @@ -44975,9 +44992,9 @@ paths: application/json: schema: type: array - items: *329 + items: *330 examples: - default: *330 + default: *331 headers: Link: *37 '404': *6 @@ -45047,7 +45064,7 @@ paths: application/json: schema: type: array - items: &648 + items: &649 description: A repository security advisory. type: object properties: @@ -45291,7 +45308,7 @@ paths: login: type: string description: The username of the user credited. - type: *331 + type: *332 credits_detailed: type: - array @@ -45302,7 +45319,7 @@ paths: type: object properties: user: *4 - type: *331 + type: *332 state: type: string description: The state of the user's acceptance of the @@ -45366,7 +45383,7 @@ paths: - private_fork additionalProperties: false examples: - default: &649 + default: &650 value: - ghsa_id: GHSA-abcd-1234-efgh cve_id: CVE-2050-00000 @@ -45753,9 +45770,9 @@ paths: application/json: schema: type: array - items: *294 + items: *295 examples: - default: *295 + default: *296 x-github: githubCloudOnly: false enabledForGitHubApps: true @@ -45779,7 +45796,7 @@ paths: url: https://docs.github.com/enterprise-cloud@latest//rest/orgs/security-managers#add-a-security-manager-team parameters: - *163 - - *293 + - *294 responses: '204': description: Response @@ -45805,7 +45822,7 @@ paths: url: https://docs.github.com/enterprise-cloud@latest//rest/orgs/security-managers#remove-a-security-manager-team parameters: - *163 - - *293 + - *294 responses: '204': description: Response @@ -45840,9 +45857,9 @@ paths: description: Response content: application/json: - schema: *332 + schema: *333 examples: - default: *333 + default: *334 x-github: githubCloudOnly: false enabledForGitHubApps: false @@ -45867,7 +45884,7 @@ paths: url: https://docs.github.com/enterprise-cloud@latest//rest/billing/billing#get-github-advanced-security-active-committers-for-an-organization parameters: - *163 - - *334 + - *335 - *17 - *19 responses: @@ -45875,9 +45892,9 @@ paths: description: Success content: application/json: - schema: *335 + schema: *336 examples: - default: *336 + default: *337 x-github: githubCloudOnly: true enabledForGitHubApps: true @@ -45905,9 +45922,9 @@ paths: description: Response content: application/json: - schema: *337 + schema: *338 examples: - default: *338 + default: *339 x-github: githubCloudOnly: false enabledForGitHubApps: false @@ -45935,9 +45952,9 @@ paths: description: Response content: application/json: - schema: *339 + schema: *340 examples: - default: *340 + default: *341 x-github: githubCloudOnly: false enabledForGitHubApps: false @@ -45977,7 +45994,7 @@ paths: type: array items: *107 examples: - default: *341 + default: *342 headers: Link: *37 x-github: @@ -46178,15 +46195,15 @@ paths: url: https://docs.github.com/enterprise-cloud@latest//rest/orgs/network-configurations#get-a-hosted-compute-network-settings-resource-for-an-organization parameters: - *163 - - *342 + - *343 responses: '200': description: Response content: application/json: - schema: *343 + schema: *344 examples: - default: *344 + default: *345 headers: Link: *37 x-github: @@ -46224,7 +46241,7 @@ paths: description: Response content: application/json: - schema: &366 + schema: &367 title: GroupMapping description: External Groups to be mapped to a team for membership type: object @@ -46276,7 +46293,7 @@ paths: group_description: Another group of Developers working on AzureAD SAML SSO examples: - default: &367 + default: &368 value: groups: - group_id: '123' @@ -46322,7 +46339,7 @@ paths: url: https://docs.github.com/enterprise-cloud@latest//rest/copilot/copilot-metrics#get-copilot-metrics-for-a-team parameters: - *163 - - *293 + - *294 - 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`). @@ -46390,7 +46407,7 @@ paths: type: array items: *220 examples: - default: *295 + default: *296 headers: Link: *37 '403': *27 @@ -46484,7 +46501,7 @@ paths: description: Response content: application/json: - schema: &345 + schema: &346 title: Full Team description: Groups of organization members that gives permissions on specified repositories. @@ -46558,7 +46575,7 @@ paths: parent: anyOf: - type: 'null' - - *294 + - *295 members_count: type: integer examples: @@ -46864,7 +46881,7 @@ paths: - repos_count - organization examples: - default: &346 + default: &347 value: id: 1 node_id: MDQ6VGVhbTE= @@ -46935,15 +46952,15 @@ paths: url: https://docs.github.com/enterprise-cloud@latest//rest/teams/teams#get-a-team-by-name parameters: - *163 - - *293 + - *294 responses: '200': description: Response content: application/json: - schema: *345 + schema: *346 examples: - default: *346 + default: *347 '404': *6 x-github: githubCloudOnly: false @@ -46965,7 +46982,7 @@ paths: url: https://docs.github.com/enterprise-cloud@latest//rest/teams/teams#update-a-team parameters: - *163 - - *293 + - *294 requestBody: required: false content: @@ -47028,16 +47045,16 @@ paths: description: Response when the updated information already exists content: application/json: - schema: *345 + schema: *346 examples: - default: *346 + default: *347 '201': description: Response content: application/json: - schema: *345 + schema: *346 examples: - default: *346 + default: *347 '404': *6 '422': *15 '403': *27 @@ -47063,7 +47080,7 @@ paths: url: https://docs.github.com/enterprise-cloud@latest//rest/teams/teams#delete-a-team parameters: - *163 - - *293 + - *294 responses: '204': description: Response @@ -47090,7 +47107,7 @@ paths: url: https://docs.github.com/enterprise-cloud@latest//rest/teams/discussions#list-discussions parameters: - *163 - - *293 + - *294 - *84 - *17 - *19 @@ -47107,7 +47124,7 @@ paths: application/json: schema: type: array - items: &347 + items: &348 title: Team Discussion description: A team discussion is a persistent record of a free-form conversation within a team. @@ -47218,7 +47235,7 @@ paths: - updated_at - url examples: - default: &689 + default: &690 value: - author: login: octocat @@ -47293,7 +47310,7 @@ paths: url: https://docs.github.com/enterprise-cloud@latest//rest/teams/discussions#create-a-discussion parameters: - *163 - - *293 + - *294 requestBody: required: true content: @@ -47327,9 +47344,9 @@ paths: description: Response content: application/json: - schema: *347 + schema: *348 examples: - default: &348 + default: &349 value: author: login: octocat @@ -47402,8 +47419,8 @@ paths: url: https://docs.github.com/enterprise-cloud@latest//rest/teams/discussions#get-a-discussion parameters: - *163 - - *293 - - &349 + - *294 + - &350 name: discussion_number description: The number that identifies the discussion. in: path @@ -47415,9 +47432,9 @@ paths: description: Response content: application/json: - schema: *347 + schema: *348 examples: - default: *348 + default: *349 x-github: githubCloudOnly: false enabledForGitHubApps: true @@ -47440,8 +47457,8 @@ paths: url: https://docs.github.com/enterprise-cloud@latest//rest/teams/discussions#update-a-discussion parameters: - *163 - - *293 - - *349 + - *294 + - *350 requestBody: required: false content: @@ -47464,9 +47481,9 @@ paths: description: Response content: application/json: - schema: *347 + schema: *348 examples: - default: &690 + default: &691 value: author: login: octocat @@ -47537,8 +47554,8 @@ paths: url: https://docs.github.com/enterprise-cloud@latest//rest/teams/discussions#delete-a-discussion parameters: - *163 - - *293 - - *349 + - *294 + - *350 responses: '204': description: Response @@ -47565,8 +47582,8 @@ paths: url: https://docs.github.com/enterprise-cloud@latest//rest/teams/discussion-comments#list-discussion-comments parameters: - *163 - - *293 - - *349 + - *294 + - *350 - *84 - *17 - *19 @@ -47577,7 +47594,7 @@ paths: application/json: schema: type: array - items: &350 + items: &351 title: Team Discussion Comment description: A reply to a discussion within a team. type: object @@ -47657,7 +47674,7 @@ paths: - updated_at - url examples: - default: &691 + default: &692 value: - author: login: octocat @@ -47726,8 +47743,8 @@ paths: url: https://docs.github.com/enterprise-cloud@latest//rest/teams/discussion-comments#create-a-discussion-comment parameters: - *163 - - *293 - - *349 + - *294 + - *350 requestBody: required: true content: @@ -47749,9 +47766,9 @@ paths: description: Response content: application/json: - schema: *350 + schema: *351 examples: - default: &351 + default: &352 value: author: login: octocat @@ -47818,9 +47835,9 @@ paths: url: https://docs.github.com/enterprise-cloud@latest//rest/teams/discussion-comments#get-a-discussion-comment parameters: - *163 - - *293 - - *349 - - &352 + - *294 + - *350 + - &353 name: comment_number description: The number that identifies the comment. in: path @@ -47832,9 +47849,9 @@ paths: description: Response content: application/json: - schema: *350 + schema: *351 examples: - default: *351 + default: *352 x-github: githubCloudOnly: false enabledForGitHubApps: true @@ -47857,9 +47874,9 @@ paths: url: https://docs.github.com/enterprise-cloud@latest//rest/teams/discussion-comments#update-a-discussion-comment parameters: - *163 - - *293 - - *349 - - *352 + - *294 + - *350 + - *353 requestBody: required: true content: @@ -47881,9 +47898,9 @@ paths: description: Response content: application/json: - schema: *350 + schema: *351 examples: - default: &692 + default: &693 value: author: login: octocat @@ -47948,9 +47965,9 @@ paths: url: https://docs.github.com/enterprise-cloud@latest//rest/teams/discussion-comments#delete-a-discussion-comment parameters: - *163 - - *293 - - *349 - - *352 + - *294 + - *350 + - *353 responses: '204': description: Response @@ -47977,9 +47994,9 @@ paths: url: https://docs.github.com/enterprise-cloud@latest//rest/reactions/reactions#list-reactions-for-a-team-discussion-comment parameters: - *163 - - *293 - - *349 - - *352 + - *294 + - *350 + - *353 - name: content description: Returns a single [reaction type](https://docs.github.com/enterprise-cloud@latest//rest/reactions/reactions#about-reactions). Omit this parameter to list all reactions to a team discussion comment. @@ -48005,7 +48022,7 @@ paths: application/json: schema: type: array - items: &353 + items: &354 title: Reaction description: Reactions to conversations provide a way to help people express their feelings more simply and effectively. @@ -48049,7 +48066,7 @@ paths: - content - created_at examples: - default: &355 + default: &356 value: - id: 1 node_id: MDg6UmVhY3Rpb24x @@ -48100,9 +48117,9 @@ paths: url: https://docs.github.com/enterprise-cloud@latest//rest/reactions/reactions#create-reaction-for-a-team-discussion-comment parameters: - *163 - - *293 - - *349 - - *352 + - *294 + - *350 + - *353 requestBody: required: true content: @@ -48135,9 +48152,9 @@ paths: team discussion comment content: application/json: - schema: *353 + schema: *354 examples: - default: &354 + default: &355 value: id: 1 node_id: MDg6UmVhY3Rpb24x @@ -48166,9 +48183,9 @@ paths: description: Response content: application/json: - schema: *353 + schema: *354 examples: - default: *354 + default: *355 x-github: githubCloudOnly: false enabledForGitHubApps: true @@ -48192,10 +48209,10 @@ paths: url: https://docs.github.com/enterprise-cloud@latest//rest/reactions/reactions#delete-team-discussion-comment-reaction parameters: - *163 - - *293 - - *349 - - *352 - - &356 + - *294 + - *350 + - *353 + - &357 name: reaction_id description: The unique identifier of the reaction. in: path @@ -48228,8 +48245,8 @@ paths: url: https://docs.github.com/enterprise-cloud@latest//rest/reactions/reactions#list-reactions-for-a-team-discussion parameters: - *163 - - *293 - - *349 + - *294 + - *350 - name: content description: Returns a single [reaction type](https://docs.github.com/enterprise-cloud@latest//rest/reactions/reactions#about-reactions). Omit this parameter to list all reactions to a team discussion. @@ -48255,9 +48272,9 @@ paths: application/json: schema: type: array - items: *353 + items: *354 examples: - default: *355 + default: *356 headers: Link: *37 x-github: @@ -48284,8 +48301,8 @@ paths: url: https://docs.github.com/enterprise-cloud@latest//rest/reactions/reactions#create-reaction-for-a-team-discussion parameters: - *163 - - *293 - - *349 + - *294 + - *350 requestBody: required: true content: @@ -48317,16 +48334,16 @@ paths: description: Response content: application/json: - schema: *353 + schema: *354 examples: - default: *354 + default: *355 '201': description: Response content: application/json: - schema: *353 + schema: *354 examples: - default: *354 + default: *355 x-github: githubCloudOnly: false enabledForGitHubApps: false @@ -48350,9 +48367,9 @@ paths: url: https://docs.github.com/enterprise-cloud@latest//rest/reactions/reactions#delete-team-discussion-reaction parameters: - *163 - - *293 - - *349 - - *356 + - *294 + - *350 + - *357 responses: '204': description: Response @@ -48376,15 +48393,15 @@ paths: url: https://docs.github.com/enterprise-cloud@latest//rest/teams/external-groups#list-a-connection-between-an-external-group-and-a-team parameters: - *163 - - *293 + - *294 responses: '200': description: Response content: application/json: - schema: *357 + schema: *358 examples: - default: *358 + default: *359 x-github: githubCloudOnly: true enabledForGitHubApps: true @@ -48404,7 +48421,7 @@ paths: url: https://docs.github.com/enterprise-cloud@latest//rest/teams/external-groups#update-the-connection-between-an-external-group-and-a-team parameters: - *163 - - *293 + - *294 requestBody: required: true content: @@ -48428,9 +48445,9 @@ paths: description: Response content: application/json: - schema: *359 + schema: *360 examples: - default: *360 + default: *361 x-github: githubCloudOnly: true enabledForGitHubApps: false @@ -48450,7 +48467,7 @@ paths: url: https://docs.github.com/enterprise-cloud@latest//rest/teams/external-groups#remove-the-connection-between-an-external-group-and-a-team parameters: - *163 - - *293 + - *294 responses: '204': description: Response @@ -48475,7 +48492,7 @@ paths: url: https://docs.github.com/enterprise-cloud@latest//rest/teams/members#list-pending-team-invitations parameters: - *163 - - *293 + - *294 - *17 - *19 responses: @@ -48485,9 +48502,9 @@ paths: application/json: schema: type: array - items: *276 + items: *277 examples: - default: *277 + default: *278 headers: Link: *37 x-github: @@ -48510,7 +48527,7 @@ paths: url: https://docs.github.com/enterprise-cloud@latest//rest/teams/members#list-team-members parameters: - *163 - - *293 + - *294 - name: role description: Filters members returned by their role in the team. in: query @@ -48533,7 +48550,7 @@ paths: type: array items: *4 examples: - default: *284 + default: *285 headers: Link: *37 x-github: @@ -48564,14 +48581,14 @@ paths: url: https://docs.github.com/enterprise-cloud@latest//rest/teams/members#get-team-membership-for-a-user parameters: - *163 - - *293 + - *294 - *211 responses: '200': description: Response content: application/json: - schema: &361 + schema: &362 title: Team Membership description: Team Membership type: object @@ -48599,7 +48616,7 @@ paths: - state - url examples: - response-if-user-is-a-team-maintainer: &693 + response-if-user-is-a-team-maintainer: &694 summary: Response if user is a team maintainer value: url: https://api.github.com/teams/1/memberships/octocat @@ -48636,7 +48653,7 @@ paths: url: https://docs.github.com/enterprise-cloud@latest//rest/teams/members#add-or-update-team-membership-for-a-user parameters: - *163 - - *293 + - *294 - *211 requestBody: required: false @@ -48662,9 +48679,9 @@ paths: description: Response content: application/json: - schema: *361 + schema: *362 examples: - response-if-users-membership-with-team-is-now-pending: &694 + response-if-users-membership-with-team-is-now-pending: &695 summary: Response if user's membership with team is now pending value: url: https://api.github.com/teams/1/memberships/octocat @@ -48700,7 +48717,7 @@ paths: url: https://docs.github.com/enterprise-cloud@latest//rest/teams/members#remove-team-membership-for-a-user parameters: - *163 - - *293 + - *294 - *211 responses: '204': @@ -48727,7 +48744,7 @@ paths: url: https://docs.github.com/enterprise-cloud@latest//rest/teams/teams#list-team-projects parameters: - *163 - - *293 + - *294 - *17 - *19 responses: @@ -48737,7 +48754,7 @@ paths: application/json: schema: type: array - items: &362 + items: &363 title: Team Project description: A team's access to a project. type: object @@ -48806,7 +48823,7 @@ paths: - updated_at - permissions examples: - default: &695 + default: &696 value: - owner_url: https://api.github.com/orgs/octocat url: https://api.github.com/projects/1002605 @@ -48870,8 +48887,8 @@ paths: url: https://docs.github.com/enterprise-cloud@latest//rest/teams/teams#check-team-permissions-for-a-project parameters: - *163 - - *293 - - &363 + - *294 + - &364 name: project_id description: The unique identifier of the project. in: path @@ -48883,9 +48900,9 @@ paths: description: Response content: application/json: - schema: *362 + schema: *363 examples: - default: &696 + default: &697 value: owner_url: https://api.github.com/orgs/octocat url: https://api.github.com/projects/1002605 @@ -48948,8 +48965,8 @@ paths: url: https://docs.github.com/enterprise-cloud@latest//rest/teams/teams#add-or-update-team-project-permissions parameters: - *163 - - *293 - - *363 + - *294 + - *364 requestBody: required: false content: @@ -49017,8 +49034,8 @@ paths: url: https://docs.github.com/enterprise-cloud@latest//rest/teams/teams#remove-a-project-from-a-team parameters: - *163 - - *293 - - *363 + - *294 + - *364 responses: '204': description: Response @@ -49046,7 +49063,7 @@ paths: url: https://docs.github.com/enterprise-cloud@latest//rest/teams/teams#list-team-repositories parameters: - *163 - - *293 + - *294 - *17 - *19 responses: @@ -49058,7 +49075,7 @@ paths: type: array items: *189 examples: - default: *302 + default: *303 headers: Link: *37 x-github: @@ -49088,15 +49105,15 @@ paths: url: https://docs.github.com/enterprise-cloud@latest//rest/teams/teams#check-team-permissions-for-a-repository parameters: - *163 - - *293 - - *364 + - *294 - *365 + - *366 responses: '200': description: Alternative response with repository permissions content: application/json: - schema: &697 + schema: &698 title: Team Repository description: A team's access to a repository. type: object @@ -49738,9 +49755,9 @@ paths: url: https://docs.github.com/enterprise-cloud@latest//rest/teams/teams#add-or-update-team-repository-permissions parameters: - *163 - - *293 - - *364 + - *294 - *365 + - *366 requestBody: required: false content: @@ -49786,9 +49803,9 @@ paths: url: https://docs.github.com/enterprise-cloud@latest//rest/teams/teams#remove-a-repository-from-a-team parameters: - *163 - - *293 - - *364 + - *294 - *365 + - *366 responses: '204': description: Response @@ -49815,15 +49832,15 @@ paths: url: https://docs.github.com/enterprise-cloud@latest//rest/teams/team-sync#list-idp-groups-for-a-team parameters: - *163 - - *293 + - *294 responses: '200': description: Response content: application/json: - schema: *366 + schema: *367 examples: - default: *367 + default: *368 x-github: githubCloudOnly: true enabledForGitHubApps: false @@ -49846,7 +49863,7 @@ paths: url: https://docs.github.com/enterprise-cloud@latest//rest/teams/team-sync#create-or-update-idp-group-connections parameters: - *163 - - *293 + - *294 requestBody: required: true content: @@ -49889,7 +49906,7 @@ paths: description: Response content: application/json: - schema: *366 + schema: *367 examples: default: value: @@ -49922,7 +49939,7 @@ paths: url: https://docs.github.com/enterprise-cloud@latest//rest/teams/teams#list-child-teams parameters: - *163 - - *293 + - *294 - *17 - *19 responses: @@ -49934,7 +49951,7 @@ paths: type: array items: *220 examples: - response-if-child-teams-exist: &698 + response-if-child-teams-exist: &699 value: - id: 2 node_id: MDQ6VGVhbTI= @@ -50061,7 +50078,7 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/projects/cards#get-a-project-card parameters: - - &368 + - &369 name: card_id description: The unique identifier of the card. in: path @@ -50073,7 +50090,7 @@ paths: description: Response content: application/json: - schema: &369 + schema: &370 title: Project Card description: Project cards represent a scope of work. type: object @@ -50148,7 +50165,7 @@ paths: - created_at - updated_at examples: - default: &370 + default: &371 value: url: https://api.github.com/projects/columns/cards/1478 id: 1478 @@ -50204,7 +50221,7 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/projects/cards#update-an-existing-project-card parameters: - - *368 + - *369 requestBody: required: false content: @@ -50234,9 +50251,9 @@ paths: description: Response content: application/json: - schema: *369 + schema: *370 examples: - default: *370 + default: *371 '304': *35 '403': *27 '401': *23 @@ -50263,7 +50280,7 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/projects/cards#delete-a-project-card parameters: - - *368 + - *369 responses: '204': description: Response @@ -50307,7 +50324,7 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/projects/cards#move-a-project-card parameters: - - *368 + - *369 requestBody: required: true content: @@ -50420,7 +50437,7 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/projects/columns#get-a-project-column parameters: - - &371 + - &372 name: column_id description: The unique identifier of the column. in: path @@ -50432,7 +50449,7 @@ paths: description: Response content: application/json: - schema: &372 + schema: &373 title: Project Column description: Project columns contain cards of work. type: object @@ -50486,7 +50503,7 @@ paths: - created_at - updated_at examples: - default: &373 + default: &374 value: url: https://api.github.com/projects/columns/367 project_url: https://api.github.com/projects/120 @@ -50521,7 +50538,7 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/projects/columns#update-an-existing-project-column parameters: - - *371 + - *372 requestBody: required: true content: @@ -50546,9 +50563,9 @@ paths: description: Response content: application/json: - schema: *372 + schema: *373 examples: - default: *373 + default: *374 '304': *35 '403': *27 '401': *23 @@ -50573,7 +50590,7 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/projects/columns#delete-a-project-column parameters: - - *371 + - *372 responses: '204': description: Response @@ -50602,7 +50619,7 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/projects/cards#list-project-cards parameters: - - *371 + - *372 - name: archived_state description: Filters the project cards that are returned by the card's state. in: query @@ -50623,7 +50640,7 @@ paths: application/json: schema: type: array - items: *369 + items: *370 examples: default: value: @@ -50682,7 +50699,7 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/projects/cards#create-a-project-card parameters: - - *371 + - *372 requestBody: required: true content: @@ -50726,9 +50743,9 @@ paths: description: Response content: application/json: - schema: *369 + schema: *370 examples: - default: *370 + default: *371 '304': *35 '403': *27 '401': *23 @@ -50784,7 +50801,7 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/projects/columns#move-a-project-column parameters: - - *371 + - *372 requestBody: required: true content: @@ -50845,15 +50862,15 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/projects/projects#get-a-project parameters: - - *363 + - *364 responses: '200': description: Response content: application/json: - schema: *312 + schema: *313 examples: - default: &374 + default: &375 value: owner_url: https://api.github.com/repos/api-playground/projects-test url: https://api.github.com/projects/1002604 @@ -50910,7 +50927,7 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/projects/projects#update-a-project parameters: - - *363 + - *364 requestBody: required: false content: @@ -50959,9 +50976,9 @@ paths: description: Response content: application/json: - schema: *312 + schema: *313 examples: - default: *374 + default: *375 '404': description: Not Found if the authenticated user does not have access to the project @@ -50982,7 +50999,7 @@ paths: items: type: string '401': *23 - '410': *375 + '410': *376 '422': *7 x-github: githubCloudOnly: false @@ -51005,7 +51022,7 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/projects/projects#delete-a-project parameters: - - *363 + - *364 responses: '204': description: Delete Success @@ -51026,7 +51043,7 @@ paths: items: type: string '401': *23 - '410': *375 + '410': *376 '404': *6 x-github: githubCloudOnly: false @@ -51050,7 +51067,7 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/projects/collaborators#list-project-collaborators parameters: - - *363 + - *364 - 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 @@ -51077,7 +51094,7 @@ paths: type: array items: *4 examples: - default: *284 + default: *285 headers: Link: *37 '404': *6 @@ -51107,7 +51124,7 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/projects/collaborators#add-project-collaborator parameters: - - *363 + - *364 - *211 requestBody: required: false @@ -51162,7 +51179,7 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/projects/collaborators#remove-user-as-a-collaborator parameters: - - *363 + - *364 - *211 responses: '204': @@ -51194,7 +51211,7 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/projects/collaborators#get-project-permission-for-a-user parameters: - - *363 + - *364 - *211 responses: '200': @@ -51265,7 +51282,7 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/projects/columns#list-project-columns parameters: - - *363 + - *364 - *17 - *19 responses: @@ -51275,7 +51292,7 @@ paths: application/json: schema: type: array - items: *372 + items: *373 examples: default: value: @@ -51313,7 +51330,7 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/projects/columns#create-a-project-column parameters: - - *363 + - *364 requestBody: required: true content: @@ -51337,7 +51354,7 @@ paths: description: Response content: application/json: - schema: *372 + schema: *373 examples: default: value: @@ -51401,7 +51418,7 @@ paths: resources: type: object properties: - core: &376 + core: &377 title: Rate Limit type: object properties: @@ -51418,20 +51435,20 @@ paths: - remaining - reset - used - graphql: *376 - search: *376 - code_search: *376 - source_import: *376 - integration_manifest: *376 - code_scanning_upload: *376 - actions_runner_registration: *376 - scim: *376 - dependency_snapshots: *376 - code_scanning_autofix: *376 + graphql: *377 + search: *377 + code_search: *377 + source_import: *377 + integration_manifest: *377 + code_scanning_upload: *377 + actions_runner_registration: *377 + scim: *377 + dependency_snapshots: *377 + code_scanning_autofix: *377 required: - core - search - rate: *376 + rate: *377 required: - rate - resources @@ -51535,14 +51552,14 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/repos/repos#get-a-repository parameters: - - *364 - *365 + - *366 responses: '200': description: Response content: application/json: - schema: *377 + schema: *378 examples: default-response: summary: Default response @@ -52047,7 +52064,7 @@ paths: status: disabled '403': *27 '404': *6 - '301': *378 + '301': *379 x-github: githubCloudOnly: false enabledForGitHubApps: true @@ -52065,8 +52082,8 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/repos/repos#update-a-repository parameters: - - *364 - *365 + - *366 requestBody: required: false content: @@ -52321,10 +52338,10 @@ paths: description: Response content: application/json: - schema: *377 + schema: *378 examples: - default: *379 - '307': &380 + default: *380 + '307': &381 description: Temporary Redirect content: application/json: @@ -52353,8 +52370,8 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/repos/repos#delete-a-repository parameters: - - *364 - *365 + - *366 responses: '204': description: Response @@ -52376,7 +52393,7 @@ paths: value: message: Organization members cannot delete repositories. documentation_url: https://docs.github.com/enterprise-cloud@latest//rest/repos/repos#delete-a-repository - '307': *380 + '307': *381 '404': *6 x-github: githubCloudOnly: false @@ -52399,11 +52416,11 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/actions/artifacts#list-artifacts-for-a-repository parameters: - - *364 - *365 + - *366 - *17 - *19 - - &395 + - &396 name: name description: The name field of an artifact. When specified, only artifacts with this name will be returned. @@ -52426,7 +52443,7 @@ paths: type: integer artifacts: type: array - items: &381 + items: &382 title: Artifact description: An artifact type: object @@ -52521,7 +52538,7 @@ paths: - expires_at - updated_at examples: - default: &396 + default: &397 value: total_count: 2 artifacts: @@ -52582,9 +52599,9 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/actions/artifacts#get-an-artifact parameters: - - *364 - *365 - - &382 + - *366 + - &383 name: artifact_id description: The unique identifier of the artifact. in: path @@ -52596,7 +52613,7 @@ paths: description: Response content: application/json: - schema: *381 + schema: *382 examples: default: value: @@ -52634,9 +52651,9 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/actions/artifacts#delete-an-artifact parameters: - - *364 - *365 - - *382 + - *366 + - *383 responses: '204': description: Response @@ -52660,9 +52677,9 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/actions/artifacts#download-an-artifact parameters: - - *364 - *365 - - *382 + - *366 + - *383 - name: archive_format in: path required: true @@ -52676,7 +52693,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': *375 + '410': *376 x-github: githubCloudOnly: false enabledForGitHubApps: true @@ -52699,14 +52716,14 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/actions/cache#get-github-actions-cache-usage-for-a-repository parameters: - - *364 - *365 + - *366 responses: '200': description: Response content: application/json: - schema: *383 + schema: *384 examples: default: value: @@ -52732,11 +52749,11 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/actions/cache#list-github-actions-caches-for-a-repository parameters: - - *364 - *365 + - *366 - *17 - *19 - - &384 + - &385 name: ref description: The full Git reference for narrowing down the cache. The `ref` for a branch should be formatted as `refs/heads/`. To reference @@ -52770,7 +52787,7 @@ paths: description: Response content: application/json: - schema: &385 + schema: &386 title: Repository actions caches description: Repository actions caches type: object @@ -52820,7 +52837,7 @@ paths: - total_count - actions_caches examples: - default: &386 + default: &387 value: total_count: 1 actions_caches: @@ -52852,23 +52869,23 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/actions/cache#delete-github-actions-caches-for-a-repository-using-a-cache-key parameters: - - *364 - *365 + - *366 - name: key description: A key for identifying the cache. in: query required: true schema: type: string - - *384 + - *385 responses: '200': description: Response content: application/json: - schema: *385 + schema: *386 examples: - default: *386 + default: *387 x-github: githubCloudOnly: false enabledForGitHubApps: true @@ -52888,8 +52905,8 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/actions/cache#delete-a-github-actions-cache-for-a-repository-using-a-cache-id parameters: - - *364 - *365 + - *366 - name: cache_id description: The unique identifier of the GitHub Actions cache. in: path @@ -52920,9 +52937,9 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/actions/workflow-jobs#get-a-job-for-a-workflow-run parameters: - - *364 - *365 - - &387 + - *366 + - &388 name: job_id description: The unique identifier of the job. in: path @@ -52934,7 +52951,7 @@ paths: description: Response content: application/json: - schema: &399 + schema: &400 title: Job description: Information of a job execution in a workflow run type: object @@ -53281,9 +53298,9 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/actions/workflow-jobs#download-job-logs-for-a-workflow-run parameters: - - *364 - *365 - - *387 + - *366 + - *388 responses: '302': description: Response @@ -53311,9 +53328,9 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/actions/workflow-runs#re-run-a-job-from-a-workflow-run parameters: - - *364 - *365 - - *387 + - *366 + - *388 requestBody: required: false content: @@ -53359,8 +53376,8 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/actions/oidc#get-the-customization-template-for-an-oidc-subject-claim-for-a-repository parameters: - - *364 - *365 + - *366 responses: '200': description: Status response @@ -53410,8 +53427,8 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/actions/oidc#set-the-customization-template-for-an-oidc-subject-claim-for-a-repository parameters: - - *364 - *365 + - *366 requestBody: required: true content: @@ -53474,8 +53491,8 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/actions/secrets#list-repository-organization-secrets parameters: - - *364 - *365 + - *366 - *17 - *19 responses: @@ -53493,7 +53510,7 @@ paths: type: integer secrets: type: array - items: &401 + items: &402 title: Actions Secret description: Set secrets for GitHub Actions. type: object @@ -53514,7 +53531,7 @@ paths: - created_at - updated_at examples: - default: &402 + default: &403 value: total_count: 2 secrets: @@ -53547,9 +53564,9 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/actions/variables#list-repository-organization-variables parameters: - - *364 - *365 - - *388 + - *366 + - *389 - *19 responses: '200': @@ -53566,7 +53583,7 @@ paths: type: integer variables: type: array - items: &405 + items: &406 title: Actions Variable type: object properties: @@ -53600,7 +53617,7 @@ paths: - created_at - updated_at examples: - default: &406 + default: &407 value: total_count: 2 variables: @@ -53633,8 +53650,8 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/actions/permissions#get-github-actions-permissions-for-a-repository parameters: - - *364 - *365 + - *366 responses: '200': description: Response @@ -53643,7 +53660,7 @@ paths: schema: type: object properties: - enabled: &389 + enabled: &390 type: boolean description: Whether GitHub Actions is enabled on the repository. allowed_actions: *46 @@ -53676,8 +53693,8 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/actions/permissions#set-github-actions-permissions-for-a-repository parameters: - - *364 - *365 + - *366 responses: '204': description: Response @@ -53688,7 +53705,7 @@ paths: schema: type: object properties: - enabled: *389 + enabled: *390 allowed_actions: *46 required: - enabled @@ -53719,14 +53736,14 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/actions/permissions#get-the-level-of-access-for-workflows-outside-of-the-repository parameters: - - *364 - *365 + - *366 responses: '200': description: Response content: application/json: - schema: &390 + schema: &391 type: object properties: access_level: @@ -53744,7 +53761,7 @@ paths: required: - access_level examples: - default: &391 + default: &392 value: access_level: organization x-github: @@ -53769,15 +53786,15 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/actions/permissions#set-the-level-of-access-for-workflows-outside-of-the-repository parameters: - - *364 - *365 + - *366 requestBody: required: true content: application/json: - schema: *390 + schema: *391 examples: - default: *391 + default: *392 responses: '204': description: Response @@ -53801,8 +53818,8 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/actions/permissions#get-allowed-actions-and-reusable-workflows-for-a-repository parameters: - - *364 - *365 + - *366 responses: '200': description: Response @@ -53833,8 +53850,8 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/actions/permissions#set-allowed-actions-and-reusable-workflows-for-a-repository parameters: - - *364 - *365 + - *366 responses: '204': description: Response @@ -53866,8 +53883,8 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/actions/permissions#get-default-workflow-permissions-for-a-repository parameters: - - *364 - *365 + - *366 responses: '200': description: Response @@ -53896,8 +53913,8 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/actions/permissions#set-default-workflow-permissions-for-a-repository parameters: - - *364 - *365 + - *366 responses: '204': description: Success response @@ -53937,8 +53954,8 @@ paths: in: query schema: type: string - - *364 - *365 + - *366 - *17 - *19 responses: @@ -53982,8 +53999,8 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/actions/self-hosted-runners#list-runner-applications-for-a-repository parameters: - - *364 - *365 + - *366 responses: '200': description: Response @@ -54015,8 +54032,8 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/actions/self-hosted-runners#create-configuration-for-a-just-in-time-runner-for-a-repository parameters: - - *364 - *365 + - *366 requestBody: required: true content: @@ -54090,8 +54107,8 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/actions/self-hosted-runners#create-a-registration-token-for-a-repository parameters: - - *364 - *365 + - *366 responses: '201': description: Response @@ -54127,8 +54144,8 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/actions/self-hosted-runners#create-a-remove-token-for-a-repository parameters: - - *364 - *365 + - *366 responses: '201': description: Response @@ -54158,8 +54175,8 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/actions/self-hosted-runners#get-a-self-hosted-runner-for-a-repository parameters: - - *364 - *365 + - *366 - *58 responses: '200': @@ -54189,8 +54206,8 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/actions/self-hosted-runners#delete-a-self-hosted-runner-from-a-repository parameters: - - *364 - *365 + - *366 - *58 responses: '204': @@ -54216,8 +54233,8 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/actions/self-hosted-runners#list-labels-for-a-self-hosted-runner-for-a-repository parameters: - - *364 - *365 + - *366 - *58 responses: '200': *64 @@ -54242,8 +54259,8 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/actions/self-hosted-runners#add-custom-labels-to-a-self-hosted-runner-for-a-repository parameters: - - *364 - *365 + - *366 - *58 requestBody: required: true @@ -54292,8 +54309,8 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/actions/self-hosted-runners#set-custom-labels-for-a-self-hosted-runner-for-a-repository parameters: - - *364 - *365 + - *366 - *58 requestBody: required: true @@ -54343,8 +54360,8 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/actions/self-hosted-runners#remove-all-custom-labels-from-a-self-hosted-runner-for-a-repository parameters: - - *364 - *365 + - *366 - *58 responses: '200': *196 @@ -54374,8 +54391,8 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/actions/self-hosted-runners#remove-a-custom-label-from-a-self-hosted-runner-for-a-repository parameters: - - *364 - *365 + - *366 - *58 - *197 responses: @@ -54405,9 +54422,9 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/actions/workflow-runs#list-workflow-runs-for-a-repository parameters: - - *364 - *365 - - &409 + - *366 + - &410 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. @@ -54415,7 +54432,7 @@ paths: required: false schema: type: string - - &410 + - &411 name: branch description: Returns workflow runs associated with a branch. Use the name of the branch of the `push`. @@ -54423,7 +54440,7 @@ paths: required: false schema: type: string - - &411 + - &412 name: event description: Returns workflow run triggered by the event you specify. For example, `push`, `pull_request` or `issue`. For more information, see "[Events @@ -54432,7 +54449,7 @@ paths: required: false schema: type: string - - &412 + - &413 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 @@ -54459,7 +54476,7 @@ paths: - pending - *17 - *19 - - &413 + - &414 name: created description: Returns workflow runs created within the given date-time range. For more information on the syntax, see "[Understanding the search syntax](https://docs.github.com/enterprise-cloud@latest//search-github/getting-started-with-searching-on-github/understanding-the-search-syntax#query-for-dates)." @@ -54468,7 +54485,7 @@ paths: schema: type: string format: date-time - - &392 + - &393 name: exclude_pull_requests description: If `true` pull requests are omitted from the response (empty array). @@ -54477,13 +54494,13 @@ paths: schema: type: boolean default: false - - &414 + - &415 name: check_suite_id description: Returns workflow runs with the `check_suite_id` that you specify. in: query schema: type: integer - - &415 + - &416 name: head_sha description: Only returns workflow runs that are associated with the specified `head_sha`. @@ -54506,7 +54523,7 @@ paths: type: integer workflow_runs: type: array - items: &393 + items: &394 title: Workflow Run description: An invocation of a workflow type: object @@ -54623,7 +54640,7 @@ paths: type: - array - 'null' - items: &436 + items: &437 title: Pull Request Minimal type: object properties: @@ -54750,7 +54767,7 @@ paths: head_commit: anyOf: - type: 'null' - - &440 + - &441 title: Simple Commit description: A commit. type: object @@ -54865,7 +54882,7 @@ paths: - workflow_url - pull_requests examples: - default: &416 + default: &417 value: total_count: 1 workflow_runs: @@ -55101,24 +55118,24 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/actions/workflow-runs#get-a-workflow-run parameters: - - *364 - *365 - - &394 + - *366 + - &395 name: run_id description: The unique identifier of the workflow run. in: path required: true schema: type: integer - - *392 + - *393 responses: '200': description: Response content: application/json: - schema: *393 + schema: *394 examples: - default: &397 + default: &398 value: id: 30433642 name: Build @@ -55359,9 +55376,9 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/actions/workflow-runs#delete-a-workflow-run parameters: - - *364 - *365 - - *394 + - *366 + - *395 responses: '204': description: Response @@ -55384,9 +55401,9 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/actions/workflow-runs#get-the-review-history-for-a-workflow-run parameters: - - *364 - *365 - - *394 + - *366 + - *395 responses: '200': description: Response @@ -55514,9 +55531,9 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/actions/workflow-runs#approve-a-workflow-run-for-a-fork-pull-request parameters: - - *364 - *365 - - *394 + - *366 + - *395 responses: '201': description: Response @@ -55549,12 +55566,12 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/actions/artifacts#list-workflow-run-artifacts parameters: - - *364 - *365 - - *394 + - *366 + - *395 - *17 - *19 - - *395 + - *396 responses: '200': description: Response @@ -55570,9 +55587,9 @@ paths: type: integer artifacts: type: array - items: *381 + items: *382 examples: - default: *396 + default: *397 headers: Link: *37 x-github: @@ -55596,25 +55613,25 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/actions/workflow-runs#get-a-workflow-run-attempt parameters: - - *364 - *365 - - *394 - - &398 + - *366 + - *395 + - &399 name: attempt_number description: The attempt number of the workflow run. in: path required: true schema: type: integer - - *392 + - *393 responses: '200': description: Response content: application/json: - schema: *393 + schema: *394 examples: - default: *397 + default: *398 x-github: githubCloudOnly: false enabledForGitHubApps: true @@ -55637,10 +55654,10 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/actions/workflow-jobs#list-jobs-for-a-workflow-run-attempt parameters: - - *364 - *365 - - *394 - - *398 + - *366 + - *395 + - *399 - *17 - *19 responses: @@ -55658,9 +55675,9 @@ paths: type: integer jobs: type: array - items: *399 + items: *400 examples: - default: &400 + default: &401 value: total_count: 1 jobs: @@ -55773,10 +55790,10 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/actions/workflow-runs#download-workflow-run-attempt-logs parameters: - - *364 - *365 - - *394 - - *398 + - *366 + - *395 + - *399 responses: '302': description: Response @@ -55804,9 +55821,9 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/actions/workflow-runs#cancel-a-workflow-run parameters: - - *364 - *365 - - *394 + - *366 + - *395 responses: '202': description: Response @@ -55839,9 +55856,9 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/actions/workflow-runs#review-custom-deployment-protection-rules-for-a-workflow-run parameters: - - *364 - *365 - - *394 + - *366 + - *395 requestBody: required: true content: @@ -55908,9 +55925,9 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/actions/workflow-runs#force-cancel-a-workflow-run parameters: - - *364 - *365 - - *394 + - *366 + - *395 responses: '202': description: Response @@ -55943,9 +55960,9 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/actions/workflow-jobs#list-jobs-for-a-workflow-run parameters: - - *364 - *365 - - *394 + - *366 + - *395 - 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 @@ -55975,9 +55992,9 @@ paths: type: integer jobs: type: array - items: *399 + items: *400 examples: - default: *400 + default: *401 headers: Link: *37 x-github: @@ -56002,9 +56019,9 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/actions/workflow-runs#download-workflow-run-logs parameters: - - *364 - *365 - - *394 + - *366 + - *395 responses: '302': description: Response @@ -56031,9 +56048,9 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/actions/workflow-runs#delete-workflow-run-logs parameters: - - *364 - *365 - - *394 + - *366 + - *395 responses: '204': description: Response @@ -56060,9 +56077,9 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/actions/workflow-runs#get-pending-deployments-for-a-workflow-run parameters: - - *364 - *365 - - *394 + - *366 + - *395 responses: '200': description: Response @@ -56131,7 +56148,7 @@ paths: items: type: object properties: - type: &514 + type: &515 type: string description: The type of reviewer. enum: @@ -56217,9 +56234,9 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/actions/workflow-runs#review-pending-deployments-for-a-workflow-run parameters: - - *364 - *365 - - *394 + - *366 + - *395 requestBody: required: true content: @@ -56269,7 +56286,7 @@ paths: application/json: schema: type: array - items: &506 + items: &507 title: Deployment description: A request for a specific ref(branch,sha,tag) to be deployed @@ -56381,7 +56398,7 @@ paths: - created_at - updated_at examples: - default: &507 + default: &508 value: - url: https://api.github.com/repos/octocat/example/deployments/1 id: 1 @@ -56437,9 +56454,9 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/actions/workflow-runs#re-run-a-workflow parameters: - - *364 - *365 - - *394 + - *366 + - *395 requestBody: required: false content: @@ -56484,9 +56501,9 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/actions/workflow-runs#re-run-failed-jobs-from-a-workflow-run parameters: - - *364 - *365 - - *394 + - *366 + - *395 requestBody: required: false content: @@ -56541,9 +56558,9 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/actions/workflow-runs#get-workflow-run-usage parameters: - - *364 - *365 - - *394 + - *366 + - *395 responses: '200': description: Response @@ -56680,8 +56697,8 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/actions/secrets#list-repository-secrets parameters: - - *364 - *365 + - *366 - *17 - *19 responses: @@ -56699,9 +56716,9 @@ paths: type: integer secrets: type: array - items: *401 + items: *402 examples: - default: *402 + default: *403 headers: Link: *37 x-github: @@ -56726,16 +56743,16 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/actions/secrets#get-a-repository-public-key parameters: - - *364 - *365 + - *366 responses: '200': description: Response content: application/json: - schema: *403 + schema: *404 examples: - default: *404 + default: *405 x-github: githubCloudOnly: false enabledForGitHubApps: true @@ -56757,17 +56774,17 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/actions/secrets#get-a-repository-secret parameters: - - *364 - *365 + - *366 - *199 responses: '200': description: Response content: application/json: - schema: *401 + schema: *402 examples: - default: &527 + default: &528 value: name: GH_TOKEN created_at: '2019-08-10T14:59:22Z' @@ -56793,8 +56810,8 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/actions/secrets#create-or-update-a-repository-secret parameters: - - *364 - *365 + - *366 - *199 requestBody: required: true @@ -56852,8 +56869,8 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/actions/secrets#delete-a-repository-secret parameters: - - *364 - *365 + - *366 - *199 responses: '204': @@ -56879,9 +56896,9 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/actions/variables#list-repository-variables parameters: - - *364 - *365 - - *388 + - *366 + - *389 - *19 responses: '200': @@ -56898,9 +56915,9 @@ paths: type: integer variables: type: array - items: *405 + items: *406 examples: - default: *406 + default: *407 headers: Link: *37 x-github: @@ -56923,8 +56940,8 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/actions/variables#create-a-repository-variable parameters: - - *364 - *365 + - *366 requestBody: required: true content: @@ -56976,17 +56993,17 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/actions/variables#get-a-repository-variable parameters: - - *364 - *365 + - *366 - *202 responses: '200': description: Response content: application/json: - schema: *405 + schema: *406 examples: - default: &528 + default: &529 value: name: USERNAME value: octocat @@ -57012,8 +57029,8 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/actions/variables#update-a-repository-variable parameters: - - *364 - *365 + - *366 - *202 requestBody: required: true @@ -57056,8 +57073,8 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/actions/variables#delete-a-repository-variable parameters: - - *364 - *365 + - *366 - *202 responses: '204': @@ -57083,8 +57100,8 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/actions/workflows#list-repository-workflows parameters: - - *364 - *365 + - *366 - *17 - *19 responses: @@ -57102,7 +57119,7 @@ paths: type: integer workflows: type: array - items: &407 + items: &408 title: Workflow description: A GitHub Actions workflow type: object @@ -57220,9 +57237,9 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/actions/workflows#get-a-workflow parameters: - - *364 - *365 - - &408 + - *366 + - &409 name: workflow_id in: path description: The ID of the workflow. You can also pass the workflow file name @@ -57237,7 +57254,7 @@ paths: description: Response content: application/json: - schema: *407 + schema: *408 examples: default: value: @@ -57270,9 +57287,9 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/actions/workflows#disable-a-workflow parameters: - - *364 - *365 - - *408 + - *366 + - *409 responses: '204': description: Response @@ -57297,9 +57314,9 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/actions/workflows#create-a-workflow-dispatch-event parameters: - - *364 - *365 - - *408 + - *366 + - *409 responses: '204': description: Response @@ -57350,9 +57367,9 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/actions/workflows#enable-a-workflow parameters: - - *364 - *365 - - *408 + - *366 + - *409 responses: '204': description: Response @@ -57379,19 +57396,19 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/actions/workflow-runs#list-workflow-runs-for-a-workflow parameters: - - *364 - *365 - - *408 + - *366 - *409 - *410 - *411 - *412 + - *413 - *17 - *19 - - *413 - - *392 - *414 + - *393 - *415 + - *416 responses: '200': description: Response @@ -57407,9 +57424,9 @@ paths: type: integer workflow_runs: type: array - items: *393 + items: *394 examples: - default: *416 + default: *417 headers: Link: *37 x-github: @@ -57442,9 +57459,9 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/actions/workflows#get-workflow-usage parameters: - - *364 - *365 - - *408 + - *366 + - *409 responses: '200': description: Response @@ -57505,8 +57522,8 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/repos/repos#list-repository-activities parameters: - - *364 - *365 + - *366 - *84 - *17 - *82 @@ -57674,8 +57691,8 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/issues/assignees#list-assignees parameters: - - *364 - *365 + - *366 - *17 - *19 responses: @@ -57687,7 +57704,7 @@ paths: type: array items: *4 examples: - default: *284 + default: *285 headers: Link: *37 '404': *6 @@ -57712,8 +57729,8 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/issues/assignees#check-if-a-user-can-be-assigned parameters: - - *364 - *365 + - *366 - name: assignee in: path required: true @@ -57749,8 +57766,8 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/repos/repos#create-an-attestation parameters: - - *364 - *365 + - *366 requestBody: required: true content: @@ -57862,8 +57879,8 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/repos/repos#list-attestations parameters: - - *364 - *365 + - *366 - *17 - *82 - *83 @@ -57917,7 +57934,7 @@ paths: bundle_url: type: string examples: - default: *417 + default: *418 x-github: githubCloudOnly: false enabledForGitHubApps: true @@ -57937,8 +57954,8 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/repos/autolinks#get-all-autolinks-of-a-repository parameters: - - *364 - *365 + - *366 responses: '200': description: Response @@ -57946,7 +57963,7 @@ paths: application/json: schema: type: array - items: &418 + items: &419 title: Autolink reference description: An autolink reference. type: object @@ -58000,8 +58017,8 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/repos/autolinks#create-an-autolink-reference-for-a-repository parameters: - - *364 - *365 + - *366 requestBody: required: true content: @@ -58040,9 +58057,9 @@ paths: description: response content: application/json: - schema: *418 + schema: *419 examples: - default: &419 + default: &420 value: id: 1 key_prefix: TICKET- @@ -58073,9 +58090,9 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/repos/autolinks#get-an-autolink-reference-of-a-repository parameters: - - *364 - *365 - - &420 + - *366 + - &421 name: autolink_id description: The unique identifier of the autolink. in: path @@ -58087,9 +58104,9 @@ paths: description: Response content: application/json: - schema: *418 + schema: *419 examples: - default: *419 + default: *420 '404': *6 x-github: githubCloudOnly: false @@ -58109,9 +58126,9 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/repos/autolinks#delete-an-autolink-reference-from-a-repository parameters: - - *364 - *365 - - *420 + - *366 + - *421 responses: '204': description: Response @@ -58135,8 +58152,8 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/repos/repos#check-if-dependabot-security-updates-are-enabled-for-a-repository parameters: - - *364 - *365 + - *366 responses: '200': description: Response if Dependabot is enabled @@ -58186,8 +58203,8 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/repos/repos#enable-dependabot-security-updates parameters: - - *364 - *365 + - *366 responses: '204': description: Response @@ -58208,8 +58225,8 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/repos/repos#disable-dependabot-security-updates parameters: - - *364 - *365 + - *366 responses: '204': description: Response @@ -58229,8 +58246,8 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/branches/branches#list-branches parameters: - - *364 - *365 + - *366 - name: protected description: Setting to `true` returns only branches protected by branch protections or rulesets. When set to `false`, only unprotected branches are returned. @@ -58268,7 +58285,7 @@ paths: - url protected: type: boolean - protection: &422 + protection: &423 title: Branch Protection description: Branch Protection type: object @@ -58311,7 +58328,7 @@ paths: required: - contexts - checks - enforce_admins: &425 + enforce_admins: &426 title: Protected Branch Admin Enforced description: Protected Branch Admin Enforced type: object @@ -58328,7 +58345,7 @@ paths: required: - url - enabled - required_pull_request_reviews: &427 + required_pull_request_reviews: &428 title: Protected Branch Pull Request Review description: Protected Branch Pull Request Review type: object @@ -58412,7 +58429,7 @@ paths: required: - dismiss_stale_reviews - require_code_owner_reviews - restrictions: &424 + restrictions: &425 title: Branch Restriction Policy description: Branch Restriction Policy type: object @@ -58737,9 +58754,9 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/branches/branches#get-a-branch parameters: - - *364 - *365 - - &423 + - *366 + - &424 name: branch description: The name of the branch. Cannot contain wildcard characters. To use wildcard characters in branch names, use [the GraphQL API](https://docs.github.com/enterprise-cloud@latest//graphql). @@ -58753,14 +58770,14 @@ paths: description: Response content: application/json: - schema: &433 + schema: &434 title: Branch With Protection description: Branch With Protection type: object properties: name: type: string - commit: &482 + commit: &483 title: Commit description: Commit type: object @@ -58799,7 +58816,7 @@ paths: author: anyOf: - type: 'null' - - &421 + - &422 title: Git User description: Metaproperties for Git author/committer information. @@ -58820,7 +58837,7 @@ paths: committer: anyOf: - type: 'null' - - *421 + - *422 message: type: string examples: @@ -58844,7 +58861,7 @@ paths: required: - sha - url - verification: &534 + verification: &535 title: Verification type: object properties: @@ -58924,7 +58941,7 @@ paths: type: integer files: type: array - items: &494 + items: &495 title: Diff Entry description: Diff Entry type: object @@ -59018,7 +59035,7 @@ paths: - self protected: type: boolean - protection: *422 + protection: *423 protection_url: type: string format: uri @@ -59127,7 +59144,7 @@ paths: contexts: [] checks: [] protection_url: https://api.github.com/repos/octocat/Hello-World/branches/main/protection - '301': *378 + '301': *379 '404': *6 x-github: githubCloudOnly: false @@ -59149,15 +59166,15 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/branches/branch-protection#get-branch-protection parameters: - - *364 - *365 - - *423 + - *366 + - *424 responses: '200': description: Response content: application/json: - schema: *422 + schema: *423 examples: default: value: @@ -59351,9 +59368,9 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/branches/branch-protection#update-branch-protection parameters: - - *364 - *365 - - *423 + - *366 + - *424 requestBody: required: true content: @@ -59613,7 +59630,7 @@ paths: url: type: string format: uri - required_status_checks: &430 + required_status_checks: &431 title: Status Check Policy description: Status Check Policy type: object @@ -59772,7 +59789,7 @@ paths: additionalProperties: false required: - enabled - restrictions: *424 + restrictions: *425 required_conversation_resolution: type: object properties: @@ -59884,9 +59901,9 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/branches/branch-protection#delete-branch-protection parameters: - - *364 - *365 - - *423 + - *366 + - *424 responses: '204': description: Response @@ -59911,17 +59928,17 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/branches/branch-protection#get-admin-branch-protection parameters: - - *364 - *365 - - *423 + - *366 + - *424 responses: '200': description: Response content: application/json: - schema: *425 + schema: *426 examples: - default: &426 + default: &427 value: url: https://api.github.com/repos/octocat/Hello-World/branches/master/protection/enforce_admins enabled: true @@ -59943,17 +59960,17 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/branches/branch-protection#set-admin-branch-protection parameters: - - *364 - *365 - - *423 + - *366 + - *424 responses: '200': description: Response content: application/json: - schema: *425 + schema: *426 examples: - default: *426 + default: *427 x-github: githubCloudOnly: false enabledForGitHubApps: true @@ -59972,9 +59989,9 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/branches/branch-protection#delete-admin-branch-protection parameters: - - *364 - *365 - - *423 + - *366 + - *424 responses: '204': description: Response @@ -59999,17 +60016,17 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/branches/branch-protection#get-pull-request-review-protection parameters: - - *364 - *365 - - *423 + - *366 + - *424 responses: '200': description: Response content: application/json: - schema: *427 + schema: *428 examples: - default: &428 + default: &429 value: url: https://api.github.com/repos/octocat/Hello-World/branches/master/protection/required_pull_request_reviews dismissal_restrictions: @@ -60105,9 +60122,9 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/branches/branch-protection#update-pull-request-review-protection parameters: - - *364 - *365 - - *423 + - *366 + - *424 requestBody: required: false content: @@ -60205,9 +60222,9 @@ paths: description: Response content: application/json: - schema: *427 + schema: *428 examples: - default: *428 + default: *429 '422': *15 x-github: githubCloudOnly: false @@ -60228,9 +60245,9 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/branches/branch-protection#delete-pull-request-review-protection parameters: - - *364 - *365 - - *423 + - *366 + - *424 responses: '204': description: Response @@ -60257,17 +60274,17 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/branches/branch-protection#get-commit-signature-protection parameters: - - *364 - *365 - - *423 + - *366 + - *424 responses: '200': description: Response content: application/json: - schema: *425 + schema: *426 examples: - default: &429 + default: &430 value: url: https://api.github.com/repos/octocat/Hello-World/branches/master/protection/required_signatures enabled: true @@ -60290,17 +60307,17 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/branches/branch-protection#create-commit-signature-protection parameters: - - *364 - *365 - - *423 + - *366 + - *424 responses: '200': description: Response content: application/json: - schema: *425 + schema: *426 examples: - default: *429 + default: *430 '404': *6 x-github: githubCloudOnly: false @@ -60320,9 +60337,9 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/branches/branch-protection#delete-commit-signature-protection parameters: - - *364 - *365 - - *423 + - *366 + - *424 responses: '204': description: Response @@ -60347,17 +60364,17 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/branches/branch-protection#get-status-checks-protection parameters: - - *364 - *365 - - *423 + - *366 + - *424 responses: '200': description: Response content: application/json: - schema: *430 + schema: *431 examples: - default: &431 + default: &432 value: url: https://api.github.com/repos/octocat/Hello-World/branches/master/protection/required_status_checks strict: true @@ -60383,9 +60400,9 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/branches/branch-protection#update-status-check-protection parameters: - - *364 - *365 - - *423 + - *366 + - *424 requestBody: required: false content: @@ -60437,9 +60454,9 @@ paths: description: Response content: application/json: - schema: *430 + schema: *431 examples: - default: *431 + default: *432 '404': *6 '422': *15 x-github: @@ -60461,9 +60478,9 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/branches/branch-protection#remove-status-check-protection parameters: - - *364 - *365 - - *423 + - *366 + - *424 responses: '204': description: Response @@ -60487,9 +60504,9 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/branches/branch-protection#get-all-status-check-contexts parameters: - - *364 - *365 - - *423 + - *366 + - *424 responses: '200': description: Response @@ -60523,9 +60540,9 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/branches/branch-protection#add-status-check-contexts parameters: - - *364 - *365 - - *423 + - *366 + - *424 requestBody: required: false content: @@ -60592,9 +60609,9 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/branches/branch-protection#set-status-check-contexts parameters: - - *364 - *365 - - *423 + - *366 + - *424 requestBody: required: false content: @@ -60658,9 +60675,9 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/branches/branch-protection#remove-status-check-contexts parameters: - - *364 - *365 - - *423 + - *366 + - *424 requestBody: content: application/json: @@ -60726,15 +60743,15 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/branches/branch-protection#get-access-restrictions parameters: - - *364 - *365 - - *423 + - *366 + - *424 responses: '200': description: Response content: application/json: - schema: *424 + schema: *425 examples: default: value: @@ -60825,9 +60842,9 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/branches/branch-protection#delete-access-restrictions parameters: - - *364 - *365 - - *423 + - *366 + - *424 responses: '204': description: Response @@ -60850,9 +60867,9 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/branches/branch-protection#get-apps-with-access-to-the-protected-branch parameters: - - *364 - *365 - - *423 + - *366 + - *424 responses: '200': description: Response @@ -60862,7 +60879,7 @@ paths: type: array items: *5 examples: - default: &432 + default: &433 value: - id: 1 slug: octoapp @@ -60919,9 +60936,9 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/branches/branch-protection#add-app-access-restrictions parameters: - - *364 - *365 - - *423 + - *366 + - *424 requestBody: required: true content: @@ -60955,7 +60972,7 @@ paths: type: array items: *5 examples: - default: *432 + default: *433 '422': *15 x-github: githubCloudOnly: false @@ -60976,9 +60993,9 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/branches/branch-protection#set-app-access-restrictions parameters: - - *364 - *365 - - *423 + - *366 + - *424 requestBody: required: true content: @@ -61012,7 +61029,7 @@ paths: type: array items: *5 examples: - default: *432 + default: *433 '422': *15 x-github: githubCloudOnly: false @@ -61033,9 +61050,9 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/branches/branch-protection#remove-app-access-restrictions parameters: - - *364 - *365 - - *423 + - *366 + - *424 requestBody: required: true content: @@ -61069,7 +61086,7 @@ paths: type: array items: *5 examples: - default: *432 + default: *433 '422': *15 x-github: githubCloudOnly: false @@ -61091,9 +61108,9 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/branches/branch-protection#get-teams-with-access-to-the-protected-branch parameters: - - *364 - *365 - - *423 + - *366 + - *424 responses: '200': description: Response @@ -61103,7 +61120,7 @@ paths: type: array items: *220 examples: - default: *295 + default: *296 '404': *6 x-github: githubCloudOnly: false @@ -61123,9 +61140,9 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/branches/branch-protection#add-team-access-restrictions parameters: - - *364 - *365 - - *423 + - *366 + - *424 requestBody: required: false content: @@ -61163,7 +61180,7 @@ paths: type: array items: *220 examples: - default: *295 + default: *296 '422': *15 x-github: githubCloudOnly: false @@ -61184,9 +61201,9 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/branches/branch-protection#set-team-access-restrictions parameters: - - *364 - *365 - - *423 + - *366 + - *424 requestBody: required: false content: @@ -61224,7 +61241,7 @@ paths: type: array items: *220 examples: - default: *295 + default: *296 '422': *15 x-github: githubCloudOnly: false @@ -61245,9 +61262,9 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/branches/branch-protection#remove-team-access-restrictions parameters: - - *364 - *365 - - *423 + - *366 + - *424 requestBody: content: application/json: @@ -61284,7 +61301,7 @@ paths: type: array items: *220 examples: - default: *295 + default: *296 '422': *15 x-github: githubCloudOnly: false @@ -61306,9 +61323,9 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/branches/branch-protection#get-users-with-access-to-the-protected-branch parameters: - - *364 - *365 - - *423 + - *366 + - *424 responses: '200': description: Response @@ -61318,7 +61335,7 @@ paths: type: array items: *4 examples: - default: *284 + default: *285 '404': *6 x-github: githubCloudOnly: false @@ -61342,9 +61359,9 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/branches/branch-protection#add-user-access-restrictions parameters: - - *364 - *365 - - *423 + - *366 + - *424 requestBody: required: true content: @@ -61377,7 +61394,7 @@ paths: type: array items: *4 examples: - default: *284 + default: *285 '422': *15 x-github: githubCloudOnly: false @@ -61402,9 +61419,9 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/branches/branch-protection#set-user-access-restrictions parameters: - - *364 - *365 - - *423 + - *366 + - *424 requestBody: required: true content: @@ -61437,7 +61454,7 @@ paths: type: array items: *4 examples: - default: *284 + default: *285 '422': *15 x-github: githubCloudOnly: false @@ -61462,9 +61479,9 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/branches/branch-protection#remove-user-access-restrictions parameters: - - *364 - *365 - - *423 + - *366 + - *424 requestBody: required: true content: @@ -61497,7 +61514,7 @@ paths: type: array items: *4 examples: - default: *284 + default: *285 '422': *15 x-github: githubCloudOnly: false @@ -61524,9 +61541,9 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/branches/branches#rename-a-branch parameters: - - *364 - *365 - - *423 + - *366 + - *424 requestBody: required: true content: @@ -61548,7 +61565,7 @@ paths: description: Response content: application/json: - schema: *433 + schema: *434 examples: default: value: @@ -61662,8 +61679,8 @@ paths: category: repos subcategory: bypass-requests parameters: - - *364 - *365 + - *366 - *212 - *213 - *214 @@ -61699,8 +61716,8 @@ paths: category: repos subcategory: bypass-requests parameters: - - *364 - *365 + - *366 - name: bypass_request_number in: path required: true @@ -61773,8 +61790,8 @@ paths: category: secret-scanning subcategory: delegated-bypass parameters: - - *364 - *365 + - *366 - *212 - *213 - *214 @@ -61788,9 +61805,9 @@ paths: application/json: schema: type: array - items: *434 + items: *435 examples: - default: *435 + default: *436 '404': *6 '403': *27 '500': *95 @@ -61814,8 +61831,8 @@ paths: category: secret-scanning subcategory: delegated-bypass parameters: - - *364 - *365 + - *366 - name: bypass_request_number in: path required: true @@ -61827,7 +61844,7 @@ paths: description: A single bypass request. content: application/json: - schema: *434 + schema: *435 examples: default: value: @@ -61885,8 +61902,8 @@ paths: category: secret-scanning subcategory: delegated-bypass parameters: - - *364 - *365 + - *366 - name: bypass_request_number in: path required: true @@ -61957,8 +61974,8 @@ paths: category: secret-scanning subcategory: delegated-bypass parameters: - - *364 - *365 + - *366 - name: bypass_response_id in: path required: true @@ -61991,8 +62008,8 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/checks/runs#create-a-check-run parameters: - - *364 - *365 + - *366 requestBody: required: true content: @@ -62271,7 +62288,7 @@ paths: description: Response content: application/json: - schema: &437 + schema: &438 title: CheckRun description: A check performed on the code of a given code change type: object @@ -62406,8 +62423,8 @@ paths: do not necessarily indicate pull requests that triggered the check. type: array - items: *436 - deployment: &748 + items: *437 + deployment: &749 title: Deployment description: A deployment created as the result of an Actions check run from a workflow that references an environment @@ -62694,9 +62711,9 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/checks/runs#get-a-check-run parameters: - - *364 - *365 - - &438 + - *366 + - &439 name: check_run_id description: The unique identifier of the check run. in: path @@ -62708,9 +62725,9 @@ paths: description: Response content: application/json: - schema: *437 + schema: *438 examples: - default: &439 + default: &440 value: id: 4 head_sha: ce587453ced02b1526dfb4cb910479d431683101 @@ -62810,9 +62827,9 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/checks/runs#update-a-check-run parameters: - - *364 - *365 - - *438 + - *366 + - *439 requestBody: required: true content: @@ -63052,9 +63069,9 @@ paths: description: Response content: application/json: - schema: *437 + schema: *438 examples: - default: *439 + default: *440 x-github: githubCloudOnly: false enabledForGitHubApps: true @@ -63074,9 +63091,9 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/checks/runs#list-check-run-annotations parameters: - - *364 - *365 - - *438 + - *366 + - *439 - *17 - *19 responses: @@ -63179,8 +63196,6 @@ paths: Triggers GitHub to rerequest an existing check run, without pushing new code to a repository. This endpoint will trigger the [`check_run` webhook](https://docs.github.com/enterprise-cloud@latest//webhooks/event-payloads/#check_run) event with the action `rerequested`. When a check run is `rerequested`, the `status` of the check suite it belongs to is reset to `queued` and the `conclusion` is cleared. The check run itself is not updated. GitHub apps recieving the [`check_run` webhook](https://docs.github.com/enterprise-cloud@latest//webhooks/event-payloads/#check_run) with the `rerequested` action should then decide if the check run should be reset or updated and call the [update `check_run` endpoint](https://docs.github.com/enterprise-cloud@latest//rest/checks/runs#update-a-check-run) to update the check_run if desired. For more information about how to re-run GitHub Actions jobs, see "[Re-run a job from a workflow run](https://docs.github.com/enterprise-cloud@latest//rest/actions/workflow-runs#re-run-a-job-from-a-workflow-run)". - - OAuth apps and personal access tokens (classic) cannot use this endpoint. tags: - checks operationId: checks/rerequest-run @@ -63188,9 +63203,9 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/checks/runs#rerequest-a-check-run parameters: - - *364 - *365 - - *438 + - *366 + - *439 responses: '201': description: Response @@ -63234,8 +63249,8 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/checks/suites#create-a-check-suite parameters: - - *364 - *365 + - *366 requestBody: required: true content: @@ -63257,7 +63272,7 @@ paths: description: Response when the suite already exists content: application/json: - schema: &441 + schema: &442 title: CheckSuite description: A suite of checks performed on the code of a given code change @@ -63339,7 +63354,7 @@ paths: type: - array - 'null' - items: *436 + items: *437 app: anyOf: - type: 'null' @@ -63355,7 +63370,7 @@ paths: - string - 'null' format: date-time - head_commit: *440 + head_commit: *441 latest_check_runs_count: type: integer check_runs_url: @@ -63383,7 +63398,7 @@ paths: - check_runs_url - pull_requests examples: - default: &442 + default: &443 value: id: 5 node_id: MDEwOkNoZWNrU3VpdGU1 @@ -63674,9 +63689,9 @@ paths: description: Response when the suite was created content: application/json: - schema: *441 + schema: *442 examples: - default: *442 + default: *443 x-github: githubCloudOnly: false enabledForGitHubApps: true @@ -63695,8 +63710,8 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/checks/suites#update-repository-preferences-for-check-suites parameters: - - *364 - *365 + - *366 requestBody: required: true content: @@ -64005,9 +64020,9 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/checks/suites#get-a-check-suite parameters: - - *364 - *365 - - &443 + - *366 + - &444 name: check_suite_id description: The unique identifier of the check suite. in: path @@ -64019,9 +64034,9 @@ paths: description: Response content: application/json: - schema: *441 + schema: *442 examples: - default: *442 + default: *443 x-github: githubCloudOnly: false enabledForGitHubApps: true @@ -64044,17 +64059,17 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/checks/runs#list-check-runs-in-a-check-suite parameters: - - *364 - *365 - - *443 - - &489 + - *366 + - *444 + - &490 name: check_name description: Returns check runs with the specified `name`. in: query required: false schema: type: string - - &490 + - &491 name: status description: Returns check runs with the specified `status`. in: query @@ -64093,9 +64108,9 @@ paths: type: integer check_runs: type: array - items: *437 + items: *438 examples: - default: &491 + default: &492 value: total_count: 1 check_runs: @@ -64186,10 +64201,10 @@ paths: "/repos/{owner}/{repo}/check-suites/{check_suite_id}/rerequest": post: summary: Rerequest a check suite - description: |- - Triggers GitHub to rerequest an existing check suite, without pushing new code to a repository. This endpoint will trigger the [`check_suite` webhook](https://docs.github.com/enterprise-cloud@latest//webhooks/event-payloads/#check_suite) event with the action `rerequested`. When a check suite is `rerequested`, its `status` is reset to `queued` and the `conclusion` is cleared. - - OAuth apps and personal access tokens (classic) cannot use this endpoint. + description: Triggers GitHub to rerequest an existing check suite, without pushing + new code to a repository. This endpoint will trigger the [`check_suite` webhook](https://docs.github.com/enterprise-cloud@latest//webhooks/event-payloads/#check_suite) + event with the action `rerequested`. When a check suite is `rerequested`, + its `status` is reset to `queued` and the `conclusion` is cleared. tags: - checks operationId: checks/rerequest-suite @@ -64197,9 +64212,9 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/checks/suites#rerequest-a-check-suite parameters: - - *364 - *365 - - *443 + - *366 + - *444 responses: '201': description: Response @@ -64232,21 +64247,21 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/code-scanning/code-scanning#list-code-scanning-alerts-for-a-repository parameters: - - *364 - *365 + - *366 - *224 - *225 - *19 - *17 - - &459 + - &460 name: ref description: The Git reference for the results you want to list. The `ref` for a branch can be formatted either as `refs/heads/` or simply ``. To reference a pull request use `refs/pull//merge`. in: query required: false - schema: *444 - - &460 + schema: *445 + - &461 name: pr description: The number of the pull request for the results you want to list. in: query @@ -64277,7 +64292,7 @@ paths: be returned. in: query required: false - schema: *445 + schema: *446 responses: '200': description: Response @@ -64293,7 +64308,7 @@ paths: updated_at: *104 url: *101 html_url: *102 - instances_url: *446 + instances_url: *447 state: *87 fixed_at: *106 dismissed_by: @@ -64301,11 +64316,11 @@ paths: - type: 'null' - *4 dismissed_at: *105 - dismissed_reason: *447 - dismissed_comment: *448 - rule: *449 - tool: *450 - most_recent_instance: *451 + dismissed_reason: *448 + dismissed_comment: *449 + rule: *450 + tool: *451 + most_recent_instance: *452 dismissal_approved_by: anyOf: - type: 'null' @@ -64425,7 +64440,7 @@ paths: classifications: [] instances_url: https://api.github.com/repos/octocat/hello-world/code-scanning/alerts/3/instances '304': *35 - '403': &452 + '403': &453 description: Response if GitHub Advanced Security is not enabled for this repository content: @@ -64452,9 +64467,9 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/code-scanning/code-scanning#get-a-code-scanning-alert parameters: - - *364 - *365 - - &453 + - *366 + - &454 name: alert_number in: path description: The number that identifies an alert. You can find this at the @@ -64468,7 +64483,7 @@ paths: description: Response content: application/json: - schema: &454 + schema: &455 type: object properties: number: *96 @@ -64476,7 +64491,7 @@ paths: updated_at: *104 url: *101 html_url: *102 - instances_url: *446 + instances_url: *447 state: *87 fixed_at: *106 dismissed_by: @@ -64484,8 +64499,8 @@ paths: - type: 'null' - *4 dismissed_at: *105 - dismissed_reason: *447 - dismissed_comment: *448 + dismissed_reason: *448 + dismissed_comment: *449 rule: type: object properties: @@ -64547,8 +64562,8 @@ paths: - 'null' description: A link to the documentation for the rule used to detect the alert. - tool: *450 - most_recent_instance: *451 + tool: *451 + most_recent_instance: *452 dismissal_approved_by: anyOf: - type: 'null' @@ -64641,7 +64656,7 @@ paths: - test instances_url: https://api.github.com/repos/octocat/hello-world/code-scanning/alerts/42/instances '304': *35 - '403': *452 + '403': *453 '404': *6 '503': *128 x-github: @@ -64661,9 +64676,9 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/code-scanning/code-scanning#update-a-code-scanning-alert parameters: - - *364 - *365 - - *453 + - *366 + - *454 requestBody: required: true content: @@ -64678,8 +64693,8 @@ paths: enum: - open - dismissed - dismissed_reason: *447 - dismissed_comment: *448 + dismissed_reason: *448 + dismissed_comment: *449 create_request: type: boolean description: If `true`, attempt to create an alert dismissal request. @@ -64698,7 +64713,7 @@ paths: description: Response content: application/json: - schema: *454 + schema: *455 examples: default: value: @@ -64774,7 +64789,7 @@ paths: - test instances_url: https://api.github.com/repos/octocat/hello-world/code-scanning/alerts/42/instances '400': *14 - '403': &458 + '403': &459 description: Response if the repository is archived or if GitHub Advanced Security is not enabled for this repository content: @@ -64801,15 +64816,15 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/code-scanning/code-scanning#get-the-status-of-an-autofix-for-a-code-scanning-alert parameters: - - *364 - *365 - - *453 + - *366 + - *454 responses: '200': description: Response content: application/json: - schema: &455 + schema: &456 type: object properties: status: @@ -64836,13 +64851,13 @@ paths: - description - started_at examples: - default: &456 + default: &457 value: status: success description: This fixes an XSS vulnerability by escaping the user input. started_at: '2024-02-14T12:29:18Z' - '400': &457 + '400': &458 description: Bad Request content: application/json: @@ -64853,7 +64868,7 @@ 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': *452 + '403': *453 '404': *6 '503': *128 x-github: @@ -64878,29 +64893,29 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/code-scanning/code-scanning#create-an-autofix-for-a-code-scanning-alert parameters: - - *364 - *365 - - *453 + - *366 + - *454 responses: '200': description: OK content: application/json: - schema: *455 + schema: *456 examples: - default: *456 + default: *457 '202': description: Accepted content: application/json: - schema: *455 + schema: *456 examples: default: value: status: pending description: started_at: '2024-02-14T12:29:18Z' - '400': *457 + '400': *458 '403': description: Response if the repository is archived, if GitHub Advanced Security is not enabled for this repository or if rate limit is exceeded @@ -64932,9 +64947,9 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/code-scanning/code-scanning#commit-an-autofix-for-a-code-scanning-alert parameters: - - *364 - *365 - - *453 + - *366 + - *454 requestBody: required: false content: @@ -64980,8 +64995,8 @@ paths: value: target_ref: refs/heads/main sha: 178f4f6090b3fccad4a65b3e83d076a622d59652 - '400': *457 - '403': *458 + '400': *458 + '403': *459 '404': *6 '422': description: Unprocessable Entity @@ -65005,13 +65020,13 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/code-scanning/code-scanning#list-instances-of-a-code-scanning-alert parameters: - - *364 - *365 - - *453 + - *366 + - *454 - *19 - *17 - - *459 - *460 + - *461 responses: '200': description: Response @@ -65019,7 +65034,7 @@ paths: application/json: schema: type: array - items: *451 + items: *452 examples: default: value: @@ -65058,7 +65073,7 @@ paths: end_column: 50 classifications: - source - '403': *452 + '403': *453 '404': *6 '503': *128 x-github: @@ -65092,25 +65107,25 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/code-scanning/code-scanning#list-code-scanning-analyses-for-a-repository parameters: - - *364 - *365 + - *366 - *224 - *225 - *19 - *17 - - *460 + - *461 - name: ref in: query description: The Git reference for the analyses you want to list. The `ref` for a branch can be formatted either as `refs/heads/` or simply ``. To reference a pull request use `refs/pull//merge`. required: false - schema: *444 + schema: *445 - name: sarif_id in: query description: Filter analyses belonging to the same SARIF upload. required: false - schema: &463 + schema: &464 type: string description: An identifier for the upload. examples: @@ -65132,23 +65147,23 @@ paths: application/json: schema: type: array - items: &464 + items: &465 type: object properties: - ref: *444 - commit_sha: &472 + ref: *445 + commit_sha: &473 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: *461 + analysis_key: *462 environment: type: string description: Identifies the variable values associated with the environment in which this analysis was performed. - category: *462 + category: *463 error: type: string examples: @@ -65173,8 +65188,8 @@ paths: description: The REST API URL of the analysis resource. format: uri readOnly: true - sarif_id: *463 - tool: *450 + sarif_id: *464 + tool: *451 deletable: type: boolean warning: @@ -65236,7 +65251,7 @@ paths: version: 1.2.0 deletable: true warning: '' - '403': *452 + '403': *453 '404': *6 '503': *128 x-github: @@ -65272,8 +65287,8 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/code-scanning/code-scanning#get-a-code-scanning-analysis-for-a-repository parameters: - - *364 - *365 + - *366 - name: analysis_id in: path description: The ID of the analysis, as returned from the `GET /repos/{owner}/{repo}/code-scanning/analyses` @@ -65286,7 +65301,7 @@ paths: description: Response content: application/json: - schema: *464 + schema: *465 examples: response: summary: application/json response @@ -65340,7 +65355,7 @@ paths: properties: - github/alertNumber: 2 - github/alertUrl: https://api.github.com/repos/monalisa/monalisa/code-scanning/alerts/2 - '403': *452 + '403': *453 '404': *6 '503': *128 x-github: @@ -65422,8 +65437,8 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/code-scanning/code-scanning#delete-a-code-scanning-analysis-from-a-repository parameters: - - *364 - *365 + - *366 - name: analysis_id in: path description: The ID of the analysis, as returned from the `GET /repos/{owner}/{repo}/code-scanning/analyses` @@ -65479,7 +65494,7 @@ 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': *458 + '403': *459 '404': *6 '503': *128 x-github: @@ -65501,8 +65516,8 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/code-scanning/code-scanning#list-codeql-databases-for-a-repository parameters: - - *364 - *365 + - *366 responses: '200': description: Response @@ -65510,7 +65525,7 @@ paths: application/json: schema: type: array - items: &465 + items: &466 title: CodeQL Database description: A CodeQL database. type: object @@ -65622,7 +65637,7 @@ 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': *452 + '403': *453 '404': *6 '503': *128 x-github: @@ -65651,8 +65666,8 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/code-scanning/code-scanning#get-a-codeql-database-for-a-repository parameters: - - *364 - *365 + - *366 - name: language in: path description: The language of the CodeQL database. @@ -65664,7 +65679,7 @@ paths: description: Response content: application/json: - schema: *465 + schema: *466 examples: default: value: @@ -65696,9 +65711,9 @@ 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': &496 + '302': &497 description: Found - '403': *452 + '403': *453 '404': *6 '503': *128 x-github: @@ -65720,8 +65735,8 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/code-scanning/code-scanning#delete-a-codeql-database parameters: - - *364 - *365 + - *366 - name: language in: path description: The language of the CodeQL database. @@ -65731,7 +65746,7 @@ paths: responses: '204': description: Response - '403': *458 + '403': *459 '404': *6 '503': *128 x-github: @@ -65759,8 +65774,8 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/code-scanning/code-scanning#create-a-codeql-variant-analysis parameters: - - *364 - *365 + - *366 requestBody: required: true content: @@ -65769,7 +65784,7 @@ paths: type: object additionalProperties: false properties: - language: &466 + language: &467 type: string description: The language targeted by the CodeQL query enum: @@ -65848,7 +65863,7 @@ paths: description: Variant analysis submitted for processing content: application/json: - schema: &470 + schema: &471 title: Variant Analysis description: A run of a CodeQL query against one or more repositories. type: object @@ -65858,7 +65873,7 @@ paths: description: The ID of the variant analysis. controller_repo: *94 actor: *4 - query_language: *466 + query_language: *467 query_pack_url: type: string description: The download url for the query pack. @@ -65906,7 +65921,7 @@ paths: items: type: object properties: - repository: &467 + repository: &468 title: Repository Identifier description: Repository Identifier type: object @@ -65948,7 +65963,7 @@ paths: - private - stargazers_count - updated_at - analysis_status: &471 + analysis_status: &472 type: string description: The new status of the CodeQL variant analysis repository task. @@ -65980,7 +65995,7 @@ paths: from processing. This information is only available to the user that initiated the variant analysis. properties: - access_mismatch_repos: &468 + access_mismatch_repos: &469 type: object properties: repository_count: @@ -65995,7 +66010,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: *467 + items: *468 required: - repository_count - repositories @@ -66018,8 +66033,8 @@ paths: required: - repository_count - repository_full_names - no_codeql_db_repos: *468 - over_limit_repos: *468 + no_codeql_db_repos: *469 + over_limit_repos: *469 required: - access_mismatch_repos - not_found_repos @@ -66035,7 +66050,7 @@ paths: examples: repositories_parameter: summary: Response for a successful variant analysis submission - value: &469 + value: &470 summary: Default response value: id: 1 @@ -66187,10 +66202,10 @@ paths: private: false repository_owners: summary: Response for a successful variant analysis submission - value: *469 + value: *470 repository_lists: summary: Response for a successful variant analysis submission - value: *469 + value: *470 '404': *6 '422': description: Unable to process variant analysis submission @@ -66218,8 +66233,8 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/code-scanning/code-scanning#get-the-summary-of-a-codeql-variant-analysis parameters: - - *364 - *365 + - *366 - name: codeql_variant_analysis_id in: path description: The unique identifier of the variant analysis. @@ -66231,9 +66246,9 @@ paths: description: Response content: application/json: - schema: *470 + schema: *471 examples: - default: *469 + default: *470 '404': *6 '503': *128 x-github: @@ -66256,7 +66271,7 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/code-scanning/code-scanning#get-the-analysis-status-of-a-repository-in-a-codeql-variant-analysis parameters: - - *364 + - *365 - name: repo in: path description: The name of the controller repository. @@ -66291,7 +66306,7 @@ paths: type: object properties: repository: *94 - analysis_status: *471 + analysis_status: *472 artifact_size_in_bytes: type: integer description: The size of the artifact. This is only available @@ -66416,8 +66431,8 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/code-scanning/code-scanning#get-a-code-scanning-default-setup-configuration parameters: - - *364 - *365 + - *366 responses: '200': description: Response @@ -66499,7 +66514,7 @@ paths: query_suite: default updated_at: '2023-01-19T11:21:34Z' schedule: weekly - '403': *452 + '403': *453 '404': *6 '503': *128 x-github: @@ -66520,8 +66535,8 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/code-scanning/code-scanning#update-a-code-scanning-default-setup-configuration parameters: - - *364 - *365 + - *366 requestBody: required: true content: @@ -66605,7 +66620,7 @@ paths: value: run_id: 42 run_url: https://api.github.com/repos/octoorg/octocat/actions/runs/42 - '403': *458 + '403': *459 '404': *6 '409': description: Response if there is already a validation run in progress with @@ -66670,8 +66685,8 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/code-scanning/code-scanning#upload-an-analysis-as-sarif-data parameters: - - *364 - *365 + - *366 requestBody: required: true content: @@ -66679,7 +66694,7 @@ paths: schema: type: object properties: - commit_sha: *472 + commit_sha: *473 ref: type: string description: |- @@ -66739,7 +66754,7 @@ paths: schema: type: object properties: - id: *463 + id: *464 url: type: string description: The REST API URL for checking the status of the upload. @@ -66753,7 +66768,7 @@ 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': *458 + '403': *459 '404': *6 '413': description: Payload Too Large if the sarif field is too large @@ -66776,8 +66791,8 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/code-scanning/code-scanning#get-information-about-a-sarif-upload parameters: - - *364 - *365 + - *366 - name: sarif_id description: The SARIF ID obtained after uploading. in: path @@ -66825,7 +66840,7 @@ 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': *452 + '403': *453 '404': description: Not Found if the sarif id does not match any upload '503': *128 @@ -66850,8 +66865,8 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/code-security/configurations#get-the-code-security-configuration-associated-with-a-repository parameters: - - *364 - *365 + - *366 responses: '200': description: Response @@ -66932,8 +66947,8 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/repos/repos#list-codeowners-errors parameters: - - *364 - *365 + - *366 - 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 @@ -67061,8 +67076,8 @@ paths: parameters: - *17 - *19 - - *364 - *365 + - *366 responses: '200': description: Response @@ -67078,7 +67093,7 @@ paths: type: integer codespaces: type: array - items: *285 + items: *286 examples: default: value: @@ -67376,8 +67391,8 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/codespaces/codespaces#create-a-codespace-in-a-repository parameters: - - *364 - *365 + - *366 requestBody: required: true content: @@ -67441,17 +67456,17 @@ paths: description: Response when the codespace was successfully created content: application/json: - schema: *285 + schema: *286 examples: - default: *473 + default: *474 '202': description: Response when the codespace creation partially failed but is being retried in the background content: application/json: - schema: *285 + schema: *286 examples: - default: *473 + default: *474 '400': *14 '401': *23 '403': *27 @@ -67480,8 +67495,8 @@ paths: parameters: - *17 - *19 - - *364 - *365 + - *366 responses: '200': description: Response @@ -67545,8 +67560,8 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/codespaces/machines#list-available-machine-types-for-a-repository parameters: - - *364 - *365 + - *366 - name: location description: The location to check for available machines. Assigned by IP if not provided. @@ -67583,9 +67598,9 @@ paths: type: integer machines: type: array - items: *474 + items: *475 examples: - default: &705 + default: &706 value: total_count: 2 machines: @@ -67625,8 +67640,8 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/codespaces/codespaces#get-default-attributes-for-a-codespace parameters: - - *364 - *365 + - *366 - name: ref description: The branch or commit to check for a default devcontainer path. If not specified, the default branch will be checked. @@ -67713,8 +67728,8 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/codespaces/codespaces#check-if-permissions-defined-by-a-devcontainer-have-been-accepted-by-the-authenticated-user parameters: - - *364 - *365 + - *366 - 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 @@ -67783,8 +67798,8 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/codespaces/repository-secrets#list-repository-secrets parameters: - - *364 - *365 + - *366 - *17 - *19 responses: @@ -67802,7 +67817,7 @@ paths: type: integer secrets: type: array - items: &478 + items: &479 title: Codespaces Secret description: Set repository secrets for GitHub Codespaces. type: object @@ -67823,7 +67838,7 @@ paths: - created_at - updated_at examples: - default: *475 + default: *476 headers: Link: *37 x-github: @@ -67846,16 +67861,16 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/codespaces/repository-secrets#get-a-repository-public-key parameters: - - *364 - *365 + - *366 responses: '200': description: Response content: application/json: - schema: *476 + schema: *477 examples: - default: *477 + default: *478 x-github: githubCloudOnly: false enabledForGitHubApps: false @@ -67875,17 +67890,17 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/codespaces/repository-secrets#get-a-repository-secret parameters: - - *364 - *365 + - *366 - *199 responses: '200': description: Response content: application/json: - schema: *478 + schema: *479 examples: - default: *479 + default: *480 x-github: githubCloudOnly: false enabledForGitHubApps: true @@ -67905,8 +67920,8 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/codespaces/repository-secrets#create-or-update-a-repository-secret parameters: - - *364 - *365 + - *366 - *199 requestBody: required: true @@ -67959,8 +67974,8 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/codespaces/repository-secrets#delete-a-repository-secret parameters: - - *364 - *365 + - *366 - *199 responses: '204': @@ -67989,8 +68004,8 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/collaborators/collaborators#list-repository-collaborators parameters: - - *364 - *365 + - *366 - name: affiliation description: Filter collaborators returned by their affiliation. `outside` means all outside collaborators of an organization-owned repository. `direct` @@ -68028,7 +68043,7 @@ paths: application/json: schema: type: array - items: &480 + items: &481 title: Collaborator description: Collaborator type: object @@ -68221,8 +68236,8 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/collaborators/collaborators#check-if-a-user-is-a-repository-collaborator parameters: - - *364 - *365 + - *366 - *211 responses: '204': @@ -68265,8 +68280,8 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/collaborators/collaborators#add-a-repository-collaborator parameters: - - *364 - *365 + - *366 - *211 requestBody: required: false @@ -68293,7 +68308,7 @@ paths: description: Response when a new invitation is created content: application/json: - schema: &547 + schema: &548 title: Repository Invitation description: Repository invitations let you manage who you collaborate with. @@ -68514,8 +68529,8 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/collaborators/collaborators#remove-a-repository-collaborator parameters: - - *364 - *365 + - *366 - *211 responses: '204': @@ -68545,8 +68560,8 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/collaborators/collaborators#get-repository-permissions-for-a-user parameters: - - *364 - *365 + - *366 - *211 responses: '200': @@ -68567,7 +68582,7 @@ paths: user: anyOf: - type: 'null' - - *480 + - *481 required: - permission - role_name @@ -68621,8 +68636,8 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/commits/comments#list-commit-comments-for-a-repository parameters: - - *364 - *365 + - *366 - *17 - *19 responses: @@ -68632,7 +68647,7 @@ paths: application/json: schema: type: array - items: &481 + items: &482 title: Commit Comment description: Commit Comment type: object @@ -68690,7 +68705,7 @@ paths: - created_at - updated_at examples: - default: &484 + default: &485 value: - html_url: https://github.com/octocat/Hello-World/commit/6dcb09b5b57875f334f61aebed695e2e4193db5e#commitcomment-1 url: https://api.github.com/repos/octocat/Hello-World/comments/1 @@ -68749,17 +68764,17 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/commits/comments#get-a-commit-comment parameters: - - *364 - *365 + - *366 - *146 responses: '200': description: Response content: application/json: - schema: *481 + schema: *482 examples: - default: &485 + default: &486 value: html_url: https://github.com/octocat/Hello-World/commit/6dcb09b5b57875f334f61aebed695e2e4193db5e#commitcomment-1 url: https://api.github.com/repos/octocat/Hello-World/comments/1 @@ -68816,8 +68831,8 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/commits/comments#update-a-commit-comment parameters: - - *364 - *365 + - *366 - *146 requestBody: required: true @@ -68840,7 +68855,7 @@ paths: description: Response content: application/json: - schema: *481 + schema: *482 examples: default: value: @@ -68891,8 +68906,8 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/commits/comments#delete-a-commit-comment parameters: - - *364 - *365 + - *366 - *146 responses: '204': @@ -68914,8 +68929,8 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/reactions/reactions#list-reactions-for-a-commit-comment parameters: - - *364 - *365 + - *366 - *146 - name: content description: Returns a single [reaction type](https://docs.github.com/enterprise-cloud@latest//rest/reactions/reactions#about-reactions). @@ -68942,9 +68957,9 @@ paths: application/json: schema: type: array - items: *353 + items: *354 examples: - default: *355 + default: *356 headers: Link: *37 '404': *6 @@ -68965,8 +68980,8 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/reactions/reactions#create-reaction-for-a-commit-comment parameters: - - *364 - *365 + - *366 - *146 requestBody: required: true @@ -68999,16 +69014,16 @@ paths: description: Reaction exists content: application/json: - schema: *353 + schema: *354 examples: - default: *354 + default: *355 '201': description: Reaction created content: application/json: - schema: *353 + schema: *354 examples: - default: *354 + default: *355 '422': *15 x-github: githubCloudOnly: false @@ -69030,10 +69045,10 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/reactions/reactions#delete-a-commit-comment-reaction parameters: - - *364 - *365 + - *366 - *146 - - *356 + - *357 responses: '204': description: Response @@ -69082,8 +69097,8 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/commits/commits#list-commits parameters: - - *364 - *365 + - *366 - name: sha description: 'SHA or branch to start listing commits from. Default: the repository’s default branch (usually `main`).' @@ -69139,9 +69154,9 @@ paths: application/json: schema: type: array - items: *482 + items: *483 examples: - default: &595 + default: &596 value: - url: https://api.github.com/repos/octocat/Hello-World/commits/6dcb09b5b57875f334f61aebed695e2e4193db5e sha: 6dcb09b5b57875f334f61aebed695e2e4193db5e @@ -69235,9 +69250,9 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/commits/commits#list-branches-for-head-commit parameters: - - *364 - *365 - - &483 + - *366 + - &484 name: commit_sha description: The SHA of the commit. in: path @@ -69309,9 +69324,9 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/commits/comments#list-commit-comments parameters: - - *364 - *365 - - *483 + - *366 + - *484 - *17 - *19 responses: @@ -69321,9 +69336,9 @@ paths: application/json: schema: type: array - items: *481 + items: *482 examples: - default: *484 + default: *485 headers: Link: *37 x-github: @@ -69351,9 +69366,9 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/commits/comments#create-a-commit-comment parameters: - - *364 - *365 - - *483 + - *366 + - *484 requestBody: required: true content: @@ -69388,9 +69403,9 @@ paths: description: Response content: application/json: - schema: *481 + schema: *482 examples: - default: *485 + default: *486 headers: Location: example: https://api.github.com/repos/octocat/Hello-World/comments/1 @@ -69418,9 +69433,9 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/commits/commits#list-pull-requests-associated-with-a-commit parameters: - - *364 - *365 - - *483 + - *366 + - *484 - *17 - *19 responses: @@ -69430,7 +69445,7 @@ paths: application/json: schema: type: array - items: &586 + items: &587 title: Pull Request Simple description: Pull Request Simple type: object @@ -69550,7 +69565,7 @@ paths: milestone: anyOf: - type: 'null' - - *486 + - *487 active_lock_reason: type: - string @@ -69649,7 +69664,7 @@ paths: _links: type: object properties: - comments: &487 + comments: &488 title: Link description: Hypermedia Link type: object @@ -69658,13 +69673,13 @@ paths: type: string required: - href - commits: *487 - statuses: *487 - html: *487 - issue: *487 - review_comments: *487 - review_comment: *487 - self: *487 + commits: *488 + statuses: *488 + html: *488 + issue: *488 + review_comments: *488 + review_comment: *488 + self: *488 required: - comments - commits @@ -69675,7 +69690,7 @@ paths: - review_comment - self author_association: *134 - auto_merge: &588 + auto_merge: &589 title: Auto merge description: The status of auto merging a pull request. type: @@ -69740,7 +69755,7 @@ paths: - author_association - auto_merge examples: - default: &587 + default: &588 value: - url: https://api.github.com/repos/octocat/Hello-World/pulls/1347 id: 1 @@ -70277,11 +70292,11 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/commits/commits#get-a-commit parameters: - - *364 - *365 + - *366 - *19 - *17 - - &488 + - &489 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)" @@ -70296,9 +70311,9 @@ paths: description: Response content: application/json: - schema: *482 + schema: *483 examples: - default: &574 + default: &575 value: url: https://api.github.com/repos/octocat/Hello-World/commits/6dcb09b5b57875f334f61aebed695e2e4193db5e sha: 6dcb09b5b57875f334f61aebed695e2e4193db5e @@ -70411,11 +70426,11 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/checks/runs#list-check-runs-for-a-git-reference parameters: - - *364 - *365 - - *488 + - *366 - *489 - *490 + - *491 - name: filter description: Filters check runs by their `completed_at` timestamp. `latest` returns the most recent check runs. @@ -70449,9 +70464,9 @@ paths: type: integer check_runs: type: array - items: *437 + items: *438 examples: - default: *491 + default: *492 headers: Link: *37 x-github: @@ -70476,9 +70491,9 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/checks/suites#list-check-suites-for-a-git-reference parameters: - - *364 - *365 - - *488 + - *366 + - *489 - name: app_id description: Filters check suites by GitHub App `id`. in: query @@ -70486,7 +70501,7 @@ paths: schema: type: integer example: 1 - - *489 + - *490 - *17 - *19 responses: @@ -70504,7 +70519,7 @@ paths: type: integer check_suites: type: array - items: *441 + items: *442 examples: default: value: @@ -70704,9 +70719,9 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/commits/statuses#get-the-combined-status-for-a-specific-reference parameters: - - *364 - *365 - - *488 + - *366 + - *489 - *17 - *19 responses: @@ -70908,9 +70923,9 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/commits/statuses#list-commit-statuses-for-a-reference parameters: - - *364 - *365 - - *488 + - *366 + - *489 - *17 - *19 responses: @@ -70920,7 +70935,7 @@ paths: application/json: schema: type: array - items: &653 + items: &654 title: Status description: The status of a commit. type: object @@ -71001,7 +71016,7 @@ paths: site_admin: false headers: Link: *37 - '301': *378 + '301': *379 x-github: githubCloudOnly: false enabledForGitHubApps: true @@ -71029,8 +71044,8 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/metrics/community#get-community-profile-metrics parameters: - - *364 - *365 + - *366 responses: '200': description: Response @@ -71063,11 +71078,11 @@ paths: code_of_conduct: anyOf: - type: 'null' - - *492 + - *493 code_of_conduct_file: anyOf: - type: 'null' - - &493 + - &494 title: Community Health File type: object properties: @@ -71087,19 +71102,19 @@ paths: contributing: anyOf: - type: 'null' - - *493 + - *494 readme: anyOf: - type: 'null' - - *493 + - *494 issue_template: anyOf: - type: 'null' - - *493 + - *494 pull_request_template: anyOf: - type: 'null' - - *493 + - *494 required: - code_of_conduct - code_of_conduct_file @@ -71228,8 +71243,8 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/commits/commits#compare-two-commits parameters: - - *364 - *365 + - *366 - *19 - *17 - name: basehead @@ -71277,8 +71292,8 @@ paths: format: uri examples: - https://github.com/octocat/Hello-World/compare/master...topic.patch - base_commit: *482 - merge_base_commit: *482 + base_commit: *483 + merge_base_commit: *483 status: type: string enum: @@ -71302,10 +71317,10 @@ paths: - 6 commits: type: array - items: *482 + items: *483 files: type: array - items: *494 + items: *495 required: - url - html_url @@ -71591,8 +71606,8 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/repos/contents#get-repository-content parameters: - - *364 - *365 + - *366 - name: path description: path parameter in: path @@ -71745,7 +71760,7 @@ paths: - type - url examples: - response-if-content-is-a-file: &495 + response-if-content-is-a-file: &496 summary: Response if content is a file value: type: file @@ -71882,7 +71897,7 @@ paths: - size - type - url - - &600 + - &601 title: Content File description: Content File type: object @@ -72100,7 +72115,7 @@ paths: - url - submodule_git_url examples: - response-if-content-is-a-file: *495 + response-if-content-is-a-file: *496 response-if-content-is-a-directory: summary: Response if content is a directory and the application/json media type is requested @@ -72169,7 +72184,7 @@ paths: html: https://github.com/jquery/qunit/tree/6ca3721222109997540bd6d9ccd396902e0ad2f9 '404': *6 '403': *27 - '302': *496 + '302': *497 '304': *35 x-github: githubCloudOnly: false @@ -72192,8 +72207,8 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/repos/contents#create-or-update-file-contents parameters: - - *364 - *365 + - *366 - name: path description: path parameter in: path @@ -72288,7 +72303,7 @@ paths: description: Response content: application/json: - schema: &497 + schema: &498 title: File Commit description: File Commit type: object @@ -72444,7 +72459,7 @@ paths: description: Response content: application/json: - schema: *497 + schema: *498 examples: example-for-creating-a-file: value: @@ -72498,7 +72513,7 @@ paths: schema: oneOf: - *3 - - &529 + - &530 description: Repository rule violation was detected type: object properties: @@ -72519,7 +72534,7 @@ paths: items: type: object properties: - placeholder_id: &645 + placeholder_id: &646 description: The ID of the push protection bypass placeholder. This value is returned on any push protected routes. @@ -72551,8 +72566,8 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/repos/contents#delete-a-file parameters: - - *364 - *365 + - *366 - name: path description: path parameter in: path @@ -72613,7 +72628,7 @@ paths: description: Response content: application/json: - schema: *497 + schema: *498 examples: default: value: @@ -72668,8 +72683,8 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/repos/repos#list-repository-contributors parameters: - - *364 - *365 + - *366 - name: anon description: Set to `1` or `true` to include anonymous contributors in results. in: query @@ -72793,8 +72808,8 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/dependabot/alerts#list-dependabot-alerts-for-a-repository parameters: - - *364 - *365 + - *366 - *242 - *243 - *244 @@ -72808,6 +72823,7 @@ paths: - *246 - *247 - *248 + - *249 - *84 - name: page description: "**Closing down notice**. Page number of the results to fetch. @@ -72827,8 +72843,8 @@ paths: default: 30 - *82 - *83 - - *249 - *250 + - *251 responses: '200': description: Response @@ -72836,7 +72852,7 @@ paths: application/json: schema: type: array - items: &500 + items: &501 type: object description: A Dependabot alert. properties: @@ -72886,7 +72902,7 @@ paths: - direct - transitive - - security_advisory: *498 + security_advisory: *499 security_vulnerability: *100 url: *101 html_url: *102 @@ -72917,7 +72933,7 @@ paths: dismissal. maxLength: 280 fixed_at: *106 - auto_dismissed_at: *499 + auto_dismissed_at: *500 required: - number - state @@ -73147,9 +73163,9 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/dependabot/alerts#get-a-dependabot-alert parameters: - - *364 - *365 - - &501 + - *366 + - &502 name: alert_number in: path description: |- @@ -73164,7 +73180,7 @@ paths: description: Response content: application/json: - schema: *500 + schema: *501 examples: default: value: @@ -73277,9 +73293,9 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/dependabot/alerts#update-a-dependabot-alert parameters: - - *364 - *365 - - *501 + - *366 + - *502 requestBody: required: true content: @@ -73324,7 +73340,7 @@ paths: description: Response content: application/json: - schema: *500 + schema: *501 examples: default: value: @@ -73453,8 +73469,8 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/dependabot/secrets#list-repository-secrets parameters: - - *364 - *365 + - *366 - *17 - *19 responses: @@ -73472,7 +73488,7 @@ paths: type: integer secrets: type: array - items: &504 + items: &505 title: Dependabot Secret description: Set secrets for Dependabot. type: object @@ -73526,16 +73542,16 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/dependabot/secrets#get-a-repository-public-key parameters: - - *364 - *365 + - *366 responses: '200': description: Response content: application/json: - schema: *502 + schema: *503 examples: - default: *503 + default: *504 x-github: githubCloudOnly: false enabledForGitHubApps: true @@ -73555,15 +73571,15 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/dependabot/secrets#get-a-repository-secret parameters: - - *364 - *365 + - *366 - *199 responses: '200': description: Response content: application/json: - schema: *504 + schema: *505 examples: default: value: @@ -73589,8 +73605,8 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/dependabot/secrets#create-or-update-a-repository-secret parameters: - - *364 - *365 + - *366 - *199 requestBody: required: true @@ -73643,8 +73659,8 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/dependabot/secrets#delete-a-repository-secret parameters: - - *364 - *365 + - *366 - *199 responses: '204': @@ -73667,8 +73683,8 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/dependency-graph/dependency-review#get-a-diff-of-the-dependencies-between-commits parameters: - - *364 - *365 + - *366 - 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 @@ -73842,8 +73858,8 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/dependency-graph/sboms#export-a-software-bill-of-materials-sbom-for-a-repository parameters: - - *364 - *365 + - *366 responses: '200': description: Response @@ -74103,8 +74119,8 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/dependency-graph/dependency-submission#create-a-snapshot-of-dependencies-for-a-repository parameters: - - *364 - *365 + - *366 requestBody: required: true content: @@ -74187,7 +74203,7 @@ paths: - version - url additionalProperties: false - metadata: &505 + metadata: &506 title: metadata description: User-defined metadata to store domain-specific information limited to 8 keys with scalar values. @@ -74226,7 +74242,7 @@ paths: examples: - "/src/build/package-lock.json" additionalProperties: false - metadata: *505 + metadata: *506 resolved: type: object description: A collection of resolved package dependencies. @@ -74240,7 +74256,7 @@ paths: pattern: "^pkg" examples: - pkg:/npm/%40actions/http-client@1.0.11 - metadata: *505 + metadata: *506 relationship: type: string description: A notation of whether a dependency is requested @@ -74373,8 +74389,8 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/deployments/deployments#list-deployments parameters: - - *364 - *365 + - *366 - name: sha description: The SHA recorded at creation time. in: query @@ -74415,9 +74431,9 @@ paths: application/json: schema: type: array - items: *506 + items: *507 examples: - default: *507 + default: *508 headers: Link: *37 x-github: @@ -74483,8 +74499,8 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/deployments/deployments#create-a-deployment parameters: - - *364 - *365 + - *366 requestBody: required: true content: @@ -74566,7 +74582,7 @@ paths: description: Response content: application/json: - schema: *506 + schema: *507 examples: simple-example: summary: Simple example @@ -74639,9 +74655,9 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/deployments/deployments#get-a-deployment parameters: - - *364 - *365 - - &508 + - *366 + - &509 name: deployment_id description: deployment_id parameter in: path @@ -74653,7 +74669,7 @@ paths: description: Response content: application/json: - schema: *506 + schema: *507 examples: default: value: @@ -74718,9 +74734,9 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/deployments/deployments#delete-a-deployment parameters: - - *364 - *365 - - *508 + - *366 + - *509 responses: '204': description: Response @@ -74742,9 +74758,9 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/deployments/statuses#list-deployment-statuses parameters: - - *364 - *365 - - *508 + - *366 + - *509 - *17 - *19 responses: @@ -74754,7 +74770,7 @@ paths: application/json: schema: type: array - items: &509 + items: &510 title: Deployment Status description: The status of a deployment. type: object @@ -74918,9 +74934,9 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/deployments/statuses#create-a-deployment-status parameters: - - *364 - *365 - - *508 + - *366 + - *509 requestBody: required: true content: @@ -74995,9 +75011,9 @@ paths: description: Response content: application/json: - schema: *509 + schema: *510 examples: - default: &510 + default: &511 value: url: https://api.github.com/repos/octocat/example/deployments/42/statuses/1 id: 1 @@ -75053,9 +75069,9 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/deployments/statuses#get-a-deployment-status parameters: - - *364 - *365 - - *508 + - *366 + - *509 - name: status_id in: path required: true @@ -75066,9 +75082,9 @@ paths: description: Response content: application/json: - schema: *509 + schema: *510 examples: - default: *510 + default: *511 '404': *6 x-github: githubCloudOnly: false @@ -75095,12 +75111,12 @@ paths: category: secret-scanning subcategory: alert-dismissal-requests parameters: - - *364 - *365 + - *366 - *212 - *213 - *214 - - *511 + - *512 - *17 - *19 responses: @@ -75110,9 +75126,9 @@ paths: application/json: schema: type: array - items: *512 + items: *513 examples: - default: *513 + default: *514 '404': *6 '403': *27 '500': *95 @@ -75137,8 +75153,8 @@ paths: category: secret-scanning subcategory: alert-dismissal-requests parameters: - - *364 - *365 + - *366 - name: alert_number in: path required: true @@ -75150,7 +75166,7 @@ paths: description: A single dismissal request. content: application/json: - schema: *512 + schema: *513 examples: default: value: @@ -75207,8 +75223,8 @@ paths: category: secret-scanning subcategory: alert-dismissal-requests parameters: - - *364 - *365 + - *366 - name: alert_number in: path required: true @@ -75277,8 +75293,8 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/repos/repos#create-a-repository-dispatch-event parameters: - - *364 - *365 + - *366 requestBody: required: true content: @@ -75335,8 +75351,8 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/deployments/environments#list-environments parameters: - - *364 - *365 + - *366 - *17 - *19 responses: @@ -75354,7 +75370,7 @@ paths: - 5 environments: type: array - items: &515 + items: &516 title: Environment description: Details of a deployment environment type: object @@ -75416,7 +75432,7 @@ paths: type: string examples: - wait_timer - wait_timer: &517 + wait_timer: &518 type: integer description: The amount of time to delay a job after the job is initially triggered. The time (in minutes) @@ -75458,7 +75474,7 @@ paths: items: type: object properties: - type: *514 + type: *515 reviewer: anyOf: - *4 @@ -75485,7 +75501,7 @@ paths: - id - node_id - type - deployment_branch_policy: &518 + deployment_branch_policy: &519 type: - object - 'null' @@ -75602,9 +75618,9 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/deployments/environments#get-an-environment parameters: - - *364 - *365 - - &516 + - *366 + - &517 name: environment_name in: path required: true @@ -75617,9 +75633,9 @@ paths: description: Response content: application/json: - schema: *515 + schema: *516 examples: - default: &519 + default: &520 value: id: 161088068 node_id: MDExOkVudmlyb25tZW50MTYxMDg4MDY4 @@ -75703,9 +75719,9 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/deployments/environments#create-or-update-an-environment parameters: - - *364 - *365 - - *516 + - *366 + - *517 requestBody: required: false content: @@ -75715,7 +75731,7 @@ paths: - object - 'null' properties: - wait_timer: *517 + wait_timer: *518 prevent_self_review: type: boolean description: Whether or not a user who created the job is prevented @@ -75734,14 +75750,14 @@ paths: items: type: object properties: - type: *514 + type: *515 id: type: integer description: The id of the user or team who can review the deployment examples: - 4532992 - deployment_branch_policy: *518 + deployment_branch_policy: *519 additionalProperties: false examples: default: @@ -75761,9 +75777,9 @@ paths: description: Response content: application/json: - schema: *515 + schema: *516 examples: - default: *519 + default: *520 '422': description: Validation error when the environment name is invalid or when `protected_branches` and `custom_branch_policies` in `deployment_branch_policy` @@ -75787,9 +75803,9 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/deployments/environments#delete-an-environment parameters: - - *364 - *365 - - *516 + - *366 + - *517 responses: '204': description: Default response @@ -75814,9 +75830,9 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/deployments/branch-policies#list-deployment-branch-policies parameters: - - *364 - *365 - - *516 + - *366 + - *517 - *17 - *19 responses: @@ -75835,7 +75851,7 @@ paths: - 2 branch_policies: type: array - items: &520 + items: &521 title: Deployment branch policy description: Details of a deployment branch or tag policy. type: object @@ -75896,9 +75912,9 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/deployments/branch-policies#create-a-deployment-branch-policy parameters: - - *364 - *365 - - *516 + - *366 + - *517 requestBody: required: true content: @@ -75946,9 +75962,9 @@ paths: description: Response content: application/json: - schema: *520 + schema: *521 examples: - example-wildcard: &521 + example-wildcard: &522 value: id: 364662 node_id: MDE2OkdhdGVCcmFuY2hQb2xpY3kzNjQ2NjI= @@ -75990,10 +76006,10 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/deployments/branch-policies#get-a-deployment-branch-policy parameters: - - *364 - *365 - - *516 - - &522 + - *366 + - *517 + - &523 name: branch_policy_id in: path required: true @@ -76005,9 +76021,9 @@ paths: description: Response content: application/json: - schema: *520 + schema: *521 examples: - default: *521 + default: *522 x-github: githubCloudOnly: false enabledForGitHubApps: true @@ -76026,10 +76042,10 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/deployments/branch-policies#update-a-deployment-branch-policy parameters: - - *364 - *365 - - *516 - - *522 + - *366 + - *517 + - *523 requestBody: required: true content: @@ -76058,9 +76074,9 @@ paths: description: Response content: application/json: - schema: *520 + schema: *521 examples: - default: *521 + default: *522 x-github: githubCloudOnly: false enabledForGitHubApps: true @@ -76079,10 +76095,10 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/deployments/branch-policies#delete-a-deployment-branch-policy parameters: - - *364 - *365 - - *516 - - *522 + - *366 + - *517 + - *523 responses: '204': description: Response @@ -76107,9 +76123,9 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/deployments/protection-rules#get-all-deployment-protection-rules-for-an-environment parameters: - - *516 + - *517 + - *366 - *365 - - *364 responses: '200': description: List of deployment protection rules @@ -76126,7 +76142,7 @@ paths: - 10 custom_deployment_protection_rules: type: array - items: &523 + items: &524 title: Deployment protection rule description: Deployment protection rule type: object @@ -76148,7 +76164,7 @@ paths: for the environment. examples: - true - app: &524 + app: &525 title: Custom deployment protection rule app description: A GitHub App that is providing a custom deployment protection rule. @@ -76251,9 +76267,9 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/deployments/protection-rules#create-a-custom-deployment-protection-rule-on-an-environment parameters: - - *516 + - *517 + - *366 - *365 - - *364 requestBody: content: application/json: @@ -76274,9 +76290,9 @@ paths: description: The enabled custom deployment protection rule content: application/json: - schema: *523 + schema: *524 examples: - default: &525 + default: &526 value: id: 3 node_id: IEH37kRlcGxveW1lbnRTdGF0ddiv @@ -76311,9 +76327,9 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/deployments/protection-rules#list-custom-deployment-rule-integrations-available-for-an-environment parameters: - - *516 + - *517 + - *366 - *365 - - *364 - *19 - *17 responses: @@ -76333,7 +76349,7 @@ paths: - 35 available_custom_deployment_protection_rule_integrations: type: array - items: *524 + items: *525 examples: default: value: @@ -76368,10 +76384,10 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/deployments/protection-rules#get-a-custom-deployment-protection-rule parameters: - - *364 - *365 - - *516 - - &526 + - *366 + - *517 + - &527 name: protection_rule_id description: The unique identifier of the protection rule. in: path @@ -76383,9 +76399,9 @@ paths: description: Response content: application/json: - schema: *523 + schema: *524 examples: - default: *525 + default: *526 x-github: githubCloudOnly: false enabledForGitHubApps: true @@ -76406,10 +76422,10 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/deployments/protection-rules#disable-a-custom-protection-rule-for-an-environment parameters: - - *516 + - *517 + - *366 - *365 - - *364 - - *526 + - *527 responses: '204': description: Response @@ -76435,9 +76451,9 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/actions/secrets#list-environment-secrets parameters: - - *364 - *365 - - *516 + - *366 + - *517 - *17 - *19 responses: @@ -76455,9 +76471,9 @@ paths: type: integer secrets: type: array - items: *401 + items: *402 examples: - default: *402 + default: *403 headers: Link: *37 x-github: @@ -76482,17 +76498,17 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/actions/secrets#get-an-environment-public-key parameters: - - *364 - *365 - - *516 + - *366 + - *517 responses: '200': description: Response content: application/json: - schema: *403 + schema: *404 examples: - default: *404 + default: *405 x-github: githubCloudOnly: false enabledForGitHubApps: true @@ -76514,18 +76530,18 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/actions/secrets#get-an-environment-secret parameters: - - *364 - *365 - - *516 + - *366 + - *517 - *199 responses: '200': description: Response content: application/json: - schema: *401 + schema: *402 examples: - default: *527 + default: *528 x-github: githubCloudOnly: false enabledForGitHubApps: true @@ -76547,9 +76563,9 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/actions/secrets#create-or-update-an-environment-secret parameters: - - *364 - *365 - - *516 + - *366 + - *517 - *199 requestBody: required: true @@ -76607,9 +76623,9 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/actions/secrets#delete-an-environment-secret parameters: - - *364 - *365 - - *516 + - *366 + - *517 - *199 responses: '204': @@ -76635,10 +76651,10 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/actions/variables#list-environment-variables parameters: - - *364 - *365 - - *516 - - *388 + - *366 + - *517 + - *389 - *19 responses: '200': @@ -76655,9 +76671,9 @@ paths: type: integer variables: type: array - items: *405 + items: *406 examples: - default: *406 + default: *407 headers: Link: *37 x-github: @@ -76680,9 +76696,9 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/actions/variables#create-an-environment-variable parameters: - - *364 - *365 - - *516 + - *366 + - *517 requestBody: required: true content: @@ -76734,18 +76750,18 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/actions/variables#get-an-environment-variable parameters: - - *364 - *365 - - *516 + - *366 + - *517 - *202 responses: '200': description: Response content: application/json: - schema: *405 + schema: *406 examples: - default: *528 + default: *529 x-github: githubCloudOnly: false enabledForGitHubApps: true @@ -76766,10 +76782,10 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/actions/variables#update-an-environment-variable parameters: - - *364 - *365 + - *366 - *202 - - *516 + - *517 requestBody: required: true content: @@ -76811,10 +76827,10 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/actions/variables#delete-an-environment-variable parameters: - - *364 - *365 + - *366 - *202 - - *516 + - *517 responses: '204': description: Response @@ -76836,8 +76852,8 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/activity/events#list-repository-events parameters: - - *364 - *365 + - *366 - *17 - *19 responses: @@ -76914,8 +76930,8 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/repos/forks#list-forks parameters: - - *364 - *365 + - *366 - name: sort description: The sort order. `stargazers` will sort by star count. in: query @@ -77074,8 +77090,8 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/repos/forks#create-a-fork parameters: - - *364 - *365 + - *366 requestBody: required: false content: @@ -77108,9 +77124,9 @@ paths: description: Response content: application/json: - schema: *377 + schema: *378 examples: - default: *379 + default: *380 '400': *14 '422': *15 '403': *27 @@ -77131,8 +77147,8 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/git/blobs#create-a-blob parameters: - - *364 - *365 + - *366 requestBody: required: true content: @@ -77192,7 +77208,7 @@ paths: schema: oneOf: - *172 - - *529 + - *530 x-github: githubCloudOnly: false enabledForGitHubApps: true @@ -77217,8 +77233,8 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/git/blobs#get-a-blob parameters: - - *364 - *365 + - *366 - name: file_sha in: path required: true @@ -77318,8 +77334,8 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/git/commits#create-a-commit parameters: - - *364 - *365 + - *366 requestBody: required: true content: @@ -77428,7 +77444,7 @@ paths: description: Response content: application/json: - schema: &530 + schema: &531 title: Git Commit description: Low-level Git commit operations within a repository type: object @@ -77655,15 +77671,15 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/git/commits#get-a-commit-object parameters: - - *364 - *365 - - *483 + - *366 + - *484 responses: '200': description: Response content: application/json: - schema: *530 + schema: *531 examples: default: value: @@ -77719,9 +77735,9 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/git/refs#list-matching-references parameters: - - *364 - *365 - - &531 + - *366 + - &532 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. @@ -77738,7 +77754,7 @@ paths: application/json: schema: type: array - items: &532 + items: &533 title: Git Reference description: Git references within a repository type: object @@ -77814,17 +77830,17 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/git/refs#get-a-reference parameters: - - *364 - *365 - - *531 + - *366 + - *532 responses: '200': description: Response content: application/json: - schema: *532 + schema: *533 examples: - default: &533 + default: &534 value: ref: refs/heads/featureA node_id: MDM6UmVmcmVmcy9oZWFkcy9mZWF0dXJlQQ== @@ -77853,8 +77869,8 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/git/refs#create-a-reference parameters: - - *364 - *365 + - *366 requestBody: required: true content: @@ -77883,9 +77899,9 @@ paths: description: Response content: application/json: - schema: *532 + schema: *533 examples: - default: *533 + default: *534 headers: Location: example: https://api.github.com/repos/octocat/Hello-World/git/refs/heads/featureA @@ -77911,9 +77927,9 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/git/refs#update-a-reference parameters: - - *364 - *365 - - *531 + - *366 + - *532 requestBody: required: true content: @@ -77942,9 +77958,9 @@ paths: description: Response content: application/json: - schema: *532 + schema: *533 examples: - default: *533 + default: *534 '422': *15 '409': *92 x-github: @@ -77962,9 +77978,9 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/git/refs#delete-a-reference parameters: - - *364 - *365 - - *531 + - *366 + - *532 responses: '204': description: Response @@ -78019,8 +78035,8 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/git/tags#create-a-tag-object parameters: - - *364 - *365 + - *366 requestBody: required: true content: @@ -78087,7 +78103,7 @@ paths: description: Response content: application/json: - schema: &535 + schema: &536 title: Git Tag description: Metadata for a Git tag type: object @@ -78143,7 +78159,7 @@ paths: - sha - type - url - verification: *534 + verification: *535 required: - sha - url @@ -78153,7 +78169,7 @@ paths: - tag - message examples: - default: &536 + default: &537 value: node_id: MDM6VGFnOTQwYmQzMzYyNDhlZmFlMGY5ZWU1YmM3YjJkNWM5ODU4ODdiMTZhYw== tag: v0.0.1 @@ -78226,8 +78242,8 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/git/tags#get-a-tag parameters: - - *364 - *365 + - *366 - name: tag_sha in: path required: true @@ -78238,9 +78254,9 @@ paths: description: Response content: application/json: - schema: *535 + schema: *536 examples: - default: *536 + default: *537 '404': *6 '409': *92 x-github: @@ -78264,8 +78280,8 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/git/trees#create-a-tree parameters: - - *364 - *365 + - *366 requestBody: required: true content: @@ -78339,7 +78355,7 @@ paths: description: Response content: application/json: - schema: &537 + schema: &538 title: Git Tree description: The hierarchy between files in a Git repository. type: object @@ -78441,8 +78457,8 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/git/trees#get-a-tree parameters: - - *364 - *365 + - *366 - name: tree_sha description: The SHA1 value or ref (branch or tag) name of the tree. in: path @@ -78465,7 +78481,7 @@ paths: description: Response content: application/json: - schema: *537 + schema: *538 examples: default-response: summary: Default response @@ -78524,8 +78540,8 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/repos/webhooks#list-repository-webhooks parameters: - - *364 - *365 + - *366 - *17 - *19 responses: @@ -78535,7 +78551,7 @@ paths: application/json: schema: type: array - items: &538 + items: &539 title: Webhook description: Webhooks for repositories. type: object @@ -78598,7 +78614,7 @@ paths: format: uri examples: - https://api.github.com/repos/octocat/Hello-World/hooks/1/deliveries - last_response: &779 + last_response: &780 title: Hook Response type: object properties: @@ -78675,8 +78691,8 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/repos/webhooks#create-a-repository-webhook parameters: - - *364 - *365 + - *366 requestBody: required: false content: @@ -78729,9 +78745,9 @@ paths: description: Response content: application/json: - schema: *538 + schema: *539 examples: - default: &539 + default: &540 value: type: Repository id: 12345678 @@ -78779,17 +78795,17 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/repos/webhooks#get-a-repository-webhook parameters: - - *364 - *365 - - *256 + - *366 + - *257 responses: '200': description: Response content: application/json: - schema: *538 + schema: *539 examples: - default: *539 + default: *540 '404': *6 x-github: githubCloudOnly: false @@ -78809,9 +78825,9 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/repos/webhooks#update-a-repository-webhook parameters: - - *364 - *365 - - *256 + - *366 + - *257 requestBody: required: true content: @@ -78856,9 +78872,9 @@ paths: description: Response content: application/json: - schema: *538 + schema: *539 examples: - default: *539 + default: *540 '422': *15 '404': *6 x-github: @@ -78879,9 +78895,9 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/repos/webhooks#delete-a-repository-webhook parameters: - - *364 - *365 - - *256 + - *366 + - *257 responses: '204': description: Response @@ -78905,9 +78921,9 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/repos/webhooks#get-a-webhook-configuration-for-a-repository parameters: - - *364 - *365 - - *256 + - *366 + - *257 responses: '200': description: Response @@ -78934,9 +78950,9 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/repos/webhooks#update-a-webhook-configuration-for-a-repository parameters: - - *364 - *365 - - *256 + - *366 + - *257 requestBody: required: false content: @@ -78980,11 +78996,11 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/repos/webhooks#list-deliveries-for-a-repository-webhook parameters: - - *364 - *365 - - *256 - - *17 + - *366 - *257 + - *17 + - *258 responses: '200': description: Response @@ -78992,9 +79008,9 @@ paths: application/json: schema: type: array - items: *258 + items: *259 examples: - default: *259 + default: *260 '400': *14 '422': *15 x-github: @@ -79013,18 +79029,18 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/repos/webhooks#get-a-delivery-for-a-repository-webhook parameters: - - *364 - *365 - - *256 + - *366 + - *257 - *16 responses: '200': description: Response content: application/json: - schema: *260 + schema: *261 examples: - default: *261 + default: *262 '400': *14 '422': *15 x-github: @@ -79043,9 +79059,9 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/repos/webhooks#redeliver-a-delivery-for-a-repository-webhook parameters: - - *364 - *365 - - *256 + - *366 + - *257 - *16 responses: '202': *93 @@ -79068,9 +79084,9 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/repos/webhooks#ping-a-repository-webhook parameters: - - *364 - *365 - - *256 + - *366 + - *257 responses: '204': description: Response @@ -79095,9 +79111,9 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/repos/webhooks#test-the-push-repository-webhook parameters: - - *364 - *365 - - *256 + - *366 + - *257 responses: '204': description: Response @@ -79155,14 +79171,14 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/migrations/source-imports#get-an-import-status parameters: - - *364 - *365 + - *366 responses: '200': description: Response content: application/json: - schema: &540 + schema: &541 title: Import description: A repository import from an external source. type: object @@ -79269,7 +79285,7 @@ paths: - html_url - authors_url examples: - default: &543 + default: &544 value: vcs: subversion use_lfs: true @@ -79285,7 +79301,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': &541 + '503': &542 description: Unavailable due to service under maintenance. content: application/json: @@ -79314,8 +79330,8 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/migrations/source-imports#start-an-import parameters: - - *364 - *365 + - *366 requestBody: required: true content: @@ -79363,7 +79379,7 @@ paths: description: Response content: application/json: - schema: *540 + schema: *541 examples: default: value: @@ -79388,7 +79404,7 @@ paths: type: string '422': *15 '404': *6 - '503': *541 + '503': *542 x-github: githubCloudOnly: false enabledForGitHubApps: true @@ -79416,8 +79432,8 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/migrations/source-imports#update-an-import parameters: - - *364 - *365 + - *366 requestBody: required: false content: @@ -79469,7 +79485,7 @@ paths: description: Response content: application/json: - schema: *540 + schema: *541 examples: example-1: summary: Example 1 @@ -79517,7 +79533,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': *541 + '503': *542 x-github: githubCloudOnly: false enabledForGitHubApps: true @@ -79540,12 +79556,12 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/migrations/source-imports#cancel-an-import parameters: - - *364 - *365 + - *366 responses: '204': description: Response - '503': *541 + '503': *542 x-github: githubCloudOnly: false enabledForGitHubApps: true @@ -79571,9 +79587,9 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/migrations/source-imports#get-commit-authors parameters: - - *364 - *365 - - &728 + - *366 + - &729 name: since description: A user ID. Only return users with an ID greater than this ID. in: query @@ -79587,7 +79603,7 @@ paths: application/json: schema: type: array - items: &542 + items: &543 title: Porter Author description: Porter Author type: object @@ -79641,7 +79657,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': *541 + '503': *542 x-github: githubCloudOnly: false enabledForGitHubApps: true @@ -79666,8 +79682,8 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/migrations/source-imports#map-a-commit-author parameters: - - *364 - *365 + - *366 - name: author_id in: path required: true @@ -79697,7 +79713,7 @@ paths: description: Response content: application/json: - schema: *542 + schema: *543 examples: default: value: @@ -79710,7 +79726,7 @@ paths: import_url: https://api.github.com/repos/octocat/socm/import '422': *15 '404': *6 - '503': *541 + '503': *542 x-github: githubCloudOnly: false enabledForGitHubApps: true @@ -79734,8 +79750,8 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/migrations/source-imports#get-large-files parameters: - - *364 - *365 + - *366 responses: '200': description: Response @@ -79776,7 +79792,7 @@ paths: path: foo/bar/3 oid: c20ad4d76fe97759aa27a0c99bff6710 size: 12582912 - '503': *541 + '503': *542 x-github: githubCloudOnly: false enabledForGitHubApps: true @@ -79804,8 +79820,8 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/migrations/source-imports#update-git-lfs-preference parameters: - - *364 - *365 + - *366 requestBody: required: true content: @@ -79832,11 +79848,11 @@ paths: description: Response content: application/json: - schema: *540 + schema: *541 examples: - default: *543 + default: *544 '422': *15 - '503': *541 + '503': *542 x-github: githubCloudOnly: false enabledForGitHubApps: true @@ -79859,8 +79875,8 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/apps/apps#get-a-repository-installation-for-the-authenticated-app parameters: - - *364 - *365 + - *366 responses: '200': description: Response @@ -79868,8 +79884,8 @@ paths: application/json: schema: *20 examples: - default: *544 - '301': *378 + default: *545 + '301': *379 '404': *6 x-github: githubCloudOnly: false @@ -79889,8 +79905,8 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/interactions/repos#get-interaction-restrictions-for-a-repository parameters: - - *364 - *365 + - *366 responses: '200': description: Response @@ -79898,12 +79914,12 @@ paths: application/json: schema: anyOf: - - *274 + - *275 - type: object properties: {} additionalProperties: false examples: - default: &546 + default: &547 value: limit: collaborators_only origin: repository @@ -79928,13 +79944,13 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/interactions/repos#set-interaction-restrictions-for-a-repository parameters: - - *364 - *365 + - *366 requestBody: required: true content: application/json: - schema: *545 + schema: *546 examples: default: summary: Example request body @@ -79946,9 +79962,9 @@ paths: description: Response content: application/json: - schema: *274 + schema: *275 examples: - default: *546 + default: *547 '409': description: Response x-github: @@ -79970,8 +79986,8 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/interactions/repos#remove-interaction-restrictions-for-a-repository parameters: - - *364 - *365 + - *366 responses: '204': description: Response @@ -79994,8 +80010,8 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/collaborators/invitations#list-repository-invitations parameters: - - *364 - *365 + - *366 - *17 - *19 responses: @@ -80005,9 +80021,9 @@ paths: application/json: schema: type: array - items: *547 + items: *548 examples: - default: &721 + default: &722 value: - id: 1 repository: @@ -80138,9 +80154,9 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/collaborators/invitations#update-a-repository-invitation parameters: - - *364 - *365 - - *278 + - *366 + - *279 requestBody: required: false content: @@ -80169,7 +80185,7 @@ paths: description: Response content: application/json: - schema: *547 + schema: *548 examples: default: value: @@ -80300,9 +80316,9 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/collaborators/invitations#delete-a-repository-invitation parameters: - - *364 - *365 - - *278 + - *366 + - *279 responses: '204': description: Response @@ -80333,8 +80349,8 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/issues/issues#list-repository-issues parameters: - - *364 - *365 + - *366 - 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 @@ -80382,7 +80398,7 @@ paths: required: false schema: type: string - - *282 + - *283 - name: sort description: What to sort results by. in: query @@ -80407,7 +80423,7 @@ paths: type: array items: *147 examples: - default: &556 + default: &557 value: - id: 1 node_id: MDU6SXNzdWUx @@ -80555,7 +80571,7 @@ paths: state_reason: completed headers: Link: *37 - '301': *378 + '301': *379 '422': *15 '404': *6 x-github: @@ -80584,8 +80600,8 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/issues/issues#create-an-issue parameters: - - *364 - *365 + - *366 requestBody: required: true content: @@ -80677,7 +80693,7 @@ paths: application/json: schema: *147 examples: - default: &551 + default: &552 value: id: 1 node_id: MDU6SXNzdWUx @@ -80833,7 +80849,7 @@ paths: '422': *15 '503': *128 '404': *6 - '410': *375 + '410': *376 x-github: triggersNotification: true githubCloudOnly: false @@ -80861,8 +80877,8 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/issues/comments#list-issue-comments-for-a-repository parameters: - - *364 - *365 + - *366 - *156 - name: direction description: Either `asc` or `desc`. Ignored without the `sort` parameter. @@ -80883,9 +80899,9 @@ paths: application/json: schema: type: array - items: *548 + items: *549 examples: - default: &553 + default: &554 value: - id: 1 node_id: MDEyOklzc3VlQ29tbWVudDE= @@ -80943,17 +80959,17 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/issues/comments#get-an-issue-comment parameters: - - *364 - *365 + - *366 - *146 responses: '200': description: Response content: application/json: - schema: *548 + schema: *549 examples: - default: &549 + default: &550 value: id: 1 node_id: MDEyOklzc3VlQ29tbWVudDE= @@ -81007,8 +81023,8 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/issues/comments#update-an-issue-comment parameters: - - *364 - *365 + - *366 - *146 requestBody: required: true @@ -81031,9 +81047,9 @@ paths: description: Response content: application/json: - schema: *548 + schema: *549 examples: - default: *549 + default: *550 '422': *15 x-github: githubCloudOnly: false @@ -81051,8 +81067,8 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/issues/comments#delete-an-issue-comment parameters: - - *364 - *365 + - *366 - *146 responses: '204': @@ -81073,8 +81089,8 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/reactions/reactions#list-reactions-for-an-issue-comment parameters: - - *364 - *365 + - *366 - *146 - name: content description: Returns a single [reaction type](https://docs.github.com/enterprise-cloud@latest//rest/reactions/reactions#about-reactions). @@ -81101,9 +81117,9 @@ paths: application/json: schema: type: array - items: *353 + items: *354 examples: - default: *355 + default: *356 headers: Link: *37 '404': *6 @@ -81124,8 +81140,8 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/reactions/reactions#create-reaction-for-an-issue-comment parameters: - - *364 - *365 + - *366 - *146 requestBody: required: true @@ -81158,16 +81174,16 @@ paths: description: Reaction exists content: application/json: - schema: *353 + schema: *354 examples: - default: *354 + default: *355 '201': description: Reaction created content: application/json: - schema: *353 + schema: *354 examples: - default: *354 + default: *355 '422': *15 x-github: githubCloudOnly: false @@ -81189,10 +81205,10 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/reactions/reactions#delete-an-issue-comment-reaction parameters: - - *364 - *365 + - *366 - *146 - - *356 + - *357 responses: '204': description: Response @@ -81212,8 +81228,8 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/issues/events#list-issue-events-for-a-repository parameters: - - *364 - *365 + - *366 - *17 - *19 responses: @@ -81223,7 +81239,7 @@ paths: application/json: schema: type: array - items: &550 + items: &551 title: Issue Event description: Issue Event type: object @@ -81562,8 +81578,8 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/issues/events#get-an-issue-event parameters: - - *364 - *365 + - *366 - name: event_id in: path required: true @@ -81574,7 +81590,7 @@ paths: description: Response content: application/json: - schema: *550 + schema: *551 examples: default: value: @@ -81767,7 +81783,7 @@ paths: author_association: COLLABORATOR state_reason: completed '404': *6 - '410': *375 + '410': *376 '403': *27 x-github: githubCloudOnly: false @@ -81801,9 +81817,9 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/issues/issues#get-an-issue parameters: - - *364 - *365 - - &552 + - *366 + - &553 name: issue_number description: The number that identifies the issue. in: path @@ -81817,10 +81833,10 @@ paths: application/json: schema: *147 examples: - default: *551 - '301': *378 + default: *552 + '301': *379 '404': *6 - '410': *375 + '410': *376 '304': *35 x-github: githubCloudOnly: false @@ -81845,9 +81861,9 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/issues/issues#update-an-issue parameters: - - *364 - *365 - - *552 + - *366 + - *553 requestBody: required: false content: @@ -81967,13 +81983,13 @@ paths: application/json: schema: *147 examples: - default: *551 + default: *552 '422': *15 '503': *128 '403': *27 - '301': *378 + '301': *379 '404': *6 - '410': *375 + '410': *376 x-github: githubCloudOnly: false enabledForGitHubApps: true @@ -81991,9 +82007,9 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/issues/assignees#add-assignees-to-an-issue parameters: - - *364 - *365 - - *552 + - *366 + - *553 requestBody: required: false content: @@ -82021,7 +82037,7 @@ paths: application/json: schema: *147 examples: - default: *551 + default: *552 x-github: githubCloudOnly: false enabledForGitHubApps: true @@ -82037,9 +82053,9 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/issues/assignees#remove-assignees-from-an-issue parameters: - - *364 - *365 - - *552 + - *366 + - *553 requestBody: content: application/json: @@ -82066,7 +82082,7 @@ paths: application/json: schema: *147 examples: - default: *551 + default: *552 x-github: githubCloudOnly: false enabledForGitHubApps: true @@ -82088,9 +82104,9 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/issues/assignees#check-if-a-user-can-be-assigned-to-a-issue parameters: - - *364 - *365 - - *552 + - *366 + - *553 - name: assignee in: path required: true @@ -82130,9 +82146,9 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/issues/comments#list-issue-comments parameters: - - *364 - *365 - - *552 + - *366 + - *553 - *137 - *17 - *19 @@ -82143,13 +82159,13 @@ paths: application/json: schema: type: array - items: *548 + items: *549 examples: - default: *553 + default: *554 headers: Link: *37 '404': *6 - '410': *375 + '410': *376 x-github: githubCloudOnly: false enabledForGitHubApps: true @@ -82178,9 +82194,9 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/issues/comments#create-an-issue-comment parameters: - - *364 - *365 - - *552 + - *366 + - *553 requestBody: required: true content: @@ -82202,16 +82218,16 @@ paths: description: Response content: application/json: - schema: *548 + schema: *549 examples: - default: *549 + default: *550 headers: Location: example: https://api.github.com/repos/octocat/Hello-World/issues/comments/1 schema: type: string '403': *27 - '410': *375 + '410': *376 '422': *15 '404': *6 x-github: @@ -82231,9 +82247,9 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/issues/events#list-issue-events parameters: - - *364 - *365 - - *552 + - *366 + - *553 - *17 - *19 responses: @@ -82247,7 +82263,7 @@ paths: title: Issue Event for Issue description: Issue Event for Issue anyOf: - - &557 + - &558 title: Labeled Issue Event description: Labeled Issue Event type: object @@ -82296,7 +82312,7 @@ paths: - commit_url - created_at - performed_via_github_app - - &558 + - &559 title: Unlabeled Issue Event description: Unlabeled Issue Event type: object @@ -82424,7 +82440,7 @@ paths: - performed_via_github_app - assignee - assigner - - &559 + - &560 title: Milestoned Issue Event description: Milestoned Issue Event type: object @@ -82470,7 +82486,7 @@ paths: - commit_url - created_at - performed_via_github_app - - &560 + - &561 title: Demilestoned Issue Event description: Demilestoned Issue Event type: object @@ -82516,7 +82532,7 @@ paths: - commit_url - created_at - performed_via_github_app - - &561 + - &562 title: Renamed Issue Event description: Renamed Issue Event type: object @@ -82565,7 +82581,7 @@ paths: - commit_url - created_at - performed_via_github_app - - &562 + - &563 title: Review Requested Issue Event description: Review Requested Issue Event type: object @@ -82607,7 +82623,7 @@ paths: - commit_url - created_at - performed_via_github_app - - &563 + - &564 title: Review Request Removed Issue Event description: Review Request Removed Issue Event type: object @@ -82649,7 +82665,7 @@ paths: - commit_url - created_at - performed_via_github_app - - &564 + - &565 title: Review Dismissed Issue Event description: Review Dismissed Issue Event type: object @@ -82705,7 +82721,7 @@ paths: - commit_url - created_at - performed_via_github_app - - &565 + - &566 title: Locked Issue Event description: Locked Issue Event type: object @@ -82750,7 +82766,7 @@ paths: - commit_url - created_at - performed_via_github_app - - &566 + - &567 title: Added to Project Issue Event description: Added to Project Issue Event type: object @@ -82811,7 +82827,7 @@ paths: - commit_url - created_at - performed_via_github_app - - &567 + - &568 title: Moved Column in Project Issue Event description: Moved Column in Project Issue Event type: object @@ -82872,7 +82888,7 @@ paths: - commit_url - created_at - performed_via_github_app - - &568 + - &569 title: Removed from Project Issue Event description: Removed from Project Issue Event type: object @@ -82933,7 +82949,7 @@ paths: - commit_url - created_at - performed_via_github_app - - &569 + - &570 title: Converted Note to Issue Issue Event description: Converted Note to Issue Issue Event type: object @@ -83026,7 +83042,7 @@ paths: color: red headers: Link: *37 - '410': *375 + '410': *376 x-github: githubCloudOnly: false enabledForGitHubApps: true @@ -83043,9 +83059,9 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/issues/labels#list-labels-for-an-issue parameters: - - *364 - *365 - - *552 + - *366 + - *553 - *17 - *19 responses: @@ -83055,7 +83071,7 @@ paths: application/json: schema: type: array - items: &554 + items: &555 title: Label description: Color-coded labels help you categorize and filter your issues (just like labels in Gmail). @@ -83110,7 +83126,7 @@ paths: - color - default examples: - default: &555 + default: &556 value: - id: 208045946 node_id: MDU6TGFiZWwyMDgwNDU5NDY= @@ -83128,9 +83144,9 @@ paths: default: false headers: Link: *37 - '301': *378 + '301': *379 '404': *6 - '410': *375 + '410': *376 x-github: githubCloudOnly: false enabledForGitHubApps: true @@ -83147,9 +83163,9 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/issues/labels#add-labels-to-an-issue parameters: - - *364 - *365 - - *552 + - *366 + - *553 requestBody: required: false content: @@ -83208,12 +83224,12 @@ paths: application/json: schema: type: array - items: *554 + items: *555 examples: - default: *555 - '301': *378 + default: *556 + '301': *379 '404': *6 - '410': *375 + '410': *376 '422': *15 x-github: githubCloudOnly: false @@ -83230,9 +83246,9 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/issues/labels#set-labels-for-an-issue parameters: - - *364 - *365 - - *552 + - *366 + - *553 requestBody: required: false content: @@ -83292,12 +83308,12 @@ paths: application/json: schema: type: array - items: *554 + items: *555 examples: - default: *555 - '301': *378 + default: *556 + '301': *379 '404': *6 - '410': *375 + '410': *376 '422': *15 x-github: githubCloudOnly: false @@ -83314,15 +83330,15 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/issues/labels#remove-all-labels-from-an-issue parameters: - - *364 - *365 - - *552 + - *366 + - *553 responses: '204': description: Response - '301': *378 + '301': *379 '404': *6 - '410': *375 + '410': *376 x-github: githubCloudOnly: false enabledForGitHubApps: true @@ -83341,9 +83357,9 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/issues/labels#remove-a-label-from-an-issue parameters: - - *364 - *365 - - *552 + - *366 + - *553 - name: name in: path required: true @@ -83356,7 +83372,7 @@ paths: application/json: schema: type: array - items: *554 + items: *555 examples: default: value: @@ -83367,9 +83383,9 @@ paths: description: Something isn't working color: f29513 default: true - '301': *378 + '301': *379 '404': *6 - '410': *375 + '410': *376 x-github: githubCloudOnly: false enabledForGitHubApps: true @@ -83389,9 +83405,9 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/issues/issues#lock-an-issue parameters: - - *364 - *365 - - *552 + - *366 + - *553 requestBody: required: false content: @@ -83420,7 +83436,7 @@ paths: '204': description: Response '403': *27 - '410': *375 + '410': *376 '404': *6 '422': *15 x-github: @@ -83438,9 +83454,9 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/issues/issues#unlock-an-issue parameters: - - *364 - *365 - - *552 + - *366 + - *553 responses: '204': description: Response @@ -83462,9 +83478,9 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/reactions/reactions#list-reactions-for-an-issue parameters: - - *364 - *365 - - *552 + - *366 + - *553 - name: content description: Returns a single [reaction type](https://docs.github.com/enterprise-cloud@latest//rest/reactions/reactions#about-reactions). Omit this parameter to list all reactions to an issue. @@ -83490,13 +83506,13 @@ paths: application/json: schema: type: array - items: *353 + items: *354 examples: - default: *355 + default: *356 headers: Link: *37 '404': *6 - '410': *375 + '410': *376 x-github: githubCloudOnly: false enabledForGitHubApps: true @@ -83514,9 +83530,9 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/reactions/reactions#create-reaction-for-an-issue parameters: - - *364 - *365 - - *552 + - *366 + - *553 requestBody: required: true content: @@ -83548,16 +83564,16 @@ paths: description: Response content: application/json: - schema: *353 + schema: *354 examples: - default: *354 + default: *355 '201': description: Response content: application/json: - schema: *353 + schema: *354 examples: - default: *354 + default: *355 '422': *15 x-github: githubCloudOnly: false @@ -83579,10 +83595,10 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/reactions/reactions#delete-an-issue-reaction parameters: - - *364 - *365 - - *552 - - *356 + - *366 + - *553 + - *357 responses: '204': description: Response @@ -83611,9 +83627,9 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/issues/sub-issues#remove-sub-issue parameters: - - *364 - *365 - - *552 + - *366 + - *553 requestBody: required: true content: @@ -83637,7 +83653,7 @@ paths: application/json: schema: *147 examples: - default: *551 + default: *552 headers: Location: example: https://api.github.com/repos/octocat/Hello-World/issues/1/sub-issue @@ -83670,9 +83686,9 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/issues/sub-issues#list-sub-issues parameters: - - *364 - *365 - - *552 + - *366 + - *553 - *17 - *19 responses: @@ -83684,11 +83700,11 @@ paths: type: array items: *147 examples: - default: *556 + default: *557 headers: Link: *37 '404': *6 - '410': *375 + '410': *376 x-github: githubCloudOnly: false enabledForGitHubApps: true @@ -83716,9 +83732,9 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/issues/sub-issues#add-sub-issue parameters: - - *364 - *365 - - *552 + - *366 + - *553 requestBody: required: true content: @@ -83747,14 +83763,14 @@ paths: application/json: schema: *147 examples: - default: *551 + default: *552 headers: Location: example: https://api.github.com/repos/octocat/Hello-World/issues/sub-issues/1 schema: type: string '403': *27 - '410': *375 + '410': *376 '422': *15 '404': *6 x-github: @@ -83774,9 +83790,9 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/issues/sub-issues#reprioritize-sub-issue parameters: - - *364 - *365 - - *552 + - *366 + - *553 requestBody: required: true content: @@ -83809,7 +83825,7 @@ paths: application/json: schema: *147 examples: - default: *551 + default: *552 '403': *27 '404': *6 '422': *7 @@ -83831,9 +83847,9 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/issues/timeline#list-timeline-events-for-an-issue parameters: - - *364 - *365 - - *552 + - *366 + - *553 - *17 - *19 responses: @@ -83848,7 +83864,6 @@ paths: description: Timeline Event type: object anyOf: - - *557 - *558 - *559 - *560 @@ -83861,6 +83876,7 @@ paths: - *567 - *568 - *569 + - *570 - title: Timeline Comment Event description: Timeline Comment Event type: object @@ -84184,7 +84200,7 @@ paths: type: string comments: type: array - items: &589 + items: &590 title: Pull Request Review Comment description: Pull Request Review Comments are comments on a portion of the Pull Request's diff. @@ -84422,7 +84438,7 @@ paths: type: string comments: type: array - items: *481 + items: *482 - title: Timeline Assigned Issue Event description: Timeline Assigned Issue Event type: object @@ -84697,7 +84713,7 @@ paths: headers: Link: *37 '404': *6 - '410': *375 + '410': *376 x-github: githubCloudOnly: false enabledForGitHubApps: true @@ -84714,8 +84730,8 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/deploy-keys/deploy-keys#list-deploy-keys parameters: - - *364 - *365 + - *366 - *17 - *19 responses: @@ -84725,7 +84741,7 @@ paths: application/json: schema: type: array - items: &570 + items: &571 title: Deploy Key description: An SSH key granting access to a single repository. type: object @@ -84792,8 +84808,8 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/deploy-keys/deploy-keys#create-a-deploy-key parameters: - - *364 - *365 + - *366 requestBody: required: true content: @@ -84829,9 +84845,9 @@ paths: description: Response content: application/json: - schema: *570 + schema: *571 examples: - default: &571 + default: &572 value: id: 1 key: ssh-rsa AAA... @@ -84865,9 +84881,9 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/deploy-keys/deploy-keys#get-a-deploy-key parameters: - - *364 - *365 - - &572 + - *366 + - &573 name: key_id description: The unique identifier of the key. in: path @@ -84879,9 +84895,9 @@ paths: description: Response content: application/json: - schema: *570 + schema: *571 examples: - default: *571 + default: *572 '404': *6 x-github: githubCloudOnly: false @@ -84899,9 +84915,9 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/deploy-keys/deploy-keys#delete-a-deploy-key parameters: - - *364 - *365 - - *572 + - *366 + - *573 responses: '204': description: Response @@ -84921,8 +84937,8 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/issues/labels#list-labels-for-a-repository parameters: - - *364 - *365 + - *366 - *17 - *19 responses: @@ -84932,9 +84948,9 @@ paths: application/json: schema: type: array - items: *554 + items: *555 examples: - default: *555 + default: *556 headers: Link: *37 '404': *6 @@ -84955,8 +84971,8 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/issues/labels#create-a-label parameters: - - *364 - *365 + - *366 requestBody: required: true content: @@ -84992,9 +85008,9 @@ paths: description: Response content: application/json: - schema: *554 + schema: *555 examples: - default: &573 + default: &574 value: id: 208045946 node_id: MDU6TGFiZWwyMDgwNDU5NDY= @@ -85026,8 +85042,8 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/issues/labels#get-a-label parameters: - - *364 - *365 + - *366 - name: name in: path required: true @@ -85038,9 +85054,9 @@ paths: description: Response content: application/json: - schema: *554 + schema: *555 examples: - default: *573 + default: *574 '404': *6 x-github: githubCloudOnly: false @@ -85057,8 +85073,8 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/issues/labels#update-a-label parameters: - - *364 - *365 + - *366 - name: name in: path required: true @@ -85097,7 +85113,7 @@ paths: description: Response content: application/json: - schema: *554 + schema: *555 examples: default: value: @@ -85123,8 +85139,8 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/issues/labels#delete-a-label parameters: - - *364 - *365 + - *366 - name: name in: path required: true @@ -85150,8 +85166,8 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/repos/repos#list-repository-languages parameters: - - *364 - *365 + - *366 responses: '200': description: Response @@ -85187,8 +85203,8 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/repos/lfs#enable-git-lfs-for-a-repository parameters: - - *364 - *365 + - *366 responses: '202': *93 '403': @@ -85216,8 +85232,8 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/repos/lfs#disable-git-lfs-for-a-repository parameters: - - *364 - *365 + - *366 responses: '204': description: Response @@ -85243,9 +85259,9 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/licenses/licenses#get-the-license-for-a-repository parameters: - - *364 - *365 - - *459 + - *366 + - *460 responses: '200': description: Response @@ -85392,8 +85408,8 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/branches/branches#sync-a-fork-branch-with-the-upstream-repository parameters: - - *364 - *365 + - *366 requestBody: required: true content: @@ -85458,8 +85474,8 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/branches/branches#merge-a-branch parameters: - - *364 - *365 + - *366 requestBody: required: true content: @@ -85493,9 +85509,9 @@ paths: description: Successful Response (The resulting merge commit) content: application/json: - schema: *482 + schema: *483 examples: - default: *574 + default: *575 '204': description: Response when already merged '404': @@ -85520,8 +85536,8 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/issues/milestones#list-milestones parameters: - - *364 - *365 + - *366 - name: state description: The state of the milestone. Either `open`, `closed`, or `all`. in: query @@ -85562,7 +85578,7 @@ paths: application/json: schema: type: array - items: *486 + items: *487 examples: default: value: @@ -85618,8 +85634,8 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/issues/milestones#create-a-milestone parameters: - - *364 - *365 + - *366 requestBody: required: true content: @@ -85659,9 +85675,9 @@ paths: description: Response content: application/json: - schema: *486 + schema: *487 examples: - default: &575 + default: &576 value: url: https://api.github.com/repos/octocat/Hello-World/milestones/1 html_url: https://github.com/octocat/Hello-World/milestones/v1.0 @@ -85720,9 +85736,9 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/issues/milestones#get-a-milestone parameters: - - *364 - *365 - - &576 + - *366 + - &577 name: milestone_number description: The number that identifies the milestone. in: path @@ -85734,9 +85750,9 @@ paths: description: Response content: application/json: - schema: *486 + schema: *487 examples: - default: *575 + default: *576 '404': *6 x-github: githubCloudOnly: false @@ -85753,9 +85769,9 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/issues/milestones#update-a-milestone parameters: - - *364 - *365 - - *576 + - *366 + - *577 requestBody: required: false content: @@ -85793,9 +85809,9 @@ paths: description: Response content: application/json: - schema: *486 + schema: *487 examples: - default: *575 + default: *576 x-github: githubCloudOnly: false enabledForGitHubApps: true @@ -85811,9 +85827,9 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/issues/milestones#delete-a-milestone parameters: - - *364 - *365 - - *576 + - *366 + - *577 responses: '204': description: Response @@ -85834,9 +85850,9 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/issues/labels#list-labels-for-issues-in-a-milestone parameters: - - *364 - *365 - - *576 + - *366 + - *577 - *17 - *19 responses: @@ -85846,9 +85862,9 @@ paths: application/json: schema: type: array - items: *554 + items: *555 examples: - default: *555 + default: *556 headers: Link: *37 x-github: @@ -85867,12 +85883,12 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/activity/notifications#list-repository-notifications-for-the-authenticated-user parameters: - - *364 - *365 - - *577 + - *366 - *578 - - *137 - *579 + - *137 + - *580 - *17 - *19 responses: @@ -85884,7 +85900,7 @@ paths: type: array items: *159 examples: - default: *580 + default: *581 headers: Link: *37 x-github: @@ -85908,8 +85924,8 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/activity/notifications#mark-repository-notifications-as-read parameters: - - *364 - *365 + - *366 requestBody: required: false content: @@ -85967,14 +85983,14 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/pages/pages#get-a-apiname-pages-site parameters: - - *364 - *365 + - *366 responses: '200': description: Response content: application/json: - schema: &581 + schema: &582 title: GitHub Pages description: The configuration for GitHub Pages for a repository. type: object @@ -86118,7 +86134,7 @@ paths: - custom_404 - public examples: - default: &582 + default: &583 value: url: https://api.github.com/repos/github/developer.github.com/pages status: built @@ -86159,8 +86175,8 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/pages/pages#create-a-apiname-pages-site parameters: - - *364 - *365 + - *366 requestBody: required: true content: @@ -86215,9 +86231,9 @@ paths: description: Response content: application/json: - schema: *581 + schema: *582 examples: - default: *582 + default: *583 '422': *15 '409': *92 x-github: @@ -86240,8 +86256,8 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/pages/pages#update-information-about-a-apiname-pages-site parameters: - - *364 - *365 + - *366 requestBody: required: true content: @@ -86349,8 +86365,8 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/pages/pages#delete-a-apiname-pages-site parameters: - - *364 - *365 + - *366 responses: '204': description: Response @@ -86376,8 +86392,8 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/pages/pages#list-apiname-pages-builds parameters: - - *364 - *365 + - *366 - *17 - *19 responses: @@ -86387,7 +86403,7 @@ paths: application/json: schema: type: array - items: &583 + items: &584 title: Page Build description: Page Build type: object @@ -86479,8 +86495,8 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/pages/pages#request-a-apiname-pages-build parameters: - - *364 - *365 + - *366 responses: '201': description: Response @@ -86527,16 +86543,16 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/pages/pages#get-latest-pages-build parameters: - - *364 - *365 + - *366 responses: '200': description: Response content: application/json: - schema: *583 + schema: *584 examples: - default: &584 + default: &585 value: url: https://api.github.com/repos/github/developer.github.com/pages/builds/5472601 status: built @@ -86584,8 +86600,8 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/pages/pages#get-apiname-pages-build parameters: - - *364 - *365 + - *366 - name: build_id in: path required: true @@ -86596,9 +86612,9 @@ paths: description: Response content: application/json: - schema: *583 + schema: *584 examples: - default: *584 + default: *585 x-github: githubCloudOnly: false enabledForGitHubApps: true @@ -86618,8 +86634,8 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/pages/pages#create-a-github-pages-deployment parameters: - - *364 - *365 + - *366 requestBody: required: true content: @@ -86727,9 +86743,9 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/pages/pages#get-the-status-of-a-github-pages-deployment parameters: - - *364 - *365 - - &585 + - *366 + - &586 name: pages_deployment_id description: The ID of the Pages deployment. You can also give the commit SHA of the deployment. @@ -86787,9 +86803,9 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/pages/pages#cancel-a-github-pages-deployment parameters: - - *364 - *365 - - *585 + - *366 + - *586 responses: '204': *114 '404': *6 @@ -86816,8 +86832,8 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/pages/pages#get-a-dns-health-check-for-github-pages parameters: - - *364 - *365 + - *366 responses: '200': description: Response @@ -87112,8 +87128,8 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/repos/repos#check-if-private-vulnerability-reporting-is-enabled-for-a-repository parameters: - - *364 - *365 + - *366 responses: '200': description: Private vulnerability reporting status @@ -87150,8 +87166,8 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/repos/repos#enable-private-vulnerability-reporting-for-a-repository parameters: - - *364 - *365 + - *366 responses: '204': *114 '422': *14 @@ -87172,8 +87188,8 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/repos/repos#disable-private-vulnerability-reporting-for-a-repository parameters: - - *364 - *365 + - *366 responses: '204': *114 '422': *14 @@ -87196,8 +87212,8 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/projects/projects#list-repository-projects parameters: - - *364 - *365 + - *366 - name: state description: Indicates the state of the projects to return. in: query @@ -87218,7 +87234,7 @@ paths: application/json: schema: type: array - items: *312 + items: *313 examples: default: value: @@ -87258,7 +87274,7 @@ paths: '401': *23 '403': *27 '404': *6 - '410': *375 + '410': *376 '422': *7 x-github: githubCloudOnly: false @@ -87281,8 +87297,8 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/projects/projects#create-a-repository-project parameters: - - *364 - *365 + - *366 requestBody: required: true content: @@ -87308,13 +87324,13 @@ paths: description: Response content: application/json: - schema: *312 + schema: *313 examples: - default: *374 + default: *375 '401': *23 '403': *27 '404': *6 - '410': *375 + '410': *376 '422': *7 x-github: githubCloudOnly: false @@ -87337,8 +87353,8 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/repos/custom-properties#get-all-custom-property-values-for-a-repository parameters: - - *364 - *365 + - *366 responses: '200': description: Response @@ -87346,7 +87362,7 @@ paths: application/json: schema: type: array - items: *314 + items: *315 examples: default: value: @@ -87377,8 +87393,8 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/repos/custom-properties#create-or-update-custom-property-values-for-a-repository parameters: - - *364 - *365 + - *366 requestBody: required: true content: @@ -87390,7 +87406,7 @@ paths: type: array description: A list of custom property names and associated values to apply to the repositories. - items: *314 + items: *315 required: - properties examples: @@ -87440,8 +87456,8 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/pulls/pulls#list-pull-requests parameters: - - *364 - *365 + - *366 - name: state description: Either `open`, `closed`, or `all` to filter by state. in: query @@ -87501,9 +87517,9 @@ paths: application/json: schema: type: array - items: *586 + items: *587 examples: - default: *587 + default: *588 headers: Link: *37 '304': *35 @@ -87535,8 +87551,8 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/pulls/pulls#create-a-pull-request parameters: - - *364 - *365 + - *366 requestBody: required: true content: @@ -87603,7 +87619,7 @@ paths: description: Response content: application/json: - schema: &591 + schema: &592 type: object title: Pull Request description: Pull requests let you tell others about changes you've @@ -87732,7 +87748,7 @@ paths: milestone: anyOf: - type: 'null' - - *486 + - *487 active_lock_reason: type: - string @@ -87787,7 +87803,7 @@ paths: type: - array - 'null' - items: *294 + items: *295 head: type: object properties: @@ -87825,14 +87841,14 @@ paths: _links: type: object properties: - comments: *487 - commits: *487 - statuses: *487 - html: *487 - issue: *487 - review_comments: *487 - review_comment: *487 - self: *487 + comments: *488 + commits: *488 + statuses: *488 + html: *488 + issue: *488 + review_comments: *488 + review_comment: *488 + self: *488 required: - comments - commits @@ -87843,7 +87859,7 @@ paths: - review_comment - self author_association: *134 - auto_merge: *588 + auto_merge: *589 draft: description: Indicates whether or not the pull request is a draft. type: boolean @@ -87945,7 +87961,7 @@ paths: - merged_by - review_comments examples: - default: &592 + default: &593 value: url: https://api.github.com/repos/octocat/Hello-World/pulls/1347 id: 1 @@ -88472,8 +88488,8 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/pulls/comments#list-review-comments-in-a-repository parameters: - - *364 - *365 + - *366 - name: sort in: query required: false @@ -88502,9 +88518,9 @@ paths: application/json: schema: type: array - items: *589 + items: *590 examples: - default: &594 + default: &595 value: - url: https://api.github.com/repos/octocat/Hello-World/pulls/comments/1 pull_request_review_id: 42 @@ -88581,17 +88597,17 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/pulls/comments#get-a-review-comment-for-a-pull-request parameters: - - *364 - *365 + - *366 - *146 responses: '200': description: Response content: application/json: - schema: *589 + schema: *590 examples: - default: &590 + default: &591 value: url: https://api.github.com/repos/octocat/Hello-World/pulls/comments/1 pull_request_review_id: 42 @@ -88666,8 +88682,8 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/pulls/comments#update-a-review-comment-for-a-pull-request parameters: - - *364 - *365 + - *366 - *146 requestBody: required: true @@ -88690,9 +88706,9 @@ paths: description: Response content: application/json: - schema: *589 + schema: *590 examples: - default: *590 + default: *591 x-github: githubCloudOnly: false enabledForGitHubApps: true @@ -88708,8 +88724,8 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/pulls/comments#delete-a-review-comment-for-a-pull-request parameters: - - *364 - *365 + - *366 - *146 responses: '204': @@ -88731,8 +88747,8 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/reactions/reactions#list-reactions-for-a-pull-request-review-comment parameters: - - *364 - *365 + - *366 - *146 - name: content description: Returns a single [reaction type](https://docs.github.com/enterprise-cloud@latest//rest/reactions/reactions#about-reactions). @@ -88759,9 +88775,9 @@ paths: application/json: schema: type: array - items: *353 + items: *354 examples: - default: *355 + default: *356 headers: Link: *37 '404': *6 @@ -88782,8 +88798,8 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/reactions/reactions#create-reaction-for-a-pull-request-review-comment parameters: - - *364 - *365 + - *366 - *146 requestBody: required: true @@ -88816,16 +88832,16 @@ paths: description: Reaction exists content: application/json: - schema: *353 + schema: *354 examples: - default: *354 + default: *355 '201': description: Reaction created content: application/json: - schema: *353 + schema: *354 examples: - default: *354 + default: *355 '422': *15 x-github: githubCloudOnly: false @@ -88847,10 +88863,10 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/reactions/reactions#delete-a-pull-request-comment-reaction parameters: - - *364 - *365 + - *366 - *146 - - *356 + - *357 responses: '204': description: Response @@ -88893,9 +88909,9 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/pulls/pulls#get-a-pull-request parameters: - - *364 - *365 - - &593 + - *366 + - &594 name: pull_number description: The number that identifies the pull request. in: path @@ -88908,9 +88924,9 @@ paths: to fetch diff and patch formats. content: application/json: - schema: *591 + schema: *592 examples: - default: *592 + default: *593 '304': *35 '404': *6 '406': @@ -88945,9 +88961,9 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/pulls/pulls#update-a-pull-request parameters: - - *364 - *365 - - *593 + - *366 + - *594 requestBody: required: false content: @@ -88989,9 +89005,9 @@ paths: description: Response content: application/json: - schema: *591 + schema: *592 examples: - default: *592 + default: *593 '422': *15 '403': *27 x-github: @@ -89013,9 +89029,9 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/codespaces/codespaces#create-a-codespace-from-a-pull-request parameters: - - *364 - *365 - - *593 + - *366 + - *594 requestBody: required: true content: @@ -89076,17 +89092,17 @@ paths: description: Response when the codespace was successfully created content: application/json: - schema: *285 + schema: *286 examples: - default: *473 + default: *474 '202': description: Response when the codespace creation partially failed but is being retried in the background content: application/json: - schema: *285 + schema: *286 examples: - default: *473 + default: *474 '401': *23 '403': *27 '404': *6 @@ -89116,9 +89132,9 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/pulls/comments#list-review-comments-on-a-pull-request parameters: - - *364 - *365 - - *593 + - *366 + - *594 - *156 - name: direction description: The direction to sort results. Ignored without `sort` parameter. @@ -89139,9 +89155,9 @@ paths: application/json: schema: type: array - items: *589 + items: *590 examples: - default: *594 + default: *595 headers: Link: *37 x-github: @@ -89174,9 +89190,9 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/pulls/comments#create-a-review-comment-for-a-pull-request parameters: - - *364 - *365 - - *593 + - *366 + - *594 requestBody: required: true content: @@ -89282,7 +89298,7 @@ paths: description: Response content: application/json: - schema: *589 + schema: *590 examples: example-for-a-multi-line-comment: value: @@ -89370,9 +89386,9 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/pulls/comments#create-a-reply-for-a-review-comment parameters: - - *364 - *365 - - *593 + - *366 + - *594 - *146 requestBody: required: true @@ -89395,7 +89411,7 @@ paths: description: Response content: application/json: - schema: *589 + schema: *590 examples: default: value: @@ -89481,9 +89497,9 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/pulls/pulls#list-commits-on-a-pull-request parameters: - - *364 - *365 - - *593 + - *366 + - *594 - *17 - *19 responses: @@ -89493,9 +89509,9 @@ paths: application/json: schema: type: array - items: *482 + items: *483 examples: - default: *595 + default: *596 headers: Link: *37 x-github: @@ -89525,9 +89541,9 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/pulls/pulls#list-pull-requests-files parameters: - - *364 - *365 - - *593 + - *366 + - *594 - *17 - *19 responses: @@ -89537,7 +89553,7 @@ paths: application/json: schema: type: array - items: *494 + items: *495 examples: default: value: @@ -89575,9 +89591,9 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/pulls/pulls#check-if-a-pull-request-has-been-merged parameters: - - *364 - *365 - - *593 + - *366 + - *594 responses: '204': description: Response if pull request has been merged @@ -89600,9 +89616,9 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/pulls/pulls#merge-a-pull-request parameters: - - *364 - *365 - - *593 + - *366 + - *594 requestBody: required: false content: @@ -89714,9 +89730,9 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/pulls/review-requests#get-all-requested-reviewers-for-a-pull-request parameters: - - *364 - *365 - - *593 + - *366 + - *594 responses: '200': description: Response @@ -89791,9 +89807,9 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/pulls/review-requests#request-reviewers-for-a-pull-request parameters: - - *364 - *365 - - *593 + - *366 + - *594 requestBody: required: false content: @@ -89830,7 +89846,7 @@ paths: description: Response content: application/json: - schema: *586 + schema: *587 examples: default: value: @@ -90366,9 +90382,9 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/pulls/review-requests#remove-requested-reviewers-from-a-pull-request parameters: - - *364 - *365 - - *593 + - *366 + - *594 requestBody: required: true content: @@ -90402,7 +90418,7 @@ paths: description: Response content: application/json: - schema: *586 + schema: *587 examples: default: value: @@ -90907,9 +90923,9 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/pulls/reviews#list-reviews-for-a-pull-request parameters: - - *364 - *365 - - *593 + - *366 + - *594 - *17 - *19 responses: @@ -90919,7 +90935,7 @@ paths: application/json: schema: type: array - items: &596 + items: &597 title: Pull Request Review description: Pull Request Reviews are reviews on pull requests. type: object @@ -91075,9 +91091,9 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/pulls/reviews#create-a-review-for-a-pull-request parameters: - - *364 - *365 - - *593 + - *366 + - *594 requestBody: required: false content: @@ -91167,9 +91183,9 @@ paths: description: Response content: application/json: - schema: *596 + schema: *597 examples: - default: &598 + default: &599 value: id: 80 node_id: MDE3OlB1bGxSZXF1ZXN0UmV2aWV3ODA= @@ -91232,10 +91248,10 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/pulls/reviews#get-a-review-for-a-pull-request parameters: - - *364 - *365 - - *593 - - &597 + - *366 + - *594 + - &598 name: review_id description: The unique identifier of the review. in: path @@ -91247,9 +91263,9 @@ paths: description: Response content: application/json: - schema: *596 + schema: *597 examples: - default: &599 + default: &600 value: id: 80 node_id: MDE3OlB1bGxSZXF1ZXN0UmV2aWV3ODA= @@ -91308,10 +91324,10 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/pulls/reviews#update-a-review-for-a-pull-request parameters: - - *364 - *365 - - *593 - - *597 + - *366 + - *594 + - *598 requestBody: required: true content: @@ -91334,7 +91350,7 @@ paths: description: Response content: application/json: - schema: *596 + schema: *597 examples: default: value: @@ -91396,18 +91412,18 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/pulls/reviews#delete-a-pending-review-for-a-pull-request parameters: - - *364 - *365 - - *593 - - *597 + - *366 + - *594 + - *598 responses: '200': description: Response content: application/json: - schema: *596 + schema: *597 examples: - default: *598 + default: *599 '422': *7 '404': *6 x-github: @@ -91434,10 +91450,10 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/pulls/reviews#list-comments-for-a-pull-request-review parameters: - - *364 - *365 - - *593 - - *597 + - *366 + - *594 + - *598 - *17 - *19 responses: @@ -91535,9 +91551,9 @@ paths: _links: type: object properties: - self: *487 - html: *487 - pull_request: *487 + self: *488 + html: *488 + pull_request: *488 required: - self - html @@ -91688,10 +91704,10 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/pulls/reviews#dismiss-a-review-for-a-pull-request parameters: - - *364 - *365 - - *593 - - *597 + - *366 + - *594 + - *598 requestBody: required: true content: @@ -91720,7 +91736,7 @@ paths: description: Response content: application/json: - schema: *596 + schema: *597 examples: default: value: @@ -91783,10 +91799,10 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/pulls/reviews#submit-a-review-for-a-pull-request parameters: - - *364 - *365 - - *593 - - *597 + - *366 + - *594 + - *598 requestBody: required: true content: @@ -91821,9 +91837,9 @@ paths: description: Response content: application/json: - schema: *596 + schema: *597 examples: - default: *599 + default: *600 '404': *6 '422': *7 '403': *27 @@ -91845,9 +91861,9 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/pulls/pulls#update-a-pull-request-branch parameters: - - *364 - *365 - - *593 + - *366 + - *594 requestBody: required: false content: @@ -91911,8 +91927,8 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/repos/contents#get-a-repository-readme parameters: - - *364 - *365 + - *366 - name: ref description: 'The name of the commit/branch/tag. Default: the repository’s default branch.' @@ -91925,9 +91941,9 @@ paths: description: Response content: application/json: - schema: *600 + schema: *601 examples: - default: &601 + default: &602 value: type: file encoding: base64 @@ -91969,8 +91985,8 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/repos/contents#get-a-repository-readme-for-a-directory parameters: - - *364 - *365 + - *366 - name: dir description: The alternate path to look for a README file in: path @@ -91990,9 +92006,9 @@ paths: description: Response content: application/json: - schema: *600 + schema: *601 examples: - default: *601 + default: *602 '404': *6 '422': *15 x-github: @@ -92014,8 +92030,8 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/releases/releases#list-releases parameters: - - *364 - *365 + - *366 - *17 - *19 responses: @@ -92025,7 +92041,7 @@ paths: application/json: schema: type: array - items: &602 + items: &603 title: Release description: A release. type: object @@ -92097,7 +92113,7 @@ paths: author: *4 assets: type: array - items: &603 + items: &604 title: Release Asset description: Data related to a release. type: object @@ -92277,8 +92293,8 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/releases/releases#create-a-release parameters: - - *364 - *365 + - *366 requestBody: required: true content: @@ -92354,9 +92370,9 @@ paths: description: Response content: application/json: - schema: *602 + schema: *603 examples: - default: &606 + default: &607 value: url: https://api.github.com/repos/octocat/Hello-World/releases/1 html_url: https://github.com/octocat/Hello-World/releases/v1.0.0 @@ -92459,9 +92475,9 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/releases/assets#get-a-release-asset parameters: - - *364 - *365 - - &604 + - *366 + - &605 name: asset_id description: The unique identifier of the asset. in: path @@ -92473,9 +92489,9 @@ paths: description: Response content: application/json: - schema: *603 + schema: *604 examples: - default: &605 + default: &606 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 @@ -92509,7 +92525,7 @@ paths: type: User site_admin: false '404': *6 - '302': *496 + '302': *497 x-github: githubCloudOnly: false enabledForGitHubApps: true @@ -92525,9 +92541,9 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/releases/assets#update-a-release-asset parameters: - - *364 - *365 - - *604 + - *366 + - *605 requestBody: required: false content: @@ -92556,9 +92572,9 @@ paths: description: Response content: application/json: - schema: *603 + schema: *604 examples: - default: *605 + default: *606 x-github: githubCloudOnly: false enabledForGitHubApps: true @@ -92574,9 +92590,9 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/releases/assets#delete-a-release-asset parameters: - - *364 - *365 - - *604 + - *366 + - *605 responses: '204': description: Response @@ -92600,8 +92616,8 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/releases/releases#generate-release-notes-content-for-a-release parameters: - - *364 - *365 + - *366 requestBody: required: true content: @@ -92687,16 +92703,16 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/releases/releases#get-the-latest-release parameters: - - *364 - *365 + - *366 responses: '200': description: Response content: application/json: - schema: *602 + schema: *603 examples: - default: *606 + default: *607 x-github: githubCloudOnly: false enabledForGitHubApps: true @@ -92713,8 +92729,8 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/releases/releases#get-a-release-by-tag-name parameters: - - *364 - *365 + - *366 - name: tag description: tag parameter in: path @@ -92727,9 +92743,9 @@ paths: description: Response content: application/json: - schema: *602 + schema: *603 examples: - default: *606 + default: *607 '404': *6 x-github: githubCloudOnly: false @@ -92751,9 +92767,9 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/releases/releases#get-a-release parameters: - - *364 - *365 - - &607 + - *366 + - &608 name: release_id description: The unique identifier of the release. in: path @@ -92767,9 +92783,9 @@ paths: For more information, see "[Getting started with the REST API](https://docs.github.com/enterprise-cloud@latest//rest/using-the-rest-api/getting-started-with-the-rest-api#hypermedia)."' content: application/json: - schema: *602 + schema: *603 examples: - default: *606 + default: *607 '401': description: Unauthorized x-github: @@ -92787,9 +92803,9 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/releases/releases#update-a-release parameters: - - *364 - *365 - - *607 + - *366 + - *608 requestBody: required: false content: @@ -92853,9 +92869,9 @@ paths: description: Response content: application/json: - schema: *602 + schema: *603 examples: - default: *606 + default: *607 '404': description: Not Found if the discussion category name is invalid content: @@ -92876,9 +92892,9 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/releases/releases#delete-a-release parameters: - - *364 - *365 - - *607 + - *366 + - *608 responses: '204': description: Response @@ -92898,9 +92914,9 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/releases/assets#list-release-assets parameters: - - *364 - *365 - - *607 + - *366 + - *608 - *17 - *19 responses: @@ -92910,7 +92926,7 @@ paths: application/json: schema: type: array - items: *603 + items: *604 examples: default: value: @@ -92991,9 +93007,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: - - *364 - *365 - - *607 + - *366 + - *608 - name: name in: query required: true @@ -93019,7 +93035,7 @@ paths: description: Response for successful upload content: application/json: - schema: *603 + schema: *604 examples: response-for-successful-upload: value: @@ -93073,9 +93089,9 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/reactions/reactions#list-reactions-for-a-release parameters: - - *364 - *365 - - *607 + - *366 + - *608 - name: content description: Returns a single [reaction type](https://docs.github.com/enterprise-cloud@latest//rest/reactions/reactions#about-reactions). Omit this parameter to list all reactions to a release. @@ -93099,9 +93115,9 @@ paths: application/json: schema: type: array - items: *353 + items: *354 examples: - default: *355 + default: *356 headers: Link: *37 '404': *6 @@ -93122,9 +93138,9 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/reactions/reactions#create-reaction-for-a-release parameters: - - *364 - *365 - - *607 + - *366 + - *608 requestBody: required: true content: @@ -93154,16 +93170,16 @@ paths: description: Reaction exists content: application/json: - schema: *353 + schema: *354 examples: - default: *354 + default: *355 '201': description: Reaction created content: application/json: - schema: *353 + schema: *354 examples: - default: *354 + default: *355 '422': *15 x-github: githubCloudOnly: false @@ -93185,10 +93201,10 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/reactions/reactions#delete-a-release-reaction parameters: - - *364 - *365 - - *607 - - *356 + - *366 + - *608 + - *357 responses: '204': description: Response @@ -93212,9 +93228,9 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/repos/rules#get-rules-for-a-branch parameters: - - *364 - *365 - - *423 + - *366 + - *424 - *17 - *19 responses: @@ -93230,8 +93246,8 @@ paths: description: A repository rule with ruleset details. oneOf: - allOf: - - *608 - - &610 + - *609 + - &611 title: repository ruleset data for rule description: User-defined metadata to store domain-specific information limited to 8 keys with scalar values. @@ -93251,65 +93267,65 @@ paths: type: integer description: The ID of the ruleset that includes this rule. - allOf: - - *609 - *610 - - allOf: - *611 - - *610 - allOf: - *612 - - *610 + - *611 - allOf: - *613 - - *610 + - *611 - allOf: - *614 - - *610 + - *611 - allOf: - *615 - - *610 + - *611 - allOf: - *616 - - *610 + - *611 - allOf: - *617 - - *610 + - *611 - allOf: - *618 - - *610 + - *611 - allOf: - *619 - - *610 + - *611 - allOf: - *620 - - *610 + - *611 - allOf: - *621 - - *610 + - *611 - allOf: - *622 - - *610 + - *611 - allOf: - *623 - - *610 + - *611 - allOf: - *624 - - *610 + - *611 - allOf: - *625 - - *610 + - *611 - allOf: - *626 - - *610 + - *611 - allOf: - *627 - - *610 + - *611 - allOf: - *628 - - *610 + - *611 - allOf: - *629 - - *610 + - *611 + - allOf: + - *630 + - *611 examples: default: value: @@ -93348,8 +93364,8 @@ paths: category: repos subcategory: rules parameters: - - *364 - *365 + - *366 - *17 - *19 - name: includes_parents @@ -93360,7 +93376,7 @@ paths: schema: type: boolean default: true - - *630 + - *631 responses: '200': description: Response @@ -93415,8 +93431,8 @@ paths: category: repos subcategory: rules parameters: - - *364 - *365 + - *366 requestBody: description: Request body required: true @@ -93478,7 +93494,7 @@ paths: application/json: schema: *124 examples: - default: &639 + default: &640 value: id: 42 name: super cool ruleset @@ -93525,12 +93541,12 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/repos/rule-suites#list-repository-rule-suites parameters: - - *364 - *365 - - *631 - - *214 + - *366 - *632 + - *214 - *633 + - *634 - *17 - *19 responses: @@ -93538,9 +93554,9 @@ paths: description: Response content: application/json: - schema: *634 + schema: *635 examples: - default: *635 + default: *636 '404': *6 '500': *95 x-github: @@ -93561,17 +93577,17 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/repos/rule-suites#get-a-repository-rule-suite parameters: - - *364 - *365 - - *636 + - *366 + - *637 responses: '200': description: Response content: application/json: - schema: *637 + schema: *638 examples: - default: *638 + default: *639 '404': *6 '500': *95 x-github: @@ -93599,8 +93615,8 @@ paths: category: repos subcategory: rules parameters: - - *364 - *365 + - *366 - name: ruleset_id description: The ID of the ruleset. in: path @@ -93622,7 +93638,7 @@ paths: application/json: schema: *124 examples: - default: *639 + default: *640 '404': *6 '500': *95 put: @@ -93640,8 +93656,8 @@ paths: category: repos subcategory: rules parameters: - - *364 - *365 + - *366 - name: ruleset_id description: The ID of the ruleset. in: path @@ -93705,7 +93721,7 @@ paths: application/json: schema: *124 examples: - default: *639 + default: *640 '404': *6 '500': *95 delete: @@ -93723,8 +93739,8 @@ paths: category: repos subcategory: rules parameters: - - *364 - *365 + - *366 - name: ruleset_id description: The ID of the ruleset. in: path @@ -93747,8 +93763,8 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/repos/rules#get-repository-ruleset-history parameters: - - *364 - *365 + - *366 - *17 - *19 - name: ruleset_id @@ -93766,7 +93782,7 @@ paths: type: array items: *127 examples: - default: *320 + default: *321 '404': *6 '500': *95 x-github: @@ -93785,8 +93801,8 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/repos/rules#get-repository-ruleset-version parameters: - - *364 - *365 + - *366 - name: ruleset_id description: The ID of the ruleset. in: path @@ -93804,7 +93820,7 @@ paths: description: Response content: application/json: - schema: *321 + schema: *322 examples: default: value: @@ -93859,20 +93875,20 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/secret-scanning/secret-scanning#list-secret-scanning-alerts-for-a-repository parameters: - - *364 - *365 - - *322 + - *366 - *323 - *324 - *325 + - *326 - *84 - *19 - *17 - - *640 - *641 - - *326 + - *642 - *327 - *328 + - *329 responses: '200': description: Response @@ -93880,7 +93896,7 @@ paths: application/json: schema: type: array - items: &644 + items: &645 type: object properties: number: *96 @@ -93896,8 +93912,8 @@ paths: format: uri description: The REST API URL of the code locations for this alert. - state: *642 - resolution: *643 + state: *643 + resolution: *644 resolved_at: type: - string @@ -94116,15 +94132,15 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/secret-scanning/secret-scanning#get-a-secret-scanning-alert parameters: - - *364 - *365 - - *453 + - *366 + - *454 responses: '200': description: Response content: application/json: - schema: *644 + schema: *645 examples: default: value: @@ -94176,9 +94192,9 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/secret-scanning/secret-scanning#update-a-secret-scanning-alert parameters: - - *364 - *365 - - *453 + - *366 + - *454 requestBody: required: true content: @@ -94186,8 +94202,8 @@ paths: schema: type: object properties: - state: *642 - resolution: *643 + state: *643 + resolution: *644 resolution_comment: description: An optional comment when closing an alert. Cannot be updated or deleted. Must be `null` when changing `state` to `open`. @@ -94206,7 +94222,7 @@ paths: description: Response content: application/json: - schema: *644 + schema: *645 examples: default: value: @@ -94281,9 +94297,9 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/secret-scanning/secret-scanning#list-locations-for-a-secret-scanning-alert parameters: - - *364 - *365 - - *453 + - *366 + - *454 - *19 - *17 responses: @@ -94294,7 +94310,7 @@ paths: schema: type: array description: List of locations where the secret was detected - items: &800 + items: &801 type: object properties: type: @@ -94673,8 +94689,8 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/secret-scanning/secret-scanning#create-a-push-protection-bypass parameters: - - *364 - *365 + - *366 requestBody: required: true content: @@ -94682,14 +94698,14 @@ paths: schema: type: object properties: - reason: &646 + reason: &647 description: The reason for bypassing push protection. type: string enum: - false_positive - used_in_tests - will_fix_later - placeholder_id: *645 + placeholder_id: *646 required: - reason - placeholder_id @@ -94706,7 +94722,7 @@ paths: schema: type: object properties: - reason: *646 + reason: *647 expire_at: type: - string @@ -94750,8 +94766,8 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/secret-scanning/secret-scanning#get-secret-scanning-scan-history-for-a-repository parameters: - - *364 - *365 + - *366 responses: '404': description: Repository does not have GitHub Advanced Security or secret @@ -94766,7 +94782,7 @@ paths: properties: incremental_scans: type: array - items: &647 + items: &648 description: Information on a single scan performed by secret scanning on the repository type: object @@ -94794,15 +94810,15 @@ paths: the scan is pending pattern_update_scans: type: array - items: *647 + items: *648 backfill_scans: type: array - items: *647 + items: *648 custom_pattern_backfill_scans: type: array items: allOf: - - *647 + - *648 - type: object properties: pattern_name: @@ -94872,8 +94888,8 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/security-advisories/repository-advisories#list-repository-security-advisories parameters: - - *364 - *365 + - *366 - *84 - name: sort description: The property to sort the results by. @@ -94917,9 +94933,9 @@ paths: application/json: schema: type: array - items: *648 + items: *649 examples: - default: *649 + default: *650 '400': *14 '404': *6 x-github: @@ -94942,8 +94958,8 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/security-advisories/repository-advisories#create-a-repository-security-advisory parameters: - - *364 - *365 + - *366 requestBody: required: true content: @@ -95023,7 +95039,7 @@ paths: login: type: string description: The username of the user credited. - type: *331 + type: *332 required: - login - type @@ -95113,9 +95129,9 @@ paths: description: Response content: application/json: - schema: *648 + schema: *649 examples: - default: &651 + default: &652 value: ghsa_id: GHSA-abcd-1234-efgh cve_id: CVE-2050-00000 @@ -95348,8 +95364,8 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/security-advisories/repository-advisories#privately-report-a-security-vulnerability parameters: - - *364 - *365 + - *366 requestBody: required: true content: @@ -95462,7 +95478,7 @@ paths: description: Response content: application/json: - schema: *648 + schema: *649 examples: default: value: @@ -95609,17 +95625,17 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/security-advisories/repository-advisories#get-a-repository-security-advisory parameters: - - *364 - *365 - - *650 + - *366 + - *651 responses: '200': description: Response content: application/json: - schema: *648 + schema: *649 examples: - default: *651 + default: *652 '403': *27 '404': *6 x-github: @@ -95643,9 +95659,9 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/security-advisories/repository-advisories#update-a-repository-security-advisory parameters: - - *364 - *365 - - *650 + - *366 + - *651 requestBody: required: true content: @@ -95725,7 +95741,7 @@ paths: login: type: string description: The username of the user credited. - type: *331 + type: *332 required: - login - type @@ -95816,10 +95832,10 @@ paths: description: Response content: application/json: - schema: *648 + schema: *649 examples: - default: *651 - add_credit: *651 + default: *652 + add_credit: *652 '403': *27 '404': *6 '422': @@ -95857,9 +95873,9 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/security-advisories/repository-advisories#request-a-cve-for-a-repository-security-advisory parameters: - - *364 - *365 - - *650 + - *366 + - *651 responses: '202': *93 '400': *14 @@ -95886,17 +95902,17 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/security-advisories/repository-advisories#create-a-temporary-private-fork parameters: - - *364 - *365 - - *650 + - *366 + - *651 responses: '202': description: Response content: application/json: - schema: *377 + schema: *378 examples: - default: *379 + default: *380 '400': *14 '422': *15 '403': *27 @@ -95922,8 +95938,8 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/activity/starring#list-stargazers parameters: - - *364 - *365 + - *366 - *17 - *19 responses: @@ -96019,8 +96035,8 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/metrics/statistics#get-the-weekly-commit-activity parameters: - - *364 - *365 + - *366 responses: '200': description: Returns a weekly aggregate of the number of additions and deletions @@ -96029,7 +96045,7 @@ paths: application/json: schema: type: array - items: &652 + items: &653 title: Code Frequency Stat description: Code Frequency Stat type: array @@ -96062,8 +96078,8 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/metrics/statistics#get-the-last-year-of-commit-activity parameters: - - *364 - *365 + - *366 responses: '200': description: Response @@ -96141,8 +96157,8 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/metrics/statistics#get-all-contributor-commit-activity parameters: - - *364 - *365 + - *366 responses: '200': description: Response @@ -96236,8 +96252,8 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/metrics/statistics#get-the-weekly-commit-count parameters: - - *364 - *365 + - *366 responses: '200': description: The array order is oldest week (index 0) to most recent week. @@ -96391,8 +96407,8 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/metrics/statistics#get-the-hourly-commit-count-for-each-day parameters: - - *364 - *365 + - *366 responses: '200': description: For example, `[2, 14, 25]` indicates that there were 25 total @@ -96402,7 +96418,7 @@ paths: application/json: schema: type: array - items: *652 + items: *653 examples: default: value: @@ -96435,8 +96451,8 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/commits/statuses#create-a-commit-status parameters: - - *364 - *365 + - *366 - name: sha in: path required: true @@ -96492,7 +96508,7 @@ paths: description: Response content: application/json: - schema: *653 + schema: *654 examples: default: value: @@ -96546,8 +96562,8 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/activity/watching#list-watchers parameters: - - *364 - *365 + - *366 - *17 - *19 responses: @@ -96559,7 +96575,7 @@ paths: type: array items: *4 examples: - default: *284 + default: *285 headers: Link: *37 x-github: @@ -96579,14 +96595,14 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/activity/watching#get-a-repository-subscription parameters: - - *364 - *365 + - *366 responses: '200': description: if you subscribe to the repository content: application/json: - schema: &654 + schema: &655 title: Repository Invitation description: Repository invitations let you manage who you collaborate with. @@ -96659,8 +96675,8 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/activity/watching#set-a-repository-subscription parameters: - - *364 - *365 + - *366 requestBody: required: false content: @@ -96686,7 +96702,7 @@ paths: description: Response content: application/json: - schema: *654 + schema: *655 examples: default: value: @@ -96713,8 +96729,8 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/activity/watching#delete-a-repository-subscription parameters: - - *364 - *365 + - *366 responses: '204': description: Response @@ -96734,8 +96750,8 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/repos/repos#list-repository-tags parameters: - - *364 - *365 + - *366 - *17 - *19 responses: @@ -96817,8 +96833,8 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/repos/tags#closing-down---list-tag-protection-states-for-a-repository parameters: - - *364 - *365 + - *366 responses: '200': description: Response @@ -96826,7 +96842,7 @@ paths: application/json: schema: type: array - items: &655 + items: &656 title: Tag protection description: Tag protection type: object @@ -96883,8 +96899,8 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/repos/tags#closing-down---create-a-tag-protection-state-for-a-repository parameters: - - *364 - *365 + - *366 requestBody: required: true content: @@ -96907,7 +96923,7 @@ paths: description: Response content: application/json: - schema: *655 + schema: *656 examples: default: value: @@ -96938,8 +96954,8 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/repos/tags#closing-down---delete-a-tag-protection-state-for-a-repository parameters: - - *364 - *365 + - *366 - name: tag_protection_id description: The unique identifier of the tag protection. in: path @@ -96976,8 +96992,8 @@ paths: url: https://docs.github.com/enterprise-cloud@latest//rest/repos/contents#download-a-repository-archive-tar operationId: repos/download-tarball-archive parameters: - - *364 - *365 + - *366 - name: ref in: path required: true @@ -97013,8 +97029,8 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/repos/repos#list-repository-teams parameters: - - *364 - *365 + - *366 - *17 - *19 responses: @@ -97026,7 +97042,7 @@ paths: type: array items: *220 examples: - default: *295 + default: *296 headers: Link: *37 '404': *6 @@ -97046,8 +97062,8 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/repos/repos#get-all-repository-topics parameters: - - *364 - *365 + - *366 - *19 - *17 responses: @@ -97055,7 +97071,7 @@ paths: description: Response content: application/json: - schema: &656 + schema: &657 title: Topic description: A topic aggregates entities that are related to a subject. type: object @@ -97067,7 +97083,7 @@ paths: required: - names examples: - default: &657 + default: &658 value: names: - octocat @@ -97090,8 +97106,8 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/repos/repos#replace-all-repository-topics parameters: - - *364 - *365 + - *366 requestBody: required: true content: @@ -97122,9 +97138,9 @@ paths: description: Response content: application/json: - schema: *656 + schema: *657 examples: - default: *657 + default: *658 '404': *6 '422': *7 x-github: @@ -97145,9 +97161,9 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/metrics/traffic#get-repository-clones parameters: - - *364 - *365 - - &658 + - *366 + - &659 name: per description: The time frame to display results for. in: query @@ -97178,7 +97194,7 @@ paths: - 128 clones: type: array - items: &659 + items: &660 title: Traffic type: object properties: @@ -97265,8 +97281,8 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/metrics/traffic#get-top-referral-paths parameters: - - *364 - *365 + - *366 responses: '200': description: Response @@ -97360,8 +97376,8 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/metrics/traffic#get-top-referral-sources parameters: - - *364 - *365 + - *366 responses: '200': description: Response @@ -97424,9 +97440,9 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/metrics/traffic#get-page-views parameters: - - *364 - *365 - - *658 + - *366 + - *659 responses: '200': description: Response @@ -97447,7 +97463,7 @@ paths: - 3782 views: type: array - items: *659 + items: *660 required: - uniques - count @@ -97524,8 +97540,8 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/repos/repos#transfer-a-repository parameters: - - *364 - *365 + - *366 requestBody: required: true content: @@ -97799,8 +97815,8 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/repos/repos#check-if-vulnerability-alerts-are-enabled-for-a-repository parameters: - - *364 - *365 + - *366 responses: '204': description: Response if repository is enabled with vulnerability alerts @@ -97823,8 +97839,8 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/repos/repos#enable-vulnerability-alerts parameters: - - *364 - *365 + - *366 responses: '204': description: Response @@ -97846,8 +97862,8 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/repos/repos#disable-vulnerability-alerts parameters: - - *364 - *365 + - *366 responses: '204': description: Response @@ -97873,8 +97889,8 @@ paths: url: https://docs.github.com/enterprise-cloud@latest//rest/repos/contents#download-a-repository-archive-zip operationId: repos/download-zipball-archive parameters: - - *364 - *365 + - *366 - name: ref in: path required: true @@ -97966,9 +97982,9 @@ paths: description: Response content: application/json: - schema: *377 + schema: *378 examples: - default: *379 + default: *380 headers: Location: example: https://api.github.com/repos/octocat/Hello-World @@ -98119,7 +98135,7 @@ paths: value: Engineering externalId: value: 8aa1a0c0-c4c3-4bc0-b4a5-2ef676900159 - - &667 + - &668 name: excludedAttributes description: Excludes the specified attribute from being returned in the results. Using this parameter can speed up response time. @@ -98129,7 +98145,7 @@ paths: type: string examples: - members - - &672 + - &673 name: startIndex description: 'Used for pagination: the starting index of the first result to return when paginating through values.' @@ -98141,7 +98157,7 @@ paths: format: int32 examples: - 1 - - &673 + - &674 name: count description: 'Used for pagination: the number of results to return per page.' in: query @@ -98185,7 +98201,7 @@ paths: Resources: type: array description: Information about each provisioned group. - items: &661 + items: &662 allOf: - type: object required: @@ -98267,7 +98283,7 @@ paths: - value: 0db508eb-91e2-46e4-809c-30dcbda0c685 "$+ref": https://api.github.localhost/scim/v2/Users/0db508eb-91e2-46e4-809c-30dcbda0c685 displayName: User 2 - meta: &674 + meta: &675 type: object description: The metadata associated with the creation/updates to the user. @@ -98332,31 +98348,31 @@ paths: location: https://api.github.localhost/scim/v2/Groups/24b28bbb-5fc4-4686-a153-a020debb1155 startIndex: 1 itemsPerPage: 20 - '400': &662 + '400': &663 description: Bad request content: application/json: - schema: *660 + schema: *661 application/scim+json: - schema: *660 - '401': &663 + schema: *661 + '401': &664 description: Authorization failure - '403': &664 + '403': &665 description: Permission denied - '429': &665 + '429': &666 description: Too many requests content: application/json: - schema: *660 + schema: *661 application/scim+json: - schema: *660 - '500': &666 + schema: *661 + '500': &667 description: Internal server error content: application/json: - schema: *660 + schema: *661 application/scim+json: - schema: *660 + schema: *661 x-github: enabledForGitHubApps: true githubCloudOnly: true @@ -98380,7 +98396,7 @@ paths: required: true content: application/json: - schema: &670 + schema: &671 type: object required: - schemas @@ -98440,9 +98456,9 @@ paths: description: Group has been created content: application/scim+json: - schema: *661 + schema: *662 examples: - group: &668 + group: &669 value: schemas: - urn:ietf:params:scim:schemas:core:2.0:Group @@ -98461,13 +98477,13 @@ paths: created: '2012-03-27T19:59:26.000Z' lastModified: '2018-03-27T19:59:26.000Z' location: https://api.github.localhost/scim/v2/Groups/24b28bbb-5fc4-4686-a153-a020debb1155 - '400': *662 - '401': *663 - '403': *664 - '409': &671 + '400': *663 + '401': *664 + '403': *665 + '409': &672 description: Duplicate record detected - '429': *665 - '500': *666 + '429': *666 + '500': *667 x-github: enabledForGitHubApps: true githubCloudOnly: true @@ -98484,7 +98500,7 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/enterprise-admin/scim#get-scim-provisioning-information-for-an-enterprise-group parameters: - - &669 + - &670 name: scim_group_id description: A unique identifier of the SCIM group. in: path @@ -98493,22 +98509,22 @@ paths: type: string examples: - 7fce0092-d52e-4f76-b727-3955bd72c939 - - *667 + - *668 - *38 responses: '200': description: Success, a group was found content: application/scim+json: - schema: *661 + schema: *662 examples: - default: *668 - '400': *662 - '401': *663 - '403': *664 + default: *669 + '400': *663 + '401': *664 + '403': *665 '404': *6 - '429': *665 - '500': *666 + '429': *666 + '500': *667 x-github: enabledForGitHubApps: true githubCloudOnly: true @@ -98527,13 +98543,13 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/enterprise-admin/scim#set-scim-information-for-a-provisioned-enterprise-group parameters: - - *669 + - *670 - *38 requestBody: required: true content: application/json: - schema: *670 + schema: *671 examples: group: summary: Group @@ -98559,17 +98575,17 @@ paths: description: Group was updated content: application/scim+json: - schema: *661 + schema: *662 examples: - group: *668 - groupWithMembers: *668 - '400': *662 - '401': *663 - '403': *664 + group: *669 + groupWithMembers: *669 + '400': *663 + '401': *664 + '403': *665 '404': *6 - '409': *671 - '429': *665 - '500': *666 + '409': *672 + '429': *666 + '500': *667 x-github: enabledForGitHubApps: true githubCloudOnly: true @@ -98593,13 +98609,13 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/enterprise-admin/scim#update-an-attribute-for-a-scim-enterprise-group parameters: - - *669 + - *670 - *38 requestBody: required: true content: application/json: - schema: &681 + schema: &682 type: object required: - Operations @@ -98659,17 +98675,17 @@ paths: description: Success, group was updated content: application/scim+json: - schema: *661 + schema: *662 examples: - updateGroup: *668 - addMembers: *668 - '400': *662 - '401': *663 - '403': *664 + updateGroup: *669 + addMembers: *669 + '400': *663 + '401': *664 + '403': *665 '404': *6 - '409': *671 - '429': *665 - '500': *666 + '409': *672 + '429': *666 + '500': *667 x-github: enabledForGitHubApps: true githubCloudOnly: true @@ -98685,17 +98701,17 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/enterprise-admin/scim#delete-a-scim-group-from-an-enterprise parameters: - - *669 + - *670 - *38 responses: '204': description: Group was deleted, no content - '400': *662 - '401': *663 - '403': *664 + '400': *663 + '401': *664 + '403': *665 '404': *6 - '429': *665 - '500': *666 + '429': *666 + '500': *667 x-github: enabledForGitHubApps: true githubCloudOnly: true @@ -98729,8 +98745,8 @@ paths: value: userName eq 'E012345' externalId: value: externalId eq 'E012345' - - *672 - *673 + - *674 - *38 responses: '200': @@ -98764,7 +98780,7 @@ paths: Resources: type: array description: Information about each provisioned account. - items: &676 + items: &677 allOf: - type: object required: @@ -98856,7 +98872,7 @@ paths: address. examples: - true - roles: &675 + roles: &676 type: array description: The roles assigned to the user. items: @@ -98915,7 +98931,7 @@ paths: type: string description: Provisioned SCIM groups that the user is a member of. - meta: *674 + meta: *675 startIndex: type: integer description: A starting index for the returned page @@ -98954,11 +98970,11 @@ paths: primary: false startIndex: 1 itemsPerPage: 20 - '400': *662 - '401': *663 - '403': *664 - '429': *665 - '500': *666 + '400': *663 + '401': *664 + '403': *665 + '429': *666 + '500': *667 x-github: enabledForGitHubApps: true githubCloudOnly: true @@ -98982,7 +98998,7 @@ paths: required: true content: application/json: - schema: &679 + schema: &680 type: object required: - schemas @@ -99075,9 +99091,9 @@ paths: description: Whether this email address is the primary address. examples: - true - roles: *675 + roles: *676 examples: - user: &680 + user: &681 summary: User value: schemas: @@ -99124,9 +99140,9 @@ paths: description: User has been created content: application/scim+json: - schema: *676 + schema: *677 examples: - user: &677 + user: &678 value: schemas: - urn:ietf:params:scim:schemas:core:2.0:User @@ -99152,13 +99168,13 @@ paths: created: '2012-03-27T19:59:26.000Z' lastModified: '2018-03-27T19:59:26.000Z' location: https://api.github.localhost/scim/v2/Users/7fce0092-d52e-4f76-b727-3955bd72c939 - enterpriseOwner: *677 - '400': *662 - '401': *663 - '403': *664 - '409': *671 - '429': *665 - '500': *666 + enterpriseOwner: *678 + '400': *663 + '401': *664 + '403': *665 + '409': *672 + '429': *666 + '500': *667 x-github: enabledForGitHubApps: true githubCloudOnly: true @@ -99175,7 +99191,7 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/enterprise-admin/scim#get-scim-provisioning-information-for-an-enterprise-user parameters: - - &678 + - &679 name: scim_user_id description: The unique identifier of the SCIM user. in: path @@ -99188,15 +99204,15 @@ paths: description: Success, a user was found content: application/scim+json: - schema: *676 + schema: *677 examples: - default: *677 - '400': *662 - '401': *663 - '403': *664 + default: *678 + '400': *663 + '401': *664 + '403': *665 '404': *6 - '429': *665 - '500': *666 + '429': *666 + '500': *667 x-github: enabledForGitHubApps: true githubCloudOnly: true @@ -99218,30 +99234,30 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/enterprise-admin/scim#set-scim-information-for-a-provisioned-enterprise-user parameters: - - *678 + - *679 - *38 requestBody: required: true content: application/json: - schema: *679 + schema: *680 examples: - user: *680 + user: *681 responses: '200': description: User was updated content: application/scim+json: - schema: *676 + schema: *677 examples: - user: *677 - '400': *662 - '401': *663 - '403': *664 + user: *678 + '400': *663 + '401': *664 + '403': *665 '404': *6 - '409': *671 - '429': *665 - '500': *666 + '409': *672 + '429': *666 + '500': *667 x-github: enabledForGitHubApps: true githubCloudOnly: true @@ -99276,13 +99292,13 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/enterprise-admin/scim#update-an-attribute-for-a-scim-enterprise-user parameters: - - *678 + - *679 - *38 requestBody: required: true content: application/json: - schema: *681 + schema: *682 examples: userMultiValuedProperties: summary: Multi Valued Property @@ -99322,18 +99338,18 @@ paths: description: Success, user was updated content: application/scim+json: - schema: *676 - examples: - userMultiValuedProperties: *677 - userSingleValuedProperties: *677 - disableUser: *677 - '400': *662 - '401': *663 - '403': *664 + schema: *677 + examples: + userMultiValuedProperties: *678 + userSingleValuedProperties: *678 + disableUser: *678 + '400': *663 + '401': *664 + '403': *665 '404': *6 - '409': *671 - '429': *665 - '500': *666 + '409': *672 + '429': *666 + '500': *667 x-github: enabledForGitHubApps: true githubCloudOnly: true @@ -99353,17 +99369,17 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/enterprise-admin/scim#delete-a-scim-user-from-an-enterprise parameters: - - *678 + - *679 - *38 responses: '204': description: User was deleted, no content - '400': *662 - '401': *663 - '403': *664 + '400': *663 + '401': *664 + '403': *665 '404': *6 - '429': *665 - '500': *666 + '429': *666 + '500': *667 x-github: enabledForGitHubApps: true githubCloudOnly: true @@ -99454,7 +99470,7 @@ paths: - 1 Resources: type: array - items: &682 + items: &683 title: SCIM /Users description: SCIM /Users provisioning endpoints type: object @@ -99701,22 +99717,22 @@ paths: lastModified: '2017-03-09T16:11:13-05:00' location: https://api.github.com/scim/v2/organizations/octo-org/Users/77563764-eb6-24-0598234-958243 '304': *35 - '404': &683 + '404': &684 description: Resource not found content: application/json: - schema: *660 + schema: *661 application/scim+json: - schema: *660 - '403': &684 + schema: *661 + '403': &685 description: Forbidden content: application/json: - schema: *660 + schema: *661 application/scim+json: - schema: *660 - '400': *662 - '429': *665 + schema: *661 + '400': *663 + '429': *666 x-github: githubCloudOnly: true enabledForGitHubApps: true @@ -99742,9 +99758,9 @@ paths: description: Response content: application/scim+json: - schema: *682 + schema: *683 examples: - default: &685 + default: &686 value: schemas: - urn:ietf:params:scim:schemas:core:2.0:User @@ -99767,17 +99783,17 @@ paths: lastModified: '2017-03-09T16:11:13-05:00' location: https://api.github.com/scim/v2/organizations/octo-org/Users/edefdfedf-050c-11e7-8d32 '304': *35 - '404': *683 - '403': *684 - '500': *666 + '404': *684 + '403': *685 + '500': *667 '409': description: Conflict content: application/json: - schema: *660 + schema: *661 application/scim+json: - schema: *660 - '400': *662 + schema: *661 + '400': *663 requestBody: required: true content: @@ -99877,17 +99893,17 @@ paths: url: https://docs.github.com/enterprise-cloud@latest//rest/scim/scim#get-scim-provisioning-information-for-a-user parameters: - *163 - - *678 + - *679 responses: '200': description: Response content: application/scim+json: - schema: *682 + schema: *683 examples: - default: *685 - '404': *683 - '403': *684 + default: *686 + '404': *684 + '403': *685 '304': *35 x-github: githubCloudOnly: true @@ -99911,18 +99927,18 @@ paths: url: https://docs.github.com/enterprise-cloud@latest//rest/scim/scim#update-a-provisioned-organization-membership parameters: - *163 - - *678 + - *679 responses: '200': description: Response content: application/scim+json: - schema: *682 + schema: *683 examples: - default: *685 + default: *686 '304': *35 - '404': *683 - '403': *684 + '404': *684 + '403': *685 requestBody: required: true content: @@ -100037,19 +100053,19 @@ paths: url: https://docs.github.com/enterprise-cloud@latest//rest/scim/scim#update-an-attribute-for-a-scim-user parameters: - *163 - - *678 + - *679 responses: '200': description: Response content: application/scim+json: - schema: *682 + schema: *683 examples: - default: *685 + default: *686 '304': *35 - '404': *683 - '403': *684 - '400': *662 + '404': *684 + '403': *685 + '400': *663 '429': description: Response content: @@ -100145,12 +100161,12 @@ paths: url: https://docs.github.com/enterprise-cloud@latest//rest/scim/scim#delete-a-scim-user-from-an-organization parameters: - *163 - - *678 + - *679 responses: '204': description: Response - '404': *683 - '403': *684 + '404': *684 + '403': *685 '304': *35 x-github: githubCloudOnly: true @@ -100284,7 +100300,7 @@ paths: examples: - 73..77 - 77..78 - text_matches: &686 + text_matches: &687 title: Search Result Text Matches type: array items: @@ -100448,7 +100464,7 @@ paths: enum: - author-date - committer-date - - &687 + - &688 name: order description: Determines whether the first search result returned is the highest number of matches (`desc`) or lowest number of matches (`asc`). This parameter @@ -100517,7 +100533,7 @@ paths: committer: anyOf: - type: 'null' - - *421 + - *422 comment_count: type: integer message: @@ -100536,7 +100552,7 @@ paths: url: type: string format: uri - verification: *534 + verification: *535 required: - author - committer @@ -100551,7 +100567,7 @@ paths: committer: anyOf: - type: 'null' - - *421 + - *422 parents: type: array items: @@ -100568,7 +100584,7 @@ paths: type: number node_id: type: string - text_matches: *686 + text_matches: *687 required: - sha - node_id @@ -100751,7 +100767,7 @@ paths: - interactions - created - updated - - *687 + - *688 - *17 - *19 - name: advanced_search @@ -100875,7 +100891,7 @@ paths: milestone: anyOf: - type: 'null' - - *486 + - *487 comments: type: integer created_at: @@ -100889,7 +100905,7 @@ paths: - string - 'null' format: date-time - text_matches: *686 + text_matches: *687 pull_request: type: object properties: @@ -100938,7 +100954,7 @@ paths: timeline_url: type: string format: uri - type: *279 + type: *280 performed_via_github_app: anyOf: - type: 'null' @@ -101115,7 +101131,7 @@ paths: enum: - created - updated - - *687 + - *688 - *17 - *19 responses: @@ -101160,7 +101176,7 @@ paths: - 'null' score: type: number - text_matches: *686 + text_matches: *687 required: - id - node_id @@ -101246,7 +101262,7 @@ paths: - forks - help-wanted-issues - updated - - *687 + - *688 - *17 - *19 responses: @@ -101483,7 +101499,7 @@ paths: - admin - pull - push - text_matches: *686 + text_matches: *687 temp_clone_token: type: string allow_merge_commit: @@ -101792,7 +101808,7 @@ paths: - string - 'null' format: uri - text_matches: *686 + text_matches: *687 related: type: - array @@ -101987,7 +102003,7 @@ paths: - followers - repositories - joined - - *687 + - *688 - *17 - *19 responses: @@ -102097,7 +102113,7 @@ paths: type: - boolean - 'null' - text_matches: *686 + text_matches: *687 blog: type: - string @@ -102179,7 +102195,7 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/teams/teams#get-a-team-legacy parameters: - - &688 + - &689 name: team_id description: The unique identifier of the team. in: path @@ -102191,9 +102207,9 @@ paths: description: Response content: application/json: - schema: *345 + schema: *346 examples: - default: *346 + default: *347 '404': *6 x-github: githubCloudOnly: false @@ -102220,7 +102236,7 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/teams/teams#update-a-team-legacy parameters: - - *688 + - *689 requestBody: required: true content: @@ -102284,16 +102300,16 @@ paths: description: Response when the updated information already exists content: application/json: - schema: *345 + schema: *346 examples: - default: *346 + default: *347 '201': description: Response content: application/json: - schema: *345 + schema: *346 examples: - default: *346 + default: *347 '404': *6 '422': *15 '403': *27 @@ -102321,7 +102337,7 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/teams/teams#delete-a-team-legacy parameters: - - *688 + - *689 responses: '204': description: Response @@ -102352,7 +102368,7 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/teams/discussions#list-discussions-legacy parameters: - - *688 + - *689 - *84 - *17 - *19 @@ -102363,9 +102379,9 @@ paths: application/json: schema: type: array - items: *347 + items: *348 examples: - default: *689 + default: *690 headers: Link: *37 x-github: @@ -102394,7 +102410,7 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/teams/discussions#create-a-discussion-legacy parameters: - - *688 + - *689 requestBody: required: true content: @@ -102428,9 +102444,9 @@ paths: description: Response content: application/json: - schema: *347 + schema: *348 examples: - default: *348 + default: *349 x-github: triggersNotification: true githubCloudOnly: false @@ -102457,16 +102473,16 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/teams/discussions#get-a-discussion-legacy parameters: - - *688 - - *349 + - *689 + - *350 responses: '200': description: Response content: application/json: - schema: *347 + schema: *348 examples: - default: *348 + default: *349 x-github: githubCloudOnly: false enabledForGitHubApps: true @@ -102491,8 +102507,8 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/teams/discussions#update-a-discussion-legacy parameters: - - *688 - - *349 + - *689 + - *350 requestBody: required: false content: @@ -102515,9 +102531,9 @@ paths: description: Response content: application/json: - schema: *347 + schema: *348 examples: - default: *690 + default: *691 x-github: githubCloudOnly: false enabledForGitHubApps: true @@ -102542,8 +102558,8 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/teams/discussions#delete-a-discussion-legacy parameters: - - *688 - - *349 + - *689 + - *350 responses: '204': description: Response @@ -102572,8 +102588,8 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/teams/discussion-comments#list-discussion-comments-legacy parameters: - - *688 - - *349 + - *689 + - *350 - *84 - *17 - *19 @@ -102584,9 +102600,9 @@ paths: application/json: schema: type: array - items: *350 + items: *351 examples: - default: *691 + default: *692 headers: Link: *37 x-github: @@ -102615,8 +102631,8 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/teams/discussion-comments#create-a-discussion-comment-legacy parameters: - - *688 - - *349 + - *689 + - *350 requestBody: required: true content: @@ -102638,9 +102654,9 @@ paths: description: Response content: application/json: - schema: *350 + schema: *351 examples: - default: *351 + default: *352 x-github: triggersNotification: true githubCloudOnly: false @@ -102667,17 +102683,17 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/teams/discussion-comments#get-a-discussion-comment-legacy parameters: - - *688 - - *349 - - *352 + - *689 + - *350 + - *353 responses: '200': description: Response content: application/json: - schema: *350 + schema: *351 examples: - default: *351 + default: *352 x-github: githubCloudOnly: false enabledForGitHubApps: true @@ -102702,9 +102718,9 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/teams/discussion-comments#update-a-discussion-comment-legacy parameters: - - *688 - - *349 - - *352 + - *689 + - *350 + - *353 requestBody: required: true content: @@ -102726,9 +102742,9 @@ paths: description: Response content: application/json: - schema: *350 + schema: *351 examples: - default: *692 + default: *693 x-github: githubCloudOnly: false enabledForGitHubApps: true @@ -102753,9 +102769,9 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/teams/discussion-comments#delete-a-discussion-comment-legacy parameters: - - *688 - - *349 - - *352 + - *689 + - *350 + - *353 responses: '204': description: Response @@ -102784,9 +102800,9 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/reactions/reactions#list-reactions-for-a-team-discussion-comment-legacy parameters: - - *688 - - *349 - - *352 + - *689 + - *350 + - *353 - name: content description: Returns a single [reaction type](https://docs.github.com/enterprise-cloud@latest//rest/reactions/reactions#about-reactions). Omit this parameter to list all reactions to a team discussion comment. @@ -102812,9 +102828,9 @@ paths: application/json: schema: type: array - items: *353 + items: *354 examples: - default: *355 + default: *356 headers: Link: *37 x-github: @@ -102843,9 +102859,9 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/reactions/reactions#create-reaction-for-a-team-discussion-comment-legacy parameters: - - *688 - - *349 - - *352 + - *689 + - *350 + - *353 requestBody: required: true content: @@ -102877,9 +102893,9 @@ paths: description: Response content: application/json: - schema: *353 + schema: *354 examples: - default: *354 + default: *355 x-github: githubCloudOnly: false enabledForGitHubApps: true @@ -102905,8 +102921,8 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/reactions/reactions#list-reactions-for-a-team-discussion-legacy parameters: - - *688 - - *349 + - *689 + - *350 - name: content description: Returns a single [reaction type](https://docs.github.com/enterprise-cloud@latest//rest/reactions/reactions#about-reactions). Omit this parameter to list all reactions to a team discussion. @@ -102932,9 +102948,9 @@ paths: application/json: schema: type: array - items: *353 + items: *354 examples: - default: *355 + default: *356 headers: Link: *37 x-github: @@ -102963,8 +102979,8 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/reactions/reactions#create-reaction-for-a-team-discussion-legacy parameters: - - *688 - - *349 + - *689 + - *350 requestBody: required: true content: @@ -102996,9 +103012,9 @@ paths: description: Response content: application/json: - schema: *353 + schema: *354 examples: - default: *354 + default: *355 x-github: githubCloudOnly: false enabledForGitHubApps: false @@ -103022,7 +103038,7 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/teams/members#list-pending-team-invitations-legacy parameters: - - *688 + - *689 - *17 - *19 responses: @@ -103032,9 +103048,9 @@ paths: application/json: schema: type: array - items: *276 + items: *277 examples: - default: *277 + default: *278 headers: Link: *37 x-github: @@ -103060,7 +103076,7 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/teams/members#list-team-members-legacy parameters: - - *688 + - *689 - name: role description: Filters members returned by their role in the team. in: query @@ -103083,7 +103099,7 @@ paths: type: array items: *4 examples: - default: *284 + default: *285 headers: Link: *37 '404': *6 @@ -103111,7 +103127,7 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/teams/members#get-team-member-legacy parameters: - - *688 + - *689 - *211 responses: '204': @@ -103148,7 +103164,7 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/teams/members#add-team-member-legacy parameters: - - *688 + - *689 - *211 responses: '204': @@ -103188,7 +103204,7 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/teams/members#remove-team-member-legacy parameters: - - *688 + - *689 - *211 responses: '204': @@ -103225,16 +103241,16 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/teams/members#get-team-membership-for-a-user-legacy parameters: - - *688 + - *689 - *211 responses: '200': description: Response content: application/json: - schema: *361 + schema: *362 examples: - response-if-user-is-a-team-maintainer: *693 + response-if-user-is-a-team-maintainer: *694 '404': *6 x-github: githubCloudOnly: false @@ -103267,7 +103283,7 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/teams/members#add-or-update-team-membership-for-a-user-legacy parameters: - - *688 + - *689 - *211 requestBody: required: false @@ -103293,9 +103309,9 @@ paths: description: Response content: application/json: - schema: *361 + schema: *362 examples: - response-if-users-membership-with-team-is-now-pending: *694 + response-if-users-membership-with-team-is-now-pending: *695 '403': description: Forbidden if team synchronization is set up '422': @@ -103329,7 +103345,7 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/teams/members#remove-team-membership-for-a-user-legacy parameters: - - *688 + - *689 - *211 responses: '204': @@ -103358,7 +103374,7 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/teams/teams#list-team-projects-legacy parameters: - - *688 + - *689 - *17 - *19 responses: @@ -103368,9 +103384,9 @@ paths: application/json: schema: type: array - items: *362 + items: *363 examples: - default: *695 + default: *696 headers: Link: *37 '404': *6 @@ -103396,16 +103412,16 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/teams/teams#check-team-permissions-for-a-project-legacy parameters: - - *688 - - *363 + - *689 + - *364 responses: '200': description: Response content: application/json: - schema: *362 + schema: *363 examples: - default: *696 + default: *697 '404': description: Not Found if project is not managed by this team x-github: @@ -103429,8 +103445,8 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/teams/teams#add-or-update-team-project-permissions-legacy parameters: - - *688 - - *363 + - *689 + - *364 requestBody: required: false content: @@ -103497,8 +103513,8 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/teams/teams#remove-a-project-from-a-team-legacy parameters: - - *688 - - *363 + - *689 + - *364 responses: '204': description: Response @@ -103525,7 +103541,7 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/teams/teams#list-team-repositories-legacy parameters: - - *688 + - *689 - *17 - *19 responses: @@ -103537,7 +103553,7 @@ paths: type: array items: *189 examples: - default: *302 + default: *303 headers: Link: *37 '404': *6 @@ -103567,15 +103583,15 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/teams/teams#check-team-permissions-for-a-repository-legacy parameters: - - *688 - - *364 + - *689 - *365 + - *366 responses: '200': description: Alternative response with extra repository information content: application/json: - schema: *697 + schema: *698 examples: alternative-response-with-extra-repository-information: value: @@ -103726,9 +103742,9 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/teams/teams#add-or-update-team-repository-permissions-legacy parameters: - - *688 - - *364 + - *689 - *365 + - *366 requestBody: required: false content: @@ -103778,9 +103794,9 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/teams/teams#remove-a-repository-from-a-team-legacy parameters: - - *688 - - *364 + - *689 - *365 + - *366 responses: '204': description: Response @@ -103809,15 +103825,15 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/teams/team-sync#list-idp-groups-for-a-team-legacy parameters: - - *688 + - *689 responses: '200': description: Response content: application/json: - schema: *366 + schema: *367 examples: - default: *367 + default: *368 '403': *27 '404': *6 x-github: @@ -103844,7 +103860,7 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/teams/team-sync#create-or-update-idp-group-connections-legacy parameters: - - *688 + - *689 requestBody: required: true content: @@ -103905,7 +103921,7 @@ paths: description: Response content: application/json: - schema: *366 + schema: *367 examples: default: value: @@ -103936,7 +103952,7 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/teams/teams#list-child-teams-legacy parameters: - - *688 + - *689 - *17 - *19 responses: @@ -103948,7 +103964,7 @@ paths: type: array items: *220 examples: - response-if-child-teams-exist: *698 + response-if-child-teams-exist: *699 headers: Link: *37 '404': *6 @@ -103981,7 +103997,7 @@ paths: application/json: schema: oneOf: - - &700 + - &701 title: Private User description: Private User type: object @@ -104231,7 +104247,7 @@ paths: - private_gists - total_private_repos - two_factor_authentication - - *699 + - *700 examples: response-with-public-and-private-profile-information: summary: Response with public and private profile information @@ -104391,7 +104407,7 @@ paths: description: Response content: application/json: - schema: *700 + schema: *701 examples: default: value: @@ -104470,7 +104486,7 @@ paths: type: array items: *4 examples: - default: *284 + default: *285 '304': *35 '404': *6 '403': *27 @@ -104594,9 +104610,9 @@ paths: type: integer codespaces: type: array - items: *285 + items: *286 examples: - default: *286 + default: *287 '304': *35 '500': *95 '401': *23 @@ -104735,17 +104751,17 @@ paths: description: Response when the codespace was successfully created content: application/json: - schema: *285 + schema: *286 examples: - default: *473 + default: *474 '202': description: Response when the codespace creation partially failed but is being retried in the background content: application/json: - schema: *285 + schema: *286 examples: - default: *473 + default: *474 '401': *23 '403': *27 '404': *6 @@ -104789,7 +104805,7 @@ paths: type: integer secrets: type: array - items: &701 + items: &702 title: Codespaces Secret description: Secrets for a GitHub Codespace. type: object @@ -104831,7 +104847,7 @@ paths: - visibility - selected_repositories_url examples: - default: *475 + default: *476 headers: Link: *37 x-github: @@ -104909,7 +104925,7 @@ paths: description: Response content: application/json: - schema: *701 + schema: *702 examples: default: value: @@ -105055,7 +105071,7 @@ paths: type: array items: *189 examples: - default: *702 + default: *703 '401': *23 '403': *27 '404': *6 @@ -105199,15 +105215,15 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/codespaces/codespaces#get-a-codespace-for-the-authenticated-user parameters: - - *287 + - *288 responses: '200': description: Response content: application/json: - schema: *285 + schema: *286 examples: - default: *473 + default: *474 '304': *35 '500': *95 '401': *23 @@ -105233,7 +105249,7 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/codespaces/codespaces#update-a-codespace-for-the-authenticated-user parameters: - - *287 + - *288 requestBody: required: false content: @@ -105263,9 +105279,9 @@ paths: description: Response content: application/json: - schema: *285 + schema: *286 examples: - default: *473 + default: *474 '401': *23 '403': *27 '404': *6 @@ -105287,7 +105303,7 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/codespaces/codespaces#delete-a-codespace-for-the-authenticated-user parameters: - - *287 + - *288 responses: '202': *93 '304': *35 @@ -105316,13 +105332,13 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/codespaces/codespaces#export-a-codespace-for-the-authenticated-user parameters: - - *287 + - *288 responses: '202': description: Response content: application/json: - schema: &703 + schema: &704 type: object title: Fetches information about an export of a codespace. description: An export of a codespace. Also, latest export details @@ -105375,7 +105391,7 @@ paths: examples: - https://github.com/octocat/hello-world/tree/:branch examples: - default: &704 + default: &705 value: state: succeeded completed_at: '2022-01-01T14:59:22Z' @@ -105407,7 +105423,7 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/codespaces/codespaces#get-details-about-a-codespace-export parameters: - - *287 + - *288 - name: export_id in: path required: true @@ -105420,9 +105436,9 @@ paths: description: Response content: application/json: - schema: *703 + schema: *704 examples: - default: *704 + default: *705 '404': *6 x-github: githubCloudOnly: false @@ -105443,7 +105459,7 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/codespaces/machines#list-machine-types-for-a-codespace parameters: - - *287 + - *288 responses: '200': description: Response @@ -105459,9 +105475,9 @@ paths: type: integer machines: type: array - items: *474 + items: *475 examples: - default: *705 + default: *706 '304': *35 '500': *95 '401': *23 @@ -105490,7 +105506,7 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/codespaces/codespaces#create-a-repository-from-an-unpublished-codespace parameters: - - *287 + - *288 requestBody: required: true content: @@ -105546,11 +105562,11 @@ paths: - 26a7c758-7299-4a73-b978-5a92a7ae98a0 owner: *4 billable_owner: *4 - repository: *377 + repository: *378 machine: anyOf: - type: 'null' - - *474 + - *475 devcontainer_path: description: Path to devcontainer.json from repo root used to create Codespace. @@ -106347,15 +106363,15 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/codespaces/codespaces#start-a-codespace-for-the-authenticated-user parameters: - - *287 + - *288 responses: '200': description: Response content: application/json: - schema: *285 + schema: *286 examples: - default: *473 + default: *474 '304': *35 '500': *95 '400': *14 @@ -106387,15 +106403,15 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/codespaces/codespaces#stop-a-codespace-for-the-authenticated-user parameters: - - *287 + - *288 responses: '200': description: Response content: application/json: - schema: *285 + schema: *286 examples: - default: *473 + default: *474 '500': *95 '401': *23 '403': *27 @@ -106425,9 +106441,9 @@ paths: application/json: schema: type: array - items: *296 + items: *297 examples: - default: &718 + default: &719 value: - id: 197 name: hello_docker @@ -106528,7 +106544,7 @@ paths: application/json: schema: type: array - items: &706 + items: &707 title: Email description: Email type: object @@ -106598,9 +106614,9 @@ paths: application/json: schema: type: array - items: *706 + items: *707 examples: - default: &720 + default: &721 value: - email: octocat@github.com verified: true @@ -106677,7 +106693,7 @@ paths: application/json: schema: type: array - items: *706 + items: *707 examples: default: value: @@ -106789,7 +106805,7 @@ paths: type: array items: *4 examples: - default: *284 + default: *285 headers: Link: *37 '304': *35 @@ -106822,7 +106838,7 @@ paths: type: array items: *4 examples: - default: *284 + default: *285 headers: Link: *37 '304': *35 @@ -106935,7 +106951,7 @@ paths: application/json: schema: type: array - items: &707 + items: &708 title: GPG Key description: A unique encryption key type: object @@ -107080,7 +107096,7 @@ paths: - subkeys - revoked examples: - default: &731 + default: &732 value: - id: 3 name: Octocat's GPG Key @@ -107165,9 +107181,9 @@ paths: description: Response content: application/json: - schema: *707 + schema: *708 examples: - default: &708 + default: &709 value: id: 3 name: Octocat's GPG Key @@ -107224,7 +107240,7 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/users/gpg-keys#get-a-gpg-key-for-the-authenticated-user parameters: - - &709 + - &710 name: gpg_key_id description: The unique identifier of the GPG key. in: path @@ -107236,9 +107252,9 @@ paths: description: Response content: application/json: - schema: *707 + schema: *708 examples: - default: *708 + default: *709 '404': *6 '304': *35 '403': *27 @@ -107261,7 +107277,7 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/users/gpg-keys#delete-a-gpg-key-for-the-authenticated-user parameters: - - *709 + - *710 responses: '204': description: Response @@ -107452,7 +107468,7 @@ paths: type: array items: *61 examples: - default: *710 + default: *711 headers: Link: *37 '404': *6 @@ -107537,12 +107553,12 @@ paths: application/json: schema: anyOf: - - *274 + - *275 - type: object properties: {} additionalProperties: false examples: - default: *275 + default: *276 '204': description: Response when there are no restrictions x-github: @@ -107566,7 +107582,7 @@ paths: required: true content: application/json: - schema: *545 + schema: *546 examples: default: value: @@ -107577,7 +107593,7 @@ paths: description: Response content: application/json: - schema: *274 + schema: *275 examples: default: value: @@ -107658,7 +107674,7 @@ paths: - closed - all default: open - - *282 + - *283 - name: sort description: What to sort results by. in: query @@ -107683,7 +107699,7 @@ paths: type: array items: *147 examples: - default: *283 + default: *284 headers: Link: *37 '404': *6 @@ -107716,7 +107732,7 @@ paths: application/json: schema: type: array - items: &711 + items: &712 title: Key description: Key type: object @@ -107814,9 +107830,9 @@ paths: description: Response content: application/json: - schema: *711 + schema: *712 examples: - default: &712 + default: &713 value: key: 2Sg8iYjAxxmI2LvUXpJjkYrMxURPc8r+dB7TJyvv1234 id: 2 @@ -107849,15 +107865,15 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/users/keys#get-a-public-ssh-key-for-the-authenticated-user parameters: - - *572 + - *573 responses: '200': description: Response content: application/json: - schema: *711 + schema: *712 examples: - default: *712 + default: *713 '404': *6 '304': *35 '403': *27 @@ -107880,7 +107896,7 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/users/keys#delete-a-public-ssh-key-for-the-authenticated-user parameters: - - *572 + - *573 responses: '204': description: Response @@ -107913,7 +107929,7 @@ paths: application/json: schema: type: array - items: &713 + items: &714 title: User Marketplace Purchase description: User Marketplace Purchase type: object @@ -107992,7 +108008,7 @@ paths: - account - plan examples: - default: &714 + default: &715 value: - billing_cycle: monthly next_billing_date: '2017-11-11T00:00:00Z' @@ -108054,9 +108070,9 @@ paths: application/json: schema: type: array - items: *713 + items: *714 examples: - default: *714 + default: *715 headers: Link: *37 '304': *35 @@ -108096,7 +108112,7 @@ paths: application/json: schema: type: array - items: *288 + items: *289 examples: default: value: @@ -108204,7 +108220,7 @@ paths: description: Response content: application/json: - schema: *288 + schema: *289 examples: default: value: @@ -108287,7 +108303,7 @@ paths: description: Response content: application/json: - schema: *288 + schema: *289 examples: default: value: @@ -108355,7 +108371,7 @@ paths: application/json: schema: type: array - items: *290 + items: *291 examples: default: value: @@ -108617,7 +108633,7 @@ paths: description: Response content: application/json: - schema: *290 + schema: *291 examples: default: value: @@ -108797,7 +108813,7 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/migrations/users#get-a-user-migration-status parameters: - - *291 + - *292 - name: exclude in: query required: false @@ -108810,7 +108826,7 @@ paths: description: Response content: application/json: - schema: *290 + schema: *291 examples: default: value: @@ -109004,7 +109020,7 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/migrations/users#download-a-user-migration-archive parameters: - - *291 + - *292 responses: '302': description: Response @@ -109030,7 +109046,7 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/migrations/users#delete-a-user-migration-archive parameters: - - *291 + - *292 responses: '204': description: Response @@ -109059,8 +109075,8 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/migrations/users#unlock-a-user-repository parameters: - - *291 - - *715 + - *292 + - *716 responses: '204': description: Response @@ -109084,7 +109100,7 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/migrations/users#list-repositories-for-a-user-migration parameters: - - *291 + - *292 - *17 - *19 responses: @@ -109096,7 +109112,7 @@ paths: type: array items: *189 examples: - default: *302 + default: *303 headers: Link: *37 '404': *6 @@ -109133,7 +109149,7 @@ paths: type: array items: *56 examples: - default: *716 + default: *717 headers: Link: *37 '304': *35 @@ -109175,7 +109191,7 @@ paths: - docker - nuget - container - - *717 + - *718 - *19 - *17 responses: @@ -109185,10 +109201,10 @@ paths: application/json: schema: type: array - items: *296 + items: *297 examples: - default: *718 - '400': *719 + default: *719 + '400': *720 x-github: githubCloudOnly: false enabledForGitHubApps: false @@ -109208,16 +109224,16 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/packages/packages#get-a-package-for-the-authenticated-user parameters: - - *298 - *299 + - *300 responses: '200': description: Response content: application/json: - schema: *296 + schema: *297 examples: - default: &732 + default: &733 value: id: 40201 name: octo-name @@ -109330,8 +109346,8 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/packages/packages#delete-a-package-for-the-authenticated-user parameters: - - *298 - *299 + - *300 responses: '204': description: Response @@ -109361,8 +109377,8 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/packages/packages#restore-a-package-for-the-authenticated-user parameters: - - *298 - *299 + - *300 - name: token description: package token schema: @@ -109394,8 +109410,8 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/packages/packages#list-package-versions-for-a-package-owned-by-the-authenticated-user parameters: - - *298 - *299 + - *300 - *19 - *17 - name: state @@ -109415,7 +109431,7 @@ paths: application/json: schema: type: array - items: *300 + items: *301 examples: default: value: @@ -109464,15 +109480,15 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/packages/packages#get-a-package-version-for-the-authenticated-user parameters: - - *298 - *299 - - *301 + - *300 + - *302 responses: '200': description: Response content: application/json: - schema: *300 + schema: *301 examples: default: value: @@ -109508,9 +109524,9 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/packages/packages#delete-a-package-version-for-the-authenticated-user parameters: - - *298 - *299 - - *301 + - *300 + - *302 responses: '204': description: Response @@ -109540,9 +109556,9 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/packages/packages#restore-a-package-version-for-the-authenticated-user parameters: - - *298 - *299 - - *301 + - *300 + - *302 responses: '204': description: Response @@ -109600,7 +109616,7 @@ paths: description: Response content: application/json: - schema: *312 + schema: *313 examples: default: value: @@ -109672,9 +109688,9 @@ paths: application/json: schema: type: array - items: *706 + items: *707 examples: - default: *720 + default: *721 headers: Link: *37 '304': *35 @@ -109787,7 +109803,7 @@ paths: type: array items: *61 examples: - default: &727 + default: &728 summary: Default response value: - id: 1296269 @@ -110105,9 +110121,9 @@ paths: description: Response content: application/json: - schema: *377 + schema: *378 examples: - default: *379 + default: *380 headers: Location: example: https://api.github.com/repos/octocat/Hello-World @@ -110145,9 +110161,9 @@ paths: application/json: schema: type: array - items: *547 + items: *548 examples: - default: *721 + default: *722 headers: Link: *37 '304': *35 @@ -110170,7 +110186,7 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/collaborators/invitations#accept-a-repository-invitation parameters: - - *278 + - *279 responses: '204': description: Response @@ -110193,7 +110209,7 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/collaborators/invitations#decline-a-repository-invitation parameters: - - *278 + - *279 responses: '204': description: Response @@ -110226,7 +110242,7 @@ paths: application/json: schema: type: array - items: &722 + items: &723 title: Social account description: Social media account type: object @@ -110243,7 +110259,7 @@ paths: - provider - url examples: - default: &723 + default: &724 value: - provider: twitter url: https://twitter.com/github @@ -110306,9 +110322,9 @@ paths: application/json: schema: type: array - items: *722 + items: *723 examples: - default: *723 + default: *724 '422': *15 '304': *35 '404': *6 @@ -110396,7 +110412,7 @@ paths: application/json: schema: type: array - items: &724 + items: &725 title: SSH Signing Key description: A public SSH key used to sign Git commits type: object @@ -110416,7 +110432,7 @@ paths: - title - created_at examples: - default: &733 + default: &734 value: - key: 2Sg8iYjAxxmI2LvUXpJjkYrMxURPc8r+dB7TJyvv1234 id: 2 @@ -110483,9 +110499,9 @@ paths: description: Response content: application/json: - schema: *724 + schema: *725 examples: - default: &725 + default: &726 value: key: 2Sg8iYjAxxmI2LvUXpJjkYrMxURPc8r+dB7TJyvv1234 id: 2 @@ -110516,7 +110532,7 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/users/ssh-signing-keys#get-an-ssh-signing-key-for-the-authenticated-user parameters: - - &726 + - &727 name: ssh_signing_key_id description: The unique identifier of the SSH signing key. in: path @@ -110528,9 +110544,9 @@ paths: description: Response content: application/json: - schema: *724 + schema: *725 examples: - default: *725 + default: *726 '404': *6 '304': *35 '403': *27 @@ -110553,7 +110569,7 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/users/ssh-signing-keys#delete-an-ssh-signing-key-for-the-authenticated-user parameters: - - *726 + - *727 responses: '204': description: Response @@ -110582,7 +110598,7 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/activity/starring#list-repositories-starred-by-the-authenticated-user parameters: - - &734 + - &735 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 @@ -110607,11 +110623,11 @@ paths: type: array items: *61 examples: - default-response: *727 + default-response: *728 application/vnd.github.v3.star+json: schema: type: array - items: &735 + items: &736 title: Starred Repository description: Starred Repository type: object @@ -110767,8 +110783,8 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/activity/starring#check-if-a-repository-is-starred-by-the-authenticated-user parameters: - - *364 - *365 + - *366 responses: '204': description: Response if this repository is starred by you @@ -110796,8 +110812,8 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/activity/starring#star-a-repository-for-the-authenticated-user parameters: - - *364 - *365 + - *366 responses: '204': description: Response @@ -110821,8 +110837,8 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/activity/starring#unstar-a-repository-for-the-authenticated-user parameters: - - *364 - *365 + - *366 responses: '204': description: Response @@ -110857,7 +110873,7 @@ paths: type: array items: *189 examples: - default: *302 + default: *303 headers: Link: *37 '304': *35 @@ -110894,7 +110910,7 @@ paths: application/json: schema: type: array - items: *345 + items: *346 examples: default: value: @@ -110980,10 +110996,10 @@ paths: application/json: schema: oneOf: + - *701 - *700 - - *699 examples: - default-response: &729 + default-response: &730 summary: Default response value: login: octocat @@ -111018,7 +111034,7 @@ paths: following: 0 created_at: '2008-01-14T04:33:35Z' updated_at: '2008-01-14T04:33:35Z' - response-with-git-hub-plan-information: &730 + response-with-git-hub-plan-information: &731 summary: Response with GitHub plan information value: login: octocat @@ -111078,7 +111094,7 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/users/users#list-users parameters: - - *728 + - *729 - *17 responses: '200': @@ -111089,7 +111105,7 @@ paths: type: array items: *4 examples: - default: *284 + default: *285 headers: Link: example: ; rel="next" @@ -111127,11 +111143,11 @@ paths: application/json: schema: oneOf: + - *701 - *700 - - *699 examples: - default-response: *729 - response-with-git-hub-plan-information: *730 + default-response: *730 + response-with-git-hub-plan-information: *731 '404': *6 x-github: githubCloudOnly: false @@ -111207,7 +111223,7 @@ paths: bundle_url: type: string examples: - default: *417 + default: *418 '201': description: Response content: @@ -111246,9 +111262,9 @@ paths: application/json: schema: type: array - items: *296 + items: *297 examples: - default: *718 + default: *719 '403': *27 '401': *23 x-github: @@ -111531,7 +111547,7 @@ paths: type: array items: *4 examples: - default: *284 + default: *285 headers: Link: *37 x-github: @@ -111562,7 +111578,7 @@ paths: type: array items: *4 examples: - default: *284 + default: *285 headers: Link: *37 x-github: @@ -111652,9 +111668,9 @@ paths: application/json: schema: type: array - items: *707 + items: *708 examples: - default: *731 + default: *732 headers: Link: *37 x-github: @@ -111758,7 +111774,7 @@ paths: application/json: schema: *20 examples: - default: *544 + default: *545 x-github: githubCloudOnly: false enabledForGitHubApps: false @@ -111836,7 +111852,7 @@ paths: type: array items: *56 examples: - default: *716 + default: *717 headers: Link: *37 x-github: @@ -111875,7 +111891,7 @@ paths: - docker - nuget - container - - *717 + - *718 - *211 - *19 - *17 @@ -111886,12 +111902,12 @@ paths: application/json: schema: type: array - items: *296 + items: *297 examples: - default: *718 + default: *719 '403': *27 '401': *23 - '400': *719 + '400': *720 x-github: githubCloudOnly: false enabledForGitHubApps: false @@ -111911,17 +111927,17 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/packages/packages#get-a-package-for-a-user parameters: - - *298 - *299 + - *300 - *211 responses: '200': description: Response content: application/json: - schema: *296 + schema: *297 examples: - default: *732 + default: *733 x-github: githubCloudOnly: false enabledForGitHubApps: false @@ -111942,8 +111958,8 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/packages/packages#delete-a-package-for-a-user parameters: - - *298 - *299 + - *300 - *211 responses: '204': @@ -111976,8 +111992,8 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/packages/packages#restore-a-package-for-a-user parameters: - - *298 - *299 + - *300 - *211 - name: token description: package token @@ -112010,8 +112026,8 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/packages/packages#list-package-versions-for-a-package-owned-by-a-user parameters: - - *298 - *299 + - *300 - *211 responses: '200': @@ -112020,7 +112036,7 @@ paths: application/json: schema: type: array - items: *300 + items: *301 examples: default: value: @@ -112078,16 +112094,16 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/packages/packages#get-a-package-version-for-a-user parameters: - - *298 - *299 - - *301 + - *300 + - *302 - *211 responses: '200': description: Response content: application/json: - schema: *300 + schema: *301 examples: default: value: @@ -112122,10 +112138,10 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/packages/packages#delete-package-version-for-a-user parameters: - - *298 - *299 + - *300 - *211 - - *301 + - *302 responses: '204': description: Response @@ -112157,10 +112173,10 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/packages/packages#restore-package-version-for-a-user parameters: - - *298 - *299 + - *300 - *211 - - *301 + - *302 responses: '204': description: Response @@ -112207,7 +112223,7 @@ paths: application/json: schema: type: array - items: *312 + items: *313 examples: default: value: @@ -112490,7 +112506,7 @@ paths: type: array items: *189 examples: - default: *302 + default: *303 headers: Link: *37 x-github: @@ -112520,9 +112536,9 @@ paths: description: Response content: application/json: - schema: *332 + schema: *333 examples: - default: *333 + default: *334 x-github: githubCloudOnly: false enabledForGitHubApps: false @@ -112550,9 +112566,9 @@ paths: description: Response content: application/json: - schema: *337 + schema: *338 examples: - default: *338 + default: *339 x-github: githubCloudOnly: false enabledForGitHubApps: false @@ -112580,9 +112596,9 @@ paths: description: Response content: application/json: - schema: *339 + schema: *340 examples: - default: *340 + default: *341 x-github: githubCloudOnly: false enabledForGitHubApps: false @@ -112610,9 +112626,9 @@ paths: application/json: schema: type: array - items: *722 + items: *723 examples: - default: *723 + default: *724 headers: Link: *37 x-github: @@ -112642,9 +112658,9 @@ paths: application/json: schema: type: array - items: *724 + items: *725 examples: - default: *733 + default: *734 headers: Link: *37 x-github: @@ -112669,7 +112685,7 @@ paths: url: https://docs.github.com/enterprise-cloud@latest//rest/activity/starring#list-repositories-starred-by-a-user parameters: - *211 - - *734 + - *735 - *84 - *17 - *19 @@ -112681,11 +112697,11 @@ paths: schema: anyOf: - type: array - items: *735 + items: *736 - type: array items: *61 examples: - default-response: *727 + default-response: *728 headers: Link: *37 x-github: @@ -112716,7 +112732,7 @@ paths: type: array items: *189 examples: - default: *302 + default: *303 headers: Link: *37 x-github: @@ -112845,7 +112861,7 @@ webhooks: type: string enum: - disabled - enterprise: &736 + enterprise: &737 title: Enterprise description: |- An enterprise on GitHub. Webhook payloads contain the `enterprise` property when the webhook is configured @@ -112914,7 +112930,7 @@ webhooks: - created_at - updated_at - avatar_url - installation: &737 + installation: &738 title: Simple Installation description: |- The GitHub App installation. Webhook payloads contain the `installation` property when the event is configured @@ -112935,7 +112951,7 @@ webhooks: required: - id - node_id - organization: &738 + organization: &739 title: Organization Simple description: |- A GitHub organization. Webhook payloads contain the `organization` property when the webhook is configured for an @@ -113008,7 +113024,7 @@ webhooks: - public_members_url - avatar_url - description - repository: &739 + repository: &740 title: Repository description: |- The repository on GitHub where the event occurred. Webhook payloads contain the `repository` property @@ -113921,10 +113937,10 @@ webhooks: type: string enum: - enabled - enterprise: *736 - installation: *737 - organization: *738 - repository: *739 + enterprise: *737 + installation: *738 + organization: *739 + repository: *740 sender: *4 required: - action @@ -114000,11 +114016,11 @@ webhooks: type: string enum: - created - enterprise: *736 - installation: *737 - organization: *738 - repository: *739 - rule: &740 + enterprise: *737 + installation: *738 + organization: *739 + repository: *740 + rule: &741 title: branch protection rule description: The branch protection rule. Includes a `name` and all the [branch protection settings](https://docs.github.com/enterprise-cloud@latest//github/administering-a-repository/defining-the-mergeability-of-pull-requests/about-protected-branches#about-branch-protection-settings) @@ -114227,11 +114243,11 @@ webhooks: type: string enum: - deleted - enterprise: *736 - installation: *737 - organization: *738 - repository: *739 - rule: *740 + enterprise: *737 + installation: *738 + organization: *739 + repository: *740 + rule: *741 sender: *4 required: - action @@ -114419,11 +114435,11 @@ webhooks: - everyone required: - from - enterprise: *736 - installation: *737 - organization: *738 - repository: *739 - rule: *740 + enterprise: *737 + installation: *738 + organization: *739 + repository: *740 + rule: *741 sender: *4 required: - action @@ -114494,7 +114510,7 @@ webhooks: required: true content: application/json: - schema: &743 + schema: &744 title: Exemption request cancellation event type: object properties: @@ -114502,11 +114518,11 @@ webhooks: type: string enum: - cancelled - enterprise: *736 - installation: *737 - organization: *738 - repository: *739 - exemption_request: &741 + enterprise: *737 + installation: *738 + organization: *739 + repository: *740 + exemption_request: &742 title: Exemption Request description: A request from a user to be exempted from a set of rules. @@ -114736,7 +114752,7 @@ webhooks: - array - 'null' description: The responses to the exemption request. - items: &742 + items: &743 title: Exemption response description: A response to an exemption request by a delegated bypasser. @@ -114846,7 +114862,7 @@ webhooks: required: true content: application/json: - schema: &744 + schema: &745 title: Exemption request completed event type: object properties: @@ -114854,11 +114870,11 @@ webhooks: type: string enum: - completed - enterprise: *736 - installation: *737 - organization: *738 - repository: *739 - exemption_request: *741 + enterprise: *737 + installation: *738 + organization: *739 + repository: *740 + exemption_request: *742 sender: *4 required: - action @@ -114928,7 +114944,7 @@ webhooks: required: true content: application/json: - schema: &745 + schema: &746 title: Exemption request created event type: object properties: @@ -114936,11 +114952,11 @@ webhooks: type: string enum: - created - enterprise: *736 - installation: *737 - organization: *738 - repository: *739 - exemption_request: *741 + enterprise: *737 + installation: *738 + organization: *739 + repository: *740 + exemption_request: *742 sender: *4 required: - action @@ -115010,7 +115026,7 @@ webhooks: required: true content: application/json: - schema: &746 + schema: &747 title: Exemption response dismissed event type: object properties: @@ -115018,12 +115034,12 @@ webhooks: type: string enum: - response_dismissed - enterprise: *736 - installation: *737 - organization: *738 - repository: *739 - exemption_request: *741 - exemption_response: *742 + enterprise: *737 + installation: *738 + organization: *739 + repository: *740 + exemption_request: *742 + exemption_response: *743 sender: *4 required: - action @@ -115095,7 +115111,7 @@ webhooks: required: true content: application/json: - schema: &747 + schema: &748 title: Exemption response submitted event type: object properties: @@ -115103,12 +115119,12 @@ webhooks: type: string enum: - response_submitted - enterprise: *736 - installation: *737 - organization: *738 - repository: *739 - exemption_request: *741 - exemption_response: *742 + enterprise: *737 + installation: *738 + organization: *739 + repository: *740 + exemption_request: *742 + exemption_response: *743 sender: *4 required: - action @@ -115181,7 +115197,7 @@ webhooks: required: true content: application/json: - schema: *743 + schema: *744 responses: '200': description: Return a 200 status to indicate that the data was received @@ -115248,7 +115264,7 @@ webhooks: required: true content: application/json: - schema: *744 + schema: *745 responses: '200': description: Return a 200 status to indicate that the data was received @@ -115315,7 +115331,7 @@ webhooks: required: true content: application/json: - schema: *745 + schema: *746 responses: '200': description: Return a 200 status to indicate that the data was received @@ -115382,7 +115398,7 @@ webhooks: required: true content: application/json: - schema: *746 + schema: *747 responses: '200': description: Return a 200 status to indicate that the data was received @@ -115450,7 +115466,7 @@ webhooks: required: true content: application/json: - schema: *747 + schema: *748 responses: '200': description: Return a 200 status to indicate that the data was received @@ -115528,7 +115544,7 @@ webhooks: type: string enum: - completed - check_run: &749 + check_run: &750 title: CheckRun description: A check performed on the code of a given code change type: object @@ -115596,7 +115612,7 @@ webhooks: - MDEwOkNoZWNrU3VpdGU1 pull_requests: type: array - items: *436 + items: *437 repository: *189 status: type: string @@ -115641,7 +115657,7 @@ webhooks: - examples: - neutral - deployment: *748 + deployment: *749 details_url: type: string examples: @@ -115701,7 +115717,7 @@ webhooks: - annotations_url pull_requests: type: array - items: *436 + items: *437 started_at: type: string format: date-time @@ -115739,9 +115755,9 @@ webhooks: - output - app - pull_requests - installation: *737 - organization: *738 - repository: *739 + installation: *738 + organization: *739 + repository: *740 sender: *4 required: - check_run @@ -116134,10 +116150,10 @@ webhooks: type: string enum: - created - check_run: *749 - installation: *737 - organization: *738 - repository: *739 + check_run: *750 + installation: *738 + organization: *739 + repository: *740 sender: *4 required: - check_run @@ -116533,10 +116549,10 @@ webhooks: type: string enum: - requested_action - check_run: *749 - installation: *737 - organization: *738 - repository: *739 + check_run: *750 + installation: *738 + organization: *739 + repository: *740 requested_action: description: The action requested by the user. type: object @@ -116941,10 +116957,10 @@ webhooks: type: string enum: - rerequested - check_run: *749 - installation: *737 - organization: *738 - repository: *739 + check_run: *750 + installation: *738 + organization: *739 + repository: *740 sender: *4 required: - check_run @@ -117936,10 +117952,10 @@ webhooks: - latest_check_runs_count - check_runs_url - head_commit - enterprise: *736 - installation: *737 - organization: *738 - repository: *739 + enterprise: *737 + installation: *738 + organization: *739 + repository: *740 sender: *4 required: - action @@ -118624,10 +118640,10 @@ webhooks: - latest_check_runs_count - check_runs_url - head_commit - enterprise: *736 - installation: *737 - organization: *738 - repository: *739 + enterprise: *737 + installation: *738 + organization: *739 + repository: *740 sender: *4 required: - action @@ -119306,10 +119322,10 @@ webhooks: - latest_check_runs_count - check_runs_url - head_commit - enterprise: *736 - installation: *737 - organization: *738 - repository: *739 + enterprise: *737 + installation: *738 + organization: *739 + repository: *740 sender: *4 required: - action @@ -119475,7 +119491,7 @@ webhooks: required: - login - id - dismissed_comment: *448 + dismissed_comment: *449 dismissed_reason: description: The reason for dismissing or closing the alert. type: @@ -119627,20 +119643,20 @@ webhooks: - dismissed_reason - rule - tool - commit_oid: &750 + commit_oid: &751 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: *736 - installation: *737 - organization: *738 - ref: &751 + enterprise: *737 + installation: *738 + organization: *739 + ref: &752 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: *739 + repository: *740 sender: *4 required: - action @@ -119804,7 +119820,7 @@ webhooks: required: - login - id - dismissed_comment: *448 + dismissed_comment: *449 dismissed_reason: description: The reason for dismissing or closing the alert. type: @@ -120045,12 +120061,12 @@ webhooks: - dismissed_reason - rule - tool - commit_oid: *750 - enterprise: *736 - installation: *737 - organization: *738 - ref: *751 - repository: *739 + commit_oid: *751 + enterprise: *737 + installation: *738 + organization: *739 + ref: *752 + repository: *740 sender: *4 required: - action @@ -120148,7 +120164,7 @@ webhooks: dismissed_by: type: - 'null' - dismissed_comment: *448 + dismissed_comment: *449 dismissed_reason: description: 'The reason for dismissing or closing the alert. Can be one of: `false positive`, `won''t fix`, and `used in @@ -120330,12 +120346,12 @@ webhooks: - dismissed_reason - rule - tool - commit_oid: *750 - enterprise: *736 - installation: *737 - organization: *738 - ref: *751 - repository: *739 + commit_oid: *751 + enterprise: *737 + installation: *738 + organization: *739 + ref: *752 + repository: *740 sender: *4 required: - action @@ -120501,7 +120517,7 @@ webhooks: required: - login - id - dismissed_comment: *448 + dismissed_comment: *449 dismissed_reason: description: The reason for dismissing or closing the alert. type: @@ -120678,12 +120694,12 @@ webhooks: - dismissed_reason - rule - tool - commit_oid: *750 - enterprise: *736 - installation: *737 - organization: *738 - ref: *751 - repository: *739 + commit_oid: *751 + enterprise: *737 + installation: *738 + organization: *739 + ref: *752 + repository: *740 sender: *4 required: - action @@ -120783,7 +120799,7 @@ webhooks: type: - object - 'null' - dismissed_comment: *448 + dismissed_comment: *449 dismissed_reason: description: 'The reason for dismissing or closing the alert. Can be one of: `false positive`, `won''t fix`, and `used in @@ -120963,9 +120979,9 @@ webhooks: type: - string - 'null' - enterprise: *736 - installation: *737 - organization: *738 + enterprise: *737 + installation: *738 + organization: *739 ref: description: The Git reference of the code scanning alert. When the action is `reopened_by_user` or `closed_by_user`, the event @@ -120973,7 +120989,7 @@ webhooks: type: - string - 'null' - repository: *739 + repository: *740 sender: *4 required: - action @@ -121069,7 +121085,7 @@ webhooks: dismissed_by: type: - 'null' - dismissed_comment: *448 + dismissed_comment: *449 dismissed_reason: description: 'The reason for dismissing or closing the alert. Can be one of: `false positive`, `won''t fix`, and `used in @@ -121216,12 +121232,12 @@ webhooks: - dismissed_reason - rule - tool - commit_oid: *750 - enterprise: *736 - installation: *737 - organization: *738 - ref: *751 - repository: *739 + commit_oid: *751 + enterprise: *737 + installation: *738 + organization: *739 + ref: *752 + repository: *740 sender: *4 required: - action @@ -121483,10 +121499,10 @@ webhooks: - updated_at - author_association - body - enterprise: *736 - installation: *737 - organization: *738 - repository: *739 + enterprise: *737 + installation: *738 + organization: *739 + repository: *740 sender: *4 required: - action @@ -121567,18 +121583,18 @@ webhooks: type: - string - 'null' - enterprise: *736 - installation: *737 + enterprise: *737 + installation: *738 master_branch: description: The name of the repository's default branch (usually `main`). type: string - organization: *738 - pusher_type: &752 + organization: *739 + pusher_type: &753 description: The pusher type for the event. Can be either `user` or a deploy key. type: string - ref: &753 + ref: &754 description: The [`git ref`](https://docs.github.com/enterprise-cloud@latest//rest/git/refs#get-a-reference) resource. type: string @@ -121588,7 +121604,7 @@ webhooks: enum: - tag - branch - repository: *739 + repository: *740 sender: *4 required: - ref @@ -121671,9 +121687,9 @@ webhooks: enum: - created definition: *110 - enterprise: *736 - installation: *737 - organization: *738 + enterprise: *737 + installation: *738 + organization: *739 sender: *4 required: - action @@ -121758,9 +121774,9 @@ webhooks: description: The name of the property that was deleted. required: - property_name - enterprise: *736 - installation: *737 - organization: *738 + enterprise: *737 + installation: *738 + organization: *739 sender: *4 required: - action @@ -121838,9 +121854,9 @@ webhooks: enum: - promote_to_enterprise definition: *110 - enterprise: *736 - installation: *737 - organization: *738 + enterprise: *737 + installation: *738 + organization: *739 sender: *4 required: - action @@ -121918,9 +121934,9 @@ webhooks: enum: - updated definition: *110 - enterprise: *736 - installation: *737 - organization: *738 + enterprise: *737 + installation: *738 + organization: *739 sender: *4 required: - action @@ -121997,19 +122013,19 @@ webhooks: type: string enum: - updated - enterprise: *736 - installation: *737 - repository: *739 - organization: *738 + enterprise: *737 + installation: *738 + repository: *740 + organization: *739 sender: *4 new_property_values: type: array description: The new custom property values for the repository. - items: *314 + items: *315 old_property_values: type: array description: The old custom property values for the repository. - items: *314 + items: *315 required: - action - repository @@ -122085,18 +122101,18 @@ webhooks: title: delete event type: object properties: - enterprise: *736 - installation: *737 - organization: *738 - pusher_type: *752 - ref: *753 + enterprise: *737 + installation: *738 + organization: *739 + pusher_type: *753 + ref: *754 ref_type: description: The type of Git ref object deleted in the repository. type: string enum: - tag - branch - repository: *739 + repository: *740 sender: *4 required: - ref @@ -122180,11 +122196,11 @@ webhooks: type: string enum: - auto_dismissed - alert: *500 - installation: *737 - organization: *738 - enterprise: *736 - repository: *739 + alert: *501 + installation: *738 + organization: *739 + enterprise: *737 + repository: *740 sender: *4 required: - action @@ -122268,11 +122284,11 @@ webhooks: type: string enum: - auto_reopened - alert: *500 - installation: *737 - organization: *738 - enterprise: *736 - repository: *739 + alert: *501 + installation: *738 + organization: *739 + enterprise: *737 + repository: *740 sender: *4 required: - action @@ -122356,11 +122372,11 @@ webhooks: type: string enum: - created - alert: *500 - installation: *737 - organization: *738 - enterprise: *736 - repository: *739 + alert: *501 + installation: *738 + organization: *739 + enterprise: *737 + repository: *740 sender: *4 required: - action @@ -122442,11 +122458,11 @@ webhooks: type: string enum: - dismissed - alert: *500 - installation: *737 - organization: *738 - enterprise: *736 - repository: *739 + alert: *501 + installation: *738 + organization: *739 + enterprise: *737 + repository: *740 sender: *4 required: - action @@ -122528,11 +122544,11 @@ webhooks: type: string enum: - fixed - alert: *500 - installation: *737 - organization: *738 - enterprise: *736 - repository: *739 + alert: *501 + installation: *738 + organization: *739 + enterprise: *737 + repository: *740 sender: *4 required: - action @@ -122615,11 +122631,11 @@ webhooks: type: string enum: - reintroduced - alert: *500 - installation: *737 - organization: *738 - enterprise: *736 - repository: *739 + alert: *501 + installation: *738 + organization: *739 + enterprise: *737 + repository: *740 sender: *4 required: - action @@ -122701,11 +122717,11 @@ webhooks: type: string enum: - reopened - alert: *500 - installation: *737 - organization: *738 - enterprise: *736 - repository: *739 + alert: *501 + installation: *738 + organization: *739 + enterprise: *737 + repository: *740 sender: *4 required: - action @@ -122782,9 +122798,9 @@ webhooks: type: string enum: - created - enterprise: *736 - installation: *737 - key: &754 + enterprise: *737 + installation: *738 + key: &755 description: The [`deploy key`](https://docs.github.com/enterprise-cloud@latest//rest/deploy-keys/deploy-keys#get-a-deploy-key) resource. type: object @@ -122822,8 +122838,8 @@ webhooks: - verified - created_at - read_only - organization: *738 - repository: *739 + organization: *739 + repository: *740 sender: *4 required: - action @@ -122900,11 +122916,11 @@ webhooks: type: string enum: - deleted - enterprise: *736 - installation: *737 - key: *754 - organization: *738 - repository: *739 + enterprise: *737 + installation: *738 + key: *755 + organization: *739 + repository: *740 sender: *4 required: - action @@ -123476,12 +123492,12 @@ webhooks: - updated_at - statuses_url - repository_url - enterprise: *736 - installation: *737 - organization: *738 - repository: *739 + enterprise: *737 + installation: *738 + organization: *739 + repository: *740 sender: *4 - workflow: &758 + workflow: &759 title: Workflow type: - object @@ -124219,13 +124235,13 @@ webhooks: description: The URL to review the deployment protection rule. type: string format: uri - deployment: *506 + deployment: *507 pull_requests: type: array - items: *591 - repository: *739 - organization: *738 - installation: *737 + items: *592 + repository: *740 + organization: *739 + installation: *738 sender: *4 responses: '200': @@ -124296,7 +124312,7 @@ webhooks: type: string enum: - approved - approver: &755 + approver: &756 type: object properties: avatar_url: @@ -124339,11 +124355,11 @@ webhooks: type: string comment: type: string - enterprise: *736 - installation: *737 - organization: *738 - repository: *739 - reviewers: &756 + enterprise: *737 + installation: *738 + organization: *739 + repository: *740 + reviewers: &757 type: array items: type: object @@ -124424,7 +124440,7 @@ webhooks: sender: *4 since: type: string - workflow_job_run: &757 + workflow_job_run: &758 type: object properties: conclusion: @@ -125170,18 +125186,18 @@ webhooks: type: string enum: - rejected - approver: *755 + approver: *756 comment: type: string - enterprise: *736 - installation: *737 - organization: *738 - repository: *739 - reviewers: *756 + enterprise: *737 + installation: *738 + organization: *739 + repository: *740 + reviewers: *757 sender: *4 since: type: string - workflow_job_run: *757 + workflow_job_run: *758 workflow_job_runs: type: array items: @@ -125898,13 +125914,13 @@ webhooks: type: string enum: - requested - enterprise: *736 + enterprise: *737 environment: type: string - installation: *737 - organization: *738 - repository: *739 - requestor: &763 + installation: *738 + organization: *739 + repository: *740 + requestor: &764 title: User type: - object @@ -127847,12 +127863,12 @@ webhooks: - updated_at - deployment_url - repository_url - enterprise: *736 - installation: *737 - organization: *738 - repository: *739 + enterprise: *737 + installation: *738 + organization: *739 + repository: *740 sender: *4 - workflow: *758 + workflow: *759 workflow_run: title: Deployment Workflow Run type: @@ -128543,7 +128559,7 @@ webhooks: type: string enum: - answered - answer: &761 + answer: &762 type: object properties: author_association: @@ -128703,7 +128719,7 @@ webhooks: - created_at - updated_at - body - discussion: &759 + discussion: &760 title: Discussion description: A Discussion in a repository. type: object @@ -128999,7 +129015,7 @@ webhooks: - id labels: type: array - items: *554 + items: *555 required: - repository_url - category @@ -129021,10 +129037,10 @@ webhooks: - author_association - active_lock_reason - body - enterprise: *736 - installation: *737 - organization: *738 - repository: *739 + enterprise: *737 + installation: *738 + organization: *739 + repository: *740 sender: *4 required: - action @@ -129151,11 +129167,11 @@ webhooks: - from required: - category - discussion: *759 - enterprise: *736 - installation: *737 - organization: *738 - repository: *739 + discussion: *760 + enterprise: *737 + installation: *738 + organization: *739 + repository: *740 sender: *4 required: - action @@ -129238,11 +129254,11 @@ webhooks: type: string enum: - closed - discussion: *759 - enterprise: *736 - installation: *737 - organization: *738 - repository: *739 + discussion: *760 + enterprise: *737 + installation: *738 + organization: *739 + repository: *740 sender: *4 required: - action @@ -129324,7 +129340,7 @@ webhooks: type: string enum: - created - comment: &760 + comment: &761 type: object properties: author_association: @@ -129484,11 +129500,11 @@ webhooks: - updated_at - body - reactions - discussion: *759 - enterprise: *736 - installation: *737 - organization: *738 - repository: *739 + discussion: *760 + enterprise: *737 + installation: *738 + organization: *739 + repository: *740 sender: *4 required: - action @@ -129571,12 +129587,12 @@ webhooks: type: string enum: - deleted - comment: *760 - discussion: *759 - enterprise: *736 - installation: *737 - organization: *738 - repository: *739 + comment: *761 + discussion: *760 + enterprise: *737 + installation: *738 + organization: *739 + repository: *740 sender: *4 required: - action @@ -129671,12 +129687,12 @@ webhooks: - from required: - body - comment: *760 - discussion: *759 - enterprise: *736 - installation: *737 - organization: *738 - repository: *739 + comment: *761 + discussion: *760 + enterprise: *737 + installation: *738 + organization: *739 + repository: *740 sender: *4 required: - action @@ -129760,11 +129776,11 @@ webhooks: type: string enum: - created - discussion: *759 - enterprise: *736 - installation: *737 - organization: *738 - repository: *739 + discussion: *760 + enterprise: *737 + installation: *738 + organization: *739 + repository: *740 sender: *4 required: - action @@ -129846,11 +129862,11 @@ webhooks: type: string enum: - deleted - discussion: *759 - enterprise: *736 - installation: *737 - organization: *738 - repository: *739 + discussion: *760 + enterprise: *737 + installation: *738 + organization: *739 + repository: *740 sender: *4 required: - action @@ -129950,11 +129966,11 @@ webhooks: type: string required: - from - discussion: *759 - enterprise: *736 - installation: *737 - organization: *738 - repository: *739 + discussion: *760 + enterprise: *737 + installation: *738 + organization: *739 + repository: *740 sender: *4 required: - action @@ -130036,10 +130052,10 @@ webhooks: type: string enum: - labeled - discussion: *759 - enterprise: *736 - installation: *737 - label: &762 + discussion: *760 + enterprise: *737 + installation: *738 + label: &763 title: Label type: object properties: @@ -130072,8 +130088,8 @@ webhooks: - color - default - description - organization: *738 - repository: *739 + organization: *739 + repository: *740 sender: *4 required: - action @@ -130156,11 +130172,11 @@ webhooks: type: string enum: - locked - discussion: *759 - enterprise: *736 - installation: *737 - organization: *738 - repository: *739 + discussion: *760 + enterprise: *737 + installation: *738 + organization: *739 + repository: *740 sender: *4 required: - action @@ -130242,11 +130258,11 @@ webhooks: type: string enum: - pinned - discussion: *759 - enterprise: *736 - installation: *737 - organization: *738 - repository: *739 + discussion: *760 + enterprise: *737 + installation: *738 + organization: *739 + repository: *740 sender: *4 required: - action @@ -130328,11 +130344,11 @@ webhooks: type: string enum: - reopened - discussion: *759 - enterprise: *736 - installation: *737 - organization: *738 - repository: *739 + discussion: *760 + enterprise: *737 + installation: *738 + organization: *739 + repository: *740 sender: *4 required: - action @@ -130417,16 +130433,16 @@ webhooks: changes: type: object properties: - new_discussion: *759 - new_repository: *739 + new_discussion: *760 + new_repository: *740 required: - new_discussion - new_repository - discussion: *759 - enterprise: *736 - installation: *737 - organization: *738 - repository: *739 + discussion: *760 + enterprise: *737 + installation: *738 + organization: *739 + repository: *740 sender: *4 required: - action @@ -130509,10 +130525,10 @@ webhooks: type: string enum: - unanswered - discussion: *759 - old_answer: *761 - organization: *738 - repository: *739 + discussion: *760 + old_answer: *762 + organization: *739 + repository: *740 sender: *4 required: - action @@ -130594,12 +130610,12 @@ webhooks: type: string enum: - unlabeled - discussion: *759 - enterprise: *736 - installation: *737 - label: *762 - organization: *738 - repository: *739 + discussion: *760 + enterprise: *737 + installation: *738 + label: *763 + organization: *739 + repository: *740 sender: *4 required: - action @@ -130682,11 +130698,11 @@ webhooks: type: string enum: - unlocked - discussion: *759 - enterprise: *736 - installation: *737 - organization: *738 - repository: *739 + discussion: *760 + enterprise: *737 + installation: *738 + organization: *739 + repository: *740 sender: *4 required: - action @@ -130768,11 +130784,11 @@ webhooks: type: string enum: - unpinned - discussion: *759 - enterprise: *736 - installation: *737 - organization: *738 - repository: *739 + discussion: *760 + enterprise: *737 + installation: *738 + organization: *739 + repository: *740 sender: *4 required: - action @@ -130844,7 +130860,7 @@ webhooks: required: true content: application/json: - schema: *745 + schema: *746 responses: '200': description: Return a 200 status to indicate that the data was received @@ -130910,7 +130926,7 @@ webhooks: required: true content: application/json: - schema: *747 + schema: *748 responses: '200': description: Return a 200 status to indicate that the data was received @@ -130976,7 +130992,7 @@ webhooks: required: true content: application/json: - schema: *743 + schema: *744 responses: '200': description: Return a 200 status to indicate that the data was received @@ -131042,7 +131058,7 @@ webhooks: required: true content: application/json: - schema: *744 + schema: *745 responses: '200': description: Return a 200 status to indicate that the data was received @@ -131108,7 +131124,7 @@ webhooks: required: true content: application/json: - schema: *745 + schema: *746 responses: '200': description: Return a 200 status to indicate that the data was received @@ -131174,7 +131190,7 @@ webhooks: required: true content: application/json: - schema: *746 + schema: *747 responses: '200': description: Return a 200 status to indicate that the data was received @@ -131240,7 +131256,7 @@ webhooks: required: true content: application/json: - schema: *747 + schema: *748 responses: '200': description: Return a 200 status to indicate that the data was received @@ -131307,7 +131323,7 @@ webhooks: description: A user forks a repository. type: object properties: - enterprise: *736 + enterprise: *737 forkee: description: The created [`repository`](https://docs.github.com/enterprise-cloud@latest//rest/repos/repos#get-a-repository) resource. @@ -131985,9 +132001,9 @@ webhooks: type: integer watchers_count: type: integer - installation: *737 - organization: *738 - repository: *739 + installation: *738 + organization: *739 + repository: *740 sender: *4 required: - forkee @@ -132133,9 +132149,9 @@ webhooks: title: gollum event type: object properties: - enterprise: *736 - installation: *737 - organization: *738 + enterprise: *737 + installation: *738 + organization: *739 pages: description: The pages that were updated. type: array @@ -132173,7 +132189,7 @@ webhooks: - action - sha - html_url - repository: *739 + repository: *740 sender: *4 required: - pages @@ -132249,10 +132265,10 @@ webhooks: type: string enum: - created - enterprise: *736 + enterprise: *737 installation: *20 - organization: *738 - repositories: &764 + organization: *739 + repositories: &765 description: An array of repository objects that the installation can access. type: array @@ -132278,8 +132294,8 @@ webhooks: - name - full_name - private - repository: *739 - requester: *763 + repository: *740 + requester: *764 sender: *4 required: - action @@ -132354,11 +132370,11 @@ webhooks: type: string enum: - deleted - enterprise: *736 + enterprise: *737 installation: *20 - organization: *738 - repositories: *764 - repository: *739 + organization: *739 + repositories: *765 + repository: *740 requester: type: - 'null' @@ -132435,11 +132451,11 @@ webhooks: type: string enum: - new_permissions_accepted - enterprise: *736 + enterprise: *737 installation: *20 - organization: *738 - repositories: *764 - repository: *739 + organization: *739 + repositories: *765 + repository: *740 requester: type: - 'null' @@ -132516,10 +132532,10 @@ webhooks: type: string enum: - added - enterprise: *736 + enterprise: *737 installation: *20 - organization: *738 - repositories_added: &765 + organization: *739 + repositories_added: &766 description: An array of repository objects, which were added to the installation. type: array @@ -132565,15 +132581,15 @@ webhooks: private: description: Whether the repository is private or public. type: boolean - repository: *739 - repository_selection: &766 + repository: *740 + repository_selection: &767 description: Describe whether all repositories have been selected or there's a selection involved type: string enum: - all - selected - requester: *763 + requester: *764 sender: *4 required: - action @@ -132652,10 +132668,10 @@ webhooks: type: string enum: - removed - enterprise: *736 + enterprise: *737 installation: *20 - organization: *738 - repositories_added: *765 + organization: *739 + repositories_added: *766 repositories_removed: description: An array of repository objects, which were removed from the installation. @@ -132682,9 +132698,9 @@ webhooks: - name - full_name - private - repository: *739 - repository_selection: *766 - requester: *763 + repository: *740 + repository_selection: *767 + requester: *764 sender: *4 required: - action @@ -132763,11 +132779,11 @@ webhooks: type: string enum: - suspend - enterprise: *736 + enterprise: *737 installation: *20 - organization: *738 - repositories: *764 - repository: *739 + organization: *739 + repositories: *765 + repository: *740 requester: type: - 'null' @@ -132950,10 +132966,10 @@ webhooks: type: string required: - from - enterprise: *736 - installation: *737 - organization: *738 - repository: *739 + enterprise: *737 + installation: *738 + organization: *739 + repository: *740 sender: *4 target_type: type: string @@ -133032,11 +133048,11 @@ webhooks: type: string enum: - unsuspend - enterprise: *736 + enterprise: *737 installation: *20 - organization: *738 - repositories: *764 - repository: *739 + organization: *739 + repositories: *765 + repository: *740 requester: type: - 'null' @@ -133284,8 +133300,8 @@ webhooks: - performed_via_github_app - body - reactions - enterprise: *736 - installation: *737 + enterprise: *737 + installation: *738 issue: description: The [issue](https://docs.github.com/enterprise-cloud@latest//rest/issues/issues#get-an-issue) the comment belongs to. @@ -134132,7 +134148,7 @@ webhooks: title: description: Title of the issue type: string - type: *279 + type: *280 updated_at: type: string format: date-time @@ -134476,8 +134492,8 @@ webhooks: - state - locked - assignee - organization: *738 - repository: *739 + organization: *739 + repository: *740 sender: *4 required: - action @@ -134557,7 +134573,7 @@ webhooks: type: string enum: - deleted - comment: &767 + comment: &768 title: issue comment description: The [comment](https://docs.github.com/enterprise-cloud@latest//rest/issues/comments#get-an-issue-comment) itself. @@ -134724,8 +134740,8 @@ webhooks: - performed_via_github_app - body - reactions - enterprise: *736 - installation: *737 + enterprise: *737 + installation: *738 issue: description: The [issue](https://docs.github.com/enterprise-cloud@latest//rest/issues/issues#get-an-issue) the comment belongs to. @@ -135568,7 +135584,7 @@ webhooks: title: description: Title of the issue type: string - type: *279 + type: *280 updated_at: type: string format: date-time @@ -135914,8 +135930,8 @@ webhooks: - state - locked - assignee - organization: *738 - repository: *739 + organization: *739 + repository: *740 sender: *4 required: - action @@ -135995,7 +136011,7 @@ webhooks: type: string enum: - edited - changes: &792 + changes: &793 description: The changes to the comment. type: object properties: @@ -136007,9 +136023,9 @@ webhooks: type: string required: - from - comment: *767 - enterprise: *736 - installation: *737 + comment: *768 + enterprise: *737 + installation: *738 issue: description: The [issue](https://docs.github.com/enterprise-cloud@latest//rest/issues/issues#get-an-issue) the comment belongs to. @@ -136855,7 +136871,7 @@ webhooks: title: description: Title of the issue type: string - type: *279 + type: *280 updated_at: type: string format: date-time @@ -137199,8 +137215,8 @@ webhooks: - state - locked - assignee - organization: *738 - repository: *739 + organization: *739 + repository: *740 sender: *4 required: - action @@ -137282,10 +137298,10 @@ webhooks: type: string enum: - assigned - assignee: *763 - enterprise: *736 - installation: *737 - issue: &770 + assignee: *764 + enterprise: *737 + installation: *738 + issue: &771 title: Issue description: The [issue](https://docs.github.com/enterprise-cloud@latest//rest/issues/issues#get-an-issue) itself. @@ -138127,7 +138143,7 @@ webhooks: title: description: Title of the issue type: string - type: *279 + type: *280 updated_at: type: string format: date-time @@ -138230,8 +138246,8 @@ webhooks: - active_lock_reason - body - reactions - organization: *738 - repository: *739 + organization: *739 + repository: *740 sender: *4 required: - action @@ -138311,8 +138327,8 @@ webhooks: type: string enum: - closed - enterprise: *736 - installation: *737 + enterprise: *737 + installation: *738 issue: description: The [issue](https://docs.github.com/enterprise-cloud@latest//rest/issues/issues#get-an-issue) itself. @@ -139159,7 +139175,7 @@ webhooks: title: description: Title of the issue type: string - type: *279 + type: *280 updated_at: type: string format: date-time @@ -139405,8 +139421,8 @@ webhooks: required: - state - closed_at - organization: *738 - repository: *739 + organization: *739 + repository: *740 sender: *4 required: - action @@ -139485,8 +139501,8 @@ webhooks: type: string enum: - deleted - enterprise: *736 - installation: *737 + enterprise: *737 + installation: *738 issue: title: Issue description: The [issue](https://docs.github.com/enterprise-cloud@latest//rest/issues/issues#get-an-issue) @@ -140322,7 +140338,7 @@ webhooks: title: description: Title of the issue type: string - type: *279 + type: *280 updated_at: type: string format: date-time @@ -140424,8 +140440,8 @@ webhooks: - active_lock_reason - body - reactions - organization: *738 - repository: *739 + organization: *739 + repository: *740 sender: *4 required: - action @@ -140504,8 +140520,8 @@ webhooks: type: string enum: - demilestoned - enterprise: *736 - installation: *737 + enterprise: *737 + installation: *738 issue: title: Issue description: The [issue](https://docs.github.com/enterprise-cloud@latest//rest/issues/issues#get-an-issue) @@ -141366,7 +141382,7 @@ webhooks: title: description: Title of the issue type: string - type: *279 + type: *280 updated_at: type: string format: date-time @@ -141447,7 +141463,7 @@ webhooks: format: uri user_view_type: type: string - milestone: &768 + milestone: &769 title: Milestone description: A collection of related issues and pull requests. type: object @@ -141590,8 +141606,8 @@ webhooks: - updated_at - due_on - closed_at - organization: *738 - repository: *739 + organization: *739 + repository: *740 sender: *4 required: - action @@ -141690,8 +141706,8 @@ webhooks: type: string required: - from - enterprise: *736 - installation: *737 + enterprise: *737 + installation: *738 issue: title: Issue description: The [issue](https://docs.github.com/enterprise-cloud@latest//rest/issues/issues#get-an-issue) @@ -142530,7 +142546,7 @@ webhooks: timeline_url: type: string format: uri - type: *279 + type: *280 title: description: Title of the issue type: string @@ -142636,9 +142652,9 @@ webhooks: - active_lock_reason - body - reactions - label: *762 - organization: *738 - repository: *739 + label: *763 + organization: *739 + repository: *740 sender: *4 required: - action @@ -142718,8 +142734,8 @@ webhooks: type: string enum: - labeled - enterprise: *736 - installation: *737 + enterprise: *737 + installation: *738 issue: title: Issue description: The [issue](https://docs.github.com/enterprise-cloud@latest//rest/issues/issues#get-an-issue) @@ -143557,7 +143573,7 @@ webhooks: timeline_url: type: string format: uri - type: *279 + type: *280 title: description: Title of the issue type: string @@ -143663,9 +143679,9 @@ webhooks: - active_lock_reason - body - reactions - label: *762 - organization: *738 - repository: *739 + label: *763 + organization: *739 + repository: *740 sender: *4 required: - action @@ -143745,8 +143761,8 @@ webhooks: type: string enum: - locked - enterprise: *736 - installation: *737 + enterprise: *737 + installation: *738 issue: title: Issue description: The [issue](https://docs.github.com/enterprise-cloud@latest//rest/issues/issues#get-an-issue) @@ -144609,7 +144625,7 @@ webhooks: timeline_url: type: string format: uri - type: *279 + type: *280 title: description: Title of the issue type: string @@ -144692,8 +144708,8 @@ webhooks: format: uri user_view_type: type: string - organization: *738 - repository: *739 + organization: *739 + repository: *740 sender: *4 required: - action @@ -144772,8 +144788,8 @@ webhooks: type: string enum: - milestoned - enterprise: *736 - installation: *737 + enterprise: *737 + installation: *738 issue: title: Issue description: The [issue](https://docs.github.com/enterprise-cloud@latest//rest/issues/issues#get-an-issue) @@ -145633,7 +145649,7 @@ webhooks: title: description: Title of the issue type: string - type: *279 + type: *280 updated_at: type: string format: date-time @@ -145713,9 +145729,9 @@ webhooks: format: uri user_view_type: type: string - milestone: *768 - organization: *738 - repository: *739 + milestone: *769 + organization: *739 + repository: *740 sender: *4 required: - action @@ -147215,8 +147231,8 @@ webhooks: required: - old_issue - old_repository - enterprise: *736 - installation: *737 + enterprise: *737 + installation: *738 issue: title: Issue description: The [issue](https://docs.github.com/enterprise-cloud@latest//rest/issues/issues#get-an-issue) @@ -148058,7 +148074,7 @@ webhooks: title: description: Title of the issue type: string - type: *279 + type: *280 updated_at: type: string format: date-time @@ -148160,8 +148176,8 @@ webhooks: - active_lock_reason - body - reactions - organization: *738 - repository: *739 + organization: *739 + repository: *740 sender: *4 required: - action @@ -148241,9 +148257,9 @@ webhooks: type: string enum: - pinned - enterprise: *736 - installation: *737 - issue: &769 + enterprise: *737 + installation: *738 + issue: &770 title: Issue description: The [issue](https://docs.github.com/enterprise-cloud@latest//rest/issues/issues#get-an-issue) itself. @@ -149079,7 +149095,7 @@ webhooks: title: description: Title of the issue type: string - type: *279 + type: *280 updated_at: type: string format: date-time @@ -149181,8 +149197,8 @@ webhooks: - active_lock_reason - body - reactions - organization: *738 - repository: *739 + organization: *739 + repository: *740 sender: *4 required: - action @@ -149261,8 +149277,8 @@ webhooks: type: string enum: - reopened - enterprise: *736 - installation: *737 + enterprise: *737 + installation: *738 issue: title: Issue description: The [issue](https://docs.github.com/enterprise-cloud@latest//rest/issues/issues#get-an-issue) @@ -150206,9 +150222,9 @@ webhooks: format: uri user_view_type: type: string - type: *279 - organization: *738 - repository: *739 + type: *280 + organization: *739 + repository: *740 sender: *4 required: - action @@ -151127,7 +151143,7 @@ webhooks: title: description: Title of the issue type: string - type: *279 + type: *280 updated_at: type: string format: date-time @@ -151709,11 +151725,11 @@ webhooks: required: - new_issue - new_repository - enterprise: *736 - installation: *737 - issue: *769 - organization: *738 - repository: *739 + enterprise: *737 + installation: *738 + issue: *770 + organization: *739 + repository: *740 sender: *4 required: - action @@ -151793,12 +151809,12 @@ webhooks: type: string enum: - typed - enterprise: *736 - installation: *737 - issue: *770 - type: *279 - organization: *738 - repository: *739 + enterprise: *737 + installation: *738 + issue: *771 + type: *280 + organization: *739 + repository: *740 sender: *4 required: - action @@ -151879,7 +151895,7 @@ webhooks: type: string enum: - unassigned - assignee: &795 + assignee: &796 title: User type: - object @@ -151951,11 +151967,11 @@ webhooks: required: - login - id - enterprise: *736 - installation: *737 - issue: *770 - organization: *738 - repository: *739 + enterprise: *737 + installation: *738 + issue: *771 + organization: *739 + repository: *740 sender: *4 required: - action @@ -152034,12 +152050,12 @@ webhooks: type: string enum: - unlabeled - enterprise: *736 - installation: *737 - issue: *770 - label: *762 - organization: *738 - repository: *739 + enterprise: *737 + installation: *738 + issue: *771 + label: *763 + organization: *739 + repository: *740 sender: *4 required: - action @@ -152119,8 +152135,8 @@ webhooks: type: string enum: - unlocked - enterprise: *736 - installation: *737 + enterprise: *737 + installation: *738 issue: title: Issue description: The [issue](https://docs.github.com/enterprise-cloud@latest//rest/issues/issues#get-an-issue) @@ -152984,7 +153000,7 @@ webhooks: title: description: Title of the issue type: string - type: *279 + type: *280 updated_at: type: string format: date-time @@ -153064,8 +153080,8 @@ webhooks: format: uri user_view_type: type: string - organization: *738 - repository: *739 + organization: *739 + repository: *740 sender: *4 required: - action @@ -153145,11 +153161,11 @@ webhooks: type: string enum: - unpinned - enterprise: *736 - installation: *737 - issue: *769 - organization: *738 - repository: *739 + enterprise: *737 + installation: *738 + issue: *770 + organization: *739 + repository: *740 sender: *4 required: - action @@ -153228,12 +153244,12 @@ webhooks: type: string enum: - untyped - enterprise: *736 - installation: *737 - issue: *770 - type: *279 - organization: *738 - repository: *739 + enterprise: *737 + installation: *738 + issue: *771 + type: *280 + organization: *739 + repository: *740 sender: *4 required: - action @@ -153313,11 +153329,11 @@ webhooks: type: string enum: - created - enterprise: *736 - installation: *737 - label: *762 - organization: *738 - repository: *739 + enterprise: *737 + installation: *738 + label: *763 + organization: *739 + repository: *740 sender: *4 required: - action @@ -153395,11 +153411,11 @@ webhooks: type: string enum: - deleted - enterprise: *736 - installation: *737 - label: *762 - organization: *738 - repository: *739 + enterprise: *737 + installation: *738 + label: *763 + organization: *739 + repository: *740 sender: *4 required: - action @@ -153509,11 +153525,11 @@ webhooks: type: string required: - from - enterprise: *736 - installation: *737 - label: *762 - organization: *738 - repository: *739 + enterprise: *737 + installation: *738 + label: *763 + organization: *739 + repository: *740 sender: *4 required: - action @@ -153595,9 +153611,9 @@ webhooks: - cancelled effective_date: type: string - enterprise: *736 - installation: *737 - marketplace_purchase: &771 + enterprise: *737 + installation: *738 + marketplace_purchase: &772 title: Marketplace Purchase type: object required: @@ -153685,8 +153701,8 @@ webhooks: type: integer unit_count: type: integer - organization: *738 - previous_marketplace_purchase: &772 + organization: *739 + previous_marketplace_purchase: &773 title: Marketplace Purchase type: object properties: @@ -153770,7 +153786,7 @@ webhooks: - on_free_trial - free_trial_ends_on - plan - repository: *739 + repository: *740 sender: *4 required: - action @@ -153850,10 +153866,10 @@ webhooks: - changed effective_date: type: string - enterprise: *736 - installation: *737 - marketplace_purchase: *771 - organization: *738 + enterprise: *737 + installation: *738 + marketplace_purchase: *772 + organization: *739 previous_marketplace_purchase: title: Marketplace Purchase type: object @@ -153941,7 +153957,7 @@ webhooks: - on_free_trial - free_trial_ends_on - plan - repository: *739 + repository: *740 sender: *4 required: - action @@ -154023,10 +154039,10 @@ webhooks: - pending_change effective_date: type: string - enterprise: *736 - installation: *737 - marketplace_purchase: *771 - organization: *738 + enterprise: *737 + installation: *738 + marketplace_purchase: *772 + organization: *739 previous_marketplace_purchase: title: Marketplace Purchase type: object @@ -154112,7 +154128,7 @@ webhooks: - on_free_trial - free_trial_ends_on - plan - repository: *739 + repository: *740 sender: *4 required: - action @@ -154193,8 +154209,8 @@ webhooks: - pending_change_cancelled effective_date: type: string - enterprise: *736 - installation: *737 + enterprise: *737 + installation: *738 marketplace_purchase: title: Marketplace Purchase type: object @@ -154280,9 +154296,9 @@ webhooks: type: integer unit_count: type: integer - organization: *738 - previous_marketplace_purchase: *772 - repository: *739 + organization: *739 + previous_marketplace_purchase: *773 + repository: *740 sender: *4 required: - action @@ -154362,12 +154378,12 @@ webhooks: - purchased effective_date: type: string - enterprise: *736 - installation: *737 - marketplace_purchase: *771 - organization: *738 - previous_marketplace_purchase: *772 - repository: *739 + enterprise: *737 + installation: *738 + marketplace_purchase: *772 + organization: *739 + previous_marketplace_purchase: *773 + repository: *740 sender: *4 required: - action @@ -154469,11 +154485,11 @@ webhooks: type: string required: - to - enterprise: *736 - installation: *737 - member: *763 - organization: *738 - repository: *739 + enterprise: *737 + installation: *738 + member: *764 + organization: *739 + repository: *740 sender: *4 required: - action @@ -154575,11 +154591,11 @@ webhooks: type: - string - 'null' - enterprise: *736 - installation: *737 - member: *763 - organization: *738 - repository: *739 + enterprise: *737 + installation: *738 + member: *764 + organization: *739 + repository: *740 sender: *4 required: - action @@ -154658,11 +154674,11 @@ webhooks: type: string enum: - removed - enterprise: *736 - installation: *737 - member: *763 - organization: *738 - repository: *739 + enterprise: *737 + installation: *738 + member: *764 + organization: *739 + repository: *740 sender: *4 required: - action @@ -154740,11 +154756,11 @@ webhooks: type: string enum: - added - enterprise: *736 - installation: *737 - member: *763 - organization: *738 - repository: *739 + enterprise: *737 + installation: *738 + member: *764 + organization: *739 + repository: *740 scope: description: The scope of the membership. Currently, can only be `team`. @@ -154822,7 +154838,7 @@ webhooks: required: - login - id - team: &773 + team: &774 title: Team description: Groups of organization members that gives permissions on specified repositories. @@ -155015,11 +155031,11 @@ webhooks: type: string enum: - removed - enterprise: *736 - installation: *737 - member: *763 - organization: *738 - repository: *739 + enterprise: *737 + installation: *738 + member: *764 + organization: *739 + repository: *740 scope: description: The scope of the membership. Currently, can only be `team`. @@ -155098,7 +155114,7 @@ webhooks: required: - login - id - team: *773 + team: *774 required: - action - scope @@ -155180,8 +155196,8 @@ webhooks: type: string enum: - checks_requested - installation: *737 - merge_group: &774 + installation: *738 + merge_group: &775 type: object title: Merge Group description: A group of pull requests that the merge queue has grouped @@ -155200,15 +155216,15 @@ webhooks: description: The full ref of the branch the merge group will be merged into. type: string - head_commit: *440 + head_commit: *441 required: - head_sha - head_ref - base_sha - base_ref - head_commit - organization: *738 - repository: *739 + organization: *739 + repository: *740 sender: *4 required: - action @@ -155294,10 +155310,10 @@ webhooks: - merged - invalidated - dequeued - installation: *737 - merge_group: *774 - organization: *738 - repository: *739 + installation: *738 + merge_group: *775 + organization: *739 + repository: *740 sender: *4 required: - action @@ -155370,7 +155386,7 @@ webhooks: type: string enum: - deleted - enterprise: *736 + enterprise: *737 hook: description: 'The modified webhook. This will contain different keys based on the type of webhook it is: repository, organization, @@ -155478,12 +155494,12 @@ webhooks: hook_id: description: The id of the modified webhook. type: integer - installation: *737 - organization: *738 + installation: *738 + organization: *739 repository: anyOf: - type: 'null' - - *739 + - *740 sender: *4 required: - action @@ -155563,11 +155579,11 @@ webhooks: type: string enum: - closed - enterprise: *736 - installation: *737 - milestone: *768 - organization: *738 - repository: *739 + enterprise: *737 + installation: *738 + milestone: *769 + organization: *739 + repository: *740 sender: *4 required: - action @@ -155646,9 +155662,9 @@ webhooks: type: string enum: - created - enterprise: *736 - installation: *737 - milestone: &775 + enterprise: *737 + installation: *738 + milestone: &776 title: Milestone description: A collection of related issues and pull requests. type: object @@ -155790,8 +155806,8 @@ webhooks: - updated_at - due_on - closed_at - organization: *738 - repository: *739 + organization: *739 + repository: *740 sender: *4 required: - action @@ -155870,11 +155886,11 @@ webhooks: type: string enum: - deleted - enterprise: *736 - installation: *737 - milestone: *768 - organization: *738 - repository: *739 + enterprise: *737 + installation: *738 + milestone: *769 + organization: *739 + repository: *740 sender: *4 required: - action @@ -155984,11 +156000,11 @@ webhooks: type: string required: - from - enterprise: *736 - installation: *737 - milestone: *768 - organization: *738 - repository: *739 + enterprise: *737 + installation: *738 + milestone: *769 + organization: *739 + repository: *740 sender: *4 required: - action @@ -156068,11 +156084,11 @@ webhooks: type: string enum: - opened - enterprise: *736 - installation: *737 - milestone: *775 - organization: *738 - repository: *739 + enterprise: *737 + installation: *738 + milestone: *776 + organization: *739 + repository: *740 sender: *4 required: - action @@ -156151,11 +156167,11 @@ webhooks: type: string enum: - blocked - blocked_user: *763 - enterprise: *736 - installation: *737 - organization: *738 - repository: *739 + blocked_user: *764 + enterprise: *737 + installation: *738 + organization: *739 + repository: *740 sender: *4 required: - action @@ -156234,11 +156250,11 @@ webhooks: type: string enum: - unblocked - blocked_user: *763 - enterprise: *736 - installation: *737 - organization: *738 - repository: *739 + blocked_user: *764 + enterprise: *737 + installation: *738 + organization: *739 + repository: *740 sender: *4 required: - action @@ -156317,9 +156333,9 @@ webhooks: type: string enum: - deleted - enterprise: *736 - installation: *737 - membership: &776 + enterprise: *737 + installation: *738 + membership: &777 title: Membership description: The membership between the user and the organization. Not present when the action is `member_invited`. @@ -156413,8 +156429,8 @@ webhooks: - role - organization_url - user - organization: *738 - repository: *739 + organization: *739 + repository: *740 sender: *4 required: - action @@ -156492,11 +156508,11 @@ webhooks: type: string enum: - member_added - enterprise: *736 - installation: *737 - membership: *776 - organization: *738 - repository: *739 + enterprise: *737 + installation: *738 + membership: *777 + organization: *739 + repository: *740 sender: *4 required: - action @@ -156575,8 +156591,8 @@ webhooks: type: string enum: - member_invited - enterprise: *736 - installation: *737 + enterprise: *737 + installation: *738 invitation: description: The invitation for the user or email if the action is `member_invited`. @@ -156698,10 +156714,10 @@ webhooks: - inviter - team_count - invitation_teams_url - organization: *738 - repository: *739 + organization: *739 + repository: *740 sender: *4 - user: *763 + user: *764 required: - action - invitation @@ -156779,11 +156795,11 @@ webhooks: type: string enum: - member_removed - enterprise: *736 - installation: *737 - membership: *776 - organization: *738 - repository: *739 + enterprise: *737 + installation: *738 + membership: *777 + organization: *739 + repository: *740 sender: *4 required: - action @@ -156870,11 +156886,11 @@ webhooks: properties: from: type: string - enterprise: *736 - installation: *737 - membership: *776 - organization: *738 - repository: *739 + enterprise: *737 + installation: *738 + membership: *777 + organization: *739 + repository: *740 sender: *4 required: - action @@ -156950,9 +156966,9 @@ webhooks: type: string enum: - published - enterprise: *736 - installation: *737 - organization: *738 + enterprise: *737 + installation: *738 + organization: *739 package: description: Information about the package. type: object @@ -157475,7 +157491,7 @@ webhooks: - published_at rubygems_metadata: type: array - items: &777 + items: &778 title: Ruby Gems metadata type: object properties: @@ -157572,7 +157588,7 @@ webhooks: - owner - package_version - registry - repository: *739 + repository: *740 sender: *4 required: - action @@ -157648,9 +157664,9 @@ webhooks: type: string enum: - updated - enterprise: *736 - installation: *737 - organization: *738 + enterprise: *737 + installation: *738 + organization: *739 package: description: Information about the package. type: object @@ -158012,7 +158028,7 @@ webhooks: - published_at rubygems_metadata: type: array - items: *777 + items: *778 source_url: type: string format: uri @@ -158083,7 +158099,7 @@ webhooks: - owner - package_version - registry - repository: *739 + repository: *740 sender: *4 required: - action @@ -158264,12 +158280,12 @@ webhooks: - duration - created_at - updated_at - enterprise: *736 + enterprise: *737 id: type: integer - installation: *737 - organization: *738 - repository: *739 + installation: *738 + organization: *739 + repository: *740 sender: *4 required: - id @@ -158346,7 +158362,7 @@ webhooks: type: string enum: - approved - personal_access_token_request: &778 + personal_access_token_request: &779 title: Personal Access Token Request description: Details of a Personal Access Token Request. type: object @@ -158496,10 +158512,10 @@ webhooks: - token_expired - token_expires_at - token_last_used_at - enterprise: *736 - organization: *738 + enterprise: *737 + organization: *739 sender: *4 - installation: *737 + installation: *738 required: - action - personal_access_token_request @@ -158576,11 +158592,11 @@ webhooks: type: string enum: - cancelled - personal_access_token_request: *778 - enterprise: *736 - organization: *738 + personal_access_token_request: *779 + enterprise: *737 + organization: *739 sender: *4 - installation: *737 + installation: *738 required: - action - personal_access_token_request @@ -158656,11 +158672,11 @@ webhooks: type: string enum: - created - personal_access_token_request: *778 - enterprise: *736 - organization: *738 + personal_access_token_request: *779 + enterprise: *737 + organization: *739 sender: *4 - installation: *737 + installation: *738 required: - action - personal_access_token_request @@ -158735,11 +158751,11 @@ webhooks: type: string enum: - denied - personal_access_token_request: *778 - organization: *738 - enterprise: *736 + personal_access_token_request: *779 + organization: *739 + enterprise: *737 sender: *4 - installation: *737 + installation: *738 required: - action - personal_access_token_request @@ -158844,7 +158860,7 @@ webhooks: id: description: Unique identifier of the webhook. type: integer - last_response: *779 + last_response: *780 name: description: The type of webhook. The only valid value is 'web'. type: string @@ -158876,8 +158892,8 @@ webhooks: hook_id: description: The ID of the webhook that triggered the ping. type: integer - organization: *738 - repository: *739 + organization: *739 + repository: *740 sender: *4 zen: description: Random string of GitHub zen. @@ -159122,10 +159138,10 @@ webhooks: - from required: - note - enterprise: *736 - installation: *737 - organization: *738 - project_card: &780 + enterprise: *737 + installation: *738 + organization: *739 + project_card: &781 title: Project Card type: object properties: @@ -159248,7 +159264,7 @@ webhooks: - creator - created_at - updated_at - repository: *739 + repository: *740 sender: *4 required: - action @@ -159329,11 +159345,11 @@ webhooks: type: string enum: - created - enterprise: *736 - installation: *737 - organization: *738 - project_card: *780 - repository: *739 + enterprise: *737 + installation: *738 + organization: *739 + project_card: *781 + repository: *740 sender: *4 required: - action @@ -159413,9 +159429,9 @@ webhooks: type: string enum: - deleted - enterprise: *736 - installation: *737 - organization: *738 + enterprise: *737 + installation: *738 + organization: *739 project_card: title: Project Card type: object @@ -159545,7 +159561,7 @@ webhooks: repository: anyOf: - type: 'null' - - *739 + - *740 sender: *4 required: - action @@ -159639,11 +159655,11 @@ webhooks: - from required: - note - enterprise: *736 - installation: *737 - organization: *738 - project_card: *780 - repository: *739 + enterprise: *737 + installation: *738 + organization: *739 + project_card: *781 + repository: *740 sender: *4 required: - action @@ -159737,9 +159753,9 @@ webhooks: - from required: - column_id - enterprise: *736 - installation: *737 - organization: *738 + enterprise: *737 + installation: *738 + organization: *739 project_card: allOf: - title: Project Card @@ -159936,7 +159952,7 @@ webhooks: type: string required: - after_id - repository: *739 + repository: *740 sender: *4 required: - action @@ -160016,10 +160032,10 @@ webhooks: type: string enum: - closed - enterprise: *736 - installation: *737 - organization: *738 - project: &782 + enterprise: *737 + installation: *738 + organization: *739 + project: &783 title: Project type: object properties: @@ -160146,7 +160162,7 @@ webhooks: - creator - created_at - updated_at - repository: *739 + repository: *740 sender: *4 required: - action @@ -160226,10 +160242,10 @@ webhooks: type: string enum: - created - enterprise: *736 - installation: *737 - organization: *738 - project_column: &781 + enterprise: *737 + installation: *738 + organization: *739 + project_column: &782 title: Project Column type: object properties: @@ -160269,7 +160285,7 @@ webhooks: - name - created_at - updated_at - repository: *739 + repository: *740 sender: *4 required: - action @@ -160348,14 +160364,14 @@ webhooks: type: string enum: - deleted - enterprise: *736 - installation: *737 - organization: *738 - project_column: *781 + enterprise: *737 + installation: *738 + organization: *739 + project_column: *782 repository: anyOf: - type: 'null' - - *739 + - *740 sender: *4 required: - action @@ -160444,11 +160460,11 @@ webhooks: type: string required: - from - enterprise: *736 - installation: *737 - organization: *738 - project_column: *781 - repository: *739 + enterprise: *737 + installation: *738 + organization: *739 + project_column: *782 + repository: *740 sender: *4 required: - action @@ -160528,11 +160544,11 @@ webhooks: type: string enum: - moved - enterprise: *736 - installation: *737 - organization: *738 - project_column: *781 - repository: *739 + enterprise: *737 + installation: *738 + organization: *739 + project_column: *782 + repository: *740 sender: *4 required: - action @@ -160612,11 +160628,11 @@ webhooks: type: string enum: - created - enterprise: *736 - installation: *737 - organization: *738 - project: *782 - repository: *739 + enterprise: *737 + installation: *738 + organization: *739 + project: *783 + repository: *740 sender: *4 required: - action @@ -160696,14 +160712,14 @@ webhooks: type: string enum: - deleted - enterprise: *736 - installation: *737 - organization: *738 - project: *782 + enterprise: *737 + installation: *738 + organization: *739 + project: *783 repository: anyOf: - type: 'null' - - *739 + - *740 sender: *4 required: - action @@ -160804,11 +160820,11 @@ webhooks: type: string required: - from - enterprise: *736 - installation: *737 - organization: *738 - project: *782 - repository: *739 + enterprise: *737 + installation: *738 + organization: *739 + project: *783 + repository: *740 sender: *4 required: - action @@ -160887,11 +160903,11 @@ webhooks: type: string enum: - reopened - enterprise: *736 - installation: *737 - organization: *738 - project: *782 - repository: *739 + enterprise: *737 + installation: *738 + organization: *739 + project: *783 + repository: *740 sender: *4 required: - action @@ -160972,9 +160988,9 @@ webhooks: type: string enum: - closed - installation: *737 - organization: *738 - projects_v2: &783 + installation: *738 + organization: *739 + projects_v2: &784 title: Projects v2 Project description: A projects v2 project type: object @@ -161122,9 +161138,9 @@ webhooks: type: string enum: - created - installation: *737 - organization: *738 - projects_v2: *783 + installation: *738 + organization: *739 + projects_v2: *784 sender: *4 required: - action @@ -161205,9 +161221,9 @@ webhooks: type: string enum: - deleted - installation: *737 - organization: *738 - projects_v2: *783 + installation: *738 + organization: *739 + projects_v2: *784 sender: *4 required: - action @@ -161328,9 +161344,9 @@ webhooks: type: string to: type: string - installation: *737 - organization: *738 - projects_v2: *783 + installation: *738 + organization: *739 + projects_v2: *784 sender: *4 required: - action @@ -161413,7 +161429,7 @@ webhooks: type: string enum: - archived - changes: &787 + changes: &788 type: object properties: archived_at: @@ -161429,9 +161445,9 @@ webhooks: - string - 'null' format: date-time - installation: *737 - organization: *738 - projects_v2_item: &784 + installation: *738 + organization: *739 + projects_v2_item: &785 title: Projects v2 Item description: An item belonging to a project type: object @@ -161570,9 +161586,9 @@ webhooks: - 'null' to: type: string - installation: *737 - organization: *738 - projects_v2_item: *784 + installation: *738 + organization: *739 + projects_v2_item: *785 sender: *4 required: - action @@ -161654,9 +161670,9 @@ webhooks: type: string enum: - created - installation: *737 - organization: *738 - projects_v2_item: *784 + installation: *738 + organization: *739 + projects_v2_item: *785 sender: *4 required: - action @@ -161737,9 +161753,9 @@ webhooks: type: string enum: - deleted - installation: *737 - organization: *738 - projects_v2_item: *784 + installation: *738 + organization: *739 + projects_v2_item: *785 sender: *4 required: - action @@ -161844,7 +161860,7 @@ webhooks: oneOf: - type: string - type: integer - - &785 + - &786 title: Projects v2 Single Select Option description: An option for a single select field type: object @@ -161864,7 +161880,7 @@ webhooks: required: - id - name - - &786 + - &787 title: Projects v2 Iteration Setting description: An iteration setting for an iteration field type: object @@ -161893,8 +161909,8 @@ webhooks: oneOf: - type: string - type: integer - - *785 - *786 + - *787 type: - 'null' - string @@ -161917,9 +161933,9 @@ webhooks: - 'null' required: - body - installation: *737 - organization: *738 - projects_v2_item: *784 + installation: *738 + organization: *739 + projects_v2_item: *785 sender: *4 required: - action @@ -162016,9 +162032,9 @@ webhooks: type: - string - 'null' - installation: *737 - organization: *738 - projects_v2_item: *784 + installation: *738 + organization: *739 + projects_v2_item: *785 sender: *4 required: - action @@ -162101,10 +162117,10 @@ webhooks: type: string enum: - restored - changes: *787 - installation: *737 - organization: *738 - projects_v2_item: *784 + changes: *788 + installation: *738 + organization: *739 + projects_v2_item: *785 sender: *4 required: - action @@ -162186,9 +162202,9 @@ webhooks: type: string enum: - reopened - installation: *737 - organization: *738 - projects_v2: *783 + installation: *738 + organization: *739 + projects_v2: *784 sender: *4 required: - action @@ -162269,9 +162285,9 @@ webhooks: type: string enum: - created - installation: *737 - organization: *738 - projects_v2_status_update: &788 + installation: *738 + organization: *739 + projects_v2_status_update: &789 title: Projects v2 Status Update description: An status update belonging to a project type: object @@ -162406,9 +162422,9 @@ webhooks: type: string enum: - deleted - installation: *737 - organization: *738 - projects_v2_status_update: *788 + installation: *738 + organization: *739 + projects_v2_status_update: *789 sender: *4 required: - action @@ -162554,9 +162570,9 @@ webhooks: - string - 'null' format: date - installation: *737 - organization: *738 - projects_v2_status_update: *788 + installation: *738 + organization: *739 + projects_v2_status_update: *789 sender: *4 required: - action @@ -162627,10 +162643,10 @@ webhooks: title: public event type: object properties: - enterprise: *736 - installation: *737 - organization: *738 - repository: *739 + enterprise: *737 + installation: *738 + organization: *739 + repository: *740 sender: *4 required: - repository @@ -162707,13 +162723,13 @@ webhooks: type: string enum: - assigned - assignee: *763 - enterprise: *736 - installation: *737 - number: &789 + assignee: *764 + enterprise: *737 + installation: *738 + number: &790 description: The pull request number. type: integer - organization: *738 + organization: *739 pull_request: title: Pull Request type: object @@ -165062,7 +165078,7 @@ webhooks: - auto_merge - active_lock_reason - draft - repository: *739 + repository: *740 sender: *4 required: - action @@ -165144,11 +165160,11 @@ webhooks: type: string enum: - auto_merge_disabled - enterprise: *736 - installation: *737 + enterprise: *737 + installation: *738 number: type: integer - organization: *738 + organization: *739 pull_request: title: Pull Request type: object @@ -167490,7 +167506,7 @@ webhooks: - draft reason: type: string - repository: *739 + repository: *740 sender: *4 required: - action @@ -167572,11 +167588,11 @@ webhooks: type: string enum: - auto_merge_enabled - enterprise: *736 - installation: *737 + enterprise: *737 + installation: *738 number: type: integer - organization: *738 + organization: *739 pull_request: title: Pull Request type: object @@ -169918,7 +169934,7 @@ webhooks: - draft reason: type: string - repository: *739 + repository: *740 sender: *4 required: - action @@ -170000,13 +170016,13 @@ webhooks: type: string enum: - closed - enterprise: *736 - installation: *737 - number: *789 - organization: *738 - pull_request: &790 + enterprise: *737 + installation: *738 + number: *790 + organization: *739 + pull_request: &791 allOf: - - *591 + - *592 - type: object properties: allow_auto_merge: @@ -170068,7 +170084,7 @@ webhooks: Please use `squash_merge_commit_title` instead.** type: boolean default: false - repository: *739 + repository: *740 sender: *4 required: - action @@ -170149,12 +170165,12 @@ webhooks: type: string enum: - converted_to_draft - enterprise: *736 - installation: *737 - number: *789 - organization: *738 - pull_request: *790 - repository: *739 + enterprise: *737 + installation: *738 + number: *790 + organization: *739 + pull_request: *791 + repository: *740 sender: *4 required: - action @@ -170234,11 +170250,11 @@ webhooks: type: string enum: - demilestoned - enterprise: *736 - milestone: *486 - number: *789 - organization: *738 - pull_request: &791 + enterprise: *737 + milestone: *487 + number: *790 + organization: *739 + pull_request: &792 title: Pull Request type: object properties: @@ -172565,7 +172581,7 @@ webhooks: - auto_merge - active_lock_reason - draft - repository: *739 + repository: *740 sender: *4 required: - action @@ -172644,11 +172660,11 @@ webhooks: type: string enum: - dequeued - enterprise: *736 - installation: *737 + enterprise: *737 + installation: *738 number: type: integer - organization: *738 + organization: *739 pull_request: title: Pull Request type: object @@ -174994,7 +175010,7 @@ webhooks: - BRANCH_PROTECTIONS - GIT_TREE_INVALID - INVALID_MERGE_COMMIT - repository: *739 + repository: *740 sender: *4 required: - action @@ -175118,12 +175134,12 @@ webhooks: type: string required: - from - enterprise: *736 - installation: *737 - number: *789 - organization: *738 - pull_request: *790 - repository: *739 + enterprise: *737 + installation: *738 + number: *790 + organization: *739 + pull_request: *791 + repository: *740 sender: *4 required: - action @@ -175203,11 +175219,11 @@ webhooks: type: string enum: - enqueued - enterprise: *736 - installation: *737 + enterprise: *737 + installation: *738 number: type: integer - organization: *738 + organization: *739 pull_request: title: Pull Request type: object @@ -177538,7 +177554,7 @@ webhooks: - auto_merge - active_lock_reason - draft - repository: *739 + repository: *740 sender: *4 required: - action @@ -177618,11 +177634,11 @@ webhooks: type: string enum: - labeled - enterprise: *736 - installation: *737 - label: *762 - number: *789 - organization: *738 + enterprise: *737 + installation: *738 + label: *763 + number: *790 + organization: *739 pull_request: title: Pull Request type: object @@ -179970,7 +179986,7 @@ webhooks: - auto_merge - active_lock_reason - draft - repository: *739 + repository: *740 sender: *4 required: - action @@ -180051,10 +180067,10 @@ webhooks: type: string enum: - locked - enterprise: *736 - installation: *737 - number: *789 - organization: *738 + enterprise: *737 + installation: *738 + number: *790 + organization: *739 pull_request: title: Pull Request type: object @@ -182400,7 +182416,7 @@ webhooks: - auto_merge - active_lock_reason - draft - repository: *739 + repository: *740 sender: *4 required: - action @@ -182480,12 +182496,12 @@ webhooks: type: string enum: - milestoned - enterprise: *736 - milestone: *486 - number: *789 - organization: *738 - pull_request: *791 - repository: *739 + enterprise: *737 + milestone: *487 + number: *790 + organization: *739 + pull_request: *792 + repository: *740 sender: *4 required: - action @@ -182564,12 +182580,12 @@ webhooks: type: string enum: - opened - enterprise: *736 - installation: *737 - number: *789 - organization: *738 - pull_request: *790 - repository: *739 + enterprise: *737 + installation: *738 + number: *790 + organization: *739 + pull_request: *791 + repository: *740 sender: *4 required: - action @@ -182650,12 +182666,12 @@ webhooks: type: string enum: - ready_for_review - enterprise: *736 - installation: *737 - number: *789 - organization: *738 - pull_request: *790 - repository: *739 + enterprise: *737 + installation: *738 + number: *790 + organization: *739 + pull_request: *791 + repository: *740 sender: *4 required: - action @@ -182735,12 +182751,12 @@ webhooks: type: string enum: - reopened - enterprise: *736 - installation: *737 - number: *789 - organization: *738 - pull_request: *790 - repository: *739 + enterprise: *737 + installation: *738 + number: *790 + organization: *739 + pull_request: *791 + repository: *740 sender: *4 required: - action @@ -183115,9 +183131,9 @@ webhooks: - start_side - side - reactions - enterprise: *736 - installation: *737 - organization: *738 + enterprise: *737 + installation: *738 + organization: *739 pull_request: type: object properties: @@ -185347,7 +185363,7 @@ webhooks: - _links - author_association - active_lock_reason - repository: *739 + repository: *740 sender: *4 required: - action @@ -185427,7 +185443,7 @@ webhooks: type: string enum: - deleted - comment: &793 + comment: &794 title: Pull Request Review Comment description: The [comment](https://docs.github.com/enterprise-cloud@latest//rest/pulls/comments#get-a-review-comment-for-a-pull-request) itself. @@ -185720,9 +185736,9 @@ webhooks: - start_side - side - reactions - enterprise: *736 - installation: *737 - organization: *738 + enterprise: *737 + installation: *738 + organization: *739 pull_request: type: object properties: @@ -187940,7 +187956,7 @@ webhooks: - _links - author_association - active_lock_reason - repository: *739 + repository: *740 sender: *4 required: - action @@ -188020,11 +188036,11 @@ webhooks: type: string enum: - edited - changes: *792 - comment: *793 - enterprise: *736 - installation: *737 - organization: *738 + changes: *793 + comment: *794 + enterprise: *737 + installation: *738 + organization: *739 pull_request: type: object properties: @@ -190245,7 +190261,7 @@ webhooks: - _links - author_association - active_lock_reason - repository: *739 + repository: *740 sender: *4 required: - action @@ -190326,9 +190342,9 @@ webhooks: type: string enum: - dismissed - enterprise: *736 - installation: *737 - organization: *738 + enterprise: *737 + installation: *738 + organization: *739 pull_request: title: Simple Pull Request type: object @@ -192561,7 +192577,7 @@ webhooks: - author_association - auto_merge - active_lock_reason - repository: *739 + repository: *740 review: description: The review that was affected. type: object @@ -192807,9 +192823,9 @@ webhooks: type: string required: - from - enterprise: *736 - installation: *737 - organization: *738 + enterprise: *737 + installation: *738 + organization: *739 pull_request: title: Simple Pull Request type: object @@ -194923,8 +194939,8 @@ webhooks: - author_association - auto_merge - active_lock_reason - repository: *739 - review: &794 + repository: *740 + review: &795 description: The review that was affected. type: object properties: @@ -195157,12 +195173,12 @@ webhooks: type: string enum: - review_request_removed - enterprise: *736 - installation: *737 + enterprise: *737 + installation: *738 number: description: The pull request number. type: integer - organization: *738 + organization: *739 pull_request: title: Pull Request type: object @@ -197509,7 +197525,7 @@ webhooks: - auto_merge - active_lock_reason - draft - repository: *739 + repository: *740 requested_reviewer: title: User type: @@ -197595,12 +197611,12 @@ webhooks: type: string enum: - review_request_removed - enterprise: *736 - installation: *737 + enterprise: *737 + installation: *738 number: description: The pull request number. type: integer - organization: *738 + organization: *739 pull_request: title: Pull Request type: object @@ -199954,7 +199970,7 @@ webhooks: - auto_merge - active_lock_reason - draft - repository: *739 + repository: *740 requested_team: title: Team description: Groups of organization members that gives permissions @@ -200149,12 +200165,12 @@ webhooks: type: string enum: - review_requested - enterprise: *736 - installation: *737 + enterprise: *737 + installation: *738 number: description: The pull request number. type: integer - organization: *738 + organization: *739 pull_request: title: Pull Request type: object @@ -202503,7 +202519,7 @@ webhooks: - auto_merge - active_lock_reason - draft - repository: *739 + repository: *740 requested_reviewer: title: User type: @@ -202590,12 +202606,12 @@ webhooks: type: string enum: - review_requested - enterprise: *736 - installation: *737 + enterprise: *737 + installation: *738 number: description: The pull request number. type: integer - organization: *738 + organization: *739 pull_request: title: Pull Request type: object @@ -204935,7 +204951,7 @@ webhooks: - auto_merge - active_lock_reason - draft - repository: *739 + repository: *740 requested_team: title: Team description: Groups of organization members that gives permissions @@ -205119,9 +205135,9 @@ webhooks: type: string enum: - submitted - enterprise: *736 - installation: *737 - organization: *738 + enterprise: *737 + installation: *738 + organization: *739 pull_request: title: Simple Pull Request type: object @@ -207357,8 +207373,8 @@ webhooks: - author_association - auto_merge - active_lock_reason - repository: *739 - review: *794 + repository: *740 + review: *795 sender: *4 required: - action @@ -207438,9 +207454,9 @@ webhooks: type: string enum: - resolved - enterprise: *736 - installation: *737 - organization: *738 + enterprise: *737 + installation: *738 + organization: *739 pull_request: title: Simple Pull Request type: object @@ -209571,7 +209587,7 @@ webhooks: - author_association - auto_merge - active_lock_reason - repository: *739 + repository: *740 sender: *4 thread: type: object @@ -209963,9 +209979,9 @@ webhooks: type: string enum: - unresolved - enterprise: *736 - installation: *737 - organization: *738 + enterprise: *737 + installation: *738 + organization: *739 pull_request: title: Simple Pull Request type: object @@ -212079,7 +212095,7 @@ webhooks: - author_association - auto_merge - active_lock_reason - repository: *739 + repository: *740 sender: *4 thread: type: object @@ -212473,10 +212489,10 @@ webhooks: type: string before: type: string - enterprise: *736 - installation: *737 - number: *789 - organization: *738 + enterprise: *737 + installation: *738 + number: *790 + organization: *739 pull_request: title: Pull Request type: object @@ -214811,7 +214827,7 @@ webhooks: - auto_merge - active_lock_reason - draft - repository: *739 + repository: *740 sender: *4 required: - action @@ -214893,11 +214909,11 @@ webhooks: type: string enum: - unassigned - assignee: *795 - enterprise: *736 - installation: *737 - number: *789 - organization: *738 + assignee: *796 + enterprise: *737 + installation: *738 + number: *790 + organization: *739 pull_request: title: Pull Request type: object @@ -217247,7 +217263,7 @@ webhooks: - auto_merge - active_lock_reason - draft - repository: *739 + repository: *740 sender: *4 required: - action @@ -217326,11 +217342,11 @@ webhooks: type: string enum: - unlabeled - enterprise: *736 - installation: *737 - label: *762 - number: *789 - organization: *738 + enterprise: *737 + installation: *738 + label: *763 + number: *790 + organization: *739 pull_request: title: Pull Request type: object @@ -219669,7 +219685,7 @@ webhooks: - auto_merge - active_lock_reason - draft - repository: *739 + repository: *740 sender: *4 required: - action @@ -219750,10 +219766,10 @@ webhooks: type: string enum: - unlocked - enterprise: *736 - installation: *737 - number: *789 - organization: *738 + enterprise: *737 + installation: *738 + number: *790 + organization: *739 pull_request: title: Pull Request type: object @@ -222082,7 +222098,7 @@ webhooks: - auto_merge - active_lock_reason - draft - repository: *739 + repository: *740 sender: *4 required: - action @@ -222285,7 +222301,7 @@ webhooks: deleted: description: Whether this push deleted the `ref`. type: boolean - enterprise: *736 + enterprise: *737 forced: description: Whether this push was a force push of the `ref`. type: boolean @@ -222380,8 +222396,8 @@ webhooks: - url - author - committer - installation: *737 - organization: *738 + installation: *738 + organization: *739 pusher: title: Committer description: Metaproperties for Git author/committer information. @@ -222969,9 +222985,9 @@ webhooks: type: string enum: - published - enterprise: *736 - installation: *737 - organization: *738 + enterprise: *737 + installation: *738 + organization: *739 registry_package: type: object properties: @@ -223448,7 +223464,7 @@ webhooks: type: string rubygems_metadata: type: array - items: *777 + items: *778 summary: type: string tag_name: @@ -223504,7 +223520,7 @@ webhooks: - owner - package_version - registry - repository: *739 + repository: *740 sender: *4 required: - action @@ -223582,9 +223598,9 @@ webhooks: type: string enum: - updated - enterprise: *736 - installation: *737 - organization: *738 + enterprise: *737 + installation: *738 + organization: *739 registry_package: type: object properties: @@ -223896,7 +223912,7 @@ webhooks: - published_at rubygems_metadata: type: array - items: *777 + items: *778 summary: type: string tag_name: @@ -223946,7 +223962,7 @@ webhooks: - owner - package_version - registry - repository: *739 + repository: *740 sender: *4 required: - action @@ -224023,10 +224039,10 @@ webhooks: type: string enum: - created - enterprise: *736 - installation: *737 - organization: *738 - release: &796 + enterprise: *737 + installation: *738 + organization: *739 + release: &797 title: Release description: The [release](https://docs.github.com/enterprise-cloud@latest//rest/releases/releases/#get-a-release) object. @@ -224342,7 +224358,7 @@ webhooks: - tarball_url - zipball_url - body - repository: *739 + repository: *740 sender: *4 required: - action @@ -224419,11 +224435,11 @@ webhooks: type: string enum: - deleted - enterprise: *736 - installation: *737 - organization: *738 - release: *796 - repository: *739 + enterprise: *737 + installation: *738 + organization: *739 + release: *797 + repository: *740 sender: *4 required: - action @@ -224540,11 +224556,11 @@ webhooks: type: boolean required: - to - enterprise: *736 - installation: *737 - organization: *738 - release: *796 - repository: *739 + enterprise: *737 + installation: *738 + organization: *739 + release: *797 + repository: *740 sender: *4 required: - action @@ -224622,9 +224638,9 @@ webhooks: type: string enum: - prereleased - enterprise: *736 - installation: *737 - organization: *738 + enterprise: *737 + installation: *738 + organization: *739 release: title: Release description: The [release](https://docs.github.com/enterprise-cloud@latest//rest/releases/releases/#get-a-release) @@ -224945,7 +224961,7 @@ webhooks: - string - 'null' format: uri - repository: *739 + repository: *740 sender: *4 required: - action @@ -225021,10 +225037,10 @@ webhooks: type: string enum: - published - enterprise: *736 - installation: *737 - organization: *738 - release: &797 + enterprise: *737 + installation: *738 + organization: *739 + release: &798 title: Release description: The [release](https://docs.github.com/enterprise-cloud@latest//rest/releases/releases/#get-a-release) object. @@ -225342,7 +225358,7 @@ webhooks: - string - 'null' format: uri - repository: *739 + repository: *740 sender: *4 required: - action @@ -225418,11 +225434,11 @@ webhooks: type: string enum: - released - enterprise: *736 - installation: *737 - organization: *738 - release: *796 - repository: *739 + enterprise: *737 + installation: *738 + organization: *739 + release: *797 + repository: *740 sender: *4 required: - action @@ -225498,11 +225514,11 @@ webhooks: type: string enum: - unpublished - enterprise: *736 - installation: *737 - organization: *738 - release: *797 - repository: *739 + enterprise: *737 + installation: *738 + organization: *739 + release: *798 + repository: *740 sender: *4 required: - action @@ -225578,11 +225594,11 @@ webhooks: type: string enum: - published - enterprise: *736 - installation: *737 - organization: *738 - repository: *739 - repository_advisory: *648 + enterprise: *737 + installation: *738 + organization: *739 + repository: *740 + repository_advisory: *649 sender: *4 required: - action @@ -225658,11 +225674,11 @@ webhooks: type: string enum: - reported - enterprise: *736 - installation: *737 - organization: *738 - repository: *739 - repository_advisory: *648 + enterprise: *737 + installation: *738 + organization: *739 + repository: *740 + repository_advisory: *649 sender: *4 required: - action @@ -225738,10 +225754,10 @@ webhooks: type: string enum: - archived - enterprise: *736 - installation: *737 - organization: *738 - repository: *739 + enterprise: *737 + installation: *738 + organization: *739 + repository: *740 sender: *4 required: - action @@ -225818,10 +225834,10 @@ webhooks: type: string enum: - created - enterprise: *736 - installation: *737 - organization: *738 - repository: *739 + enterprise: *737 + installation: *738 + organization: *739 + repository: *740 sender: *4 required: - action @@ -225899,10 +225915,10 @@ webhooks: type: string enum: - deleted - enterprise: *736 - installation: *737 - organization: *738 - repository: *739 + enterprise: *737 + installation: *738 + organization: *739 + repository: *740 sender: *4 required: - action @@ -225987,10 +226003,10 @@ webhooks: additionalProperties: true description: The `client_payload` that was specified in the `POST /repos/{owner}/{repo}/dispatches` request body. - enterprise: *736 - installation: *737 - organization: *738 - repository: *739 + enterprise: *737 + installation: *738 + organization: *739 + repository: *740 sender: *4 required: - action @@ -226105,10 +226121,10 @@ webhooks: - 'null' items: type: string - enterprise: *736 - installation: *737 - organization: *738 - repository: *739 + enterprise: *737 + installation: *738 + organization: *739 + repository: *740 sender: *4 required: - action @@ -226180,10 +226196,10 @@ webhooks: title: repository_import event type: object properties: - enterprise: *736 - installation: *737 - organization: *738 - repository: *739 + enterprise: *737 + installation: *738 + organization: *739 + repository: *740 sender: *4 status: type: string @@ -226264,10 +226280,10 @@ webhooks: type: string enum: - privatized - enterprise: *736 - installation: *737 - organization: *738 - repository: *739 + enterprise: *737 + installation: *738 + organization: *739 + repository: *740 sender: *4 required: - action @@ -226344,10 +226360,10 @@ webhooks: type: string enum: - publicized - enterprise: *736 - installation: *737 - organization: *738 - repository: *739 + enterprise: *737 + installation: *738 + organization: *739 + repository: *740 sender: *4 required: - action @@ -226441,10 +226457,10 @@ webhooks: - name required: - repository - enterprise: *736 - installation: *737 - organization: *738 - repository: *739 + enterprise: *737 + installation: *738 + organization: *739 + repository: *740 sender: *4 required: - action @@ -226524,10 +226540,10 @@ webhooks: type: string enum: - created - enterprise: *736 - installation: *737 - organization: *738 - repository: *739 + enterprise: *737 + installation: *738 + organization: *739 + repository: *740 repository_ruleset: *124 sender: *4 required: @@ -226606,10 +226622,10 @@ webhooks: type: string enum: - deleted - enterprise: *736 - installation: *737 - organization: *738 - repository: *739 + enterprise: *737 + installation: *738 + organization: *739 + repository: *740 repository_ruleset: *124 sender: *4 required: @@ -226688,10 +226704,10 @@ webhooks: type: string enum: - edited - enterprise: *736 - installation: *737 - organization: *738 - repository: *739 + enterprise: *737 + installation: *738 + organization: *739 + repository: *740 repository_ruleset: *124 changes: type: object @@ -226999,10 +227015,10 @@ webhooks: - from required: - owner - enterprise: *736 - installation: *737 - organization: *738 - repository: *739 + enterprise: *737 + installation: *738 + organization: *739 + repository: *740 sender: *4 required: - action @@ -227080,10 +227096,10 @@ webhooks: type: string enum: - unarchived - enterprise: *736 - installation: *737 - organization: *738 - repository: *739 + enterprise: *737 + installation: *738 + organization: *739 + repository: *740 sender: *4 required: - action @@ -227161,7 +227177,7 @@ webhooks: type: string enum: - create - alert: &798 + alert: &799 title: Repository Vulnerability Alert Alert description: The security alert of the vulnerable dependency. type: object @@ -227285,10 +227301,10 @@ webhooks: type: string enum: - open - enterprise: *736 - installation: *737 - organization: *738 - repository: *739 + enterprise: *737 + installation: *738 + organization: *739 + repository: *740 sender: *4 required: - action @@ -227498,10 +227514,10 @@ webhooks: type: string enum: - dismissed - enterprise: *736 - installation: *737 - organization: *738 - repository: *739 + enterprise: *737 + installation: *738 + organization: *739 + repository: *740 sender: *4 required: - action @@ -227579,11 +227595,11 @@ webhooks: type: string enum: - reopen - alert: *798 - enterprise: *736 - installation: *737 - organization: *738 - repository: *739 + alert: *799 + enterprise: *737 + installation: *738 + organization: *739 + repository: *740 sender: *4 required: - action @@ -227785,10 +227801,10 @@ webhooks: enum: - fixed - open - enterprise: *736 - installation: *737 - organization: *738 - repository: *739 + enterprise: *737 + installation: *738 + organization: *739 + repository: *740 sender: *4 required: - action @@ -227866,7 +227882,7 @@ webhooks: type: string enum: - created - alert: &799 + alert: &800 type: object properties: number: *96 @@ -227976,10 +227992,10 @@ webhooks: - 'null' description: Whether the detected secret was found in multiple repositories in the same organization or business. - enterprise: *736 - installation: *737 - organization: *738 - repository: *739 + enterprise: *737 + installation: *738 + organization: *739 + repository: *740 sender: *4 required: - action @@ -228060,11 +228076,11 @@ webhooks: type: string enum: - created - alert: *799 - installation: *737 - location: *800 - organization: *738 - repository: *739 + alert: *800 + installation: *738 + location: *801 + organization: *739 + repository: *740 sender: *4 required: - location @@ -228302,11 +228318,11 @@ webhooks: type: string enum: - publicly_leaked - alert: *799 - enterprise: *736 - installation: *737 - organization: *738 - repository: *739 + alert: *800 + enterprise: *737 + installation: *738 + organization: *739 + repository: *740 sender: *4 required: - action @@ -228384,11 +228400,11 @@ webhooks: type: string enum: - reopened - alert: *799 - enterprise: *736 - installation: *737 - organization: *738 - repository: *739 + alert: *800 + enterprise: *737 + installation: *738 + organization: *739 + repository: *740 sender: *4 required: - action @@ -228466,11 +228482,11 @@ webhooks: type: string enum: - resolved - alert: *799 - enterprise: *736 - installation: *737 - organization: *738 - repository: *739 + alert: *800 + enterprise: *737 + installation: *738 + organization: *739 + repository: *740 sender: *4 required: - action @@ -228548,11 +228564,11 @@ webhooks: type: string enum: - validated - alert: *799 - enterprise: *736 - installation: *737 - organization: *738 - repository: *739 + alert: *800 + enterprise: *737 + installation: *738 + organization: *739 + repository: *740 sender: *4 required: - action @@ -228682,10 +228698,10 @@ webhooks: - organization - enterprise - - repository: *739 - enterprise: *736 - installation: *737 - organization: *738 + repository: *740 + enterprise: *737 + installation: *738 + organization: *739 sender: *4 required: - action @@ -228763,11 +228779,11 @@ webhooks: type: string enum: - published - enterprise: *736 - installation: *737 - organization: *738 - repository: *739 - security_advisory: &801 + enterprise: *737 + installation: *738 + organization: *739 + repository: *740 + security_advisory: &802 description: The details of the security advisory, including summary, description, and severity. type: object @@ -228953,11 +228969,11 @@ webhooks: type: string enum: - updated - enterprise: *736 - installation: *737 - organization: *738 - repository: *739 - security_advisory: *801 + enterprise: *737 + installation: *738 + organization: *739 + repository: *740 + security_advisory: *802 sender: *4 required: - action @@ -229030,10 +229046,10 @@ webhooks: type: string enum: - withdrawn - enterprise: *736 - installation: *737 - organization: *738 - repository: *739 + enterprise: *737 + installation: *738 + organization: *739 + repository: *740 security_advisory: description: The details of the security advisory, including summary, description, and severity. @@ -229219,11 +229235,11 @@ webhooks: from: type: object properties: - security_and_analysis: *315 - enterprise: *736 - installation: *737 - organization: *738 - repository: *377 + security_and_analysis: *316 + enterprise: *737 + installation: *738 + organization: *739 + repository: *378 sender: *4 required: - changes @@ -229301,12 +229317,12 @@ webhooks: type: string enum: - cancelled - enterprise: *736 - installation: *737 - organization: *738 - repository: *739 + enterprise: *737 + installation: *738 + organization: *739 + repository: *740 sender: *4 - sponsorship: &802 + sponsorship: &803 type: object properties: created_at: @@ -229611,12 +229627,12 @@ webhooks: type: string enum: - created - enterprise: *736 - installation: *737 - organization: *738 - repository: *739 + enterprise: *737 + installation: *738 + organization: *739 + repository: *740 sender: *4 - sponsorship: *802 + sponsorship: *803 required: - action - sponsorship @@ -229704,12 +229720,12 @@ webhooks: type: string required: - from - enterprise: *736 - installation: *737 - organization: *738 - repository: *739 + enterprise: *737 + installation: *738 + organization: *739 + repository: *740 sender: *4 - sponsorship: *802 + sponsorship: *803 required: - action - changes @@ -229786,17 +229802,17 @@ webhooks: type: string enum: - pending_cancellation - effective_date: &803 + effective_date: &804 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: *736 - installation: *737 - organization: *738 - repository: *739 + enterprise: *737 + installation: *738 + organization: *739 + repository: *740 sender: *4 - sponsorship: *802 + sponsorship: *803 required: - action - sponsorship @@ -229870,7 +229886,7 @@ webhooks: type: string enum: - pending_tier_change - changes: &804 + changes: &805 type: object properties: tier: @@ -229914,13 +229930,13 @@ webhooks: - from required: - tier - effective_date: *803 - enterprise: *736 - installation: *737 - organization: *738 - repository: *739 + effective_date: *804 + enterprise: *737 + installation: *738 + organization: *739 + repository: *740 sender: *4 - sponsorship: *802 + sponsorship: *803 required: - action - changes @@ -229997,13 +230013,13 @@ webhooks: type: string enum: - tier_changed - changes: *804 - enterprise: *736 - installation: *737 - organization: *738 - repository: *739 + changes: *805 + enterprise: *737 + installation: *738 + organization: *739 + repository: *740 sender: *4 - sponsorship: *802 + sponsorship: *803 required: - action - changes @@ -230077,10 +230093,10 @@ webhooks: type: string enum: - created - enterprise: *736 - installation: *737 - organization: *738 - repository: *739 + enterprise: *737 + installation: *738 + organization: *739 + repository: *740 sender: *4 starred_at: description: 'The time the star was created. This is a timestamp @@ -230164,10 +230180,10 @@ webhooks: type: string enum: - deleted - enterprise: *736 - installation: *737 - organization: *738 - repository: *739 + enterprise: *737 + installation: *738 + organization: *739 + repository: *740 sender: *4 starred_at: description: 'The time the star was created. This is a timestamp @@ -230601,15 +230617,15 @@ webhooks: type: - string - 'null' - enterprise: *736 + enterprise: *737 id: description: The unique identifier of the status. type: integer - installation: *737 + installation: *738 name: type: string - organization: *738 - repository: *739 + organization: *739 + repository: *740 sender: *4 sha: description: The Commit SHA. @@ -230725,9 +230741,9 @@ webhooks: description: The ID of the sub-issue. type: number sub_issue: *147 - installation: *737 - organization: *738 - repository: *739 + installation: *738 + organization: *739 + repository: *740 sender: *4 required: - action @@ -230817,9 +230833,9 @@ webhooks: description: The ID of the sub-issue. type: number sub_issue: *147 - installation: *737 - organization: *738 - repository: *739 + installation: *738 + organization: *739 + repository: *740 sender: *4 required: - action @@ -230909,9 +230925,9 @@ webhooks: description: The ID of the parent issue. type: number parent_issue: *147 - installation: *737 - organization: *738 - repository: *739 + installation: *738 + organization: *739 + repository: *740 sender: *4 required: - action @@ -231001,9 +231017,9 @@ webhooks: description: The ID of the parent issue. type: number parent_issue: *147 - installation: *737 - organization: *738 - repository: *739 + installation: *738 + organization: *739 + repository: *740 sender: *4 required: - action @@ -231080,12 +231096,12 @@ webhooks: title: team_add event type: object properties: - enterprise: *736 - installation: *737 - organization: *738 - repository: *739 + enterprise: *737 + installation: *738 + organization: *739 + repository: *740 sender: *4 - team: &805 + team: &806 title: Team description: Groups of organization members that gives permissions on specified repositories. @@ -231278,9 +231294,9 @@ webhooks: type: string enum: - added_to_repository - enterprise: *736 - installation: *737 - organization: *738 + enterprise: *737 + installation: *738 + organization: *739 repository: title: Repository description: A git repository @@ -231750,7 +231766,7 @@ webhooks: - topics - visibility sender: *4 - team: *805 + team: *806 required: - action - team @@ -231826,9 +231842,9 @@ webhooks: type: string enum: - created - enterprise: *736 - installation: *737 - organization: *738 + enterprise: *737 + installation: *738 + organization: *739 repository: title: Repository description: A git repository @@ -232298,7 +232314,7 @@ webhooks: - topics - visibility sender: *4 - team: *805 + team: *806 required: - action - team @@ -232375,9 +232391,9 @@ webhooks: type: string enum: - deleted - enterprise: *736 - installation: *737 - organization: *738 + enterprise: *737 + installation: *738 + organization: *739 repository: title: Repository description: A git repository @@ -232847,7 +232863,7 @@ webhooks: - topics - visibility sender: *4 - team: *805 + team: *806 required: - action - team @@ -232991,9 +233007,9 @@ webhooks: - from required: - permissions - enterprise: *736 - installation: *737 - organization: *738 + enterprise: *737 + installation: *738 + organization: *739 repository: title: Repository description: A git repository @@ -233463,7 +233479,7 @@ webhooks: - topics - visibility sender: *4 - team: *805 + team: *806 required: - action - changes @@ -233541,9 +233557,9 @@ webhooks: type: string enum: - removed_from_repository - enterprise: *736 - installation: *737 - organization: *738 + enterprise: *737 + installation: *738 + organization: *739 repository: title: Repository description: A git repository @@ -234013,7 +234029,7 @@ webhooks: - topics - visibility sender: *4 - team: *805 + team: *806 required: - action - team @@ -234089,10 +234105,10 @@ webhooks: type: string enum: - started - enterprise: *736 - installation: *737 - organization: *738 - repository: *739 + enterprise: *737 + installation: *738 + organization: *739 + repository: *740 sender: *4 required: - action @@ -234165,17 +234181,17 @@ webhooks: title: workflow_dispatch event type: object properties: - enterprise: *736 + enterprise: *737 inputs: type: - object - 'null' additionalProperties: true - installation: *737 - organization: *738 + installation: *738 + organization: *739 ref: type: string - repository: *739 + repository: *740 sender: *4 workflow: type: string @@ -234257,10 +234273,10 @@ webhooks: type: string enum: - completed - enterprise: *736 - installation: *737 - organization: *738 - repository: *739 + enterprise: *737 + installation: *738 + organization: *739 + repository: *740 sender: *4 workflow_job: allOf: @@ -234516,7 +234532,7 @@ webhooks: type: string required: - conclusion - deployment: *506 + deployment: *507 required: - action - repository @@ -234595,10 +234611,10 @@ webhooks: type: string enum: - in_progress - enterprise: *736 - installation: *737 - organization: *738 - repository: *739 + enterprise: *737 + installation: *738 + organization: *739 + repository: *740 sender: *4 workflow_job: allOf: @@ -234880,7 +234896,7 @@ webhooks: required: - status - steps - deployment: *506 + deployment: *507 required: - action - repository @@ -234959,10 +234975,10 @@ webhooks: type: string enum: - queued - enterprise: *736 - installation: *737 - organization: *738 - repository: *739 + enterprise: *737 + installation: *738 + organization: *739 + repository: *740 sender: *4 workflow_job: type: object @@ -235108,7 +235124,7 @@ webhooks: - workflow_name - head_branch - created_at - deployment: *506 + deployment: *507 required: - action - repository @@ -235187,10 +235203,10 @@ webhooks: type: string enum: - waiting - enterprise: *736 - installation: *737 - organization: *738 - repository: *739 + enterprise: *737 + installation: *738 + organization: *739 + repository: *740 sender: *4 workflow_job: type: object @@ -235337,7 +235353,7 @@ webhooks: - workflow_name - head_branch - created_at - deployment: *506 + deployment: *507 required: - action - repository @@ -235417,12 +235433,12 @@ webhooks: type: string enum: - completed - enterprise: *736 - installation: *737 - organization: *738 - repository: *739 + enterprise: *737 + installation: *738 + organization: *739 + repository: *740 sender: *4 - workflow: *758 + workflow: *759 workflow_run: title: Workflow Run type: object @@ -236441,12 +236457,12 @@ webhooks: type: string enum: - in_progress - enterprise: *736 - installation: *737 - organization: *738 - repository: *739 + enterprise: *737 + installation: *738 + organization: *739 + repository: *740 sender: *4 - workflow: *758 + workflow: *759 workflow_run: title: Workflow Run type: object @@ -237450,12 +237466,12 @@ webhooks: type: string enum: - requested - enterprise: *736 - installation: *737 - organization: *738 - repository: *739 + enterprise: *737 + installation: *738 + organization: *739 + repository: *740 sender: *4 - workflow: *758 + workflow: *759 workflow_run: title: Workflow Run type: object diff --git a/descriptions-next/ghec/ghec.2022-11-28.json b/descriptions-next/ghec/ghec.2022-11-28.json index a62927fc1a..5f87a28b4e 100644 --- a/descriptions-next/ghec/ghec.2022-11-28.json +++ b/descriptions-next/ghec/ghec.2022-11-28.json @@ -6866,6 +6866,9 @@ { "$ref": "#/components/parameters/dependabot-alert-comma-separated-epss" }, + { + "$ref": "#/components/parameters/dependabot-alert-comma-separated-has" + }, { "$ref": "#/components/parameters/dependabot-alert-scope" }, @@ -20647,6 +20650,9 @@ { "$ref": "#/components/parameters/dependabot-alert-comma-separated-epss" }, + { + "$ref": "#/components/parameters/dependabot-alert-comma-separated-has" + }, { "$ref": "#/components/parameters/dependabot-alert-scope" }, @@ -43780,7 +43786,7 @@ "/repos/{owner}/{repo}/check-runs/{check_run_id}/rerequest": { "post": { "summary": "Rerequest a check run", - "description": "Triggers GitHub to rerequest an existing check run, without pushing new code to a repository. This endpoint will trigger the [`check_run` webhook](https://docs.github.com/enterprise-cloud@latest//webhooks/event-payloads/#check_run) event with the action `rerequested`. When a check run is `rerequested`, the `status` of the check suite it belongs to is reset to `queued` and the `conclusion` is cleared. The check run itself is not updated. GitHub apps recieving the [`check_run` webhook](https://docs.github.com/enterprise-cloud@latest//webhooks/event-payloads/#check_run) with the `rerequested` action should then decide if the check run should be reset or updated and call the [update `check_run` endpoint](https://docs.github.com/enterprise-cloud@latest//rest/checks/runs#update-a-check-run) to update the check_run if desired.\n\nFor more information about how to re-run GitHub Actions jobs, see \"[Re-run a job from a workflow run](https://docs.github.com/enterprise-cloud@latest//rest/actions/workflow-runs#re-run-a-job-from-a-workflow-run)\".\n\nOAuth apps and personal access tokens (classic) cannot use this endpoint.", + "description": "Triggers GitHub to rerequest an existing check run, without pushing new code to a repository. This endpoint will trigger the [`check_run` webhook](https://docs.github.com/enterprise-cloud@latest//webhooks/event-payloads/#check_run) event with the action `rerequested`. When a check run is `rerequested`, the `status` of the check suite it belongs to is reset to `queued` and the `conclusion` is cleared. The check run itself is not updated. GitHub apps recieving the [`check_run` webhook](https://docs.github.com/enterprise-cloud@latest//webhooks/event-payloads/#check_run) with the `rerequested` action should then decide if the check run should be reset or updated and call the [update `check_run` endpoint](https://docs.github.com/enterprise-cloud@latest//rest/checks/runs#update-a-check-run) to update the check_run if desired.\n\nFor more information about how to re-run GitHub Actions jobs, see \"[Re-run a job from a workflow run](https://docs.github.com/enterprise-cloud@latest//rest/actions/workflow-runs#re-ru{"code":"internal","msg":"git-diff-tree: context deadline exceeded","meta":{"cause":"*fmt.wrapError"}}