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..81b144bf77 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,14 @@ "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.", + "schema": { + "type": "string" + } + }, "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..51cf2e5139 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,13 @@ 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. + schema: + type: string 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..81b144bf77 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,14 @@ "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.", + "schema": { + "type": "string" + } + }, "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..51cf2e5139 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,13 @@ 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. + schema: + type: string 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..ae5d754d19 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,14 @@ "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.", + "schema": { + "type": "string" + } + }, { "name": "scope", "in": "query", @@ -91468,6 +91476,14 @@ "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.", + "schema": { + "type": "string" + } + }, { "name": "scope", "in": "query", @@ -249322,7 +249338,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 +258120,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 +300814,14 @@ "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.", + "schema": { + "type": "string" + } + }, { "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..bd58c57779 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,13 @@ 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. + schema: + type: string + - &153 name: scope in: query description: The scope of the vulnerable dependency. If specified, only alerts @@ -8842,7 +8849,7 @@ paths: enum: - development - runtime - - &153 + - &154 name: sort in: query description: |- @@ -8860,7 +8867,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 +8880,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 +8900,7 @@ paths: application/json: schema: type: array - items: &156 + items: &157 type: object description: A Dependabot alert. properties: @@ -8963,7 +8970,7 @@ paths: - direct - transitive - - security_advisory: &410 + security_advisory: &411 type: object description: Details for the GitHub Security Advisory. readOnly: true @@ -9231,7 +9238,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 +9265,7 @@ paths: - repository additionalProperties: false examples: - default: &157 + default: &158 value: - number: 2 state: dismissed @@ -9605,7 +9612,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 +9623,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 +9633,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 +9642,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 +9658,7 @@ paths: - *17 - *37 - *38 - - &239 + - &240 name: validity in: query description: A comma-separated list of validities that, when present, will @@ -9660,7 +9667,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 +9676,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 +9692,7 @@ paths: application/json: schema: type: array - items: &242 + items: &243 type: object properties: number: *52 @@ -9701,14 +9708,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 +9820,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 +10273,7 @@ paths: milestone: anyOf: - type: 'null' - - &398 + - &399 title: Milestone description: A collection of related issues and pull requests. @@ -10438,7 +10445,7 @@ paths: timeline_url: type: string format: uri - type: &184 + type: &185 title: Issue Type description: The type of issue. type: @@ -10583,7 +10590,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 +11165,7 @@ paths: url: type: string format: uri - user: &585 + user: &586 title: Public User description: Public User type: object @@ -13053,7 +13060,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 +13111,7 @@ paths: type: array items: *74 examples: - default: &188 + default: &189 value: - id: 1 node_id: MDU6SXNzdWUx @@ -14515,14 +14522,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 +14600,7 @@ paths: '404': *6 '403': *27 '304': *35 - '301': &278 + '301': &279 description: Moved permanently content: application/json: @@ -14615,7 +14622,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 +14630,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 +14640,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 +15011,7 @@ paths: type: boolean examples: - false - security_and_analysis: &225 + security_and_analysis: &226 type: - object - 'null' @@ -15159,7 +15166,7 @@ paths: - url - subscription_url examples: - default: &489 + default: &490 value: - id: '1' repository: @@ -15780,7 +15787,7 @@ paths: - avatar_url - description examples: - default: &602 + default: &603 value: - login: github id: 1 @@ -16756,7 +16763,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 +17661,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 +17751,7 @@ paths: type: array items: *59 examples: - default: &596 + default: &597 value: total_count: 1 repositories: @@ -18072,7 +18079,7 @@ paths: description: Response content: application/json: - schema: &293 + schema: &294 type: object properties: default_workflow_permissions: &108 @@ -18123,7 +18130,7 @@ paths: required: false content: application/json: - schema: &294 + schema: &295 type: object properties: default_workflow_permissions: *108 @@ -18616,7 +18623,7 @@ paths: type: array items: *115 examples: - default: &588 + default: &589 value: total_count: 1 repositories: @@ -19263,7 +19270,7 @@ paths: application/json: schema: type: array - items: &295 + items: &296 title: Runner Application description: Runner Application type: object @@ -19288,7 +19295,7 @@ paths: - download_url - filename examples: - default: &296 + default: &297 value: - os: osx architecture: x64 @@ -19374,7 +19381,7 @@ paths: - no-gpu work_folder: _work responses: - '201': &297 + '201': &298 description: Response content: application/json: @@ -19489,7 +19496,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 +19535,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 +19569,7 @@ paths: application/json: schema: *117 examples: - default: &300 + default: &301 value: id: 23 name: MBP @@ -19787,7 +19794,7 @@ paths: - *90 - *116 responses: - '200': &301 + '200': &302 description: Response content: application/json: @@ -19844,7 +19851,7 @@ paths: parameters: - *90 - *116 - - &302 + - &303 name: name description: The name of a self-hosted runner's custom label. in: path @@ -19976,7 +19983,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 +20018,7 @@ paths: - key_id - key examples: - default: &315 + default: &316 value: key_id: '012345678912345678' key: 2Sg8iYjAxxmI2LvUXpJjkYrMxURPc8r+dB7TJyvv1234 @@ -20424,7 +20431,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 +20971,7 @@ paths: bundle_url: type: string examples: - default: &328 + default: &329 value: attestations: - bundle: @@ -21083,7 +21090,7 @@ paths: type: array items: *4 examples: - default: &189 + default: &190 value: - login: octocat id: 1 @@ -21324,7 +21331,7 @@ paths: parent: anyOf: - type: 'null' - - &201 + - &202 title: Team Simple description: Groups of organization members that gives permissions on specified repositories. @@ -21901,7 +21908,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 +21918,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 +21942,7 @@ paths: be returned. in: query required: false - schema: &356 + schema: &357 type: string description: State of a code scanning alert. enum: @@ -21958,7 +21965,7 @@ paths: be returned. in: query required: false - schema: &357 + schema: &358 type: string description: Severity of a code scanning alert. enum: @@ -21984,7 +21991,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 +22013,7 @@ paths: - type: 'null' - *4 dismissed_at: *133 - dismissed_reason: &359 + dismissed_reason: &360 type: - string - 'null' @@ -22017,14 +22024,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 +22092,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 +22103,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 +22122,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 +23374,7 @@ paths: type: integer codespaces: type: array - items: &190 + items: &191 type: object title: Codespace description: A codespace. @@ -23402,7 +23409,7 @@ paths: machine: anyOf: - type: 'null' - - &386 + - &387 type: object title: Codespace machine description: A description of the machine powering a codespace. @@ -23689,7 +23696,7 @@ paths: - pulls_url - recent_folders examples: - default: &191 + default: &192 value: total_count: 3 codespaces: @@ -24354,7 +24361,7 @@ paths: - updated_at - visibility examples: - default: &387 + default: &388 value: total_count: 2 secrets: @@ -24392,7 +24399,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 +24434,7 @@ paths: - key_id - key examples: - default: &389 + default: &390 value: key_id: '012345678912345678' key: 2Sg8iYjAxxmI2LvUXpJjkYrMxURPc8r+dB7TJyvv1234 @@ -24459,7 +24466,7 @@ paths: application/json: schema: *144 examples: - default: &391 + default: &392 value: name: GH_TOKEN created_at: '2019-08-10T14:59:22Z' @@ -24926,7 +24933,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 +25507,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 +25822,7 @@ paths: - date additionalProperties: true examples: - default: &249 + default: &250 value: - date: '2024-06-24' total_active_users: 24 @@ -25917,7 +25924,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 +25959,12 @@ paths: - *151 - *152 - *153 + - *154 - *46 - *37 - *38 - - *154 - *155 + - *156 - *17 responses: '200': @@ -25965,9 +25973,9 @@ paths: application/json: schema: type: array - items: *156 + items: *157 examples: - default: *157 + default: *158 '304': *35 '400': *14 '403': *27 @@ -26011,7 +26019,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 +26098,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 +26117,7 @@ paths: - key_id - key examples: - default: &415 + default: &416 value: key_id: '012345678912345678' key: 2Sg8iYjAxxmI2LvUXpJjkYrMxURPc8r+dB7TJyvv1234 @@ -26139,7 +26147,7 @@ paths: description: Response content: application/json: - schema: *158 + schema: *159 examples: default: value: @@ -26436,7 +26444,7 @@ paths: application/json: schema: type: array - items: &203 + items: &204 title: Package description: A software package type: object @@ -26507,7 +26515,7 @@ paths: - created_at - updated_at examples: - default: &204 + default: &205 value: - id: 197 name: hello_docker @@ -26674,7 +26682,7 @@ paths: application/json: schema: type: array - items: &181 + items: &182 title: Organization Invitation description: Organization Invitation type: object @@ -26728,7 +26736,7 @@ paths: - invitation_teams_url - node_id examples: - default: &182 + default: &183 value: - id: 1 login: monalisa @@ -26795,7 +26803,7 @@ paths: application/json: schema: type: array - items: &159 + items: &160 title: Org Hook description: Org Hook type: object @@ -26980,9 +26988,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 +27038,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 +27051,9 @@ paths: description: Response content: application/json: - schema: *159 + schema: *160 examples: - default: *160 + default: *161 '404': *6 x-github: githubCloudOnly: false @@ -27073,7 +27081,7 @@ paths: url: https://docs.github.com/rest/orgs/webhooks#update-an-organization-webhook parameters: - *90 - - *161 + - *162 requestBody: required: false content: @@ -27119,7 +27127,7 @@ paths: description: Response content: application/json: - schema: *159 + schema: *160 examples: default: value: @@ -27161,7 +27169,7 @@ paths: url: https://docs.github.com/rest/orgs/webhooks#delete-an-organization-webhook parameters: - *90 - - *161 + - *162 responses: '204': description: Response @@ -27189,7 +27197,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 +27228,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 +27279,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 +27289,9 @@ paths: application/json: schema: type: array - items: *163 + items: *164 examples: - default: *164 + default: *165 '400': *14 '422': *15 x-github: @@ -27309,16 +27317,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 +27352,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 +27382,7 @@ paths: url: https://docs.github.com/rest/orgs/webhooks#ping-an-organization-webhook parameters: - *90 - - *161 + - *162 responses: '204': description: Response @@ -27397,7 +27405,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 +27418,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 +27433,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 +27528,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 +27613,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 +27636,7 @@ paths: type: integer format: int64 examples: - default: &170 + default: &171 value: total_request_count: 34225 rate_limited_request_count: 23 @@ -27649,23 +27657,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 +27692,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 +27721,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 +27736,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 +27752,7 @@ paths: type: integer format: int64 examples: - default: &176 + default: &177 value: - timestamp: '2024-09-11T15:00:00Z' total_request_count: 34225 @@ -27781,18 +27789,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 +27818,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 +27848,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 +27938,7 @@ paths: application/json: schema: *20 examples: - default: &453 + default: &454 value: id: 1 account: @@ -28096,12 +28104,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 +28137,7 @@ paths: properties: {} additionalProperties: false examples: - default: &180 + default: &181 value: limit: collaborators_only origin: organization @@ -28158,13 +28166,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 +28197,9 @@ paths: description: Response content: application/json: - schema: *179 + schema: *180 examples: - default: *180 + default: *181 '422': *15 x-github: githubCloudOnly: false @@ -28267,9 +28275,9 @@ paths: application/json: schema: type: array - items: *181 + items: *182 examples: - default: *182 + default: *183 headers: Link: *57 '404': *6 @@ -28346,7 +28354,7 @@ paths: description: Response content: application/json: - schema: *181 + schema: *182 examples: default: value: @@ -28401,7 +28409,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 +28440,7 @@ paths: url: https://docs.github.com/rest/orgs/members#list-organization-invitation-teams parameters: - *90 - - *183 + - *184 - *17 - *19 responses: @@ -28444,7 +28452,7 @@ paths: type: array items: *146 examples: - default: &202 + default: &203 value: - id: 1 node_id: MDQ6VGVhbTE= @@ -28487,7 +28495,7 @@ paths: application/json: schema: type: array - items: *184 + items: *185 examples: default: value: @@ -28575,9 +28583,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 +28618,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 +28674,9 @@ paths: description: Response content: application/json: - schema: *184 + schema: *185 examples: - default: *185 + default: *186 '404': *6 '422': *7 x-github: @@ -28693,7 +28701,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 +28764,7 @@ paths: - closed - all default: open - - *187 + - *188 - name: type description: Can be the name of an issue type. in: query @@ -28787,7 +28795,7 @@ paths: type: array items: *74 examples: - default: *188 + default: *189 headers: Link: *57 '404': *6 @@ -28845,7 +28853,7 @@ paths: type: array items: *4 examples: - default: *189 + default: *190 headers: Link: *57 '422': *15 @@ -28941,9 +28949,9 @@ paths: type: integer codespaces: type: array - items: *190 + items: *191 examples: - default: *191 + default: *192 '304': *35 '500': *143 '401': *23 @@ -28970,7 +28978,7 @@ paths: parameters: - *90 - *128 - - &192 + - &193 name: codespace_name in: path required: true @@ -29005,15 +29013,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 +29201,7 @@ paths: description: The user's GitHub Copilot seat details, including usage. content: application/json: - schema: *193 + schema: *194 examples: default: value: @@ -29268,7 +29276,7 @@ paths: description: Response content: application/json: - schema: &194 + schema: &195 title: Org Membership description: Org Membership type: object @@ -29321,7 +29329,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 +29426,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 +29497,7 @@ paths: application/json: schema: type: array - items: &196 + items: &197 title: Migration description: A migration. type: object @@ -29827,7 +29835,7 @@ paths: description: Response content: application/json: - schema: *196 + schema: *197 examples: default: value: @@ -30006,7 +30014,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 +30042,7 @@ paths: * `failed`, which means the migration failed. content: application/json: - schema: *196 + schema: *197 examples: default: value: @@ -30204,7 +30212,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 +30234,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 +30258,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 +30287,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 +30299,7 @@ paths: type: array items: *115 examples: - default: &209 + default: &210 value: - id: 1296269 node_id: MDEwOlJlcG9zaXRvcnkxMjk2MjY5 @@ -30444,7 +30452,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 +30602,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 +30634,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 +30671,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 +30725,7 @@ paths: parameters: - *90 - *128 - - *199 + - *200 responses: '204': description: Response @@ -30749,7 +30757,7 @@ paths: parameters: - *90 - *128 - - *199 + - *200 responses: '204': description: Response @@ -30778,13 +30786,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 +30843,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 +30922,7 @@ paths: parent: anyOf: - type: 'null' - - *201 + - *202 required: - id - node_id @@ -30928,7 +30936,7 @@ paths: - slug - parent examples: - default: *202 + default: *203 headers: Link: *57 '404': @@ -30958,7 +30966,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 +30995,7 @@ paths: inherited_from: description: Team the user has gotten the role through type: array - items: *201 + items: *202 name: type: - string @@ -31104,7 +31112,7 @@ paths: - type - url examples: - default: *189 + default: *190 headers: Link: *57 '404': @@ -31152,7 +31160,7 @@ paths: type: array items: *4 examples: - default: *189 + default: *190 headers: Link: *57 x-github: @@ -31294,7 +31302,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 +31338,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 +31365,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 +31383,7 @@ paths: - docker - nuget - container - - &206 + - &207 name: package_name description: The name of the package. in: path @@ -31388,7 +31396,7 @@ paths: description: Response content: application/json: - schema: *203 + schema: *204 examples: default: value: @@ -31440,8 +31448,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 +31482,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 +31516,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 +31538,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 +31673,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 +31688,7 @@ paths: description: Response content: application/json: - schema: *207 + schema: *208 examples: default: value: @@ -31716,10 +31724,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 +31759,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 +31792,7 @@ paths: - *90 - *17 - *19 - - &210 + - &211 name: sort description: The property by which to sort the results. in: query @@ -31795,7 +31803,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 +31815,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 +31824,7 @@ paths: type: string examples: - Hello-World - - &213 + - &214 name: permission description: The permission to use to filter the results. in: query @@ -31825,7 +31833,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 +31843,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 +31853,7 @@ paths: schema: type: string format: date-time - - &216 + - &217 name: token_id description: The ID of the token in: query @@ -32164,7 +32172,7 @@ paths: type: array items: *115 examples: - default: *209 + default: *210 headers: Link: *57 x-github: @@ -32190,14 +32198,14 @@ paths: - *90 - *17 - *19 - - *210 - - *46 - *211 + - *46 - *212 - *213 - *214 - *215 - *216 + - *217 responses: '500': *143 '422': *15 @@ -32481,7 +32489,7 @@ paths: type: array items: *115 examples: - default: *209 + default: *210 headers: Link: *57 x-github: @@ -32523,7 +32531,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 +32741,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 +32839,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 +32988,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 +33170,7 @@ paths: description: Response content: application/json: - schema: *219 + schema: *220 examples: default: value: @@ -33200,7 +33208,7 @@ paths: '401': *23 '403': *27 '404': *6 - '410': &275 + '410': &276 description: Gone content: application/json: @@ -33235,7 +33243,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 +33319,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 +33378,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 +33408,9 @@ paths: application/json: schema: type: array - items: *220 + items: *221 examples: - default: *221 + default: *222 '403': *27 '404': *6 x-github: @@ -33424,7 +33432,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 +33444,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 +33481,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 +33559,9 @@ paths: description: Response content: application/json: - schema: *220 + schema: *221 examples: - default: *223 + default: *224 '403': *27 '404': *6 x-github: @@ -33577,7 +33585,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 +33649,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 +33739,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 +33792,7 @@ paths: type: array items: *4 examples: - default: *189 + default: *190 headers: Link: *57 x-github: @@ -33923,7 +33931,7 @@ paths: type: array items: *115 examples: - default: *209 + default: *210 headers: Link: *57 x-github: @@ -34126,7 +34134,7 @@ paths: description: Response content: application/json: - schema: &277 + schema: &278 title: Full Repository description: Full Repository type: object @@ -34591,7 +34599,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 +34629,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 +34713,7 @@ paths: - network_count - subscribers_count examples: - default: &279 + default: &280 value: id: 1296269 node_id: MDEwOlJlcG9zaXRvcnkxMjk2MjY5 @@ -35226,7 +35234,7 @@ paths: - *90 - *17 - *19 - - &539 + - &540 name: targets description: | A comma-separated list of rule targets to filter by. @@ -35245,7 +35253,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 +35288,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 +35301,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 +35367,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 +35391,7 @@ paths: match. items: type: string - - &230 + - &231 title: Organization ruleset conditions type: object description: |- @@ -35397,7 +35405,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 +35439,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 +35461,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 +35474,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 +35507,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 +35515,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 +35532,7 @@ paths: type: string enum: - creation - - &518 + - &519 title: update description: Only allow users with bypass permission to update matching refs. @@ -35545,7 +35553,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 +35565,7 @@ paths: type: string enum: - deletion - - &521 + - &522 title: required_linear_history description: Prevent merge commits from being pushed to matching refs. @@ -35569,7 +35577,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 +35655,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 +35679,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 +35691,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 +35753,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 +35801,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 +35813,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 +35849,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,115 +35885,115 @@ paths: required: - operator - pattern - - &530 - title: committer_email_pattern - description: Parameters to be used for the committer_email_pattern - rule - type: object - required: - - type - properties: - type: - type: string - enum: - - committer_email_pattern - parameters: - type: object - properties: - name: - type: string - description: How this rule will appear to users. - negate: - type: boolean - description: If true, the rule will fail if the - pattern matches. - operator: - type: string - description: The operator to use for matching. - enum: - - starts_with - - ends_with - - contains - - regex - pattern: - type: string - description: The pattern to match with. - required: - - operator - - pattern - - &531 - title: branch_name_pattern - description: Parameters to be used for the branch_name_pattern - rule - type: object - required: - - type - properties: - type: - type: string - enum: - - branch_name_pattern - parameters: - type: object - properties: - name: - type: string - description: How this rule will appear to users. - negate: - type: boolean - description: If true, the rule will fail if the - pattern matches. - operator: - type: string - description: The operator to use for matching. - enum: - - starts_with - - ends_with - - contains - - regex - pattern: - type: string - description: The pattern to match with. - required: - - operator - - pattern - - &532 - title: tag_name_pattern - description: Parameters to be used for the tag_name_pattern - rule - type: object - required: - - type - properties: - type: - type: string - enum: - - tag_name_pattern - parameters: - type: object - properties: - name: - type: string - description: How this rule will appear to users. - negate: - type: boolean - description: If true, the rule will fail if the - pattern matches. - operator: - type: string - description: The operator to use for matching. - enum: - - starts_with - - ends_with - - contains - - regex - pattern: - type: string - description: The pattern to match with. - required: - - operator - - pattern - - &533 + - &531 + title: committer_email_pattern + description: Parameters to be used for the committer_email_pattern + rule + type: object + required: + - type + properties: + type: + type: string + enum: + - committer_email_pattern + parameters: + type: object + properties: + name: + type: string + description: How this rule will appear to users. + negate: + type: boolean + description: If true, the rule will fail if the + pattern matches. + operator: + type: string + description: The operator to use for matching. + enum: + - starts_with + - ends_with + - contains + - regex + pattern: + type: string + description: The pattern to match with. + required: + - operator + - pattern + - &532 + title: branch_name_pattern + description: Parameters to be used for the branch_name_pattern + rule + type: object + required: + - type + properties: + type: + type: string + enum: + - branch_name_pattern + parameters: + type: object + properties: + name: + type: string + description: How this rule will appear to users. + negate: + type: boolean + description: If true, the rule will fail if the + pattern matches. + operator: + type: string + description: The operator to use for matching. + enum: + - starts_with + - ends_with + - contains + - regex + pattern: + type: string + description: The pattern to match with. + required: + - operator + - pattern + - &533 + title: tag_name_pattern + description: Parameters to be used for the tag_name_pattern + rule + type: object + required: + - type + properties: + type: + type: string + enum: + - tag_name_pattern + parameters: + type: object + properties: + name: + type: string + description: How this rule will appear to users. + negate: + type: boolean + description: If true, the rule will fail if the + pattern matches. + operator: + type: string + description: The operator to use for matching. + enum: + - starts_with + - ends_with + - contains + - regex + pattern: + type: string + description: The pattern to match with. + required: + - operator + - pattern + - &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 +36018,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 +36042,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 +36065,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 +36090,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 +36140,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 +36274,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 +36321,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 +36378,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 +36393,7 @@ paths: in: query schema: type: string - - &541 + - &542 name: time_period description: |- The time period to filter by. @@ -36401,14 +36409,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 +36436,7 @@ paths: description: Response content: application/json: - schema: &544 + schema: &545 title: Rule Suites description: Response type: array @@ -36484,7 +36492,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 +36536,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 +36552,7 @@ paths: description: Response content: application/json: - schema: &547 + schema: &548 title: Rule Suite description: Response type: object @@ -36651,7 +36659,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 +36732,9 @@ paths: description: Response content: application/json: - schema: *232 + schema: *233 examples: - default: *233 + default: *234 '404': *6 '500': *143 put: @@ -36770,16 +36778,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 +36822,9 @@ paths: description: Response content: application/json: - schema: *232 + schema: *233 examples: - default: *233 + default: *234 '404': *6 '500': *143 delete: @@ -36873,7 +36881,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 +36905,7 @@ paths: type: string format: date-time examples: - default: &550 + default: &551 value: - version_id: 3 actor: @@ -36950,9 +36958,9 @@ paths: description: Response content: application/json: - schema: &551 + schema: &552 allOf: - - *234 + - *235 - type: object required: - state @@ -37022,14 +37030,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 +37047,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 +37057,9 @@ paths: required: false schema: type: string - - *239 - *240 - *241 + - *242 responses: '200': description: Response @@ -37059,9 +37067,9 @@ paths: application/json: schema: type: array - items: *242 + items: *243 examples: - default: *243 + default: *244 headers: Link: *57 '404': *6 @@ -37131,7 +37139,7 @@ paths: application/json: schema: type: array - items: &560 + items: &561 description: A repository security advisory. type: object properties: @@ -37375,7 +37383,7 @@ paths: login: type: string description: The username of the user credited. - type: *244 + type: *245 credits_detailed: type: - array @@ -37386,7 +37394,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 +37458,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 +37845,9 @@ paths: application/json: schema: type: array - items: *201 + items: *202 examples: - default: *202 + default: *203 x-github: githubCloudOnly: false enabledForGitHubApps: true @@ -37863,7 +37871,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 +37897,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 +37932,7 @@ paths: description: Response content: application/json: - schema: &619 + schema: &620 type: object properties: total_minutes_used: @@ -37994,7 +38002,7 @@ paths: - included_minutes - minutes_used_breakdown examples: - default: &620 + default: &621 value: total_minutes_used: 305 total_paid_minutes_used: 0 @@ -38030,7 +38038,7 @@ paths: description: Response content: application/json: - schema: &621 + schema: &622 type: object properties: total_gigabytes_bandwidth_used: @@ -38048,7 +38056,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 +38088,7 @@ paths: description: Response content: application/json: - schema: &623 + schema: &624 type: object properties: days_left_in_billing_cycle: @@ -38098,7 +38106,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 +38148,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 +38273,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 +38304,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 +38316,9 @@ paths: description: Response content: application/json: - schema: *245 + schema: *246 examples: - default: *246 + default: *247 headers: Link: *57 x-github: @@ -38332,7 +38340,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 +38379,9 @@ paths: description: Response content: application/json: - schema: *245 + schema: *246 examples: - default: *246 + default: *247 x-github: githubCloudOnly: false enabledForGitHubApps: true @@ -38393,7 +38401,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 +38514,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 +38546,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 +38582,7 @@ paths: type: array items: *146 examples: - default: *202 + default: *203 headers: Link: *57 '403': *27 @@ -38668,7 +38676,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 +38750,7 @@ paths: parent: anyOf: - type: 'null' - - *201 + - *202 members_count: type: integer examples: @@ -39048,7 +39056,7 @@ paths: - repos_count - organization examples: - default: &252 + default: &253 value: id: 1 node_id: MDQ6VGVhbTE= @@ -39119,15 +39127,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 +39157,7 @@ paths: url: https://docs.github.com/rest/teams/teams#update-a-team parameters: - *90 - - *198 + - *199 requestBody: required: false content: @@ -39212,16 +39220,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 +39255,7 @@ paths: url: https://docs.github.com/rest/teams/teams#delete-a-team parameters: - *90 - - *198 + - *199 responses: '204': description: Response @@ -39274,7 +39282,7 @@ paths: url: https://docs.github.com/rest/teams/discussions#list-discussions parameters: - *90 - - *198 + - *199 - *46 - *17 - *19 @@ -39291,7 +39299,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 +39410,7 @@ paths: - updated_at - url examples: - default: &575 + default: &576 value: - author: login: octocat @@ -39477,7 +39485,7 @@ paths: url: https://docs.github.com/rest/teams/discussions#create-a-discussion parameters: - *90 - - *198 + - *199 requestBody: required: true content: @@ -39511,9 +39519,9 @@ paths: description: Response content: application/json: - schema: *253 + schema: *254 examples: - default: &254 + default: &255 value: author: login: octocat @@ -39586,8 +39594,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 +39607,9 @@ paths: description: Response content: application/json: - schema: *253 + schema: *254 examples: - default: *254 + default: *255 x-github: githubCloudOnly: false enabledForGitHubApps: true @@ -39624,8 +39632,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 +39656,9 @@ paths: description: Response content: application/json: - schema: *253 + schema: *254 examples: - default: &576 + default: &577 value: author: login: octocat @@ -39721,8 +39729,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 +39757,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 +39769,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 +39849,7 @@ paths: - updated_at - url examples: - default: &577 + default: &578 value: - author: login: octocat @@ -39910,8 +39918,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 +39941,9 @@ paths: description: Response content: application/json: - schema: *256 + schema: *257 examples: - default: &257 + default: &258 value: author: login: octocat @@ -40002,9 +40010,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 +40024,9 @@ paths: description: Response content: application/json: - schema: *256 + schema: *257 examples: - default: *257 + default: *258 x-github: githubCloudOnly: false enabledForGitHubApps: true @@ -40041,9 +40049,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 +40073,9 @@ paths: description: Response content: application/json: - schema: *256 + schema: *257 examples: - default: &578 + default: &579 value: author: login: octocat @@ -40132,9 +40140,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 +40169,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 +40197,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 +40241,7 @@ paths: - content - created_at examples: - default: &261 + default: &262 value: - id: 1 node_id: MDg6UmVhY3Rpb24x @@ -40284,9 +40292,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 +40327,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 +40358,9 @@ paths: description: Response content: application/json: - schema: *259 + schema: *260 examples: - default: *260 + default: *261 x-github: githubCloudOnly: false enabledForGitHubApps: true @@ -40376,10 +40384,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 +40420,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 +40447,9 @@ paths: application/json: schema: type: array - items: *259 + items: *260 examples: - default: *261 + default: *262 headers: Link: *57 x-github: @@ -40468,8 +40476,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 +40509,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 +40542,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 +40569,7 @@ paths: url: https://docs.github.com/rest/teams/members#list-pending-team-invitations parameters: - *90 - - *198 + - *199 - *17 - *19 responses: @@ -40571,9 +40579,9 @@ paths: application/json: schema: type: array - items: *181 + items: *182 examples: - default: *182 + default: *183 headers: Link: *57 x-github: @@ -40596,7 +40604,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 +40627,7 @@ paths: type: array items: *4 examples: - default: *189 + default: *190 headers: Link: *57 x-github: @@ -40650,14 +40658,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 +40693,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 +40730,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 +40756,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 +40794,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 +40821,7 @@ paths: url: https://docs.github.com/rest/teams/teams#list-team-projects parameters: - *90 - - *198 + - *199 - *17 - *19 responses: @@ -40823,7 +40831,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 +40900,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 +40964,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 +40977,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 +41042,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 +41111,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 +41140,7 @@ paths: url: https://docs.github.com/rest/teams/teams#list-team-repositories parameters: - *90 - - *198 + - *199 - *17 - *19 responses: @@ -41144,7 +41152,7 @@ paths: type: array items: *115 examples: - default: *209 + default: *210 headers: Link: *57 x-github: @@ -41174,15 +41182,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 +41832,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 +41880,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 +41907,7 @@ paths: url: https://docs.github.com/rest/teams/teams#list-child-teams parameters: - *90 - - *198 + - *199 - *17 - *19 responses: @@ -41911,7 +41919,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 +42046,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 +42058,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 +42133,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 +42189,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 +42219,9 @@ paths: description: Response content: application/json: - schema: *269 + schema: *270 examples: - default: *270 + default: *271 '304': *35 '403': *27 '401': *23 @@ -42240,7 +42248,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 +42292,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 +42405,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 +42417,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 +42471,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 +42506,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 +42531,9 @@ paths: description: Response content: application/json: - schema: *272 + schema: *273 examples: - default: *273 + default: *274 '304': *35 '403': *27 '401': *23 @@ -42550,7 +42558,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 +42587,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 +42608,7 @@ paths: application/json: schema: type: array - items: *269 + items: *270 examples: default: value: @@ -42659,7 +42667,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 +42711,9 @@ paths: description: Response content: application/json: - schema: *269 + schema: *270 examples: - default: *270 + default: *271 '304': *35 '403': *27 '401': *23 @@ -42761,7 +42769,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 +42830,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 +42895,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 +42944,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 +42967,7 @@ paths: items: type: string '401': *23 - '410': *275 + '410': *276 '422': *7 x-github: githubCloudOnly: false @@ -42982,7 +42990,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 +43011,7 @@ paths: items: type: string '401': *23 - '410': *275 + '410': *276 '404': *6 x-github: githubCloudOnly: false @@ -43027,7 +43035,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 +43062,7 @@ paths: type: array items: *4 examples: - default: *189 + default: *190 headers: Link: *57 '404': *6 @@ -43084,7 +43092,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 +43147,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 +43179,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 +43250,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 +43260,7 @@ paths: application/json: schema: type: array - items: *272 + items: *273 examples: default: value: @@ -43290,7 +43298,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 +43322,7 @@ paths: description: Response content: application/json: - schema: *272 + schema: *273 examples: default: value: @@ -43378,7 +43386,7 @@ paths: resources: type: object properties: - core: &276 + core: &277 title: Rate Limit type: object properties: @@ -43395,20 +43403,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 +43520,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 +44028,7 @@ paths: status: disabled '403': *27 '404': *6 - '301': *278 + '301': *279 x-github: githubCloudOnly: false enabledForGitHubApps: true @@ -44038,8 +44046,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 +44292,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 +44324,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 +44347,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 +44370,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 +44397,7 @@ paths: type: integer artifacts: type: array - items: &281 + items: &282 title: Artifact description: An artifact type: object @@ -44484,7 +44492,7 @@ paths: - expires_at - updated_at examples: - default: &307 + default: &308 value: total_count: 2 artifacts: @@ -44545,9 +44553,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 +44567,7 @@ paths: description: Response content: application/json: - schema: *281 + schema: *282 examples: default: value: @@ -44597,9 +44605,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 +44631,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 +44647,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 +44670,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 +44703,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 +44741,7 @@ paths: description: Response content: application/json: - schema: &285 + schema: &286 title: Repository actions caches description: Repository actions caches type: object @@ -44783,7 +44791,7 @@ paths: - total_count - actions_caches examples: - default: &286 + default: &287 value: total_count: 1 actions_caches: @@ -44815,23 +44823,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 +44859,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 +44891,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 +44905,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 +45252,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 +45282,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 +45330,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 +45381,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 +45445,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 +45464,7 @@ paths: type: integer secrets: type: array - items: &312 + items: &313 title: Actions Secret description: Set secrets for GitHub Actions. type: object @@ -45477,7 +45485,7 @@ paths: - created_at - updated_at examples: - default: &313 + default: &314 value: total_count: 2 secrets: @@ -45510,9 +45518,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 +45537,7 @@ paths: type: integer variables: type: array - items: &316 + items: &317 title: Actions Variable type: object properties: @@ -45563,7 +45571,7 @@ paths: - created_at - updated_at examples: - default: &317 + default: &318 value: total_count: 2 variables: @@ -45596,8 +45604,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 +45614,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 +45645,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 +45657,7 @@ paths: schema: type: object properties: - enabled: *290 + enabled: *291 allowed_actions: *104 required: - enabled @@ -45679,14 +45687,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 +45711,7 @@ paths: required: - access_level examples: - default: &292 + default: &293 value: access_level: organization x-github: @@ -45727,15 +45735,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 +45767,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 +45795,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 +45828,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 +45858,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 +45870,7 @@ paths: required: true content: application/json: - schema: *294 + schema: *295 examples: default: *110 x-github: @@ -45891,8 +45899,8 @@ paths: in: query schema: type: string - - *266 - *267 + - *268 - *17 - *19 responses: @@ -45936,8 +45944,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 +45953,9 @@ paths: application/json: schema: type: array - items: *295 + items: *296 examples: - default: *296 + default: *297 x-github: githubCloudOnly: false enabledForGitHubApps: true @@ -45969,8 +45977,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 +46021,7 @@ paths: - no-gpu work_folder: _work responses: - '201': *297 + '201': *298 '404': *6 '422': *7 '409': *44 @@ -46044,8 +46052,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 +46061,7 @@ paths: application/json: schema: *119 examples: - default: *298 + default: *299 x-github: githubCloudOnly: false enabledForGitHubApps: true @@ -46081,8 +46089,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 +46098,7 @@ paths: application/json: schema: *119 examples: - default: *299 + default: *300 x-github: githubCloudOnly: false enabledForGitHubApps: true @@ -46112,8 +46120,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 +46130,7 @@ paths: application/json: schema: *117 examples: - default: *300 + default: *301 x-github: githubCloudOnly: false enabledForGitHubApps: true @@ -46143,8 +46151,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 +46178,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 +46204,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 +46254,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 +46305,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 +46336,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 +46367,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 +46377,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 +46385,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 +46394,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 +46421,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 +46430,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 +46439,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 +46468,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 +46585,7 @@ paths: type: - array - 'null' - items: &345 + items: &346 title: Pull Request Minimal type: object properties: @@ -46704,7 +46712,7 @@ paths: head_commit: anyOf: - type: 'null' - - &349 + - &350 title: Simple Commit description: A commit. type: object @@ -46819,7 +46827,7 @@ paths: - workflow_url - pull_requests examples: - default: &327 + default: &328 value: total_count: 1 workflow_runs: @@ -47055,24 +47063,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 +47321,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 +47346,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 +47476,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 +47511,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 +47532,9 @@ paths: type: integer artifacts: type: array - items: *281 + items: *282 examples: - default: *307 + default: *308 headers: Link: *57 x-github: @@ -47550,25 +47558,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 +47599,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 +47620,9 @@ paths: type: integer jobs: type: array - items: *310 + items: *311 examples: - default: &311 + default: &312 value: total_count: 1 jobs: @@ -47727,10 +47735,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 +47766,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 +47801,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 +47870,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 +47905,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 +47937,9 @@ paths: type: integer jobs: type: array - items: *310 + items: *311 examples: - default: *311 + default: *312 headers: Link: *57 x-github: @@ -47956,9 +47964,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 +47993,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 +48022,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 +48093,7 @@ paths: items: type: object properties: - type: &423 + type: &424 type: string description: The type of reviewer. enum: @@ -48171,9 +48179,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 +48231,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 +48343,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 +48399,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 +48446,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 +48502,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 +48641,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 +48660,9 @@ paths: type: integer secrets: type: array - items: *312 + items: *313 examples: - default: *313 + default: *314 headers: Link: *57 x-github: @@ -48679,16 +48687,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 +48718,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 +48754,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 +48813,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 +48840,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 +48859,9 @@ paths: type: integer variables: type: array - items: *316 + items: *317 examples: - default: *317 + default: *318 headers: Link: *57 x-github: @@ -48876,8 +48884,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 +48937,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 +48973,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 +49017,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 +49044,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 +49063,7 @@ paths: type: integer workflows: type: array - items: &318 + items: &319 title: Workflow description: A GitHub Actions workflow type: object @@ -49173,9 +49181,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 +49198,7 @@ paths: description: Response content: application/json: - schema: *318 + schema: *319 examples: default: value: @@ -49223,9 +49231,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 +49258,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 +49311,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 +49340,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 +49368,9 @@ paths: type: integer workflow_runs: type: array - items: *304 + items: *305 examples: - default: *327 + default: *328 headers: Link: *57 x-github: @@ -49394,9 +49402,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 +49465,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 +49634,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 +49647,7 @@ paths: type: array items: *4 examples: - default: *189 + default: *190 headers: Link: *57 '404': *6 @@ -49664,8 +49672,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 +49709,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 +49822,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 +49877,7 @@ paths: bundle_url: type: string examples: - default: *328 + default: *329 x-github: githubCloudOnly: false enabledForGitHubApps: true @@ -49889,8 +49897,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 +49906,7 @@ paths: application/json: schema: type: array - items: &329 + items: &330 title: Autolink reference description: An autolink reference. type: object @@ -49952,8 +49960,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 +50000,9 @@ paths: description: response content: application/json: - schema: *329 + schema: *330 examples: - default: &330 + default: &331 value: id: 1 key_prefix: TICKET- @@ -50025,9 +50033,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 +50047,9 @@ paths: description: Response content: application/json: - schema: *329 + schema: *330 examples: - default: *330 + default: *331 '404': *6 x-github: githubCloudOnly: false @@ -50061,9 +50069,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 +50095,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 +50146,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 +50168,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 +50189,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 +50228,7 @@ paths: - url protected: type: boolean - protection: &333 + protection: &334 title: Branch Protection description: Branch Protection type: object @@ -50263,7 +50271,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 +50288,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 +50372,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 +50697,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 +50713,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 +50759,7 @@ paths: author: anyOf: - type: 'null' - - &332 + - &333 title: Git User description: Metaproperties for Git author/committer information. @@ -50772,7 +50780,7 @@ paths: committer: anyOf: - type: 'null' - - *332 + - *333 message: type: string examples: @@ -50796,7 +50804,7 @@ paths: required: - sha - url - verification: &443 + verification: &444 title: Verification type: object properties: @@ -50876,7 +50884,7 @@ paths: type: integer files: type: array - items: &406 + items: &407 title: Diff Entry description: Diff Entry type: object @@ -50970,7 +50978,7 @@ paths: - self protected: type: boolean - protection: *333 + protection: *334 protection_url: type: string format: uri @@ -51079,7 +51087,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 +51109,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 +51311,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 +51573,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 +51732,7 @@ paths: additionalProperties: false required: - enabled - restrictions: *335 + restrictions: *336 required_conversation_resolution: type: object properties: @@ -51836,9 +51844,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 +51871,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 +51903,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 +51932,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 +51959,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 +52065,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 +52165,9 @@ paths: description: Response content: application/json: - schema: *338 + schema: *339 examples: - default: *339 + default: *340 '422': *15 x-github: githubCloudOnly: false @@ -52180,9 +52188,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 +52217,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 +52250,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 +52280,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 +52307,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 +52343,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 +52397,9 @@ paths: description: Response content: application/json: - schema: *341 + schema: *342 examples: - default: *342 + default: *343 '404': *6 '422': *15 x-github: @@ -52413,9 +52421,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 +52447,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 +52483,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 +52552,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 +52618,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 +52686,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 +52785,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 +52810,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 +52822,7 @@ paths: type: array items: *5 examples: - default: &343 + default: &344 value: - id: 1 slug: octoapp @@ -52871,9 +52879,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 +52915,7 @@ paths: type: array items: *5 examples: - default: *343 + default: *344 '422': *15 x-github: githubCloudOnly: false @@ -52928,9 +52936,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 +52972,7 @@ paths: type: array items: *5 examples: - default: *343 + default: *344 '422': *15 x-github: githubCloudOnly: false @@ -52985,9 +52993,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 +53029,7 @@ paths: type: array items: *5 examples: - default: *343 + default: *344 '422': *15 x-github: githubCloudOnly: false @@ -53043,9 +53051,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 +53063,7 @@ paths: type: array items: *146 examples: - default: *202 + default: *203 '404': *6 x-github: githubCloudOnly: false @@ -53075,9 +53083,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 +53123,7 @@ paths: type: array items: *146 examples: - default: *202 + default: *203 '422': *15 x-github: githubCloudOnly: false @@ -53136,9 +53144,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 +53184,7 @@ paths: type: array items: *146 examples: - default: *202 + default: *203 '422': *15 x-github: githubCloudOnly: false @@ -53197,9 +53205,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 +53244,7 @@ paths: type: array items: *146 examples: - default: *202 + default: *203 '422': *15 x-github: githubCloudOnly: false @@ -53258,9 +53266,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 +53278,7 @@ paths: type: array items: *4 examples: - default: *189 + default: *190 '404': *6 x-github: githubCloudOnly: false @@ -53294,9 +53302,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 +53337,7 @@ paths: type: array items: *4 examples: - default: *189 + default: *190 '422': *15 x-github: githubCloudOnly: false @@ -53354,9 +53362,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 +53397,7 @@ paths: type: array items: *4 examples: - default: *189 + default: *190 '422': *15 x-github: githubCloudOnly: false @@ -53414,9 +53422,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 +53457,7 @@ paths: type: array items: *4 examples: - default: *189 + default: *190 '422': *15 x-github: githubCloudOnly: false @@ -53476,9 +53484,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 +53508,7 @@ paths: description: Response content: application/json: - schema: *344 + schema: *345 examples: default: value: @@ -53616,8 +53624,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 +53904,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 +54039,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 +54327,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 +54341,9 @@ paths: description: Response content: application/json: - schema: *346 + schema: *347 examples: - default: &348 + default: &349 value: id: 4 head_sha: ce587453ced02b1526dfb4cb910479d431683101 @@ -54435,9 +54443,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 +54685,9 @@ paths: description: Response content: application/json: - schema: *346 + schema: *347 examples: - default: *348 + default: *349 x-github: githubCloudOnly: false enabledForGitHubApps: true @@ -54699,9 +54707,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 +54812,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 +54819,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 +54865,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 +54888,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 +54970,7 @@ paths: type: - array - 'null' - items: *345 + items: *346 app: anyOf: - type: 'null' @@ -54980,7 +54986,7 @@ paths: - string - 'null' format: date-time - head_commit: *349 + head_commit: *350 latest_check_runs_count: type: integer check_runs_url: @@ -55008,7 +55014,7 @@ paths: - check_runs_url - pull_requests examples: - default: &351 + default: &352 value: id: 5 node_id: MDEwOkNoZWNrU3VpdGU1 @@ -55299,9 +55305,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 +55326,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 +55636,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 +55650,9 @@ paths: description: Response content: application/json: - schema: *350 + schema: *351 examples: - default: *351 + default: *352 x-github: githubCloudOnly: false enabledForGitHubApps: true @@ -55669,17 +55675,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 +55724,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 +55817,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 +55828,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 +55863,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 +55902,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 +55924,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 +55932,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 +56056,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 +56083,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 +56099,7 @@ paths: description: Response content: application/json: - schema: &366 + schema: &367 type: object properties: number: *52 @@ -56101,7 +56107,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 +56115,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 +56178,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 +56272,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 +56292,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 +56309,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 +56329,7 @@ paths: description: Response content: application/json: - schema: *366 + schema: *367 examples: default: value: @@ -56399,7 +56405,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 +56432,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 +56467,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 +56484,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 +56509,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 +56563,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 +56611,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 +56636,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 +56650,7 @@ paths: application/json: schema: type: array - items: *363 + items: *364 examples: default: value: @@ -56683,7 +56689,7 @@ paths: end_column: 50 classifications: - source - '403': *364 + '403': *365 '404': *6 '503': *62 x-github: @@ -56717,25 +56723,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 +56763,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 +56804,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 +56867,7 @@ paths: version: 1.2.0 deletable: true warning: '' - '403': *364 + '403': *365 '404': *6 '503': *62 x-github: @@ -56897,8 +56903,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 +56917,7 @@ paths: description: Response content: application/json: - schema: *376 + schema: *377 examples: response: summary: application/json response @@ -56965,7 +56971,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 +57053,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 +57110,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 +57132,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 +57141,7 @@ paths: application/json: schema: type: array - items: &377 + items: &378 title: CodeQL Database description: A CodeQL database. type: object @@ -57247,7 +57253,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 +57282,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 +57295,7 @@ paths: description: Response content: application/json: - schema: *377 + schema: *378 examples: default: value: @@ -57321,9 +57327,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 +57351,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 +57362,7 @@ paths: responses: '204': description: Response - '403': *370 + '403': *371 '404': *6 '503': *62 x-github: @@ -57384,8 +57390,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 +57400,7 @@ paths: type: object additionalProperties: false properties: - language: &378 + language: &379 type: string description: The language targeted by the CodeQL query enum: @@ -57473,7 +57479,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 +57489,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 +57537,7 @@ paths: items: type: object properties: - repository: &379 + repository: &380 title: Repository Identifier description: Repository Identifier type: object @@ -57573,7 +57579,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 +57611,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 +57626,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 +57649,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 +57666,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 +57818,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 +57849,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 +57862,9 @@ paths: description: Response content: application/json: - schema: *382 + schema: *383 examples: - default: *381 + default: *382 '404': *6 '503': *62 x-github: @@ -57881,7 +57887,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 +57922,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 +58047,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 +58130,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 +58151,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 +58236,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 +58301,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 +58310,7 @@ paths: schema: type: object properties: - commit_sha: *384 + commit_sha: *385 ref: type: string description: |- @@ -58364,7 +58370,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 +58384,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 +58407,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 +58456,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 +58481,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 +58563,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 +58692,8 @@ paths: parameters: - *17 - *19 - - *266 - *267 + - *268 responses: '200': description: Response @@ -58703,7 +58709,7 @@ paths: type: integer codespaces: type: array - items: *190 + items: *191 examples: default: value: @@ -59001,8 +59007,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 +59072,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 +59111,8 @@ paths: parameters: - *17 - *19 - - *266 - *267 + - *268 responses: '200': description: Response @@ -59170,8 +59176,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 +59214,9 @@ paths: type: integer machines: type: array - items: *386 + items: *387 examples: - default: &591 + default: &592 value: total_count: 2 machines: @@ -59250,8 +59256,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 +59344,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 +59414,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 +59433,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 +59454,7 @@ paths: - created_at - updated_at examples: - default: *387 + default: *388 headers: Link: *57 x-github: @@ -59471,16 +59477,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 +59506,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 +59536,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 +59590,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 +59620,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 +59659,7 @@ paths: application/json: schema: type: array - items: &392 + items: &393 title: Collaborator description: Collaborator type: object @@ -59846,8 +59852,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 +59896,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 +59924,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 +60145,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 +60176,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 +60198,7 @@ paths: user: anyOf: - type: 'null' - - *392 + - *393 required: - permission - role_name @@ -60246,8 +60252,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 +60263,7 @@ paths: application/json: schema: type: array - items: &393 + items: &394 title: Commit Comment description: Commit Comment type: object @@ -60315,7 +60321,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 +60380,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 +60447,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 +60471,7 @@ paths: description: Response content: application/json: - schema: *393 + schema: *394 examples: default: value: @@ -60516,8 +60522,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 +60545,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 +60573,9 @@ paths: application/json: schema: type: array - items: *259 + items: *260 examples: - default: *261 + default: *262 headers: Link: *57 '404': *6 @@ -60590,8 +60596,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 +60630,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 +60661,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 +60713,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 +60770,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 +60866,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 +60940,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 +60952,9 @@ paths: application/json: schema: type: array - items: *393 + items: *394 examples: - default: *396 + default: *397 headers: Link: *57 x-github: @@ -60976,9 +60982,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 +61019,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 +61049,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 +61061,7 @@ paths: application/json: schema: type: array - items: &495 + items: &496 title: Pull Request Simple description: Pull Request Simple type: object @@ -61175,7 +61181,7 @@ paths: milestone: anyOf: - type: 'null' - - *398 + - *399 active_lock_reason: type: - string @@ -61274,7 +61280,7 @@ paths: _links: type: object properties: - comments: &399 + comments: &400 title: Link description: Hypermedia Link type: object @@ -61283,13 +61289,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 +61306,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 +61371,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 +61908,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 +61927,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 +62042,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 +62080,9 @@ paths: type: integer check_runs: type: array - items: *346 + items: *347 examples: - default: *403 + default: *404 headers: Link: *57 x-github: @@ -62101,9 +62107,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 +62117,7 @@ paths: schema: type: integer example: 1 - - *401 + - *402 - *17 - *19 responses: @@ -62129,7 +62135,7 @@ paths: type: integer check_suites: type: array - items: *350 + items: *351 examples: default: value: @@ -62329,9 +62335,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 +62539,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 +62551,7 @@ paths: application/json: schema: type: array - items: &565 + items: &566 title: Status description: The status of a commit. type: object @@ -62626,7 +62632,7 @@ paths: site_admin: false headers: Link: *57 - '301': *278 + '301': *279 x-github: githubCloudOnly: false enabledForGitHubApps: true @@ -62654,8 +62660,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 +62694,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 +62718,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 +62859,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 +62908,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 +62933,10 @@ paths: - 6 commits: type: array - items: *394 + items: *395 files: type: array - items: *406 + items: *407 required: - url - html_url @@ -63216,8 +63222,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 +63376,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 +63513,7 @@ paths: - size - type - url - - &509 + - &510 title: Content File description: Content File type: object @@ -63725,7 +63731,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 +63800,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 +63823,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 +63919,7 @@ paths: description: Response content: application/json: - schema: &409 + schema: &410 title: File Commit description: File Commit type: object @@ -64069,7 +64075,7 @@ paths: description: Response content: application/json: - schema: *409 + schema: *410 examples: example-for-creating-a-file: value: @@ -64123,7 +64129,7 @@ paths: schema: oneOf: - *3 - - &438 + - &439 description: Repository rule violation was detected type: object properties: @@ -64144,7 +64150,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 +64182,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 +64244,7 @@ paths: description: Response content: application/json: - schema: *409 + schema: *410 examples: default: value: @@ -64293,8 +64299,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 +64424,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 +64439,7 @@ paths: - *151 - *152 - *153 + - *154 - *46 - name: page description: "**Closing down notice**. Page number of the results to fetch. @@ -64452,8 +64459,8 @@ paths: default: 30 - *37 - *38 - - *154 - *155 + - *156 responses: '200': description: Response @@ -64461,7 +64468,7 @@ paths: application/json: schema: type: array - items: &412 + items: &413 type: object description: A Dependabot alert. properties: @@ -64511,7 +64518,7 @@ paths: - direct - transitive - - security_advisory: *410 + security_advisory: *411 security_vulnerability: *50 url: *55 html_url: *56 @@ -64542,7 +64549,7 @@ paths: dismissal. maxLength: 280 fixed_at: *132 - auto_dismissed_at: *411 + auto_dismissed_at: *412 required: - number - state @@ -64772,9 +64779,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 +64796,7 @@ paths: description: Response content: application/json: - schema: *412 + schema: *413 examples: default: value: @@ -64902,9 +64909,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 +64956,7 @@ paths: description: Response content: application/json: - schema: *412 + schema: *413 examples: default: value: @@ -65078,8 +65085,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 +65104,7 @@ paths: type: integer secrets: type: array - items: &416 + items: &417 title: Dependabot Secret description: Set secrets for Dependabot. type: object @@ -65151,16 +65158,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 +65187,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 +65221,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 +65275,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 +65299,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 +65474,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 +65735,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 +65819,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 +65858,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 +65872,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 +66005,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 +66047,9 @@ paths: application/json: schema: type: array - items: *418 + items: *419 examples: - default: *419 + default: *420 headers: Link: *57 x-github: @@ -66108,8 +66115,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 +66198,7 @@ paths: description: Response content: application/json: - schema: *418 + schema: *419 examples: simple-example: summary: Simple example @@ -66264,9 +66271,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 +66285,7 @@ paths: description: Response content: application/json: - schema: *418 + schema: *419 examples: default: value: @@ -66343,9 +66350,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 +66374,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 +66386,7 @@ paths: application/json: schema: type: array - items: &421 + items: &422 title: Deployment Status description: The status of a deployment. type: object @@ -66543,9 +66550,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 +66627,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 +66685,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 +66698,9 @@ paths: description: Response content: application/json: - schema: *421 + schema: *422 examples: - default: *422 + default: *423 '404': *6 x-github: githubCloudOnly: false @@ -66718,8 +66725,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 +66783,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 +66802,7 @@ paths: - 5 environments: type: array - items: &424 + items: &425 title: Environment description: Details of a deployment environment type: object @@ -66857,7 +66864,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 +66906,7 @@ paths: items: type: object properties: - type: *423 + type: *424 reviewer: anyOf: - *4 @@ -66926,7 +66933,7 @@ paths: - id - node_id - type - deployment_branch_policy: &427 + deployment_branch_policy: &428 type: - object - 'null' @@ -67043,9 +67050,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 +67065,9 @@ paths: description: Response content: application/json: - schema: *424 + schema: *425 examples: - default: &428 + default: &429 value: id: 161088068 node_id: MDExOkVudmlyb25tZW50MTYxMDg4MDY4 @@ -67144,9 +67151,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 +67163,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 +67182,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 +67209,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 +67235,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 +67262,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 +67283,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 +67344,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 +67394,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 +67438,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 +67453,9 @@ paths: description: Response content: application/json: - schema: *429 + schema: *430 examples: - default: *430 + default: *431 x-github: githubCloudOnly: false enabledForGitHubApps: true @@ -67467,10 +67474,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 +67506,9 @@ paths: description: Response content: application/json: - schema: *429 + schema: *430 examples: - default: *430 + default: *431 x-github: githubCloudOnly: false enabledForGitHubApps: true @@ -67520,10 +67527,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 +67555,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 +67574,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 +67596,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 +67699,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 +67722,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 +67759,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 +67781,7 @@ paths: - 35 available_custom_deployment_protection_rule_integrations: type: array - items: *433 + items: *434 examples: default: value: @@ -67809,10 +67816,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 +67831,9 @@ paths: description: Response content: application/json: - schema: *432 + schema: *433 examples: - default: *434 + default: *435 x-github: githubCloudOnly: false enabledForGitHubApps: true @@ -67847,10 +67854,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 +67883,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 +67903,9 @@ paths: type: integer secrets: type: array - items: *312 + items: *313 examples: - default: *313 + default: *314 headers: Link: *57 x-github: @@ -67923,17 +67930,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 +67962,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 +67995,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 +68055,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 +68083,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 +68103,9 @@ paths: type: integer variables: type: array - items: *316 + items: *317 examples: - default: *317 + default: *318 headers: Link: *57 x-github: @@ -68121,9 +68128,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 +68182,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 +68214,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 +68259,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 +68284,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 +68362,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 +68522,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 +68556,9 @@ paths: description: Response content: application/json: - schema: *277 + schema: *278 examples: - default: *279 + default: *280 '400': *14 '422': *15 '403': *27 @@ -68572,8 +68579,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 +68640,7 @@ paths: schema: oneOf: - *93 - - *438 + - *439 x-github: githubCloudOnly: false enabledForGitHubApps: true @@ -68658,8 +68665,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 +68766,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 +68876,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 +69103,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 +69167,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 +69186,7 @@ paths: application/json: schema: type: array - items: &441 + items: &442 title: Git Reference description: Git references within a repository type: object @@ -69255,17 +69262,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 +69301,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 +69331,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 +69359,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 +69390,9 @@ paths: description: Response content: application/json: - schema: *441 + schema: *442 examples: - default: *442 + default: *443 '422': *15 '409': *44 x-github: @@ -69403,9 +69410,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 +69467,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 +69535,7 @@ paths: description: Response content: application/json: - schema: &444 + schema: &445 title: Git Tag description: Metadata for a Git tag type: object @@ -69584,7 +69591,7 @@ paths: - sha - type - url - verification: *443 + verification: *444 required: - sha - url @@ -69594,7 +69601,7 @@ paths: - tag - message examples: - default: &445 + default: &446 value: node_id: MDM6VGFnOTQwYmQzMzYyNDhlZmFlMGY5ZWU1YmM3YjJkNWM5ODU4ODdiMTZhYw== tag: v0.0.1 @@ -69667,8 +69674,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 +69686,9 @@ paths: description: Response content: application/json: - schema: *444 + schema: *445 examples: - default: *445 + default: *446 '404': *6 '409': *44 x-github: @@ -69705,8 +69712,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 +69787,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 +69889,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 +69913,7 @@ paths: description: Response content: application/json: - schema: *446 + schema: *447 examples: default-response: summary: Default response @@ -69965,8 +69972,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 +69983,7 @@ paths: application/json: schema: type: array - items: &447 + items: &448 title: Webhook description: Webhooks for repositories. type: object @@ -70039,7 +70046,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 +70123,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 +70177,9 @@ paths: description: Response content: application/json: - schema: *447 + schema: *448 examples: - default: &448 + default: &449 value: type: Repository id: 12345678 @@ -70220,17 +70227,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 +70257,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 +70304,9 @@ paths: description: Response content: application/json: - schema: *447 + schema: *448 examples: - default: *448 + default: *449 '422': *15 '404': *6 x-github: @@ -70320,9 +70327,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 +70353,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 +70382,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 +70428,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 +70440,9 @@ paths: application/json: schema: type: array - items: *163 + items: *164 examples: - default: *164 + default: *165 '400': *14 '422': *15 x-github: @@ -70454,18 +70461,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 +70491,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 +70516,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 +70543,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 +70603,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 +70717,7 @@ paths: - html_url - authors_url examples: - default: &452 + default: &453 value: vcs: subversion use_lfs: true @@ -70726,7 +70733,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 +70762,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 +70811,7 @@ paths: description: Response content: application/json: - schema: *449 + schema: *450 examples: default: value: @@ -70829,7 +70836,7 @@ paths: type: string '422': *15 '404': *6 - '503': *450 + '503': *451 x-github: githubCloudOnly: false enabledForGitHubApps: true @@ -70857,8 +70864,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 +70917,7 @@ paths: description: Response content: application/json: - schema: *449 + schema: *450 examples: example-1: summary: Example 1 @@ -70958,7 +70965,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 +70988,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 +71019,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 +71035,7 @@ paths: application/json: schema: type: array - items: &451 + items: &452 title: Porter Author description: Porter Author type: object @@ -71082,7 +71089,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 +71114,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 +71145,7 @@ paths: description: Response content: application/json: - schema: *451 + schema: *452 examples: default: value: @@ -71151,7 +71158,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 +71182,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 +71224,7 @@ paths: path: foo/bar/3 oid: c20ad4d76fe97759aa27a0c99bff6710 size: 12582912 - '503': *450 + '503': *451 x-github: githubCloudOnly: false enabledForGitHubApps: true @@ -71245,8 +71252,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 +71280,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 +71307,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 +71316,8 @@ paths: application/json: schema: *20 examples: - default: *453 - '301': *278 + default: *454 + '301': *279 '404': *6 x-github: githubCloudOnly: false @@ -71330,8 +71337,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 +71346,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 +71376,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 +71394,9 @@ paths: description: Response content: application/json: - schema: *179 + schema: *180 examples: - default: *455 + default: *456 '409': description: Response x-github: @@ -71411,8 +71418,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 +71442,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 +71453,9 @@ paths: application/json: schema: type: array - items: *456 + items: *457 examples: - default: &607 + default: &608 value: - id: 1 repository: @@ -71579,9 +71586,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 +71617,7 @@ paths: description: Response content: application/json: - schema: *456 + schema: *457 examples: default: value: @@ -71741,9 +71748,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 +71781,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 +71830,7 @@ paths: required: false schema: type: string - - *187 + - *188 - name: sort description: What to sort results by. in: query @@ -71848,7 +71855,7 @@ paths: type: array items: *74 examples: - default: &465 + default: &466 value: - id: 1 node_id: MDU6SXNzdWUx @@ -71996,7 +72003,7 @@ paths: state_reason: completed headers: Link: *57 - '301': *278 + '301': *279 '422': *15 '404': *6 x-github: @@ -72025,8 +72032,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 +72125,7 @@ paths: application/json: schema: *74 examples: - default: &460 + default: &461 value: id: 1 node_id: MDU6SXNzdWUx @@ -72274,7 +72281,7 @@ paths: '422': *15 '503': *62 '404': *6 - '410': *275 + '410': *276 x-github: triggersNotification: true githubCloudOnly: false @@ -72302,8 +72309,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 +72331,9 @@ paths: application/json: schema: type: array - items: *457 + items: *458 examples: - default: &462 + default: &463 value: - id: 1 node_id: MDEyOklzc3VlQ29tbWVudDE= @@ -72384,17 +72391,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 +72455,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 +72479,9 @@ paths: description: Response content: application/json: - schema: *457 + schema: *458 examples: - default: *458 + default: *459 '422': *15 x-github: githubCloudOnly: false @@ -72492,8 +72499,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 +72521,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 +72549,9 @@ paths: application/json: schema: type: array - items: *259 + items: *260 examples: - default: *261 + default: *262 headers: Link: *57 '404': *6 @@ -72565,8 +72572,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 +72606,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 +72637,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 +72660,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 +72671,7 @@ paths: application/json: schema: type: array - items: &459 + items: &460 title: Issue Event description: Issue Event type: object @@ -73003,8 +73010,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 +73022,7 @@ paths: description: Response content: application/json: - schema: *459 + schema: *460 examples: default: value: @@ -73208,7 +73215,7 @@ paths: author_association: COLLABORATOR state_reason: completed '404': *6 - '410': *275 + '410': *276 '403': *27 x-github: githubCloudOnly: false @@ -73242,9 +73249,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 +73265,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 +73293,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 +73415,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 +73439,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 +73469,7 @@ paths: application/json: schema: *74 examples: - default: *460 + default: *461 x-github: githubCloudOnly: false enabledForGitHubApps: true @@ -73478,9 +73485,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 +73514,7 @@ paths: application/json: schema: *74 examples: - default: *460 + default: *461 x-github: githubCloudOnly: false enabledForGitHubApps: true @@ -73529,9 +73536,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 +73578,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 +73591,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 +73626,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 +73650,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 +73679,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 +73695,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 +73744,7 @@ paths: - commit_url - created_at - performed_via_github_app - - &467 + - &468 title: Unlabeled Issue Event description: Unlabeled Issue Event type: object @@ -73865,7 +73872,7 @@ paths: - performed_via_github_app - assignee - assigner - - &468 + - &469 title: Milestoned Issue Event description: Milestoned Issue Event type: object @@ -73911,7 +73918,7 @@ paths: - commit_url - created_at - performed_via_github_app - - &469 + - &470 title: Demilestoned Issue Event description: Demilestoned Issue Event type: object @@ -73957,7 +73964,7 @@ paths: - commit_url - created_at - performed_via_github_app - - &470 + - &471 title: Renamed Issue Event description: Renamed Issue Event type: object @@ -74006,7 +74013,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 +74055,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 +74097,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 +74153,7 @@ paths: - commit_url - created_at - performed_via_github_app - - &474 + - &475 title: Locked Issue Event description: Locked Issue Event type: object @@ -74191,7 +74198,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 +74259,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 +74320,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 +74381,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 +74474,7 @@ paths: color: red headers: Link: *57 - '410': *275 + '410': *276 x-github: githubCloudOnly: false enabledForGitHubApps: true @@ -74484,9 +74491,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 +74503,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 +74558,7 @@ paths: - color - default examples: - default: &464 + default: &465 value: - id: 208045946 node_id: MDU6TGFiZWwyMDgwNDU5NDY= @@ -74569,9 +74576,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 +74595,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 +74656,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 +74678,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 +74740,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 +74762,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 +74789,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 +74804,7 @@ paths: application/json: schema: type: array - items: *463 + items: *464 examples: default: value: @@ -74808,9 +74815,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 +74837,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 +74868,7 @@ paths: '204': description: Response '403': *27 - '410': *275 + '410': *276 '404': *6 '422': *15 x-github: @@ -74879,9 +74886,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 +74910,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 +74938,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 +74962,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 +74996,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 +75027,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 +75059,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 +75085,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 +75118,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 +75132,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 +75164,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 +75195,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 +75222,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 +75257,7 @@ paths: application/json: schema: *74 examples: - default: *460 + default: *461 '403': *27 '404': *6 '422': *7 @@ -75272,9 +75279,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 +75296,6 @@ paths: description: Timeline Event type: object anyOf: - - *466 - *467 - *468 - *469 @@ -75302,6 +75308,7 @@ paths: - *476 - *477 - *478 + - *479 - title: Timeline Comment Event description: Timeline Comment Event type: object @@ -75625,7 +75632,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 +75870,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 +76145,7 @@ paths: headers: Link: *57 '404': *6 - '410': *275 + '410': *276 x-github: githubCloudOnly: false enabledForGitHubApps: true @@ -76155,8 +76162,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 +76173,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 +76240,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 +76277,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 +76313,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 +76327,9 @@ paths: description: Response content: application/json: - schema: *479 + schema: *480 examples: - default: *480 + default: *481 '404': *6 x-github: githubCloudOnly: false @@ -76340,9 +76347,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 +76369,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 +76380,9 @@ paths: application/json: schema: type: array - items: *463 + items: *464 examples: - default: *464 + default: *465 headers: Link: *57 '404': *6 @@ -76396,8 +76403,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 +76440,9 @@ paths: description: Response content: application/json: - schema: *463 + schema: *464 examples: - default: &482 + default: &483 value: id: 208045946 node_id: MDU6TGFiZWwyMDgwNDU5NDY= @@ -76467,8 +76474,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 +76486,9 @@ paths: description: Response content: application/json: - schema: *463 + schema: *464 examples: - default: *482 + default: *483 '404': *6 x-github: githubCloudOnly: false @@ -76498,8 +76505,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 +76545,7 @@ paths: description: Response content: application/json: - schema: *463 + schema: *464 examples: default: value: @@ -76564,8 +76571,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 +76598,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 +76638,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 +76787,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 +76853,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 +76888,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 +76915,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 +76957,7 @@ paths: application/json: schema: type: array - items: *398 + items: *399 examples: default: value: @@ -77006,8 +77013,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 +77054,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 +77115,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 +77129,9 @@ paths: description: Response content: application/json: - schema: *398 + schema: *399 examples: - default: *484 + default: *485 '404': *6 x-github: githubCloudOnly: false @@ -77141,9 +77148,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 +77188,9 @@ paths: description: Response content: application/json: - schema: *398 + schema: *399 examples: - default: *484 + default: *485 x-github: githubCloudOnly: false enabledForGitHubApps: true @@ -77199,9 +77206,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 +77229,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 +77241,9 @@ paths: application/json: schema: type: array - items: *463 + items: *464 examples: - default: *464 + default: *465 headers: Link: *57 x-github: @@ -77255,12 +77262,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 +77279,7 @@ paths: type: array items: *86 examples: - default: *489 + default: *490 headers: Link: *57 x-github: @@ -77296,8 +77303,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 +77362,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 +77513,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 +77554,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 +77610,9 @@ paths: description: Response content: application/json: - schema: *490 + schema: *491 examples: - default: *491 + default: *492 '422': *15 '409': *44 x-github: @@ -77628,8 +77635,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 +77736,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 +77763,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 +77774,7 @@ paths: application/json: schema: type: array - items: &492 + items: &493 title: Page Build description: Page Build type: object @@ -77859,8 +77866,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 +77914,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 +77971,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 +77983,9 @@ paths: description: Response content: application/json: - schema: *492 + schema: *493 examples: - default: *493 + default: *494 x-github: githubCloudOnly: false enabledForGitHubApps: true @@ -77998,8 +78005,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 +78114,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 +78174,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 +78203,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 +78499,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 +78537,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 +78559,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 +78583,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 +78605,7 @@ paths: application/json: schema: type: array - items: *219 + items: *220 examples: default: value: @@ -78638,7 +78645,7 @@ paths: '401': *23 '403': *27 '404': *6 - '410': *275 + '410': *276 '422': *7 x-github: githubCloudOnly: false @@ -78661,8 +78668,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 +78695,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 +78724,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 +78733,7 @@ paths: application/json: schema: type: array - items: *224 + items: *225 examples: default: value: @@ -78757,8 +78764,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 +78777,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 +78827,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 +78888,9 @@ paths: application/json: schema: type: array - items: *495 + items: *496 examples: - default: *496 + default: *497 headers: Link: *57 '304': *35 @@ -78915,8 +78922,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 +78990,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 +79119,7 @@ paths: milestone: anyOf: - type: 'null' - - *398 + - *399 active_lock_reason: type: - string @@ -79167,7 +79174,7 @@ paths: type: - array - 'null' - items: *201 + items: *202 head: type: object properties: @@ -79205,14 +79212,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 +79230,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 +79332,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 +79859,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 +79889,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 +79968,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 +80053,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 +80077,9 @@ paths: description: Response content: application/json: - schema: *498 + schema: *499 examples: - default: *499 + default: *500 x-github: githubCloudOnly: false enabledForGitHubApps: true @@ -80088,8 +80095,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 +80118,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 +80146,9 @@ paths: application/json: schema: type: array - items: *259 + items: *260 examples: - default: *261 + default: *262 headers: Link: *57 '404': *6 @@ -80162,8 +80169,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 +80203,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 +80234,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 +80280,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 +80295,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 +80332,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 +80376,9 @@ paths: description: Response content: application/json: - schema: *500 + schema: *501 examples: - default: *501 + default: *502 '422': *15 '403': *27 x-github: @@ -80393,9 +80400,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 +80463,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 +80503,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 +80526,9 @@ paths: application/json: schema: type: array - items: *498 + items: *499 examples: - default: *503 + default: *504 headers: Link: *57 x-github: @@ -80554,9 +80561,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 +80669,7 @@ paths: description: Response content: application/json: - schema: *498 + schema: *499 examples: example-for-a-multi-line-comment: value: @@ -80750,9 +80757,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 +80782,7 @@ paths: description: Response content: application/json: - schema: *498 + schema: *499 examples: default: value: @@ -80861,9 +80868,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 +80880,9 @@ paths: application/json: schema: type: array - items: *394 + items: *395 examples: - default: *504 + default: *505 headers: Link: *57 x-github: @@ -80905,9 +80912,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 +80924,7 @@ paths: application/json: schema: type: array - items: *406 + items: *407 examples: default: value: @@ -80955,9 +80962,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 +80987,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 +81101,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 +81178,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 +81217,7 @@ paths: description: Response content: application/json: - schema: *495 + schema: *496 examples: default: value: @@ -81746,9 +81753,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 +81789,7 @@ paths: description: Response content: application/json: - schema: *495 + schema: *496 examples: default: value: @@ -82287,9 +82294,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 +82306,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 +82462,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 +82554,9 @@ paths: description: Response content: application/json: - schema: *505 + schema: *506 examples: - default: &507 + default: &508 value: id: 80 node_id: MDE3OlB1bGxSZXF1ZXN0UmV2aWV3ODA= @@ -82612,10 +82619,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 +82634,9 @@ paths: description: Response content: application/json: - schema: *505 + schema: *506 examples: - default: &508 + default: &509 value: id: 80 node_id: MDE3OlB1bGxSZXF1ZXN0UmV2aWV3ODA= @@ -82688,10 +82695,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 +82721,7 @@ paths: description: Response content: application/json: - schema: *505 + schema: *506 examples: default: value: @@ -82776,18 +82783,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 +82821,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 +82922,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 +83075,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 +83107,7 @@ paths: description: Response content: application/json: - schema: *505 + schema: *506 examples: default: value: @@ -83163,10 +83170,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 +83208,9 @@ paths: description: Response content: application/json: - schema: *505 + schema: *506 examples: - default: *508 + default: *509 '404': *6 '422': *7 '403': *27 @@ -83225,9 +83232,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 +83298,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 +83312,9 @@ paths: description: Response content: application/json: - schema: *509 + schema: *510 examples: - default: &510 + default: &511 value: type: file encoding: base64 @@ -83349,8 +83356,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 +83377,9 @@ paths: description: Response content: application/json: - schema: *509 + schema: *510 examples: - default: *510 + default: *511 '404': *6 '422': *15 x-github: @@ -83394,8 +83401,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 +83412,7 @@ paths: application/json: schema: type: array - items: &511 + items: &512 title: Release description: A release. type: object @@ -83477,7 +83484,7 @@ paths: author: *4 assets: type: array - items: &512 + items: &513 title: Release Asset description: Data related to a release. type: object @@ -83657,8 +83664,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 +83741,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 +83846,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 +83860,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 +83896,7 @@ paths: type: User site_admin: false '404': *6 - '302': *408 + '302': *409 x-github: githubCloudOnly: false enabledForGitHubApps: true @@ -83905,9 +83912,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 +83943,9 @@ paths: description: Response content: application/json: - schema: *512 + schema: *513 examples: - default: *514 + default: *515 x-github: githubCloudOnly: false enabledForGitHubApps: true @@ -83954,9 +83961,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 +83987,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 +84074,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 +84100,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 +84114,9 @@ paths: description: Response content: application/json: - schema: *511 + schema: *512 examples: - default: *515 + default: *516 '404': *6 x-github: githubCloudOnly: false @@ -84131,9 +84138,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 +84154,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 +84174,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 +84240,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 +84263,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 +84285,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 +84297,7 @@ paths: application/json: schema: type: array - items: *512 + items: *513 examples: default: value: @@ -84370,9 +84377,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 +84405,7 @@ paths: description: Response for successful upload content: application/json: - schema: *512 + schema: *513 examples: response-for-successful-upload: value: @@ -84452,9 +84459,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 +84485,9 @@ paths: application/json: schema: type: array - items: *259 + items: *260 examples: - default: *261 + default: *262 headers: Link: *57 '404': *6 @@ -84501,9 +84508,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 +84540,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 +84571,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 +84598,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 +84616,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 +84637,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 +84734,8 @@ paths: category: repos subcategory: rules parameters: - - *266 - *267 + - *268 - *17 - *19 - name: includes_parents @@ -84739,7 +84746,7 @@ paths: schema: type: boolean default: true - - *539 + - *540 responses: '200': description: Response @@ -84747,7 +84754,7 @@ paths: application/json: schema: type: array - items: *232 + items: *233 examples: default: value: @@ -84794,8 +84801,8 @@ paths: category: repos subcategory: rules parameters: - - *266 - *267 + - *268 requestBody: description: Request body required: true @@ -84815,16 +84822,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 +84862,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 +84911,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 +84924,9 @@ paths: description: Response content: application/json: - schema: *544 + schema: *545 examples: - default: *545 + default: *546 '404': *6 '500': *143 x-github: @@ -84940,17 +84947,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 +84985,8 @@ paths: category: repos subcategory: rules parameters: - - *266 - *267 + - *268 - name: ruleset_id description: The ID of the ruleset. in: path @@ -84999,9 +85006,9 @@ paths: description: Response content: application/json: - schema: *232 + schema: *233 examples: - default: *549 + default: *550 '404': *6 '500': *143 put: @@ -85019,8 +85026,8 @@ paths: category: repos subcategory: rules parameters: - - *266 - *267 + - *268 - name: ruleset_id description: The ID of the ruleset. in: path @@ -85045,16 +85052,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 +85089,9 @@ paths: description: Response content: application/json: - schema: *232 + schema: *233 examples: - default: *549 + default: *550 '404': *6 '500': *143 delete: @@ -85102,8 +85109,8 @@ paths: category: repos subcategory: rules parameters: - - *266 - *267 + - *268 - name: ruleset_id description: The ID of the ruleset. in: path @@ -85126,8 +85133,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 +85150,9 @@ paths: application/json: schema: type: array - items: *234 + items: *235 examples: - default: *550 + default: *551 '404': *6 '500': *143 x-github: @@ -85164,8 +85171,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 +85190,7 @@ paths: description: Response content: application/json: - schema: *551 + schema: *552 examples: default: value: @@ -85238,20 +85245,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 +85266,7 @@ paths: application/json: schema: type: array - items: &556 + items: &557 type: object properties: number: *52 @@ -85275,8 +85282,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 +85502,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 +85562,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 +85572,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 +85592,7 @@ paths: description: Response content: application/json: - schema: *556 + schema: *557 examples: default: value: @@ -85660,9 +85667,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 +85680,7 @@ paths: schema: type: array description: List of locations where the secret was detected - items: &685 + items: &686 type: object properties: type: @@ -86052,8 +86059,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 +86068,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 +86092,7 @@ paths: schema: type: object properties: - reason: *558 + reason: *559 expire_at: type: - string @@ -86129,8 +86136,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 +86152,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 +86180,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 +86258,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 +86303,9 @@ paths: application/json: schema: type: array - items: *560 + items: *561 examples: - default: *561 + default: *562 '400': *14 '404': *6 x-github: @@ -86321,8 +86328,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 +86409,7 @@ paths: login: type: string description: The username of the user credited. - type: *244 + type: *245 required: - login - type @@ -86492,9 +86499,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 +86734,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 +86848,7 @@ paths: description: Response content: application/json: - schema: *560 + schema: *561 examples: default: value: @@ -86988,17 +86995,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 +87029,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 +87111,7 @@ paths: login: type: string description: The username of the user credited. - type: *244 + type: *245 required: - login - type @@ -87195,10 +87202,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 +87243,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 +87272,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 +87308,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 +87405,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 +87415,7 @@ paths: application/json: schema: type: array - items: &564 + items: &565 title: Code Frequency Stat description: Code Frequency Stat type: array @@ -87441,8 +87448,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 +87527,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 +87622,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 +87777,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 +87788,7 @@ paths: application/json: schema: type: array - items: *564 + items: *565 examples: default: value: @@ -87814,8 +87821,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 +87878,7 @@ paths: description: Response content: application/json: - schema: *565 + schema: *566 examples: default: value: @@ -87925,8 +87932,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 +87945,7 @@ paths: type: array items: *4 examples: - default: *189 + default: *190 headers: Link: *57 x-github: @@ -87958,14 +87965,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 +88045,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 +88072,7 @@ paths: description: Response content: application/json: - schema: *566 + schema: *567 examples: default: value: @@ -88092,8 +88099,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 +88120,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 +88203,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 +88212,7 @@ paths: application/json: schema: type: array - items: &567 + items: &568 title: Tag protection description: Tag protection type: object @@ -88262,8 +88269,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 +88293,7 @@ paths: description: Response content: application/json: - schema: *567 + schema: *568 examples: default: value: @@ -88317,8 +88324,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 +88362,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 +88399,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 +88412,7 @@ paths: type: array items: *146 examples: - default: *202 + default: *203 headers: Link: *57 '404': *6 @@ -88425,8 +88432,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 +88441,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 +88453,7 @@ paths: required: - names examples: - default: &569 + default: &570 value: names: - octocat @@ -88469,8 +88476,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 +88508,9 @@ paths: description: Response content: application/json: - schema: *568 + schema: *569 examples: - default: *569 + default: *570 '404': *6 '422': *7 x-github: @@ -88524,9 +88531,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 +88564,7 @@ paths: - 128 clones: type: array - items: &571 + items: &572 title: Traffic type: object properties: @@ -88644,8 +88651,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 +88746,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 +88810,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 +88833,7 @@ paths: - 3782 views: type: array - items: *571 + items: *572 required: - uniques - count @@ -88903,8 +88910,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 +89185,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 +89209,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 +89232,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 +89259,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 +89352,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 +89603,7 @@ paths: examples: - 73..77 - 77..78 - text_matches: &572 + text_matches: &573 title: Search Result Text Matches type: array items: @@ -89759,7 +89766,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 +89835,7 @@ paths: committer: anyOf: - type: 'null' - - *332 + - *333 comment_count: type: integer message: @@ -89847,7 +89854,7 @@ paths: url: type: string format: uri - verification: *443 + verification: *444 required: - author - committer @@ -89862,7 +89869,7 @@ paths: committer: anyOf: - type: 'null' - - *332 + - *333 parents: type: array items: @@ -89879,7 +89886,7 @@ paths: type: number node_id: type: string - text_matches: *572 + text_matches: *573 required: - sha - node_id @@ -90061,7 +90068,7 @@ paths: - interactions - created - updated - - *573 + - *574 - *17 - *19 - name: advanced_search @@ -90185,7 +90192,7 @@ paths: milestone: anyOf: - type: 'null' - - *398 + - *399 comments: type: integer created_at: @@ -90199,7 +90206,7 @@ paths: - string - 'null' format: date-time - text_matches: *572 + text_matches: *573 pull_request: type: object properties: @@ -90248,7 +90255,7 @@ paths: timeline_url: type: string format: uri - type: *184 + type: *185 performed_via_github_app: anyOf: - type: 'null' @@ -90425,7 +90432,7 @@ paths: enum: - created - updated - - *573 + - *574 - *17 - *19 responses: @@ -90470,7 +90477,7 @@ paths: - 'null' score: type: number - text_matches: *572 + text_matches: *573 required: - id - node_id @@ -90555,7 +90562,7 @@ paths: - forks - help-wanted-issues - updated - - *573 + - *574 - *17 - *19 responses: @@ -90792,7 +90799,7 @@ paths: - admin - pull - push - text_matches: *572 + text_matches: *573 temp_clone_token: type: string allow_merge_commit: @@ -91100,7 +91107,7 @@ paths: - string - 'null' format: uri - text_matches: *572 + text_matches: *573 related: type: - array @@ -91293,7 +91300,7 @@ paths: - followers - repositories - joined - - *573 + - *574 - *17 - *19 responses: @@ -91403,7 +91410,7 @@ paths: type: - boolean - 'null' - text_matches: *572 + text_matches: *573 blog: type: - string @@ -91485,7 +91492,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 +91504,9 @@ paths: description: Response content: application/json: - schema: *251 + schema: *252 examples: - default: *252 + default: *253 '404': *6 x-github: githubCloudOnly: false @@ -91526,7 +91533,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 +91597,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 +91634,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 +91665,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 +91676,9 @@ paths: application/json: schema: type: array - items: *253 + items: *254 examples: - default: *575 + default: *576 headers: Link: *57 x-github: @@ -91700,7 +91707,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 +91741,9 @@ paths: description: Response content: application/json: - schema: *253 + schema: *254 examples: - default: *254 + default: *255 x-github: triggersNotification: true githubCloudOnly: false @@ -91763,16 +91770,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 +91804,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 +91828,9 @@ paths: description: Response content: application/json: - schema: *253 + schema: *254 examples: - default: *576 + default: *577 x-github: githubCloudOnly: false enabledForGitHubApps: true @@ -91848,8 +91855,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 +91885,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 +91897,9 @@ paths: application/json: schema: type: array - items: *256 + items: *257 examples: - default: *577 + default: *578 headers: Link: *57 x-github: @@ -91921,8 +91928,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 +91951,9 @@ paths: description: Response content: application/json: - schema: *256 + schema: *257 examples: - default: *257 + default: *258 x-github: triggersNotification: true githubCloudOnly: false @@ -91973,17 +91980,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 +92015,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 +92039,9 @@ paths: description: Response content: application/json: - schema: *256 + schema: *257 examples: - default: *578 + default: *579 x-github: githubCloudOnly: false enabledForGitHubApps: true @@ -92059,9 +92066,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 +92097,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 +92125,9 @@ paths: application/json: schema: type: array - items: *259 + items: *260 examples: - default: *261 + default: *262 headers: Link: *57 x-github: @@ -92149,9 +92156,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 +92190,9 @@ paths: description: Response content: application/json: - schema: *259 + schema: *260 examples: - default: *260 + default: *261 x-github: githubCloudOnly: false enabledForGitHubApps: true @@ -92211,8 +92218,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 +92245,9 @@ paths: application/json: schema: type: array - items: *259 + items: *260 examples: - default: *261 + default: *262 headers: Link: *57 x-github: @@ -92269,8 +92276,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 +92309,9 @@ paths: description: Response content: application/json: - schema: *259 + schema: *260 examples: - default: *260 + default: *261 x-github: githubCloudOnly: false enabledForGitHubApps: false @@ -92328,7 +92335,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 +92345,9 @@ paths: application/json: schema: type: array - items: *181 + items: *182 examples: - default: *182 + default: *183 headers: Link: *57 x-github: @@ -92366,7 +92373,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 +92396,7 @@ paths: type: array items: *4 examples: - default: *189 + default: *190 headers: Link: *57 '404': *6 @@ -92417,7 +92424,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 +92461,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 +92501,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 +92538,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 +92580,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 +92606,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 +92642,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 +92671,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 +92681,9 @@ paths: application/json: schema: type: array - items: *264 + items: *265 examples: - default: *581 + default: *582 headers: Link: *57 '404': *6 @@ -92702,16 +92709,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 +92742,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 +92810,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 +92838,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 +92850,7 @@ paths: type: array items: *115 examples: - default: *209 + default: *210 headers: Link: *57 '404': *6 @@ -92873,15 +92880,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 +93039,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 +93091,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 +93118,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 +93130,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 +93163,7 @@ paths: application/json: schema: oneOf: - - &586 + - &587 title: Private User description: Private User type: object @@ -93406,7 +93413,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 +93573,7 @@ paths: description: Response content: application/json: - schema: *586 + schema: *587 examples: default: value: @@ -93645,7 +93652,7 @@ paths: type: array items: *4 examples: - default: *189 + default: *190 '304': *35 '404': *6 '403': *27 @@ -93769,9 +93776,9 @@ paths: type: integer codespaces: type: array - items: *190 + items: *191 examples: - default: *191 + default: *192 '304': *35 '500': *143 '401': *23 @@ -93910,17 +93917,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 +93971,7 @@ paths: type: integer secrets: type: array - items: &587 + items: &588 title: Codespaces Secret description: Secrets for a GitHub Codespace. type: object @@ -94006,7 +94013,7 @@ paths: - visibility - selected_repositories_url examples: - default: *387 + default: *388 headers: Link: *57 x-github: @@ -94084,7 +94091,7 @@ paths: description: Response content: application/json: - schema: *587 + schema: *588 examples: default: value: @@ -94230,7 +94237,7 @@ paths: type: array items: *115 examples: - default: *588 + default: *589 '401': *23 '403': *27 '404': *6 @@ -94374,15 +94381,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 +94415,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 +94445,9 @@ paths: description: Response content: application/json: - schema: *190 + schema: *191 examples: - default: *385 + default: *386 '401': *23 '403': *27 '404': *6 @@ -94462,7 +94469,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 +94498,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 +94557,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 +94589,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 +94602,9 @@ paths: description: Response content: application/json: - schema: *589 + schema: *590 examples: - default: *590 + default: *591 '404': *6 x-github: githubCloudOnly: false @@ -94618,7 +94625,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 +94641,9 @@ paths: type: integer machines: type: array - items: *386 + items: *387 examples: - default: *591 + default: *592 '304': *35 '500': *143 '401': *23 @@ -94665,7 +94672,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 +94728,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 +95529,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 +95569,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 +95607,9 @@ paths: application/json: schema: type: array - items: *203 + items: *204 examples: - default: &604 + default: &605 value: - id: 197 name: hello_docker @@ -95703,7 +95710,7 @@ paths: application/json: schema: type: array - items: &592 + items: &593 title: Email description: Email type: object @@ -95773,9 +95780,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 +95859,7 @@ paths: application/json: schema: type: array - items: *592 + items: *593 examples: default: value: @@ -95964,7 +95971,7 @@ paths: type: array items: *4 examples: - default: *189 + default: *190 headers: Link: *57 '304': *35 @@ -95997,7 +96004,7 @@ paths: type: array items: *4 examples: - default: *189 + default: *190 headers: Link: *57 '304': *35 @@ -96110,7 +96117,7 @@ paths: application/json: schema: type: array - items: &593 + items: &594 title: GPG Key description: A unique encryption key type: object @@ -96255,7 +96262,7 @@ paths: - subkeys - revoked examples: - default: &617 + default: &618 value: - id: 3 name: Octocat's GPG Key @@ -96340,9 +96347,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 +96406,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 +96418,9 @@ paths: description: Response content: application/json: - schema: *593 + schema: *594 examples: - default: *594 + default: *595 '404': *6 '304': *35 '403': *27 @@ -96436,7 +96443,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 +96634,7 @@ paths: type: array items: *59 examples: - default: *596 + default: *597 headers: Link: *57 '404': *6 @@ -96712,12 +96719,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 +96748,7 @@ paths: required: true content: application/json: - schema: *454 + schema: *455 examples: default: value: @@ -96752,7 +96759,7 @@ paths: description: Response content: application/json: - schema: *179 + schema: *180 examples: default: value: @@ -96833,7 +96840,7 @@ paths: - closed - all default: open - - *187 + - *188 - name: sort description: What to sort results by. in: query @@ -96858,7 +96865,7 @@ paths: type: array items: *74 examples: - default: *188 + default: *189 headers: Link: *57 '404': *6 @@ -96891,7 +96898,7 @@ paths: application/json: schema: type: array - items: &597 + items: &598 title: Key description: Key type: object @@ -96989,9 +96996,9 @@ paths: description: Response content: application/json: - schema: *597 + schema: *598 examples: - default: &598 + default: &599 value: key: 2Sg8iYjAxxmI2LvUXpJjkYrMxURPc8r+dB7TJyvv1234 id: 2 @@ -97024,15 +97031,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 +97062,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 +97095,7 @@ paths: application/json: schema: type: array - items: &599 + items: &600 title: User Marketplace Purchase description: User Marketplace Purchase type: object @@ -97167,7 +97174,7 @@ paths: - account - plan examples: - default: &600 + default: &601 value: - billing_cycle: monthly next_billing_date: '2017-11-11T00:00:00Z' @@ -97229,9 +97236,9 @@ paths: application/json: schema: type: array - items: *599 + items: *600 examples: - default: *600 + default: *601 headers: Link: *57 '304': *35 @@ -97271,7 +97278,7 @@ paths: application/json: schema: type: array - items: *194 + items: *195 examples: default: value: @@ -97379,7 +97386,7 @@ paths: description: Response content: application/json: - schema: *194 + schema: *195 examples: default: value: @@ -97462,7 +97469,7 @@ paths: description: Response content: application/json: - schema: *194 + schema: *195 examples: default: value: @@ -97530,7 +97537,7 @@ paths: application/json: schema: type: array - items: *196 + items: *197 examples: default: value: @@ -97792,7 +97799,7 @@ paths: description: Response content: application/json: - schema: *196 + schema: *197 examples: default: value: @@ -97972,7 +97979,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 +97992,7 @@ paths: description: Response content: application/json: - schema: *196 + schema: *197 examples: default: value: @@ -98179,7 +98186,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 +98212,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 +98241,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 +98266,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 +98278,7 @@ paths: type: array items: *115 examples: - default: *209 + default: *210 headers: Link: *57 '404': *6 @@ -98308,7 +98315,7 @@ paths: type: array items: *145 examples: - default: *602 + default: *603 headers: Link: *57 '304': *35 @@ -98350,7 +98357,7 @@ paths: - docker - nuget - container - - *603 + - *604 - *19 - *17 responses: @@ -98360,10 +98367,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 +98390,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 +98512,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 +98543,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 +98576,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 +98597,7 @@ paths: application/json: schema: type: array - items: *207 + items: *208 examples: default: value: @@ -98639,15 +98646,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 +98690,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 +98722,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 +98782,7 @@ paths: description: Response content: application/json: - schema: *219 + schema: *220 examples: default: value: @@ -98847,9 +98854,9 @@ paths: application/json: schema: type: array - items: *592 + items: *593 examples: - default: *606 + default: *607 headers: Link: *57 '304': *35 @@ -98962,7 +98969,7 @@ paths: type: array items: *59 examples: - default: &613 + default: &614 summary: Default response value: - id: 1296269 @@ -99280,9 +99287,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 +99327,9 @@ paths: application/json: schema: type: array - items: *456 + items: *457 examples: - default: *607 + default: *608 headers: Link: *57 '304': *35 @@ -99345,7 +99352,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 +99375,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 +99408,7 @@ paths: application/json: schema: type: array - items: &608 + items: &609 title: Social account description: Social media account type: object @@ -99418,7 +99425,7 @@ paths: - provider - url examples: - default: &609 + default: &610 value: - provider: twitter url: https://twitter.com/github @@ -99481,9 +99488,9 @@ paths: application/json: schema: type: array - items: *608 + items: *609 examples: - default: *609 + default: *610 '422': *15 '304': *35 '404': *6 @@ -99571,7 +99578,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 +99598,7 @@ paths: - title - created_at examples: - default: &625 + default: &626 value: - key: 2Sg8iYjAxxmI2LvUXpJjkYrMxURPc8r+dB7TJyvv1234 id: 2 @@ -99658,9 +99665,9 @@ paths: description: Response content: application/json: - schema: *610 + schema: *611 examples: - default: &611 + default: &612 value: key: 2Sg8iYjAxxmI2LvUXpJjkYrMxURPc8r+dB7TJyvv1234 id: 2 @@ -99691,7 +99698,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 +99710,9 @@ paths: description: Response content: application/json: - schema: *610 + schema: *611 examples: - default: *611 + default: *612 '404': *6 '304': *35 '403': *27 @@ -99728,7 +99735,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 +99764,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 +99789,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 +99949,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 +99978,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 +100003,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 +100039,7 @@ paths: type: array items: *115 examples: - default: *209 + default: *210 headers: Link: *57 '304': *35 @@ -100069,7 +100076,7 @@ paths: application/json: schema: type: array - items: *251 + items: *252 examples: default: value: @@ -100155,10 +100162,10 @@ paths: application/json: schema: oneOf: + - *587 - *586 - - *585 examples: - default-response: &615 + default-response: &616 summary: Default response value: login: octocat @@ -100193,7 +100200,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 +100260,7 @@ paths: description: API method documentation url: https://docs.github.com/rest/users/users#list-users parameters: - - *614 + - *615 - *17 responses: '200': @@ -100264,7 +100271,7 @@ paths: type: array items: *4 examples: - default: *189 + default: *190 headers: Link: example: ; rel="next" @@ -100302,11 +100309,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 +100389,7 @@ paths: bundle_url: type: string examples: - default: *328 + default: *329 '201': description: Response content: @@ -100421,9 +100428,9 @@ paths: application/json: schema: type: array - items: *203 + items: *204 examples: - default: *604 + default: *605 '403': *27 '401': *23 x-github: @@ -100706,7 +100713,7 @@ paths: type: array items: *4 examples: - default: *189 + default: *190 headers: Link: *57 x-github: @@ -100737,7 +100744,7 @@ paths: type: array items: *4 examples: - default: *189 + default: *190 headers: Link: *57 x-github: @@ -100827,9 +100834,9 @@ paths: application/json: schema: type: array - items: *593 + items: *594 examples: - default: *617 + default: *618 headers: Link: *57 x-github: @@ -100933,7 +100940,7 @@ paths: application/json: schema: *20 examples: - default: *453 + default: *454 x-github: githubCloudOnly: false enabledForGitHubApps: false @@ -101011,7 +101018,7 @@ paths: type: array items: *145 examples: - default: *602 + default: *603 headers: Link: *57 x-github: @@ -101050,7 +101057,7 @@ paths: - docker - nuget - container - - *603 + - *604 - *128 - *19 - *17 @@ -101061,12 +101068,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 +101093,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 +101124,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 +101158,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 +101192,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 +101202,7 @@ paths: application/json: schema: type: array - items: *207 + items: *208 examples: default: value: @@ -101253,16 +101260,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 +101304,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 +101339,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 +101389,7 @@ paths: application/json: schema: type: array - items: *219 + items: *220 examples: default: value: @@ -101665,7 +101672,7 @@ paths: type: array items: *115 examples: - default: *209 + default: *210 headers: Link: *57 x-github: @@ -101695,9 +101702,9 @@ paths: description: Response content: application/json: - schema: *619 + schema: *620 examples: - default: *620 + default: *621 x-github: githubCloudOnly: false enabledForGitHubApps: false @@ -101725,9 +101732,9 @@ paths: description: Response content: application/json: - schema: *621 + schema: *622 examples: - default: *622 + default: *623 x-github: githubCloudOnly: false enabledForGitHubApps: false @@ -101755,9 +101762,9 @@ paths: description: Response content: application/json: - schema: *623 + schema: *624 examples: - default: *624 + default: *625 x-github: githubCloudOnly: false enabledForGitHubApps: false @@ -101785,9 +101792,9 @@ paths: application/json: schema: type: array - items: *608 + items: *609 examples: - default: *609 + default: *610 headers: Link: *57 x-github: @@ -101817,9 +101824,9 @@ paths: application/json: schema: type: array - items: *610 + items: *611 examples: - default: *625 + default: *626 headers: Link: *57 x-github: @@ -101844,7 +101851,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 +101863,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 +101898,7 @@ paths: type: array items: *115 examples: - default: *209 + default: *210 headers: Link: *57 x-github: @@ -102020,7 +102027,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 +102096,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 +102117,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 +102190,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 +103103,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 +103182,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 +103409,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 +103601,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 +103689,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 +103757,7 @@ webhooks: - MDEwOkNoZWNrU3VpdGU1 pull_requests: type: array - items: *345 + items: *346 repository: *115 status: type: string @@ -103795,7 +103802,7 @@ webhooks: - examples: - neutral - deployment: *633 + deployment: *634 details_url: type: string examples: @@ -103855,7 +103862,7 @@ webhooks: - annotations_url pull_requests: type: array - items: *345 + items: *346 started_at: type: string format: date-time @@ -103893,9 +103900,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 +104295,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 +104694,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 +105102,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 +106097,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 +106785,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 +107467,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 +107636,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 +107788,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 +107965,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 +108206,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 +108309,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 +108491,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 +108662,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 +108839,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 +108944,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 +109124,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 +109134,7 @@ webhooks: type: - string - 'null' - repository: *631 + repository: *632 sender: *4 required: - action @@ -109223,7 +109230,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 +109377,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 +109644,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 +109728,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 +109749,7 @@ webhooks: enum: - tag - branch - repository: *631 + repository: *632 sender: *4 required: - ref @@ -109824,10 +109831,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 +109919,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 +109998,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 +110078,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 +110158,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 +110246,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 +110341,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 +110429,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 +110517,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 +110603,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 +110689,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 +110776,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 +110862,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 +110943,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 +110983,8 @@ webhooks: - verified - created_at - read_only - organization: *630 - repository: *631 + organization: *631 + repository: *632 sender: *4 required: - action @@ -111054,11 +111061,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 +111637,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 +112380,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 +112457,7 @@ webhooks: type: string enum: - approved - approver: &640 + approver: &641 type: object properties: avatar_url: @@ -112493,11 +112500,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 +112585,7 @@ webhooks: sender: *4 since: type: string - workflow_job_run: &642 + workflow_job_run: &643 type: object properties: conclusion: @@ -113324,18 +113331,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 +114059,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 +116008,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 +116704,7 @@ webhooks: type: string enum: - answered - answer: &646 + answer: &647 type: object properties: author_association: @@ -116857,7 +116864,7 @@ webhooks: - created_at - updated_at - body - discussion: &644 + discussion: &645 title: Discussion description: A Discussion in a repository. type: object @@ -117153,7 +117160,7 @@ webhooks: - id labels: type: array - items: *463 + items: *464 required: - repository_url - category @@ -117175,10 +117182,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 +117312,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 +117399,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 +117485,7 @@ webhooks: type: string enum: - created - comment: &645 + comment: &646 type: object properties: author_association: @@ -117638,11 +117645,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 +117732,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 +117832,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 +117921,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 +118007,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 +118111,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 +118197,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 +118233,8 @@ webhooks: - color - default - description - organization: *630 - repository: *631 + organization: *631 + repository: *632 sender: *4 required: - action @@ -118310,11 +118317,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 +118403,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 +118489,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 +118578,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 +118670,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 +118755,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 +118843,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 +118929,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 +119006,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 +119684,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 +119832,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 +119872,7 @@ webhooks: - action - sha - html_url - repository: *631 + repository: *632 sender: *4 required: - pages @@ -119941,10 +119948,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 +119977,8 @@ webhooks: - name - full_name - private - repository: *631 - requester: *648 + repository: *632 + requester: *649 sender: *4 required: - action @@ -120046,11 +120053,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 +120134,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 +120215,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 +120264,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 +120351,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 +120381,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 +120462,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 +120648,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 +120730,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 +120982,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 +121830,7 @@ webhooks: title: description: Title of the issue type: string - type: *184 + type: *185 updated_at: type: string format: date-time @@ -122167,8 +122174,8 @@ webhooks: - state - locked - assignee - organization: *630 - repository: *631 + organization: *631 + repository: *632 sender: *4 required: - action @@ -122248,7 +122255,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 +122422,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 +123266,7 @@ webhooks: title: description: Title of the issue type: string - type: *184 + type: *185 updated_at: type: string format: date-time @@ -123605,8 +123612,8 @@ webhooks: - state - locked - assignee - organization: *630 - repository: *631 + organization: *631 + repository: *632 sender: *4 required: - action @@ -123686,7 +123693,7 @@ webhooks: type: string enum: - edited - changes: &677 + changes: &678 description: The changes to the comment. type: object properties: @@ -123698,9 +123705,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 +124553,7 @@ webhooks: title: description: Title of the issue type: string - type: *184 + type: *185 updated_at: type: string format: date-time @@ -124890,8 +124897,8 @@ webhooks: - state - locked - assignee - organization: *630 - repository: *631 + organization: *631 + repository: *632 sender: *4 required: - action @@ -124973,10 +124980,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 +125825,7 @@ webhooks: title: description: Title of the issue type: string - type: *184 + type: *185 updated_at: type: string format: date-time @@ -125921,8 +125928,8 @@ webhooks: - active_lock_reason - body - reactions - organization: *630 - repository: *631 + organization: *631 + repository: *632 sender: *4 required: - action @@ -126002,8 +126009,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 +126857,7 @@ webhooks: title: description: Title of the issue type: string - type: *184 + type: *185 updated_at: type: string format: date-time @@ -127096,8 +127103,8 @@ webhooks: required: - state - closed_at - organization: *630 - repository: *631 + organization: *631 + repository: *632 sender: *4 required: - action @@ -127176,8 +127183,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 +128020,7 @@ webhooks: title: description: Title of the issue type: string - type: *184 + type: *185 updated_at: type: string format: date-time @@ -128115,8 +128122,8 @@ webhooks: - active_lock_reason - body - reactions - organization: *630 - repository: *631 + organization: *631 + repository: *632 sender: *4 required: - action @@ -128195,8 +128202,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 +129064,7 @@ webhooks: title: description: Title of the issue type: string - type: *184 + type: *185 updated_at: type: string format: date-time @@ -129138,7 +129145,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 +129288,8 @@ webhooks: - updated_at - due_on - closed_at - organization: *630 - repository: *631 + organization: *631 + repository: *632 sender: *4 required: - action @@ -129381,8 +129388,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 +130228,7 @@ webhooks: timeline_url: type: string format: uri - type: *184 + type: *185 title: description: Title of the issue type: string @@ -130327,9 +130334,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 +130416,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 +131255,7 @@ webhooks: timeline_url: type: string format: uri - type: *184 + type: *185 title: description: Title of the issue type: string @@ -131354,9 +131361,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 +131443,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 +132307,7 @@ webhooks: timeline_url: type: string format: uri - type: *184 + type: *185 title: description: Title of the issue type: string @@ -132383,8 +132390,8 @@ webhooks: format: uri user_view_type: type: string - organization: *630 - repository: *631 + organization: *631 + repository: *632 sender: *4 required: - action @@ -132463,8 +132470,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 +133331,7 @@ webhooks: title: description: Title of the issue type: string - type: *184 + type: *185 updated_at: type: string format: date-time @@ -133404,9 +133411,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 +134913,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 +135756,7 @@ webhooks: title: description: Title of the issue type: string - type: *184 + type: *185 updated_at: type: string format: date-time @@ -135851,8 +135858,8 @@ webhooks: - active_lock_reason - body - reactions - organization: *630 - repository: *631 + organization: *631 + repository: *632 sender: *4 required: - action @@ -135932,9 +135939,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 +136777,7 @@ webhooks: title: description: Title of the issue type: string - type: *184 + type: *185 updated_at: type: string format: date-time @@ -136872,8 +136879,8 @@ webhooks: - active_lock_reason - body - reactions - organization: *630 - repository: *631 + organization: *631 + repository: *632 sender: *4 required: - action @@ -136952,8 +136959,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 +137904,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 +138825,7 @@ webhooks: title: description: Title of the issue type: string - type: *184 + type: *185 updated_at: type: string format: date-time @@ -139400,11 +139407,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 +139491,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 +139577,7 @@ webhooks: type: string enum: - unassigned - assignee: &680 + assignee: &681 title: User type: - object @@ -139642,11 +139649,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 +139732,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 +139817,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 +140682,7 @@ webhooks: title: description: Title of the issue type: string - type: *184 + type: *185 updated_at: type: string format: date-time @@ -140755,8 +140762,8 @@ webhooks: format: uri user_view_type: type: string - organization: *630 - repository: *631 + organization: *631 + repository: *632 sender: *4 required: - action @@ -140836,11 +140843,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 +140926,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 +141011,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 +141093,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 +141207,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 +141293,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 +141383,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 +141468,7 @@ webhooks: - on_free_trial - free_trial_ends_on - plan - repository: *631 + repository: *632 sender: *4 required: - action @@ -141541,10 +141548,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 +141639,7 @@ webhooks: - on_free_trial - free_trial_ends_on - plan - repository: *631 + repository: *632 sender: *4 required: - action @@ -141714,10 +141721,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 +141810,7 @@ webhooks: - on_free_trial - free_trial_ends_on - plan - repository: *631 + repository: *632 sender: *4 required: - action @@ -141884,8 +141891,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 +141978,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 +142060,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 +142167,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 +142273,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 +142356,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 +142438,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 +142520,7 @@ webhooks: required: - login - id - team: &658 + team: &659 title: Team description: Groups of organization members that gives permissions on specified repositories. @@ -142706,11 +142713,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 +142796,7 @@ webhooks: required: - login - id - team: *658 + team: *659 required: - action - scope @@ -142871,8 +142878,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 +142898,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 +142992,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 +143068,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 +143176,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 +143261,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 +143344,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 +143488,8 @@ webhooks: - updated_at - due_on - closed_at - organization: *630 - repository: *631 + organization: *631 + repository: *632 sender: *4 required: - action @@ -143561,11 +143568,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 +143682,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 +143766,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 +143849,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 +143932,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 +144015,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 +144111,8 @@ webhooks: - role - organization_url - user - organization: *630 - repository: *631 + organization: *631 + repository: *632 sender: *4 required: - action @@ -144183,11 +144190,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 +144273,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 +144396,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 +144477,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 +144568,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 +144648,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 +145173,7 @@ webhooks: - published_at rubygems_metadata: type: array - items: &662 + items: &663 title: Ruby Gems metadata type: object properties: @@ -145263,7 +145270,7 @@ webhooks: - owner - package_version - registry - repository: *631 + repository: *632 sender: *4 required: - action @@ -145339,9 +145346,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 +145710,7 @@ webhooks: - published_at rubygems_metadata: type: array - items: *662 + items: *663 source_url: type: string format: uri @@ -145774,7 +145781,7 @@ webhooks: - owner - package_version - registry - repository: *631 + repository: *632 sender: *4 required: - action @@ -145955,12 +145962,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 +146044,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 +146194,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 +146274,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 +146354,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 +146433,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 +146542,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 +146574,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 +146820,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 +146946,7 @@ webhooks: - creator - created_at - updated_at - repository: *631 + repository: *632 sender: *4 required: - action @@ -147020,11 +147027,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 +147111,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 +147243,7 @@ webhooks: repository: anyOf: - type: 'null' - - *631 + - *632 sender: *4 required: - action @@ -147330,11 +147337,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 +147435,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 +147634,7 @@ webhooks: type: string required: - after_id - repository: *631 + repository: *632 sender: *4 required: - action @@ -147707,10 +147714,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 +147844,7 @@ webhooks: - creator - created_at - updated_at - repository: *631 + repository: *632 sender: *4 required: - action @@ -147917,10 +147924,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 +147967,7 @@ webhooks: - name - created_at - updated_at - repository: *631 + repository: *632 sender: *4 required: - action @@ -148039,14 +148046,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 +148142,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 +148226,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 +148310,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 +148394,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 +148502,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 +148585,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 +148670,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 +148820,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 +148903,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 +149026,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 +149111,7 @@ webhooks: type: string enum: - archived - changes: &672 + changes: &673 type: object properties: archived_at: @@ -149120,9 +149127,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 +149268,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 +149352,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 +149435,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 +149542,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 +149562,7 @@ webhooks: required: - id - name - - &671 + - &672 title: Projects v2 Iteration Setting description: An iteration setting for an iteration field type: object @@ -149584,8 +149591,8 @@ webhooks: oneOf: - type: string - type: integer - - *670 - *671 + - *672 type: - 'null' - string @@ -149608,9 +149615,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 +149714,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 +149799,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 +149884,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 +149967,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 +150104,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 +150252,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 +150325,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 +150405,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 +152760,7 @@ webhooks: - auto_merge - active_lock_reason - draft - repository: *631 + repository: *632 sender: *4 required: - action @@ -152835,11 +152842,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 +155188,7 @@ webhooks: - draft reason: type: string - repository: *631 + repository: *632 sender: *4 required: - action @@ -155263,11 +155270,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 +157616,7 @@ webhooks: - draft reason: type: string - repository: *631 + repository: *632 sender: *4 required: - action @@ -157691,13 +157698,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 +157766,7 @@ webhooks: Please use `squash_merge_commit_title` instead.** type: boolean default: false - repository: *631 + repository: *632 sender: *4 required: - action @@ -157840,12 +157847,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 +157932,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 +160263,7 @@ webhooks: - auto_merge - active_lock_reason - draft - repository: *631 + repository: *632 sender: *4 required: - action @@ -160335,11 +160342,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 +162692,7 @@ webhooks: - BRANCH_PROTECTIONS - GIT_TREE_INVALID - INVALID_MERGE_COMMIT - repository: *631 + repository: *632 sender: *4 required: - action @@ -162809,12 +162816,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 +162901,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 +165236,7 @@ webhooks: - auto_merge - active_lock_reason - draft - repository: *631 + repository: *632 sender: *4 required: - action @@ -165309,11 +165316,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 +167668,7 @@ webhooks: - auto_merge - active_lock_reason - draft - repository: *631 + repository: *632 sender: *4 required: - action @@ -167742,10 +167749,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 +170098,7 @@ webhooks: - auto_merge - active_lock_reason - draft - repository: *631 + repository: *632 sender: *4 required: - action @@ -170171,12 +170178,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 +170262,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 +170348,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 +170433,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 +170813,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 +173045,7 @@ webhooks: - _links - author_association - active_lock_reason - repository: *631 + repository: *632 sender: *4 required: - action @@ -173118,7 +173125,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 +173418,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 +175638,7 @@ webhooks: - _links - author_association - active_lock_reason - repository: *631 + repository: *632 sender: *4 required: - action @@ -175711,11 +175718,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 +177943,7 @@ webhooks: - _links - author_association - active_lock_reason - repository: *631 + repository: *632 sender: *4 required: - action @@ -178017,9 +178024,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 +180259,7 @@ webhooks: - author_association - auto_merge - active_lock_reason - repository: *631 + repository: *632 review: description: The review that was affected. type: object @@ -180498,9 +180505,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 +182621,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 +182855,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 +185207,7 @@ webhooks: - auto_merge - active_lock_reason - draft - repository: *631 + repository: *632 requested_reviewer: title: User type: @@ -185286,12 +185293,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 +187652,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 +187847,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 +190201,7 @@ webhooks: - auto_merge - active_lock_reason - draft - repository: *631 + repository: *632 requested_reviewer: title: User type: @@ -190281,12 +190288,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 +192633,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 +192817,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 +195055,8 @@ webhooks: - author_association - auto_merge - active_lock_reason - repository: *631 - review: *679 + repository: *632 + review: *680 sender: *4 required: - action @@ -195129,9 +195136,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 +197269,7 @@ webhooks: - author_association - auto_merge - active_lock_reason - repository: *631 + repository: *632 sender: *4 thread: type: object @@ -197654,9 +197661,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 +199777,7 @@ webhooks: - author_association - auto_merge - active_lock_reason - repository: *631 + repository: *632 sender: *4 thread: type: object @@ -200164,10 +200171,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 +202509,7 @@ webhooks: - auto_merge - active_lock_reason - draft - repository: *631 + repository: *632 sender: *4 required: - action @@ -202584,11 +202591,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 +204945,7 @@ webhooks: - auto_merge - active_lock_reason - draft - repository: *631 + repository: *632 sender: *4 required: - action @@ -205017,11 +205024,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 +207367,7 @@ webhooks: - auto_merge - active_lock_reason - draft - repository: *631 + repository: *632 sender: *4 required: - action @@ -207441,10 +207448,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 +209780,7 @@ webhooks: - auto_merge - active_lock_reason - draft - repository: *631 + repository: *632 sender: *4 required: - action @@ -209976,7 +209983,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 +210078,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 +210667,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 +211146,7 @@ webhooks: type: string rubygems_metadata: type: array - items: *662 + items: *663 summary: type: string tag_name: @@ -211195,7 +211202,7 @@ webhooks: - owner - package_version - registry - repository: *631 + repository: *632 sender: *4 required: - action @@ -211273,9 +211280,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 +211594,7 @@ webhooks: - published_at rubygems_metadata: type: array - items: *662 + items: *663 summary: type: string tag_name: @@ -211637,7 +211644,7 @@ webhooks: - owner - package_version - registry - repository: *631 + repository: *632 sender: *4 required: - action @@ -211714,10 +211721,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 +212040,7 @@ webhooks: - tarball_url - zipball_url - body - repository: *631 + repository: *632 sender: *4 required: - action @@ -212110,11 +212117,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 +212238,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 +212320,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 +212643,7 @@ webhooks: - string - 'null' format: uri - repository: *631 + repository: *632 sender: *4 required: - action @@ -212712,10 +212719,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 +213040,7 @@ webhooks: - string - 'null' format: uri - repository: *631 + repository: *632 sender: *4 required: - action @@ -213109,11 +213116,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 +213196,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 +213276,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 +213356,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 +213436,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 +213516,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 +213597,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 +213685,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 +213803,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 +213878,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 +213962,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 +214042,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 +214139,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 +214222,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 +214304,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 +214386,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 +214409,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 +214451,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 +214697,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 +214778,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 +214859,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 +214983,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 +215196,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 +215277,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 +215483,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 +215564,7 @@ webhooks: type: string enum: - created - alert: &684 + alert: &685 type: object properties: number: *52 @@ -215667,10 +215674,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 +215758,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 +216000,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 +216082,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 +216164,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 +216246,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 +216380,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 +216461,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 +216651,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 +216728,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 +216917,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 +216999,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 +217309,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 +217402,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 +217484,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 +217568,7 @@ webhooks: type: string enum: - pending_tier_change - changes: &689 + changes: &690 type: object properties: tier: @@ -217605,13 +217612,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 +217695,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 +217775,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 +217862,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 +218299,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 +218423,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 +218515,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 +218607,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 +218699,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 +218778,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 +218976,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 +219448,7 @@ webhooks: - topics - visibility sender: *4 - team: *690 + team: *691 required: - action - team @@ -219517,9 +219524,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 +219996,7 @@ webhooks: - topics - visibility sender: *4 - team: *690 + team: *691 required: - action - team @@ -220066,9 +220073,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 +220545,7 @@ webhooks: - topics - visibility sender: *4 - team: *690 + team: *691 required: - action - team @@ -220682,9 +220689,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 +221161,7 @@ webhooks: - topics - visibility sender: *4 - team: *690 + team: *691 required: - action - changes @@ -221232,9 +221239,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 +221711,7 @@ webhooks: - topics - visibility sender: *4 - team: *690 + team: *691 required: - action - team @@ -221780,10 +221787,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 +221863,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 +221955,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 +222214,7 @@ webhooks: type: string required: - conclusion - deployment: *418 + deployment: *419 required: - action - repository @@ -222286,10 +222293,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 +222578,7 @@ webhooks: required: - status - steps - deployment: *418 + deployment: *419 required: - action - repository @@ -222650,10 +222657,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 +222806,7 @@ webhooks: - workflow_name - head_branch - created_at - deployment: *418 + deployment: *419 required: - action - repository @@ -222878,10 +222885,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 +223035,7 @@ webhooks: - workflow_name - head_branch - created_at - deployment: *418 + deployment: *419 required: - action - repository @@ -223108,12 +223115,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 +224139,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 +225148,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..ae5d754d19 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,14 @@ "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.", + "schema": { + "type": "string" + } + }, { "name": "scope", "in": "query", @@ -91468,6 +91476,14 @@ "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.", + "schema": { + "type": "string" + } + }, { "name": "scope", "in": "query", @@ -249322,7 +249338,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 +258120,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 +300814,14 @@ "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.", + "schema": { + "type": "string" + } + }, { "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..bd58c57779 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,13 @@ 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. + schema: + type: string + - &153 name: scope in: query description: The scope of the vulnerable dependency. If specified, only alerts @@ -8842,7 +8849,7 @@ paths: enum: - development - runtime - - &153 + - &154 name: sort in: query description: |- @@ -8860,7 +8867,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 +8880,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 +8900,7 @@ paths: application/json: schema: type: array - items: &156 + items: &157 type: object description: A Dependabot alert. properties: @@ -8963,7 +8970,7 @@ paths: - direct - transitive - - security_advisory: &410 + security_advisory: &411 type: object description: Details for the GitHub Security Advisory. readOnly: true @@ -9231,7 +9238,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 +9265,7 @@ paths: - repository additionalProperties: false examples: - default: &157 + default: &158 value: - number: 2 state: dismissed @@ -9605,7 +9612,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 +9623,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 +9633,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 +9642,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 +9658,7 @@ paths: - *17 - *37 - *38 - - &239 + - &240 name: validity in: query description: A comma-separated list of validities that, when present, will @@ -9660,7 +9667,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 +9676,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 +9692,7 @@ paths: application/json: schema: type: array - items: &242 + items: &243 type: object properties: number: *52 @@ -9701,14 +9708,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 +9820,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 +10273,7 @@ paths: milestone: anyOf: - type: 'null' - - &398 + - &399 title: Milestone description: A collection of related issues and pull requests. @@ -10438,7 +10445,7 @@ paths: timeline_url: type: string format: uri - type: &184 + type: &185 title: Issue Type description: The type of issue. type: @@ -10583,7 +10590,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 +11165,7 @@ paths: url: type: string format: uri - user: &585 + user: &586 title: Public User description: Public User type: object @@ -13053,7 +13060,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 +13111,7 @@ paths: type: array items: *74 examples: - default: &188 + default: &189 value: - id: 1 node_id: MDU6SXNzdWUx @@ -14515,14 +14522,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 +14600,7 @@ paths: '404': *6 '403': *27 '304': *35 - '301': &278 + '301': &279 description: Moved permanently content: application/json: @@ -14615,7 +14622,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 +14630,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 +14640,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 +15011,7 @@ paths: type: boolean examples: - false - security_and_analysis: &225 + security_and_analysis: &226 type: - object - 'null' @@ -15159,7 +15166,7 @@ paths: - url - subscription_url examples: - default: &489 + default: &490 value: - id: '1' repository: @@ -15780,7 +15787,7 @@ paths: - avatar_url - description examples: - default: &602 + default: &603 value: - login: github id: 1 @@ -16756,7 +16763,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 +17661,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 +17751,7 @@ paths: type: array items: *59 examples: - default: &596 + default: &597 value: total_count: 1 repositories: @@ -18072,7 +18079,7 @@ paths: description: Response content: application/json: - schema: &293 + schema: &294 type: object properties: default_workflow_permissions: &108 @@ -18123,7 +18130,7 @@ paths: required: false content: application/json: - schema: &294 + schema: &295 type: object properties: default_workflow_permissions: *108 @@ -18616,7 +18623,7 @@ paths: type: array items: *115 examples: - default: &588 + default: &589 value: total_count: 1 repositories: @@ -19263,7 +19270,7 @@ paths: application/json: schema: type: array - items: &295 + items: &296 title: Runner Application description: Runner Application type: object @@ -19288,7 +19295,7 @@ paths: - download_url - filename examples: - default: &296 + default: &297 value: - os: osx architecture: x64 @@ -19374,7 +19381,7 @@ paths: - no-gpu work_folder: _work responses: - '201': &297 + '201': &298 description: Response content: application/json: @@ -19489,7 +19496,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 +19535,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 +19569,7 @@ paths: application/json: schema: *117 examples: - default: &300 + default: &301 value: id: 23 name: MBP @@ -19787,7 +19794,7 @@ paths: - *90 - *116 responses: - '200': &301 + '200': &302 description: Response content: application/json: @@ -19844,7 +19851,7 @@ paths: parameters: - *90 - *116 - - &302 + - &303 name: name description: The name of a self-hosted runner's custom label. in: path @@ -19976,7 +19983,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 +20018,7 @@ paths: - key_id - key examples: - default: &315 + default: &316 value: key_id: '012345678912345678' key: 2Sg8iYjAxxmI2LvUXpJjkYrMxURPc8r+dB7TJyvv1234 @@ -20424,7 +20431,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 +20971,7 @@ paths: bundle_url: type: string examples: - default: &328 + default: &329 value: attestations: - bundle: @@ -21083,7 +21090,7 @@ paths: type: array items: *4 examples: - default: &189 + default: &190 value: - login: octocat id: 1 @@ -21324,7 +21331,7 @@ paths: parent: anyOf: - type: 'null' - - &201 + - &202 title: Team Simple description: Groups of organization members that gives permissions on specified repositories. @@ -21901,7 +21908,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 +21918,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 +21942,7 @@ paths: be returned. in: query required: false - schema: &356 + schema: &357 type: string description: State of a code scanning alert. enum: @@ -21958,7 +21965,7 @@ paths: be returned. in: query required: false - schema: &357 + schema: &358 type: string description: Severity of a code scanning alert. enum: @@ -21984,7 +21991,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 +22013,7 @@ paths: - type: 'null' - *4 dismissed_at: *133 - dismissed_reason: &359 + dismissed_reason: &360 type: - string - 'null' @@ -22017,14 +22024,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 +22092,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 +22103,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 +22122,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 +23374,7 @@ paths: type: integer codespaces: type: array - items: &190 + items: &191 type: object title: Codespace description: A codespace. @@ -23402,7 +23409,7 @@ paths: machine: anyOf: - type: 'null' - - &386 + - &387 type: object title: Codespace machine description: A description of the machine powering a codespace. @@ -23689,7 +23696,7 @@ paths: - pulls_url - recent_folders examples: - default: &191 + default: &192 value: total_count: 3 codespaces: @@ -24354,7 +24361,7 @@ paths: - updated_at - visibility examples: - default: &387 + default: &388 value: total_count: 2 secrets: @@ -24392,7 +24399,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 +24434,7 @@ paths: - key_id - key examples: - default: &389 + default: &390 value: key_id: '012345678912345678' key: 2Sg8iYjAxxmI2LvUXpJjkYrMxURPc8r+dB7TJyvv1234 @@ -24459,7 +24466,7 @@ paths: application/json: schema: *144 examples: - default: &391 + default: &392 value: name: GH_TOKEN created_at: '2019-08-10T14:59:22Z' @@ -24926,7 +24933,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 +25507,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 +25822,7 @@ paths: - date additionalProperties: true examples: - default: &249 + default: &250 value: - date: '2024-06-24' total_active_users: 24 @@ -25917,7 +25924,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 +25959,12 @@ paths: - *151 - *152 - *153 + - *154 - *46 - *37 - *38 - - *154 - *155 + - *156 - *17 responses: '200': @@ -25965,9 +25973,9 @@ paths: application/json: schema: type: array - items: *156 + items: *157 examples: - default: *157 + default: *158 '304': *35 '400': *14 '403': *27 @@ -26011,7 +26019,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 +26098,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 +26117,7 @@ paths: - key_id - key examples: - default: &415 + default: &416 value: key_id: '012345678912345678' key: 2Sg8iYjAxxmI2LvUXpJjkYrMxURPc8r+dB7TJyvv1234 @@ -26139,7 +26147,7 @@ paths: description: Response content: application/json: - schema: *158 + schema: *159 examples: default: value: @@ -26436,7 +26444,7 @@ paths: application/json: schema: type: array - items: &203 + items: &204 title: Package description: A software package type: object @@ -26507,7 +26515,7 @@ paths: - created_at - updated_at examples: - default: &204 + default: &205 value: - id: 197 name: hello_docker @@ -26674,7 +26682,7 @@ paths: application/json: schema: type: array - items: &181 + items: &182 title: Organization Invitation description: Organization Invitation type: object @@ -26728,7 +26736,7 @@ paths: - invitation_teams_url - node_id examples: - default: &182 + default: &183 value: - id: 1 login: monalisa @@ -26795,7 +26803,7 @@ paths: application/json: schema: type: array - items: &159 + items: &160 title: Org Hook description: Org Hook type: object @@ -26980,9 +26988,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 +27038,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 +27051,9 @@ paths: description: Response content: application/json: - schema: *159 + schema: *160 examples: - default: *160 + default: *161 '404': *6 x-github: githubCloudOnly: false @@ -27073,7 +27081,7 @@ paths: url: https://docs.github.com/rest/orgs/webhooks#update-an-organization-webhook parameters: - *90 - - *161 + - *162 requestBody: required: false content: @@ -27119,7 +27127,7 @@ paths: description: Response content: application/json: - schema: *159 + schema: *160 examples: default: value: @@ -27161,7 +27169,7 @@ paths: url: https://docs.github.com/rest/orgs/webhooks#delete-an-organization-webhook parameters: - *90 - - *161 + - *162 responses: '204': description: Response @@ -27189,7 +27197,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 +27228,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 +27279,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 +27289,9 @@ paths: application/json: schema: type: array - items: *163 + items: *164 examples: - default: *164 + default: *165 '400': *14 '422': *15 x-github: @@ -27309,16 +27317,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 +27352,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 +27382,7 @@ paths: url: https://docs.github.com/rest/orgs/webhooks#ping-an-organization-webhook parameters: - *90 - - *161 + - *162 responses: '204': description: Response @@ -27397,7 +27405,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 +27418,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 +27433,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 +27528,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 +27613,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 +27636,7 @@ paths: type: integer format: int64 examples: - default: &170 + default: &171 value: total_request_count: 34225 rate_limited_request_count: 23 @@ -27649,23 +27657,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 +27692,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 +27721,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 +27736,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 +27752,7 @@ paths: type: integer format: int64 examples: - default: &176 + default: &177 value: - timestamp: '2024-09-11T15:00:00Z' total_request_count: 34225 @@ -27781,18 +27789,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 +27818,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 +27848,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 +27938,7 @@ paths: application/json: schema: *20 examples: - default: &453 + default: &454 value: id: 1 account: @@ -28096,12 +28104,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 +28137,7 @@ paths: properties: {} additionalProperties: false examples: - default: &180 + default: &181 value: limit: collaborators_only origin: organization @@ -28158,13 +28166,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 +28197,9 @@ paths: description: Response content: application/json: - schema: *179 + schema: *180 examples: - default: *180 + default: *181 '422': *15 x-github: githubCloudOnly: false @@ -28267,9 +28275,9 @@ paths: application/json: schema: type: array - items: *181 + items: *182 examples: - default: *182 + default: *183 headers: Link: *57 '404': *6 @@ -28346,7 +28354,7 @@ paths: description: Response content: application/json: - schema: *181 + schema: *182 examples: default: value: @@ -28401,7 +28409,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 +28440,7 @@ paths: url: https://docs.github.com/rest/orgs/members#list-organization-invitation-teams parameters: - *90 - - *183 + - *184 - *17 - *19 responses: @@ -28444,7 +28452,7 @@ paths: type: array items: *146 examples: - default: &202 + default: &203 value: - id: 1 node_id: MDQ6VGVhbTE= @@ -28487,7 +28495,7 @@ paths: application/json: schema: type: array - items: *184 + items: *185 examples: default: value: @@ -28575,9 +28583,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 +28618,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 +28674,9 @@ paths: description: Response content: application/json: - schema: *184 + schema: *185 examples: - default: *185 + default: *186 '404': *6 '422': *7 x-github: @@ -28693,7 +28701,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 +28764,7 @@ paths: - closed - all default: open - - *187 + - *188 - name: type description: Can be the name of an issue type. in: query @@ -28787,7 +28795,7 @@ paths: type: array items: *74 examples: - default: *188 + default: *189 headers: Link: *57 '404': *6 @@ -28845,7 +28853,7 @@ paths: type: array items: *4 examples: - default: *189 + default: *190 headers: Link: *57 '422': *15 @@ -28941,9 +28949,9 @@ paths: type: integer codespaces: type: array - items: *190 + items: *191 examples: - default: *191 + default: *192 '304': *35 '500': *143 '401': *23 @@ -28970,7 +28978,7 @@ paths: parameters: - *90 - *128 - - &192 + - &193 name: codespace_name in: path required: true @@ -29005,15 +29013,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 +29201,7 @@ paths: description: The user's GitHub Copilot seat details, including usage. content: application/json: - schema: *193 + schema: *194 examples: default: value: @@ -29268,7 +29276,7 @@ paths: description: Response content: application/json: - schema: &194 + schema: &195 title: Org Membership description: Org Membership type: object @@ -29321,7 +29329,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 +29426,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 +29497,7 @@ paths: application/json: schema: type: array - items: &196 + items: &197 title: Migration description: A migration. type: object @@ -29827,7 +29835,7 @@ paths: description: Response content: application/json: - schema: *196 + schema: *197 examples: default: value: @@ -30006,7 +30014,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 +30042,7 @@ paths: * `failed`, which means the migration failed. content: application/json: - schema: *196 + schema: *197 examples: default: value: @@ -30204,7 +30212,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 +30234,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 +30258,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 +30287,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 +30299,7 @@ paths: type: array items: *115 examples: - default: &209 + default: &210 value: - id: 1296269 node_id: MDEwOlJlcG9zaXRvcnkxMjk2MjY5 @@ -30444,7 +30452,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 +30602,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 +30634,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 +30671,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 +30725,7 @@ paths: parameters: - *90 - *128 - - *199 + - *200 responses: '204': description: Response @@ -30749,7 +30757,7 @@ paths: parameters: - *90 - *128 - - *199 + - *200 responses: '204': description: Response @@ -30778,13 +30786,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 +30843,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 +30922,7 @@ paths: parent: anyOf: - type: 'null' - - *201 + - *202 required: - id - node_id @@ -30928,7 +30936,7 @@ paths: - slug - parent examples: - default: *202 + default: *203 headers: Link: *57 '404': @@ -30958,7 +30966,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 +30995,7 @@ paths: inherited_from: description: Team the user has gotten the role through type: array - items: *201 + items: *202 name: type: - string @@ -31104,7 +31112,7 @@ paths: - type - url examples: - default: *189 + default: *190 headers: Link: *57 '404': @@ -31152,7 +31160,7 @@ paths: type: array items: *4 examples: - default: *189 + default: *190 headers: Link: *57 x-github: @@ -31294,7 +31302,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 +31338,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 +31365,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 +31383,7 @@ paths: - docker - nuget - container - - &206 + - &207 name: package_name description: The name of the package. in: path @@ -31388,7 +31396,7 @@ paths: description: Response content: application/json: - schema: *203 + schema: *204 examples: default: value: @@ -31440,8 +31448,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 +31482,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 +31516,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 +31538,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 +31673,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 +31688,7 @@ paths: description: Response content: application/json: - schema: *207 + schema: *208 examples: default: value: @@ -31716,10 +31724,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 +31759,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 +31792,7 @@ paths: - *90 - *17 - *19 - - &210 + - &211 name: sort description: The property by which to sort the results. in: query @@ -31795,7 +31803,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 +31815,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 +31824,7 @@ paths: type: string examples: - Hello-World - - &213 + - &214 name: permission description: The permission to use to filter the results. in: query @@ -31825,7 +31833,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 +31843,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 +31853,7 @@ paths: schema: type: string format: date-time - - &216 + - &217 name: token_id description: The ID of the token in: query @@ -32164,7 +32172,7 @@ paths: type: array items: *115 examples: - default: *209 + default: *210 headers: Link: *57 x-github: @@ -32190,14 +32198,14 @@ paths: - *90 - *17 - *19 - - *210 - - *46 - *211 + - *46 - *212 - *213 - *214 - *215 - *216 + - *217 responses: '500': *143 '422': *15 @@ -32481,7 +32489,7 @@ paths: type: array items: *115 examples: - default: *209 + default: *210 headers: Link: *57 x-github: @@ -32523,7 +32531,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 +32741,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 +32839,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 +32988,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 +33170,7 @@ paths: description: Response content: application/json: - schema: *219 + schema: *220 examples: default: value: @@ -33200,7 +33208,7 @@ paths: '401': *23 '403': *27 '404': *6 - '410': &275 + '410': &276 description: Gone content: application/json: @@ -33235,7 +33243,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 +33319,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 +33378,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 +33408,9 @@ paths: application/json: schema: type: array - items: *220 + items: *221 examples: - default: *221 + default: *222 '403': *27 '404': *6 x-github: @@ -33424,7 +33432,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 +33444,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 +33481,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 +33559,9 @@ paths: description: Response content: application/json: - schema: *220 + schema: *221 examples: - default: *223 + default: *224 '403': *27 '404': *6 x-github: @@ -33577,7 +33585,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 +33649,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 +33739,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 +33792,7 @@ paths: type: array items: *4 examples: - default: *189 + default: *190 headers: Link: *57 x-github: @@ -33923,7 +33931,7 @@ paths: type: array items: *115 examples: - default: *209 + default: *210 headers: Link: *57 x-github: @@ -34126,7 +34134,7 @@ paths: description: Response content: application/json: - schema: &277 + schema: &278 title: Full Repository description: Full Repository type: object @@ -34591,7 +34599,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 +34629,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 +34713,7 @@ paths: - network_count - subscribers_count examples: - default: &279 + default: &280 value: id: 1296269 node_id: MDEwOlJlcG9zaXRvcnkxMjk2MjY5 @@ -35226,7 +35234,7 @@ paths: - *90 - *17 - *19 - - &539 + - &540 name: targets description: | A comma-separated list of rule targets to filter by. @@ -35245,7 +35253,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 +35288,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 +35301,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 +35367,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 +35391,7 @@ paths: match. items: type: string - - &230 + - &231 title: Organization ruleset conditions type: object description: |- @@ -35397,7 +35405,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 +35439,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 +35461,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 +35474,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 +35507,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 +35515,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 +35532,7 @@ paths: type: string enum: - creation - - &518 + - &519 title: update description: Only allow users with bypass permission to update matching refs. @@ -35545,7 +35553,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 +35565,7 @@ paths: type: string enum: - deletion - - &521 + - &522 title: required_linear_history description: Prevent merge commits from being pushed to matching refs. @@ -35569,7 +35577,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 +35655,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 +35679,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 +35691,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 +35753,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 +35801,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 +35813,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 +35849,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,115 +35885,115 @@ paths: required: - operator - pattern - - &530 - title: committer_email_pattern - description: Parameters to be used for the committer_email_pattern - rule - type: object - required: - - type - properties: - type: - type: string - enum: - - committer_email_pattern - parameters: - type: object - properties: - name: - type: string - description: How this rule will appear to users. - negate: - type: boolean - description: If true, the rule will fail if the - pattern matches. - operator: - type: string - description: The operator to use for matching. - enum: - - starts_with - - ends_with - - contains - - regex - pattern: - type: string - description: The pattern to match with. - required: - - operator - - pattern - - &531 - title: branch_name_pattern - description: Parameters to be used for the branch_name_pattern - rule - type: object - required: - - type - properties: - type: - type: string - enum: - - branch_name_pattern - parameters: - type: object - properties: - name: - type: string - description: How this rule will appear to users. - negate: - type: boolean - description: If true, the rule will fail if the - pattern matches. - operator: - type: string - description: The operator to use for matching. - enum: - - starts_with - - ends_with - - contains - - regex - pattern: - type: string - description: The pattern to match with. - required: - - operator - - pattern - - &532 - title: tag_name_pattern - description: Parameters to be used for the tag_name_pattern - rule - type: object - required: - - type - properties: - type: - type: string - enum: - - tag_name_pattern - parameters: - type: object - properties: - name: - type: string - description: How this rule will appear to users. - negate: - type: boolean - description: If true, the rule will fail if the - pattern matches. - operator: - type: string - description: The operator to use for matching. - enum: - - starts_with - - ends_with - - contains - - regex - pattern: - type: string - description: The pattern to match with. - required: - - operator - - pattern - - &533 + - &531 + title: committer_email_pattern + description: Parameters to be used for the committer_email_pattern + rule + type: object + required: + - type + properties: + type: + type: string + enum: + - committer_email_pattern + parameters: + type: object + properties: + name: + type: string + description: How this rule will appear to users. + negate: + type: boolean + description: If true, the rule will fail if the + pattern matches. + operator: + type: string + description: The operator to use for matching. + enum: + - starts_with + - ends_with + - contains + - regex + pattern: + type: string + description: The pattern to match with. + required: + - operator + - pattern + - &532 + title: branch_name_pattern + description: Parameters to be used for the branch_name_pattern + rule + type: object + required: + - type + properties: + type: + type: string + enum: + - branch_name_pattern + parameters: + type: object + properties: + name: + type: string + description: How this rule will appear to users. + negate: + type: boolean + description: If true, the rule will fail if the + pattern matches. + operator: + type: string + description: The operator to use for matching. + enum: + - starts_with + - ends_with + - contains + - regex + pattern: + type: string + description: The pattern to match with. + required: + - operator + - pattern + - &533 + title: tag_name_pattern + description: Parameters to be used for the tag_name_pattern + rule + type: object + required: + - type + properties: + type: + type: string + enum: + - tag_name_pattern + parameters: + type: object + properties: + name: + type: string + description: How this rule will appear to users. + negate: + type: boolean + description: If true, the rule will fail if the + pattern matches. + operator: + type: string + description: The operator to use for matching. + enum: + - starts_with + - ends_with + - contains + - regex + pattern: + type: string + description: The pattern to match with. + required: + - operator + - pattern + - &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 +36018,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 +36042,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 +36065,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 +36090,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 +36140,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 +36274,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 +36321,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 +36378,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 +36393,7 @@ paths: in: query schema: type: string - - &541 + - &542 name: time_period description: |- The time period to filter by. @@ -36401,14 +36409,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 +36436,7 @@ paths: description: Response content: application/json: - schema: &544 + schema: &545 title: Rule Suites description: Response type: array @@ -36484,7 +36492,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 +36536,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 +36552,7 @@ paths: description: Response content: application/json: - schema: &547 + schema: &548 title: Rule Suite description: Response type: object @@ -36651,7 +36659,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 +36732,9 @@ paths: description: Response content: application/json: - schema: *232 + schema: *233 examples: - default: *233 + default: *234 '404': *6 '500': *143 put: @@ -36770,16 +36778,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 +36822,9 @@ paths: description: Response content: application/json: - schema: *232 + schema: *233 examples: - default: *233 + default: *234 '404': *6 '500': *143 delete: @@ -36873,7 +36881,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 +36905,7 @@ paths: type: string format: date-time examples: - default: &550 + default: &551 value: - version_id: 3 actor: @@ -36950,9 +36958,9 @@ paths: description: Response content: application/json: - schema: &551 + schema: &552 allOf: - - *234 + - *235 - type: object required: - state @@ -37022,14 +37030,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 +37047,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 +37057,9 @@ paths: required: false schema: type: string - - *239 - *240 - *241 + - *242 responses: '200': description: Response @@ -37059,9 +37067,9 @@ paths: application/json: schema: type: array - items: *242 + items: *243 examples: - default: *243 + default: *244 headers: Link: *57 '404': *6 @@ -37131,7 +37139,7 @@ paths: application/json: schema: type: array - items: &560 + items: &561 description: A repository security advisory. type: object properties: @@ -37375,7 +37383,7 @@ paths: login: type: string description: The username of the user credited. - type: *244 + type: *245 credits_detailed: type: - array @@ -37386,7 +37394,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 +37458,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 +37845,9 @@ paths: application/json: schema: type: array - items: *201 + items: *202 examples: - default: *202 + default: *203 x-github: githubCloudOnly: false enabledForGitHubApps: true @@ -37863,7 +37871,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 +37897,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 +37932,7 @@ paths: description: Response content: application/json: - schema: &619 + schema: &620 type: object properties: total_minutes_used: @@ -37994,7 +38002,7 @@ paths: - included_minutes - minutes_used_breakdown examples: - default: &620 + default: &621 value: total_minutes_used: 305 total_paid_minutes_used: 0 @@ -38030,7 +38038,7 @@ paths: description: Response content: application/json: - schema: &621 + schema: &622 type: object properties: total_gigabytes_bandwidth_used: @@ -38048,7 +38056,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 +38088,7 @@ paths: description: Response content: application/json: - schema: &623 + schema: &624 type: object properties: days_left_in_billing_cycle: @@ -38098,7 +38106,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 +38148,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 +38273,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 +38304,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 +38316,9 @@ paths: description: Response content: application/json: - schema: *245 + schema: *246 examples: - default: *246 + default: *247 headers: Link: *57 x-github: @@ -38332,7 +38340,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 +38379,9 @@ paths: description: Response content: application/json: - schema: *245 + schema: *246 examples: - default: *246 + default: *247 x-github: githubCloudOnly: false enabledForGitHubApps: true @@ -38393,7 +38401,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 +38514,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 +38546,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 +38582,7 @@ paths: type: array items: *146 examples: - default: *202 + default: *203 headers: Link: *57 '403': *27 @@ -38668,7 +38676,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 +38750,7 @@ paths: parent: anyOf: - type: 'null' - - *201 + - *202 members_count: type: integer examples: @@ -39048,7 +39056,7 @@ paths: - repos_count - organization examples: - default: &252 + default: &253 value: id: 1 node_id: MDQ6VGVhbTE= @@ -39119,15 +39127,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 +39157,7 @@ paths: url: https://docs.github.com/rest/teams/teams#update-a-team parameters: - *90 - - *198 + - *199 requestBody: required: false content: @@ -39212,16 +39220,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 +39255,7 @@ paths: url: https://docs.github.com/rest/teams/teams#delete-a-team parameters: - *90 - - *198 + - *199 responses: '204': description: Response @@ -39274,7 +39282,7 @@ paths: url: https://docs.github.com/rest/teams/discussions#list-discussions parameters: - *90 - - *198 + - *199 - *46 - *17 - *19 @@ -39291,7 +39299,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 +39410,7 @@ paths: - updated_at - url examples: - default: &575 + default: &576 value: - author: login: octocat @@ -39477,7 +39485,7 @@ paths: url: https://docs.github.com/rest/teams/discussions#create-a-discussion parameters: - *90 - - *198 + - *199 requestBody: required: true content: @@ -39511,9 +39519,9 @@ paths: description: Response content: application/json: - schema: *253 + schema: *254 examples: - default: &254 + default: &255 value: author: login: octocat @@ -39586,8 +39594,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 +39607,9 @@ paths: description: Response content: application/json: - schema: *253 + schema: *254 examples: - default: *254 + default: *255 x-github: githubCloudOnly: false enabledForGitHubApps: true @@ -39624,8 +39632,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 +39656,9 @@ paths: description: Response content: application/json: - schema: *253 + schema: *254 examples: - default: &576 + default: &577 value: author: login: octocat @@ -39721,8 +39729,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 +39757,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 +39769,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 +39849,7 @@ paths: - updated_at - url examples: - default: &577 + default: &578 value: - author: login: octocat @@ -39910,8 +39918,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 +39941,9 @@ paths: description: Response content: application/json: - schema: *256 + schema: *257 examples: - default: &257 + default: &258 value: author: login: octocat @@ -40002,9 +40010,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 +40024,9 @@ paths: description: Response content: application/json: - schema: *256 + schema: *257 examples: - default: *257 + default: *258 x-github: githubCloudOnly: false enabledForGitHubApps: true @@ -40041,9 +40049,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 +40073,9 @@ paths: description: Response content: application/json: - schema: *256 + schema: *257 examples: - default: &578 + default: &579 value: author: login: octocat @@ -40132,9 +40140,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 +40169,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 +40197,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 +40241,7 @@ paths: - content - created_at examples: - default: &261 + default: &262 value: - id: 1 node_id: MDg6UmVhY3Rpb24x @@ -40284,9 +40292,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 +40327,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 +40358,9 @@ paths: description: Response content: application/json: - schema: *259 + schema: *260 examples: - default: *260 + default: *261 x-github: githubCloudOnly: false enabledForGitHubApps: true @@ -40376,10 +40384,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 +40420,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 +40447,9 @@ paths: application/json: schema: type: array - items: *259 + items: *260 examples: - default: *261 + default: *262 headers: Link: *57 x-github: @@ -40468,8 +40476,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 +40509,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 +40542,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 +40569,7 @@ paths: url: https://docs.github.com/rest/teams/members#list-pending-team-invitations parameters: - *90 - - *198 + - *199 - *17 - *19 responses: @@ -40571,9 +40579,9 @@ paths: application/json: schema: type: array - items: *181 + items: *182 examples: - default: *182 + default: *183 headers: Link: *57 x-github: @@ -40596,7 +40604,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 +40627,7 @@ paths: type: array items: *4 examples: - default: *189 + default: *190 headers: Link: *57 x-github: @@ -40650,14 +40658,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 +40693,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 +40730,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 +40756,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 +40794,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 +40821,7 @@ paths: url: https://docs.github.com/rest/teams/teams#list-team-projects parameters: - *90 - - *198 + - *199 - *17 - *19 responses: @@ -40823,7 +40831,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 +40900,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 +40964,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 +40977,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 +41042,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 +41111,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 +41140,7 @@ paths: url: https://docs.github.com/rest/teams/teams#list-team-repositories parameters: - *90 - - *198 + - *199 - *17 - *19 responses: @@ -41144,7 +41152,7 @@ paths: type: array items: *115 examples: - default: *209 + default: *210 headers: Link: *57 x-github: @@ -41174,15 +41182,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 +41832,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 +41880,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 +41907,7 @@ paths: url: https://docs.github.com/rest/teams/teams#list-child-teams parameters: - *90 - - *198 + - *199 - *17 - *19 responses: @@ -41911,7 +41919,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 +42046,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 +42058,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 +42133,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 +42189,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 +42219,9 @@ paths: description: Response content: application/json: - schema: *269 + schema: *270 examples: - default: *270 + default: *271 '304': *35 '403': *27 '401': *23 @@ -42240,7 +42248,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 +42292,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 +42405,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 +42417,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 +42471,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 +42506,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 +42531,9 @@ paths: description: Response content: application/json: - schema: *272 + schema: *273 examples: - default: *273 + default: *274 '304': *35 '403': *27 '401': *23 @@ -42550,7 +42558,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 +42587,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 +42608,7 @@ paths: application/json: schema: type: array - items: *269 + items: *270 examples: default: value: @@ -42659,7 +42667,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 +42711,9 @@ paths: description: Response content: application/json: - schema: *269 + schema: *270 examples: - default: *270 + default: *271 '304': *35 '403': *27 '401': *23 @@ -42761,7 +42769,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 +42830,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 +42895,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 +42944,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 +42967,7 @@ paths: items: type: string '401': *23 - '410': *275 + '410': *276 '422': *7 x-github: githubCloudOnly: false @@ -42982,7 +42990,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 +43011,7 @@ paths: items: type: string '401': *23 - '410': *275 + '410': *276 '404': *6 x-github: githubCloudOnly: false @@ -43027,7 +43035,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 +43062,7 @@ paths: type: array items: *4 examples: - default: *189 + default: *190 headers: Link: *57 '404': *6 @@ -43084,7 +43092,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 +43147,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 +43179,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 +43250,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 +43260,7 @@ paths: application/json: schema: type: array - items: *272 + items: *273 examples: default: value: @@ -43290,7 +43298,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 +43322,7 @@ paths: description: Response content: application/json: - schema: *272 + schema: *273 examples: default: value: @@ -43378,7 +43386,7 @@ paths: resources: type: object properties: - core: &276 + core: &277 title: Rate Limit type: object properties: @@ -43395,20 +43403,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 +43520,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 +44028,7 @@ paths: status: disabled '403': *27 '404': *6 - '301': *278 + '301': *279 x-github: githubCloudOnly: false enabledForGitHubApps: true @@ -44038,8 +44046,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 +44292,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 +44324,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 +44347,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 +44370,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 +44397,7 @@ paths: type: integer artifacts: type: array - items: &281 + items: &282 title: Artifact description: An artifact type: object @@ -44484,7 +44492,7 @@ paths: - expires_at - updated_at examples: - default: &307 + default: &308 value: total_count: 2 artifacts: @@ -44545,9 +44553,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 +44567,7 @@ paths: description: Response content: application/json: - schema: *281 + schema: *282 examples: default: value: @@ -44597,9 +44605,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 +44631,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 +44647,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 +44670,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 +44703,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 +44741,7 @@ paths: description: Response content: application/json: - schema: &285 + schema: &286 title: Repository actions caches description: Repository actions caches type: object @@ -44783,7 +44791,7 @@ paths: - total_count - actions_caches examples: - default: &286 + default: &287 value: total_count: 1 actions_caches: @@ -44815,23 +44823,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 +44859,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 +44891,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 +44905,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 +45252,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 +45282,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 +45330,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 +45381,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 +45445,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 +45464,7 @@ paths: type: integer secrets: type: array - items: &312 + items: &313 title: Actions Secret description: Set secrets for GitHub Actions. type: object @@ -45477,7 +45485,7 @@ paths: - created_at - updated_at examples: - default: &313 + default: &314 value: total_count: 2 secrets: @@ -45510,9 +45518,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 +45537,7 @@ paths: type: integer variables: type: array - items: &316 + items: &317 title: Actions Variable type: object properties: @@ -45563,7 +45571,7 @@ paths: - created_at - updated_at examples: - default: &317 + default: &318 value: total_count: 2 variables: @@ -45596,8 +45604,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 +45614,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 +45645,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 +45657,7 @@ paths: schema: type: object properties: - enabled: *290 + enabled: *291 allowed_actions: *104 required: - enabled @@ -45679,14 +45687,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 +45711,7 @@ paths: required: - access_level examples: - default: &292 + default: &293 value: access_level: organization x-github: @@ -45727,15 +45735,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 +45767,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 +45795,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 +45828,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 +45858,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 +45870,7 @@ paths: required: true content: application/json: - schema: *294 + schema: *295 examples: default: *110 x-github: @@ -45891,8 +45899,8 @@ paths: in: query schema: type: string - - *266 - *267 + - *268 - *17 - *19 responses: @@ -45936,8 +45944,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 +45953,9 @@ paths: application/json: schema: type: array - items: *295 + items: *296 examples: - default: *296 + default: *297 x-github: githubCloudOnly: false enabledForGitHubApps: true @@ -45969,8 +45977,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 +46021,7 @@ paths: - no-gpu work_folder: _work responses: - '201': *297 + '201': *298 '404': *6 '422': *7 '409': *44 @@ -46044,8 +46052,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 +46061,7 @@ paths: application/json: schema: *119 examples: - default: *298 + default: *299 x-github: githubCloudOnly: false enabledForGitHubApps: true @@ -46081,8 +46089,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 +46098,7 @@ paths: application/json: schema: *119 examples: - default: *299 + default: *300 x-github: githubCloudOnly: false enabledForGitHubApps: true @@ -46112,8 +46120,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 +46130,7 @@ paths: application/json: schema: *117 examples: - default: *300 + default: *301 x-github: githubCloudOnly: false enabledForGitHubApps: true @@ -46143,8 +46151,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 +46178,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 +46204,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 +46254,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 +46305,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 +46336,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 +46367,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 +46377,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 +46385,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 +46394,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 +46421,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 +46430,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 +46439,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 +46468,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 +46585,7 @@ paths: type: - array - 'null' - items: &345 + items: &346 title: Pull Request Minimal type: object properties: @@ -46704,7 +46712,7 @@ paths: head_commit: anyOf: - type: 'null' - - &349 + - &350 title: Simple Commit description: A commit. type: object @@ -46819,7 +46827,7 @@ paths: - workflow_url - pull_requests examples: - default: &327 + default: &328 value: total_count: 1 workflow_runs: @@ -47055,24 +47063,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 +47321,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 +47346,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 +47476,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 +47511,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 +47532,9 @@ paths: type: integer artifacts: type: array - items: *281 + items: *282 examples: - default: *307 + default: *308 headers: Link: *57 x-github: @@ -47550,25 +47558,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 +47599,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 +47620,9 @@ paths: type: integer jobs: type: array - items: *310 + items: *311 examples: - default: &311 + default: &312 value: total_count: 1 jobs: @@ -47727,10 +47735,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 +47766,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 +47801,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 +47870,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 +47905,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 +47937,9 @@ paths: type: integer jobs: type: array - items: *310 + items: *311 examples: - default: *311 + default: *312 headers: Link: *57 x-github: @@ -47956,9 +47964,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 +47993,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 +48022,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 +48093,7 @@ paths: items: type: object properties: - type: &423 + type: &424 type: string description: The type of reviewer. enum: @@ -48171,9 +48179,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 +48231,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 +48343,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 +48399,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 +48446,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 +48502,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 +48641,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 +48660,9 @@ paths: type: integer secrets: type: array - items: *312 + items: *313 examples: - default: *313 + default: *314 headers: Link: *57 x-github: @@ -48679,16 +48687,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 +48718,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 +48754,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 +48813,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 +48840,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 +48859,9 @@ paths: type: integer variables: type: array - items: *316 + items: *317 examples: - default: *317 + default: *318 headers: Link: *57 x-github: @@ -48876,8 +48884,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 +48937,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 +48973,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 +49017,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 +49044,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 +49063,7 @@ paths: type: integer workflows: type: array - items: &318 + items: &319 title: Workflow description: A GitHub Actions workflow type: object @@ -49173,9 +49181,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 +49198,7 @@ paths: description: Response content: application/json: - schema: *318 + schema: *319 examples: default: value: @@ -49223,9 +49231,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 +49258,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 +49311,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 +49340,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 +49368,9 @@ paths: type: integer workflow_runs: type: array - items: *304 + items: *305 examples: - default: *327 + default: *328 headers: Link: *57 x-github: @@ -49394,9 +49402,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 +49465,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 +49634,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 +49647,7 @@ paths: type: array items: *4 examples: - default: *189 + default: *190 headers: Link: *57 '404': *6 @@ -49664,8 +49672,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 +49709,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 +49822,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 +49877,7 @@ paths: bundle_url: type: string examples: - default: *328 + default: *329 x-github: githubCloudOnly: false enabledForGitHubApps: true @@ -49889,8 +49897,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 +49906,7 @@ paths: application/json: schema: type: array - items: &329 + items: &330 title: Autolink reference description: An autolink reference. type: object @@ -49952,8 +49960,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 +50000,9 @@ paths: description: response content: application/json: - schema: *329 + schema: *330 examples: - default: &330 + default: &331 value: id: 1 key_prefix: TICKET- @@ -50025,9 +50033,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 +50047,9 @@ paths: description: Response content: application/json: - schema: *329 + schema: *330 examples: - default: *330 + default: *331 '404': *6 x-github: githubCloudOnly: false @@ -50061,9 +50069,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 +50095,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 +50146,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 +50168,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 +50189,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 +50228,7 @@ paths: - url protected: type: boolean - protection: &333 + protection: &334 title: Branch Protection description: Branch Protection type: object @@ -50263,7 +50271,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 +50288,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 +50372,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 +50697,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 +50713,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 +50759,7 @@ paths: author: anyOf: - type: 'null' - - &332 + - &333 title: Git User description: Metaproperties for Git author/committer information. @@ -50772,7 +50780,7 @@ paths: committer: anyOf: - type: 'null' - - *332 + - *333 message: type: string examples: @@ -50796,7 +50804,7 @@ paths: required: - sha - url - verification: &443 + verification: &444 title: Verification type: object properties: @@ -50876,7 +50884,7 @@ paths: type: integer files: type: array - items: &406 + items: &407 title: Diff Entry description: Diff Entry type: object @@ -50970,7 +50978,7 @@ paths: - self protected: type: boolean - protection: *333 + protection: *334 protection_url: type: string format: uri @@ -51079,7 +51087,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 +51109,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 +51311,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 +51573,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 +51732,7 @@ paths: additionalProperties: false required: - enabled - restrictions: *335 + restrictions: *336 required_conversation_resolution: type: object properties: @@ -51836,9 +51844,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 +51871,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 +51903,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 +51932,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 +51959,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 +52065,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 +52165,9 @@ paths: description: Response content: application/json: - schema: *338 + schema: *339 examples: - default: *339 + default: *340 '422': *15 x-github: githubCloudOnly: false @@ -52180,9 +52188,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 +52217,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 +52250,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 +52280,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 +52307,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 +52343,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 +52397,9 @@ paths: description: Response content: application/json: - schema: *341 + schema: *342 examples: - default: *342 + default: *343 '404': *6 '422': *15 x-github: @@ -52413,9 +52421,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 +52447,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 +52483,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 +52552,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 +52618,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 +52686,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 +52785,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 +52810,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 +52822,7 @@ paths: type: array items: *5 examples: - default: &343 + default: &344 value: - id: 1 slug: octoapp @@ -52871,9 +52879,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 +52915,7 @@ paths: type: array items: *5 examples: - default: *343 + default: *344 '422': *15 x-github: githubCloudOnly: false @@ -52928,9 +52936,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 +52972,7 @@ paths: type: array items: *5 examples: - default: *343 + default: *344 '422': *15 x-github: githubCloudOnly: false @@ -52985,9 +52993,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 +53029,7 @@ paths: type: array items: *5 examples: - default: *343 + default: *344 '422': *15 x-github: githubCloudOnly: false @@ -53043,9 +53051,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 +53063,7 @@ paths: type: array items: *146 examples: - default: *202 + default: *203 '404': *6 x-github: githubCloudOnly: false @@ -53075,9 +53083,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 +53123,7 @@ paths: type: array items: *146 examples: - default: *202 + default: *203 '422': *15 x-github: githubCloudOnly: false @@ -53136,9 +53144,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 +53184,7 @@ paths: type: array items: *146 examples: - default: *202 + default: *203 '422': *15 x-github: githubCloudOnly: false @@ -53197,9 +53205,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 +53244,7 @@ paths: type: array items: *146 examples: - default: *202 + default: *203 '422': *15 x-github: githubCloudOnly: false @@ -53258,9 +53266,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 +53278,7 @@ paths: type: array items: *4 examples: - default: *189 + default: *190 '404': *6 x-github: githubCloudOnly: false @@ -53294,9 +53302,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 +53337,7 @@ paths: type: array items: *4 examples: - default: *189 + default: *190 '422': *15 x-github: githubCloudOnly: false @@ -53354,9 +53362,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 +53397,7 @@ paths: type: array items: *4 examples: - default: *189 + default: *190 '422': *15 x-github: githubCloudOnly: false @@ -53414,9 +53422,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 +53457,7 @@ paths: type: array items: *4 examples: - default: *189 + default: *190 '422': *15 x-github: githubCloudOnly: false @@ -53476,9 +53484,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 +53508,7 @@ paths: description: Response content: application/json: - schema: *344 + schema: *345 examples: default: value: @@ -53616,8 +53624,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 +53904,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 +54039,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 +54327,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 +54341,9 @@ paths: description: Response content: application/json: - schema: *346 + schema: *347 examples: - default: &348 + default: &349 value: id: 4 head_sha: ce587453ced02b1526dfb4cb910479d431683101 @@ -54435,9 +54443,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 +54685,9 @@ paths: description: Response content: application/json: - schema: *346 + schema: *347 examples: - default: *348 + default: *349 x-github: githubCloudOnly: false enabledForGitHubApps: true @@ -54699,9 +54707,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 +54812,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 +54819,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 +54865,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 +54888,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 +54970,7 @@ paths: type: - array - 'null' - items: *345 + items: *346 app: anyOf: - type: 'null' @@ -54980,7 +54986,7 @@ paths: - string - 'null' format: date-time - head_commit: *349 + head_commit: *350 latest_check_runs_count: type: integer check_runs_url: @@ -55008,7 +55014,7 @@ paths: - check_runs_url - pull_requests examples: - default: &351 + default: &352 value: id: 5 node_id: MDEwOkNoZWNrU3VpdGU1 @@ -55299,9 +55305,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 +55326,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 +55636,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 +55650,9 @@ paths: description: Response content: application/json: - schema: *350 + schema: *351 examples: - default: *351 + default: *352 x-github: githubCloudOnly: false enabledForGitHubApps: true @@ -55669,17 +55675,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 +55724,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 +55817,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 +55828,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 +55863,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 +55902,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 +55924,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 +55932,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 +56056,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 +56083,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 +56099,7 @@ paths: description: Response content: application/json: - schema: &366 + schema: &367 type: object properties: number: *52 @@ -56101,7 +56107,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 +56115,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 +56178,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 +56272,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 +56292,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 +56309,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 +56329,7 @@ paths: description: Response content: application/json: - schema: *366 + schema: *367 examples: default: value: @@ -56399,7 +56405,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 +56432,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 +56467,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 +56484,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 +56509,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 +56563,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 +56611,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 +56636,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 +56650,7 @@ paths: application/json: schema: type: array - items: *363 + items: *364 examples: default: value: @@ -56683,7 +56689,7 @@ paths: end_column: 50 classifications: - source - '403': *364 + '403': *365 '404': *6 '503': *62 x-github: @@ -56717,25 +56723,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 +56763,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 +56804,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 +56867,7 @@ paths: version: 1.2.0 deletable: true warning: '' - '403': *364 + '403': *365 '404': *6 '503': *62 x-github: @@ -56897,8 +56903,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 +56917,7 @@ paths: description: Response content: application/json: - schema: *376 + schema: *377 examples: response: summary: application/json response @@ -56965,7 +56971,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 +57053,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 +57110,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 +57132,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 +57141,7 @@ paths: application/json: schema: type: array - items: &377 + items: &378 title: CodeQL Database description: A CodeQL database. type: object @@ -57247,7 +57253,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 +57282,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 +57295,7 @@ paths: description: Response content: application/json: - schema: *377 + schema: *378 examples: default: value: @@ -57321,9 +57327,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 +57351,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 +57362,7 @@ paths: responses: '204': description: Response - '403': *370 + '403': *371 '404': *6 '503': *62 x-github: @@ -57384,8 +57390,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 +57400,7 @@ paths: type: object additionalProperties: false properties: - language: &378 + language: &379 type: string description: The language targeted by the CodeQL query enum: @@ -57473,7 +57479,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 +57489,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 +57537,7 @@ paths: items: type: object properties: - repository: &379 + repository: &380 title: Repository Identifier description: Repository Identifier type: object @@ -57573,7 +57579,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 +57611,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 +57626,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 +57649,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 +57666,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 +57818,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 +57849,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 +57862,9 @@ paths: description: Response content: application/json: - schema: *382 + schema: *383 examples: - default: *381 + default: *382 '404': *6 '503': *62 x-github: @@ -57881,7 +57887,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 +57922,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 +58047,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 +58130,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 +58151,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 +58236,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 +58301,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 +58310,7 @@ paths: schema: type: object properties: - commit_sha: *384 + commit_sha: *385 ref: type: string description: |- @@ -58364,7 +58370,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 +58384,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 +58407,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 +58456,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 +58481,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 +58563,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 +58692,8 @@ paths: parameters: - *17 - *19 - - *266 - *267 + - *268 responses: '200': description: Response @@ -58703,7 +58709,7 @@ paths: type: integer codespaces: type: array - items: *190 + items: *191 examples: default: value: @@ -59001,8 +59007,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 +59072,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 +59111,8 @@ paths: parameters: - *17 - *19 - - *266 - *267 + - *268 responses: '200': description: Response @@ -59170,8 +59176,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 +59214,9 @@ paths: type: integer machines: type: array - items: *386 + items: *387 examples: - default: &591 + default: &592 value: total_count: 2 machines: @@ -59250,8 +59256,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 +59344,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 +59414,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 +59433,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 +59454,7 @@ paths: - created_at - updated_at examples: - default: *387 + default: *388 headers: Link: *57 x-github: @@ -59471,16 +59477,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 +59506,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 +59536,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 +59590,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 +59620,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 +59659,7 @@ paths: application/json: schema: type: array - items: &392 + items: &393 title: Collaborator description: Collaborator type: object @@ -59846,8 +59852,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 +59896,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 +59924,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 +60145,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 +60176,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 +60198,7 @@ paths: user: anyOf: - type: 'null' - - *392 + - *393 required: - permission - role_name @@ -60246,8 +60252,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 +60263,7 @@ paths: application/json: schema: type: array - items: &393 + items: &394 title: Commit Comment description: Commit Comment type: object @@ -60315,7 +60321,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 +60380,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 +60447,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 +60471,7 @@ paths: description: Response content: application/json: - schema: *393 + schema: *394 examples: default: value: @@ -60516,8 +60522,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 +60545,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 +60573,9 @@ paths: application/json: schema: type: array - items: *259 + items: *260 examples: - default: *261 + default: *262 headers: Link: *57 '404': *6 @@ -60590,8 +60596,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 +60630,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 +60661,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 +60713,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 +60770,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 +60866,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 +60940,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 +60952,9 @@ paths: application/json: schema: type: array - items: *393 + items: *394 examples: - default: *396 + default: *397 headers: Link: *57 x-github: @@ -60976,9 +60982,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 +61019,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 +61049,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 +61061,7 @@ paths: application/json: schema: type: array - items: &495 + items: &496 title: Pull Request Simple description: Pull Request Simple type: object @@ -61175,7 +61181,7 @@ paths: milestone: anyOf: - type: 'null' - - *398 + - *399 active_lock_reason: type: - string @@ -61274,7 +61280,7 @@ paths: _links: type: object properties: - comments: &399 + comments: &400 title: Link description: Hypermedia Link type: object @@ -61283,13 +61289,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 +61306,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 +61371,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 +61908,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 +61927,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 +62042,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 +62080,9 @@ paths: type: integer check_runs: type: array - items: *346 + items: *347 examples: - default: *403 + default: *404 headers: Link: *57 x-github: @@ -62101,9 +62107,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 +62117,7 @@ paths: schema: type: integer example: 1 - - *401 + - *402 - *17 - *19 responses: @@ -62129,7 +62135,7 @@ paths: type: integer check_suites: type: array - items: *350 + items: *351 examples: default: value: @@ -62329,9 +62335,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 +62539,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 +62551,7 @@ paths: application/json: schema: type: array - items: &565 + items: &566 title: Status description: The status of a commit. type: object @@ -62626,7 +62632,7 @@ paths: site_admin: false headers: Link: *57 - '301': *278 + '301': *279 x-github: githubCloudOnly: false enabledForGitHubApps: true @@ -62654,8 +62660,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 +62694,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 +62718,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 +62859,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 +62908,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 +62933,10 @@ paths: - 6 commits: type: array - items: *394 + items: *395 files: type: array - items: *406 + items: *407 required: - url - html_url @@ -63216,8 +63222,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 +63376,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 +63513,7 @@ paths: - size - type - url - - &509 + - &510 title: Content File description: Content File type: object @@ -63725,7 +63731,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 +63800,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 +63823,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 +63919,7 @@ paths: description: Response content: application/json: - schema: &409 + schema: &410 title: File Commit description: File Commit type: object @@ -64069,7 +64075,7 @@ paths: description: Response content: application/json: - schema: *409 + schema: *410 examples: example-for-creating-a-file: value: @@ -64123,7 +64129,7 @@ paths: schema: oneOf: - *3 - - &438 + - &439 description: Repository rule violation was detected type: object properties: @@ -64144,7 +64150,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 +64182,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 +64244,7 @@ paths: description: Response content: application/json: - schema: *409 + schema: *410 examples: default: value: @@ -64293,8 +64299,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 +64424,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 +64439,7 @@ paths: - *151 - *152 - *153 + - *154 - *46 - name: page description: "**Closing down notice**. Page number of the results to fetch. @@ -64452,8 +64459,8 @@ paths: default: 30 - *37 - *38 - - *154 - *155 + - *156 responses: '200': description: Response @@ -64461,7 +64468,7 @@ paths: application/json: schema: type: array - items: &412 + items: &413 type: object description: A Dependabot alert. properties: @@ -64511,7 +64518,7 @@ paths: - direct - transitive - - security_advisory: *410 + security_advisory: *411 security_vulnerability: *50 url: *55 html_url: *56 @@ -64542,7 +64549,7 @@ paths: dismissal. maxLength: 280 fixed_at: *132 - auto_dismissed_at: *411 + auto_dismissed_at: *412 required: - number - state @@ -64772,9 +64779,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 +64796,7 @@ paths: description: Response content: application/json: - schema: *412 + schema: *413 examples: default: value: @@ -64902,9 +64909,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 +64956,7 @@ paths: description: Response content: application/json: - schema: *412 + schema: *413 examples: default: value: @@ -65078,8 +65085,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 +65104,7 @@ paths: type: integer secrets: type: array - items: &416 + items: &417 title: Dependabot Secret description: Set secrets for Dependabot. type: object @@ -65151,16 +65158,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 +65187,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 +65221,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 +65275,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 +65299,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 +65474,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 +65735,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 +65819,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 +65858,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 +65872,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 +66005,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 +66047,9 @@ paths: application/json: schema: type: array - items: *418 + items: *419 examples: - default: *419 + default: *420 headers: Link: *57 x-github: @@ -66108,8 +66115,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 +66198,7 @@ paths: description: Response content: application/json: - schema: *418 + schema: *419 examples: simple-example: summary: Simple example @@ -66264,9 +66271,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 +66285,7 @@ paths: description: Response content: application/json: - schema: *418 + schema: *419 examples: default: value: @@ -66343,9 +66350,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 +66374,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 +66386,7 @@ paths: application/json: schema: type: array - items: &421 + items: &422 title: Deployment Status description: The status of a deployment. type: object @@ -66543,9 +66550,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 +66627,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 +66685,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 +66698,9 @@ paths: description: Response content: application/json: - schema: *421 + schema: *422 examples: - default: *422 + default: *423 '404': *6 x-github: githubCloudOnly: false @@ -66718,8 +66725,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 +66783,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 +66802,7 @@ paths: - 5 environments: type: array - items: &424 + items: &425 title: Environment description: Details of a deployment environment type: object @@ -66857,7 +66864,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 +66906,7 @@ paths: items: type: object properties: - type: *423 + type: *424 reviewer: anyOf: - *4 @@ -66926,7 +66933,7 @@ paths: - id - node_id - type - deployment_branch_policy: &427 + deployment_branch_policy: &428 type: - object - 'null' @@ -67043,9 +67050,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 +67065,9 @@ paths: description: Response content: application/json: - schema: *424 + schema: *425 examples: - default: &428 + default: &429 value: id: 161088068 node_id: MDExOkVudmlyb25tZW50MTYxMDg4MDY4 @@ -67144,9 +67151,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 +67163,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 +67182,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 +67209,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 +67235,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 +67262,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 +67283,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 +67344,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 +67394,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 +67438,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 +67453,9 @@ paths: description: Response content: application/json: - schema: *429 + schema: *430 examples: - default: *430 + default: *431 x-github: githubCloudOnly: false enabledForGitHubApps: true @@ -67467,10 +67474,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 +67506,9 @@ paths: description: Response content: application/json: - schema: *429 + schema: *430 examples: - default: *430 + default: *431 x-github: githubCloudOnly: false enabledForGitHubApps: true @@ -67520,10 +67527,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 +67555,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 +67574,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 +67596,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 +67699,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 +67722,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 +67759,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 +67781,7 @@ paths: - 35 available_custom_deployment_protection_rule_integrations: type: array - items: *433 + items: *434 examples: default: value: @@ -67809,10 +67816,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 +67831,9 @@ paths: description: Response content: application/json: - schema: *432 + schema: *433 examples: - default: *434 + default: *435 x-github: githubCloudOnly: false enabledForGitHubApps: true @@ -67847,10 +67854,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 +67883,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 +67903,9 @@ paths: type: integer secrets: type: array - items: *312 + items: *313 examples: - default: *313 + default: *314 headers: Link: *57 x-github: @@ -67923,17 +67930,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 +67962,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 +67995,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 +68055,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 +68083,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 +68103,9 @@ paths: type: integer variables: type: array - items: *316 + items: *317 examples: - default: *317 + default: *318 headers: Link: *57 x-github: @@ -68121,9 +68128,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 +68182,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 +68214,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 +68259,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 +68284,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 +68362,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 +68522,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 +68556,9 @@ paths: description: Response content: application/json: - schema: *277 + schema: *278 examples: - default: *279 + default: *280 '400': *14 '422': *15 '403': *27 @@ -68572,8 +68579,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 +68640,7 @@ paths: schema: oneOf: - *93 - - *438 + - *439 x-github: githubCloudOnly: false enabledForGitHubApps: true @@ -68658,8 +68665,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 +68766,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 +68876,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 +69103,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 +69167,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 +69186,7 @@ paths: application/json: schema: type: array - items: &441 + items: &442 title: Git Reference description: Git references within a repository type: object @@ -69255,17 +69262,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 +69301,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 +69331,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 +69359,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 +69390,9 @@ paths: description: Response content: application/json: - schema: *441 + schema: *442 examples: - default: *442 + default: *443 '422': *15 '409': *44 x-github: @@ -69403,9 +69410,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 +69467,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 +69535,7 @@ paths: description: Response content: application/json: - schema: &444 + schema: &445 title: Git Tag description: Metadata for a Git tag type: object @@ -69584,7 +69591,7 @@ paths: - sha - type - url - verification: *443 + verification: *444 required: - sha - url @@ -69594,7 +69601,7 @@ paths: - tag - message examples: - default: &445 + default: &446 value: node_id: MDM6VGFnOTQwYmQzMzYyNDhlZmFlMGY5ZWU1YmM3YjJkNWM5ODU4ODdiMTZhYw== tag: v0.0.1 @@ -69667,8 +69674,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 +69686,9 @@ paths: description: Response content: application/json: - schema: *444 + schema: *445 examples: - default: *445 + default: *446 '404': *6 '409': *44 x-github: @@ -69705,8 +69712,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 +69787,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 +69889,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 +69913,7 @@ paths: description: Response content: application/json: - schema: *446 + schema: *447 examples: default-response: summary: Default response @@ -69965,8 +69972,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 +69983,7 @@ paths: application/json: schema: type: array - items: &447 + items: &448 title: Webhook description: Webhooks for repositories. type: object @@ -70039,7 +70046,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 +70123,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 +70177,9 @@ paths: description: Response content: application/json: - schema: *447 + schema: *448 examples: - default: &448 + default: &449 value: type: Repository id: 12345678 @@ -70220,17 +70227,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 +70257,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 +70304,9 @@ paths: description: Response content: application/json: - schema: *447 + schema: *448 examples: - default: *448 + default: *449 '422': *15 '404': *6 x-github: @@ -70320,9 +70327,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 +70353,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 +70382,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 +70428,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 +70440,9 @@ paths: application/json: schema: type: array - items: *163 + items: *164 examples: - default: *164 + default: *165 '400': *14 '422': *15 x-github: @@ -70454,18 +70461,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 +70491,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 +70516,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 +70543,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 +70603,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 +70717,7 @@ paths: - html_url - authors_url examples: - default: &452 + default: &453 value: vcs: subversion use_lfs: true @@ -70726,7 +70733,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 +70762,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 +70811,7 @@ paths: description: Response content: application/json: - schema: *449 + schema: *450 examples: default: value: @@ -70829,7 +70836,7 @@ paths: type: string '422': *15 '404': *6 - '503': *450 + '503': *451 x-github: githubCloudOnly: false enabledForGitHubApps: true @@ -70857,8 +70864,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 +70917,7 @@ paths: description: Response content: application/json: - schema: *449 + schema: *450 examples: example-1: summary: Example 1 @@ -70958,7 +70965,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 +70988,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 +71019,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 +71035,7 @@ paths: application/json: schema: type: array - items: &451 + items: &452 title: Porter Author description: Porter Author type: object @@ -71082,7 +71089,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 +71114,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 +71145,7 @@ paths: description: Response content: application/json: - schema: *451 + schema: *452 examples: default: value: @@ -71151,7 +71158,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 +71182,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 +71224,7 @@ paths: path: foo/bar/3 oid: c20ad4d76fe97759aa27a0c99bff6710 size: 12582912 - '503': *450 + '503': *451 x-github: githubCloudOnly: false enabledForGitHubApps: true @@ -71245,8 +71252,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 +71280,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 +71307,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 +71316,8 @@ paths: application/json: schema: *20 examples: - default: *453 - '301': *278 + default: *454 + '301': *279 '404': *6 x-github: githubCloudOnly: false @@ -71330,8 +71337,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 +71346,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 +71376,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 +71394,9 @@ paths: description: Response content: application/json: - schema: *179 + schema: *180 examples: - default: *455 + default: *456 '409': description: Response x-github: @@ -71411,8 +71418,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 +71442,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 +71453,9 @@ paths: application/json: schema: type: array - items: *456 + items: *457 examples: - default: &607 + default: &608 value: - id: 1 repository: @@ -71579,9 +71586,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 +71617,7 @@ paths: description: Response content: application/json: - schema: *456 + schema: *457 examples: default: value: @@ -71741,9 +71748,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 +71781,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 +71830,7 @@ paths: required: false schema: type: string - - *187 + - *188 - name: sort description: What to sort results by. in: query @@ -71848,7 +71855,7 @@ paths: type: array items: *74 examples: - default: &465 + default: &466 value: - id: 1 node_id: MDU6SXNzdWUx @@ -71996,7 +72003,7 @@ paths: state_reason: completed headers: Link: *57 - '301': *278 + '301': *279 '422': *15 '404': *6 x-github: @@ -72025,8 +72032,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 +72125,7 @@ paths: application/json: schema: *74 examples: - default: &460 + default: &461 value: id: 1 node_id: MDU6SXNzdWUx @@ -72274,7 +72281,7 @@ paths: '422': *15 '503': *62 '404': *6 - '410': *275 + '410': *276 x-github: triggersNotification: true githubCloudOnly: false @@ -72302,8 +72309,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 +72331,9 @@ paths: application/json: schema: type: array - items: *457 + items: *458 examples: - default: &462 + default: &463 value: - id: 1 node_id: MDEyOklzc3VlQ29tbWVudDE= @@ -72384,17 +72391,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 +72455,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 +72479,9 @@ paths: description: Response content: application/json: - schema: *457 + schema: *458 examples: - default: *458 + default: *459 '422': *15 x-github: githubCloudOnly: false @@ -72492,8 +72499,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 +72521,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 +72549,9 @@ paths: application/json: schema: type: array - items: *259 + items: *260 examples: - default: *261 + default: *262 headers: Link: *57 '404': *6 @@ -72565,8 +72572,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 +72606,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 +72637,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 +72660,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 +72671,7 @@ paths: application/json: schema: type: array - items: &459 + items: &460 title: Issue Event description: Issue Event type: object @@ -73003,8 +73010,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 +73022,7 @@ paths: description: Response content: application/json: - schema: *459 + schema: *460 examples: default: value: @@ -73208,7 +73215,7 @@ paths: author_association: COLLABORATOR state_reason: completed '404': *6 - '410': *275 + '410': *276 '403': *27 x-github: githubCloudOnly: false @@ -73242,9 +73249,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 +73265,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 +73293,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 +73415,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 +73439,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 +73469,7 @@ paths: application/json: schema: *74 examples: - default: *460 + default: *461 x-github: githubCloudOnly: false enabledForGitHubApps: true @@ -73478,9 +73485,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 +73514,7 @@ paths: application/json: schema: *74 examples: - default: *460 + default: *461 x-github: githubCloudOnly: false enabledForGitHubApps: true @@ -73529,9 +73536,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 +73578,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 +73591,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 +73626,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 +73650,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 +73679,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 +73695,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 +73744,7 @@ paths: - commit_url - created_at - performed_via_github_app - - &467 + - &468 title: Unlabeled Issue Event description: Unlabeled Issue Event type: object @@ -73865,7 +73872,7 @@ paths: - performed_via_github_app - assignee - assigner - - &468 + - &469 title: Milestoned Issue Event description: Milestoned Issue Event type: object @@ -73911,7 +73918,7 @@ paths: - commit_url - created_at - performed_via_github_app - - &469 + - &470 title: Demilestoned Issue Event description: Demilestoned Issue Event type: object @@ -73957,7 +73964,7 @@ paths: - commit_url - created_at - performed_via_github_app - - &470 + - &471 title: Renamed Issue Event description: Renamed Issue Event type: object @@ -74006,7 +74013,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 +74055,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 +74097,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 +74153,7 @@ paths: - commit_url - created_at - performed_via_github_app - - &474 + - &475 title: Locked Issue Event description: Locked Issue Event type: object @@ -74191,7 +74198,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 +74259,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 +74320,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 +74381,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 +74474,7 @@ paths: color: red headers: Link: *57 - '410': *275 + '410': *276 x-github: githubCloudOnly: false enabledForGitHubApps: true @@ -74484,9 +74491,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 +74503,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 +74558,7 @@ paths: - color - default examples: - default: &464 + default: &465 value: - id: 208045946 node_id: MDU6TGFiZWwyMDgwNDU5NDY= @@ -74569,9 +74576,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 +74595,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 +74656,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 +74678,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 +74740,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 +74762,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 +74789,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 +74804,7 @@ paths: application/json: schema: type: array - items: *463 + items: *464 examples: default: value: @@ -74808,9 +74815,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 +74837,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 +74868,7 @@ paths: '204': description: Response '403': *27 - '410': *275 + '410': *276 '404': *6 '422': *15 x-github: @@ -74879,9 +74886,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 +74910,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 +74938,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 +74962,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 +74996,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 +75027,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 +75059,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 +75085,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 +75118,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 +75132,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 +75164,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 +75195,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 +75222,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 +75257,7 @@ paths: application/json: schema: *74 examples: - default: *460 + default: *461 '403': *27 '404': *6 '422': *7 @@ -75272,9 +75279,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 +75296,6 @@ paths: description: Timeline Event type: object anyOf: - - *466 - *467 - *468 - *469 @@ -75302,6 +75308,7 @@ paths: - *476 - *477 - *478 + - *479 - title: Timeline Comment Event description: Timeline Comment Event type: object @@ -75625,7 +75632,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 +75870,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 +76145,7 @@ paths: headers: Link: *57 '404': *6 - '410': *275 + '410': *276 x-github: githubCloudOnly: false enabledForGitHubApps: true @@ -76155,8 +76162,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 +76173,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 +76240,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 +76277,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 +76313,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 +76327,9 @@ paths: description: Response content: application/json: - schema: *479 + schema: *480 examples: - default: *480 + default: *481 '404': *6 x-github: githubCloudOnly: false @@ -76340,9 +76347,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 +76369,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 +76380,9 @@ paths: application/json: schema: type: array - items: *463 + items: *464 examples: - default: *464 + default: *465 headers: Link: *57 '404': *6 @@ -76396,8 +76403,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 +76440,9 @@ paths: description: Response content: application/json: - schema: *463 + schema: *464 examples: - default: &482 + default: &483 value: id: 208045946 node_id: MDU6TGFiZWwyMDgwNDU5NDY= @@ -76467,8 +76474,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 +76486,9 @@ paths: description: Response content: application/json: - schema: *463 + schema: *464 examples: - default: *482 + default: *483 '404': *6 x-github: githubCloudOnly: false @@ -76498,8 +76505,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 +76545,7 @@ paths: description: Response content: application/json: - schema: *463 + schema: *464 examples: default: value: @@ -76564,8 +76571,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 +76598,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 +76638,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 +76787,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 +76853,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 +76888,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 +76915,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 +76957,7 @@ paths: application/json: schema: type: array - items: *398 + items: *399 examples: default: value: @@ -77006,8 +77013,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 +77054,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 +77115,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 +77129,9 @@ paths: description: Response content: application/json: - schema: *398 + schema: *399 examples: - default: *484 + default: *485 '404': *6 x-github: githubCloudOnly: false @@ -77141,9 +77148,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 +77188,9 @@ paths: description: Response content: application/json: - schema: *398 + schema: *399 examples: - default: *484 + default: *485 x-github: githubCloudOnly: false enabledForGitHubApps: true @@ -77199,9 +77206,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 +77229,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 +77241,9 @@ paths: application/json: schema: type: array - items: *463 + items: *464 examples: - default: *464 + default: *465 headers: Link: *57 x-github: @@ -77255,12 +77262,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 +77279,7 @@ paths: type: array items: *86 examples: - default: *489 + default: *490 headers: Link: *57 x-github: @@ -77296,8 +77303,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 +77362,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 +77513,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 +77554,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 +77610,9 @@ paths: description: Response content: application/json: - schema: *490 + schema: *491 examples: - default: *491 + default: *492 '422': *15 '409': *44 x-github: @@ -77628,8 +77635,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 +77736,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 +77763,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 +77774,7 @@ paths: application/json: schema: type: array - items: &492 + items: &493 title: Page Build description: Page Build type: object @@ -77859,8 +77866,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 +77914,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 +77971,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 +77983,9 @@ paths: description: Response content: application/json: - schema: *492 + schema: *493 examples: - default: *493 + default: *494 x-github: githubCloudOnly: false enabledForGitHubApps: true @@ -77998,8 +78005,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 +78114,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 +78174,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 +78203,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 +78499,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 +78537,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 +78559,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 +78583,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 +78605,7 @@ paths: application/json: schema: type: array - items: *219 + items: *220 examples: default: value: @@ -78638,7 +78645,7 @@ paths: '401': *23 '403': *27 '404': *6 - '410': *275 + '410': *276 '422': *7 x-github: githubCloudOnly: false @@ -78661,8 +78668,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 +78695,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 +78724,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 +78733,7 @@ paths: application/json: schema: type: array - items: *224 + items: *225 examples: default: value: @@ -78757,8 +78764,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 +78777,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 +78827,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 +78888,9 @@ paths: application/json: schema: type: array - items: *495 + items: *496 examples: - default: *496 + default: *497 headers: Link: *57 '304': *35 @@ -78915,8 +78922,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 +78990,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 +79119,7 @@ paths: milestone: anyOf: - type: 'null' - - *398 + - *399 active_lock_reason: type: - string @@ -79167,7 +79174,7 @@ paths: type: - array - 'null' - items: *201 + items: *202 head: type: object properties: @@ -79205,14 +79212,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 +79230,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 +79332,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 +79859,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 +79889,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 +79968,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 +80053,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 +80077,9 @@ paths: description: Response content: application/json: - schema: *498 + schema: *499 examples: - default: *499 + default: *500 x-github: githubCloudOnly: false enabledForGitHubApps: true @@ -80088,8 +80095,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 +80118,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 +80146,9 @@ paths: application/json: schema: type: array - items: *259 + items: *260 examples: - default: *261 + default: *262 headers: Link: *57 '404': *6 @@ -80162,8 +80169,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 +80203,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 +80234,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 +80280,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 +80295,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 +80332,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 +80376,9 @@ paths: description: Response content: application/json: - schema: *500 + schema: *501 examples: - default: *501 + default: *502 '422': *15 '403': *27 x-github: @@ -80393,9 +80400,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 +80463,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 +80503,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 +80526,9 @@ paths: application/json: schema: type: array - items: *498 + items: *499 examples: - default: *503 + default: *504 headers: Link: *57 x-github: @@ -80554,9 +80561,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 +80669,7 @@ paths: description: Response content: application/json: - schema: *498 + schema: *499 examples: example-for-a-multi-line-comment: value: @@ -80750,9 +80757,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 +80782,7 @@ paths: description: Response content: application/json: - schema: *498 + schema: *499 examples: default: value: @@ -80861,9 +80868,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 +80880,9 @@ paths: application/json: schema: type: array - items: *394 + items: *395 examples: - default: *504 + default: *505 headers: Link: *57 x-github: @@ -80905,9 +80912,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 +80924,7 @@ paths: application/json: schema: type: array - items: *406 + items: *407 examples: default: value: @@ -80955,9 +80962,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 +80987,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 +81101,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 +81178,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 +81217,7 @@ paths: description: Response content: application/json: - schema: *495 + schema: *496 examples: default: value: @@ -81746,9 +81753,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 +81789,7 @@ paths: description: Response content: application/json: - schema: *495 + schema: *496 examples: default: value: @@ -82287,9 +82294,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 +82306,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 +82462,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 +82554,9 @@ paths: description: Response content: application/json: - schema: *505 + schema: *506 examples: - default: &507 + default: &508 value: id: 80 node_id: MDE3OlB1bGxSZXF1ZXN0UmV2aWV3ODA= @@ -82612,10 +82619,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 +82634,9 @@ paths: description: Response content: application/json: - schema: *505 + schema: *506 examples: - default: &508 + default: &509 value: id: 80 node_id: MDE3OlB1bGxSZXF1ZXN0UmV2aWV3ODA= @@ -82688,10 +82695,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 +82721,7 @@ paths: description: Response content: application/json: - schema: *505 + schema: *506 examples: default: value: @@ -82776,18 +82783,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 +82821,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 +82922,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 +83075,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 +83107,7 @@ paths: description: Response content: application/json: - schema: *505 + schema: *506 examples: default: value: @@ -83163,10 +83170,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 +83208,9 @@ paths: description: Response content: application/json: - schema: *505 + schema: *506 examples: - default: *508 + default: *509 '404': *6 '422': *7 '403': *27 @@ -83225,9 +83232,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 +83298,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 +83312,9 @@ paths: description: Response content: application/json: - schema: *509 + schema: *510 examples: - default: &510 + default: &511 value: type: file encoding: base64 @@ -83349,8 +83356,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 +83377,9 @@ paths: description: Response content: application/json: - schema: *509 + schema: *510 examples: - default: *510 + default: *511 '404': *6 '422': *15 x-github: @@ -83394,8 +83401,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 +83412,7 @@ paths: application/json: schema: type: array - items: &511 + items: &512 title: Release description: A release. type: object @@ -83477,7 +83484,7 @@ paths: author: *4 assets: type: array - items: &512 + items: &513 title: Release Asset description: Data related to a release. type: object @@ -83657,8 +83664,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 +83741,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 +83846,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 +83860,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 +83896,7 @@ paths: type: User site_admin: false '404': *6 - '302': *408 + '302': *409 x-github: githubCloudOnly: false enabledForGitHubApps: true @@ -83905,9 +83912,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 +83943,9 @@ paths: description: Response content: application/json: - schema: *512 + schema: *513 examples: - default: *514 + default: *515 x-github: githubCloudOnly: false enabledForGitHubApps: true @@ -83954,9 +83961,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 +83987,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 +84074,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 +84100,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 +84114,9 @@ paths: description: Response content: application/json: - schema: *511 + schema: *512 examples: - default: *515 + default: *516 '404': *6 x-github: githubCloudOnly: false @@ -84131,9 +84138,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 +84154,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 +84174,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 +84240,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 +84263,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 +84285,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 +84297,7 @@ paths: application/json: schema: type: array - items: *512 + items: *513 examples: default: value: @@ -84370,9 +84377,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 +84405,7 @@ paths: description: Response for successful upload content: application/json: - schema: *512 + schema: *513 examples: response-for-successful-upload: value: @@ -84452,9 +84459,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 +84485,9 @@ paths: application/json: schema: type: array - items: *259 + items: *260 examples: - default: *261 + default: *262 headers: Link: *57 '404': *6 @@ -84501,9 +84508,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 +84540,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 +84571,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 +84598,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 +84616,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 +84637,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 +84734,8 @@ paths: category: repos subcategory: rules parameters: - - *266 - *267 + - *268 - *17 - *19 - name: includes_parents @@ -84739,7 +84746,7 @@ paths: schema: type: boolean default: true - - *539 + - *540 responses: '200': description: Response @@ -84747,7 +84754,7 @@ paths: application/json: schema: type: array - items: *232 + items: *233 examples: default: value: @@ -84794,8 +84801,8 @@ paths: category: repos subcategory: rules parameters: - - *266 - *267 + - *268 requestBody: description: Request body required: true @@ -84815,16 +84822,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 +84862,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 +84911,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 +84924,9 @@ paths: description: Response content: application/json: - schema: *544 + schema: *545 examples: - default: *545 + default: *546 '404': *6 '500': *143 x-github: @@ -84940,17 +84947,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 +84985,8 @@ paths: category: repos subcategory: rules parameters: - - *266 - *267 + - *268 - name: ruleset_id description: The ID of the ruleset. in: path @@ -84999,9 +85006,9 @@ paths: description: Response content: application/json: - schema: *232 + schema: *233 examples: - default: *549 + default: *550 '404': *6 '500': *143 put: @@ -85019,8 +85026,8 @@ paths: category: repos subcategory: rules parameters: - - *266 - *267 + - *268 - name: ruleset_id description: The ID of the ruleset. in: path @@ -85045,16 +85052,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 +85089,9 @@ paths: description: Response content: application/json: - schema: *232 + schema: *233 examples: - default: *549 + default: *550 '404': *6 '500': *143 delete: @@ -85102,8 +85109,8 @@ paths: category: repos subcategory: rules parameters: - - *266 - *267 + - *268 - name: ruleset_id description: The ID of the ruleset. in: path @@ -85126,8 +85133,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 +85150,9 @@ paths: application/json: schema: type: array - items: *234 + items: *235 examples: - default: *550 + default: *551 '404': *6 '500': *143 x-github: @@ -85164,8 +85171,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 +85190,7 @@ paths: description: Response content: application/json: - schema: *551 + schema: *552 examples: default: value: @@ -85238,20 +85245,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 +85266,7 @@ paths: application/json: schema: type: array - items: &556 + items: &557 type: object properties: number: *52 @@ -85275,8 +85282,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 +85502,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 +85562,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 +85572,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 +85592,7 @@ paths: description: Response content: application/json: - schema: *556 + schema: *557 examples: default: value: @@ -85660,9 +85667,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 +85680,7 @@ paths: schema: type: array description: List of locations where the secret was detected - items: &685 + items: &686 type: object properties: type: @@ -86052,8 +86059,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 +86068,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 +86092,7 @@ paths: schema: type: object properties: - reason: *558 + reason: *559 expire_at: type: - string @@ -86129,8 +86136,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 +86152,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 +86180,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 +86258,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 +86303,9 @@ paths: application/json: schema: type: array - items: *560 + items: *561 examples: - default: *561 + default: *562 '400': *14 '404': *6 x-github: @@ -86321,8 +86328,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 +86409,7 @@ paths: login: type: string description: The username of the user credited. - type: *244 + type: *245 required: - login - type @@ -86492,9 +86499,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 +86734,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 +86848,7 @@ paths: description: Response content: application/json: - schema: *560 + schema: *561 examples: default: value: @@ -86988,17 +86995,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 +87029,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 +87111,7 @@ paths: login: type: string description: The username of the user credited. - type: *244 + type: *245 required: - login - type @@ -87195,10 +87202,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 +87243,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 +87272,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 +87308,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 +87405,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 +87415,7 @@ paths: application/json: schema: type: array - items: &564 + items: &565 title: Code Frequency Stat description: Code Frequency Stat type: array @@ -87441,8 +87448,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 +87527,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 +87622,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 +87777,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 +87788,7 @@ paths: application/json: schema: type: array - items: *564 + items: *565 examples: default: value: @@ -87814,8 +87821,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 +87878,7 @@ paths: description: Response content: application/json: - schema: *565 + schema: *566 examples: default: value: @@ -87925,8 +87932,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 +87945,7 @@ paths: type: array items: *4 examples: - default: *189 + default: *190 headers: Link: *57 x-github: @@ -87958,14 +87965,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 +88045,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 +88072,7 @@ paths: description: Response content: application/json: - schema: *566 + schema: *567 examples: default: value: @@ -88092,8 +88099,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 +88120,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 +88203,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 +88212,7 @@ paths: application/json: schema: type: array - items: &567 + items: &568 title: Tag protection description: Tag protection type: object @@ -88262,8 +88269,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 +88293,7 @@ paths: description: Response content: application/json: - schema: *567 + schema: *568 examples: default: value: @@ -88317,8 +88324,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 +88362,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 +88399,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 +88412,7 @@ paths: type: array items: *146 examples: - default: *202 + default: *203 headers: Link: *57 '404': *6 @@ -88425,8 +88432,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 +88441,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 +88453,7 @@ paths: required: - names examples: - default: &569 + default: &570 value: names: - octocat @@ -88469,8 +88476,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 +88508,9 @@ paths: description: Response content: application/json: - schema: *568 + schema: *569 examples: - default: *569 + default: *570 '404': *6 '422': *7 x-github: @@ -88524,9 +88531,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 +88564,7 @@ paths: - 128 clones: type: array - items: &571 + items: &572 title: Traffic type: object properties: @@ -88644,8 +88651,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 +88746,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 +88810,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 +88833,7 @@ paths: - 3782 views: type: array - items: *571 + items: *572 required: - uniques - count @@ -88903,8 +88910,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 +89185,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 +89209,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 +89232,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 +89259,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 +89352,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 +89603,7 @@ paths: examples: - 73..77 - 77..78 - text_matches: &572 + text_matches: &573 title: Search Result Text Matches type: array items: @@ -89759,7 +89766,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 +89835,7 @@ paths: committer: anyOf: - type: 'null' - - *332 + - *333 comment_count: type: integer message: @@ -89847,7 +89854,7 @@ paths: url: type: string format: uri - verification: *443 + verification: *444 required: - author - committer @@ -89862,7 +89869,7 @@ paths: committer: anyOf: - type: 'null' - - *332 + - *333 parents: type: array items: @@ -89879,7 +89886,7 @@ paths: type: number node_id: type: string - text_matches: *572 + text_matches: *573 required: - sha - node_id @@ -90061,7 +90068,7 @@ paths: - interactions - created - updated - - *573 + - *574 - *17 - *19 - name: advanced_search @@ -90185,7 +90192,7 @@ paths: milestone: anyOf: - type: 'null' - - *398 + - *399 comments: type: integer created_at: @@ -90199,7 +90206,7 @@ paths: - string - 'null' format: date-time - text_matches: *572 + text_matches: *573 pull_request: type: object properties: @@ -90248,7 +90255,7 @@ paths: timeline_url: type: string format: uri - type: *184 + type: *185 performed_via_github_app: anyOf: - type: 'null' @@ -90425,7 +90432,7 @@ paths: enum: - created - updated - - *573 + - *574 - *17 - *19 responses: @@ -90470,7 +90477,7 @@ paths: - 'null' score: type: number - text_matches: *572 + text_matches: *573 required: - id - node_id @@ -90555,7 +90562,7 @@ paths: - forks - help-wanted-issues - updated - - *573 + - *574 - *17 - *19 responses: @@ -90792,7 +90799,7 @@ paths: - admin - pull - push - text_matches: *572 + text_matches: *573 temp_clone_token: type: string allow_merge_commit: @@ -91100,7 +91107,7 @@ paths: - string - 'null' format: uri - text_matches: *572 + text_matches: *573 related: type: - array @@ -91293,7 +91300,7 @@ paths: - followers - repositories - joined - - *573 + - *574 - *17 - *19 responses: @@ -91403,7 +91410,7 @@ paths: type: - boolean - 'null' - text_matches: *572 + text_matches: *573 blog: type: - string @@ -91485,7 +91492,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 +91504,9 @@ paths: description: Response content: application/json: - schema: *251 + schema: *252 examples: - default: *252 + default: *253 '404': *6 x-github: githubCloudOnly: false @@ -91526,7 +91533,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 +91597,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 +91634,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 +91665,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 +91676,9 @@ paths: application/json: schema: type: array - items: *253 + items: *254 examples: - default: *575 + default: *576 headers: Link: *57 x-github: @@ -91700,7 +91707,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 +91741,9 @@ paths: description: Response content: application/json: - schema: *253 + schema: *254 examples: - default: *254 + default: *255 x-github: triggersNotification: true githubCloudOnly: false @@ -91763,16 +91770,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 +91804,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 +91828,9 @@ paths: description: Response content: application/json: - schema: *253 + schema: *254 examples: - default: *576 + default: *577 x-github: githubCloudOnly: false enabledForGitHubApps: true @@ -91848,8 +91855,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 +91885,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 +91897,9 @@ paths: application/json: schema: type: array - items: *256 + items: *257 examples: - default: *577 + default: *578 headers: Link: *57 x-github: @@ -91921,8 +91928,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 +91951,9 @@ paths: description: Response content: application/json: - schema: *256 + schema: *257 examples: - default: *257 + default: *258 x-github: triggersNotification: true githubCloudOnly: false @@ -91973,17 +91980,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 +92015,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 +92039,9 @@ paths: description: Response content: application/json: - schema: *256 + schema: *257 examples: - default: *578 + default: *579 x-github: githubCloudOnly: false enabledForGitHubApps: true @@ -92059,9 +92066,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 +92097,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 +92125,9 @@ paths: application/json: schema: type: array - items: *259 + items: *260 examples: - default: *261 + default: *262 headers: Link: *57 x-github: @@ -92149,9 +92156,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 +92190,9 @@ paths: description: Response content: application/json: - schema: *259 + schema: *260 examples: - default: *260 + default: *261 x-github: githubCloudOnly: false enabledForGitHubApps: true @@ -92211,8 +92218,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 +92245,9 @@ paths: application/json: schema: type: array - items: *259 + items: *260 examples: - default: *261 + default: *262 headers: Link: *57 x-github: @@ -92269,8 +92276,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 +92309,9 @@ paths: description: Response content: application/json: - schema: *259 + schema: *260 examples: - default: *260 + default: *261 x-github: githubCloudOnly: false enabledForGitHubApps: false @@ -92328,7 +92335,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 +92345,9 @@ paths: application/json: schema: type: array - items: *181 + items: *182 examples: - default: *182 + default: *183 headers: Link: *57 x-github: @@ -92366,7 +92373,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 +92396,7 @@ paths: type: array items: *4 examples: - default: *189 + default: *190 headers: Link: *57 '404': *6 @@ -92417,7 +92424,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 +92461,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 +92501,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 +92538,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 +92580,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 +92606,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 +92642,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 +92671,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 +92681,9 @@ paths: application/json: schema: type: array - items: *264 + items: *265 examples: - default: *581 + default: *582 headers: Link: *57 '404': *6 @@ -92702,16 +92709,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 +92742,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 +92810,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 +92838,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 +92850,7 @@ paths: type: array items: *115 examples: - default: *209 + default: *210 headers: Link: *57 '404': *6 @@ -92873,15 +92880,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 +93039,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 +93091,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 +93118,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 +93130,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 +93163,7 @@ paths: application/json: schema: oneOf: - - &586 + - &587 title: Private User description: Private User type: object @@ -93406,7 +93413,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 +93573,7 @@ paths: description: Response content: application/json: - schema: *586 + schema: *587 examples: default: value: @@ -93645,7 +93652,7 @@ paths: type: array items: *4 examples: - default: *189 + default: *190 '304': *35 '404': *6 '403': *27 @@ -93769,9 +93776,9 @@ paths: type: integer codespaces: type: array - items: *190 + items: *191 examples: - default: *191 + default: *192 '304': *35 '500': *143 '401': *23 @@ -93910,17 +93917,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 +93971,7 @@ paths: type: integer secrets: type: array - items: &587 + items: &588 title: Codespaces Secret description: Secrets for a GitHub Codespace. type: object @@ -94006,7 +94013,7 @@ paths: - visibility - selected_repositories_url examples: - default: *387 + default: *388 headers: Link: *57 x-github: @@ -94084,7 +94091,7 @@ paths: description: Response content: application/json: - schema: *587 + schema: *588 examples: default: value: @@ -94230,7 +94237,7 @@ paths: type: array items: *115 examples: - default: *588 + default: *589 '401': *23 '403': *27 '404': *6 @@ -94374,15 +94381,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 +94415,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 +94445,9 @@ paths: description: Response content: application/json: - schema: *190 + schema: *191 examples: - default: *385 + default: *386 '401': *23 '403': *27 '404': *6 @@ -94462,7 +94469,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 +94498,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 +94557,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 +94589,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 +94602,9 @@ paths: description: Response content: application/json: - schema: *589 + schema: *590 examples: - default: *590 + default: *591 '404': *6 x-github: githubCloudOnly: false @@ -94618,7 +94625,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 +94641,9 @@ paths: type: integer machines: type: array - items: *386 + items: *387 examples: - default: *591 + default: *592 '304': *35 '500': *143 '401': *23 @@ -94665,7 +94672,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 +94728,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 +95529,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 +95569,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 +95607,9 @@ paths: application/json: schema: type: array - items: *203 + items: *204 examples: - default: &604 + default: &605 value: - id: 197 name: hello_docker @@ -95703,7 +95710,7 @@ paths: application/json: schema: type: array - items: &592 + items: &593 title: Email description: Email type: object @@ -95773,9 +95780,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 +95859,7 @@ paths: application/json: schema: type: array - items: *592 + items: *593 examples: default: value: @@ -95964,7 +95971,7 @@ paths: type: array items: *4 examples: - default: *189 + default: *190 headers: Link: *57 '304': *35 @@ -95997,7 +96004,7 @@ paths: type: array items: *4 examples: - default: *189 + default: *190 headers: Link: *57 '304': *35 @@ -96110,7 +96117,7 @@ paths: application/json: schema: type: array - items: &593 + items: &594 title: GPG Key description: A unique encryption key type: object @@ -96255,7 +96262,7 @@ paths: - subkeys - revoked examples: - default: &617 + default: &618 value: - id: 3 name: Octocat's GPG Key @@ -96340,9 +96347,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 +96406,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 +96418,9 @@ paths: description: Response content: application/json: - schema: *593 + schema: *594 examples: - default: *594 + default: *595 '404': *6 '304': *35 '403': *27 @@ -96436,7 +96443,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 +96634,7 @@ paths: type: array items: *59 examples: - default: *596 + default: *597 headers: Link: *57 '404': *6 @@ -96712,12 +96719,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 +96748,7 @@ paths: required: true content: application/json: - schema: *454 + schema: *455 examples: default: value: @@ -96752,7 +96759,7 @@ paths: description: Response content: application/json: - schema: *179 + schema: *180 examples: default: value: @@ -96833,7 +96840,7 @@ paths: - closed - all default: open - - *187 + - *188 - name: sort description: What to sort results by. in: query @@ -96858,7 +96865,7 @@ paths: type: array items: *74 examples: - default: *188 + default: *189 headers: Link: *57 '404': *6 @@ -96891,7 +96898,7 @@ paths: application/json: schema: type: array - items: &597 + items: &598 title: Key description: Key type: object @@ -96989,9 +96996,9 @@ paths: description: Response content: application/json: - schema: *597 + schema: *598 examples: - default: &598 + default: &599 value: key: 2Sg8iYjAxxmI2LvUXpJjkYrMxURPc8r+dB7TJyvv1234 id: 2 @@ -97024,15 +97031,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 +97062,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 +97095,7 @@ paths: application/json: schema: type: array - items: &599 + items: &600 title: User Marketplace Purchase description: User Marketplace Purchase type: object @@ -97167,7 +97174,7 @@ paths: - account - plan examples: - default: &600 + default: &601 value: - billing_cycle: monthly next_billing_date: '2017-11-11T00:00:00Z' @@ -97229,9 +97236,9 @@ paths: application/json: schema: type: array - items: *599 + items: *600 examples: - default: *600 + default: *601 headers: Link: *57 '304': *35 @@ -97271,7 +97278,7 @@ paths: application/json: schema: type: array - items: *194 + items: *195 examples: default: value: @@ -97379,7 +97386,7 @@ paths: description: Response content: application/json: - schema: *194 + schema: *195 examples: default: value: @@ -97462,7 +97469,7 @@ paths: description: Response content: application/json: - schema: *194 + schema: *195 examples: default: value: @@ -97530,7 +97537,7 @@ paths: application/json: schema: type: array - items: *196 + items: *197 examples: default: value: @@ -97792,7 +97799,7 @@ paths: description: Response content: application/json: - schema: *196 + schema: *197 examples: default: value: @@ -97972,7 +97979,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 +97992,7 @@ paths: description: Response content: application/json: - schema: *196 + schema: *197 examples: default: value: @@ -98179,7 +98186,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 +98212,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 +98241,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 +98266,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 +98278,7 @@ paths: type: array items: *115 examples: - default: *209 + default: *210 headers: Link: *57 '404': *6 @@ -98308,7 +98315,7 @@ paths: type: array items: *145 examples: - default: *602 + default: *603 headers: Link: *57 '304': *35 @@ -98350,7 +98357,7 @@ paths: - docker - nuget - container - - *603 + - *604 - *19 - *17 responses: @@ -98360,10 +98367,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 +98390,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 +98512,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 +98543,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 +98576,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 +98597,7 @@ paths: application/json: schema: type: array - items: *207 + items: *208 examples: default: value: @@ -98639,15 +98646,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 +98690,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 +98722,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 +98782,7 @@ paths: description: Response content: application/json: - schema: *219 + schema: *220 examples: default: value: @@ -98847,9 +98854,9 @@ paths: application/json: schema: type: array - items: *592 + items: *593 examples: - default: *606 + default: *607 headers: Link: *57 '304': *35 @@ -98962,7 +98969,7 @@ paths: type: array items: *59 examples: - default: &613 + default: &614 summary: Default response value: - id: 1296269 @@ -99280,9 +99287,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 +99327,9 @@ paths: application/json: schema: type: array - items: *456 + items: *457 examples: - default: *607 + default: *608 headers: Link: *57 '304': *35 @@ -99345,7 +99352,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 +99375,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 +99408,7 @@ paths: application/json: schema: type: array - items: &608 + items: &609 title: Social account description: Social media account type: object @@ -99418,7 +99425,7 @@ paths: - provider - url examples: - default: &609 + default: &610 value: - provider: twitter url: https://twitter.com/github @@ -99481,9 +99488,9 @@ paths: application/json: schema: type: array - items: *608 + items: *609 examples: - default: *609 + default: *610 '422': *15 '304': *35 '404': *6 @@ -99571,7 +99578,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 +99598,7 @@ paths: - title - created_at examples: - default: &625 + default: &626 value: - key: 2Sg8iYjAxxmI2LvUXpJjkYrMxURPc8r+dB7TJyvv1234 id: 2 @@ -99658,9 +99665,9 @@ paths: description: Response content: application/json: - schema: *610 + schema: *611 examples: - default: &611 + default: &612 value: key: 2Sg8iYjAxxmI2LvUXpJjkYrMxURPc8r+dB7TJyvv1234 id: 2 @@ -99691,7 +99698,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 +99710,9 @@ paths: description: Response content: application/json: - schema: *610 + schema: *611 examples: - default: *611 + default: *612 '404': *6 '304': *35 '403': *27 @@ -99728,7 +99735,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 +99764,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 +99789,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 +99949,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 +99978,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 +100003,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 +100039,7 @@ paths: type: array items: *115 examples: - default: *209 + default: *210 headers: Link: *57 '304': *35 @@ -100069,7 +100076,7 @@ paths: application/json: schema: type: array - items: *251 + items: *252 examples: default: value: @@ -100155,10 +100162,10 @@ paths: application/json: schema: oneOf: + - *587 - *586 - - *585 examples: - default-response: &615 + default-response: &616 summary: Default response value: login: octocat @@ -100193,7 +100200,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 +100260,7 @@ paths: description: API method documentation url: https://docs.github.com/rest/users/users#list-users parameters: - - *614 + - *615 - *17 responses: '200': @@ -100264,7 +100271,7 @@ paths: type: array items: *4 examples: - default: *189 + default: *190 headers: Link: example: ; rel="next" @@ -100302,11 +100309,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 +100389,7 @@ paths: bundle_url: type: string examples: - default: *328 + default: *329 '201': description: Response content: @@ -100421,9 +100428,9 @@ paths: application/json: schema: type: array - items: *203 + items: *204 examples: - default: *604 + default: *605 '403': *27 '401': *23 x-github: @@ -100706,7 +100713,7 @@ paths: type: array items: *4 examples: - default: *189 + default: *190 headers: Link: *57 x-github: @@ -100737,7 +100744,7 @@ paths: type: array items: *4 examples: - default: *189 + default: *190 headers: Link: *57 x-github: @@ -100827,9 +100834,9 @@ paths: application/json: schema: type: array - items: *593 + items: *594 examples: - default: *617 + default: *618 headers: Link: *57 x-github: @@ -100933,7 +100940,7 @@ paths: application/json: schema: *20 examples: - default: *453 + default: *454 x-github: githubCloudOnly: false enabledForGitHubApps: false @@ -101011,7 +101018,7 @@ paths: type: array items: *145 examples: - default: *602 + default: *603 headers: Link: *57 x-github: @@ -101050,7 +101057,7 @@ paths: - docker - nuget - container - - *603 + - *604 - *128 - *19 - *17 @@ -101061,12 +101068,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 +101093,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 +101124,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 +101158,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 +101192,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 +101202,7 @@ paths: application/json: schema: type: array - items: *207 + items: *208 examples: default: value: @@ -101253,16 +101260,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 +101304,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 +101339,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 +101389,7 @@ paths: application/json: schema: type: array - items: *219 + items: *220 examples: default: value: @@ -101665,7 +101672,7 @@ paths: type: array items: *115 examples: - default: *209 + default: *210 headers: Link: *57 x-github: @@ -101695,9 +101702,9 @@ paths: description: Response content: application/json: - schema: *619 + schema: *620 examples: - default: *620 + default: *621 x-github: githubCloudOnly: false enabledForGitHubApps: false @@ -101725,9 +101732,9 @@ paths: description: Response content: application/json: - schema: *621 + schema: *622 examples: - default: *622 + default: *623 x-github: githubCloudOnly: false enabledForGitHubApps: false @@ -101755,9 +101762,9 @@ paths: description: Response content: application/json: - schema: *623 + schema: *624 examples: - default: *624 + default: *625 x-github: githubCloudOnly: false enabledForGitHubApps: false @@ -101785,9 +101792,9 @@ paths: application/json: schema: type: array - items: *608 + items: *609 examples: - default: *609 + default: *610 headers: Link: *57 x-github: @@ -101817,9 +101824,9 @@ paths: application/json: schema: type: array - items: *610 + items: *611 examples: - default: *625 + default: *626 headers: Link: *57 x-github: @@ -101844,7 +101851,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 +101863,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 +101898,7 @@ paths: type: array items: *115 examples: - default: *209 + default: *210 headers: Link: *57 x-github: @@ -102020,7 +102027,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 +102096,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 +102117,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 +102190,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 +103103,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 +103182,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 +103409,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 +103601,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 +103689,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 +103757,7 @@ webhooks: - MDEwOkNoZWNrU3VpdGU1 pull_requests: type: array - items: *345 + items: *346 repository: *115 status: type: string @@ -103795,7 +103802,7 @@ webhooks: - examples: - neutral - deployment: *633 + deployment: *634 details_url: type: string examples: @@ -103855,7 +103862,7 @@ webhooks: - annotations_url pull_requests: type: array - items: *345 + items: *346 started_at: type: string format: date-time @@ -103893,9 +103900,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 +104295,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 +104694,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 +105102,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 +106097,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 +106785,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 +107467,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 +107636,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 +107788,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 +107965,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 +108206,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 +108309,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 +108491,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 +108662,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 +108839,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 +108944,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 +109124,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 +109134,7 @@ webhooks: type: - string - 'null' - repository: *631 + repository: *632 sender: *4 required: - action @@ -109223,7 +109230,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 +109377,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 +109644,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 +109728,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 +109749,7 @@ webhooks: enum: - tag - branch - repository: *631 + repository: *632 sender: *4 required: - ref @@ -109824,10 +109831,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 +109919,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 +109998,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 +110078,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 +110158,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 +110246,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 +110341,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 +110429,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 +110517,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 +110603,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 +110689,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 +110776,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 +110862,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 +110943,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 +110983,8 @@ webhooks: - verified - created_at - read_only - organization: *630 - repository: *631 + organization: *631 + repository: *632 sender: *4 required: - action @@ -111054,11 +111061,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 +111637,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 +112380,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 +112457,7 @@ webhooks: type: string enum: - approved - approver: &640 + approver: &641 type: object properties: avatar_url: @@ -112493,11 +112500,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 +112585,7 @@ webhooks: sender: *4 since: type: string - workflow_job_run: &642 + workflow_job_run: &643 type: object properties: conclusion: @@ -113324,18 +113331,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 +114059,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 +116008,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 +116704,7 @@ webhooks: type: string enum: - answered - answer: &646 + answer: &647 type: object properties: author_association: @@ -116857,7 +116864,7 @@ webhooks: - created_at - updated_at - body - discussion: &644 + discussion: &645 title: Discussion description: A Discussion in a repository. type: object @@ -117153,7 +117160,7 @@ webhooks: - id labels: type: array - items: *463 + items: *464 required: - repository_url - category @@ -117175,10 +117182,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 +117312,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 +117399,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 +117485,7 @@ webhooks: type: string enum: - created - comment: &645 + comment: &646 type: object properties: author_association: @@ -117638,11 +117645,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 +117732,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 +117832,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 +117921,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 +118007,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 +118111,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 +118197,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 +118233,8 @@ webhooks: - color - default - description - organization: *630 - repository: *631 + organization: *631 + repository: *632 sender: *4 required: - action @@ -118310,11 +118317,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 +118403,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 +118489,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 +118578,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 +118670,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 +118755,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 +118843,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 +118929,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 +119006,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 +119684,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 +119832,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 +119872,7 @@ webhooks: - action - sha - html_url - repository: *631 + repository: *632 sender: *4 required: - pages @@ -119941,10 +119948,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 +119977,8 @@ webhooks: - name - full_name - private - repository: *631 - requester: *648 + repository: *632 + requester: *649 sender: *4 required: - action @@ -120046,11 +120053,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 +120134,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 +120215,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 +120264,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 +120351,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 +120381,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 +120462,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 +120648,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 +120730,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 +120982,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 +121830,7 @@ webhooks: title: description: Title of the issue type: string - type: *184 + type: *185 updated_at: type: string format: date-time @@ -122167,8 +122174,8 @@ webhooks: - state - locked - assignee - organization: *630 - repository: *631 + organization: *631 + repository: *632 sender: *4 required: - action @@ -122248,7 +122255,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 +122422,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 +123266,7 @@ webhooks: title: description: Title of the issue type: string - type: *184 + type: *185 updated_at: type: string format: date-time @@ -123605,8 +123612,8 @@ webhooks: - state - locked - assignee - organization: *630 - repository: *631 + organization: *631 + repository: *632 sender: *4 required: - action @@ -123686,7 +123693,7 @@ webhooks: type: string enum: - edited - changes: &677 + changes: &678 description: The changes to the comment. type: object properties: @@ -123698,9 +123705,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 +124553,7 @@ webhooks: title: description: Title of the issue type: string - type: *184 + type: *185 updated_at: type: string format: date-time @@ -124890,8 +124897,8 @@ webhooks: - state - locked - assignee - organization: *630 - repository: *631 + organization: *631 + repository: *632 sender: *4 required: - action @@ -124973,10 +124980,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 +125825,7 @@ webhooks: title: description: Title of the issue type: string - type: *184 + type: *185 updated_at: type: string format: date-time @@ -125921,8 +125928,8 @@ webhooks: - active_lock_reason - body - reactions - organization: *630 - repository: *631 + organization: *631 + repository: *632 sender: *4 required: - action @@ -126002,8 +126009,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 +126857,7 @@ webhooks: title: description: Title of the issue type: string - type: *184 + type: *185 updated_at: type: string format: date-time @@ -127096,8 +127103,8 @@ webhooks: required: - state - closed_at - organization: *630 - repository: *631 + organization: *631 + repository: *632 sender: *4 required: - action @@ -127176,8 +127183,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 +128020,7 @@ webhooks: title: description: Title of the issue type: string - type: *184 + type: *185 updated_at: type: string format: date-time @@ -128115,8 +128122,8 @@ webhooks: - active_lock_reason - body - reactions - organization: *630 - repository: *631 + organization: *631 + repository: *632 sender: *4 required: - action @@ -128195,8 +128202,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 +129064,7 @@ webhooks: title: description: Title of the issue type: string - type: *184 + type: *185 updated_at: type: string format: date-time @@ -129138,7 +129145,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 +129288,8 @@ webhooks: - updated_at - due_on - closed_at - organization: *630 - repository: *631 + organization: *631 + repository: *632 sender: *4 required: - action @@ -129381,8 +129388,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 +130228,7 @@ webhooks: timeline_url: type: string format: uri - type: *184 + type: *185 title: description: Title of the issue type: string @@ -130327,9 +130334,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 +130416,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 +131255,7 @@ webhooks: timeline_url: type: string format: uri - type: *184 + type: *185 title: description: Title of the issue type: string @@ -131354,9 +131361,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 +131443,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 +132307,7 @@ webhooks: timeline_url: type: string format: uri - type: *184 + type: *185 title: description: Title of the issue type: string @@ -132383,8 +132390,8 @@ webhooks: format: uri user_view_type: type: string - organization: *630 - repository: *631 + organization: *631 + repository: *632 sender: *4 required: - action @@ -132463,8 +132470,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 +133331,7 @@ webhooks: title: description: Title of the issue type: string - type: *184 + type: *185 updated_at: type: string format: date-time @@ -133404,9 +133411,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 +134913,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 +135756,7 @@ webhooks: title: description: Title of the issue type: string - type: *184 + type: *185 updated_at: type: string format: date-time @@ -135851,8 +135858,8 @@ webhooks: - active_lock_reason - body - reactions - organization: *630 - repository: *631 + organization: *631 + repository: *632 sender: *4 required: - action @@ -135932,9 +135939,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 +136777,7 @@ webhooks: title: description: Title of the issue type: string - type: *184 + type: *185 updated_at: type: string format: date-time @@ -136872,8 +136879,8 @@ webhooks: - active_lock_reason - body - reactions - organization: *630 - repository: *631 + organization: *631 + repository: *632 sender: *4 required: - action @@ -136952,8 +136959,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 +137904,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 +138825,7 @@ webhooks: title: description: Title of the issue type: string - type: *184 + type: *185 updated_at: type: string format: date-time @@ -139400,11 +139407,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 +139491,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 +139577,7 @@ webhooks: type: string enum: - unassigned - assignee: &680 + assignee: &681 title: User type: - object @@ -139642,11 +139649,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 +139732,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 +139817,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 +140682,7 @@ webhooks: title: description: Title of the issue type: string - type: *184 + type: *185 updated_at: type: string format: date-time @@ -140755,8 +140762,8 @@ webhooks: format: uri user_view_type: type: string - organization: *630 - repository: *631 + organization: *631 + repository: *632 sender: *4 required: - action @@ -140836,11 +140843,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 +140926,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 +141011,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 +141093,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 +141207,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 +141293,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 +141383,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 +141468,7 @@ webhooks: - on_free_trial - free_trial_ends_on - plan - repository: *631 + repository: *632 sender: *4 required: - action @@ -141541,10 +141548,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 +141639,7 @@ webhooks: - on_free_trial - free_trial_ends_on - plan - repository: *631 + repository: *632 sender: *4 required: - action @@ -141714,10 +141721,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 +141810,7 @@ webhooks: - on_free_trial - free_trial_ends_on - plan - repository: *631 + repository: *632 sender: *4 required: - action @@ -141884,8 +141891,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 +141978,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 +142060,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 +142167,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 +142273,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 +142356,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 +142438,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 +142520,7 @@ webhooks: required: - login - id - team: &658 + team: &659 title: Team description: Groups of organization members that gives permissions on specified repositories. @@ -142706,11 +142713,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 +142796,7 @@ webhooks: required: - login - id - team: *658 + team: *659 required: - action - scope @@ -142871,8 +142878,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 +142898,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 +142992,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 +143068,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 +143176,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 +143261,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 +143344,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 +143488,8 @@ webhooks: - updated_at - due_on - closed_at - organization: *630 - repository: *631 + organization: *631 + repository: *632 sender: *4 required: - action @@ -143561,11 +143568,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 +143682,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 +143766,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 +143849,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 +143932,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 +144015,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 +144111,8 @@ webhooks: - role - organization_url - user - organization: *630 - repository: *631 + organization: *631 + repository: *632 sender: *4 required: - action @@ -144183,11 +144190,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 +144273,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 +144396,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 +144477,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 +144568,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 +144648,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 +145173,7 @@ webhooks: - published_at rubygems_metadata: type: array - items: &662 + items: &663 title: Ruby Gems metadata type: object properties: @@ -145263,7 +145270,7 @@ webhooks: - owner - package_version - registry - repository: *631 + repository: *632 sender: *4 required: - action @@ -145339,9 +145346,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 +145710,7 @@ webhooks: - published_at rubygems_metadata: type: array - items: *662 + items: *663 source_url: type: string format: uri @@ -145774,7 +145781,7 @@ webhooks: - owner - package_version - registry - repository: *631 + repository: *632 sender: *4 required: - action @@ -145955,12 +145962,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 +146044,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 +146194,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 +146274,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 +146354,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 +146433,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 +146542,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 +146574,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 +146820,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 +146946,7 @@ webhooks: - creator - created_at - updated_at - repository: *631 + repository: *632 sender: *4 required: - action @@ -147020,11 +147027,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 +147111,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 +147243,7 @@ webhooks: repository: anyOf: - type: 'null' - - *631 + - *632 sender: *4 required: - action @@ -147330,11 +147337,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 +147435,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 +147634,7 @@ webhooks: type: string required: - after_id - repository: *631 + repository: *632 sender: *4 required: - action @@ -147707,10 +147714,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 +147844,7 @@ webhooks: - creator - created_at - updated_at - repository: *631 + repository: *632 sender: *4 required: - action @@ -147917,10 +147924,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 +147967,7 @@ webhooks: - name - created_at - updated_at - repository: *631 + repository: *632 sender: *4 required: - action @@ -148039,14 +148046,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 +148142,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 +148226,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 +148310,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 +148394,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 +148502,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 +148585,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 +148670,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 +148820,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 +148903,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 +149026,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 +149111,7 @@ webhooks: type: string enum: - archived - changes: &672 + changes: &673 type: object properties: archived_at: @@ -149120,9 +149127,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 +149268,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 +149352,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 +149435,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 +149542,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 +149562,7 @@ webhooks: required: - id - name - - &671 + - &672 title: Projects v2 Iteration Setting description: An iteration setting for an iteration field type: object @@ -149584,8 +149591,8 @@ webhooks: oneOf: - type: string - type: integer - - *670 - *671 + - *672 type: - 'null' - string @@ -149608,9 +149615,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 +149714,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 +149799,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 +149884,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 +149967,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 +150104,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 +150252,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 +150325,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 +150405,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 +152760,7 @@ webhooks: - auto_merge - active_lock_reason - draft - repository: *631 + repository: *632 sender: *4 required: - action @@ -152835,11 +152842,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 +155188,7 @@ webhooks: - draft reason: type: string - repository: *631 + repository: *632 sender: *4 required: - action @@ -155263,11 +155270,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 +157616,7 @@ webhooks: - draft reason: type: string - repository: *631 + repository: *632 sender: *4 required: - action @@ -157691,13 +157698,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 +157766,7 @@ webhooks: Please use `squash_merge_commit_title` instead.** type: boolean default: false - repository: *631 + repository: *632 sender: *4 required: - action @@ -157840,12 +157847,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 +157932,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 +160263,7 @@ webhooks: - auto_merge - active_lock_reason - draft - repository: *631 + repository: *632 sender: *4 required: - action @@ -160335,11 +160342,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 +162692,7 @@ webhooks: - BRANCH_PROTECTIONS - GIT_TREE_INVALID - INVALID_MERGE_COMMIT - repository: *631 + repository: *632 sender: *4 required: - action @@ -162809,12 +162816,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 +162901,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 +165236,7 @@ webhooks: - auto_merge - active_lock_reason - draft - repository: *631 + repository: *632 sender: *4 required: - action @@ -165309,11 +165316,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 +167668,7 @@ webhooks: - auto_merge - active_lock_reason - draft - repository: *631 + repository: *632 sender: *4 required: - action @@ -167742,10 +167749,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 +170098,7 @@ webhooks: - auto_merge - active_lock_reason - draft - repository: *631 + repository: *632 sender: *4 required: - action @@ -170171,12 +170178,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 +170262,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 +170348,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 +170433,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 +170813,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 +173045,7 @@ webhooks: - _links - author_association - active_lock_reason - repository: *631 + repository: *632 sender: *4 required: - action @@ -173118,7 +173125,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 +173418,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 +175638,7 @@ webhooks: - _links - author_association - active_lock_reason - repository: *631 + repository: *632 sender: *4 required: - action @@ -175711,11 +175718,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 +177943,7 @@ webhooks: - _links - author_association - active_lock_reason - repository: *631 + repository: *632 sender: *4 required: - action @@ -178017,9 +178024,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 +180259,7 @@ webhooks: - author_association - auto_merge - active_lock_reason - repository: *631 + repository: *632 review: description: The review that was affected. type: object @@ -180498,9 +180505,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 +182621,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 +182855,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 +185207,7 @@ webhooks: - auto_merge - active_lock_reason - draft - repository: *631 + repository: *632 requested_reviewer: title: User type: @@ -185286,12 +185293,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 +187652,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 +187847,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 +190201,7 @@ webhooks: - auto_merge - active_lock_reason - draft - repository: *631 + repository: *632 requested_reviewer: title: User type: @@ -190281,12 +190288,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 +192633,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 +192817,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 +195055,8 @@ webhooks: - author_association - auto_merge - active_lock_reason - repository: *631 - review: *679 + repository: *632 + review: *680 sender: *4 required: - action @@ -195129,9 +195136,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 +197269,7 @@ webhooks: - author_association - auto_merge - active_lock_reason - repository: *631 + repository: *632 sender: *4 thread: type: object @@ -197654,9 +197661,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 +199777,7 @@ webhooks: - author_association - auto_merge - active_lock_reason - repository: *631 + repository: *632 sender: *4 thread: type: object @@ -200164,10 +200171,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 +202509,7 @@ webhooks: - auto_merge - active_lock_reason - draft - repository: *631 + repository: *632 sender: *4 required: - action @@ -202584,11 +202591,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 +204945,7 @@ webhooks: - auto_merge - active_lock_reason - draft - repository: *631 + repository: *632 sender: *4 required: - action @@ -205017,11 +205024,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 +207367,7 @@ webhooks: - auto_merge - active_lock_reason - draft - repository: *631 + repository: *632 sender: *4 required: - action @@ -207441,10 +207448,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 +209780,7 @@ webhooks: - auto_merge - active_lock_reason - draft - repository: *631 + repository: *632 sender: *4 required: - action @@ -209976,7 +209983,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 +210078,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 +210667,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 +211146,7 @@ webhooks: type: string rubygems_metadata: type: array - items: *662 + items: *663 summary: type: string tag_name: @@ -211195,7 +211202,7 @@ webhooks: - owner - package_version - registry - repository: *631 + repository: *632 sender: *4 required: - action @@ -211273,9 +211280,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 +211594,7 @@ webhooks: - published_at rubygems_metadata: type: array - items: *662 + items: *663 summary: type: string tag_name: @@ -211637,7 +211644,7 @@ webhooks: - owner - package_version - registry - repository: *631 + repository: *632 sender: *4 required: - action @@ -211714,10 +211721,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 +212040,7 @@ webhooks: - tarball_url - zipball_url - body - repository: *631 + repository: *632 sender: *4 required: - action @@ -212110,11 +212117,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 +212238,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 +212320,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 +212643,7 @@ webhooks: - string - 'null' format: uri - repository: *631 + repository: *632 sender: *4 required: - action @@ -212712,10 +212719,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 +213040,7 @@ webhooks: - string - 'null' format: uri - repository: *631 + repository: *632 sender: *4 required: - action @@ -213109,11 +213116,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 +213196,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 +213276,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 +213356,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 +213436,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 +213516,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 +213597,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 +213685,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 +213803,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 +213878,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 +213962,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 +214042,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 +214139,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 +214222,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 +214304,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 +214386,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 +214409,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 +214451,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 +214697,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 +214778,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 +214859,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 +214983,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 +215196,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 +215277,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 +215483,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 +215564,7 @@ webhooks: type: string enum: - created - alert: &684 + alert: &685 type: object properties: number: *52 @@ -215667,10 +215674,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 +215758,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 +216000,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 +216082,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 +216164,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 +216246,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 +216380,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 +216461,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 +216651,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 +216728,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 +216917,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 +216999,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 +217309,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 +217402,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 +217484,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 +217568,7 @@ webhooks: type: string enum: - pending_tier_change - changes: &689 + changes: &690 type: object properties: tier: @@ -217605,13 +217612,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 +217695,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 +217775,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 +217862,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 +218299,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 +218423,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 +218515,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 +218607,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 +218699,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 +218778,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 +218976,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 +219448,7 @@ webhooks: - topics - visibility sender: *4 - team: *690 + team: *691 required: - action - team @@ -219517,9 +219524,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 +219996,7 @@ webhooks: - topics - visibility sender: *4 - team: *690 + team: *691 required: - action - team @@ -220066,9 +220073,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 +220545,7 @@ webhooks: - topics - visibility sender: *4 - team: *690 + team: *691 required: - action - team @@ -220682,9 +220689,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 +221161,7 @@ webhooks: - topics - visibility sender: *4 - team: *690 + team: *691 required: - action - changes @@ -221232,9 +221239,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 +221711,7 @@ webhooks: - topics - visibility sender: *4 - team: *690 + team: *691 required: - action - team @@ -221780,10 +221787,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 +221863,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 +221955,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 +222214,7 @@ webhooks: type: string required: - conclusion - deployment: *418 + deployment: *419 required: - action - repository @@ -222286,10 +222293,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 +222578,7 @@ webhooks: required: - status - steps - deployment: *418 + deployment: *419 required: - action - repository @@ -222650,10 +222657,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 +222806,7 @@ webhooks: - workflow_name - head_branch - created_at - deployment: *418 + deployment: *419 required: - action - repository @@ -222878,10 +222885,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 +223035,7 @@ webhooks: - workflow_name - head_branch {"code":"deadline_exceeded","msg":"operation timed out"}