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 - 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/ghec/dereferenced/ghec.2022-11-28.deref.json b/descriptions-next/ghec/dereferenced/ghec.2022-11-28.deref.json index 03b611c6bd..38ae38889b 100644 --- a/descriptions-next/ghec/dereferenced/ghec.2022-11-28.deref.json +++ b/descriptions-next/ghec/dereferenced/ghec.2022-11-28.deref.json @@ -37107,6 +37107,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", @@ -123543,6 +123551,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", @@ -287180,7 +287196,7 @@ "/repos/{owner}/{repo}/check-runs/{check_run_id}/rerequest": { "post": { "summary": "Rerequest a check run", - "description": "Triggers GitHub to rerequest an existing check run, without pushing new code to a repository. This endpoint will trigger the [`check_run` webhook](https://docs.github.com/enterprise-cloud@latest//webhooks/event-payloads/#check_run) event with the action `rerequested`. When a check run is `rerequested`, the `status` of the check suite it belongs to is reset to `queued` and the `conclusion` is cleared. The check run itself is not updated. GitHub apps recieving the [`check_run` webhook](https://docs.github.com/enterprise-cloud@latest//webhooks/event-payloads/#check_run) with the `rerequested` action should then decide if the check run should be reset or updated and call the [update `check_run` endpoint](https://docs.github.com/enterprise-cloud@latest//rest/checks/runs#update-a-check-run) to update the check_run if desired.\n\nFor more information about how to re-run GitHub Actions jobs, see \"[Re-run a job from a workflow run](https://docs.github.com/enterprise-cloud@latest//rest/actions/workflow-runs#re-run-a-job-from-a-workflow-run)\".\n\nOAuth apps and personal access tokens (classic) cannot use this endpoint.", + "description": "Triggers GitHub to rerequest an existing check run, without pushing new code to a repository. This endpoint will trigger the [`check_run` webhook](https://docs.github.com/enterprise-cloud@latest//webhooks/event-payloads/#check_run) event with the action `rerequested`. When a check run is `rerequested`, the `status` of the check suite it belongs to is reset to `queued` and the `conclusion` is cleared. The check run itself is not updated. GitHub apps recieving the [`check_run` webhook](https://docs.github.com/enterprise-cloud@latest//webhooks/event-payloads/#check_run) with the `rerequested` action should then decide if the check run should be reset or updated and call the [update `check_run` endpoint](https://docs.github.com/enterprise-cloud@latest//rest/checks/runs#update-a-check-run) to update the check_run if desired.\n\nFor more information about how to re-run GitHub Actions jobs, see \"[Re-run a job from a workflow run](https://docs.github.com/enterprise-cloud@latest//rest/actions/workflow-runs#re-run-a-job-from-a-workflow-run)\".", "tags": [ "checks" ], @@ -296010,7 +296026,7 @@ "/repos/{owner}/{repo}/check-suites/{check_suite_id}/rerequest": { "post": { "summary": "Rerequest a check suite", - "description": "Triggers GitHub to rerequest an existing check suite, without pushing new code to a repository. This endpoint will trigger the [`check_suite` webhook](https://docs.github.com/enterprise-cloud@latest//webhooks/event-payloads/#check_suite) event with the action `rerequested`. When a check suite is `rerequested`, its `status` is reset to `queued` and the `conclusion` is cleared.\n\nOAuth apps and personal access tokens (classic) cannot use this endpoint.", + "description": "Triggers GitHub to rerequest an existing check suite, without pushing new code to a repository. This endpoint will trigger the [`check_suite` webhook](https://docs.github.com/enterprise-cloud@latest//webhooks/event-payloads/#check_suite) event with the action `rerequested`. When a check suite is `rerequested`, its `status` is reset to `queued` and the `conclusion` is cleared.", "tags": [ "checks" ], @@ -338776,6 +338792,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/ghec/dereferenced/ghec.2022-11-28.deref.yaml b/descriptions-next/ghec/dereferenced/ghec.2022-11-28.deref.yaml index 95a78bcf9c..d3ac9aaec5 100644 --- a/descriptions-next/ghec/dereferenced/ghec.2022-11-28.deref.yaml +++ b/descriptions-next/ghec/dereferenced/ghec.2022-11-28.deref.yaml @@ -907,7 +907,7 @@ paths: - subscriptions_url - type - url - type: &331 + type: &332 type: string description: The type of credit the user is receiving. enum: @@ -1073,7 +1073,7 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/security-advisories/global-advisories#get-a-global-security-advisory parameters: - - &650 + - &651 name: ghsa_id description: The GHSA (GitHub Security Advisory) identifier of the advisory. in: path @@ -1669,7 +1669,7 @@ paths: schema: type: integer default: 30 - - &257 + - &258 name: cursor description: 'Used for pagination: the starting delivery from which the page of deliveries is fetched. Refer to the `link` header for the next and previous @@ -1685,7 +1685,7 @@ paths: application/json: schema: type: array - items: &258 + items: &259 title: Simple webhook delivery description: Delivery made by a webhook, without request and response information. @@ -1781,7 +1781,7 @@ paths: - installation_id - repository_id examples: - default: &259 + default: &260 value: - id: 12345678 guid: 0b989ba4-242f-11e5-81e1-c7b6966d2516 @@ -1813,7 +1813,7 @@ paths: application/json: schema: *3 application/scim+json: - schema: &660 + schema: &661 title: Scim Error description: Scim Error type: object @@ -1916,7 +1916,7 @@ paths: description: Response content: application/json: - schema: &260 + schema: &261 title: Webhook delivery description: Delivery made by a webhook. type: object @@ -2051,7 +2051,7 @@ paths: - request - response examples: - default: &261 + default: &262 value: id: 12345678 guid: 0b989ba4-242f-11e5-81e1-c7b6966d2516 @@ -11654,7 +11654,7 @@ paths: description: The GitHub URL of the alert resource. format: uri readOnly: true - instances_url: &446 + instances_url: &447 type: string description: The REST API URL for fetching the list of instances for an alert. @@ -11690,7 +11690,7 @@ paths: format: `YYYY-MM-DDTHH:MM:SSZ`.' format: date-time readOnly: true - dismissed_reason: &447 + dismissed_reason: &448 type: - string - 'null' @@ -11701,14 +11701,14 @@ paths: - won't fix - used in tests - - dismissed_comment: &448 + dismissed_comment: &449 type: - string - 'null' description: The dismissal comment associated with the dismissal of the alert. maxLength: 280 - rule: &449 + rule: &450 type: object properties: id: @@ -11769,7 +11769,7 @@ paths: - 'null' description: A link to the documentation for the rule used to detect the alert. - tool: &450 + tool: &451 type: object properties: name: *85 @@ -11780,15 +11780,15 @@ paths: description: The version of the tool used to generate the code scanning analysis. guid: *86 - most_recent_instance: &451 + most_recent_instance: &452 type: object properties: - ref: &444 + ref: &445 type: string description: |- The Git reference, formatted as `refs/pull//merge`, `refs/pull//head`, `refs/heads/` or simply ``. - analysis_key: &461 + analysis_key: &462 type: string description: Identifies the configuration under which the analysis was executed. For example, in GitHub Actions @@ -11799,7 +11799,7 @@ paths: the environment in which the analysis that generated this alert instance was performed, such as the language that was analyzed. - category: &462 + category: &463 type: string description: Identifies the configuration under which the analysis was executed. Used to distinguish between multiple @@ -14123,7 +14123,7 @@ paths: parent: anyOf: - type: 'null' - - &294 + - &295 title: Team Simple description: Groups of organization members that gives permissions on specified repositories. @@ -14951,6 +14951,13 @@ paths: schema: type: string - &247 + name: has + in: query + description: Filters the list of alerts based on whether the alert has a patch. + If specified, only alerts with a patch will be returned. + schema: + type: string + - &248 name: scope in: query description: The scope of the vulnerable dependency. If specified, only alerts @@ -14960,7 +14967,7 @@ paths: enum: - development - runtime - - &248 + - &249 name: sort in: query description: |- @@ -14978,7 +14985,7 @@ paths: - *84 - *82 - *83 - - &249 + - &250 name: first description: |- **Deprecated**. The number of results per page (max 100), starting from the first matching result. @@ -14991,7 +14998,7 @@ paths: minimum: 1 maximum: 100 default: 30 - - &250 + - &251 name: last description: |- **Deprecated**. The number of results per page (max 100), starting from the last matching result. @@ -15011,7 +15018,7 @@ paths: application/json: schema: type: array - items: &251 + items: &252 type: object description: A Dependabot alert. properties: @@ -15078,7 +15085,7 @@ paths: - direct - transitive - - security_advisory: &498 + security_advisory: &499 type: object description: Details for the GitHub Security Advisory. readOnly: true @@ -15314,7 +15321,7 @@ paths: dismissal. maxLength: 280 fixed_at: *106 - auto_dismissed_at: &499 + auto_dismissed_at: &500 type: - string - 'null' @@ -15341,7 +15348,7 @@ paths: - repository additionalProperties: false examples: - default: &252 + default: &253 value: - number: 2 state: dismissed @@ -15812,7 +15819,7 @@ paths: - name - created_on examples: - default: &341 + default: &342 value: total_count: 2 network_configurations: @@ -16035,7 +16042,7 @@ paths: url: https://docs.github.com/enterprise-cloud@latest//rest/enterprise-admin/network-configurations#get-a-hosted-compute-network-settings-resource-for-an-enterprise parameters: - *38 - - &342 + - &343 name: network_settings_id description: Unique identifier of the hosted compute network settings. in: path @@ -16047,7 +16054,7 @@ paths: description: Response content: application/json: - schema: &343 + schema: &344 title: Hosted compute network settings resource description: A hosted compute network settings resource. type: object @@ -16086,7 +16093,7 @@ paths: - subnet_id - region examples: - default: &344 + default: &345 value: id: 220F78DACB92BBFBC5E6F22DE1CCF52309D network_configuration_id: 934E208B3EE0BD60CF5F752C426BFB53562 @@ -16398,7 +16405,7 @@ paths: required: true content: application/json: - schema: &313 + schema: &314 title: Custom Property Set Payload description: Custom property set payload type: object @@ -16774,7 +16781,7 @@ paths: type: object description: A repository rule. oneOf: - - &608 + - &609 title: creation description: Only allow users with bypass permission to create matching refs. @@ -16786,7 +16793,7 @@ paths: type: string enum: - creation - - &609 + - &610 title: update description: Only allow users with bypass permission to update matching refs. @@ -16807,7 +16814,7 @@ paths: repository required: - update_allows_fetch_and_merge - - &611 + - &612 title: deletion description: Only allow users with bypass permissions to delete matching refs. @@ -16819,7 +16826,7 @@ paths: type: string enum: - deletion - - &612 + - &613 title: required_linear_history description: Prevent merge commits from being pushed to matching refs. @@ -16831,7 +16838,7 @@ paths: type: string enum: - required_linear_history - - &613 + - &614 title: merge_queue description: Merges must be performed via a merge queue. type: object @@ -16907,7 +16914,7 @@ paths: - merge_method - min_entries_to_merge - min_entries_to_merge_wait_minutes - - &614 + - &615 title: required_deployments description: Choose which environments must be successfully deployed to before refs can be pushed into a ref that matches @@ -16931,7 +16938,7 @@ paths: type: string required: - required_deployment_environments - - &615 + - &616 title: required_signatures description: Commits pushed to matching refs must have verified signatures. @@ -16943,7 +16950,7 @@ paths: type: string enum: - required_signatures - - &616 + - &617 title: pull_request description: Require all commits be made to a non-target branch and submitted via a pull request before they can be merged. @@ -17003,7 +17010,7 @@ paths: - require_last_push_approval - required_approving_review_count - required_review_thread_resolution - - &617 + - &618 title: required_status_checks description: Choose which status checks must pass before the ref is updated. When enabled, commits must first be pushed @@ -17050,7 +17057,7 @@ paths: required: - required_status_checks - strict_required_status_checks_policy - - &618 + - &619 title: non_fast_forward description: Prevent users with push access from force pushing to refs. @@ -17062,7 +17069,7 @@ paths: type: string enum: - non_fast_forward - - &619 + - &620 title: commit_message_pattern description: Parameters to be used for the commit_message_pattern rule @@ -17098,7 +17105,7 @@ paths: required: - operator - pattern - - &620 + - &621 title: commit_author_email_pattern description: Parameters to be used for the commit_author_email_pattern rule @@ -17134,7 +17141,7 @@ paths: required: - operator - pattern - - &621 + - &622 title: committer_email_pattern description: Parameters to be used for the committer_email_pattern rule @@ -17170,7 +17177,7 @@ paths: required: - operator - pattern - - &622 + - &623 title: branch_name_pattern description: Parameters to be used for the branch_name_pattern rule @@ -17206,7 +17213,7 @@ paths: required: - operator - pattern - - &623 + - &624 title: tag_name_pattern description: Parameters to be used for the tag_name_pattern rule @@ -17242,7 +17249,7 @@ paths: required: - operator - pattern - - &624 + - &625 title: file_path_restriction description: Prevent commits that include changes in specified file and folder paths from being pushed to the commit graph. @@ -17266,7 +17273,7 @@ paths: type: string required: - restricted_file_paths - - &625 + - &626 title: max_file_path_length description: Prevent commits that include file paths that exceed the specified character limit from being pushed to the commit @@ -17290,7 +17297,7 @@ paths: maximum: 256 required: - max_file_path_length - - &626 + - &627 title: file_extension_restriction description: Prevent commits that include files with specified file extensions from being pushed to the commit graph. @@ -17313,7 +17320,7 @@ paths: type: string required: - restricted_file_extensions - - &627 + - &628 title: max_file_size description: Prevent commits with individual files that exceed the specified limit from being pushed to the commit graph. @@ -17337,7 +17344,7 @@ paths: maximum: 100 required: - max_file_size - - &628 + - &629 title: workflows description: Require all changes made to a targeted branch to pass the specified workflows before they can be merged. @@ -17386,7 +17393,7 @@ paths: - repository_id required: - workflows - - &629 + - &630 title: code_scanning description: Choose which tools must provide code scanning results before the reference is updated. When configured, code scanning @@ -17543,7 +17550,7 @@ paths: conditions: anyOf: - *117 - - &318 + - &319 title: Organization ruleset conditions type: object description: |- @@ -17827,7 +17834,7 @@ paths: type: string format: date-time examples: - default: &320 + default: &321 value: - version_id: 3 actor: @@ -17880,7 +17887,7 @@ paths: description: Response content: application/json: - schema: &321 + schema: &322 allOf: - *127 - type: object @@ -17935,7 +17942,7 @@ paths: url: https://docs.github.com/enterprise-cloud@latest//rest/secret-scanning/secret-scanning#list-secret-scanning-alerts-for-an-enterprise parameters: - *38 - - &322 + - &323 name: state in: query description: Set to `open` or `resolved` to only list secret scanning alerts @@ -17946,7 +17953,7 @@ paths: enum: - open - resolved - - &323 + - &324 name: secret_type in: query description: A comma-separated list of secret types to return. All default @@ -17956,7 +17963,7 @@ paths: required: false schema: type: string - - &324 + - &325 name: resolution in: query description: A comma-separated list of resolutions. Only secret scanning alerts @@ -17965,7 +17972,7 @@ paths: required: false schema: type: string - - &325 + - &326 name: sort description: The property to sort the results by. `created` means when the alert was created. `updated` means when the alert was updated or resolved. @@ -17981,7 +17988,7 @@ paths: - *17 - *82 - *83 - - &326 + - &327 name: validity in: query description: A comma-separated list of validities that, when present, will @@ -17990,7 +17997,7 @@ paths: required: false schema: type: string - - &327 + - &328 name: is_publicly_leaked in: query description: A boolean value representing whether or not to filter alerts @@ -17999,7 +18006,7 @@ paths: schema: type: boolean default: false - - &328 + - &329 name: is_multi_repo in: query description: A boolean value representing whether or not to filter alerts @@ -18015,7 +18022,7 @@ paths: application/json: schema: type: array - items: &329 + items: &330 type: object properties: number: *96 @@ -18031,14 +18038,14 @@ paths: format: uri description: The REST API URL of the code locations for this alert. - state: &642 + state: &643 description: Sets the state of the secret scanning alert. You must provide `resolution` when you set the state to `resolved`. type: string enum: - open - resolved - resolution: &643 + resolution: &644 type: - string - 'null' @@ -18143,7 +18150,7 @@ paths: description: A boolean value representing whether or not alert is base64 encoded examples: - default: &330 + default: &331 value: - number: 2 created_at: '2020-11-06T18:48:51Z' @@ -18409,7 +18416,7 @@ paths: description: Response content: application/json: - schema: &332 + schema: &333 type: object properties: total_minutes_used: @@ -18479,7 +18486,7 @@ paths: - included_minutes - minutes_used_breakdown examples: - default: &333 + default: &334 value: total_minutes_used: 305 total_paid_minutes_used: 0 @@ -18510,7 +18517,7 @@ paths: url: https://docs.github.com/enterprise-cloud@latest//rest/enterprise-admin/billing#get-github-advanced-security-active-committers-for-an-enterprise parameters: - *38 - - &334 + - &335 name: advanced_security_product in: query description: The security feature to get GitHub Advanced Security active committers @@ -18528,7 +18535,7 @@ paths: description: Success content: application/json: - schema: &335 + schema: &336 type: object properties: total_advanced_security_committers: @@ -18591,7 +18598,7 @@ paths: required: - repositories examples: - default: &336 + default: &337 value: total_advanced_security_committers: 2 total_count: 2 @@ -18831,7 +18838,7 @@ paths: description: Response content: application/json: - schema: &337 + schema: &338 type: object properties: total_gigabytes_bandwidth_used: @@ -18849,7 +18856,7 @@ paths: - total_paid_gigabytes_bandwidth_used - included_gigabytes_bandwidth examples: - default: &338 + default: &339 value: total_gigabytes_bandwidth_used: 50 total_paid_gigabytes_bandwidth_used: 40 @@ -18884,7 +18891,7 @@ paths: description: Response content: application/json: - schema: &339 + schema: &340 type: object properties: days_left_in_billing_cycle: @@ -18902,7 +18909,7 @@ paths: - estimated_paid_storage_for_month - estimated_storage_for_month examples: - default: &340 + default: &341 value: days_left_in_billing_cycle: 20 estimated_paid_storage_for_month: 15 @@ -19389,7 +19396,7 @@ paths: milestone: anyOf: - type: 'null' - - &486 + - &487 title: Milestone description: A collection of related issues and pull requests. @@ -19561,7 +19568,7 @@ paths: timeline_url: type: string format: uri - type: &279 + type: &280 title: Issue Type description: The type of issue. type: @@ -19706,7 +19713,7 @@ paths: - author_association - created_at - updated_at - comment: &548 + comment: &549 title: Issue Comment description: Comments provide a way for people to collaborate on an issue. @@ -20281,7 +20288,7 @@ paths: url: type: string format: uri - user: &699 + user: &700 title: Public User description: Public User type: object @@ -22176,7 +22183,7 @@ paths: - closed - all default: open - - &282 + - &283 name: labels description: 'A list of comma separated label names. Example: `bug,ui,@high`' in: query @@ -22227,7 +22234,7 @@ paths: type: array items: *147 examples: - default: &283 + default: &284 value: - id: 1 node_id: MDU6SXNzdWUx @@ -23638,14 +23645,14 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/activity/events#list-public-events-for-a-network-of-repositories parameters: - - &364 + - &365 name: owner description: The account owner of the repository. The name is not case sensitive. in: path required: true schema: type: string - - &365 + - &366 name: repo description: The name of the repository without the `.git` extension. The name is not case sensitive. @@ -23716,7 +23723,7 @@ paths: '404': *6 '403': *27 '304': *35 - '301': &378 + '301': &379 description: Moved permanently content: application/json: @@ -23738,7 +23745,7 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/activity/notifications#list-notifications-for-the-authenticated-user parameters: - - &577 + - &578 name: all description: If `true`, show notifications marked as read. in: query @@ -23746,7 +23753,7 @@ paths: schema: type: boolean default: false - - &578 + - &579 name: participating description: If `true`, only shows notifications in which the user is directly participating or mentioned. @@ -23756,7 +23763,7 @@ paths: type: boolean default: false - *137 - - &579 + - &580 name: before description: 'Only show notifications updated before the given time. This is a timestamp in [ISO 8601](https://en.wikipedia.org/wiki/ISO_8601) format: @@ -24127,7 +24134,7 @@ paths: type: boolean examples: - false - security_and_analysis: &315 + security_and_analysis: &316 type: - object - 'null' @@ -24290,7 +24297,7 @@ paths: - url - subscription_url examples: - default: &580 + default: &581 value: - id: '1' repository: @@ -24843,7 +24850,7 @@ paths: type: array items: *56 examples: - default: &716 + default: &717 value: - login: github id: 1 @@ -25846,7 +25853,7 @@ paths: type: integer repository_cache_usages: type: array - items: &383 + items: &384 title: Actions Cache Usage by repository description: GitHub Actions Cache Usage by repository. type: object @@ -26519,7 +26526,7 @@ paths: type: array items: *61 examples: - default: &710 + default: &711 value: total_count: 1 repositories: @@ -27342,7 +27349,7 @@ paths: type: array items: *189 examples: - default: &702 + default: &703 value: total_count: 1 repositories: @@ -28385,7 +28392,7 @@ paths: description: Response content: application/json: - schema: &403 + schema: &404 title: ActionsPublicKey description: The public key used for setting Actions Secrets. type: object @@ -28420,7 +28427,7 @@ paths: - key_id - key examples: - default: &404 + default: &405 value: key_id: '012345678912345678' key: 2Sg8iYjAxxmI2LvUXpJjkYrMxURPc8r+dB7TJyvv1234 @@ -28833,7 +28840,7 @@ paths: url: https://docs.github.com/enterprise-cloud@latest//rest/actions/variables#list-organization-variables parameters: - *163 - - &388 + - &389 name: per_page description: The number of results per page (max 30). For more information, see "[Using pagination in the REST API](https://docs.github.com/enterprise-cloud@latest//rest/using-the-rest-api/using-pagination-in-the-rest-api)." @@ -29451,7 +29458,7 @@ paths: bundle_url: type: string examples: - default: &417 + default: &418 value: attestations: - bundle: @@ -29620,7 +29627,7 @@ paths: type: array items: *4 examples: - default: &284 + default: &285 value: - login: octocat id: 1 @@ -29798,7 +29805,7 @@ paths: application/json: schema: type: array - items: &434 + items: &435 title: Secret scanning bypass request description: A bypass request made by a user asking to be exempted from push protection in this repository. @@ -29929,7 +29936,7 @@ paths: examples: - https://github.com/octo-org/smile/exemptions/1 examples: - default: &435 + default: &436 value: - id: 21 number: 42 @@ -30586,7 +30593,7 @@ paths: be returned. in: query required: false - schema: &445 + schema: &446 type: string description: Severity of a code scanning alert. enum: @@ -31564,7 +31571,7 @@ paths: type: integer codespaces: type: array - items: &285 + items: &286 type: object title: Codespace description: A codespace. @@ -31599,7 +31606,7 @@ paths: machine: anyOf: - type: 'null' - - &474 + - &475 type: object title: Codespace machine description: A description of the machine powering a codespace. @@ -31886,7 +31893,7 @@ paths: - pulls_url - recent_folders examples: - default: &286 + default: &287 value: total_count: 3 codespaces: @@ -32551,7 +32558,7 @@ paths: - updated_at - visibility examples: - default: &475 + default: &476 value: total_count: 2 secrets: @@ -32589,7 +32596,7 @@ paths: description: Response content: application/json: - schema: &476 + schema: &477 title: CodespacesPublicKey description: The public key used for setting Codespaces secrets. type: object @@ -32624,7 +32631,7 @@ paths: - key_id - key examples: - default: &477 + default: &478 value: key_id: '012345678912345678' key: 2Sg8iYjAxxmI2LvUXpJjkYrMxURPc8r+dB7TJyvv1234 @@ -32656,7 +32663,7 @@ paths: application/json: schema: *234 examples: - default: &479 + default: &480 value: name: GH_TOKEN created_at: '2019-08-10T14:59:22Z' @@ -34218,11 +34225,12 @@ paths: - *246 - *247 - *248 + - *249 - *84 - *82 - *83 - - *249 - *250 + - *251 - *17 responses: '200': @@ -34231,9 +34239,9 @@ paths: application/json: schema: type: array - items: *251 + items: *252 examples: - default: *252 + default: *253 '304': *35 '400': *14 '403': *27 @@ -34277,7 +34285,7 @@ paths: type: integer secrets: type: array - items: &253 + items: &254 title: Dependabot Secret for an Organization description: Secrets for GitHub Dependabot for an organization. type: object @@ -34356,7 +34364,7 @@ paths: description: Response content: application/json: - schema: &502 + schema: &503 title: DependabotPublicKey description: The public key used for setting Dependabot Secrets. type: object @@ -34375,7 +34383,7 @@ paths: - key_id - key examples: - default: &503 + default: &504 value: key_id: '012345678912345678' key: 2Sg8iYjAxxmI2LvUXpJjkYrMxURPc8r+dB7TJyvv1234 @@ -34405,7 +34413,7 @@ paths: description: Response content: application/json: - schema: *253 + schema: *254 examples: default: value: @@ -34705,7 +34713,7 @@ paths: - *212 - *213 - *214 - - &511 + - &512 name: request_status description: The status of the dismissal request to filter on. When specified, only requests with this status will be returned. @@ -34731,7 +34739,7 @@ paths: application/json: schema: type: array - items: &512 + items: &513 title: Secret scanning alert dismissal request description: A dismissal request made by a user asking to close a secret scanning alert in this repository. @@ -34849,7 +34857,7 @@ paths: examples: - https://github.com/octo-org/smile/security/secret-scanning/17 examples: - default: &513 + default: &514 value: - id: 21 number: 42 @@ -34936,7 +34944,7 @@ paths: application/json: schema: type: array - items: &296 + items: &297 title: Package description: A software package type: object @@ -35007,7 +35015,7 @@ paths: - created_at - updated_at examples: - default: &297 + default: &298 value: - id: 197 name: hello_docker @@ -35191,7 +35199,7 @@ paths: description: Response content: application/json: - schema: &359 + schema: &360 title: ExternalGroup description: Information about an external group's usage and its members type: object @@ -35281,7 +35289,7 @@ paths: member_name: Octo Lisa member_email: octo_lisa@github.com examples: - default: &360 + default: &361 value: group_id: '123' group_name: Octocat admins @@ -35336,7 +35344,7 @@ paths: description: Response content: application/json: - schema: &357 + schema: &358 title: ExternalGroups description: A list of external groups available to be connected to a team @@ -35376,7 +35384,7 @@ paths: group_name: group-azuread-test2 updated_at: 2021-06-03 22:27:15:000 -700 examples: - default: &358 + default: &359 value: groups: - group_id: '123' @@ -35420,7 +35428,7 @@ paths: application/json: schema: type: array - items: &276 + items: &277 title: Organization Invitation description: Organization Invitation type: object @@ -35474,7 +35482,7 @@ paths: - invitation_teams_url - node_id examples: - default: &277 + default: &278 value: - id: 1 login: monalisa @@ -35541,7 +35549,7 @@ paths: application/json: schema: type: array - items: &316 + items: &317 title: Repository Fine-Grained Permission description: A fine-grained permission that protects repository resources. @@ -35555,7 +35563,7 @@ paths: - name - description examples: - default: &317 + default: &318 value: - name: add_assignee description: Assign or remove a user @@ -35596,7 +35604,7 @@ paths: application/json: schema: type: array - items: &254 + items: &255 title: Org Hook description: Org Hook type: object @@ -35779,9 +35787,9 @@ paths: description: Response content: application/json: - schema: *254 + schema: *255 examples: - default: &255 + default: &256 value: id: 1 url: https://api.github.com/orgs/octocat/hooks/1 @@ -35826,7 +35834,7 @@ paths: url: https://docs.github.com/enterprise-cloud@latest//rest/orgs/webhooks#get-an-organization-webhook parameters: - *163 - - &256 + - &257 name: hook_id description: The unique identifier of the hook. You can find this value in the `X-GitHub-Hook-ID` header of a webhook delivery. @@ -35839,9 +35847,9 @@ paths: description: Response content: application/json: - schema: *254 + schema: *255 examples: - default: *255 + default: *256 '404': *6 x-github: githubCloudOnly: false @@ -35863,7 +35871,7 @@ paths: url: https://docs.github.com/enterprise-cloud@latest//rest/orgs/webhooks#update-an-organization-webhook parameters: - *163 - - *256 + - *257 requestBody: required: false content: @@ -35909,7 +35917,7 @@ paths: description: Response content: application/json: - schema: *254 + schema: *255 examples: default: value: @@ -35949,7 +35957,7 @@ paths: url: https://docs.github.com/enterprise-cloud@latest//rest/orgs/webhooks#delete-an-organization-webhook parameters: - *163 - - *256 + - *257 responses: '204': description: Response @@ -35975,7 +35983,7 @@ paths: url: https://docs.github.com/enterprise-cloud@latest//rest/orgs/webhooks#get-a-webhook-configuration-for-an-organization parameters: - *163 - - *256 + - *257 responses: '200': description: Response @@ -36004,7 +36012,7 @@ paths: url: https://docs.github.com/enterprise-cloud@latest//rest/orgs/webhooks#update-a-webhook-configuration-for-an-organization parameters: - *163 - - *256 + - *257 requestBody: required: false content: @@ -36053,9 +36061,9 @@ paths: url: https://docs.github.com/enterprise-cloud@latest//rest/orgs/webhooks#list-deliveries-for-an-organization-webhook parameters: - *163 - - *256 - - *17 - *257 + - *17 + - *258 responses: '200': description: Response @@ -36063,9 +36071,9 @@ paths: application/json: schema: type: array - items: *258 + items: *259 examples: - default: *259 + default: *260 '400': *14 '422': *15 x-github: @@ -36089,16 +36097,16 @@ paths: url: https://docs.github.com/enterprise-cloud@latest//rest/orgs/webhooks#get-a-webhook-delivery-for-an-organization-webhook parameters: - *163 - - *256 + - *257 - *16 responses: '200': description: Response content: application/json: - schema: *260 + schema: *261 examples: - default: *261 + default: *262 '400': *14 '422': *15 x-github: @@ -36122,7 +36130,7 @@ paths: url: https://docs.github.com/enterprise-cloud@latest//rest/orgs/webhooks#redeliver-a-delivery-for-an-organization-webhook parameters: - *163 - - *256 + - *257 - *16 responses: '202': *93 @@ -36149,7 +36157,7 @@ paths: url: https://docs.github.com/enterprise-cloud@latest//rest/orgs/webhooks#ping-an-organization-webhook parameters: - *163 - - *256 + - *257 responses: '204': description: Response @@ -36172,7 +36180,7 @@ paths: url: https://docs.github.com/enterprise-cloud@latest//rest/orgs/api-insights#get-route-stats-by-actor parameters: - *163 - - &266 + - &267 name: actor_type in: path description: The type of the actor @@ -36185,14 +36193,14 @@ paths: - fine_grained_pat - oauth_app - github_app_user_to_server - - &267 + - &268 name: actor_id in: path description: The ID of the actor required: true schema: type: integer - - &262 + - &263 name: min_timestamp description: 'The minimum timestamp to query for stats. This is a timestamp in [ISO 8601](https://en.wikipedia.org/wiki/ISO_8601) format: `YYYY-MM-DDTHH:MM:SSZ`.' @@ -36200,7 +36208,7 @@ paths: required: true schema: type: string - - &263 + - &264 name: max_timestamp description: 'The maximum timestamp to query for stats. Defaults to the time 30 days ago. This is a timestamp in [ISO 8601](https://en.wikipedia.org/wiki/ISO_8601) @@ -36295,12 +36303,12 @@ paths: url: https://docs.github.com/enterprise-cloud@latest//rest/orgs/api-insights#get-subject-stats parameters: - *163 - - *262 - *263 + - *264 - *19 - *17 - *84 - - &272 + - &273 name: sort description: The property to sort the results by. in: query @@ -36380,14 +36388,14 @@ paths: url: https://docs.github.com/enterprise-cloud@latest//rest/orgs/api-insights#get-summary-stats parameters: - *163 - - *262 - *263 + - *264 responses: '200': description: Response content: application/json: - schema: &264 + schema: &265 title: Summary Stats description: API Insights usage summary stats for an organization type: object @@ -36403,7 +36411,7 @@ paths: type: integer format: int64 examples: - default: &265 + default: &266 value: total_request_count: 34225 rate_limited_request_count: 23 @@ -36424,23 +36432,23 @@ paths: url: https://docs.github.com/enterprise-cloud@latest//rest/orgs/api-insights#get-summary-stats-by-user parameters: - *163 - - &268 + - &269 name: user_id in: path description: The ID of the user to query for stats required: true schema: type: string - - *262 - *263 + - *264 responses: '200': description: Response content: application/json: - schema: *264 + schema: *265 examples: - default: *265 + default: *266 x-github: enabledForGitHubApps: true category: orgs @@ -36459,18 +36467,18 @@ paths: url: https://docs.github.com/enterprise-cloud@latest//rest/orgs/api-insights#get-summary-stats-by-actor parameters: - *163 - - *262 - *263 - - *266 + - *264 - *267 + - *268 responses: '200': description: Response content: application/json: - schema: *264 + schema: *265 examples: - default: *265 + default: *266 x-github: enabledForGitHubApps: true category: orgs @@ -36488,9 +36496,9 @@ paths: url: https://docs.github.com/enterprise-cloud@latest//rest/orgs/api-insights#get-time-stats parameters: - *163 - - *262 - *263 - - &269 + - *264 + - &270 name: timestamp_increment description: The increment of time used to breakdown the query results (5m, 10m, 1h, etc.) @@ -36503,7 +36511,7 @@ paths: description: Response content: application/json: - schema: &270 + schema: &271 title: Time Stats description: API Insights usage time stats for an organization type: array @@ -36519,7 +36527,7 @@ paths: type: integer format: int64 examples: - default: &271 + default: &272 value: - timestamp: '2024-09-11T15:00:00Z' total_request_count: 34225 @@ -36556,18 +36564,18 @@ paths: url: https://docs.github.com/enterprise-cloud@latest//rest/orgs/api-insights#get-time-stats-by-user parameters: - *163 - - *268 - - *262 - - *263 - *269 + - *263 + - *264 + - *270 responses: '200': description: Response content: application/json: - schema: *270 + schema: *271 examples: - default: *271 + default: *272 x-github: enabledForGitHubApps: true category: orgs @@ -36585,19 +36593,19 @@ paths: url: https://docs.github.com/enterprise-cloud@latest//rest/orgs/api-insights#get-time-stats-by-actor parameters: - *163 - - *266 - *267 - - *262 + - *268 - *263 - - *269 + - *264 + - *270 responses: '200': description: Response content: application/json: - schema: *270 + schema: *271 examples: - default: *271 + default: *272 x-github: enabledForGitHubApps: true category: orgs @@ -36615,13 +36623,13 @@ paths: url: https://docs.github.com/enterprise-cloud@latest//rest/orgs/api-insights#get-user-stats parameters: - *163 - - *268 - - *262 + - *269 - *263 + - *264 - *19 - *17 - *84 - - *272 + - *273 - name: actor_name_substring in: query description: Providing a substring will filter results where the actor name @@ -36705,7 +36713,7 @@ paths: application/json: schema: *20 examples: - default: &544 + default: &545 value: id: 1 account: @@ -36871,12 +36879,12 @@ paths: application/json: schema: anyOf: - - &274 + - &275 title: Interaction Limits description: Interaction limit settings. type: object properties: - limit: &273 + limit: &274 type: string description: The type of GitHub user that can comment, open issues, or create pull requests while the interaction limit @@ -36904,7 +36912,7 @@ paths: properties: {} additionalProperties: false examples: - default: &275 + default: &276 value: limit: collaborators_only origin: organization @@ -36933,13 +36941,13 @@ paths: required: true content: application/json: - schema: &545 + schema: &546 title: Interaction Restrictions description: Limit interactions to a specific type of user for a specified duration type: object properties: - limit: *273 + limit: *274 expiry: type: string description: 'The duration of the interaction restriction. Default: @@ -36964,9 +36972,9 @@ paths: description: Response content: application/json: - schema: *274 + schema: *275 examples: - default: *275 + default: *276 '422': *15 x-github: githubCloudOnly: false @@ -37044,9 +37052,9 @@ paths: application/json: schema: type: array - items: *276 + items: *277 examples: - default: *277 + default: *278 headers: Link: *37 '404': *6 @@ -37124,7 +37132,7 @@ paths: description: Response content: application/json: - schema: *276 + schema: *277 examples: default: value: @@ -37181,7 +37189,7 @@ paths: url: https://docs.github.com/enterprise-cloud@latest//rest/orgs/members#cancel-an-organization-invitation parameters: - *163 - - &278 + - &279 name: invitation_id description: The unique identifier of the invitation. in: path @@ -37215,7 +37223,7 @@ paths: url: https://docs.github.com/enterprise-cloud@latest//rest/orgs/members#list-organization-invitation-teams parameters: - *163 - - *278 + - *279 - *17 - *19 responses: @@ -37227,7 +37235,7 @@ paths: type: array items: *220 examples: - default: &295 + default: &296 value: - id: 1 node_id: MDQ6VGVhbTE= @@ -37270,7 +37278,7 @@ paths: application/json: schema: type: array - items: *279 + items: *280 examples: default: value: @@ -37358,9 +37366,9 @@ paths: description: Response content: application/json: - schema: *279 + schema: *280 examples: - default: &280 + default: &281 value: id: 410 node_id: IT_kwDNAd3NAZo @@ -37393,7 +37401,7 @@ paths: url: https://docs.github.com/enterprise-cloud@latest//rest/orgs/issue-types#update-issue-type-for-an-organization parameters: - *163 - - &281 + - &282 name: issue_type_id description: The unique identifier of the issue type. in: path @@ -37449,9 +37457,9 @@ paths: description: Response content: application/json: - schema: *279 + schema: *280 examples: - default: *280 + default: *281 '404': *6 '422': *7 x-github: @@ -37476,7 +37484,7 @@ paths: url: https://docs.github.com/enterprise-cloud@latest//rest/orgs/issue-types#delete-issue-type-for-an-organization parameters: - *163 - - *281 + - *282 responses: '204': description: Response @@ -37539,7 +37547,7 @@ paths: - closed - all default: open - - *282 + - *283 - name: type description: Can be the name of an issue type. in: query @@ -37570,7 +37578,7 @@ paths: type: array items: *147 examples: - default: *283 + default: *284 headers: Link: *37 '404': *6 @@ -37628,7 +37636,7 @@ paths: type: array items: *4 examples: - default: *284 + default: *285 headers: Link: *37 '422': *15 @@ -37724,9 +37732,9 @@ paths: type: integer codespaces: type: array - items: *285 + items: *286 examples: - default: *286 + default: *287 '304': *35 '500': *95 '401': *23 @@ -37753,7 +37761,7 @@ paths: parameters: - *163 - *211 - - &287 + - &288 name: codespace_name in: path required: true @@ -37788,15 +37796,15 @@ paths: parameters: - *163 - *211 - - *287 + - *288 responses: '200': description: Response content: application/json: - schema: *285 + schema: *286 examples: - default: &473 + default: &474 value: id: 1 name: monalisa-octocat-hello-world-g4wpq6h95q @@ -38051,7 +38059,7 @@ paths: description: Response content: application/json: - schema: &288 + schema: &289 title: Org Membership description: Org Membership type: object @@ -38104,7 +38112,7 @@ paths: - organization - user examples: - response-if-user-has-an-active-admin-membership-with-organization: &289 + response-if-user-has-an-active-admin-membership-with-organization: &290 summary: Response if user has an active admin membership with organization value: url: https://api.github.com/orgs/octocat/memberships/defunkt @@ -38201,9 +38209,9 @@ paths: description: Response content: application/json: - schema: *288 + schema: *289 examples: - response-if-user-already-had-membership-with-organization: *289 + response-if-user-already-had-membership-with-organization: *290 '422': *15 '403': *27 x-github: @@ -38272,7 +38280,7 @@ paths: application/json: schema: type: array - items: &290 + items: &291 title: Migration description: A migration. type: object @@ -38610,7 +38618,7 @@ paths: description: Response content: application/json: - schema: *290 + schema: *291 examples: default: value: @@ -38789,7 +38797,7 @@ paths: url: https://docs.github.com/enterprise-cloud@latest//rest/migrations/orgs#get-an-organization-migration-status parameters: - *163 - - &291 + - &292 name: migration_id description: The unique identifier of the migration. in: path @@ -38817,7 +38825,7 @@ paths: * `failed`, which means the migration failed. content: application/json: - schema: *290 + schema: *291 examples: default: value: @@ -38987,7 +38995,7 @@ paths: url: https://docs.github.com/enterprise-cloud@latest//rest/migrations/orgs#download-an-organization-migration-archive parameters: - *163 - - *291 + - *292 responses: '302': description: Response @@ -39009,7 +39017,7 @@ paths: url: https://docs.github.com/enterprise-cloud@latest//rest/migrations/orgs#delete-an-organization-migration-archive parameters: - *163 - - *291 + - *292 responses: '204': description: Response @@ -39033,8 +39041,8 @@ paths: url: https://docs.github.com/enterprise-cloud@latest//rest/migrations/orgs#unlock-an-organization-repository parameters: - *163 - - *291 - - &715 + - *292 + - &716 name: repo_name description: repo_name parameter in: path @@ -39062,7 +39070,7 @@ paths: url: https://docs.github.com/enterprise-cloud@latest//rest/migrations/orgs#list-repositories-in-an-organization-migration parameters: - *163 - - *291 + - *292 - *17 - *19 responses: @@ -39074,7 +39082,7 @@ paths: type: array items: *189 examples: - default: &302 + default: &303 value: - id: 1296269 node_id: MDEwOlJlcG9zaXRvcnkxMjk2MjY5 @@ -39283,7 +39291,7 @@ paths: roles: type: array description: The list of organization roles available to the organization. - items: &292 + items: &293 title: Organization Role description: Organization roles type: object @@ -39492,7 +39500,7 @@ paths: description: Response content: application/json: - schema: *292 + schema: *293 examples: default: value: @@ -39544,7 +39552,7 @@ paths: url: https://docs.github.com/enterprise-cloud@latest//rest/orgs/organization-roles#remove-all-organization-roles-for-a-team parameters: - *163 - - &293 + - &294 name: team_slug description: The slug of the team name. in: path @@ -39576,7 +39584,7 @@ paths: url: https://docs.github.com/enterprise-cloud@latest//rest/orgs/organization-roles#assign-an-organization-role-to-a-team parameters: - *163 - - *293 + - *294 - *239 responses: '204': @@ -39607,7 +39615,7 @@ paths: url: https://docs.github.com/enterprise-cloud@latest//rest/orgs/organization-roles#remove-an-organization-role-from-a-team parameters: - *163 - - *293 + - *294 - *239 responses: '204': @@ -39728,7 +39736,7 @@ paths: description: Response content: application/json: - schema: *292 + schema: *293 examples: default: value: @@ -39825,7 +39833,7 @@ paths: description: Response content: application/json: - schema: *292 + schema: *293 examples: default: value: @@ -39984,7 +39992,7 @@ paths: parent: anyOf: - type: 'null' - - *294 + - *295 required: - id - node_id @@ -39998,7 +40006,7 @@ paths: - slug - parent examples: - default: *295 + default: *296 headers: Link: *37 '404': @@ -40057,7 +40065,7 @@ paths: inherited_from: description: Team the user has gotten the role through type: array - items: *294 + items: *295 name: type: - string @@ -40174,7 +40182,7 @@ paths: - type - url examples: - default: *284 + default: *285 headers: Link: *37 '404': @@ -40222,7 +40230,7 @@ paths: type: array items: *4 examples: - default: *284 + default: *285 headers: Link: *37 x-github: @@ -40364,7 +40372,7 @@ paths: - nuget - container - *163 - - &717 + - &718 name: visibility description: |- The selected visibility of the packages. This parameter is optional and only filters an existing result set. @@ -40400,12 +40408,12 @@ paths: application/json: schema: type: array - items: *296 + items: *297 examples: - default: *297 + default: *298 '403': *27 '401': *23 - '400': &719 + '400': &720 description: The value of `per_page` multiplied by `page` cannot be greater than 10000. x-github: @@ -40427,7 +40435,7 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/packages/packages#get-a-package-for-an-organization parameters: - - &298 + - &299 name: package_type description: The type of supported package. Packages in GitHub's Gradle registry have the type `maven`. Docker images pushed to GitHub's Container registry @@ -40445,7 +40453,7 @@ paths: - docker - nuget - container - - &299 + - &300 name: package_name description: The name of the package. in: path @@ -40458,7 +40466,7 @@ paths: description: Response content: application/json: - schema: *296 + schema: *297 examples: default: value: @@ -40510,8 +40518,8 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/packages/packages#delete-a-package-for-an-organization parameters: - - *298 - *299 + - *300 - *163 responses: '204': @@ -40544,8 +40552,8 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/packages/packages#restore-a-package-for-an-organization parameters: - - *298 - *299 + - *300 - *163 - name: token description: package token @@ -40578,8 +40586,8 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/packages/packages#list-package-versions-for-a-package-owned-by-an-organization parameters: - - *298 - *299 + - *300 - *163 - *19 - *17 @@ -40600,7 +40608,7 @@ paths: application/json: schema: type: array - items: &300 + items: &301 title: Package Version description: A version of a software package type: object @@ -40735,10 +40743,10 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/packages/packages#get-a-package-version-for-an-organization parameters: - - *298 - *299 + - *300 - *163 - - &301 + - &302 name: package_version_id description: Unique identifier of the package version. in: path @@ -40750,7 +40758,7 @@ paths: description: Response content: application/json: - schema: *300 + schema: *301 examples: default: value: @@ -40786,10 +40794,10 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/packages/packages#delete-package-version-for-an-organization parameters: - - *298 - *299 + - *300 - *163 - - *301 + - *302 responses: '204': description: Response @@ -40821,10 +40829,10 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/packages/packages#restore-package-version-for-an-organization parameters: - - *298 - *299 + - *300 - *163 - - *301 + - *302 responses: '204': description: Response @@ -40854,7 +40862,7 @@ paths: - *163 - *17 - *19 - - &303 + - &304 name: sort description: The property by which to sort the results. in: query @@ -40865,7 +40873,7 @@ paths: - created_at default: created_at - *84 - - &304 + - &305 name: owner description: A list of owner usernames to use to filter the results. in: query @@ -40877,7 +40885,7 @@ paths: type: string examples: - owner[]=octocat1,owner[]=octocat2 - - &305 + - &306 name: repository description: The name of the repository to use to filter the results. in: query @@ -40886,7 +40894,7 @@ paths: type: string examples: - Hello-World - - &306 + - &307 name: permission description: The permission to use to filter the results. in: query @@ -40895,7 +40903,7 @@ paths: type: string examples: - issues_read - - &307 + - &308 name: last_used_before description: 'Only show fine-grained personal access tokens used before the given time. This is a timestamp in [ISO 8601](https://en.wikipedia.org/wiki/ISO_8601) @@ -40905,7 +40913,7 @@ paths: schema: type: string format: date-time - - &308 + - &309 name: last_used_after description: 'Only show fine-grained personal access tokens used after the given time. This is a timestamp in [ISO 8601](https://en.wikipedia.org/wiki/ISO_8601) @@ -40915,7 +40923,7 @@ paths: schema: type: string format: date-time - - &309 + - &310 name: token_id description: The ID of the token in: query @@ -41234,7 +41242,7 @@ paths: type: array items: *189 examples: - default: *302 + default: *303 headers: Link: *37 x-github: @@ -41260,14 +41268,14 @@ paths: - *163 - *17 - *19 - - *303 - - *84 - *304 + - *84 - *305 - *306 - *307 - *308 - *309 + - *310 responses: '500': *95 '422': *15 @@ -41551,7 +41559,7 @@ paths: type: array items: *189 examples: - default: *302 + default: *303 headers: Link: *37 x-github: @@ -41593,7 +41601,7 @@ paths: type: integer configurations: type: array - items: &310 + items: &311 title: Organization private registry description: Private registry configuration for an organization type: object @@ -41803,7 +41811,7 @@ paths: - created_at - updated_at examples: - org-private-registry-with-selected-visibility: &311 + org-private-registry-with-selected-visibility: &312 value: name: MAVEN_REPOSITORY_SECRET registry_type: maven_repository @@ -41901,9 +41909,9 @@ paths: description: The specified private registry configuration for the organization content: application/json: - schema: *310 + schema: *311 examples: - default: *311 + default: *312 '404': *6 x-github: githubCloudOnly: false @@ -42050,7 +42058,7 @@ paths: application/json: schema: type: array - items: &312 + items: &313 title: Project description: Projects are a way to organize columns and cards of work. @@ -42232,7 +42240,7 @@ paths: description: Response content: application/json: - schema: *312 + schema: *313 examples: default: value: @@ -42270,7 +42278,7 @@ paths: '401': *23 '403': *27 '404': *6 - '410': &375 + '410': &376 description: Gone content: application/json: @@ -42436,7 +42444,7 @@ paths: required: true content: application/json: - schema: *313 + schema: *314 examples: default: value: @@ -42542,7 +42550,7 @@ paths: - octocat/Hello-World properties: type: array - items: &314 + items: &315 title: Custom Property Value description: Custom property name and associated value type: object @@ -42632,7 +42640,7 @@ paths: type: array description: List of custom property names and associated values to apply to the repositories. - items: *314 + items: *315 required: - repository_names - properties @@ -42685,7 +42693,7 @@ paths: type: array items: *4 examples: - default: *284 + default: *285 headers: Link: *37 x-github: @@ -42825,7 +42833,7 @@ paths: type: array items: *189 examples: - default: *302 + default: *303 headers: Link: *37 x-github: @@ -43029,7 +43037,7 @@ paths: description: Response content: application/json: - schema: &377 + schema: &378 title: Full Repository description: Full Repository type: object @@ -43494,7 +43502,7 @@ paths: description: Whether anonymous git access is allowed. default: true type: boolean - code_of_conduct: &492 + code_of_conduct: &493 title: Code Of Conduct Simple description: Code of Conduct Simple type: object @@ -43524,7 +43532,7 @@ paths: - key - name - html_url - security_and_analysis: *315 + security_and_analysis: *316 custom_properties: type: object description: The custom properties that were defined for the repository. @@ -43608,7 +43616,7 @@ paths: - network_count - subscribers_count examples: - default: &379 + default: &380 value: id: 1296269 node_id: MDEwOlJlcG9zaXRvcnkxMjk2MjY5 @@ -44134,9 +44142,9 @@ paths: application/json: schema: type: array - items: *316 + items: *317 examples: - default: *317 + default: *318 x-github: githubCloudOnly: true enabledForGitHubApps: true @@ -44161,7 +44169,7 @@ paths: - *163 - *17 - *19 - - &630 + - &631 name: targets description: | A comma-separated list of rule targets to filter by. @@ -44253,7 +44261,7 @@ paths: type: array description: The actors that can bypass the rules in this ruleset items: *122 - conditions: *318 + conditions: *319 rules: type: array description: An array of rules within the ruleset. @@ -44297,7 +44305,7 @@ paths: application/json: schema: *124 examples: - default: &319 + default: &320 value: id: 21 name: super cool ruleset @@ -44352,7 +44360,7 @@ paths: url: https://docs.github.com/enterprise-cloud@latest//rest/orgs/rule-suites#list-organization-rule-suites parameters: - *163 - - &631 + - &632 name: ref description: The name of the ref. Cannot contain wildcard characters. Optionally prefix with `refs/heads/` to limit to branches or `refs/tags/` to limit @@ -44364,14 +44372,14 @@ paths: x-multi-segment: true - *218 - *214 - - &632 + - &633 name: actor_name description: The handle for the GitHub user account to filter on. When specified, only rule evaluations triggered by this actor will be returned. in: query schema: type: string - - &633 + - &634 name: rule_suite_result description: The rule results to filter on. When specified, only suites with this result will be returned. @@ -44391,7 +44399,7 @@ paths: description: Response content: application/json: - schema: &634 + schema: &635 title: Rule Suites description: Response type: array @@ -44447,7 +44455,7 @@ paths: whether rules would pass or fail if all rules in the rule suite were `active`. examples: - default: &635 + default: &636 value: - id: 21 actor_id: 12 @@ -44491,7 +44499,7 @@ paths: url: https://docs.github.com/enterprise-cloud@latest//rest/orgs/rule-suites#get-an-organization-rule-suite parameters: - *163 - - &636 + - &637 name: rule_suite_id description: |- The unique identifier of the rule suite result. @@ -44507,7 +44515,7 @@ paths: description: Response content: application/json: - schema: &637 + schema: &638 title: Rule Suite description: Response type: object @@ -44614,7 +44622,7 @@ paths: description: The detailed failure message for the rule. Null if the rule passed. examples: - default: &638 + default: &639 value: id: 21 actor_id: 12 @@ -44689,7 +44697,7 @@ paths: application/json: schema: *124 examples: - default: *319 + default: *320 '404': *6 '500': *95 put: @@ -44738,7 +44746,7 @@ paths: type: array description: The actors that can bypass the rules in this ruleset items: *122 - conditions: *318 + conditions: *319 rules: description: An array of rules within the ruleset. type: array @@ -44779,7 +44787,7 @@ paths: application/json: schema: *124 examples: - default: *319 + default: *320 '404': *6 '500': *95 delete: @@ -44838,7 +44846,7 @@ paths: type: array items: *127 examples: - default: *320 + default: *321 '404': *6 '500': *95 x-github: @@ -44875,7 +44883,7 @@ paths: description: Response content: application/json: - schema: *321 + schema: *322 examples: default: value: @@ -44938,14 +44946,14 @@ paths: url: https://docs.github.com/enterprise-cloud@latest//rest/secret-scanning/secret-scanning#list-secret-scanning-alerts-for-an-organization parameters: - *163 - - *322 - *323 - *324 - *325 + - *326 - *84 - *19 - *17 - - &640 + - &641 name: before description: A cursor, as given in the [Link header](https://docs.github.com/enterprise-cloud@latest//rest/guides/using-pagination-in-the-rest-api#using-link-headers). If specified, the query only searches for events before this cursor. To @@ -44955,7 +44963,7 @@ paths: required: false schema: type: string - - &641 + - &642 name: after description: A cursor, as given in the [Link header](https://docs.github.com/enterprise-cloud@latest//rest/guides/using-pagination-in-the-rest-api#using-link-headers). If specified, the query only searches for events after this cursor. To @@ -44965,9 +44973,9 @@ paths: required: false schema: type: string - - *326 - *327 - *328 + - *329 responses: '200': description: Response @@ -44975,9 +44983,9 @@ paths: application/json: schema: type: array - items: *329 + items: *330 examples: - default: *330 + default: *331 headers: Link: *37 '404': *6 @@ -45047,7 +45055,7 @@ paths: application/json: schema: type: array - items: &648 + items: &649 description: A repository security advisory. type: object properties: @@ -45291,7 +45299,7 @@ paths: login: type: string description: The username of the user credited. - type: *331 + type: *332 credits_detailed: type: - array @@ -45302,7 +45310,7 @@ paths: type: object properties: user: *4 - type: *331 + type: *332 state: type: string description: The state of the user's acceptance of the @@ -45366,7 +45374,7 @@ paths: - private_fork additionalProperties: false examples: - default: &649 + default: &650 value: - ghsa_id: GHSA-abcd-1234-efgh cve_id: CVE-2050-00000 @@ -45753,9 +45761,9 @@ paths: application/json: schema: type: array - items: *294 + items: *295 examples: - default: *295 + default: *296 x-github: githubCloudOnly: false enabledForGitHubApps: true @@ -45779,7 +45787,7 @@ paths: url: https://docs.github.com/enterprise-cloud@latest//rest/orgs/security-managers#add-a-security-manager-team parameters: - *163 - - *293 + - *294 responses: '204': description: Response @@ -45805,7 +45813,7 @@ paths: url: https://docs.github.com/enterprise-cloud@latest//rest/orgs/security-managers#remove-a-security-manager-team parameters: - *163 - - *293 + - *294 responses: '204': description: Response @@ -45840,9 +45848,9 @@ paths: description: Response content: application/json: - schema: *332 + schema: *333 examples: - default: *333 + default: *334 x-github: githubCloudOnly: false enabledForGitHubApps: false @@ -45867,7 +45875,7 @@ paths: url: https://docs.github.com/enterprise-cloud@latest//rest/billing/billing#get-github-advanced-security-active-committers-for-an-organization parameters: - *163 - - *334 + - *335 - *17 - *19 responses: @@ -45875,9 +45883,9 @@ paths: description: Success content: application/json: - schema: *335 + schema: *336 examples: - default: *336 + default: *337 x-github: githubCloudOnly: true enabledForGitHubApps: true @@ -45905,9 +45913,9 @@ paths: description: Response content: application/json: - schema: *337 + schema: *338 examples: - default: *338 + default: *339 x-github: githubCloudOnly: false enabledForGitHubApps: false @@ -45935,9 +45943,9 @@ paths: description: Response content: application/json: - schema: *339 + schema: *340 examples: - default: *340 + default: *341 x-github: githubCloudOnly: false enabledForGitHubApps: false @@ -45977,7 +45985,7 @@ paths: type: array items: *107 examples: - default: *341 + default: *342 headers: Link: *37 x-github: @@ -46178,15 +46186,15 @@ paths: url: https://docs.github.com/enterprise-cloud@latest//rest/orgs/network-configurations#get-a-hosted-compute-network-settings-resource-for-an-organization parameters: - *163 - - *342 + - *343 responses: '200': description: Response content: application/json: - schema: *343 + schema: *344 examples: - default: *344 + default: *345 headers: Link: *37 x-github: @@ -46224,7 +46232,7 @@ paths: description: Response content: application/json: - schema: &366 + schema: &367 title: GroupMapping description: External Groups to be mapped to a team for membership type: object @@ -46276,7 +46284,7 @@ paths: group_description: Another group of Developers working on AzureAD SAML SSO examples: - default: &367 + default: &368 value: groups: - group_id: '123' @@ -46322,7 +46330,7 @@ paths: url: https://docs.github.com/enterprise-cloud@latest//rest/copilot/copilot-metrics#get-copilot-metrics-for-a-team parameters: - *163 - - *293 + - *294 - name: since description: Show usage metrics since this date. This is a timestamp in [ISO 8601](https://en.wikipedia.org/wiki/ISO_8601) format (`YYYY-MM-DDTHH:MM:SSZ`). @@ -46390,7 +46398,7 @@ paths: type: array items: *220 examples: - default: *295 + default: *296 headers: Link: *37 '403': *27 @@ -46484,7 +46492,7 @@ paths: description: Response content: application/json: - schema: &345 + schema: &346 title: Full Team description: Groups of organization members that gives permissions on specified repositories. @@ -46558,7 +46566,7 @@ paths: parent: anyOf: - type: 'null' - - *294 + - *295 members_count: type: integer examples: @@ -46864,7 +46872,7 @@ paths: - repos_count - organization examples: - default: &346 + default: &347 value: id: 1 node_id: MDQ6VGVhbTE= @@ -46935,15 +46943,15 @@ paths: url: https://docs.github.com/enterprise-cloud@latest//rest/teams/teams#get-a-team-by-name parameters: - *163 - - *293 + - *294 responses: '200': description: Response content: application/json: - schema: *345 + schema: *346 examples: - default: *346 + default: *347 '404': *6 x-github: githubCloudOnly: false @@ -46965,7 +46973,7 @@ paths: url: https://docs.github.com/enterprise-cloud@latest//rest/teams/teams#update-a-team parameters: - *163 - - *293 + - *294 requestBody: required: false content: @@ -47028,16 +47036,16 @@ paths: description: Response when the updated information already exists content: application/json: - schema: *345 + schema: *346 examples: - default: *346 + default: *347 '201': description: Response content: application/json: - schema: *345 + schema: *346 examples: - default: *346 + default: *347 '404': *6 '422': *15 '403': *27 @@ -47063,7 +47071,7 @@ paths: url: https://docs.github.com/enterprise-cloud@latest//rest/teams/teams#delete-a-team parameters: - *163 - - *293 + - *294 responses: '204': description: Response @@ -47090,7 +47098,7 @@ paths: url: https://docs.github.com/enterprise-cloud@latest//rest/teams/discussions#list-discussions parameters: - *163 - - *293 + - *294 - *84 - *17 - *19 @@ -47107,7 +47115,7 @@ paths: application/json: schema: type: array - items: &347 + items: &348 title: Team Discussion description: A team discussion is a persistent record of a free-form conversation within a team. @@ -47218,7 +47226,7 @@ paths: - updated_at - url examples: - default: &689 + default: &690 value: - author: login: octocat @@ -47293,7 +47301,7 @@ paths: url: https://docs.github.com/enterprise-cloud@latest//rest/teams/discussions#create-a-discussion parameters: - *163 - - *293 + - *294 requestBody: required: true content: @@ -47327,9 +47335,9 @@ paths: description: Response content: application/json: - schema: *347 + schema: *348 examples: - default: &348 + default: &349 value: author: login: octocat @@ -47402,8 +47410,8 @@ paths: url: https://docs.github.com/enterprise-cloud@latest//rest/teams/discussions#get-a-discussion parameters: - *163 - - *293 - - &349 + - *294 + - &350 name: discussion_number description: The number that identifies the discussion. in: path @@ -47415,9 +47423,9 @@ paths: description: Response content: application/json: - schema: *347 + schema: *348 examples: - default: *348 + default: *349 x-github: githubCloudOnly: false enabledForGitHubApps: true @@ -47440,8 +47448,8 @@ paths: url: https://docs.github.com/enterprise-cloud@latest//rest/teams/discussions#update-a-discussion parameters: - *163 - - *293 - - *349 + - *294 + - *350 requestBody: required: false content: @@ -47464,9 +47472,9 @@ paths: description: Response content: application/json: - schema: *347 + schema: *348 examples: - default: &690 + default: &691 value: author: login: octocat @@ -47537,8 +47545,8 @@ paths: url: https://docs.github.com/enterprise-cloud@latest//rest/teams/discussions#delete-a-discussion parameters: - *163 - - *293 - - *349 + - *294 + - *350 responses: '204': description: Response @@ -47565,8 +47573,8 @@ paths: url: https://docs.github.com/enterprise-cloud@latest//rest/teams/discussion-comments#list-discussion-comments parameters: - *163 - - *293 - - *349 + - *294 + - *350 - *84 - *17 - *19 @@ -47577,7 +47585,7 @@ paths: application/json: schema: type: array - items: &350 + items: &351 title: Team Discussion Comment description: A reply to a discussion within a team. type: object @@ -47657,7 +47665,7 @@ paths: - updated_at - url examples: - default: &691 + default: &692 value: - author: login: octocat @@ -47726,8 +47734,8 @@ paths: url: https://docs.github.com/enterprise-cloud@latest//rest/teams/discussion-comments#create-a-discussion-comment parameters: - *163 - - *293 - - *349 + - *294 + - *350 requestBody: required: true content: @@ -47749,9 +47757,9 @@ paths: description: Response content: application/json: - schema: *350 + schema: *351 examples: - default: &351 + default: &352 value: author: login: octocat @@ -47818,9 +47826,9 @@ paths: url: https://docs.github.com/enterprise-cloud@latest//rest/teams/discussion-comments#get-a-discussion-comment parameters: - *163 - - *293 - - *349 - - &352 + - *294 + - *350 + - &353 name: comment_number description: The number that identifies the comment. in: path @@ -47832,9 +47840,9 @@ paths: description: Response content: application/json: - schema: *350 + schema: *351 examples: - default: *351 + default: *352 x-github: githubCloudOnly: false enabledForGitHubApps: true @@ -47857,9 +47865,9 @@ paths: url: https://docs.github.com/enterprise-cloud@latest//rest/teams/discussion-comments#update-a-discussion-comment parameters: - *163 - - *293 - - *349 - - *352 + - *294 + - *350 + - *353 requestBody: required: true content: @@ -47881,9 +47889,9 @@ paths: description: Response content: application/json: - schema: *350 + schema: *351 examples: - default: &692 + default: &693 value: author: login: octocat @@ -47948,9 +47956,9 @@ paths: url: https://docs.github.com/enterprise-cloud@latest//rest/teams/discussion-comments#delete-a-discussion-comment parameters: - *163 - - *293 - - *349 - - *352 + - *294 + - *350 + - *353 responses: '204': description: Response @@ -47977,9 +47985,9 @@ paths: url: https://docs.github.com/enterprise-cloud@latest//rest/reactions/reactions#list-reactions-for-a-team-discussion-comment parameters: - *163 - - *293 - - *349 - - *352 + - *294 + - *350 + - *353 - name: content description: Returns a single [reaction type](https://docs.github.com/enterprise-cloud@latest//rest/reactions/reactions#about-reactions). Omit this parameter to list all reactions to a team discussion comment. @@ -48005,7 +48013,7 @@ paths: application/json: schema: type: array - items: &353 + items: &354 title: Reaction description: Reactions to conversations provide a way to help people express their feelings more simply and effectively. @@ -48049,7 +48057,7 @@ paths: - content - created_at examples: - default: &355 + default: &356 value: - id: 1 node_id: MDg6UmVhY3Rpb24x @@ -48100,9 +48108,9 @@ paths: url: https://docs.github.com/enterprise-cloud@latest//rest/reactions/reactions#create-reaction-for-a-team-discussion-comment parameters: - *163 - - *293 - - *349 - - *352 + - *294 + - *350 + - *353 requestBody: required: true content: @@ -48135,9 +48143,9 @@ paths: team discussion comment content: application/json: - schema: *353 + schema: *354 examples: - default: &354 + default: &355 value: id: 1 node_id: MDg6UmVhY3Rpb24x @@ -48166,9 +48174,9 @@ paths: description: Response content: application/json: - schema: *353 + schema: *354 examples: - default: *354 + default: *355 x-github: githubCloudOnly: false enabledForGitHubApps: true @@ -48192,10 +48200,10 @@ paths: url: https://docs.github.com/enterprise-cloud@latest//rest/reactions/reactions#delete-team-discussion-comment-reaction parameters: - *163 - - *293 - - *349 - - *352 - - &356 + - *294 + - *350 + - *353 + - &357 name: reaction_id description: The unique identifier of the reaction. in: path @@ -48228,8 +48236,8 @@ paths: url: https://docs.github.com/enterprise-cloud@latest//rest/reactions/reactions#list-reactions-for-a-team-discussion parameters: - *163 - - *293 - - *349 + - *294 + - *350 - name: content description: Returns a single [reaction type](https://docs.github.com/enterprise-cloud@latest//rest/reactions/reactions#about-reactions). Omit this parameter to list all reactions to a team discussion. @@ -48255,9 +48263,9 @@ paths: application/json: schema: type: array - items: *353 + items: *354 examples: - default: *355 + default: *356 headers: Link: *37 x-github: @@ -48284,8 +48292,8 @@ paths: url: https://docs.github.com/enterprise-cloud@latest//rest/reactions/reactions#create-reaction-for-a-team-discussion parameters: - *163 - - *293 - - *349 + - *294 + - *350 requestBody: required: true content: @@ -48317,16 +48325,16 @@ paths: description: Response content: application/json: - schema: *353 + schema: *354 examples: - default: *354 + default: *355 '201': description: Response content: application/json: - schema: *353 + schema: *354 examples: - default: *354 + default: *355 x-github: githubCloudOnly: false enabledForGitHubApps: false @@ -48350,9 +48358,9 @@ paths: url: https://docs.github.com/enterprise-cloud@latest//rest/reactions/reactions#delete-team-discussion-reaction parameters: - *163 - - *293 - - *349 - - *356 + - *294 + - *350 + - *357 responses: '204': description: Response @@ -48376,15 +48384,15 @@ paths: url: https://docs.github.com/enterprise-cloud@latest//rest/teams/external-groups#list-a-connection-between-an-external-group-and-a-team parameters: - *163 - - *293 + - *294 responses: '200': description: Response content: application/json: - schema: *357 + schema: *358 examples: - default: *358 + default: *359 x-github: githubCloudOnly: true enabledForGitHubApps: true @@ -48404,7 +48412,7 @@ paths: url: https://docs.github.com/enterprise-cloud@latest//rest/teams/external-groups#update-the-connection-between-an-external-group-and-a-team parameters: - *163 - - *293 + - *294 requestBody: required: true content: @@ -48428,9 +48436,9 @@ paths: description: Response content: application/json: - schema: *359 + schema: *360 examples: - default: *360 + default: *361 x-github: githubCloudOnly: true enabledForGitHubApps: false @@ -48450,7 +48458,7 @@ paths: url: https://docs.github.com/enterprise-cloud@latest//rest/teams/external-groups#remove-the-connection-between-an-external-group-and-a-team parameters: - *163 - - *293 + - *294 responses: '204': description: Response @@ -48475,7 +48483,7 @@ paths: url: https://docs.github.com/enterprise-cloud@latest//rest/teams/members#list-pending-team-invitations parameters: - *163 - - *293 + - *294 - *17 - *19 responses: @@ -48485,9 +48493,9 @@ paths: application/json: schema: type: array - items: *276 + items: *277 examples: - default: *277 + default: *278 headers: Link: *37 x-github: @@ -48510,7 +48518,7 @@ paths: url: https://docs.github.com/enterprise-cloud@latest//rest/teams/members#list-team-members parameters: - *163 - - *293 + - *294 - name: role description: Filters members returned by their role in the team. in: query @@ -48533,7 +48541,7 @@ paths: type: array items: *4 examples: - default: *284 + default: *285 headers: Link: *37 x-github: @@ -48564,14 +48572,14 @@ paths: url: https://docs.github.com/enterprise-cloud@latest//rest/teams/members#get-team-membership-for-a-user parameters: - *163 - - *293 + - *294 - *211 responses: '200': description: Response content: application/json: - schema: &361 + schema: &362 title: Team Membership description: Team Membership type: object @@ -48599,7 +48607,7 @@ paths: - state - url examples: - response-if-user-is-a-team-maintainer: &693 + response-if-user-is-a-team-maintainer: &694 summary: Response if user is a team maintainer value: url: https://api.github.com/teams/1/memberships/octocat @@ -48636,7 +48644,7 @@ paths: url: https://docs.github.com/enterprise-cloud@latest//rest/teams/members#add-or-update-team-membership-for-a-user parameters: - *163 - - *293 + - *294 - *211 requestBody: required: false @@ -48662,9 +48670,9 @@ paths: description: Response content: application/json: - schema: *361 + schema: *362 examples: - response-if-users-membership-with-team-is-now-pending: &694 + response-if-users-membership-with-team-is-now-pending: &695 summary: Response if user's membership with team is now pending value: url: https://api.github.com/teams/1/memberships/octocat @@ -48700,7 +48708,7 @@ paths: url: https://docs.github.com/enterprise-cloud@latest//rest/teams/members#remove-team-membership-for-a-user parameters: - *163 - - *293 + - *294 - *211 responses: '204': @@ -48727,7 +48735,7 @@ paths: url: https://docs.github.com/enterprise-cloud@latest//rest/teams/teams#list-team-projects parameters: - *163 - - *293 + - *294 - *17 - *19 responses: @@ -48737,7 +48745,7 @@ paths: application/json: schema: type: array - items: &362 + items: &363 title: Team Project description: A team's access to a project. type: object @@ -48806,7 +48814,7 @@ paths: - updated_at - permissions examples: - default: &695 + default: &696 value: - owner_url: https://api.github.com/orgs/octocat url: https://api.github.com/projects/1002605 @@ -48870,8 +48878,8 @@ paths: url: https://docs.github.com/enterprise-cloud@latest//rest/teams/teams#check-team-permissions-for-a-project parameters: - *163 - - *293 - - &363 + - *294 + - &364 name: project_id description: The unique identifier of the project. in: path @@ -48883,9 +48891,9 @@ paths: description: Response content: application/json: - schema: *362 + schema: *363 examples: - default: &696 + default: &697 value: owner_url: https://api.github.com/orgs/octocat url: https://api.github.com/projects/1002605 @@ -48948,8 +48956,8 @@ paths: url: https://docs.github.com/enterprise-cloud@latest//rest/teams/teams#add-or-update-team-project-permissions parameters: - *163 - - *293 - - *363 + - *294 + - *364 requestBody: required: false content: @@ -49017,8 +49025,8 @@ paths: url: https://docs.github.com/enterprise-cloud@latest//rest/teams/teams#remove-a-project-from-a-team parameters: - *163 - - *293 - - *363 + - *294 + - *364 responses: '204': description: Response @@ -49046,7 +49054,7 @@ paths: url: https://docs.github.com/enterprise-cloud@latest//rest/teams/teams#list-team-repositories parameters: - *163 - - *293 + - *294 - *17 - *19 responses: @@ -49058,7 +49066,7 @@ paths: type: array items: *189 examples: - default: *302 + default: *303 headers: Link: *37 x-github: @@ -49088,15 +49096,15 @@ paths: url: https://docs.github.com/enterprise-cloud@latest//rest/teams/teams#check-team-permissions-for-a-repository parameters: - *163 - - *293 - - *364 + - *294 - *365 + - *366 responses: '200': description: Alternative response with repository permissions content: application/json: - schema: &697 + schema: &698 title: Team Repository description: A team's access to a repository. type: object @@ -49738,9 +49746,9 @@ paths: url: https://docs.github.com/enterprise-cloud@latest//rest/teams/teams#add-or-update-team-repository-permissions parameters: - *163 - - *293 - - *364 + - *294 - *365 + - *366 requestBody: required: false content: @@ -49786,9 +49794,9 @@ paths: url: https://docs.github.com/enterprise-cloud@latest//rest/teams/teams#remove-a-repository-from-a-team parameters: - *163 - - *293 - - *364 + - *294 - *365 + - *366 responses: '204': description: Response @@ -49815,15 +49823,15 @@ paths: url: https://docs.github.com/enterprise-cloud@latest//rest/teams/team-sync#list-idp-groups-for-a-team parameters: - *163 - - *293 + - *294 responses: '200': description: Response content: application/json: - schema: *366 + schema: *367 examples: - default: *367 + default: *368 x-github: githubCloudOnly: true enabledForGitHubApps: false @@ -49846,7 +49854,7 @@ paths: url: https://docs.github.com/enterprise-cloud@latest//rest/teams/team-sync#create-or-update-idp-group-connections parameters: - *163 - - *293 + - *294 requestBody: required: true content: @@ -49889,7 +49897,7 @@ paths: description: Response content: application/json: - schema: *366 + schema: *367 examples: default: value: @@ -49922,7 +49930,7 @@ paths: url: https://docs.github.com/enterprise-cloud@latest//rest/teams/teams#list-child-teams parameters: - *163 - - *293 + - *294 - *17 - *19 responses: @@ -49934,7 +49942,7 @@ paths: type: array items: *220 examples: - response-if-child-teams-exist: &698 + response-if-child-teams-exist: &699 value: - id: 2 node_id: MDQ6VGVhbTI= @@ -50061,7 +50069,7 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/projects/cards#get-a-project-card parameters: - - &368 + - &369 name: card_id description: The unique identifier of the card. in: path @@ -50073,7 +50081,7 @@ paths: description: Response content: application/json: - schema: &369 + schema: &370 title: Project Card description: Project cards represent a scope of work. type: object @@ -50148,7 +50156,7 @@ paths: - created_at - updated_at examples: - default: &370 + default: &371 value: url: https://api.github.com/projects/columns/cards/1478 id: 1478 @@ -50204,7 +50212,7 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/projects/cards#update-an-existing-project-card parameters: - - *368 + - *369 requestBody: required: false content: @@ -50234,9 +50242,9 @@ paths: description: Response content: application/json: - schema: *369 + schema: *370 examples: - default: *370 + default: *371 '304': *35 '403': *27 '401': *23 @@ -50263,7 +50271,7 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/projects/cards#delete-a-project-card parameters: - - *368 + - *369 responses: '204': description: Response @@ -50307,7 +50315,7 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/projects/cards#move-a-project-card parameters: - - *368 + - *369 requestBody: required: true content: @@ -50420,7 +50428,7 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/projects/columns#get-a-project-column parameters: - - &371 + - &372 name: column_id description: The unique identifier of the column. in: path @@ -50432,7 +50440,7 @@ paths: description: Response content: application/json: - schema: &372 + schema: &373 title: Project Column description: Project columns contain cards of work. type: object @@ -50486,7 +50494,7 @@ paths: - created_at - updated_at examples: - default: &373 + default: &374 value: url: https://api.github.com/projects/columns/367 project_url: https://api.github.com/projects/120 @@ -50521,7 +50529,7 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/projects/columns#update-an-existing-project-column parameters: - - *371 + - *372 requestBody: required: true content: @@ -50546,9 +50554,9 @@ paths: description: Response content: application/json: - schema: *372 + schema: *373 examples: - default: *373 + default: *374 '304': *35 '403': *27 '401': *23 @@ -50573,7 +50581,7 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/projects/columns#delete-a-project-column parameters: - - *371 + - *372 responses: '204': description: Response @@ -50602,7 +50610,7 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/projects/cards#list-project-cards parameters: - - *371 + - *372 - name: archived_state description: Filters the project cards that are returned by the card's state. in: query @@ -50623,7 +50631,7 @@ paths: application/json: schema: type: array - items: *369 + items: *370 examples: default: value: @@ -50682,7 +50690,7 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/projects/cards#create-a-project-card parameters: - - *371 + - *372 requestBody: required: true content: @@ -50726,9 +50734,9 @@ paths: description: Response content: application/json: - schema: *369 + schema: *370 examples: - default: *370 + default: *371 '304': *35 '403': *27 '401': *23 @@ -50784,7 +50792,7 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/projects/columns#move-a-project-column parameters: - - *371 + - *372 requestBody: required: true content: @@ -50845,15 +50853,15 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/projects/projects#get-a-project parameters: - - *363 + - *364 responses: '200': description: Response content: application/json: - schema: *312 + schema: *313 examples: - default: &374 + default: &375 value: owner_url: https://api.github.com/repos/api-playground/projects-test url: https://api.github.com/projects/1002604 @@ -50910,7 +50918,7 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/projects/projects#update-a-project parameters: - - *363 + - *364 requestBody: required: false content: @@ -50959,9 +50967,9 @@ paths: description: Response content: application/json: - schema: *312 + schema: *313 examples: - default: *374 + default: *375 '404': description: Not Found if the authenticated user does not have access to the project @@ -50982,7 +50990,7 @@ paths: items: type: string '401': *23 - '410': *375 + '410': *376 '422': *7 x-github: githubCloudOnly: false @@ -51005,7 +51013,7 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/projects/projects#delete-a-project parameters: - - *363 + - *364 responses: '204': description: Delete Success @@ -51026,7 +51034,7 @@ paths: items: type: string '401': *23 - '410': *375 + '410': *376 '404': *6 x-github: githubCloudOnly: false @@ -51050,7 +51058,7 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/projects/collaborators#list-project-collaborators parameters: - - *363 + - *364 - name: affiliation description: Filters the collaborators by their affiliation. `outside` means outside collaborators of a project that are not a member of the project's @@ -51077,7 +51085,7 @@ paths: type: array items: *4 examples: - default: *284 + default: *285 headers: Link: *37 '404': *6 @@ -51107,7 +51115,7 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/projects/collaborators#add-project-collaborator parameters: - - *363 + - *364 - *211 requestBody: required: false @@ -51162,7 +51170,7 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/projects/collaborators#remove-user-as-a-collaborator parameters: - - *363 + - *364 - *211 responses: '204': @@ -51194,7 +51202,7 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/projects/collaborators#get-project-permission-for-a-user parameters: - - *363 + - *364 - *211 responses: '200': @@ -51265,7 +51273,7 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/projects/columns#list-project-columns parameters: - - *363 + - *364 - *17 - *19 responses: @@ -51275,7 +51283,7 @@ paths: application/json: schema: type: array - items: *372 + items: *373 examples: default: value: @@ -51313,7 +51321,7 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/projects/columns#create-a-project-column parameters: - - *363 + - *364 requestBody: required: true content: @@ -51337,7 +51345,7 @@ paths: description: Response content: application/json: - schema: *372 + schema: *373 examples: default: value: @@ -51401,7 +51409,7 @@ paths: resources: type: object properties: - core: &376 + core: &377 title: Rate Limit type: object properties: @@ -51418,20 +51426,20 @@ paths: - remaining - reset - used - graphql: *376 - search: *376 - code_search: *376 - source_import: *376 - integration_manifest: *376 - code_scanning_upload: *376 - actions_runner_registration: *376 - scim: *376 - dependency_snapshots: *376 - code_scanning_autofix: *376 + graphql: *377 + search: *377 + code_search: *377 + source_import: *377 + integration_manifest: *377 + code_scanning_upload: *377 + actions_runner_registration: *377 + scim: *377 + dependency_snapshots: *377 + code_scanning_autofix: *377 required: - core - search - rate: *376 + rate: *377 required: - rate - resources @@ -51535,14 +51543,14 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/repos/repos#get-a-repository parameters: - - *364 - *365 + - *366 responses: '200': description: Response content: application/json: - schema: *377 + schema: *378 examples: default-response: summary: Default response @@ -52047,7 +52055,7 @@ paths: status: disabled '403': *27 '404': *6 - '301': *378 + '301': *379 x-github: githubCloudOnly: false enabledForGitHubApps: true @@ -52065,8 +52073,8 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/repos/repos#update-a-repository parameters: - - *364 - *365 + - *366 requestBody: required: false content: @@ -52321,10 +52329,10 @@ paths: description: Response content: application/json: - schema: *377 + schema: *378 examples: - default: *379 - '307': &380 + default: *380 + '307': &381 description: Temporary Redirect content: application/json: @@ -52353,8 +52361,8 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/repos/repos#delete-a-repository parameters: - - *364 - *365 + - *366 responses: '204': description: Response @@ -52376,7 +52384,7 @@ paths: value: message: Organization members cannot delete repositories. documentation_url: https://docs.github.com/enterprise-cloud@latest//rest/repos/repos#delete-a-repository - '307': *380 + '307': *381 '404': *6 x-github: githubCloudOnly: false @@ -52399,11 +52407,11 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/actions/artifacts#list-artifacts-for-a-repository parameters: - - *364 - *365 + - *366 - *17 - *19 - - &395 + - &396 name: name description: The name field of an artifact. When specified, only artifacts with this name will be returned. @@ -52426,7 +52434,7 @@ paths: type: integer artifacts: type: array - items: &381 + items: &382 title: Artifact description: An artifact type: object @@ -52521,7 +52529,7 @@ paths: - expires_at - updated_at examples: - default: &396 + default: &397 value: total_count: 2 artifacts: @@ -52582,9 +52590,9 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/actions/artifacts#get-an-artifact parameters: - - *364 - *365 - - &382 + - *366 + - &383 name: artifact_id description: The unique identifier of the artifact. in: path @@ -52596,7 +52604,7 @@ paths: description: Response content: application/json: - schema: *381 + schema: *382 examples: default: value: @@ -52634,9 +52642,9 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/actions/artifacts#delete-an-artifact parameters: - - *364 - *365 - - *382 + - *366 + - *383 responses: '204': description: Response @@ -52660,9 +52668,9 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/actions/artifacts#download-an-artifact parameters: - - *364 - *365 - - *382 + - *366 + - *383 - name: archive_format in: path required: true @@ -52676,7 +52684,7 @@ paths: example: https://pipelines.actions.githubusercontent.com/OhgS4QRKqmgx7bKC27GKU83jnQjyeqG8oIMTge8eqtheppcmw8/_apis/pipelines/1/runs/176/signedlogcontent?urlExpires=2020-01-24T18%3A10%3A31.5729946Z&urlSigningMethod=HMACV1&urlSignature=agG73JakPYkHrh06seAkvmH7rBR4Ji4c2%2B6a2ejYh3E%3D schema: type: string - '410': *375 + '410': *376 x-github: githubCloudOnly: false enabledForGitHubApps: true @@ -52699,14 +52707,14 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/actions/cache#get-github-actions-cache-usage-for-a-repository parameters: - - *364 - *365 + - *366 responses: '200': description: Response content: application/json: - schema: *383 + schema: *384 examples: default: value: @@ -52732,11 +52740,11 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/actions/cache#list-github-actions-caches-for-a-repository parameters: - - *364 - *365 + - *366 - *17 - *19 - - &384 + - &385 name: ref description: The full Git reference for narrowing down the cache. The `ref` for a branch should be formatted as `refs/heads/`. To reference @@ -52770,7 +52778,7 @@ paths: description: Response content: application/json: - schema: &385 + schema: &386 title: Repository actions caches description: Repository actions caches type: object @@ -52820,7 +52828,7 @@ paths: - total_count - actions_caches examples: - default: &386 + default: &387 value: total_count: 1 actions_caches: @@ -52852,23 +52860,23 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/actions/cache#delete-github-actions-caches-for-a-repository-using-a-cache-key parameters: - - *364 - *365 + - *366 - name: key description: A key for identifying the cache. in: query required: true schema: type: string - - *384 + - *385 responses: '200': description: Response content: application/json: - schema: *385 + schema: *386 examples: - default: *386 + default: *387 x-github: githubCloudOnly: false enabledForGitHubApps: true @@ -52888,8 +52896,8 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/actions/cache#delete-a-github-actions-cache-for-a-repository-using-a-cache-id parameters: - - *364 - *365 + - *366 - name: cache_id description: The unique identifier of the GitHub Actions cache. in: path @@ -52920,9 +52928,9 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/actions/workflow-jobs#get-a-job-for-a-workflow-run parameters: - - *364 - *365 - - &387 + - *366 + - &388 name: job_id description: The unique identifier of the job. in: path @@ -52934,7 +52942,7 @@ paths: description: Response content: application/json: - schema: &399 + schema: &400 title: Job description: Information of a job execution in a workflow run type: object @@ -53281,9 +53289,9 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/actions/workflow-jobs#download-job-logs-for-a-workflow-run parameters: - - *364 - *365 - - *387 + - *366 + - *388 responses: '302': description: Response @@ -53311,9 +53319,9 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/actions/workflow-runs#re-run-a-job-from-a-workflow-run parameters: - - *364 - *365 - - *387 + - *366 + - *388 requestBody: required: false content: @@ -53359,8 +53367,8 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/actions/oidc#get-the-customization-template-for-an-oidc-subject-claim-for-a-repository parameters: - - *364 - *365 + - *366 responses: '200': description: Status response @@ -53410,8 +53418,8 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/actions/oidc#set-the-customization-template-for-an-oidc-subject-claim-for-a-repository parameters: - - *364 - *365 + - *366 requestBody: required: true content: @@ -53474,8 +53482,8 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/actions/secrets#list-repository-organization-secrets parameters: - - *364 - *365 + - *366 - *17 - *19 responses: @@ -53493,7 +53501,7 @@ paths: type: integer secrets: type: array - items: &401 + items: &402 title: Actions Secret description: Set secrets for GitHub Actions. type: object @@ -53514,7 +53522,7 @@ paths: - created_at - updated_at examples: - default: &402 + default: &403 value: total_count: 2 secrets: @@ -53547,9 +53555,9 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/actions/variables#list-repository-organization-variables parameters: - - *364 - *365 - - *388 + - *366 + - *389 - *19 responses: '200': @@ -53566,7 +53574,7 @@ paths: type: integer variables: type: array - items: &405 + items: &406 title: Actions Variable type: object properties: @@ -53600,7 +53608,7 @@ paths: - created_at - updated_at examples: - default: &406 + default: &407 value: total_count: 2 variables: @@ -53633,8 +53641,8 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/actions/permissions#get-github-actions-permissions-for-a-repository parameters: - - *364 - *365 + - *366 responses: '200': description: Response @@ -53643,7 +53651,7 @@ paths: schema: type: object properties: - enabled: &389 + enabled: &390 type: boolean description: Whether GitHub Actions is enabled on the repository. allowed_actions: *46 @@ -53676,8 +53684,8 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/actions/permissions#set-github-actions-permissions-for-a-repository parameters: - - *364 - *365 + - *366 responses: '204': description: Response @@ -53688,7 +53696,7 @@ paths: schema: type: object properties: - enabled: *389 + enabled: *390 allowed_actions: *46 required: - enabled @@ -53719,14 +53727,14 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/actions/permissions#get-the-level-of-access-for-workflows-outside-of-the-repository parameters: - - *364 - *365 + - *366 responses: '200': description: Response content: application/json: - schema: &390 + schema: &391 type: object properties: access_level: @@ -53744,7 +53752,7 @@ paths: required: - access_level examples: - default: &391 + default: &392 value: access_level: organization x-github: @@ -53769,15 +53777,15 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/actions/permissions#set-the-level-of-access-for-workflows-outside-of-the-repository parameters: - - *364 - *365 + - *366 requestBody: required: true content: application/json: - schema: *390 + schema: *391 examples: - default: *391 + default: *392 responses: '204': description: Response @@ -53801,8 +53809,8 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/actions/permissions#get-allowed-actions-and-reusable-workflows-for-a-repository parameters: - - *364 - *365 + - *366 responses: '200': description: Response @@ -53833,8 +53841,8 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/actions/permissions#set-allowed-actions-and-reusable-workflows-for-a-repository parameters: - - *364 - *365 + - *366 responses: '204': description: Response @@ -53866,8 +53874,8 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/actions/permissions#get-default-workflow-permissions-for-a-repository parameters: - - *364 - *365 + - *366 responses: '200': description: Response @@ -53896,8 +53904,8 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/actions/permissions#set-default-workflow-permissions-for-a-repository parameters: - - *364 - *365 + - *366 responses: '204': description: Success response @@ -53937,8 +53945,8 @@ paths: in: query schema: type: string - - *364 - *365 + - *366 - *17 - *19 responses: @@ -53982,8 +53990,8 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/actions/self-hosted-runners#list-runner-applications-for-a-repository parameters: - - *364 - *365 + - *366 responses: '200': description: Response @@ -54015,8 +54023,8 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/actions/self-hosted-runners#create-configuration-for-a-just-in-time-runner-for-a-repository parameters: - - *364 - *365 + - *366 requestBody: required: true content: @@ -54090,8 +54098,8 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/actions/self-hosted-runners#create-a-registration-token-for-a-repository parameters: - - *364 - *365 + - *366 responses: '201': description: Response @@ -54127,8 +54135,8 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/actions/self-hosted-runners#create-a-remove-token-for-a-repository parameters: - - *364 - *365 + - *366 responses: '201': description: Response @@ -54158,8 +54166,8 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/actions/self-hosted-runners#get-a-self-hosted-runner-for-a-repository parameters: - - *364 - *365 + - *366 - *58 responses: '200': @@ -54189,8 +54197,8 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/actions/self-hosted-runners#delete-a-self-hosted-runner-from-a-repository parameters: - - *364 - *365 + - *366 - *58 responses: '204': @@ -54216,8 +54224,8 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/actions/self-hosted-runners#list-labels-for-a-self-hosted-runner-for-a-repository parameters: - - *364 - *365 + - *366 - *58 responses: '200': *64 @@ -54242,8 +54250,8 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/actions/self-hosted-runners#add-custom-labels-to-a-self-hosted-runner-for-a-repository parameters: - - *364 - *365 + - *366 - *58 requestBody: required: true @@ -54292,8 +54300,8 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/actions/self-hosted-runners#set-custom-labels-for-a-self-hosted-runner-for-a-repository parameters: - - *364 - *365 + - *366 - *58 requestBody: required: true @@ -54343,8 +54351,8 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/actions/self-hosted-runners#remove-all-custom-labels-from-a-self-hosted-runner-for-a-repository parameters: - - *364 - *365 + - *366 - *58 responses: '200': *196 @@ -54374,8 +54382,8 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/actions/self-hosted-runners#remove-a-custom-label-from-a-self-hosted-runner-for-a-repository parameters: - - *364 - *365 + - *366 - *58 - *197 responses: @@ -54405,9 +54413,9 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/actions/workflow-runs#list-workflow-runs-for-a-repository parameters: - - *364 - *365 - - &409 + - *366 + - &410 name: actor description: Returns someone's workflow runs. Use the login for the user who created the `push` associated with the check suite or workflow run. @@ -54415,7 +54423,7 @@ paths: required: false schema: type: string - - &410 + - &411 name: branch description: Returns workflow runs associated with a branch. Use the name of the branch of the `push`. @@ -54423,7 +54431,7 @@ paths: required: false schema: type: string - - &411 + - &412 name: event description: Returns workflow run triggered by the event you specify. For example, `push`, `pull_request` or `issue`. For more information, see "[Events @@ -54432,7 +54440,7 @@ paths: required: false schema: type: string - - &412 + - &413 name: status description: Returns workflow runs with the check run `status` or `conclusion` that you specify. For example, a conclusion can be `success` or a status @@ -54459,7 +54467,7 @@ paths: - pending - *17 - *19 - - &413 + - &414 name: created description: Returns workflow runs created within the given date-time range. For more information on the syntax, see "[Understanding the search syntax](https://docs.github.com/enterprise-cloud@latest//search-github/getting-started-with-searching-on-github/understanding-the-search-syntax#query-for-dates)." @@ -54468,7 +54476,7 @@ paths: schema: type: string format: date-time - - &392 + - &393 name: exclude_pull_requests description: If `true` pull requests are omitted from the response (empty array). @@ -54477,13 +54485,13 @@ paths: schema: type: boolean default: false - - &414 + - &415 name: check_suite_id description: Returns workflow runs with the `check_suite_id` that you specify. in: query schema: type: integer - - &415 + - &416 name: head_sha description: Only returns workflow runs that are associated with the specified `head_sha`. @@ -54506,7 +54514,7 @@ paths: type: integer workflow_runs: type: array - items: &393 + items: &394 title: Workflow Run description: An invocation of a workflow type: object @@ -54623,7 +54631,7 @@ paths: type: - array - 'null' - items: &436 + items: &437 title: Pull Request Minimal type: object properties: @@ -54750,7 +54758,7 @@ paths: head_commit: anyOf: - type: 'null' - - &440 + - &441 title: Simple Commit description: A commit. type: object @@ -54865,7 +54873,7 @@ paths: - workflow_url - pull_requests examples: - default: &416 + default: &417 value: total_count: 1 workflow_runs: @@ -55101,24 +55109,24 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/actions/workflow-runs#get-a-workflow-run parameters: - - *364 - *365 - - &394 + - *366 + - &395 name: run_id description: The unique identifier of the workflow run. in: path required: true schema: type: integer - - *392 + - *393 responses: '200': description: Response content: application/json: - schema: *393 + schema: *394 examples: - default: &397 + default: &398 value: id: 30433642 name: Build @@ -55359,9 +55367,9 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/actions/workflow-runs#delete-a-workflow-run parameters: - - *364 - *365 - - *394 + - *366 + - *395 responses: '204': description: Response @@ -55384,9 +55392,9 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/actions/workflow-runs#get-the-review-history-for-a-workflow-run parameters: - - *364 - *365 - - *394 + - *366 + - *395 responses: '200': description: Response @@ -55514,9 +55522,9 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/actions/workflow-runs#approve-a-workflow-run-for-a-fork-pull-request parameters: - - *364 - *365 - - *394 + - *366 + - *395 responses: '201': description: Response @@ -55549,12 +55557,12 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/actions/artifacts#list-workflow-run-artifacts parameters: - - *364 - *365 - - *394 + - *366 + - *395 - *17 - *19 - - *395 + - *396 responses: '200': description: Response @@ -55570,9 +55578,9 @@ paths: type: integer artifacts: type: array - items: *381 + items: *382 examples: - default: *396 + default: *397 headers: Link: *37 x-github: @@ -55596,25 +55604,25 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/actions/workflow-runs#get-a-workflow-run-attempt parameters: - - *364 - *365 - - *394 - - &398 + - *366 + - *395 + - &399 name: attempt_number description: The attempt number of the workflow run. in: path required: true schema: type: integer - - *392 + - *393 responses: '200': description: Response content: application/json: - schema: *393 + schema: *394 examples: - default: *397 + default: *398 x-github: githubCloudOnly: false enabledForGitHubApps: true @@ -55637,10 +55645,10 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/actions/workflow-jobs#list-jobs-for-a-workflow-run-attempt parameters: - - *364 - *365 - - *394 - - *398 + - *366 + - *395 + - *399 - *17 - *19 responses: @@ -55658,9 +55666,9 @@ paths: type: integer jobs: type: array - items: *399 + items: *400 examples: - default: &400 + default: &401 value: total_count: 1 jobs: @@ -55773,10 +55781,10 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/actions/workflow-runs#download-workflow-run-attempt-logs parameters: - - *364 - *365 - - *394 - - *398 + - *366 + - *395 + - *399 responses: '302': description: Response @@ -55804,9 +55812,9 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/actions/workflow-runs#cancel-a-workflow-run parameters: - - *364 - *365 - - *394 + - *366 + - *395 responses: '202': description: Response @@ -55839,9 +55847,9 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/actions/workflow-runs#review-custom-deployment-protection-rules-for-a-workflow-run parameters: - - *364 - *365 - - *394 + - *366 + - *395 requestBody: required: true content: @@ -55908,9 +55916,9 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/actions/workflow-runs#force-cancel-a-workflow-run parameters: - - *364 - *365 - - *394 + - *366 + - *395 responses: '202': description: Response @@ -55943,9 +55951,9 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/actions/workflow-jobs#list-jobs-for-a-workflow-run parameters: - - *364 - *365 - - *394 + - *366 + - *395 - name: filter description: Filters jobs by their `completed_at` timestamp. `latest` returns jobs from the most recent execution of the workflow run. `all` returns all @@ -55975,9 +55983,9 @@ paths: type: integer jobs: type: array - items: *399 + items: *400 examples: - default: *400 + default: *401 headers: Link: *37 x-github: @@ -56002,9 +56010,9 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/actions/workflow-runs#download-workflow-run-logs parameters: - - *364 - *365 - - *394 + - *366 + - *395 responses: '302': description: Response @@ -56031,9 +56039,9 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/actions/workflow-runs#delete-workflow-run-logs parameters: - - *364 - *365 - - *394 + - *366 + - *395 responses: '204': description: Response @@ -56060,9 +56068,9 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/actions/workflow-runs#get-pending-deployments-for-a-workflow-run parameters: - - *364 - *365 - - *394 + - *366 + - *395 responses: '200': description: Response @@ -56131,7 +56139,7 @@ paths: items: type: object properties: - type: &514 + type: &515 type: string description: The type of reviewer. enum: @@ -56217,9 +56225,9 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/actions/workflow-runs#review-pending-deployments-for-a-workflow-run parameters: - - *364 - *365 - - *394 + - *366 + - *395 requestBody: required: true content: @@ -56269,7 +56277,7 @@ paths: application/json: schema: type: array - items: &506 + items: &507 title: Deployment description: A request for a specific ref(branch,sha,tag) to be deployed @@ -56381,7 +56389,7 @@ paths: - created_at - updated_at examples: - default: &507 + default: &508 value: - url: https://api.github.com/repos/octocat/example/deployments/1 id: 1 @@ -56437,9 +56445,9 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/actions/workflow-runs#re-run-a-workflow parameters: - - *364 - *365 - - *394 + - *366 + - *395 requestBody: required: false content: @@ -56484,9 +56492,9 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/actions/workflow-runs#re-run-failed-jobs-from-a-workflow-run parameters: - - *364 - *365 - - *394 + - *366 + - *395 requestBody: required: false content: @@ -56541,9 +56549,9 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/actions/workflow-runs#get-workflow-run-usage parameters: - - *364 - *365 - - *394 + - *366 + - *395 responses: '200': description: Response @@ -56680,8 +56688,8 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/actions/secrets#list-repository-secrets parameters: - - *364 - *365 + - *366 - *17 - *19 responses: @@ -56699,9 +56707,9 @@ paths: type: integer secrets: type: array - items: *401 + items: *402 examples: - default: *402 + default: *403 headers: Link: *37 x-github: @@ -56726,16 +56734,16 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/actions/secrets#get-a-repository-public-key parameters: - - *364 - *365 + - *366 responses: '200': description: Response content: application/json: - schema: *403 + schema: *404 examples: - default: *404 + default: *405 x-github: githubCloudOnly: false enabledForGitHubApps: true @@ -56757,17 +56765,17 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/actions/secrets#get-a-repository-secret parameters: - - *364 - *365 + - *366 - *199 responses: '200': description: Response content: application/json: - schema: *401 + schema: *402 examples: - default: &527 + default: &528 value: name: GH_TOKEN created_at: '2019-08-10T14:59:22Z' @@ -56793,8 +56801,8 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/actions/secrets#create-or-update-a-repository-secret parameters: - - *364 - *365 + - *366 - *199 requestBody: required: true @@ -56852,8 +56860,8 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/actions/secrets#delete-a-repository-secret parameters: - - *364 - *365 + - *366 - *199 responses: '204': @@ -56879,9 +56887,9 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/actions/variables#list-repository-variables parameters: - - *364 - *365 - - *388 + - *366 + - *389 - *19 responses: '200': @@ -56898,9 +56906,9 @@ paths: type: integer variables: type: array - items: *405 + items: *406 examples: - default: *406 + default: *407 headers: Link: *37 x-github: @@ -56923,8 +56931,8 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/actions/variables#create-a-repository-variable parameters: - - *364 - *365 + - *366 requestBody: required: true content: @@ -56976,17 +56984,17 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/actions/variables#get-a-repository-variable parameters: - - *364 - *365 + - *366 - *202 responses: '200': description: Response content: application/json: - schema: *405 + schema: *406 examples: - default: &528 + default: &529 value: name: USERNAME value: octocat @@ -57012,8 +57020,8 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/actions/variables#update-a-repository-variable parameters: - - *364 - *365 + - *366 - *202 requestBody: required: true @@ -57056,8 +57064,8 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/actions/variables#delete-a-repository-variable parameters: - - *364 - *365 + - *366 - *202 responses: '204': @@ -57083,8 +57091,8 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/actions/workflows#list-repository-workflows parameters: - - *364 - *365 + - *366 - *17 - *19 responses: @@ -57102,7 +57110,7 @@ paths: type: integer workflows: type: array - items: &407 + items: &408 title: Workflow description: A GitHub Actions workflow type: object @@ -57220,9 +57228,9 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/actions/workflows#get-a-workflow parameters: - - *364 - *365 - - &408 + - *366 + - &409 name: workflow_id in: path description: The ID of the workflow. You can also pass the workflow file name @@ -57237,7 +57245,7 @@ paths: description: Response content: application/json: - schema: *407 + schema: *408 examples: default: value: @@ -57270,9 +57278,9 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/actions/workflows#disable-a-workflow parameters: - - *364 - *365 - - *408 + - *366 + - *409 responses: '204': description: Response @@ -57297,9 +57305,9 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/actions/workflows#create-a-workflow-dispatch-event parameters: - - *364 - *365 - - *408 + - *366 + - *409 responses: '204': description: Response @@ -57350,9 +57358,9 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/actions/workflows#enable-a-workflow parameters: - - *364 - *365 - - *408 + - *366 + - *409 responses: '204': description: Response @@ -57379,19 +57387,19 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/actions/workflow-runs#list-workflow-runs-for-a-workflow parameters: - - *364 - *365 - - *408 + - *366 - *409 - *410 - *411 - *412 + - *413 - *17 - *19 - - *413 - - *392 - *414 + - *393 - *415 + - *416 responses: '200': description: Response @@ -57407,9 +57415,9 @@ paths: type: integer workflow_runs: type: array - items: *393 + items: *394 examples: - default: *416 + default: *417 headers: Link: *37 x-github: @@ -57442,9 +57450,9 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/actions/workflows#get-workflow-usage parameters: - - *364 - *365 - - *408 + - *366 + - *409 responses: '200': description: Response @@ -57505,8 +57513,8 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/repos/repos#list-repository-activities parameters: - - *364 - *365 + - *366 - *84 - *17 - *82 @@ -57674,8 +57682,8 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/issues/assignees#list-assignees parameters: - - *364 - *365 + - *366 - *17 - *19 responses: @@ -57687,7 +57695,7 @@ paths: type: array items: *4 examples: - default: *284 + default: *285 headers: Link: *37 '404': *6 @@ -57712,8 +57720,8 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/issues/assignees#check-if-a-user-can-be-assigned parameters: - - *364 - *365 + - *366 - name: assignee in: path required: true @@ -57749,8 +57757,8 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/repos/repos#create-an-attestation parameters: - - *364 - *365 + - *366 requestBody: required: true content: @@ -57862,8 +57870,8 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/repos/repos#list-attestations parameters: - - *364 - *365 + - *366 - *17 - *82 - *83 @@ -57917,7 +57925,7 @@ paths: bundle_url: type: string examples: - default: *417 + default: *418 x-github: githubCloudOnly: false enabledForGitHubApps: true @@ -57937,8 +57945,8 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/repos/autolinks#get-all-autolinks-of-a-repository parameters: - - *364 - *365 + - *366 responses: '200': description: Response @@ -57946,7 +57954,7 @@ paths: application/json: schema: type: array - items: &418 + items: &419 title: Autolink reference description: An autolink reference. type: object @@ -58000,8 +58008,8 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/repos/autolinks#create-an-autolink-reference-for-a-repository parameters: - - *364 - *365 + - *366 requestBody: required: true content: @@ -58040,9 +58048,9 @@ paths: description: response content: application/json: - schema: *418 + schema: *419 examples: - default: &419 + default: &420 value: id: 1 key_prefix: TICKET- @@ -58073,9 +58081,9 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/repos/autolinks#get-an-autolink-reference-of-a-repository parameters: - - *364 - *365 - - &420 + - *366 + - &421 name: autolink_id description: The unique identifier of the autolink. in: path @@ -58087,9 +58095,9 @@ paths: description: Response content: application/json: - schema: *418 + schema: *419 examples: - default: *419 + default: *420 '404': *6 x-github: githubCloudOnly: false @@ -58109,9 +58117,9 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/repos/autolinks#delete-an-autolink-reference-from-a-repository parameters: - - *364 - *365 - - *420 + - *366 + - *421 responses: '204': description: Response @@ -58135,8 +58143,8 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/repos/repos#check-if-dependabot-security-updates-are-enabled-for-a-repository parameters: - - *364 - *365 + - *366 responses: '200': description: Response if Dependabot is enabled @@ -58186,8 +58194,8 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/repos/repos#enable-dependabot-security-updates parameters: - - *364 - *365 + - *366 responses: '204': description: Response @@ -58208,8 +58216,8 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/repos/repos#disable-dependabot-security-updates parameters: - - *364 - *365 + - *366 responses: '204': description: Response @@ -58229,8 +58237,8 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/branches/branches#list-branches parameters: - - *364 - *365 + - *366 - name: protected description: Setting to `true` returns only branches protected by branch protections or rulesets. When set to `false`, only unprotected branches are returned. @@ -58268,7 +58276,7 @@ paths: - url protected: type: boolean - protection: &422 + protection: &423 title: Branch Protection description: Branch Protection type: object @@ -58311,7 +58319,7 @@ paths: required: - contexts - checks - enforce_admins: &425 + enforce_admins: &426 title: Protected Branch Admin Enforced description: Protected Branch Admin Enforced type: object @@ -58328,7 +58336,7 @@ paths: required: - url - enabled - required_pull_request_reviews: &427 + required_pull_request_reviews: &428 title: Protected Branch Pull Request Review description: Protected Branch Pull Request Review type: object @@ -58412,7 +58420,7 @@ paths: required: - dismiss_stale_reviews - require_code_owner_reviews - restrictions: &424 + restrictions: &425 title: Branch Restriction Policy description: Branch Restriction Policy type: object @@ -58737,9 +58745,9 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/branches/branches#get-a-branch parameters: - - *364 - *365 - - &423 + - *366 + - &424 name: branch description: The name of the branch. Cannot contain wildcard characters. To use wildcard characters in branch names, use [the GraphQL API](https://docs.github.com/enterprise-cloud@latest//graphql). @@ -58753,14 +58761,14 @@ paths: description: Response content: application/json: - schema: &433 + schema: &434 title: Branch With Protection description: Branch With Protection type: object properties: name: type: string - commit: &482 + commit: &483 title: Commit description: Commit type: object @@ -58799,7 +58807,7 @@ paths: author: anyOf: - type: 'null' - - &421 + - &422 title: Git User description: Metaproperties for Git author/committer information. @@ -58820,7 +58828,7 @@ paths: committer: anyOf: - type: 'null' - - *421 + - *422 message: type: string examples: @@ -58844,7 +58852,7 @@ paths: required: - sha - url - verification: &534 + verification: &535 title: Verification type: object properties: @@ -58924,7 +58932,7 @@ paths: type: integer files: type: array - items: &494 + items: &495 title: Diff Entry description: Diff Entry type: object @@ -59018,7 +59026,7 @@ paths: - self protected: type: boolean - protection: *422 + protection: *423 protection_url: type: string format: uri @@ -59127,7 +59135,7 @@ paths: contexts: [] checks: [] protection_url: https://api.github.com/repos/octocat/Hello-World/branches/main/protection - '301': *378 + '301': *379 '404': *6 x-github: githubCloudOnly: false @@ -59149,15 +59157,15 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/branches/branch-protection#get-branch-protection parameters: - - *364 - *365 - - *423 + - *366 + - *424 responses: '200': description: Response content: application/json: - schema: *422 + schema: *423 examples: default: value: @@ -59351,9 +59359,9 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/branches/branch-protection#update-branch-protection parameters: - - *364 - *365 - - *423 + - *366 + - *424 requestBody: required: true content: @@ -59613,7 +59621,7 @@ paths: url: type: string format: uri - required_status_checks: &430 + required_status_checks: &431 title: Status Check Policy description: Status Check Policy type: object @@ -59772,7 +59780,7 @@ paths: additionalProperties: false required: - enabled - restrictions: *424 + restrictions: *425 required_conversation_resolution: type: object properties: @@ -59884,9 +59892,9 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/branches/branch-protection#delete-branch-protection parameters: - - *364 - *365 - - *423 + - *366 + - *424 responses: '204': description: Response @@ -59911,17 +59919,17 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/branches/branch-protection#get-admin-branch-protection parameters: - - *364 - *365 - - *423 + - *366 + - *424 responses: '200': description: Response content: application/json: - schema: *425 + schema: *426 examples: - default: &426 + default: &427 value: url: https://api.github.com/repos/octocat/Hello-World/branches/master/protection/enforce_admins enabled: true @@ -59943,17 +59951,17 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/branches/branch-protection#set-admin-branch-protection parameters: - - *364 - *365 - - *423 + - *366 + - *424 responses: '200': description: Response content: application/json: - schema: *425 + schema: *426 examples: - default: *426 + default: *427 x-github: githubCloudOnly: false enabledForGitHubApps: true @@ -59972,9 +59980,9 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/branches/branch-protection#delete-admin-branch-protection parameters: - - *364 - *365 - - *423 + - *366 + - *424 responses: '204': description: Response @@ -59999,17 +60007,17 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/branches/branch-protection#get-pull-request-review-protection parameters: - - *364 - *365 - - *423 + - *366 + - *424 responses: '200': description: Response content: application/json: - schema: *427 + schema: *428 examples: - default: &428 + default: &429 value: url: https://api.github.com/repos/octocat/Hello-World/branches/master/protection/required_pull_request_reviews dismissal_restrictions: @@ -60105,9 +60113,9 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/branches/branch-protection#update-pull-request-review-protection parameters: - - *364 - *365 - - *423 + - *366 + - *424 requestBody: required: false content: @@ -60205,9 +60213,9 @@ paths: description: Response content: application/json: - schema: *427 + schema: *428 examples: - default: *428 + default: *429 '422': *15 x-github: githubCloudOnly: false @@ -60228,9 +60236,9 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/branches/branch-protection#delete-pull-request-review-protection parameters: - - *364 - *365 - - *423 + - *366 + - *424 responses: '204': description: Response @@ -60257,17 +60265,17 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/branches/branch-protection#get-commit-signature-protection parameters: - - *364 - *365 - - *423 + - *366 + - *424 responses: '200': description: Response content: application/json: - schema: *425 + schema: *426 examples: - default: &429 + default: &430 value: url: https://api.github.com/repos/octocat/Hello-World/branches/master/protection/required_signatures enabled: true @@ -60290,17 +60298,17 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/branches/branch-protection#create-commit-signature-protection parameters: - - *364 - *365 - - *423 + - *366 + - *424 responses: '200': description: Response content: application/json: - schema: *425 + schema: *426 examples: - default: *429 + default: *430 '404': *6 x-github: githubCloudOnly: false @@ -60320,9 +60328,9 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/branches/branch-protection#delete-commit-signature-protection parameters: - - *364 - *365 - - *423 + - *366 + - *424 responses: '204': description: Response @@ -60347,17 +60355,17 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/branches/branch-protection#get-status-checks-protection parameters: - - *364 - *365 - - *423 + - *366 + - *424 responses: '200': description: Response content: application/json: - schema: *430 + schema: *431 examples: - default: &431 + default: &432 value: url: https://api.github.com/repos/octocat/Hello-World/branches/master/protection/required_status_checks strict: true @@ -60383,9 +60391,9 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/branches/branch-protection#update-status-check-protection parameters: - - *364 - *365 - - *423 + - *366 + - *424 requestBody: required: false content: @@ -60437,9 +60445,9 @@ paths: description: Response content: application/json: - schema: *430 + schema: *431 examples: - default: *431 + default: *432 '404': *6 '422': *15 x-github: @@ -60461,9 +60469,9 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/branches/branch-protection#remove-status-check-protection parameters: - - *364 - *365 - - *423 + - *366 + - *424 responses: '204': description: Response @@ -60487,9 +60495,9 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/branches/branch-protection#get-all-status-check-contexts parameters: - - *364 - *365 - - *423 + - *366 + - *424 responses: '200': description: Response @@ -60523,9 +60531,9 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/branches/branch-protection#add-status-check-contexts parameters: - - *364 - *365 - - *423 + - *366 + - *424 requestBody: required: false content: @@ -60592,9 +60600,9 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/branches/branch-protection#set-status-check-contexts parameters: - - *364 - *365 - - *423 + - *366 + - *424 requestBody: required: false content: @@ -60658,9 +60666,9 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/branches/branch-protection#remove-status-check-contexts parameters: - - *364 - *365 - - *423 + - *366 + - *424 requestBody: content: application/json: @@ -60726,15 +60734,15 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/branches/branch-protection#get-access-restrictions parameters: - - *364 - *365 - - *423 + - *366 + - *424 responses: '200': description: Response content: application/json: - schema: *424 + schema: *425 examples: default: value: @@ -60825,9 +60833,9 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/branches/branch-protection#delete-access-restrictions parameters: - - *364 - *365 - - *423 + - *366 + - *424 responses: '204': description: Response @@ -60850,9 +60858,9 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/branches/branch-protection#get-apps-with-access-to-the-protected-branch parameters: - - *364 - *365 - - *423 + - *366 + - *424 responses: '200': description: Response @@ -60862,7 +60870,7 @@ paths: type: array items: *5 examples: - default: &432 + default: &433 value: - id: 1 slug: octoapp @@ -60919,9 +60927,9 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/branches/branch-protection#add-app-access-restrictions parameters: - - *364 - *365 - - *423 + - *366 + - *424 requestBody: required: true content: @@ -60955,7 +60963,7 @@ paths: type: array items: *5 examples: - default: *432 + default: *433 '422': *15 x-github: githubCloudOnly: false @@ -60976,9 +60984,9 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/branches/branch-protection#set-app-access-restrictions parameters: - - *364 - *365 - - *423 + - *366 + - *424 requestBody: required: true content: @@ -61012,7 +61020,7 @@ paths: type: array items: *5 examples: - default: *432 + default: *433 '422': *15 x-github: githubCloudOnly: false @@ -61033,9 +61041,9 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/branches/branch-protection#remove-app-access-restrictions parameters: - - *364 - *365 - - *423 + - *366 + - *424 requestBody: required: true content: @@ -61069,7 +61077,7 @@ paths: type: array items: *5 examples: - default: *432 + default: *433 '422': *15 x-github: githubCloudOnly: false @@ -61091,9 +61099,9 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/branches/branch-protection#get-teams-with-access-to-the-protected-branch parameters: - - *364 - *365 - - *423 + - *366 + - *424 responses: '200': description: Response @@ -61103,7 +61111,7 @@ paths: type: array items: *220 examples: - default: *295 + default: *296 '404': *6 x-github: githubCloudOnly: false @@ -61123,9 +61131,9 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/branches/branch-protection#add-team-access-restrictions parameters: - - *364 - *365 - - *423 + - *366 + - *424 requestBody: required: false content: @@ -61163,7 +61171,7 @@ paths: type: array items: *220 examples: - default: *295 + default: *296 '422': *15 x-github: githubCloudOnly: false @@ -61184,9 +61192,9 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/branches/branch-protection#set-team-access-restrictions parameters: - - *364 - *365 - - *423 + - *366 + - *424 requestBody: required: false content: @@ -61224,7 +61232,7 @@ paths: type: array items: *220 examples: - default: *295 + default: *296 '422': *15 x-github: githubCloudOnly: false @@ -61245,9 +61253,9 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/branches/branch-protection#remove-team-access-restrictions parameters: - - *364 - *365 - - *423 + - *366 + - *424 requestBody: content: application/json: @@ -61284,7 +61292,7 @@ paths: type: array items: *220 examples: - default: *295 + default: *296 '422': *15 x-github: githubCloudOnly: false @@ -61306,9 +61314,9 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/branches/branch-protection#get-users-with-access-to-the-protected-branch parameters: - - *364 - *365 - - *423 + - *366 + - *424 responses: '200': description: Response @@ -61318,7 +61326,7 @@ paths: type: array items: *4 examples: - default: *284 + default: *285 '404': *6 x-github: githubCloudOnly: false @@ -61342,9 +61350,9 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/branches/branch-protection#add-user-access-restrictions parameters: - - *364 - *365 - - *423 + - *366 + - *424 requestBody: required: true content: @@ -61377,7 +61385,7 @@ paths: type: array items: *4 examples: - default: *284 + default: *285 '422': *15 x-github: githubCloudOnly: false @@ -61402,9 +61410,9 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/branches/branch-protection#set-user-access-restrictions parameters: - - *364 - *365 - - *423 + - *366 + - *424 requestBody: required: true content: @@ -61437,7 +61445,7 @@ paths: type: array items: *4 examples: - default: *284 + default: *285 '422': *15 x-github: githubCloudOnly: false @@ -61462,9 +61470,9 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/branches/branch-protection#remove-user-access-restrictions parameters: - - *364 - *365 - - *423 + - *366 + - *424 requestBody: required: true content: @@ -61497,7 +61505,7 @@ paths: type: array items: *4 examples: - default: *284 + default: *285 '422': *15 x-github: githubCloudOnly: false @@ -61524,9 +61532,9 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/branches/branches#rename-a-branch parameters: - - *364 - *365 - - *423 + - *366 + - *424 requestBody: required: true content: @@ -61548,7 +61556,7 @@ paths: description: Response content: application/json: - schema: *433 + schema: *434 examples: default: value: @@ -61662,8 +61670,8 @@ paths: category: repos subcategory: bypass-requests parameters: - - *364 - *365 + - *366 - *212 - *213 - *214 @@ -61699,8 +61707,8 @@ paths: category: repos subcategory: bypass-requests parameters: - - *364 - *365 + - *366 - name: bypass_request_number in: path required: true @@ -61773,8 +61781,8 @@ paths: category: secret-scanning subcategory: delegated-bypass parameters: - - *364 - *365 + - *366 - *212 - *213 - *214 @@ -61788,9 +61796,9 @@ paths: application/json: schema: type: array - items: *434 + items: *435 examples: - default: *435 + default: *436 '404': *6 '403': *27 '500': *95 @@ -61814,8 +61822,8 @@ paths: category: secret-scanning subcategory: delegated-bypass parameters: - - *364 - *365 + - *366 - name: bypass_request_number in: path required: true @@ -61827,7 +61835,7 @@ paths: description: A single bypass request. content: application/json: - schema: *434 + schema: *435 examples: default: value: @@ -61885,8 +61893,8 @@ paths: category: secret-scanning subcategory: delegated-bypass parameters: - - *364 - *365 + - *366 - name: bypass_request_number in: path required: true @@ -61957,8 +61965,8 @@ paths: category: secret-scanning subcategory: delegated-bypass parameters: - - *364 - *365 + - *366 - name: bypass_response_id in: path required: true @@ -61991,8 +61999,8 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/checks/runs#create-a-check-run parameters: - - *364 - *365 + - *366 requestBody: required: true content: @@ -62271,7 +62279,7 @@ paths: description: Response content: application/json: - schema: &437 + schema: &438 title: CheckRun description: A check performed on the code of a given code change type: object @@ -62406,8 +62414,8 @@ paths: do not necessarily indicate pull requests that triggered the check. type: array - items: *436 - deployment: &748 + items: *437 + deployment: &749 title: Deployment description: A deployment created as the result of an Actions check run from a workflow that references an environment @@ -62694,9 +62702,9 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/checks/runs#get-a-check-run parameters: - - *364 - *365 - - &438 + - *366 + - &439 name: check_run_id description: The unique identifier of the check run. in: path @@ -62708,9 +62716,9 @@ paths: description: Response content: application/json: - schema: *437 + schema: *438 examples: - default: &439 + default: &440 value: id: 4 head_sha: ce587453ced02b1526dfb4cb910479d431683101 @@ -62810,9 +62818,9 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/checks/runs#update-a-check-run parameters: - - *364 - *365 - - *438 + - *366 + - *439 requestBody: required: true content: @@ -63052,9 +63060,9 @@ paths: description: Response content: application/json: - schema: *437 + schema: *438 examples: - default: *439 + default: *440 x-github: githubCloudOnly: false enabledForGitHubApps: true @@ -63074,9 +63082,9 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/checks/runs#list-check-run-annotations parameters: - - *364 - *365 - - *438 + - *366 + - *439 - *17 - *19 responses: @@ -63179,8 +63187,6 @@ paths: Triggers GitHub to rerequest an existing check run, without pushing new code to a repository. This endpoint will trigger the [`check_run` webhook](https://docs.github.com/enterprise-cloud@latest//webhooks/event-payloads/#check_run) event with the action `rerequested`. When a check run is `rerequested`, the `status` of the check suite it belongs to is reset to `queued` and the `conclusion` is cleared. The check run itself is not updated. GitHub apps recieving the [`check_run` webhook](https://docs.github.com/enterprise-cloud@latest//webhooks/event-payloads/#check_run) with the `rerequested` action should then decide if the check run should be reset or updated and call the [update `check_run` endpoint](https://docs.github.com/enterprise-cloud@latest//rest/checks/runs#update-a-check-run) to update the check_run if desired. For more information about how to re-run GitHub Actions jobs, see "[Re-run a job from a workflow run](https://docs.github.com/enterprise-cloud@latest//rest/actions/workflow-runs#re-run-a-job-from-a-workflow-run)". - - OAuth apps and personal access tokens (classic) cannot use this endpoint. tags: - checks operationId: checks/rerequest-run @@ -63188,9 +63194,9 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/checks/runs#rerequest-a-check-run parameters: - - *364 - *365 - - *438 + - *366 + - *439 responses: '201': description: Response @@ -63234,8 +63240,8 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/checks/suites#create-a-check-suite parameters: - - *364 - *365 + - *366 requestBody: required: true content: @@ -63257,7 +63263,7 @@ paths: description: Response when the suite already exists content: application/json: - schema: &441 + schema: &442 title: CheckSuite description: A suite of checks performed on the code of a given code change @@ -63339,7 +63345,7 @@ paths: type: - array - 'null' - items: *436 + items: *437 app: anyOf: - type: 'null' @@ -63355,7 +63361,7 @@ paths: - string - 'null' format: date-time - head_commit: *440 + head_commit: *441 latest_check_runs_count: type: integer check_runs_url: @@ -63383,7 +63389,7 @@ paths: - check_runs_url - pull_requests examples: - default: &442 + default: &443 value: id: 5 node_id: MDEwOkNoZWNrU3VpdGU1 @@ -63674,9 +63680,9 @@ paths: description: Response when the suite was created content: application/json: - schema: *441 + schema: *442 examples: - default: *442 + default: *443 x-github: githubCloudOnly: false enabledForGitHubApps: true @@ -63695,8 +63701,8 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/checks/suites#update-repository-preferences-for-check-suites parameters: - - *364 - *365 + - *366 requestBody: required: true content: @@ -64005,9 +64011,9 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/checks/suites#get-a-check-suite parameters: - - *364 - *365 - - &443 + - *366 + - &444 name: check_suite_id description: The unique identifier of the check suite. in: path @@ -64019,9 +64025,9 @@ paths: description: Response content: application/json: - schema: *441 + schema: *442 examples: - default: *442 + default: *443 x-github: githubCloudOnly: false enabledForGitHubApps: true @@ -64044,17 +64050,17 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/checks/runs#list-check-runs-in-a-check-suite parameters: - - *364 - *365 - - *443 - - &489 + - *366 + - *444 + - &490 name: check_name description: Returns check runs with the specified `name`. in: query required: false schema: type: string - - &490 + - &491 name: status description: Returns check runs with the specified `status`. in: query @@ -64093,9 +64099,9 @@ paths: type: integer check_runs: type: array - items: *437 + items: *438 examples: - default: &491 + default: &492 value: total_count: 1 check_runs: @@ -64186,10 +64192,10 @@ paths: "/repos/{owner}/{repo}/check-suites/{check_suite_id}/rerequest": post: summary: Rerequest a check suite - description: |- - Triggers GitHub to rerequest an existing check suite, without pushing new code to a repository. This endpoint will trigger the [`check_suite` webhook](https://docs.github.com/enterprise-cloud@latest//webhooks/event-payloads/#check_suite) event with the action `rerequested`. When a check suite is `rerequested`, its `status` is reset to `queued` and the `conclusion` is cleared. - - OAuth apps and personal access tokens (classic) cannot use this endpoint. + description: Triggers GitHub to rerequest an existing check suite, without pushing + new code to a repository. This endpoint will trigger the [`check_suite` webhook](https://docs.github.com/enterprise-cloud@latest//webhooks/event-payloads/#check_suite) + event with the action `rerequested`. When a check suite is `rerequested`, + its `status` is reset to `queued` and the `conclusion` is cleared. tags: - checks operationId: checks/rerequest-suite @@ -64197,9 +64203,9 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/checks/suites#rerequest-a-check-suite parameters: - - *364 - *365 - - *443 + - *366 + - *444 responses: '201': description: Response @@ -64232,21 +64238,21 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/code-scanning/code-scanning#list-code-scanning-alerts-for-a-repository parameters: - - *364 - *365 + - *366 - *224 - *225 - *19 - *17 - - &459 + - &460 name: ref description: The Git reference for the results you want to list. The `ref` for a branch can be formatted either as `refs/heads/` or simply ``. To reference a pull request use `refs/pull//merge`. in: query required: false - schema: *444 - - &460 + schema: *445 + - &461 name: pr description: The number of the pull request for the results you want to list. in: query @@ -64277,7 +64283,7 @@ paths: be returned. in: query required: false - schema: *445 + schema: *446 responses: '200': description: Response @@ -64293,7 +64299,7 @@ paths: updated_at: *104 url: *101 html_url: *102 - instances_url: *446 + instances_url: *447 state: *87 fixed_at: *106 dismissed_by: @@ -64301,11 +64307,11 @@ paths: - type: 'null' - *4 dismissed_at: *105 - dismissed_reason: *447 - dismissed_comment: *448 - rule: *449 - tool: *450 - most_recent_instance: *451 + dismissed_reason: *448 + dismissed_comment: *449 + rule: *450 + tool: *451 + most_recent_instance: *452 dismissal_approved_by: anyOf: - type: 'null' @@ -64425,7 +64431,7 @@ paths: classifications: [] instances_url: https://api.github.com/repos/octocat/hello-world/code-scanning/alerts/3/instances '304': *35 - '403': &452 + '403': &453 description: Response if GitHub Advanced Security is not enabled for this repository content: @@ -64452,9 +64458,9 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/code-scanning/code-scanning#get-a-code-scanning-alert parameters: - - *364 - *365 - - &453 + - *366 + - &454 name: alert_number in: path description: The number that identifies an alert. You can find this at the @@ -64468,7 +64474,7 @@ paths: description: Response content: application/json: - schema: &454 + schema: &455 type: object properties: number: *96 @@ -64476,7 +64482,7 @@ paths: updated_at: *104 url: *101 html_url: *102 - instances_url: *446 + instances_url: *447 state: *87 fixed_at: *106 dismissed_by: @@ -64484,8 +64490,8 @@ paths: - type: 'null' - *4 dismissed_at: *105 - dismissed_reason: *447 - dismissed_comment: *448 + dismissed_reason: *448 + dismissed_comment: *449 rule: type: object properties: @@ -64547,8 +64553,8 @@ paths: - 'null' description: A link to the documentation for the rule used to detect the alert. - tool: *450 - most_recent_instance: *451 + tool: *451 + most_recent_instance: *452 dismissal_approved_by: anyOf: - type: 'null' @@ -64641,7 +64647,7 @@ paths: - test instances_url: https://api.github.com/repos/octocat/hello-world/code-scanning/alerts/42/instances '304': *35 - '403': *452 + '403': *453 '404': *6 '503': *128 x-github: @@ -64661,9 +64667,9 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/code-scanning/code-scanning#update-a-code-scanning-alert parameters: - - *364 - *365 - - *453 + - *366 + - *454 requestBody: required: true content: @@ -64678,8 +64684,8 @@ paths: enum: - open - dismissed - dismissed_reason: *447 - dismissed_comment: *448 + dismissed_reason: *448 + dismissed_comment: *449 create_request: type: boolean description: If `true`, attempt to create an alert dismissal request. @@ -64698,7 +64704,7 @@ paths: description: Response content: application/json: - schema: *454 + schema: *455 examples: default: value: @@ -64774,7 +64780,7 @@ paths: - test instances_url: https://api.github.com/repos/octocat/hello-world/code-scanning/alerts/42/instances '400': *14 - '403': &458 + '403': &459 description: Response if the repository is archived or if GitHub Advanced Security is not enabled for this repository content: @@ -64801,15 +64807,15 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/code-scanning/code-scanning#get-the-status-of-an-autofix-for-a-code-scanning-alert parameters: - - *364 - *365 - - *453 + - *366 + - *454 responses: '200': description: Response content: application/json: - schema: &455 + schema: &456 type: object properties: status: @@ -64836,13 +64842,13 @@ paths: - description - started_at examples: - default: &456 + default: &457 value: status: success description: This fixes an XSS vulnerability by escaping the user input. started_at: '2024-02-14T12:29:18Z' - '400': &457 + '400': &458 description: Bad Request content: application/json: @@ -64853,7 +64859,7 @@ paths: message: The alert_number is not valid documentation_url: https://docs.github.com/rest/code-scanning/code-scanning#get-the-status-of-an-autofix-for-a-code-scanning-alert status: '400' - '403': *452 + '403': *453 '404': *6 '503': *128 x-github: @@ -64878,29 +64884,29 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/code-scanning/code-scanning#create-an-autofix-for-a-code-scanning-alert parameters: - - *364 - *365 - - *453 + - *366 + - *454 responses: '200': description: OK content: application/json: - schema: *455 + schema: *456 examples: - default: *456 + default: *457 '202': description: Accepted content: application/json: - schema: *455 + schema: *456 examples: default: value: status: pending description: started_at: '2024-02-14T12:29:18Z' - '400': *457 + '400': *458 '403': description: Response if the repository is archived, if GitHub Advanced Security is not enabled for this repository or if rate limit is exceeded @@ -64932,9 +64938,9 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/code-scanning/code-scanning#commit-an-autofix-for-a-code-scanning-alert parameters: - - *364 - *365 - - *453 + - *366 + - *454 requestBody: required: false content: @@ -64980,8 +64986,8 @@ paths: value: target_ref: refs/heads/main sha: 178f4f6090b3fccad4a65b3e83d076a622d59652 - '400': *457 - '403': *458 + '400': *458 + '403': *459 '404': *6 '422': description: Unprocessable Entity @@ -65005,13 +65011,13 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/code-scanning/code-scanning#list-instances-of-a-code-scanning-alert parameters: - - *364 - *365 - - *453 + - *366 + - *454 - *19 - *17 - - *459 - *460 + - *461 responses: '200': description: Response @@ -65019,7 +65025,7 @@ paths: application/json: schema: type: array - items: *451 + items: *452 examples: default: value: @@ -65058,7 +65064,7 @@ paths: end_column: 50 classifications: - source - '403': *452 + '403': *453 '404': *6 '503': *128 x-github: @@ -65092,25 +65098,25 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/code-scanning/code-scanning#list-code-scanning-analyses-for-a-repository parameters: - - *364 - *365 + - *366 - *224 - *225 - *19 - *17 - - *460 + - *461 - name: ref in: query description: The Git reference for the analyses you want to list. The `ref` for a branch can be formatted either as `refs/heads/` or simply ``. To reference a pull request use `refs/pull//merge`. required: false - schema: *444 + schema: *445 - name: sarif_id in: query description: Filter analyses belonging to the same SARIF upload. required: false - schema: &463 + schema: &464 type: string description: An identifier for the upload. examples: @@ -65132,23 +65138,23 @@ paths: application/json: schema: type: array - items: &464 + items: &465 type: object properties: - ref: *444 - commit_sha: &472 + ref: *445 + commit_sha: &473 description: The SHA of the commit to which the analysis you are uploading relates. type: string minLength: 40 maxLength: 40 pattern: "^[0-9a-fA-F]+$" - analysis_key: *461 + analysis_key: *462 environment: type: string description: Identifies the variable values associated with the environment in which this analysis was performed. - category: *462 + category: *463 error: type: string examples: @@ -65173,8 +65179,8 @@ paths: description: The REST API URL of the analysis resource. format: uri readOnly: true - sarif_id: *463 - tool: *450 + sarif_id: *464 + tool: *451 deletable: type: boolean warning: @@ -65236,7 +65242,7 @@ paths: version: 1.2.0 deletable: true warning: '' - '403': *452 + '403': *453 '404': *6 '503': *128 x-github: @@ -65272,8 +65278,8 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/code-scanning/code-scanning#get-a-code-scanning-analysis-for-a-repository parameters: - - *364 - *365 + - *366 - name: analysis_id in: path description: The ID of the analysis, as returned from the `GET /repos/{owner}/{repo}/code-scanning/analyses` @@ -65286,7 +65292,7 @@ paths: description: Response content: application/json: - schema: *464 + schema: *465 examples: response: summary: application/json response @@ -65340,7 +65346,7 @@ paths: properties: - github/alertNumber: 2 - github/alertUrl: https://api.github.com/repos/monalisa/monalisa/code-scanning/alerts/2 - '403': *452 + '403': *453 '404': *6 '503': *128 x-github: @@ -65422,8 +65428,8 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/code-scanning/code-scanning#delete-a-code-scanning-analysis-from-a-repository parameters: - - *364 - *365 + - *366 - name: analysis_id in: path description: The ID of the analysis, as returned from the `GET /repos/{owner}/{repo}/code-scanning/analyses` @@ -65479,7 +65485,7 @@ paths: next_analysis_url: https://api.github.com/repos/octocat/hello-world/code-scanning/analyses/41 confirm_delete_url: https://api.github.com/repos/octocat/hello-world/code-scanning/analyses/41?confirm_delete '400': *14 - '403': *458 + '403': *459 '404': *6 '503': *128 x-github: @@ -65501,8 +65507,8 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/code-scanning/code-scanning#list-codeql-databases-for-a-repository parameters: - - *364 - *365 + - *366 responses: '200': description: Response @@ -65510,7 +65516,7 @@ paths: application/json: schema: type: array - items: &465 + items: &466 title: CodeQL Database description: A CodeQL database. type: object @@ -65622,7 +65628,7 @@ paths: updated_at: '2022-09-12T12:14:32Z' url: https://api.github.com/repos/octocat/Hello-World/code-scanning/codeql/databases/ruby commit_oid: 1927de39fefa25a9d0e64e3f540ff824a72f538c - '403': *452 + '403': *453 '404': *6 '503': *128 x-github: @@ -65651,8 +65657,8 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/code-scanning/code-scanning#get-a-codeql-database-for-a-repository parameters: - - *364 - *365 + - *366 - name: language in: path description: The language of the CodeQL database. @@ -65664,7 +65670,7 @@ paths: description: Response content: application/json: - schema: *465 + schema: *466 examples: default: value: @@ -65696,9 +65702,9 @@ paths: updated_at: '2022-09-12T12:14:32Z' url: https://api.github.com/repos/octocat/Hello-World/code-scanning/codeql/databases/java commit_oid: 1927de39fefa25a9d0e64e3f540ff824a72f538c - '302': &496 + '302': &497 description: Found - '403': *452 + '403': *453 '404': *6 '503': *128 x-github: @@ -65720,8 +65726,8 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/code-scanning/code-scanning#delete-a-codeql-database parameters: - - *364 - *365 + - *366 - name: language in: path description: The language of the CodeQL database. @@ -65731,7 +65737,7 @@ paths: responses: '204': description: Response - '403': *458 + '403': *459 '404': *6 '503': *128 x-github: @@ -65759,8 +65765,8 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/code-scanning/code-scanning#create-a-codeql-variant-analysis parameters: - - *364 - *365 + - *366 requestBody: required: true content: @@ -65769,7 +65775,7 @@ paths: type: object additionalProperties: false properties: - language: &466 + language: &467 type: string description: The language targeted by the CodeQL query enum: @@ -65848,7 +65854,7 @@ paths: description: Variant analysis submitted for processing content: application/json: - schema: &470 + schema: &471 title: Variant Analysis description: A run of a CodeQL query against one or more repositories. type: object @@ -65858,7 +65864,7 @@ paths: description: The ID of the variant analysis. controller_repo: *94 actor: *4 - query_language: *466 + query_language: *467 query_pack_url: type: string description: The download url for the query pack. @@ -65906,7 +65912,7 @@ paths: items: type: object properties: - repository: &467 + repository: &468 title: Repository Identifier description: Repository Identifier type: object @@ -65948,7 +65954,7 @@ paths: - private - stargazers_count - updated_at - analysis_status: &471 + analysis_status: &472 type: string description: The new status of the CodeQL variant analysis repository task. @@ -65980,7 +65986,7 @@ paths: from processing. This information is only available to the user that initiated the variant analysis. properties: - access_mismatch_repos: &468 + access_mismatch_repos: &469 type: object properties: repository_count: @@ -65995,7 +66001,7 @@ paths: This list may not include all repositories that were skipped. This is only available when the repository was found and the user has access to it. - items: *467 + items: *468 required: - repository_count - repositories @@ -66018,8 +66024,8 @@ paths: required: - repository_count - repository_full_names - no_codeql_db_repos: *468 - over_limit_repos: *468 + no_codeql_db_repos: *469 + over_limit_repos: *469 required: - access_mismatch_repos - not_found_repos @@ -66035,7 +66041,7 @@ paths: examples: repositories_parameter: summary: Response for a successful variant analysis submission - value: &469 + value: &470 summary: Default response value: id: 1 @@ -66187,10 +66193,10 @@ paths: private: false repository_owners: summary: Response for a successful variant analysis submission - value: *469 + value: *470 repository_lists: summary: Response for a successful variant analysis submission - value: *469 + value: *470 '404': *6 '422': description: Unable to process variant analysis submission @@ -66218,8 +66224,8 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/code-scanning/code-scanning#get-the-summary-of-a-codeql-variant-analysis parameters: - - *364 - *365 + - *366 - name: codeql_variant_analysis_id in: path description: The unique identifier of the variant analysis. @@ -66231,9 +66237,9 @@ paths: description: Response content: application/json: - schema: *470 + schema: *471 examples: - default: *469 + default: *470 '404': *6 '503': *128 x-github: @@ -66256,7 +66262,7 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/code-scanning/code-scanning#get-the-analysis-status-of-a-repository-in-a-codeql-variant-analysis parameters: - - *364 + - *365 - name: repo in: path description: The name of the controller repository. @@ -66291,7 +66297,7 @@ paths: type: object properties: repository: *94 - analysis_status: *471 + analysis_status: *472 artifact_size_in_bytes: type: integer description: The size of the artifact. This is only available @@ -66416,8 +66422,8 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/code-scanning/code-scanning#get-a-code-scanning-default-setup-configuration parameters: - - *364 - *365 + - *366 responses: '200': description: Response @@ -66499,7 +66505,7 @@ paths: query_suite: default updated_at: '2023-01-19T11:21:34Z' schedule: weekly - '403': *452 + '403': *453 '404': *6 '503': *128 x-github: @@ -66520,8 +66526,8 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/code-scanning/code-scanning#update-a-code-scanning-default-setup-configuration parameters: - - *364 - *365 + - *366 requestBody: required: true content: @@ -66605,7 +66611,7 @@ paths: value: run_id: 42 run_url: https://api.github.com/repos/octoorg/octocat/actions/runs/42 - '403': *458 + '403': *459 '404': *6 '409': description: Response if there is already a validation run in progress with @@ -66670,8 +66676,8 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/code-scanning/code-scanning#upload-an-analysis-as-sarif-data parameters: - - *364 - *365 + - *366 requestBody: required: true content: @@ -66679,7 +66685,7 @@ paths: schema: type: object properties: - commit_sha: *472 + commit_sha: *473 ref: type: string description: |- @@ -66739,7 +66745,7 @@ paths: schema: type: object properties: - id: *463 + id: *464 url: type: string description: The REST API URL for checking the status of the upload. @@ -66753,7 +66759,7 @@ paths: url: https://api.github.com/repos/octocat/hello-world/code-scanning/sarifs/47177e22-5596-11eb-80a1-c1e54ef945c6 '400': description: Bad Request if the sarif field is invalid - '403': *458 + '403': *459 '404': *6 '413': description: Payload Too Large if the sarif field is too large @@ -66776,8 +66782,8 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/code-scanning/code-scanning#get-information-about-a-sarif-upload parameters: - - *364 - *365 + - *366 - name: sarif_id description: The SARIF ID obtained after uploading. in: path @@ -66825,7 +66831,7 @@ paths: value: processing_status: complete analyses_url: https://api.github.com/repos/octocat/hello-world/code-scanning/analyses?sarif_id=47177e22-5596-11eb-80a1-c1e54ef945c6 - '403': *452 + '403': *453 '404': description: Not Found if the sarif id does not match any upload '503': *128 @@ -66850,8 +66856,8 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/code-security/configurations#get-the-code-security-configuration-associated-with-a-repository parameters: - - *364 - *365 + - *366 responses: '200': description: Response @@ -66932,8 +66938,8 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/repos/repos#list-codeowners-errors parameters: - - *364 - *365 + - *366 - name: ref description: 'A branch, tag or commit name used to determine which version of the CODEOWNERS file to use. Default: the repository''s default branch @@ -67061,8 +67067,8 @@ paths: parameters: - *17 - *19 - - *364 - *365 + - *366 responses: '200': description: Response @@ -67078,7 +67084,7 @@ paths: type: integer codespaces: type: array - items: *285 + items: *286 examples: default: value: @@ -67376,8 +67382,8 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/codespaces/codespaces#create-a-codespace-in-a-repository parameters: - - *364 - *365 + - *366 requestBody: required: true content: @@ -67441,17 +67447,17 @@ paths: description: Response when the codespace was successfully created content: application/json: - schema: *285 + schema: *286 examples: - default: *473 + default: *474 '202': description: Response when the codespace creation partially failed but is being retried in the background content: application/json: - schema: *285 + schema: *286 examples: - default: *473 + default: *474 '400': *14 '401': *23 '403': *27 @@ -67480,8 +67486,8 @@ paths: parameters: - *17 - *19 - - *364 - *365 + - *366 responses: '200': description: Response @@ -67545,8 +67551,8 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/codespaces/machines#list-available-machine-types-for-a-repository parameters: - - *364 - *365 + - *366 - name: location description: The location to check for available machines. Assigned by IP if not provided. @@ -67583,9 +67589,9 @@ paths: type: integer machines: type: array - items: *474 + items: *475 examples: - default: &705 + default: &706 value: total_count: 2 machines: @@ -67625,8 +67631,8 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/codespaces/codespaces#get-default-attributes-for-a-codespace parameters: - - *364 - *365 + - *366 - name: ref description: The branch or commit to check for a default devcontainer path. If not specified, the default branch will be checked. @@ -67713,8 +67719,8 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/codespaces/codespaces#check-if-permissions-defined-by-a-devcontainer-have-been-accepted-by-the-authenticated-user parameters: - - *364 - *365 + - *366 - name: ref description: The git reference that points to the location of the devcontainer configuration to use for the permission check. The value of `ref` will typically @@ -67783,8 +67789,8 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/codespaces/repository-secrets#list-repository-secrets parameters: - - *364 - *365 + - *366 - *17 - *19 responses: @@ -67802,7 +67808,7 @@ paths: type: integer secrets: type: array - items: &478 + items: &479 title: Codespaces Secret description: Set repository secrets for GitHub Codespaces. type: object @@ -67823,7 +67829,7 @@ paths: - created_at - updated_at examples: - default: *475 + default: *476 headers: Link: *37 x-github: @@ -67846,16 +67852,16 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/codespaces/repository-secrets#get-a-repository-public-key parameters: - - *364 - *365 + - *366 responses: '200': description: Response content: application/json: - schema: *476 + schema: *477 examples: - default: *477 + default: *478 x-github: githubCloudOnly: false enabledForGitHubApps: false @@ -67875,17 +67881,17 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/codespaces/repository-secrets#get-a-repository-secret parameters: - - *364 - *365 + - *366 - *199 responses: '200': description: Response content: application/json: - schema: *478 + schema: *479 examples: - default: *479 + default: *480 x-github: githubCloudOnly: false enabledForGitHubApps: true @@ -67905,8 +67911,8 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/codespaces/repository-secrets#create-or-update-a-repository-secret parameters: - - *364 - *365 + - *366 - *199 requestBody: required: true @@ -67959,8 +67965,8 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/codespaces/repository-secrets#delete-a-repository-secret parameters: - - *364 - *365 + - *366 - *199 responses: '204': @@ -67989,8 +67995,8 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/collaborators/collaborators#list-repository-collaborators parameters: - - *364 - *365 + - *366 - name: affiliation description: Filter collaborators returned by their affiliation. `outside` means all outside collaborators of an organization-owned repository. `direct` @@ -68028,7 +68034,7 @@ paths: application/json: schema: type: array - items: &480 + items: &481 title: Collaborator description: Collaborator type: object @@ -68221,8 +68227,8 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/collaborators/collaborators#check-if-a-user-is-a-repository-collaborator parameters: - - *364 - *365 + - *366 - *211 responses: '204': @@ -68265,8 +68271,8 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/collaborators/collaborators#add-a-repository-collaborator parameters: - - *364 - *365 + - *366 - *211 requestBody: required: false @@ -68293,7 +68299,7 @@ paths: description: Response when a new invitation is created content: application/json: - schema: &547 + schema: &548 title: Repository Invitation description: Repository invitations let you manage who you collaborate with. @@ -68514,8 +68520,8 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/collaborators/collaborators#remove-a-repository-collaborator parameters: - - *364 - *365 + - *366 - *211 responses: '204': @@ -68545,8 +68551,8 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/collaborators/collaborators#get-repository-permissions-for-a-user parameters: - - *364 - *365 + - *366 - *211 responses: '200': @@ -68567,7 +68573,7 @@ paths: user: anyOf: - type: 'null' - - *480 + - *481 required: - permission - role_name @@ -68621,8 +68627,8 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/commits/comments#list-commit-comments-for-a-repository parameters: - - *364 - *365 + - *366 - *17 - *19 responses: @@ -68632,7 +68638,7 @@ paths: application/json: schema: type: array - items: &481 + items: &482 title: Commit Comment description: Commit Comment type: object @@ -68690,7 +68696,7 @@ paths: - created_at - updated_at examples: - default: &484 + default: &485 value: - html_url: https://github.com/octocat/Hello-World/commit/6dcb09b5b57875f334f61aebed695e2e4193db5e#commitcomment-1 url: https://api.github.com/repos/octocat/Hello-World/comments/1 @@ -68749,17 +68755,17 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/commits/comments#get-a-commit-comment parameters: - - *364 - *365 + - *366 - *146 responses: '200': description: Response content: application/json: - schema: *481 + schema: *482 examples: - default: &485 + default: &486 value: html_url: https://github.com/octocat/Hello-World/commit/6dcb09b5b57875f334f61aebed695e2e4193db5e#commitcomment-1 url: https://api.github.com/repos/octocat/Hello-World/comments/1 @@ -68816,8 +68822,8 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/commits/comments#update-a-commit-comment parameters: - - *364 - *365 + - *366 - *146 requestBody: required: true @@ -68840,7 +68846,7 @@ paths: description: Response content: application/json: - schema: *481 + schema: *482 examples: default: value: @@ -68891,8 +68897,8 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/commits/comments#delete-a-commit-comment parameters: - - *364 - *365 + - *366 - *146 responses: '204': @@ -68914,8 +68920,8 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/reactions/reactions#list-reactions-for-a-commit-comment parameters: - - *364 - *365 + - *366 - *146 - name: content description: Returns a single [reaction type](https://docs.github.com/enterprise-cloud@latest//rest/reactions/reactions#about-reactions). @@ -68942,9 +68948,9 @@ paths: application/json: schema: type: array - items: *353 + items: *354 examples: - default: *355 + default: *356 headers: Link: *37 '404': *6 @@ -68965,8 +68971,8 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/reactions/reactions#create-reaction-for-a-commit-comment parameters: - - *364 - *365 + - *366 - *146 requestBody: required: true @@ -68999,16 +69005,16 @@ paths: description: Reaction exists content: application/json: - schema: *353 + schema: *354 examples: - default: *354 + default: *355 '201': description: Reaction created content: application/json: - schema: *353 + schema: *354 examples: - default: *354 + default: *355 '422': *15 x-github: githubCloudOnly: false @@ -69030,10 +69036,10 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/reactions/reactions#delete-a-commit-comment-reaction parameters: - - *364 - *365 + - *366 - *146 - - *356 + - *357 responses: '204': description: Response @@ -69082,8 +69088,8 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/commits/commits#list-commits parameters: - - *364 - *365 + - *366 - name: sha description: 'SHA or branch to start listing commits from. Default: the repository’s default branch (usually `main`).' @@ -69139,9 +69145,9 @@ paths: application/json: schema: type: array - items: *482 + items: *483 examples: - default: &595 + default: &596 value: - url: https://api.github.com/repos/octocat/Hello-World/commits/6dcb09b5b57875f334f61aebed695e2e4193db5e sha: 6dcb09b5b57875f334f61aebed695e2e4193db5e @@ -69235,9 +69241,9 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/commits/commits#list-branches-for-head-commit parameters: - - *364 - *365 - - &483 + - *366 + - &484 name: commit_sha description: The SHA of the commit. in: path @@ -69309,9 +69315,9 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/commits/comments#list-commit-comments parameters: - - *364 - *365 - - *483 + - *366 + - *484 - *17 - *19 responses: @@ -69321,9 +69327,9 @@ paths: application/json: schema: type: array - items: *481 + items: *482 examples: - default: *484 + default: *485 headers: Link: *37 x-github: @@ -69351,9 +69357,9 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/commits/comments#create-a-commit-comment parameters: - - *364 - *365 - - *483 + - *366 + - *484 requestBody: required: true content: @@ -69388,9 +69394,9 @@ paths: description: Response content: application/json: - schema: *481 + schema: *482 examples: - default: *485 + default: *486 headers: Location: example: https://api.github.com/repos/octocat/Hello-World/comments/1 @@ -69418,9 +69424,9 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/commits/commits#list-pull-requests-associated-with-a-commit parameters: - - *364 - *365 - - *483 + - *366 + - *484 - *17 - *19 responses: @@ -69430,7 +69436,7 @@ paths: application/json: schema: type: array - items: &586 + items: &587 title: Pull Request Simple description: Pull Request Simple type: object @@ -69550,7 +69556,7 @@ paths: milestone: anyOf: - type: 'null' - - *486 + - *487 active_lock_reason: type: - string @@ -69649,7 +69655,7 @@ paths: _links: type: object properties: - comments: &487 + comments: &488 title: Link description: Hypermedia Link type: object @@ -69658,13 +69664,13 @@ paths: type: string required: - href - commits: *487 - statuses: *487 - html: *487 - issue: *487 - review_comments: *487 - review_comment: *487 - self: *487 + commits: *488 + statuses: *488 + html: *488 + issue: *488 + review_comments: *488 + review_comment: *488 + self: *488 required: - comments - commits @@ -69675,7 +69681,7 @@ paths: - review_comment - self author_association: *134 - auto_merge: &588 + auto_merge: &589 title: Auto merge description: The status of auto merging a pull request. type: @@ -69740,7 +69746,7 @@ paths: - author_association - auto_merge examples: - default: &587 + default: &588 value: - url: https://api.github.com/repos/octocat/Hello-World/pulls/1347 id: 1 @@ -70277,11 +70283,11 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/commits/commits#get-a-commit parameters: - - *364 - *365 + - *366 - *19 - *17 - - &488 + - &489 name: ref description: The commit reference. Can be a commit SHA, branch name (`heads/BRANCH_NAME`), or tag name (`tags/TAG_NAME`). For more information, see "[Git References](https://git-scm.com/book/en/v2/Git-Internals-Git-References)" @@ -70296,9 +70302,9 @@ paths: description: Response content: application/json: - schema: *482 + schema: *483 examples: - default: &574 + default: &575 value: url: https://api.github.com/repos/octocat/Hello-World/commits/6dcb09b5b57875f334f61aebed695e2e4193db5e sha: 6dcb09b5b57875f334f61aebed695e2e4193db5e @@ -70411,11 +70417,11 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/checks/runs#list-check-runs-for-a-git-reference parameters: - - *364 - *365 - - *488 + - *366 - *489 - *490 + - *491 - name: filter description: Filters check runs by their `completed_at` timestamp. `latest` returns the most recent check runs. @@ -70449,9 +70455,9 @@ paths: type: integer check_runs: type: array - items: *437 + items: *438 examples: - default: *491 + default: *492 headers: Link: *37 x-github: @@ -70476,9 +70482,9 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/checks/suites#list-check-suites-for-a-git-reference parameters: - - *364 - *365 - - *488 + - *366 + - *489 - name: app_id description: Filters check suites by GitHub App `id`. in: query @@ -70486,7 +70492,7 @@ paths: schema: type: integer example: 1 - - *489 + - *490 - *17 - *19 responses: @@ -70504,7 +70510,7 @@ paths: type: integer check_suites: type: array - items: *441 + items: *442 examples: default: value: @@ -70704,9 +70710,9 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/commits/statuses#get-the-combined-status-for-a-specific-reference parameters: - - *364 - *365 - - *488 + - *366 + - *489 - *17 - *19 responses: @@ -70908,9 +70914,9 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/commits/statuses#list-commit-statuses-for-a-reference parameters: - - *364 - *365 - - *488 + - *366 + - *489 - *17 - *19 responses: @@ -70920,7 +70926,7 @@ paths: application/json: schema: type: array - items: &653 + items: &654 title: Status description: The status of a commit. type: object @@ -71001,7 +71007,7 @@ paths: site_admin: false headers: Link: *37 - '301': *378 + '301': *379 x-github: githubCloudOnly: false enabledForGitHubApps: true @@ -71029,8 +71035,8 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/metrics/community#get-community-profile-metrics parameters: - - *364 - *365 + - *366 responses: '200': description: Response @@ -71063,11 +71069,11 @@ paths: code_of_conduct: anyOf: - type: 'null' - - *492 + - *493 code_of_conduct_file: anyOf: - type: 'null' - - &493 + - &494 title: Community Health File type: object properties: @@ -71087,19 +71093,19 @@ paths: contributing: anyOf: - type: 'null' - - *493 + - *494 readme: anyOf: - type: 'null' - - *493 + - *494 issue_template: anyOf: - type: 'null' - - *493 + - *494 pull_request_template: anyOf: - type: 'null' - - *493 + - *494 required: - code_of_conduct - code_of_conduct_file @@ -71228,8 +71234,8 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/commits/commits#compare-two-commits parameters: - - *364 - *365 + - *366 - *19 - *17 - name: basehead @@ -71277,8 +71283,8 @@ paths: format: uri examples: - https://github.com/octocat/Hello-World/compare/master...topic.patch - base_commit: *482 - merge_base_commit: *482 + base_commit: *483 + merge_base_commit: *483 status: type: string enum: @@ -71302,10 +71308,10 @@ paths: - 6 commits: type: array - items: *482 + items: *483 files: type: array - items: *494 + items: *495 required: - url - html_url @@ -71591,8 +71597,8 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/repos/contents#get-repository-content parameters: - - *364 - *365 + - *366 - name: path description: path parameter in: path @@ -71745,7 +71751,7 @@ paths: - type - url examples: - response-if-content-is-a-file: &495 + response-if-content-is-a-file: &496 summary: Response if content is a file value: type: file @@ -71882,7 +71888,7 @@ paths: - size - type - url - - &600 + - &601 title: Content File description: Content File type: object @@ -72100,7 +72106,7 @@ paths: - url - submodule_git_url examples: - response-if-content-is-a-file: *495 + response-if-content-is-a-file: *496 response-if-content-is-a-directory: summary: Response if content is a directory and the application/json media type is requested @@ -72169,7 +72175,7 @@ paths: html: https://github.com/jquery/qunit/tree/6ca3721222109997540bd6d9ccd396902e0ad2f9 '404': *6 '403': *27 - '302': *496 + '302': *497 '304': *35 x-github: githubCloudOnly: false @@ -72192,8 +72198,8 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/repos/contents#create-or-update-file-contents parameters: - - *364 - *365 + - *366 - name: path description: path parameter in: path @@ -72288,7 +72294,7 @@ paths: description: Response content: application/json: - schema: &497 + schema: &498 title: File Commit description: File Commit type: object @@ -72444,7 +72450,7 @@ paths: description: Response content: application/json: - schema: *497 + schema: *498 examples: example-for-creating-a-file: value: @@ -72498,7 +72504,7 @@ paths: schema: oneOf: - *3 - - &529 + - &530 description: Repository rule violation was detected type: object properties: @@ -72519,7 +72525,7 @@ paths: items: type: object properties: - placeholder_id: &645 + placeholder_id: &646 description: The ID of the push protection bypass placeholder. This value is returned on any push protected routes. @@ -72551,8 +72557,8 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/repos/contents#delete-a-file parameters: - - *364 - *365 + - *366 - name: path description: path parameter in: path @@ -72613,7 +72619,7 @@ paths: description: Response content: application/json: - schema: *497 + schema: *498 examples: default: value: @@ -72668,8 +72674,8 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/repos/repos#list-repository-contributors parameters: - - *364 - *365 + - *366 - name: anon description: Set to `1` or `true` to include anonymous contributors in results. in: query @@ -72793,8 +72799,8 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/dependabot/alerts#list-dependabot-alerts-for-a-repository parameters: - - *364 - *365 + - *366 - *242 - *243 - *244 @@ -72808,6 +72814,7 @@ paths: - *246 - *247 - *248 + - *249 - *84 - name: page description: "**Closing down notice**. Page number of the results to fetch. @@ -72827,8 +72834,8 @@ paths: default: 30 - *82 - *83 - - *249 - *250 + - *251 responses: '200': description: Response @@ -72836,7 +72843,7 @@ paths: application/json: schema: type: array - items: &500 + items: &501 type: object description: A Dependabot alert. properties: @@ -72886,7 +72893,7 @@ paths: - direct - transitive - - security_advisory: *498 + security_advisory: *499 security_vulnerability: *100 url: *101 html_url: *102 @@ -72917,7 +72924,7 @@ paths: dismissal. maxLength: 280 fixed_at: *106 - auto_dismissed_at: *499 + auto_dismissed_at: *500 required: - number - state @@ -73147,9 +73154,9 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/dependabot/alerts#get-a-dependabot-alert parameters: - - *364 - *365 - - &501 + - *366 + - &502 name: alert_number in: path description: |- @@ -73164,7 +73171,7 @@ paths: description: Response content: application/json: - schema: *500 + schema: *501 examples: default: value: @@ -73277,9 +73284,9 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/dependabot/alerts#update-a-dependabot-alert parameters: - - *364 - *365 - - *501 + - *366 + - *502 requestBody: required: true content: @@ -73324,7 +73331,7 @@ paths: description: Response content: application/json: - schema: *500 + schema: *501 examples: default: value: @@ -73453,8 +73460,8 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/dependabot/secrets#list-repository-secrets parameters: - - *364 - *365 + - *366 - *17 - *19 responses: @@ -73472,7 +73479,7 @@ paths: type: integer secrets: type: array - items: &504 + items: &505 title: Dependabot Secret description: Set secrets for Dependabot. type: object @@ -73526,16 +73533,16 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/dependabot/secrets#get-a-repository-public-key parameters: - - *364 - *365 + - *366 responses: '200': description: Response content: application/json: - schema: *502 + schema: *503 examples: - default: *503 + default: *504 x-github: githubCloudOnly: false enabledForGitHubApps: true @@ -73555,15 +73562,15 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/dependabot/secrets#get-a-repository-secret parameters: - - *364 - *365 + - *366 - *199 responses: '200': description: Response content: application/json: - schema: *504 + schema: *505 examples: default: value: @@ -73589,8 +73596,8 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/dependabot/secrets#create-or-update-a-repository-secret parameters: - - *364 - *365 + - *366 - *199 requestBody: required: true @@ -73643,8 +73650,8 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/dependabot/secrets#delete-a-repository-secret parameters: - - *364 - *365 + - *366 - *199 responses: '204': @@ -73667,8 +73674,8 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/dependency-graph/dependency-review#get-a-diff-of-the-dependencies-between-commits parameters: - - *364 - *365 + - *366 - name: basehead description: The base and head Git revisions to compare. The Git revisions will be resolved to commit SHAs. Named revisions will be resolved to their @@ -73842,8 +73849,8 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/dependency-graph/sboms#export-a-software-bill-of-materials-sbom-for-a-repository parameters: - - *364 - *365 + - *366 responses: '200': description: Response @@ -74103,8 +74110,8 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/dependency-graph/dependency-submission#create-a-snapshot-of-dependencies-for-a-repository parameters: - - *364 - *365 + - *366 requestBody: required: true content: @@ -74187,7 +74194,7 @@ paths: - version - url additionalProperties: false - metadata: &505 + metadata: &506 title: metadata description: User-defined metadata to store domain-specific information limited to 8 keys with scalar values. @@ -74226,7 +74233,7 @@ paths: examples: - "/src/build/package-lock.json" additionalProperties: false - metadata: *505 + metadata: *506 resolved: type: object description: A collection of resolved package dependencies. @@ -74240,7 +74247,7 @@ paths: pattern: "^pkg" examples: - pkg:/npm/%40actions/http-client@1.0.11 - metadata: *505 + metadata: *506 relationship: type: string description: A notation of whether a dependency is requested @@ -74373,8 +74380,8 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/deployments/deployments#list-deployments parameters: - - *364 - *365 + - *366 - name: sha description: The SHA recorded at creation time. in: query @@ -74415,9 +74422,9 @@ paths: application/json: schema: type: array - items: *506 + items: *507 examples: - default: *507 + default: *508 headers: Link: *37 x-github: @@ -74483,8 +74490,8 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/deployments/deployments#create-a-deployment parameters: - - *364 - *365 + - *366 requestBody: required: true content: @@ -74566,7 +74573,7 @@ paths: description: Response content: application/json: - schema: *506 + schema: *507 examples: simple-example: summary: Simple example @@ -74639,9 +74646,9 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/deployments/deployments#get-a-deployment parameters: - - *364 - *365 - - &508 + - *366 + - &509 name: deployment_id description: deployment_id parameter in: path @@ -74653,7 +74660,7 @@ paths: description: Response content: application/json: - schema: *506 + schema: *507 examples: default: value: @@ -74718,9 +74725,9 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/deployments/deployments#delete-a-deployment parameters: - - *364 - *365 - - *508 + - *366 + - *509 responses: '204': description: Response @@ -74742,9 +74749,9 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/deployments/statuses#list-deployment-statuses parameters: - - *364 - *365 - - *508 + - *366 + - *509 - *17 - *19 responses: @@ -74754,7 +74761,7 @@ paths: application/json: schema: type: array - items: &509 + items: &510 title: Deployment Status description: The status of a deployment. type: object @@ -74918,9 +74925,9 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/deployments/statuses#create-a-deployment-status parameters: - - *364 - *365 - - *508 + - *366 + - *509 requestBody: required: true content: @@ -74995,9 +75002,9 @@ paths: description: Response content: application/json: - schema: *509 + schema: *510 examples: - default: &510 + default: &511 value: url: https://api.github.com/repos/octocat/example/deployments/42/statuses/1 id: 1 @@ -75053,9 +75060,9 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/deployments/statuses#get-a-deployment-status parameters: - - *364 - *365 - - *508 + - *366 + - *509 - name: status_id in: path required: true @@ -75066,9 +75073,9 @@ paths: description: Response content: application/json: - schema: *509 + schema: *510 examples: - default: *510 + default: *511 '404': *6 x-github: githubCloudOnly: false @@ -75095,12 +75102,12 @@ paths: category: secret-scanning subcategory: alert-dismissal-requests parameters: - - *364 - *365 + - *366 - *212 - *213 - *214 - - *511 + - *512 - *17 - *19 responses: @@ -75110,9 +75117,9 @@ paths: application/json: schema: type: array - items: *512 + items: *513 examples: - default: *513 + default: *514 '404': *6 '403': *27 '500': *95 @@ -75137,8 +75144,8 @@ paths: category: secret-scanning subcategory: alert-dismissal-requests parameters: - - *364 - *365 + - *366 - name: alert_number in: path required: true @@ -75150,7 +75157,7 @@ paths: description: A single dismissal request. content: application/json: - schema: *512 + schema: *513 examples: default: value: @@ -75207,8 +75214,8 @@ paths: category: secret-scanning subcategory: alert-dismissal-requests parameters: - - *364 - *365 + - *366 - name: alert_number in: path required: true @@ -75277,8 +75284,8 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/repos/repos#create-a-repository-dispatch-event parameters: - - *364 - *365 + - *366 requestBody: required: true content: @@ -75335,8 +75342,8 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/deployments/environments#list-environments parameters: - - *364 - *365 + - *366 - *17 - *19 responses: @@ -75354,7 +75361,7 @@ paths: - 5 environments: type: array - items: &515 + items: &516 title: Environment description: Details of a deployment environment type: object @@ -75416,7 +75423,7 @@ paths: type: string examples: - wait_timer - wait_timer: &517 + wait_timer: &518 type: integer description: The amount of time to delay a job after the job is initially triggered. The time (in minutes) @@ -75458,7 +75465,7 @@ paths: items: type: object properties: - type: *514 + type: *515 reviewer: anyOf: - *4 @@ -75485,7 +75492,7 @@ paths: - id - node_id - type - deployment_branch_policy: &518 + deployment_branch_policy: &519 type: - object - 'null' @@ -75602,9 +75609,9 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/deployments/environments#get-an-environment parameters: - - *364 - *365 - - &516 + - *366 + - &517 name: environment_name in: path required: true @@ -75617,9 +75624,9 @@ paths: description: Response content: application/json: - schema: *515 + schema: *516 examples: - default: &519 + default: &520 value: id: 161088068 node_id: MDExOkVudmlyb25tZW50MTYxMDg4MDY4 @@ -75703,9 +75710,9 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/deployments/environments#create-or-update-an-environment parameters: - - *364 - *365 - - *516 + - *366 + - *517 requestBody: required: false content: @@ -75715,7 +75722,7 @@ paths: - object - 'null' properties: - wait_timer: *517 + wait_timer: *518 prevent_self_review: type: boolean description: Whether or not a user who created the job is prevented @@ -75734,14 +75741,14 @@ paths: items: type: object properties: - type: *514 + type: *515 id: type: integer description: The id of the user or team who can review the deployment examples: - 4532992 - deployment_branch_policy: *518 + deployment_branch_policy: *519 additionalProperties: false examples: default: @@ -75761,9 +75768,9 @@ paths: description: Response content: application/json: - schema: *515 + schema: *516 examples: - default: *519 + default: *520 '422': description: Validation error when the environment name is invalid or when `protected_branches` and `custom_branch_policies` in `deployment_branch_policy` @@ -75787,9 +75794,9 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/deployments/environments#delete-an-environment parameters: - - *364 - *365 - - *516 + - *366 + - *517 responses: '204': description: Default response @@ -75814,9 +75821,9 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/deployments/branch-policies#list-deployment-branch-policies parameters: - - *364 - *365 - - *516 + - *366 + - *517 - *17 - *19 responses: @@ -75835,7 +75842,7 @@ paths: - 2 branch_policies: type: array - items: &520 + items: &521 title: Deployment branch policy description: Details of a deployment branch or tag policy. type: object @@ -75896,9 +75903,9 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/deployments/branch-policies#create-a-deployment-branch-policy parameters: - - *364 - *365 - - *516 + - *366 + - *517 requestBody: required: true content: @@ -75946,9 +75953,9 @@ paths: description: Response content: application/json: - schema: *520 + schema: *521 examples: - example-wildcard: &521 + example-wildcard: &522 value: id: 364662 node_id: MDE2OkdhdGVCcmFuY2hQb2xpY3kzNjQ2NjI= @@ -75990,10 +75997,10 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/deployments/branch-policies#get-a-deployment-branch-policy parameters: - - *364 - *365 - - *516 - - &522 + - *366 + - *517 + - &523 name: branch_policy_id in: path required: true @@ -76005,9 +76012,9 @@ paths: description: Response content: application/json: - schema: *520 + schema: *521 examples: - default: *521 + default: *522 x-github: githubCloudOnly: false enabledForGitHubApps: true @@ -76026,10 +76033,10 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/deployments/branch-policies#update-a-deployment-branch-policy parameters: - - *364 - *365 - - *516 - - *522 + - *366 + - *517 + - *523 requestBody: required: true content: @@ -76058,9 +76065,9 @@ paths: description: Response content: application/json: - schema: *520 + schema: *521 examples: - default: *521 + default: *522 x-github: githubCloudOnly: false enabledForGitHubApps: true @@ -76079,10 +76086,10 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/deployments/branch-policies#delete-a-deployment-branch-policy parameters: - - *364 - *365 - - *516 - - *522 + - *366 + - *517 + - *523 responses: '204': description: Response @@ -76107,9 +76114,9 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/deployments/protection-rules#get-all-deployment-protection-rules-for-an-environment parameters: - - *516 + - *517 + - *366 - *365 - - *364 responses: '200': description: List of deployment protection rules @@ -76126,7 +76133,7 @@ paths: - 10 custom_deployment_protection_rules: type: array - items: &523 + items: &524 title: Deployment protection rule description: Deployment protection rule type: object @@ -76148,7 +76155,7 @@ paths: for the environment. examples: - true - app: &524 + app: &525 title: Custom deployment protection rule app description: A GitHub App that is providing a custom deployment protection rule. @@ -76251,9 +76258,9 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/deployments/protection-rules#create-a-custom-deployment-protection-rule-on-an-environment parameters: - - *516 + - *517 + - *366 - *365 - - *364 requestBody: content: application/json: @@ -76274,9 +76281,9 @@ paths: description: The enabled custom deployment protection rule content: application/json: - schema: *523 + schema: *524 examples: - default: &525 + default: &526 value: id: 3 node_id: IEH37kRlcGxveW1lbnRTdGF0ddiv @@ -76311,9 +76318,9 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/deployments/protection-rules#list-custom-deployment-rule-integrations-available-for-an-environment parameters: - - *516 + - *517 + - *366 - *365 - - *364 - *19 - *17 responses: @@ -76333,7 +76340,7 @@ paths: - 35 available_custom_deployment_protection_rule_integrations: type: array - items: *524 + items: *525 examples: default: value: @@ -76368,10 +76375,10 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/deployments/protection-rules#get-a-custom-deployment-protection-rule parameters: - - *364 - *365 - - *516 - - &526 + - *366 + - *517 + - &527 name: protection_rule_id description: The unique identifier of the protection rule. in: path @@ -76383,9 +76390,9 @@ paths: description: Response content: application/json: - schema: *523 + schema: *524 examples: - default: *525 + default: *526 x-github: githubCloudOnly: false enabledForGitHubApps: true @@ -76406,10 +76413,10 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/deployments/protection-rules#disable-a-custom-protection-rule-for-an-environment parameters: - - *516 + - *517 + - *366 - *365 - - *364 - - *526 + - *527 responses: '204': description: Response @@ -76435,9 +76442,9 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/actions/secrets#list-environment-secrets parameters: - - *364 - *365 - - *516 + - *366 + - *517 - *17 - *19 responses: @@ -76455,9 +76462,9 @@ paths: type: integer secrets: type: array - items: *401 + items: *402 examples: - default: *402 + default: *403 headers: Link: *37 x-github: @@ -76482,17 +76489,17 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/actions/secrets#get-an-environment-public-key parameters: - - *364 - *365 - - *516 + - *366 + - *517 responses: '200': description: Response content: application/json: - schema: *403 + schema: *404 examples: - default: *404 + default: *405 x-github: githubCloudOnly: false enabledForGitHubApps: true @@ -76514,18 +76521,18 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/actions/secrets#get-an-environment-secret parameters: - - *364 - *365 - - *516 + - *366 + - *517 - *199 responses: '200': description: Response content: application/json: - schema: *401 + schema: *402 examples: - default: *527 + default: *528 x-github: githubCloudOnly: false enabledForGitHubApps: true @@ -76547,9 +76554,9 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/actions/secrets#create-or-update-an-environment-secret parameters: - - *364 - *365 - - *516 + - *366 + - *517 - *199 requestBody: required: true @@ -76607,9 +76614,9 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/actions/secrets#delete-an-environment-secret parameters: - - *364 - *365 - - *516 + - *366 + - *517 - *199 responses: '204': @@ -76635,10 +76642,10 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/actions/variables#list-environment-variables parameters: - - *364 - *365 - - *516 - - *388 + - *366 + - *517 + - *389 - *19 responses: '200': @@ -76655,9 +76662,9 @@ paths: type: integer variables: type: array - items: *405 + items: *406 examples: - default: *406 + default: *407 headers: Link: *37 x-github: @@ -76680,9 +76687,9 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/actions/variables#create-an-environment-variable parameters: - - *364 - *365 - - *516 + - *366 + - *517 requestBody: required: true content: @@ -76734,18 +76741,18 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/actions/variables#get-an-environment-variable parameters: - - *364 - *365 - - *516 + - *366 + - *517 - *202 responses: '200': description: Response content: application/json: - schema: *405 + schema: *406 examples: - default: *528 + default: *529 x-github: githubCloudOnly: false enabledForGitHubApps: true @@ -76766,10 +76773,10 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/actions/variables#update-an-environment-variable parameters: - - *364 - *365 + - *366 - *202 - - *516 + - *517 requestBody: required: true content: @@ -76811,10 +76818,10 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/actions/variables#delete-an-environment-variable parameters: - - *364 - *365 + - *366 - *202 - - *516 + - *517 responses: '204': description: Response @@ -76836,8 +76843,8 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/activity/events#list-repository-events parameters: - - *364 - *365 + - *366 - *17 - *19 responses: @@ -76914,8 +76921,8 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/repos/forks#list-forks parameters: - - *364 - *365 + - *366 - name: sort description: The sort order. `stargazers` will sort by star count. in: query @@ -77074,8 +77081,8 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/repos/forks#create-a-fork parameters: - - *364 - *365 + - *366 requestBody: required: false content: @@ -77108,9 +77115,9 @@ paths: description: Response content: application/json: - schema: *377 + schema: *378 examples: - default: *379 + default: *380 '400': *14 '422': *15 '403': *27 @@ -77131,8 +77138,8 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/git/blobs#create-a-blob parameters: - - *364 - *365 + - *366 requestBody: required: true content: @@ -77192,7 +77199,7 @@ paths: schema: oneOf: - *172 - - *529 + - *530 x-github: githubCloudOnly: false enabledForGitHubApps: true @@ -77217,8 +77224,8 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/git/blobs#get-a-blob parameters: - - *364 - *365 + - *366 - name: file_sha in: path required: true @@ -77318,8 +77325,8 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/git/commits#create-a-commit parameters: - - *364 - *365 + - *366 requestBody: required: true content: @@ -77428,7 +77435,7 @@ paths: description: Response content: application/json: - schema: &530 + schema: &531 title: Git Commit description: Low-level Git commit operations within a repository type: object @@ -77655,15 +77662,15 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/git/commits#get-a-commit-object parameters: - - *364 - *365 - - *483 + - *366 + - *484 responses: '200': description: Response content: application/json: - schema: *530 + schema: *531 examples: default: value: @@ -77719,9 +77726,9 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/git/refs#list-matching-references parameters: - - *364 - *365 - - &531 + - *366 + - &532 name: ref description: The Git reference. For more information, see "[Git References](https://git-scm.com/book/en/v2/Git-Internals-Git-References)" in the Git documentation. @@ -77738,7 +77745,7 @@ paths: application/json: schema: type: array - items: &532 + items: &533 title: Git Reference description: Git references within a repository type: object @@ -77814,17 +77821,17 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/git/refs#get-a-reference parameters: - - *364 - *365 - - *531 + - *366 + - *532 responses: '200': description: Response content: application/json: - schema: *532 + schema: *533 examples: - default: &533 + default: &534 value: ref: refs/heads/featureA node_id: MDM6UmVmcmVmcy9oZWFkcy9mZWF0dXJlQQ== @@ -77853,8 +77860,8 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/git/refs#create-a-reference parameters: - - *364 - *365 + - *366 requestBody: required: true content: @@ -77883,9 +77890,9 @@ paths: description: Response content: application/json: - schema: *532 + schema: *533 examples: - default: *533 + default: *534 headers: Location: example: https://api.github.com/repos/octocat/Hello-World/git/refs/heads/featureA @@ -77911,9 +77918,9 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/git/refs#update-a-reference parameters: - - *364 - *365 - - *531 + - *366 + - *532 requestBody: required: true content: @@ -77942,9 +77949,9 @@ paths: description: Response content: application/json: - schema: *532 + schema: *533 examples: - default: *533 + default: *534 '422': *15 '409': *92 x-github: @@ -77962,9 +77969,9 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/git/refs#delete-a-reference parameters: - - *364 - *365 - - *531 + - *366 + - *532 responses: '204': description: Response @@ -78019,8 +78026,8 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/git/tags#create-a-tag-object parameters: - - *364 - *365 + - *366 requestBody: required: true content: @@ -78087,7 +78094,7 @@ paths: description: Response content: application/json: - schema: &535 + schema: &536 title: Git Tag description: Metadata for a Git tag type: object @@ -78143,7 +78150,7 @@ paths: - sha - type - url - verification: *534 + verification: *535 required: - sha - url @@ -78153,7 +78160,7 @@ paths: - tag - message examples: - default: &536 + default: &537 value: node_id: MDM6VGFnOTQwYmQzMzYyNDhlZmFlMGY5ZWU1YmM3YjJkNWM5ODU4ODdiMTZhYw== tag: v0.0.1 @@ -78226,8 +78233,8 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/git/tags#get-a-tag parameters: - - *364 - *365 + - *366 - name: tag_sha in: path required: true @@ -78238,9 +78245,9 @@ paths: description: Response content: application/json: - schema: *535 + schema: *536 examples: - default: *536 + default: *537 '404': *6 '409': *92 x-github: @@ -78264,8 +78271,8 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/git/trees#create-a-tree parameters: - - *364 - *365 + - *366 requestBody: required: true content: @@ -78339,7 +78346,7 @@ paths: description: Response content: application/json: - schema: &537 + schema: &538 title: Git Tree description: The hierarchy between files in a Git repository. type: object @@ -78441,8 +78448,8 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/git/trees#get-a-tree parameters: - - *364 - *365 + - *366 - name: tree_sha description: The SHA1 value or ref (branch or tag) name of the tree. in: path @@ -78465,7 +78472,7 @@ paths: description: Response content: application/json: - schema: *537 + schema: *538 examples: default-response: summary: Default response @@ -78524,8 +78531,8 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/repos/webhooks#list-repository-webhooks parameters: - - *364 - *365 + - *366 - *17 - *19 responses: @@ -78535,7 +78542,7 @@ paths: application/json: schema: type: array - items: &538 + items: &539 title: Webhook description: Webhooks for repositories. type: object @@ -78598,7 +78605,7 @@ paths: format: uri examples: - https://api.github.com/repos/octocat/Hello-World/hooks/1/deliveries - last_response: &779 + last_response: &780 title: Hook Response type: object properties: @@ -78675,8 +78682,8 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/repos/webhooks#create-a-repository-webhook parameters: - - *364 - *365 + - *366 requestBody: required: false content: @@ -78729,9 +78736,9 @@ paths: description: Response content: application/json: - schema: *538 + schema: *539 examples: - default: &539 + default: &540 value: type: Repository id: 12345678 @@ -78779,17 +78786,17 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/repos/webhooks#get-a-repository-webhook parameters: - - *364 - *365 - - *256 + - *366 + - *257 responses: '200': description: Response content: application/json: - schema: *538 + schema: *539 examples: - default: *539 + default: *540 '404': *6 x-github: githubCloudOnly: false @@ -78809,9 +78816,9 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/repos/webhooks#update-a-repository-webhook parameters: - - *364 - *365 - - *256 + - *366 + - *257 requestBody: required: true content: @@ -78856,9 +78863,9 @@ paths: description: Response content: application/json: - schema: *538 + schema: *539 examples: - default: *539 + default: *540 '422': *15 '404': *6 x-github: @@ -78879,9 +78886,9 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/repos/webhooks#delete-a-repository-webhook parameters: - - *364 - *365 - - *256 + - *366 + - *257 responses: '204': description: Response @@ -78905,9 +78912,9 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/repos/webhooks#get-a-webhook-configuration-for-a-repository parameters: - - *364 - *365 - - *256 + - *366 + - *257 responses: '200': description: Response @@ -78934,9 +78941,9 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/repos/webhooks#update-a-webhook-configuration-for-a-repository parameters: - - *364 - *365 - - *256 + - *366 + - *257 requestBody: required: false content: @@ -78980,11 +78987,11 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/repos/webhooks#list-deliveries-for-a-repository-webhook parameters: - - *364 - *365 - - *256 - - *17 + - *366 - *257 + - *17 + - *258 responses: '200': description: Response @@ -78992,9 +78999,9 @@ paths: application/json: schema: type: array - items: *258 + items: *259 examples: - default: *259 + default: *260 '400': *14 '422': *15 x-github: @@ -79013,18 +79020,18 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/repos/webhooks#get-a-delivery-for-a-repository-webhook parameters: - - *364 - *365 - - *256 + - *366 + - *257 - *16 responses: '200': description: Response content: application/json: - schema: *260 + schema: *261 examples: - default: *261 + default: *262 '400': *14 '422': *15 x-github: @@ -79043,9 +79050,9 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/repos/webhooks#redeliver-a-delivery-for-a-repository-webhook parameters: - - *364 - *365 - - *256 + - *366 + - *257 - *16 responses: '202': *93 @@ -79068,9 +79075,9 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/repos/webhooks#ping-a-repository-webhook parameters: - - *364 - *365 - - *256 + - *366 + - *257 responses: '204': description: Response @@ -79095,9 +79102,9 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/repos/webhooks#test-the-push-repository-webhook parameters: - - *364 - *365 - - *256 + - *366 + - *257 responses: '204': description: Response @@ -79155,14 +79162,14 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/migrations/source-imports#get-an-import-status parameters: - - *364 - *365 + - *366 responses: '200': description: Response content: application/json: - schema: &540 + schema: &541 title: Import description: A repository import from an external source. type: object @@ -79269,7 +79276,7 @@ paths: - html_url - authors_url examples: - default: &543 + default: &544 value: vcs: subversion use_lfs: true @@ -79285,7 +79292,7 @@ paths: authors_url: https://api.github.com/repos/octocat/socm/import/authors repository_url: https://api.github.com/repos/octocat/socm '404': *6 - '503': &541 + '503': &542 description: Unavailable due to service under maintenance. content: application/json: @@ -79314,8 +79321,8 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/migrations/source-imports#start-an-import parameters: - - *364 - *365 + - *366 requestBody: required: true content: @@ -79363,7 +79370,7 @@ paths: description: Response content: application/json: - schema: *540 + schema: *541 examples: default: value: @@ -79388,7 +79395,7 @@ paths: type: string '422': *15 '404': *6 - '503': *541 + '503': *542 x-github: githubCloudOnly: false enabledForGitHubApps: true @@ -79416,8 +79423,8 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/migrations/source-imports#update-an-import parameters: - - *364 - *365 + - *366 requestBody: required: false content: @@ -79469,7 +79476,7 @@ paths: description: Response content: application/json: - schema: *540 + schema: *541 examples: example-1: summary: Example 1 @@ -79517,7 +79524,7 @@ paths: html_url: https://import.github.com/octocat/socm/import authors_url: https://api.github.com/repos/octocat/socm/import/authors repository_url: https://api.github.com/repos/octocat/socm - '503': *541 + '503': *542 x-github: githubCloudOnly: false enabledForGitHubApps: true @@ -79540,12 +79547,12 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/migrations/source-imports#cancel-an-import parameters: - - *364 - *365 + - *366 responses: '204': description: Response - '503': *541 + '503': *542 x-github: githubCloudOnly: false enabledForGitHubApps: true @@ -79571,9 +79578,9 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/migrations/source-imports#get-commit-authors parameters: - - *364 - *365 - - &728 + - *366 + - &729 name: since description: A user ID. Only return users with an ID greater than this ID. in: query @@ -79587,7 +79594,7 @@ paths: application/json: schema: type: array - items: &542 + items: &543 title: Porter Author description: Porter Author type: object @@ -79641,7 +79648,7 @@ paths: url: https://api.github.com/repos/octocat/socm/import/authors/2268559 import_url: https://api.github.com/repos/octocat/socm/import '404': *6 - '503': *541 + '503': *542 x-github: githubCloudOnly: false enabledForGitHubApps: true @@ -79666,8 +79673,8 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/migrations/source-imports#map-a-commit-author parameters: - - *364 - *365 + - *366 - name: author_id in: path required: true @@ -79697,7 +79704,7 @@ paths: description: Response content: application/json: - schema: *542 + schema: *543 examples: default: value: @@ -79710,7 +79717,7 @@ paths: import_url: https://api.github.com/repos/octocat/socm/import '422': *15 '404': *6 - '503': *541 + '503': *542 x-github: githubCloudOnly: false enabledForGitHubApps: true @@ -79734,8 +79741,8 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/migrations/source-imports#get-large-files parameters: - - *364 - *365 + - *366 responses: '200': description: Response @@ -79776,7 +79783,7 @@ paths: path: foo/bar/3 oid: c20ad4d76fe97759aa27a0c99bff6710 size: 12582912 - '503': *541 + '503': *542 x-github: githubCloudOnly: false enabledForGitHubApps: true @@ -79804,8 +79811,8 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/migrations/source-imports#update-git-lfs-preference parameters: - - *364 - *365 + - *366 requestBody: required: true content: @@ -79832,11 +79839,11 @@ paths: description: Response content: application/json: - schema: *540 + schema: *541 examples: - default: *543 + default: *544 '422': *15 - '503': *541 + '503': *542 x-github: githubCloudOnly: false enabledForGitHubApps: true @@ -79859,8 +79866,8 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/apps/apps#get-a-repository-installation-for-the-authenticated-app parameters: - - *364 - *365 + - *366 responses: '200': description: Response @@ -79868,8 +79875,8 @@ paths: application/json: schema: *20 examples: - default: *544 - '301': *378 + default: *545 + '301': *379 '404': *6 x-github: githubCloudOnly: false @@ -79889,8 +79896,8 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/interactions/repos#get-interaction-restrictions-for-a-repository parameters: - - *364 - *365 + - *366 responses: '200': description: Response @@ -79898,12 +79905,12 @@ paths: application/json: schema: anyOf: - - *274 + - *275 - type: object properties: {} additionalProperties: false examples: - default: &546 + default: &547 value: limit: collaborators_only origin: repository @@ -79928,13 +79935,13 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/interactions/repos#set-interaction-restrictions-for-a-repository parameters: - - *364 - *365 + - *366 requestBody: required: true content: application/json: - schema: *545 + schema: *546 examples: default: summary: Example request body @@ -79946,9 +79953,9 @@ paths: description: Response content: application/json: - schema: *274 + schema: *275 examples: - default: *546 + default: *547 '409': description: Response x-github: @@ -79970,8 +79977,8 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/interactions/repos#remove-interaction-restrictions-for-a-repository parameters: - - *364 - *365 + - *366 responses: '204': description: Response @@ -79994,8 +80001,8 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/collaborators/invitations#list-repository-invitations parameters: - - *364 - *365 + - *366 - *17 - *19 responses: @@ -80005,9 +80012,9 @@ paths: application/json: schema: type: array - items: *547 + items: *548 examples: - default: &721 + default: &722 value: - id: 1 repository: @@ -80138,9 +80145,9 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/collaborators/invitations#update-a-repository-invitation parameters: - - *364 - *365 - - *278 + - *366 + - *279 requestBody: required: false content: @@ -80169,7 +80176,7 @@ paths: description: Response content: application/json: - schema: *547 + schema: *548 examples: default: value: @@ -80300,9 +80307,9 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/collaborators/invitations#delete-a-repository-invitation parameters: - - *364 - *365 - - *278 + - *366 + - *279 responses: '204': description: Response @@ -80333,8 +80340,8 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/issues/issues#list-repository-issues parameters: - - *364 - *365 + - *366 - name: milestone description: If an `integer` is passed, it should refer to a milestone by its `number` field. If the string `*` is passed, issues with any milestone @@ -80382,7 +80389,7 @@ paths: required: false schema: type: string - - *282 + - *283 - name: sort description: What to sort results by. in: query @@ -80407,7 +80414,7 @@ paths: type: array items: *147 examples: - default: &556 + default: &557 value: - id: 1 node_id: MDU6SXNzdWUx @@ -80555,7 +80562,7 @@ paths: state_reason: completed headers: Link: *37 - '301': *378 + '301': *379 '422': *15 '404': *6 x-github: @@ -80584,8 +80591,8 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/issues/issues#create-an-issue parameters: - - *364 - *365 + - *366 requestBody: required: true content: @@ -80677,7 +80684,7 @@ paths: application/json: schema: *147 examples: - default: &551 + default: &552 value: id: 1 node_id: MDU6SXNzdWUx @@ -80833,7 +80840,7 @@ paths: '422': *15 '503': *128 '404': *6 - '410': *375 + '410': *376 x-github: triggersNotification: true githubCloudOnly: false @@ -80861,8 +80868,8 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/issues/comments#list-issue-comments-for-a-repository parameters: - - *364 - *365 + - *366 - *156 - name: direction description: Either `asc` or `desc`. Ignored without the `sort` parameter. @@ -80883,9 +80890,9 @@ paths: application/json: schema: type: array - items: *548 + items: *549 examples: - default: &553 + default: &554 value: - id: 1 node_id: MDEyOklzc3VlQ29tbWVudDE= @@ -80943,17 +80950,17 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/issues/comments#get-an-issue-comment parameters: - - *364 - *365 + - *366 - *146 responses: '200': description: Response content: application/json: - schema: *548 + schema: *549 examples: - default: &549 + default: &550 value: id: 1 node_id: MDEyOklzc3VlQ29tbWVudDE= @@ -81007,8 +81014,8 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/issues/comments#update-an-issue-comment parameters: - - *364 - *365 + - *366 - *146 requestBody: required: true @@ -81031,9 +81038,9 @@ paths: description: Response content: application/json: - schema: *548 + schema: *549 examples: - default: *549 + default: *550 '422': *15 x-github: githubCloudOnly: false @@ -81051,8 +81058,8 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/issues/comments#delete-an-issue-comment parameters: - - *364 - *365 + - *366 - *146 responses: '204': @@ -81073,8 +81080,8 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/reactions/reactions#list-reactions-for-an-issue-comment parameters: - - *364 - *365 + - *366 - *146 - name: content description: Returns a single [reaction type](https://docs.github.com/enterprise-cloud@latest//rest/reactions/reactions#about-reactions). @@ -81101,9 +81108,9 @@ paths: application/json: schema: type: array - items: *353 + items: *354 examples: - default: *355 + default: *356 headers: Link: *37 '404': *6 @@ -81124,8 +81131,8 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/reactions/reactions#create-reaction-for-an-issue-comment parameters: - - *364 - *365 + - *366 - *146 requestBody: required: true @@ -81158,16 +81165,16 @@ paths: description: Reaction exists content: application/json: - schema: *353 + schema: *354 examples: - default: *354 + default: *355 '201': description: Reaction created content: application/json: - schema: *353 + schema: *354 examples: - default: *354 + default: *355 '422': *15 x-github: githubCloudOnly: false @@ -81189,10 +81196,10 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/reactions/reactions#delete-an-issue-comment-reaction parameters: - - *364 - *365 + - *366 - *146 - - *356 + - *357 responses: '204': description: Response @@ -81212,8 +81219,8 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/issues/events#list-issue-events-for-a-repository parameters: - - *364 - *365 + - *366 - *17 - *19 responses: @@ -81223,7 +81230,7 @@ paths: application/json: schema: type: array - items: &550 + items: &551 title: Issue Event description: Issue Event type: object @@ -81562,8 +81569,8 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/issues/events#get-an-issue-event parameters: - - *364 - *365 + - *366 - name: event_id in: path required: true @@ -81574,7 +81581,7 @@ paths: description: Response content: application/json: - schema: *550 + schema: *551 examples: default: value: @@ -81767,7 +81774,7 @@ paths: author_association: COLLABORATOR state_reason: completed '404': *6 - '410': *375 + '410': *376 '403': *27 x-github: githubCloudOnly: false @@ -81801,9 +81808,9 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/issues/issues#get-an-issue parameters: - - *364 - *365 - - &552 + - *366 + - &553 name: issue_number description: The number that identifies the issue. in: path @@ -81817,10 +81824,10 @@ paths: application/json: schema: *147 examples: - default: *551 - '301': *378 + default: *552 + '301': *379 '404': *6 - '410': *375 + '410': *376 '304': *35 x-github: githubCloudOnly: false @@ -81845,9 +81852,9 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/issues/issues#update-an-issue parameters: - - *364 - *365 - - *552 + - *366 + - *553 requestBody: required: false content: @@ -81967,13 +81974,13 @@ paths: application/json: schema: *147 examples: - default: *551 + default: *552 '422': *15 '503': *128 '403': *27 - '301': *378 + '301': *379 '404': *6 - '410': *375 + '410': *376 x-github: githubCloudOnly: false enabledForGitHubApps: true @@ -81991,9 +81998,9 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/issues/assignees#add-assignees-to-an-issue parameters: - - *364 - *365 - - *552 + - *366 + - *553 requestBody: required: false content: @@ -82021,7 +82028,7 @@ paths: application/json: schema: *147 examples: - default: *551 + default: *552 x-github: githubCloudOnly: false enabledForGitHubApps: true @@ -82037,9 +82044,9 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/issues/assignees#remove-assignees-from-an-issue parameters: - - *364 - *365 - - *552 + - *366 + - *553 requestBody: content: application/json: @@ -82066,7 +82073,7 @@ paths: application/json: schema: *147 examples: - default: *551 + default: *552 x-github: githubCloudOnly: false enabledForGitHubApps: true @@ -82088,9 +82095,9 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/issues/assignees#check-if-a-user-can-be-assigned-to-a-issue parameters: - - *364 - *365 - - *552 + - *366 + - *553 - name: assignee in: path required: true @@ -82130,9 +82137,9 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/issues/comments#list-issue-comments parameters: - - *364 - *365 - - *552 + - *366 + - *553 - *137 - *17 - *19 @@ -82143,13 +82150,13 @@ paths: application/json: schema: type: array - items: *548 + items: *549 examples: - default: *553 + default: *554 headers: Link: *37 '404': *6 - '410': *375 + '410': *376 x-github: githubCloudOnly: false enabledForGitHubApps: true @@ -82178,9 +82185,9 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/issues/comments#create-an-issue-comment parameters: - - *364 - *365 - - *552 + - *366 + - *553 requestBody: required: true content: @@ -82202,16 +82209,16 @@ paths: description: Response content: application/json: - schema: *548 + schema: *549 examples: - default: *549 + default: *550 headers: Location: example: https://api.github.com/repos/octocat/Hello-World/issues/comments/1 schema: type: string '403': *27 - '410': *375 + '410': *376 '422': *15 '404': *6 x-github: @@ -82231,9 +82238,9 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/issues/events#list-issue-events parameters: - - *364 - *365 - - *552 + - *366 + - *553 - *17 - *19 responses: @@ -82247,7 +82254,7 @@ paths: title: Issue Event for Issue description: Issue Event for Issue anyOf: - - &557 + - &558 title: Labeled Issue Event description: Labeled Issue Event type: object @@ -82296,7 +82303,7 @@ paths: - commit_url - created_at - performed_via_github_app - - &558 + - &559 title: Unlabeled Issue Event description: Unlabeled Issue Event type: object @@ -82424,7 +82431,7 @@ paths: - performed_via_github_app - assignee - assigner - - &559 + - &560 title: Milestoned Issue Event description: Milestoned Issue Event type: object @@ -82470,7 +82477,7 @@ paths: - commit_url - created_at - performed_via_github_app - - &560 + - &561 title: Demilestoned Issue Event description: Demilestoned Issue Event type: object @@ -82516,7 +82523,7 @@ paths: - commit_url - created_at - performed_via_github_app - - &561 + - &562 title: Renamed Issue Event description: Renamed Issue Event type: object @@ -82565,7 +82572,7 @@ paths: - commit_url - created_at - performed_via_github_app - - &562 + - &563 title: Review Requested Issue Event description: Review Requested Issue Event type: object @@ -82607,7 +82614,7 @@ paths: - commit_url - created_at - performed_via_github_app - - &563 + - &564 title: Review Request Removed Issue Event description: Review Request Removed Issue Event type: object @@ -82649,7 +82656,7 @@ paths: - commit_url - created_at - performed_via_github_app - - &564 + - &565 title: Review Dismissed Issue Event description: Review Dismissed Issue Event type: object @@ -82705,7 +82712,7 @@ paths: - commit_url - created_at - performed_via_github_app - - &565 + - &566 title: Locked Issue Event description: Locked Issue Event type: object @@ -82750,7 +82757,7 @@ paths: - commit_url - created_at - performed_via_github_app - - &566 + - &567 title: Added to Project Issue Event description: Added to Project Issue Event type: object @@ -82811,7 +82818,7 @@ paths: - commit_url - created_at - performed_via_github_app - - &567 + - &568 title: Moved Column in Project Issue Event description: Moved Column in Project Issue Event type: object @@ -82872,7 +82879,7 @@ paths: - commit_url - created_at - performed_via_github_app - - &568 + - &569 title: Removed from Project Issue Event description: Removed from Project Issue Event type: object @@ -82933,7 +82940,7 @@ paths: - commit_url - created_at - performed_via_github_app - - &569 + - &570 title: Converted Note to Issue Issue Event description: Converted Note to Issue Issue Event type: object @@ -83026,7 +83033,7 @@ paths: color: red headers: Link: *37 - '410': *375 + '410': *376 x-github: githubCloudOnly: false enabledForGitHubApps: true @@ -83043,9 +83050,9 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/issues/labels#list-labels-for-an-issue parameters: - - *364 - *365 - - *552 + - *366 + - *553 - *17 - *19 responses: @@ -83055,7 +83062,7 @@ paths: application/json: schema: type: array - items: &554 + items: &555 title: Label description: Color-coded labels help you categorize and filter your issues (just like labels in Gmail). @@ -83110,7 +83117,7 @@ paths: - color - default examples: - default: &555 + default: &556 value: - id: 208045946 node_id: MDU6TGFiZWwyMDgwNDU5NDY= @@ -83128,9 +83135,9 @@ paths: default: false headers: Link: *37 - '301': *378 + '301': *379 '404': *6 - '410': *375 + '410': *376 x-github: githubCloudOnly: false enabledForGitHubApps: true @@ -83147,9 +83154,9 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/issues/labels#add-labels-to-an-issue parameters: - - *364 - *365 - - *552 + - *366 + - *553 requestBody: required: false content: @@ -83208,12 +83215,12 @@ paths: application/json: schema: type: array - items: *554 + items: *555 examples: - default: *555 - '301': *378 + default: *556 + '301': *379 '404': *6 - '410': *375 + '410': *376 '422': *15 x-github: githubCloudOnly: false @@ -83230,9 +83237,9 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/issues/labels#set-labels-for-an-issue parameters: - - *364 - *365 - - *552 + - *366 + - *553 requestBody: required: false content: @@ -83292,12 +83299,12 @@ paths: application/json: schema: type: array - items: *554 + items: *555 examples: - default: *555 - '301': *378 + default: *556 + '301': *379 '404': *6 - '410': *375 + '410': *376 '422': *15 x-github: githubCloudOnly: false @@ -83314,15 +83321,15 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/issues/labels#remove-all-labels-from-an-issue parameters: - - *364 - *365 - - *552 + - *366 + - *553 responses: '204': description: Response - '301': *378 + '301': *379 '404': *6 - '410': *375 + '410': *376 x-github: githubCloudOnly: false enabledForGitHubApps: true @@ -83341,9 +83348,9 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/issues/labels#remove-a-label-from-an-issue parameters: - - *364 - *365 - - *552 + - *366 + - *553 - name: name in: path required: true @@ -83356,7 +83363,7 @@ paths: application/json: schema: type: array - items: *554 + items: *555 examples: default: value: @@ -83367,9 +83374,9 @@ paths: description: Something isn't working color: f29513 default: true - '301': *378 + '301': *379 '404': *6 - '410': *375 + '410': *376 x-github: githubCloudOnly: false enabledForGitHubApps: true @@ -83389,9 +83396,9 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/issues/issues#lock-an-issue parameters: - - *364 - *365 - - *552 + - *366 + - *553 requestBody: required: false content: @@ -83420,7 +83427,7 @@ paths: '204': description: Response '403': *27 - '410': *375 + '410': *376 '404': *6 '422': *15 x-github: @@ -83438,9 +83445,9 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/issues/issues#unlock-an-issue parameters: - - *364 - *365 - - *552 + - *366 + - *553 responses: '204': description: Response @@ -83462,9 +83469,9 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/reactions/reactions#list-reactions-for-an-issue parameters: - - *364 - *365 - - *552 + - *366 + - *553 - name: content description: Returns a single [reaction type](https://docs.github.com/enterprise-cloud@latest//rest/reactions/reactions#about-reactions). Omit this parameter to list all reactions to an issue. @@ -83490,13 +83497,13 @@ paths: application/json: schema: type: array - items: *353 + items: *354 examples: - default: *355 + default: *356 headers: Link: *37 '404': *6 - '410': *375 + '410': *376 x-github: githubCloudOnly: false enabledForGitHubApps: true @@ -83514,9 +83521,9 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/reactions/reactions#create-reaction-for-an-issue parameters: - - *364 - *365 - - *552 + - *366 + - *553 requestBody: required: true content: @@ -83548,16 +83555,16 @@ paths: description: Response content: application/json: - schema: *353 + schema: *354 examples: - default: *354 + default: *355 '201': description: Response content: application/json: - schema: *353 + schema: *354 examples: - default: *354 + default: *355 '422': *15 x-github: githubCloudOnly: false @@ -83579,10 +83586,10 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/reactions/reactions#delete-an-issue-reaction parameters: - - *364 - *365 - - *552 - - *356 + - *366 + - *553 + - *357 responses: '204': description: Response @@ -83611,9 +83618,9 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/issues/sub-issues#remove-sub-issue parameters: - - *364 - *365 - - *552 + - *366 + - *553 requestBody: required: true content: @@ -83637,7 +83644,7 @@ paths: application/json: schema: *147 examples: - default: *551 + default: *552 headers: Location: example: https://api.github.com/repos/octocat/Hello-World/issues/1/sub-issue @@ -83670,9 +83677,9 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/issues/sub-issues#list-sub-issues parameters: - - *364 - *365 - - *552 + - *366 + - *553 - *17 - *19 responses: @@ -83684,11 +83691,11 @@ paths: type: array items: *147 examples: - default: *556 + default: *557 headers: Link: *37 '404': *6 - '410': *375 + '410': *376 x-github: githubCloudOnly: false enabledForGitHubApps: true @@ -83716,9 +83723,9 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/issues/sub-issues#add-sub-issue parameters: - - *364 - *365 - - *552 + - *366 + - *553 requestBody: required: true content: @@ -83747,14 +83754,14 @@ paths: application/json: schema: *147 examples: - default: *551 + default: *552 headers: Location: example: https://api.github.com/repos/octocat/Hello-World/issues/sub-issues/1 schema: type: string '403': *27 - '410': *375 + '410': *376 '422': *15 '404': *6 x-github: @@ -83774,9 +83781,9 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/issues/sub-issues#reprioritize-sub-issue parameters: - - *364 - *365 - - *552 + - *366 + - *553 requestBody: required: true content: @@ -83809,7 +83816,7 @@ paths: application/json: schema: *147 examples: - default: *551 + default: *552 '403': *27 '404': *6 '422': *7 @@ -83831,9 +83838,9 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/issues/timeline#list-timeline-events-for-an-issue parameters: - - *364 - *365 - - *552 + - *366 + - *553 - *17 - *19 responses: @@ -83848,7 +83855,6 @@ paths: description: Timeline Event type: object anyOf: - - *557 - *558 - *559 - *560 @@ -83861,6 +83867,7 @@ paths: - *567 - *568 - *569 + - *570 - title: Timeline Comment Event description: Timeline Comment Event type: object @@ -84184,7 +84191,7 @@ paths: type: string comments: type: array - items: &589 + items: &590 title: Pull Request Review Comment description: Pull Request Review Comments are comments on a portion of the Pull Request's diff. @@ -84422,7 +84429,7 @@ paths: type: string comments: type: array - items: *481 + items: *482 - title: Timeline Assigned Issue Event description: Timeline Assigned Issue Event type: object @@ -84697,7 +84704,7 @@ paths: headers: Link: *37 '404': *6 - '410': *375 + '410': *376 x-github: githubCloudOnly: false enabledForGitHubApps: true @@ -84714,8 +84721,8 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/deploy-keys/deploy-keys#list-deploy-keys parameters: - - *364 - *365 + - *366 - *17 - *19 responses: @@ -84725,7 +84732,7 @@ paths: application/json: schema: type: array - items: &570 + items: &571 title: Deploy Key description: An SSH key granting access to a single repository. type: object @@ -84792,8 +84799,8 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/deploy-keys/deploy-keys#create-a-deploy-key parameters: - - *364 - *365 + - *366 requestBody: required: true content: @@ -84829,9 +84836,9 @@ paths: description: Response content: application/json: - schema: *570 + schema: *571 examples: - default: &571 + default: &572 value: id: 1 key: ssh-rsa AAA... @@ -84865,9 +84872,9 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/deploy-keys/deploy-keys#get-a-deploy-key parameters: - - *364 - *365 - - &572 + - *366 + - &573 name: key_id description: The unique identifier of the key. in: path @@ -84879,9 +84886,9 @@ paths: description: Response content: application/json: - schema: *570 + schema: *571 examples: - default: *571 + default: *572 '404': *6 x-github: githubCloudOnly: false @@ -84899,9 +84906,9 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/deploy-keys/deploy-keys#delete-a-deploy-key parameters: - - *364 - *365 - - *572 + - *366 + - *573 responses: '204': description: Response @@ -84921,8 +84928,8 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/issues/labels#list-labels-for-a-repository parameters: - - *364 - *365 + - *366 - *17 - *19 responses: @@ -84932,9 +84939,9 @@ paths: application/json: schema: type: array - items: *554 + items: *555 examples: - default: *555 + default: *556 headers: Link: *37 '404': *6 @@ -84955,8 +84962,8 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/issues/labels#create-a-label parameters: - - *364 - *365 + - *366 requestBody: required: true content: @@ -84992,9 +84999,9 @@ paths: description: Response content: application/json: - schema: *554 + schema: *555 examples: - default: &573 + default: &574 value: id: 208045946 node_id: MDU6TGFiZWwyMDgwNDU5NDY= @@ -85026,8 +85033,8 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/issues/labels#get-a-label parameters: - - *364 - *365 + - *366 - name: name in: path required: true @@ -85038,9 +85045,9 @@ paths: description: Response content: application/json: - schema: *554 + schema: *555 examples: - default: *573 + default: *574 '404': *6 x-github: githubCloudOnly: false @@ -85057,8 +85064,8 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/issues/labels#update-a-label parameters: - - *364 - *365 + - *366 - name: name in: path required: true @@ -85097,7 +85104,7 @@ paths: description: Response content: application/json: - schema: *554 + schema: *555 examples: default: value: @@ -85123,8 +85130,8 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/issues/labels#delete-a-label parameters: - - *364 - *365 + - *366 - name: name in: path required: true @@ -85150,8 +85157,8 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/repos/repos#list-repository-languages parameters: - - *364 - *365 + - *366 responses: '200': description: Response @@ -85187,8 +85194,8 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/repos/lfs#enable-git-lfs-for-a-repository parameters: - - *364 - *365 + - *366 responses: '202': *93 '403': @@ -85216,8 +85223,8 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/repos/lfs#disable-git-lfs-for-a-repository parameters: - - *364 - *365 + - *366 responses: '204': description: Response @@ -85243,9 +85250,9 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/licenses/licenses#get-the-license-for-a-repository parameters: - - *364 - *365 - - *459 + - *366 + - *460 responses: '200': description: Response @@ -85392,8 +85399,8 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/branches/branches#sync-a-fork-branch-with-the-upstream-repository parameters: - - *364 - *365 + - *366 requestBody: required: true content: @@ -85458,8 +85465,8 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/branches/branches#merge-a-branch parameters: - - *364 - *365 + - *366 requestBody: required: true content: @@ -85493,9 +85500,9 @@ paths: description: Successful Response (The resulting merge commit) content: application/json: - schema: *482 + schema: *483 examples: - default: *574 + default: *575 '204': description: Response when already merged '404': @@ -85520,8 +85527,8 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/issues/milestones#list-milestones parameters: - - *364 - *365 + - *366 - name: state description: The state of the milestone. Either `open`, `closed`, or `all`. in: query @@ -85562,7 +85569,7 @@ paths: application/json: schema: type: array - items: *486 + items: *487 examples: default: value: @@ -85618,8 +85625,8 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/issues/milestones#create-a-milestone parameters: - - *364 - *365 + - *366 requestBody: required: true content: @@ -85659,9 +85666,9 @@ paths: description: Response content: application/json: - schema: *486 + schema: *487 examples: - default: &575 + default: &576 value: url: https://api.github.com/repos/octocat/Hello-World/milestones/1 html_url: https://github.com/octocat/Hello-World/milestones/v1.0 @@ -85720,9 +85727,9 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/issues/milestones#get-a-milestone parameters: - - *364 - *365 - - &576 + - *366 + - &577 name: milestone_number description: The number that identifies the milestone. in: path @@ -85734,9 +85741,9 @@ paths: description: Response content: application/json: - schema: *486 + schema: *487 examples: - default: *575 + default: *576 '404': *6 x-github: githubCloudOnly: false @@ -85753,9 +85760,9 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/issues/milestones#update-a-milestone parameters: - - *364 - *365 - - *576 + - *366 + - *577 requestBody: required: false content: @@ -85793,9 +85800,9 @@ paths: description: Response content: application/json: - schema: *486 + schema: *487 examples: - default: *575 + default: *576 x-github: githubCloudOnly: false enabledForGitHubApps: true @@ -85811,9 +85818,9 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/issues/milestones#delete-a-milestone parameters: - - *364 - *365 - - *576 + - *366 + - *577 responses: '204': description: Response @@ -85834,9 +85841,9 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/issues/labels#list-labels-for-issues-in-a-milestone parameters: - - *364 - *365 - - *576 + - *366 + - *577 - *17 - *19 responses: @@ -85846,9 +85853,9 @@ paths: application/json: schema: type: array - items: *554 + items: *555 examples: - default: *555 + default: *556 headers: Link: *37 x-github: @@ -85867,12 +85874,12 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/activity/notifications#list-repository-notifications-for-the-authenticated-user parameters: - - *364 - *365 - - *577 + - *366 - *578 - - *137 - *579 + - *137 + - *580 - *17 - *19 responses: @@ -85884,7 +85891,7 @@ paths: type: array items: *159 examples: - default: *580 + default: *581 headers: Link: *37 x-github: @@ -85908,8 +85915,8 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/activity/notifications#mark-repository-notifications-as-read parameters: - - *364 - *365 + - *366 requestBody: required: false content: @@ -85967,14 +85974,14 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/pages/pages#get-a-apiname-pages-site parameters: - - *364 - *365 + - *366 responses: '200': description: Response content: application/json: - schema: &581 + schema: &582 title: GitHub Pages description: The configuration for GitHub Pages for a repository. type: object @@ -86118,7 +86125,7 @@ paths: - custom_404 - public examples: - default: &582 + default: &583 value: url: https://api.github.com/repos/github/developer.github.com/pages status: built @@ -86159,8 +86166,8 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/pages/pages#create-a-apiname-pages-site parameters: - - *364 - *365 + - *366 requestBody: required: true content: @@ -86215,9 +86222,9 @@ paths: description: Response content: application/json: - schema: *581 + schema: *582 examples: - default: *582 + default: *583 '422': *15 '409': *92 x-github: @@ -86240,8 +86247,8 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/pages/pages#update-information-about-a-apiname-pages-site parameters: - - *364 - *365 + - *366 requestBody: required: true content: @@ -86349,8 +86356,8 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/pages/pages#delete-a-apiname-pages-site parameters: - - *364 - *365 + - *366 responses: '204': description: Response @@ -86376,8 +86383,8 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/pages/pages#list-apiname-pages-builds parameters: - - *364 - *365 + - *366 - *17 - *19 responses: @@ -86387,7 +86394,7 @@ paths: application/json: schema: type: array - items: &583 + items: &584 title: Page Build description: Page Build type: object @@ -86479,8 +86486,8 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/pages/pages#request-a-apiname-pages-build parameters: - - *364 - *365 + - *366 responses: '201': description: Response @@ -86527,16 +86534,16 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/pages/pages#get-latest-pages-build parameters: - - *364 - *365 + - *366 responses: '200': description: Response content: application/json: - schema: *583 + schema: *584 examples: - default: &584 + default: &585 value: url: https://api.github.com/repos/github/developer.github.com/pages/builds/5472601 status: built @@ -86584,8 +86591,8 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/pages/pages#get-apiname-pages-build parameters: - - *364 - *365 + - *366 - name: build_id in: path required: true @@ -86596,9 +86603,9 @@ paths: description: Response content: application/json: - schema: *583 + schema: *584 examples: - default: *584 + default: *585 x-github: githubCloudOnly: false enabledForGitHubApps: true @@ -86618,8 +86625,8 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/pages/pages#create-a-github-pages-deployment parameters: - - *364 - *365 + - *366 requestBody: required: true content: @@ -86727,9 +86734,9 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/pages/pages#get-the-status-of-a-github-pages-deployment parameters: - - *364 - *365 - - &585 + - *366 + - &586 name: pages_deployment_id description: The ID of the Pages deployment. You can also give the commit SHA of the deployment. @@ -86787,9 +86794,9 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/pages/pages#cancel-a-github-pages-deployment parameters: - - *364 - *365 - - *585 + - *366 + - *586 responses: '204': *114 '404': *6 @@ -86816,8 +86823,8 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/pages/pages#get-a-dns-health-check-for-github-pages parameters: - - *364 - *365 + - *366 responses: '200': description: Response @@ -87112,8 +87119,8 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/repos/repos#check-if-private-vulnerability-reporting-is-enabled-for-a-repository parameters: - - *364 - *365 + - *366 responses: '200': description: Private vulnerability reporting status @@ -87150,8 +87157,8 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/repos/repos#enable-private-vulnerability-reporting-for-a-repository parameters: - - *364 - *365 + - *366 responses: '204': *114 '422': *14 @@ -87172,8 +87179,8 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/repos/repos#disable-private-vulnerability-reporting-for-a-repository parameters: - - *364 - *365 + - *366 responses: '204': *114 '422': *14 @@ -87196,8 +87203,8 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/projects/projects#list-repository-projects parameters: - - *364 - *365 + - *366 - name: state description: Indicates the state of the projects to return. in: query @@ -87218,7 +87225,7 @@ paths: application/json: schema: type: array - items: *312 + items: *313 examples: default: value: @@ -87258,7 +87265,7 @@ paths: '401': *23 '403': *27 '404': *6 - '410': *375 + '410': *376 '422': *7 x-github: githubCloudOnly: false @@ -87281,8 +87288,8 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/projects/projects#create-a-repository-project parameters: - - *364 - *365 + - *366 requestBody: required: true content: @@ -87308,13 +87315,13 @@ paths: description: Response content: application/json: - schema: *312 + schema: *313 examples: - default: *374 + default: *375 '401': *23 '403': *27 '404': *6 - '410': *375 + '410': *376 '422': *7 x-github: githubCloudOnly: false @@ -87337,8 +87344,8 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/repos/custom-properties#get-all-custom-property-values-for-a-repository parameters: - - *364 - *365 + - *366 responses: '200': description: Response @@ -87346,7 +87353,7 @@ paths: application/json: schema: type: array - items: *314 + items: *315 examples: default: value: @@ -87377,8 +87384,8 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/repos/custom-properties#create-or-update-custom-property-values-for-a-repository parameters: - - *364 - *365 + - *366 requestBody: required: true content: @@ -87390,7 +87397,7 @@ paths: type: array description: A list of custom property names and associated values to apply to the repositories. - items: *314 + items: *315 required: - properties examples: @@ -87440,8 +87447,8 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/pulls/pulls#list-pull-requests parameters: - - *364 - *365 + - *366 - name: state description: Either `open`, `closed`, or `all` to filter by state. in: query @@ -87501,9 +87508,9 @@ paths: application/json: schema: type: array - items: *586 + items: *587 examples: - default: *587 + default: *588 headers: Link: *37 '304': *35 @@ -87535,8 +87542,8 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/pulls/pulls#create-a-pull-request parameters: - - *364 - *365 + - *366 requestBody: required: true content: @@ -87603,7 +87610,7 @@ paths: description: Response content: application/json: - schema: &591 + schema: &592 type: object title: Pull Request description: Pull requests let you tell others about changes you've @@ -87732,7 +87739,7 @@ paths: milestone: anyOf: - type: 'null' - - *486 + - *487 active_lock_reason: type: - string @@ -87787,7 +87794,7 @@ paths: type: - array - 'null' - items: *294 + items: *295 head: type: object properties: @@ -87825,14 +87832,14 @@ paths: _links: type: object properties: - comments: *487 - commits: *487 - statuses: *487 - html: *487 - issue: *487 - review_comments: *487 - review_comment: *487 - self: *487 + comments: *488 + commits: *488 + statuses: *488 + html: *488 + issue: *488 + review_comments: *488 + review_comment: *488 + self: *488 required: - comments - commits @@ -87843,7 +87850,7 @@ paths: - review_comment - self author_association: *134 - auto_merge: *588 + auto_merge: *589 draft: description: Indicates whether or not the pull request is a draft. type: boolean @@ -87945,7 +87952,7 @@ paths: - merged_by - review_comments examples: - default: &592 + default: &593 value: url: https://api.github.com/repos/octocat/Hello-World/pulls/1347 id: 1 @@ -88472,8 +88479,8 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/pulls/comments#list-review-comments-in-a-repository parameters: - - *364 - *365 + - *366 - name: sort in: query required: false @@ -88502,9 +88509,9 @@ paths: application/json: schema: type: array - items: *589 + items: *590 examples: - default: &594 + default: &595 value: - url: https://api.github.com/repos/octocat/Hello-World/pulls/comments/1 pull_request_review_id: 42 @@ -88581,17 +88588,17 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/pulls/comments#get-a-review-comment-for-a-pull-request parameters: - - *364 - *365 + - *366 - *146 responses: '200': description: Response content: application/json: - schema: *589 + schema: *590 examples: - default: &590 + default: &591 value: url: https://api.github.com/repos/octocat/Hello-World/pulls/comments/1 pull_request_review_id: 42 @@ -88666,8 +88673,8 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/pulls/comments#update-a-review-comment-for-a-pull-request parameters: - - *364 - *365 + - *366 - *146 requestBody: required: true @@ -88690,9 +88697,9 @@ paths: description: Response content: application/json: - schema: *589 + schema: *590 examples: - default: *590 + default: *591 x-github: githubCloudOnly: false enabledForGitHubApps: true @@ -88708,8 +88715,8 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/pulls/comments#delete-a-review-comment-for-a-pull-request parameters: - - *364 - *365 + - *366 - *146 responses: '204': @@ -88731,8 +88738,8 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/reactions/reactions#list-reactions-for-a-pull-request-review-comment parameters: - - *364 - *365 + - *366 - *146 - name: content description: Returns a single [reaction type](https://docs.github.com/enterprise-cloud@latest//rest/reactions/reactions#about-reactions). @@ -88759,9 +88766,9 @@ paths: application/json: schema: type: array - items: *353 + items: *354 examples: - default: *355 + default: *356 headers: Link: *37 '404': *6 @@ -88782,8 +88789,8 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/reactions/reactions#create-reaction-for-a-pull-request-review-comment parameters: - - *364 - *365 + - *366 - *146 requestBody: required: true @@ -88816,16 +88823,16 @@ paths: description: Reaction exists content: application/json: - schema: *353 + schema: *354 examples: - default: *354 + default: *355 '201': description: Reaction created content: application/json: - schema: *353 + schema: *354 examples: - default: *354 + default: *355 '422': *15 x-github: githubCloudOnly: false @@ -88847,10 +88854,10 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/reactions/reactions#delete-a-pull-request-comment-reaction parameters: - - *364 - *365 + - *366 - *146 - - *356 + - *357 responses: '204': description: Response @@ -88893,9 +88900,9 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/pulls/pulls#get-a-pull-request parameters: - - *364 - *365 - - &593 + - *366 + - &594 name: pull_number description: The number that identifies the pull request. in: path @@ -88908,9 +88915,9 @@ paths: to fetch diff and patch formats. content: application/json: - schema: *591 + schema: *592 examples: - default: *592 + default: *593 '304': *35 '404': *6 '406': @@ -88945,9 +88952,9 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/pulls/pulls#update-a-pull-request parameters: - - *364 - *365 - - *593 + - *366 + - *594 requestBody: required: false content: @@ -88989,9 +88996,9 @@ paths: description: Response content: application/json: - schema: *591 + schema: *592 examples: - default: *592 + default: *593 '422': *15 '403': *27 x-github: @@ -89013,9 +89020,9 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/codespaces/codespaces#create-a-codespace-from-a-pull-request parameters: - - *364 - *365 - - *593 + - *366 + - *594 requestBody: required: true content: @@ -89076,17 +89083,17 @@ paths: description: Response when the codespace was successfully created content: application/json: - schema: *285 + schema: *286 examples: - default: *473 + default: *474 '202': description: Response when the codespace creation partially failed but is being retried in the background content: application/json: - schema: *285 + schema: *286 examples: - default: *473 + default: *474 '401': *23 '403': *27 '404': *6 @@ -89116,9 +89123,9 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/pulls/comments#list-review-comments-on-a-pull-request parameters: - - *364 - *365 - - *593 + - *366 + - *594 - *156 - name: direction description: The direction to sort results. Ignored without `sort` parameter. @@ -89139,9 +89146,9 @@ paths: application/json: schema: type: array - items: *589 + items: *590 examples: - default: *594 + default: *595 headers: Link: *37 x-github: @@ -89174,9 +89181,9 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/pulls/comments#create-a-review-comment-for-a-pull-request parameters: - - *364 - *365 - - *593 + - *366 + - *594 requestBody: required: true content: @@ -89282,7 +89289,7 @@ paths: description: Response content: application/json: - schema: *589 + schema: *590 examples: example-for-a-multi-line-comment: value: @@ -89370,9 +89377,9 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/pulls/comments#create-a-reply-for-a-review-comment parameters: - - *364 - *365 - - *593 + - *366 + - *594 - *146 requestBody: required: true @@ -89395,7 +89402,7 @@ paths: description: Response content: application/json: - schema: *589 + schema: *590 examples: default: value: @@ -89481,9 +89488,9 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/pulls/pulls#list-commits-on-a-pull-request parameters: - - *364 - *365 - - *593 + - *366 + - *594 - *17 - *19 responses: @@ -89493,9 +89500,9 @@ paths: application/json: schema: type: array - items: *482 + items: *483 examples: - default: *595 + default: *596 headers: Link: *37 x-github: @@ -89525,9 +89532,9 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/pulls/pulls#list-pull-requests-files parameters: - - *364 - *365 - - *593 + - *366 + - *594 - *17 - *19 responses: @@ -89537,7 +89544,7 @@ paths: application/json: schema: type: array - items: *494 + items: *495 examples: default: value: @@ -89575,9 +89582,9 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/pulls/pulls#check-if-a-pull-request-has-been-merged parameters: - - *364 - *365 - - *593 + - *366 + - *594 responses: '204': description: Response if pull request has been merged @@ -89600,9 +89607,9 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/pulls/pulls#merge-a-pull-request parameters: - - *364 - *365 - - *593 + - *366 + - *594 requestBody: required: false content: @@ -89714,9 +89721,9 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/pulls/review-requests#get-all-requested-reviewers-for-a-pull-request parameters: - - *364 - *365 - - *593 + - *366 + - *594 responses: '200': description: Response @@ -89791,9 +89798,9 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/pulls/review-requests#request-reviewers-for-a-pull-request parameters: - - *364 - *365 - - *593 + - *366 + - *594 requestBody: required: false content: @@ -89830,7 +89837,7 @@ paths: description: Response content: application/json: - schema: *586 + schema: *587 examples: default: value: @@ -90366,9 +90373,9 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/pulls/review-requests#remove-requested-reviewers-from-a-pull-request parameters: - - *364 - *365 - - *593 + - *366 + - *594 requestBody: required: true content: @@ -90402,7 +90409,7 @@ paths: description: Response content: application/json: - schema: *586 + schema: *587 examples: default: value: @@ -90907,9 +90914,9 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/pulls/reviews#list-reviews-for-a-pull-request parameters: - - *364 - *365 - - *593 + - *366 + - *594 - *17 - *19 responses: @@ -90919,7 +90926,7 @@ paths: application/json: schema: type: array - items: &596 + items: &597 title: Pull Request Review description: Pull Request Reviews are reviews on pull requests. type: object @@ -91075,9 +91082,9 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/pulls/reviews#create-a-review-for-a-pull-request parameters: - - *364 - *365 - - *593 + - *366 + - *594 requestBody: required: false content: @@ -91167,9 +91174,9 @@ paths: description: Response content: application/json: - schema: *596 + schema: *597 examples: - default: &598 + default: &599 value: id: 80 node_id: MDE3OlB1bGxSZXF1ZXN0UmV2aWV3ODA= @@ -91232,10 +91239,10 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/pulls/reviews#get-a-review-for-a-pull-request parameters: - - *364 - *365 - - *593 - - &597 + - *366 + - *594 + - &598 name: review_id description: The unique identifier of the review. in: path @@ -91247,9 +91254,9 @@ paths: description: Response content: application/json: - schema: *596 + schema: *597 examples: - default: &599 + default: &600 value: id: 80 node_id: MDE3OlB1bGxSZXF1ZXN0UmV2aWV3ODA= @@ -91308,10 +91315,10 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/pulls/reviews#update-a-review-for-a-pull-request parameters: - - *364 - *365 - - *593 - - *597 + - *366 + - *594 + - *598 requestBody: required: true content: @@ -91334,7 +91341,7 @@ paths: description: Response content: application/json: - schema: *596 + schema: *597 examples: default: value: @@ -91396,18 +91403,18 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/pulls/reviews#delete-a-pending-review-for-a-pull-request parameters: - - *364 - *365 - - *593 - - *597 + - *366 + - *594 + - *598 responses: '200': description: Response content: application/json: - schema: *596 + schema: *597 examples: - default: *598 + default: *599 '422': *7 '404': *6 x-github: @@ -91434,10 +91441,10 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/pulls/reviews#list-comments-for-a-pull-request-review parameters: - - *364 - *365 - - *593 - - *597 + - *366 + - *594 + - *598 - *17 - *19 responses: @@ -91535,9 +91542,9 @@ paths: _links: type: object properties: - self: *487 - html: *487 - pull_request: *487 + self: *488 + html: *488 + pull_request: *488 required: - self - html @@ -91688,10 +91695,10 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/pulls/reviews#dismiss-a-review-for-a-pull-request parameters: - - *364 - *365 - - *593 - - *597 + - *366 + - *594 + - *598 requestBody: required: true content: @@ -91720,7 +91727,7 @@ paths: description: Response content: application/json: - schema: *596 + schema: *597 examples: default: value: @@ -91783,10 +91790,10 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/pulls/reviews#submit-a-review-for-a-pull-request parameters: - - *364 - *365 - - *593 - - *597 + - *366 + - *594 + - *598 requestBody: required: true content: @@ -91821,9 +91828,9 @@ paths: description: Response content: application/json: - schema: *596 + schema: *597 examples: - default: *599 + default: *600 '404': *6 '422': *7 '403': *27 @@ -91845,9 +91852,9 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/pulls/pulls#update-a-pull-request-branch parameters: - - *364 - *365 - - *593 + - *366 + - *594 requestBody: required: false content: @@ -91911,8 +91918,8 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/repos/contents#get-a-repository-readme parameters: - - *364 - *365 + - *366 - name: ref description: 'The name of the commit/branch/tag. Default: the repository’s default branch.' @@ -91925,9 +91932,9 @@ paths: description: Response content: application/json: - schema: *600 + schema: *601 examples: - default: &601 + default: &602 value: type: file encoding: base64 @@ -91969,8 +91976,8 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/repos/contents#get-a-repository-readme-for-a-directory parameters: - - *364 - *365 + - *366 - name: dir description: The alternate path to look for a README file in: path @@ -91990,9 +91997,9 @@ paths: description: Response content: application/json: - schema: *600 + schema: *601 examples: - default: *601 + default: *602 '404': *6 '422': *15 x-github: @@ -92014,8 +92021,8 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/releases/releases#list-releases parameters: - - *364 - *365 + - *366 - *17 - *19 responses: @@ -92025,7 +92032,7 @@ paths: application/json: schema: type: array - items: &602 + items: &603 title: Release description: A release. type: object @@ -92097,7 +92104,7 @@ paths: author: *4 assets: type: array - items: &603 + items: &604 title: Release Asset description: Data related to a release. type: object @@ -92277,8 +92284,8 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/releases/releases#create-a-release parameters: - - *364 - *365 + - *366 requestBody: required: true content: @@ -92354,9 +92361,9 @@ paths: description: Response content: application/json: - schema: *602 + schema: *603 examples: - default: &606 + default: &607 value: url: https://api.github.com/repos/octocat/Hello-World/releases/1 html_url: https://github.com/octocat/Hello-World/releases/v1.0.0 @@ -92459,9 +92466,9 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/releases/assets#get-a-release-asset parameters: - - *364 - *365 - - &604 + - *366 + - &605 name: asset_id description: The unique identifier of the asset. in: path @@ -92473,9 +92480,9 @@ paths: description: Response content: application/json: - schema: *603 + schema: *604 examples: - default: &605 + default: &606 value: url: https://api.github.com/repos/octocat/Hello-World/releases/assets/1 browser_download_url: https://github.com/octocat/Hello-World/releases/download/v1.0.0/example.zip @@ -92509,7 +92516,7 @@ paths: type: User site_admin: false '404': *6 - '302': *496 + '302': *497 x-github: githubCloudOnly: false enabledForGitHubApps: true @@ -92525,9 +92532,9 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/releases/assets#update-a-release-asset parameters: - - *364 - *365 - - *604 + - *366 + - *605 requestBody: required: false content: @@ -92556,9 +92563,9 @@ paths: description: Response content: application/json: - schema: *603 + schema: *604 examples: - default: *605 + default: *606 x-github: githubCloudOnly: false enabledForGitHubApps: true @@ -92574,9 +92581,9 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/releases/assets#delete-a-release-asset parameters: - - *364 - *365 - - *604 + - *366 + - *605 responses: '204': description: Response @@ -92600,8 +92607,8 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/releases/releases#generate-release-notes-content-for-a-release parameters: - - *364 - *365 + - *366 requestBody: required: true content: @@ -92687,16 +92694,16 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/releases/releases#get-the-latest-release parameters: - - *364 - *365 + - *366 responses: '200': description: Response content: application/json: - schema: *602 + schema: *603 examples: - default: *606 + default: *607 x-github: githubCloudOnly: false enabledForGitHubApps: true @@ -92713,8 +92720,8 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/releases/releases#get-a-release-by-tag-name parameters: - - *364 - *365 + - *366 - name: tag description: tag parameter in: path @@ -92727,9 +92734,9 @@ paths: description: Response content: application/json: - schema: *602 + schema: *603 examples: - default: *606 + default: *607 '404': *6 x-github: githubCloudOnly: false @@ -92751,9 +92758,9 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/releases/releases#get-a-release parameters: - - *364 - *365 - - &607 + - *366 + - &608 name: release_id description: The unique identifier of the release. in: path @@ -92767,9 +92774,9 @@ paths: For more information, see "[Getting started with the REST API](https://docs.github.com/enterprise-cloud@latest//rest/using-the-rest-api/getting-started-with-the-rest-api#hypermedia)."' content: application/json: - schema: *602 + schema: *603 examples: - default: *606 + default: *607 '401': description: Unauthorized x-github: @@ -92787,9 +92794,9 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/releases/releases#update-a-release parameters: - - *364 - *365 - - *607 + - *366 + - *608 requestBody: required: false content: @@ -92853,9 +92860,9 @@ paths: description: Response content: application/json: - schema: *602 + schema: *603 examples: - default: *606 + default: *607 '404': description: Not Found if the discussion category name is invalid content: @@ -92876,9 +92883,9 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/releases/releases#delete-a-release parameters: - - *364 - *365 - - *607 + - *366 + - *608 responses: '204': description: Response @@ -92898,9 +92905,9 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/releases/assets#list-release-assets parameters: - - *364 - *365 - - *607 + - *366 + - *608 - *17 - *19 responses: @@ -92910,7 +92917,7 @@ paths: application/json: schema: type: array - items: *603 + items: *604 examples: default: value: @@ -92991,9 +92998,9 @@ paths: description: The URL origin (protocol + host name + port) is included in `upload_url` returned in the response of the "Create a release" endpoint parameters: - - *364 - *365 - - *607 + - *366 + - *608 - name: name in: query required: true @@ -93019,7 +93026,7 @@ paths: description: Response for successful upload content: application/json: - schema: *603 + schema: *604 examples: response-for-successful-upload: value: @@ -93073,9 +93080,9 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/reactions/reactions#list-reactions-for-a-release parameters: - - *364 - *365 - - *607 + - *366 + - *608 - name: content description: Returns a single [reaction type](https://docs.github.com/enterprise-cloud@latest//rest/reactions/reactions#about-reactions). Omit this parameter to list all reactions to a release. @@ -93099,9 +93106,9 @@ paths: application/json: schema: type: array - items: *353 + items: *354 examples: - default: *355 + default: *356 headers: Link: *37 '404': *6 @@ -93122,9 +93129,9 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/reactions/reactions#create-reaction-for-a-release parameters: - - *364 - *365 - - *607 + - *366 + - *608 requestBody: required: true content: @@ -93154,16 +93161,16 @@ paths: description: Reaction exists content: application/json: - schema: *353 + schema: *354 examples: - default: *354 + default: *355 '201': description: Reaction created content: application/json: - schema: *353 + schema: *354 examples: - default: *354 + default: *355 '422': *15 x-github: githubCloudOnly: false @@ -93185,10 +93192,10 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/reactions/reactions#delete-a-release-reaction parameters: - - *364 - *365 - - *607 - - *356 + - *366 + - *608 + - *357 responses: '204': description: Response @@ -93212,9 +93219,9 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/repos/rules#get-rules-for-a-branch parameters: - - *364 - *365 - - *423 + - *366 + - *424 - *17 - *19 responses: @@ -93230,8 +93237,8 @@ paths: description: A repository rule with ruleset details. oneOf: - allOf: - - *608 - - &610 + - *609 + - &611 title: repository ruleset data for rule description: User-defined metadata to store domain-specific information limited to 8 keys with scalar values. @@ -93251,65 +93258,65 @@ paths: type: integer description: The ID of the ruleset that includes this rule. - allOf: - - *609 - *610 - - allOf: - *611 - - *610 - allOf: - *612 - - *610 + - *611 - allOf: - *613 - - *610 + - *611 - allOf: - *614 - - *610 + - *611 - allOf: - *615 - - *610 + - *611 - allOf: - *616 - - *610 + - *611 - allOf: - *617 - - *610 + - *611 - allOf: - *618 - - *610 + - *611 - allOf: - *619 - - *610 + - *611 - allOf: - *620 - - *610 + - *611 - allOf: - *621 - - *610 + - *611 - allOf: - *622 - - *610 + - *611 - allOf: - *623 - - *610 + - *611 - allOf: - *624 - - *610 + - *611 - allOf: - *625 - - *610 + - *611 - allOf: - *626 - - *610 + - *611 - allOf: - *627 - - *610 + - *611 - allOf: - *628 - - *610 + - *611 - allOf: - *629 - - *610 + - *611 + - allOf: + - *630 + - *611 examples: default: value: @@ -93348,8 +93355,8 @@ paths: category: repos subcategory: rules parameters: - - *364 - *365 + - *366 - *17 - *19 - name: includes_parents @@ -93360,7 +93367,7 @@ paths: schema: type: boolean default: true - - *630 + - *631 responses: '200': description: Response @@ -93415,8 +93422,8 @@ paths: category: repos subcategory: rules parameters: - - *364 - *365 + - *366 requestBody: description: Request body required: true @@ -93478,7 +93485,7 @@ paths: application/json: schema: *124 examples: - default: &639 + default: &640 value: id: 42 name: super cool ruleset @@ -93525,12 +93532,12 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/repos/rule-suites#list-repository-rule-suites parameters: - - *364 - *365 - - *631 - - *214 + - *366 - *632 + - *214 - *633 + - *634 - *17 - *19 responses: @@ -93538,9 +93545,9 @@ paths: description: Response content: application/json: - schema: *634 + schema: *635 examples: - default: *635 + default: *636 '404': *6 '500': *95 x-github: @@ -93561,17 +93568,17 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/repos/rule-suites#get-a-repository-rule-suite parameters: - - *364 - *365 - - *636 + - *366 + - *637 responses: '200': description: Response content: application/json: - schema: *637 + schema: *638 examples: - default: *638 + default: *639 '404': *6 '500': *95 x-github: @@ -93599,8 +93606,8 @@ paths: category: repos subcategory: rules parameters: - - *364 - *365 + - *366 - name: ruleset_id description: The ID of the ruleset. in: path @@ -93622,7 +93629,7 @@ paths: application/json: schema: *124 examples: - default: *639 + default: *640 '404': *6 '500': *95 put: @@ -93640,8 +93647,8 @@ paths: category: repos subcategory: rules parameters: - - *364 - *365 + - *366 - name: ruleset_id description: The ID of the ruleset. in: path @@ -93705,7 +93712,7 @@ paths: application/json: schema: *124 examples: - default: *639 + default: *640 '404': *6 '500': *95 delete: @@ -93723,8 +93730,8 @@ paths: category: repos subcategory: rules parameters: - - *364 - *365 + - *366 - name: ruleset_id description: The ID of the ruleset. in: path @@ -93747,8 +93754,8 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/repos/rules#get-repository-ruleset-history parameters: - - *364 - *365 + - *366 - *17 - *19 - name: ruleset_id @@ -93766,7 +93773,7 @@ paths: type: array items: *127 examples: - default: *320 + default: *321 '404': *6 '500': *95 x-github: @@ -93785,8 +93792,8 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/repos/rules#get-repository-ruleset-version parameters: - - *364 - *365 + - *366 - name: ruleset_id description: The ID of the ruleset. in: path @@ -93804,7 +93811,7 @@ paths: description: Response content: application/json: - schema: *321 + schema: *322 examples: default: value: @@ -93859,20 +93866,20 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/secret-scanning/secret-scanning#list-secret-scanning-alerts-for-a-repository parameters: - - *364 - *365 - - *322 + - *366 - *323 - *324 - *325 + - *326 - *84 - *19 - *17 - - *640 - *641 - - *326 + - *642 - *327 - *328 + - *329 responses: '200': description: Response @@ -93880,7 +93887,7 @@ paths: application/json: schema: type: array - items: &644 + items: &645 type: object properties: number: *96 @@ -93896,8 +93903,8 @@ paths: format: uri description: The REST API URL of the code locations for this alert. - state: *642 - resolution: *643 + state: *643 + resolution: *644 resolved_at: type: - string @@ -94116,15 +94123,15 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/secret-scanning/secret-scanning#get-a-secret-scanning-alert parameters: - - *364 - *365 - - *453 + - *366 + - *454 responses: '200': description: Response content: application/json: - schema: *644 + schema: *645 examples: default: value: @@ -94176,9 +94183,9 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/secret-scanning/secret-scanning#update-a-secret-scanning-alert parameters: - - *364 - *365 - - *453 + - *366 + - *454 requestBody: required: true content: @@ -94186,8 +94193,8 @@ paths: schema: type: object properties: - state: *642 - resolution: *643 + state: *643 + resolution: *644 resolution_comment: description: An optional comment when closing an alert. Cannot be updated or deleted. Must be `null` when changing `state` to `open`. @@ -94206,7 +94213,7 @@ paths: description: Response content: application/json: - schema: *644 + schema: *645 examples: default: value: @@ -94281,9 +94288,9 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/secret-scanning/secret-scanning#list-locations-for-a-secret-scanning-alert parameters: - - *364 - *365 - - *453 + - *366 + - *454 - *19 - *17 responses: @@ -94294,7 +94301,7 @@ paths: schema: type: array description: List of locations where the secret was detected - items: &800 + items: &801 type: object properties: type: @@ -94673,8 +94680,8 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/secret-scanning/secret-scanning#create-a-push-protection-bypass parameters: - - *364 - *365 + - *366 requestBody: required: true content: @@ -94682,14 +94689,14 @@ paths: schema: type: object properties: - reason: &646 + reason: &647 description: The reason for bypassing push protection. type: string enum: - false_positive - used_in_tests - will_fix_later - placeholder_id: *645 + placeholder_id: *646 required: - reason - placeholder_id @@ -94706,7 +94713,7 @@ paths: schema: type: object properties: - reason: *646 + reason: *647 expire_at: type: - string @@ -94750,8 +94757,8 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/secret-scanning/secret-scanning#get-secret-scanning-scan-history-for-a-repository parameters: - - *364 - *365 + - *366 responses: '404': description: Repository does not have GitHub Advanced Security or secret @@ -94766,7 +94773,7 @@ paths: properties: incremental_scans: type: array - items: &647 + items: &648 description: Information on a single scan performed by secret scanning on the repository type: object @@ -94794,15 +94801,15 @@ paths: the scan is pending pattern_update_scans: type: array - items: *647 + items: *648 backfill_scans: type: array - items: *647 + items: *648 custom_pattern_backfill_scans: type: array items: allOf: - - *647 + - *648 - type: object properties: pattern_name: @@ -94872,8 +94879,8 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/security-advisories/repository-advisories#list-repository-security-advisories parameters: - - *364 - *365 + - *366 - *84 - name: sort description: The property to sort the results by. @@ -94917,9 +94924,9 @@ paths: application/json: schema: type: array - items: *648 + items: *649 examples: - default: *649 + default: *650 '400': *14 '404': *6 x-github: @@ -94942,8 +94949,8 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/security-advisories/repository-advisories#create-a-repository-security-advisory parameters: - - *364 - *365 + - *366 requestBody: required: true content: @@ -95023,7 +95030,7 @@ paths: login: type: string description: The username of the user credited. - type: *331 + type: *332 required: - login - type @@ -95113,9 +95120,9 @@ paths: description: Response content: application/json: - schema: *648 + schema: *649 examples: - default: &651 + default: &652 value: ghsa_id: GHSA-abcd-1234-efgh cve_id: CVE-2050-00000 @@ -95348,8 +95355,8 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/security-advisories/repository-advisories#privately-report-a-security-vulnerability parameters: - - *364 - *365 + - *366 requestBody: required: true content: @@ -95462,7 +95469,7 @@ paths: description: Response content: application/json: - schema: *648 + schema: *649 examples: default: value: @@ -95609,17 +95616,17 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/security-advisories/repository-advisories#get-a-repository-security-advisory parameters: - - *364 - *365 - - *650 + - *366 + - *651 responses: '200': description: Response content: application/json: - schema: *648 + schema: *649 examples: - default: *651 + default: *652 '403': *27 '404': *6 x-github: @@ -95643,9 +95650,9 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/security-advisories/repository-advisories#update-a-repository-security-advisory parameters: - - *364 - *365 - - *650 + - *366 + - *651 requestBody: required: true content: @@ -95725,7 +95732,7 @@ paths: login: type: string description: The username of the user credited. - type: *331 + type: *332 required: - login - type @@ -95816,10 +95823,10 @@ paths: description: Response content: application/json: - schema: *648 + schema: *649 examples: - default: *651 - add_credit: *651 + default: *652 + add_credit: *652 '403': *27 '404': *6 '422': @@ -95857,9 +95864,9 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/security-advisories/repository-advisories#request-a-cve-for-a-repository-security-advisory parameters: - - *364 - *365 - - *650 + - *366 + - *651 responses: '202': *93 '400': *14 @@ -95886,17 +95893,17 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/security-advisories/repository-advisories#create-a-temporary-private-fork parameters: - - *364 - *365 - - *650 + - *366 + - *651 responses: '202': description: Response content: application/json: - schema: *377 + schema: *378 examples: - default: *379 + default: *380 '400': *14 '422': *15 '403': *27 @@ -95922,8 +95929,8 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/activity/starring#list-stargazers parameters: - - *364 - *365 + - *366 - *17 - *19 responses: @@ -96019,8 +96026,8 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/metrics/statistics#get-the-weekly-commit-activity parameters: - - *364 - *365 + - *366 responses: '200': description: Returns a weekly aggregate of the number of additions and deletions @@ -96029,7 +96036,7 @@ paths: application/json: schema: type: array - items: &652 + items: &653 title: Code Frequency Stat description: Code Frequency Stat type: array @@ -96062,8 +96069,8 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/metrics/statistics#get-the-last-year-of-commit-activity parameters: - - *364 - *365 + - *366 responses: '200': description: Response @@ -96141,8 +96148,8 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/metrics/statistics#get-all-contributor-commit-activity parameters: - - *364 - *365 + - *366 responses: '200': description: Response @@ -96236,8 +96243,8 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/metrics/statistics#get-the-weekly-commit-count parameters: - - *364 - *365 + - *366 responses: '200': description: The array order is oldest week (index 0) to most recent week. @@ -96391,8 +96398,8 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/metrics/statistics#get-the-hourly-commit-count-for-each-day parameters: - - *364 - *365 + - *366 responses: '200': description: For example, `[2, 14, 25]` indicates that there were 25 total @@ -96402,7 +96409,7 @@ paths: application/json: schema: type: array - items: *652 + items: *653 examples: default: value: @@ -96435,8 +96442,8 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/commits/statuses#create-a-commit-status parameters: - - *364 - *365 + - *366 - name: sha in: path required: true @@ -96492,7 +96499,7 @@ paths: description: Response content: application/json: - schema: *653 + schema: *654 examples: default: value: @@ -96546,8 +96553,8 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/activity/watching#list-watchers parameters: - - *364 - *365 + - *366 - *17 - *19 responses: @@ -96559,7 +96566,7 @@ paths: type: array items: *4 examples: - default: *284 + default: *285 headers: Link: *37 x-github: @@ -96579,14 +96586,14 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/activity/watching#get-a-repository-subscription parameters: - - *364 - *365 + - *366 responses: '200': description: if you subscribe to the repository content: application/json: - schema: &654 + schema: &655 title: Repository Invitation description: Repository invitations let you manage who you collaborate with. @@ -96659,8 +96666,8 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/activity/watching#set-a-repository-subscription parameters: - - *364 - *365 + - *366 requestBody: required: false content: @@ -96686,7 +96693,7 @@ paths: description: Response content: application/json: - schema: *654 + schema: *655 examples: default: value: @@ -96713,8 +96720,8 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/activity/watching#delete-a-repository-subscription parameters: - - *364 - *365 + - *366 responses: '204': description: Response @@ -96734,8 +96741,8 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/repos/repos#list-repository-tags parameters: - - *364 - *365 + - *366 - *17 - *19 responses: @@ -96817,8 +96824,8 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/repos/tags#closing-down---list-tag-protection-states-for-a-repository parameters: - - *364 - *365 + - *366 responses: '200': description: Response @@ -96826,7 +96833,7 @@ paths: application/json: schema: type: array - items: &655 + items: &656 title: Tag protection description: Tag protection type: object @@ -96883,8 +96890,8 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/repos/tags#closing-down---create-a-tag-protection-state-for-a-repository parameters: - - *364 - *365 + - *366 requestBody: required: true content: @@ -96907,7 +96914,7 @@ paths: description: Response content: application/json: - schema: *655 + schema: *656 examples: default: value: @@ -96938,8 +96945,8 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/repos/tags#closing-down---delete-a-tag-protection-state-for-a-repository parameters: - - *364 - *365 + - *366 - name: tag_protection_id description: The unique identifier of the tag protection. in: path @@ -96976,8 +96983,8 @@ paths: url: https://docs.github.com/enterprise-cloud@latest//rest/repos/contents#download-a-repository-archive-tar operationId: repos/download-tarball-archive parameters: - - *364 - *365 + - *366 - name: ref in: path required: true @@ -97013,8 +97020,8 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/repos/repos#list-repository-teams parameters: - - *364 - *365 + - *366 - *17 - *19 responses: @@ -97026,7 +97033,7 @@ paths: type: array items: *220 examples: - default: *295 + default: *296 headers: Link: *37 '404': *6 @@ -97046,8 +97053,8 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/repos/repos#get-all-repository-topics parameters: - - *364 - *365 + - *366 - *19 - *17 responses: @@ -97055,7 +97062,7 @@ paths: description: Response content: application/json: - schema: &656 + schema: &657 title: Topic description: A topic aggregates entities that are related to a subject. type: object @@ -97067,7 +97074,7 @@ paths: required: - names examples: - default: &657 + default: &658 value: names: - octocat @@ -97090,8 +97097,8 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/repos/repos#replace-all-repository-topics parameters: - - *364 - *365 + - *366 requestBody: required: true content: @@ -97122,9 +97129,9 @@ paths: description: Response content: application/json: - schema: *656 + schema: *657 examples: - default: *657 + default: *658 '404': *6 '422': *7 x-github: @@ -97145,9 +97152,9 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/metrics/traffic#get-repository-clones parameters: - - *364 - *365 - - &658 + - *366 + - &659 name: per description: The time frame to display results for. in: query @@ -97178,7 +97185,7 @@ paths: - 128 clones: type: array - items: &659 + items: &660 title: Traffic type: object properties: @@ -97265,8 +97272,8 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/metrics/traffic#get-top-referral-paths parameters: - - *364 - *365 + - *366 responses: '200': description: Response @@ -97360,8 +97367,8 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/metrics/traffic#get-top-referral-sources parameters: - - *364 - *365 + - *366 responses: '200': description: Response @@ -97424,9 +97431,9 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/metrics/traffic#get-page-views parameters: - - *364 - *365 - - *658 + - *366 + - *659 responses: '200': description: Response @@ -97447,7 +97454,7 @@ paths: - 3782 views: type: array - items: *659 + items: *660 required: - uniques - count @@ -97524,8 +97531,8 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/repos/repos#transfer-a-repository parameters: - - *364 - *365 + - *366 requestBody: required: true content: @@ -97799,8 +97806,8 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/repos/repos#check-if-vulnerability-alerts-are-enabled-for-a-repository parameters: - - *364 - *365 + - *366 responses: '204': description: Response if repository is enabled with vulnerability alerts @@ -97823,8 +97830,8 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/repos/repos#enable-vulnerability-alerts parameters: - - *364 - *365 + - *366 responses: '204': description: Response @@ -97846,8 +97853,8 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/repos/repos#disable-vulnerability-alerts parameters: - - *364 - *365 + - *366 responses: '204': description: Response @@ -97873,8 +97880,8 @@ paths: url: https://docs.github.com/enterprise-cloud@latest//rest/repos/contents#download-a-repository-archive-zip operationId: repos/download-zipball-archive parameters: - - *364 - *365 + - *366 - name: ref in: path required: true @@ -97966,9 +97973,9 @@ paths: description: Response content: application/json: - schema: *377 + schema: *378 examples: - default: *379 + default: *380 headers: Location: example: https://api.github.com/repos/octocat/Hello-World @@ -98119,7 +98126,7 @@ paths: value: Engineering externalId: value: 8aa1a0c0-c4c3-4bc0-b4a5-2ef676900159 - - &667 + - &668 name: excludedAttributes description: Excludes the specified attribute from being returned in the results. Using this parameter can speed up response time. @@ -98129,7 +98136,7 @@ paths: type: string examples: - members - - &672 + - &673 name: startIndex description: 'Used for pagination: the starting index of the first result to return when paginating through values.' @@ -98141,7 +98148,7 @@ paths: format: int32 examples: - 1 - - &673 + - &674 name: count description: 'Used for pagination: the number of results to return per page.' in: query @@ -98185,7 +98192,7 @@ paths: Resources: type: array description: Information about each provisioned group. - items: &661 + items: &662 allOf: - type: object required: @@ -98267,7 +98274,7 @@ paths: - value: 0db508eb-91e2-46e4-809c-30dcbda0c685 "$+ref": https://api.github.localhost/scim/v2/Users/0db508eb-91e2-46e4-809c-30dcbda0c685 displayName: User 2 - meta: &674 + meta: &675 type: object description: The metadata associated with the creation/updates to the user. @@ -98332,31 +98339,31 @@ paths: location: https://api.github.localhost/scim/v2/Groups/24b28bbb-5fc4-4686-a153-a020debb1155 startIndex: 1 itemsPerPage: 20 - '400': &662 + '400': &663 description: Bad request content: application/json: - schema: *660 + schema: *661 application/scim+json: - schema: *660 - '401': &663 + schema: *661 + '401': &664 description: Authorization failure - '403': &664 + '403': &665 description: Permission denied - '429': &665 + '429': &666 description: Too many requests content: application/json: - schema: *660 + schema: *661 application/scim+json: - schema: *660 - '500': &666 + schema: *661 + '500': &667 description: Internal server error content: application/json: - schema: *660 + schema: *661 application/scim+json: - schema: *660 + schema: *661 x-github: enabledForGitHubApps: true githubCloudOnly: true @@ -98380,7 +98387,7 @@ paths: required: true content: application/json: - schema: &670 + schema: &671 type: object required: - schemas @@ -98440,9 +98447,9 @@ paths: description: Group has been created content: application/scim+json: - schema: *661 + schema: *662 examples: - group: &668 + group: &669 value: schemas: - urn:ietf:params:scim:schemas:core:2.0:Group @@ -98461,13 +98468,13 @@ paths: created: '2012-03-27T19:59:26.000Z' lastModified: '2018-03-27T19:59:26.000Z' location: https://api.github.localhost/scim/v2/Groups/24b28bbb-5fc4-4686-a153-a020debb1155 - '400': *662 - '401': *663 - '403': *664 - '409': &671 + '400': *663 + '401': *664 + '403': *665 + '409': &672 description: Duplicate record detected - '429': *665 - '500': *666 + '429': *666 + '500': *667 x-github: enabledForGitHubApps: true githubCloudOnly: true @@ -98484,7 +98491,7 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/enterprise-admin/scim#get-scim-provisioning-information-for-an-enterprise-group parameters: - - &669 + - &670 name: scim_group_id description: A unique identifier of the SCIM group. in: path @@ -98493,22 +98500,22 @@ paths: type: string examples: - 7fce0092-d52e-4f76-b727-3955bd72c939 - - *667 + - *668 - *38 responses: '200': description: Success, a group was found content: application/scim+json: - schema: *661 + schema: *662 examples: - default: *668 - '400': *662 - '401': *663 - '403': *664 + default: *669 + '400': *663 + '401': *664 + '403': *665 '404': *6 - '429': *665 - '500': *666 + '429': *666 + '500': *667 x-github: enabledForGitHubApps: true githubCloudOnly: true @@ -98527,13 +98534,13 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/enterprise-admin/scim#set-scim-information-for-a-provisioned-enterprise-group parameters: - - *669 + - *670 - *38 requestBody: required: true content: application/json: - schema: *670 + schema: *671 examples: group: summary: Group @@ -98559,17 +98566,17 @@ paths: description: Group was updated content: application/scim+json: - schema: *661 + schema: *662 examples: - group: *668 - groupWithMembers: *668 - '400': *662 - '401': *663 - '403': *664 + group: *669 + groupWithMembers: *669 + '400': *663 + '401': *664 + '403': *665 '404': *6 - '409': *671 - '429': *665 - '500': *666 + '409': *672 + '429': *666 + '500': *667 x-github: enabledForGitHubApps: true githubCloudOnly: true @@ -98593,13 +98600,13 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/enterprise-admin/scim#update-an-attribute-for-a-scim-enterprise-group parameters: - - *669 + - *670 - *38 requestBody: required: true content: application/json: - schema: &681 + schema: &682 type: object required: - Operations @@ -98659,17 +98666,17 @@ paths: description: Success, group was updated content: application/scim+json: - schema: *661 + schema: *662 examples: - updateGroup: *668 - addMembers: *668 - '400': *662 - '401': *663 - '403': *664 + updateGroup: *669 + addMembers: *669 + '400': *663 + '401': *664 + '403': *665 '404': *6 - '409': *671 - '429': *665 - '500': *666 + '409': *672 + '429': *666 + '500': *667 x-github: enabledForGitHubApps: true githubCloudOnly: true @@ -98685,17 +98692,17 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/enterprise-admin/scim#delete-a-scim-group-from-an-enterprise parameters: - - *669 + - *670 - *38 responses: '204': description: Group was deleted, no content - '400': *662 - '401': *663 - '403': *664 + '400': *663 + '401': *664 + '403': *665 '404': *6 - '429': *665 - '500': *666 + '429': *666 + '500': *667 x-github: enabledForGitHubApps: true githubCloudOnly: true @@ -98729,8 +98736,8 @@ paths: value: userName eq 'E012345' externalId: value: externalId eq 'E012345' - - *672 - *673 + - *674 - *38 responses: '200': @@ -98764,7 +98771,7 @@ paths: Resources: type: array description: Information about each provisioned account. - items: &676 + items: &677 allOf: - type: object required: @@ -98856,7 +98863,7 @@ paths: address. examples: - true - roles: &675 + roles: &676 type: array description: The roles assigned to the user. items: @@ -98915,7 +98922,7 @@ paths: type: string description: Provisioned SCIM groups that the user is a member of. - meta: *674 + meta: *675 startIndex: type: integer description: A starting index for the returned page @@ -98954,11 +98961,11 @@ paths: primary: false startIndex: 1 itemsPerPage: 20 - '400': *662 - '401': *663 - '403': *664 - '429': *665 - '500': *666 + '400': *663 + '401': *664 + '403': *665 + '429': *666 + '500': *667 x-github: enabledForGitHubApps: true githubCloudOnly: true @@ -98982,7 +98989,7 @@ paths: required: true content: application/json: - schema: &679 + schema: &680 type: object required: - schemas @@ -99075,9 +99082,9 @@ paths: description: Whether this email address is the primary address. examples: - true - roles: *675 + roles: *676 examples: - user: &680 + user: &681 summary: User value: schemas: @@ -99124,9 +99131,9 @@ paths: description: User has been created content: application/scim+json: - schema: *676 + schema: *677 examples: - user: &677 + user: &678 value: schemas: - urn:ietf:params:scim:schemas:core:2.0:User @@ -99152,13 +99159,13 @@ paths: created: '2012-03-27T19:59:26.000Z' lastModified: '2018-03-27T19:59:26.000Z' location: https://api.github.localhost/scim/v2/Users/7fce0092-d52e-4f76-b727-3955bd72c939 - enterpriseOwner: *677 - '400': *662 - '401': *663 - '403': *664 - '409': *671 - '429': *665 - '500': *666 + enterpriseOwner: *678 + '400': *663 + '401': *664 + '403': *665 + '409': *672 + '429': *666 + '500': *667 x-github: enabledForGitHubApps: true githubCloudOnly: true @@ -99175,7 +99182,7 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/enterprise-admin/scim#get-scim-provisioning-information-for-an-enterprise-user parameters: - - &678 + - &679 name: scim_user_id description: The unique identifier of the SCIM user. in: path @@ -99188,15 +99195,15 @@ paths: description: Success, a user was found content: application/scim+json: - schema: *676 + schema: *677 examples: - default: *677 - '400': *662 - '401': *663 - '403': *664 + default: *678 + '400': *663 + '401': *664 + '403': *665 '404': *6 - '429': *665 - '500': *666 + '429': *666 + '500': *667 x-github: enabledForGitHubApps: true githubCloudOnly: true @@ -99218,30 +99225,30 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/enterprise-admin/scim#set-scim-information-for-a-provisioned-enterprise-user parameters: - - *678 + - *679 - *38 requestBody: required: true content: application/json: - schema: *679 + schema: *680 examples: - user: *680 + user: *681 responses: '200': description: User was updated content: application/scim+json: - schema: *676 + schema: *677 examples: - user: *677 - '400': *662 - '401': *663 - '403': *664 + user: *678 + '400': *663 + '401': *664 + '403': *665 '404': *6 - '409': *671 - '429': *665 - '500': *666 + '409': *672 + '429': *666 + '500': *667 x-github: enabledForGitHubApps: true githubCloudOnly: true @@ -99276,13 +99283,13 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/enterprise-admin/scim#update-an-attribute-for-a-scim-enterprise-user parameters: - - *678 + - *679 - *38 requestBody: required: true content: application/json: - schema: *681 + schema: *682 examples: userMultiValuedProperties: summary: Multi Valued Property @@ -99322,18 +99329,18 @@ paths: description: Success, user was updated content: application/scim+json: - schema: *676 - examples: - userMultiValuedProperties: *677 - userSingleValuedProperties: *677 - disableUser: *677 - '400': *662 - '401': *663 - '403': *664 + schema: *677 + examples: + userMultiValuedProperties: *678 + userSingleValuedProperties: *678 + disableUser: *678 + '400': *663 + '401': *664 + '403': *665 '404': *6 - '409': *671 - '429': *665 - '500': *666 + '409': *672 + '429': *666 + '500': *667 x-github: enabledForGitHubApps: true githubCloudOnly: true @@ -99353,17 +99360,17 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/enterprise-admin/scim#delete-a-scim-user-from-an-enterprise parameters: - - *678 + - *679 - *38 responses: '204': description: User was deleted, no content - '400': *662 - '401': *663 - '403': *664 + '400': *663 + '401': *664 + '403': *665 '404': *6 - '429': *665 - '500': *666 + '429': *666 + '500': *667 x-github: enabledForGitHubApps: true githubCloudOnly: true @@ -99454,7 +99461,7 @@ paths: - 1 Resources: type: array - items: &682 + items: &683 title: SCIM /Users description: SCIM /Users provisioning endpoints type: object @@ -99701,22 +99708,22 @@ paths: lastModified: '2017-03-09T16:11:13-05:00' location: https://api.github.com/scim/v2/organizations/octo-org/Users/77563764-eb6-24-0598234-958243 '304': *35 - '404': &683 + '404': &684 description: Resource not found content: application/json: - schema: *660 + schema: *661 application/scim+json: - schema: *660 - '403': &684 + schema: *661 + '403': &685 description: Forbidden content: application/json: - schema: *660 + schema: *661 application/scim+json: - schema: *660 - '400': *662 - '429': *665 + schema: *661 + '400': *663 + '429': *666 x-github: githubCloudOnly: true enabledForGitHubApps: true @@ -99742,9 +99749,9 @@ paths: description: Response content: application/scim+json: - schema: *682 + schema: *683 examples: - default: &685 + default: &686 value: schemas: - urn:ietf:params:scim:schemas:core:2.0:User @@ -99767,17 +99774,17 @@ paths: lastModified: '2017-03-09T16:11:13-05:00' location: https://api.github.com/scim/v2/organizations/octo-org/Users/edefdfedf-050c-11e7-8d32 '304': *35 - '404': *683 - '403': *684 - '500': *666 + '404': *684 + '403': *685 + '500': *667 '409': description: Conflict content: application/json: - schema: *660 + schema: *661 application/scim+json: - schema: *660 - '400': *662 + schema: *661 + '400': *663 requestBody: required: true content: @@ -99877,17 +99884,17 @@ paths: url: https://docs.github.com/enterprise-cloud@latest//rest/scim/scim#get-scim-provisioning-information-for-a-user parameters: - *163 - - *678 + - *679 responses: '200': description: Response content: application/scim+json: - schema: *682 + schema: *683 examples: - default: *685 - '404': *683 - '403': *684 + default: *686 + '404': *684 + '403': *685 '304': *35 x-github: githubCloudOnly: true @@ -99911,18 +99918,18 @@ paths: url: https://docs.github.com/enterprise-cloud@latest//rest/scim/scim#update-a-provisioned-organization-membership parameters: - *163 - - *678 + - *679 responses: '200': description: Response content: application/scim+json: - schema: *682 + schema: *683 examples: - default: *685 + default: *686 '304': *35 - '404': *683 - '403': *684 + '404': *684 + '403': *685 requestBody: required: true content: @@ -100037,19 +100044,19 @@ paths: url: https://docs.github.com/enterprise-cloud@latest//rest/scim/scim#update-an-attribute-for-a-scim-user parameters: - *163 - - *678 + - *679 responses: '200': description: Response content: application/scim+json: - schema: *682 + schema: *683 examples: - default: *685 + default: *686 '304': *35 - '404': *683 - '403': *684 - '400': *662 + '404': *684 + '403': *685 + '400': *663 '429': description: Response content: @@ -100145,12 +100152,12 @@ paths: url: https://docs.github.com/enterprise-cloud@latest//rest/scim/scim#delete-a-scim-user-from-an-organization parameters: - *163 - - *678 + - *679 responses: '204': description: Response - '404': *683 - '403': *684 + '404': *684 + '403': *685 '304': *35 x-github: githubCloudOnly: true @@ -100284,7 +100291,7 @@ paths: examples: - 73..77 - 77..78 - text_matches: &686 + text_matches: &687 title: Search Result Text Matches type: array items: @@ -100448,7 +100455,7 @@ paths: enum: - author-date - committer-date - - &687 + - &688 name: order description: Determines whether the first search result returned is the highest number of matches (`desc`) or lowest number of matches (`asc`). This parameter @@ -100517,7 +100524,7 @@ paths: committer: anyOf: - type: 'null' - - *421 + - *422 comment_count: type: integer message: @@ -100536,7 +100543,7 @@ paths: url: type: string format: uri - verification: *534 + verification: *535 required: - author - committer @@ -100551,7 +100558,7 @@ paths: committer: anyOf: - type: 'null' - - *421 + - *422 parents: type: array items: @@ -100568,7 +100575,7 @@ paths: type: number node_id: type: string - text_matches: *686 + text_matches: *687 required: - sha - node_id @@ -100751,7 +100758,7 @@ paths: - interactions - created - updated - - *687 + - *688 - *17 - *19 - name: advanced_search @@ -100875,7 +100882,7 @@ paths: milestone: anyOf: - type: 'null' - - *486 + - *487 comments: type: integer created_at: @@ -100889,7 +100896,7 @@ paths: - string - 'null' format: date-time - text_matches: *686 + text_matches: *687 pull_request: type: object properties: @@ -100938,7 +100945,7 @@ paths: timeline_url: type: string format: uri - type: *279 + type: *280 performed_via_github_app: anyOf: - type: 'null' @@ -101115,7 +101122,7 @@ paths: enum: - created - updated - - *687 + - *688 - *17 - *19 responses: @@ -101160,7 +101167,7 @@ paths: - 'null' score: type: number - text_matches: *686 + text_matches: *687 required: - id - node_id @@ -101246,7 +101253,7 @@ paths: - forks - help-wanted-issues - updated - - *687 + - *688 - *17 - *19 responses: @@ -101483,7 +101490,7 @@ paths: - admin - pull - push - text_matches: *686 + text_matches: *687 temp_clone_token: type: string allow_merge_commit: @@ -101792,7 +101799,7 @@ paths: - string - 'null' format: uri - text_matches: *686 + text_matches: *687 related: type: - array @@ -101987,7 +101994,7 @@ paths: - followers - repositories - joined - - *687 + - *688 - *17 - *19 responses: @@ -102097,7 +102104,7 @@ paths: type: - boolean - 'null' - text_matches: *686 + text_matches: *687 blog: type: - string @@ -102179,7 +102186,7 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/teams/teams#get-a-team-legacy parameters: - - &688 + - &689 name: team_id description: The unique identifier of the team. in: path @@ -102191,9 +102198,9 @@ paths: description: Response content: application/json: - schema: *345 + schema: *346 examples: - default: *346 + default: *347 '404': *6 x-github: githubCloudOnly: false @@ -102220,7 +102227,7 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/teams/teams#update-a-team-legacy parameters: - - *688 + - *689 requestBody: required: true content: @@ -102284,16 +102291,16 @@ paths: description: Response when the updated information already exists content: application/json: - schema: *345 + schema: *346 examples: - default: *346 + default: *347 '201': description: Response content: application/json: - schema: *345 + schema: *346 examples: - default: *346 + default: *347 '404': *6 '422': *15 '403': *27 @@ -102321,7 +102328,7 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/teams/teams#delete-a-team-legacy parameters: - - *688 + - *689 responses: '204': description: Response @@ -102352,7 +102359,7 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/teams/discussions#list-discussions-legacy parameters: - - *688 + - *689 - *84 - *17 - *19 @@ -102363,9 +102370,9 @@ paths: application/json: schema: type: array - items: *347 + items: *348 examples: - default: *689 + default: *690 headers: Link: *37 x-github: @@ -102394,7 +102401,7 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/teams/discussions#create-a-discussion-legacy parameters: - - *688 + - *689 requestBody: required: true content: @@ -102428,9 +102435,9 @@ paths: description: Response content: application/json: - schema: *347 + schema: *348 examples: - default: *348 + default: *349 x-github: triggersNotification: true githubCloudOnly: false @@ -102457,16 +102464,16 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/teams/discussions#get-a-discussion-legacy parameters: - - *688 - - *349 + - *689 + - *350 responses: '200': description: Response content: application/json: - schema: *347 + schema: *348 examples: - default: *348 + default: *349 x-github: githubCloudOnly: false enabledForGitHubApps: true @@ -102491,8 +102498,8 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/teams/discussions#update-a-discussion-legacy parameters: - - *688 - - *349 + - *689 + - *350 requestBody: required: false content: @@ -102515,9 +102522,9 @@ paths: description: Response content: application/json: - schema: *347 + schema: *348 examples: - default: *690 + default: *691 x-github: githubCloudOnly: false enabledForGitHubApps: true @@ -102542,8 +102549,8 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/teams/discussions#delete-a-discussion-legacy parameters: - - *688 - - *349 + - *689 + - *350 responses: '204': description: Response @@ -102572,8 +102579,8 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/teams/discussion-comments#list-discussion-comments-legacy parameters: - - *688 - - *349 + - *689 + - *350 - *84 - *17 - *19 @@ -102584,9 +102591,9 @@ paths: application/json: schema: type: array - items: *350 + items: *351 examples: - default: *691 + default: *692 headers: Link: *37 x-github: @@ -102615,8 +102622,8 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/teams/discussion-comments#create-a-discussion-comment-legacy parameters: - - *688 - - *349 + - *689 + - *350 requestBody: required: true content: @@ -102638,9 +102645,9 @@ paths: description: Response content: application/json: - schema: *350 + schema: *351 examples: - default: *351 + default: *352 x-github: triggersNotification: true githubCloudOnly: false @@ -102667,17 +102674,17 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/teams/discussion-comments#get-a-discussion-comment-legacy parameters: - - *688 - - *349 - - *352 + - *689 + - *350 + - *353 responses: '200': description: Response content: application/json: - schema: *350 + schema: *351 examples: - default: *351 + default: *352 x-github: githubCloudOnly: false enabledForGitHubApps: true @@ -102702,9 +102709,9 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/teams/discussion-comments#update-a-discussion-comment-legacy parameters: - - *688 - - *349 - - *352 + - *689 + - *350 + - *353 requestBody: required: true content: @@ -102726,9 +102733,9 @@ paths: description: Response content: application/json: - schema: *350 + schema: *351 examples: - default: *692 + default: *693 x-github: githubCloudOnly: false enabledForGitHubApps: true @@ -102753,9 +102760,9 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/teams/discussion-comments#delete-a-discussion-comment-legacy parameters: - - *688 - - *349 - - *352 + - *689 + - *350 + - *353 responses: '204': description: Response @@ -102784,9 +102791,9 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/reactions/reactions#list-reactions-for-a-team-discussion-comment-legacy parameters: - - *688 - - *349 - - *352 + - *689 + - *350 + - *353 - name: content description: Returns a single [reaction type](https://docs.github.com/enterprise-cloud@latest//rest/reactions/reactions#about-reactions). Omit this parameter to list all reactions to a team discussion comment. @@ -102812,9 +102819,9 @@ paths: application/json: schema: type: array - items: *353 + items: *354 examples: - default: *355 + default: *356 headers: Link: *37 x-github: @@ -102843,9 +102850,9 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/reactions/reactions#create-reaction-for-a-team-discussion-comment-legacy parameters: - - *688 - - *349 - - *352 + - *689 + - *350 + - *353 requestBody: required: true content: @@ -102877,9 +102884,9 @@ paths: description: Response content: application/json: - schema: *353 + schema: *354 examples: - default: *354 + default: *355 x-github: githubCloudOnly: false enabledForGitHubApps: true @@ -102905,8 +102912,8 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/reactions/reactions#list-reactions-for-a-team-discussion-legacy parameters: - - *688 - - *349 + - *689 + - *350 - name: content description: Returns a single [reaction type](https://docs.github.com/enterprise-cloud@latest//rest/reactions/reactions#about-reactions). Omit this parameter to list all reactions to a team discussion. @@ -102932,9 +102939,9 @@ paths: application/json: schema: type: array - items: *353 + items: *354 examples: - default: *355 + default: *356 headers: Link: *37 x-github: @@ -102963,8 +102970,8 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/reactions/reactions#create-reaction-for-a-team-discussion-legacy parameters: - - *688 - - *349 + - *689 + - *350 requestBody: required: true content: @@ -102996,9 +103003,9 @@ paths: description: Response content: application/json: - schema: *353 + schema: *354 examples: - default: *354 + default: *355 x-github: githubCloudOnly: false enabledForGitHubApps: false @@ -103022,7 +103029,7 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/teams/members#list-pending-team-invitations-legacy parameters: - - *688 + - *689 - *17 - *19 responses: @@ -103032,9 +103039,9 @@ paths: application/json: schema: type: array - items: *276 + items: *277 examples: - default: *277 + default: *278 headers: Link: *37 x-github: @@ -103060,7 +103067,7 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/teams/members#list-team-members-legacy parameters: - - *688 + - *689 - name: role description: Filters members returned by their role in the team. in: query @@ -103083,7 +103090,7 @@ paths: type: array items: *4 examples: - default: *284 + default: *285 headers: Link: *37 '404': *6 @@ -103111,7 +103118,7 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/teams/members#get-team-member-legacy parameters: - - *688 + - *689 - *211 responses: '204': @@ -103148,7 +103155,7 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/teams/members#add-team-member-legacy parameters: - - *688 + - *689 - *211 responses: '204': @@ -103188,7 +103195,7 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/teams/members#remove-team-member-legacy parameters: - - *688 + - *689 - *211 responses: '204': @@ -103225,16 +103232,16 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/teams/members#get-team-membership-for-a-user-legacy parameters: - - *688 + - *689 - *211 responses: '200': description: Response content: application/json: - schema: *361 + schema: *362 examples: - response-if-user-is-a-team-maintainer: *693 + response-if-user-is-a-team-maintainer: *694 '404': *6 x-github: githubCloudOnly: false @@ -103267,7 +103274,7 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/teams/members#add-or-update-team-membership-for-a-user-legacy parameters: - - *688 + - *689 - *211 requestBody: required: false @@ -103293,9 +103300,9 @@ paths: description: Response content: application/json: - schema: *361 + schema: *362 examples: - response-if-users-membership-with-team-is-now-pending: *694 + response-if-users-membership-with-team-is-now-pending: *695 '403': description: Forbidden if team synchronization is set up '422': @@ -103329,7 +103336,7 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/teams/members#remove-team-membership-for-a-user-legacy parameters: - - *688 + - *689 - *211 responses: '204': @@ -103358,7 +103365,7 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/teams/teams#list-team-projects-legacy parameters: - - *688 + - *689 - *17 - *19 responses: @@ -103368,9 +103375,9 @@ paths: application/json: schema: type: array - items: *362 + items: *363 examples: - default: *695 + default: *696 headers: Link: *37 '404': *6 @@ -103396,16 +103403,16 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/teams/teams#check-team-permissions-for-a-project-legacy parameters: - - *688 - - *363 + - *689 + - *364 responses: '200': description: Response content: application/json: - schema: *362 + schema: *363 examples: - default: *696 + default: *697 '404': description: Not Found if project is not managed by this team x-github: @@ -103429,8 +103436,8 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/teams/teams#add-or-update-team-project-permissions-legacy parameters: - - *688 - - *363 + - *689 + - *364 requestBody: required: false content: @@ -103497,8 +103504,8 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/teams/teams#remove-a-project-from-a-team-legacy parameters: - - *688 - - *363 + - *689 + - *364 responses: '204': description: Response @@ -103525,7 +103532,7 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/teams/teams#list-team-repositories-legacy parameters: - - *688 + - *689 - *17 - *19 responses: @@ -103537,7 +103544,7 @@ paths: type: array items: *189 examples: - default: *302 + default: *303 headers: Link: *37 '404': *6 @@ -103567,15 +103574,15 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/teams/teams#check-team-permissions-for-a-repository-legacy parameters: - - *688 - - *364 + - *689 - *365 + - *366 responses: '200': description: Alternative response with extra repository information content: application/json: - schema: *697 + schema: *698 examples: alternative-response-with-extra-repository-information: value: @@ -103726,9 +103733,9 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/teams/teams#add-or-update-team-repository-permissions-legacy parameters: - - *688 - - *364 + - *689 - *365 + - *366 requestBody: required: false content: @@ -103778,9 +103785,9 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/teams/teams#remove-a-repository-from-a-team-legacy parameters: - - *688 - - *364 + - *689 - *365 + - *366 responses: '204': description: Response @@ -103809,15 +103816,15 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/teams/team-sync#list-idp-groups-for-a-team-legacy parameters: - - *688 + - *689 responses: '200': description: Response content: application/json: - schema: *366 + schema: *367 examples: - default: *367 + default: *368 '403': *27 '404': *6 x-github: @@ -103844,7 +103851,7 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/teams/team-sync#create-or-update-idp-group-connections-legacy parameters: - - *688 + - *689 requestBody: required: true content: @@ -103905,7 +103912,7 @@ paths: description: Response content: application/json: - schema: *366 + schema: *367 examples: default: value: @@ -103936,7 +103943,7 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/teams/teams#list-child-teams-legacy parameters: - - *688 + - *689 - *17 - *19 responses: @@ -103948,7 +103955,7 @@ paths: type: array items: *220 examples: - response-if-child-teams-exist: *698 + response-if-child-teams-exist: *699 headers: Link: *37 '404': *6 @@ -103981,7 +103988,7 @@ paths: application/json: schema: oneOf: - - &700 + - &701 title: Private User description: Private User type: object @@ -104231,7 +104238,7 @@ paths: - private_gists - total_private_repos - two_factor_authentication - - *699 + - *700 examples: response-with-public-and-private-profile-information: summary: Response with public and private profile information @@ -104391,7 +104398,7 @@ paths: description: Response content: application/json: - schema: *700 + schema: *701 examples: default: value: @@ -104470,7 +104477,7 @@ paths: type: array items: *4 examples: - default: *284 + default: *285 '304': *35 '404': *6 '403': *27 @@ -104594,9 +104601,9 @@ paths: type: integer codespaces: type: array - items: *285 + items: *286 examples: - default: *286 + default: *287 '304': *35 '500': *95 '401': *23 @@ -104735,17 +104742,17 @@ paths: description: Response when the codespace was successfully created content: application/json: - schema: *285 + schema: *286 examples: - default: *473 + default: *474 '202': description: Response when the codespace creation partially failed but is being retried in the background content: application/json: - schema: *285 + schema: *286 examples: - default: *473 + default: *474 '401': *23 '403': *27 '404': *6 @@ -104789,7 +104796,7 @@ paths: type: integer secrets: type: array - items: &701 + items: &702 title: Codespaces Secret description: Secrets for a GitHub Codespace. type: object @@ -104831,7 +104838,7 @@ paths: - visibility - selected_repositories_url examples: - default: *475 + default: *476 headers: Link: *37 x-github: @@ -104909,7 +104916,7 @@ paths: description: Response content: application/json: - schema: *701 + schema: *702 examples: default: value: @@ -105055,7 +105062,7 @@ paths: type: array items: *189 examples: - default: *702 + default: *703 '401': *23 '403': *27 '404': *6 @@ -105199,15 +105206,15 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/codespaces/codespaces#get-a-codespace-for-the-authenticated-user parameters: - - *287 + - *288 responses: '200': description: Response content: application/json: - schema: *285 + schema: *286 examples: - default: *473 + default: *474 '304': *35 '500': *95 '401': *23 @@ -105233,7 +105240,7 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/codespaces/codespaces#update-a-codespace-for-the-authenticated-user parameters: - - *287 + - *288 requestBody: required: false content: @@ -105263,9 +105270,9 @@ paths: description: Response content: application/json: - schema: *285 + schema: *286 examples: - default: *473 + default: *474 '401': *23 '403': *27 '404': *6 @@ -105287,7 +105294,7 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/codespaces/codespaces#delete-a-codespace-for-the-authenticated-user parameters: - - *287 + - *288 responses: '202': *93 '304': *35 @@ -105316,13 +105323,13 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/codespaces/codespaces#export-a-codespace-for-the-authenticated-user parameters: - - *287 + - *288 responses: '202': description: Response content: application/json: - schema: &703 + schema: &704 type: object title: Fetches information about an export of a codespace. description: An export of a codespace. Also, latest export details @@ -105375,7 +105382,7 @@ paths: examples: - https://github.com/octocat/hello-world/tree/:branch examples: - default: &704 + default: &705 value: state: succeeded completed_at: '2022-01-01T14:59:22Z' @@ -105407,7 +105414,7 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/codespaces/codespaces#get-details-about-a-codespace-export parameters: - - *287 + - *288 - name: export_id in: path required: true @@ -105420,9 +105427,9 @@ paths: description: Response content: application/json: - schema: *703 + schema: *704 examples: - default: *704 + default: *705 '404': *6 x-github: githubCloudOnly: false @@ -105443,7 +105450,7 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/codespaces/machines#list-machine-types-for-a-codespace parameters: - - *287 + - *288 responses: '200': description: Response @@ -105459,9 +105466,9 @@ paths: type: integer machines: type: array - items: *474 + items: *475 examples: - default: *705 + default: *706 '304': *35 '500': *95 '401': *23 @@ -105490,7 +105497,7 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/codespaces/codespaces#create-a-repository-from-an-unpublished-codespace parameters: - - *287 + - *288 requestBody: required: true content: @@ -105546,11 +105553,11 @@ paths: - 26a7c758-7299-4a73-b978-5a92a7ae98a0 owner: *4 billable_owner: *4 - repository: *377 + repository: *378 machine: anyOf: - type: 'null' - - *474 + - *475 devcontainer_path: description: Path to devcontainer.json from repo root used to create Codespace. @@ -106347,15 +106354,15 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/codespaces/codespaces#start-a-codespace-for-the-authenticated-user parameters: - - *287 + - *288 responses: '200': description: Response content: application/json: - schema: *285 + schema: *286 examples: - default: *473 + default: *474 '304': *35 '500': *95 '400': *14 @@ -106387,15 +106394,15 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/codespaces/codespaces#stop-a-codespace-for-the-authenticated-user parameters: - - *287 + - *288 responses: '200': description: Response content: application/json: - schema: *285 + schema: *286 examples: - default: *473 + default: *474 '500': *95 '401': *23 '403': *27 @@ -106425,9 +106432,9 @@ paths: application/json: schema: type: array - items: *296 + items: *297 examples: - default: &718 + default: &719 value: - id: 197 name: hello_docker @@ -106528,7 +106535,7 @@ paths: application/json: schema: type: array - items: &706 + items: &707 title: Email description: Email type: object @@ -106598,9 +106605,9 @@ paths: application/json: schema: type: array - items: *706 + items: *707 examples: - default: &720 + default: &721 value: - email: octocat@github.com verified: true @@ -106677,7 +106684,7 @@ paths: application/json: schema: type: array - items: *706 + items: *707 examples: default: value: @@ -106789,7 +106796,7 @@ paths: type: array items: *4 examples: - default: *284 + default: *285 headers: Link: *37 '304': *35 @@ -106822,7 +106829,7 @@ paths: type: array items: *4 examples: - default: *284 + default: *285 headers: Link: *37 '304': *35 @@ -106935,7 +106942,7 @@ paths: application/json: schema: type: array - items: &707 + items: &708 title: GPG Key description: A unique encryption key type: object @@ -107080,7 +107087,7 @@ paths: - subkeys - revoked examples: - default: &731 + default: &732 value: - id: 3 name: Octocat's GPG Key @@ -107165,9 +107172,9 @@ paths: description: Response content: application/json: - schema: *707 + schema: *708 examples: - default: &708 + default: &709 value: id: 3 name: Octocat's GPG Key @@ -107224,7 +107231,7 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/users/gpg-keys#get-a-gpg-key-for-the-authenticated-user parameters: - - &709 + - &710 name: gpg_key_id description: The unique identifier of the GPG key. in: path @@ -107236,9 +107243,9 @@ paths: description: Response content: application/json: - schema: *707 + schema: *708 examples: - default: *708 + default: *709 '404': *6 '304': *35 '403': *27 @@ -107261,7 +107268,7 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/users/gpg-keys#delete-a-gpg-key-for-the-authenticated-user parameters: - - *709 + - *710 responses: '204': description: Response @@ -107452,7 +107459,7 @@ paths: type: array items: *61 examples: - default: *710 + default: *711 headers: Link: *37 '404': *6 @@ -107537,12 +107544,12 @@ paths: application/json: schema: anyOf: - - *274 + - *275 - type: object properties: {} additionalProperties: false examples: - default: *275 + default: *276 '204': description: Response when there are no restrictions x-github: @@ -107566,7 +107573,7 @@ paths: required: true content: application/json: - schema: *545 + schema: *546 examples: default: value: @@ -107577,7 +107584,7 @@ paths: description: Response content: application/json: - schema: *274 + schema: *275 examples: default: value: @@ -107658,7 +107665,7 @@ paths: - closed - all default: open - - *282 + - *283 - name: sort description: What to sort results by. in: query @@ -107683,7 +107690,7 @@ paths: type: array items: *147 examples: - default: *283 + default: *284 headers: Link: *37 '404': *6 @@ -107716,7 +107723,7 @@ paths: application/json: schema: type: array - items: &711 + items: &712 title: Key description: Key type: object @@ -107814,9 +107821,9 @@ paths: description: Response content: application/json: - schema: *711 + schema: *712 examples: - default: &712 + default: &713 value: key: 2Sg8iYjAxxmI2LvUXpJjkYrMxURPc8r+dB7TJyvv1234 id: 2 @@ -107849,15 +107856,15 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/users/keys#get-a-public-ssh-key-for-the-authenticated-user parameters: - - *572 + - *573 responses: '200': description: Response content: application/json: - schema: *711 + schema: *712 examples: - default: *712 + default: *713 '404': *6 '304': *35 '403': *27 @@ -107880,7 +107887,7 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/users/keys#delete-a-public-ssh-key-for-the-authenticated-user parameters: - - *572 + - *573 responses: '204': description: Response @@ -107913,7 +107920,7 @@ paths: application/json: schema: type: array - items: &713 + items: &714 title: User Marketplace Purchase description: User Marketplace Purchase type: object @@ -107992,7 +107999,7 @@ paths: - account - plan examples: - default: &714 + default: &715 value: - billing_cycle: monthly next_billing_date: '2017-11-11T00:00:00Z' @@ -108054,9 +108061,9 @@ paths: application/json: schema: type: array - items: *713 + items: *714 examples: - default: *714 + default: *715 headers: Link: *37 '304': *35 @@ -108096,7 +108103,7 @@ paths: application/json: schema: type: array - items: *288 + items: *289 examples: default: value: @@ -108204,7 +108211,7 @@ paths: description: Response content: application/json: - schema: *288 + schema: *289 examples: default: value: @@ -108287,7 +108294,7 @@ paths: description: Response content: application/json: - schema: *288 + schema: *289 examples: default: value: @@ -108355,7 +108362,7 @@ paths: application/json: schema: type: array - items: *290 + items: *291 examples: default: value: @@ -108617,7 +108624,7 @@ paths: description: Response content: application/json: - schema: *290 + schema: *291 examples: default: value: @@ -108797,7 +108804,7 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/migrations/users#get-a-user-migration-status parameters: - - *291 + - *292 - name: exclude in: query required: false @@ -108810,7 +108817,7 @@ paths: description: Response content: application/json: - schema: *290 + schema: *291 examples: default: value: @@ -109004,7 +109011,7 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/migrations/users#download-a-user-migration-archive parameters: - - *291 + - *292 responses: '302': description: Response @@ -109030,7 +109037,7 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/migrations/users#delete-a-user-migration-archive parameters: - - *291 + - *292 responses: '204': description: Response @@ -109059,8 +109066,8 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/migrations/users#unlock-a-user-repository parameters: - - *291 - - *715 + - *292 + - *716 responses: '204': description: Response @@ -109084,7 +109091,7 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/migrations/users#list-repositories-for-a-user-migration parameters: - - *291 + - *292 - *17 - *19 responses: @@ -109096,7 +109103,7 @@ paths: type: array items: *189 examples: - default: *302 + default: *303 headers: Link: *37 '404': *6 @@ -109133,7 +109140,7 @@ paths: type: array items: *56 examples: - default: *716 + default: *717 headers: Link: *37 '304': *35 @@ -109175,7 +109182,7 @@ paths: - docker - nuget - container - - *717 + - *718 - *19 - *17 responses: @@ -109185,10 +109192,10 @@ paths: application/json: schema: type: array - items: *296 + items: *297 examples: - default: *718 - '400': *719 + default: *719 + '400': *720 x-github: githubCloudOnly: false enabledForGitHubApps: false @@ -109208,16 +109215,16 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/packages/packages#get-a-package-for-the-authenticated-user parameters: - - *298 - *299 + - *300 responses: '200': description: Response content: application/json: - schema: *296 + schema: *297 examples: - default: &732 + default: &733 value: id: 40201 name: octo-name @@ -109330,8 +109337,8 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/packages/packages#delete-a-package-for-the-authenticated-user parameters: - - *298 - *299 + - *300 responses: '204': description: Response @@ -109361,8 +109368,8 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/packages/packages#restore-a-package-for-the-authenticated-user parameters: - - *298 - *299 + - *300 - name: token description: package token schema: @@ -109394,8 +109401,8 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/packages/packages#list-package-versions-for-a-package-owned-by-the-authenticated-user parameters: - - *298 - *299 + - *300 - *19 - *17 - name: state @@ -109415,7 +109422,7 @@ paths: application/json: schema: type: array - items: *300 + items: *301 examples: default: value: @@ -109464,15 +109471,15 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/packages/packages#get-a-package-version-for-the-authenticated-user parameters: - - *298 - *299 - - *301 + - *300 + - *302 responses: '200': description: Response content: application/json: - schema: *300 + schema: *301 examples: default: value: @@ -109508,9 +109515,9 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/packages/packages#delete-a-package-version-for-the-authenticated-user parameters: - - *298 - *299 - - *301 + - *300 + - *302 responses: '204': description: Response @@ -109540,9 +109547,9 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/packages/packages#restore-a-package-version-for-the-authenticated-user parameters: - - *298 - *299 - - *301 + - *300 + - *302 responses: '204': description: Response @@ -109600,7 +109607,7 @@ paths: description: Response content: application/json: - schema: *312 + schema: *313 examples: default: value: @@ -109672,9 +109679,9 @@ paths: application/json: schema: type: array - items: *706 + items: *707 examples: - default: *720 + default: *721 headers: Link: *37 '304': *35 @@ -109787,7 +109794,7 @@ paths: type: array items: *61 examples: - default: &727 + default: &728 summary: Default response value: - id: 1296269 @@ -110105,9 +110112,9 @@ paths: description: Response content: application/json: - schema: *377 + schema: *378 examples: - default: *379 + default: *380 headers: Location: example: https://api.github.com/repos/octocat/Hello-World @@ -110145,9 +110152,9 @@ paths: application/json: schema: type: array - items: *547 + items: *548 examples: - default: *721 + default: *722 headers: Link: *37 '304': *35 @@ -110170,7 +110177,7 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/collaborators/invitations#accept-a-repository-invitation parameters: - - *278 + - *279 responses: '204': description: Response @@ -110193,7 +110200,7 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/collaborators/invitations#decline-a-repository-invitation parameters: - - *278 + - *279 responses: '204': description: Response @@ -110226,7 +110233,7 @@ paths: application/json: schema: type: array - items: &722 + items: &723 title: Social account description: Social media account type: object @@ -110243,7 +110250,7 @@ paths: - provider - url examples: - default: &723 + default: &724 value: - provider: twitter url: https://twitter.com/github @@ -110306,9 +110313,9 @@ paths: application/json: schema: type: array - items: *722 + items: *723 examples: - default: *723 + default: *724 '422': *15 '304': *35 '404': *6 @@ -110396,7 +110403,7 @@ paths: application/json: schema: type: array - items: &724 + items: &725 title: SSH Signing Key description: A public SSH key used to sign Git commits type: object @@ -110416,7 +110423,7 @@ paths: - title - created_at examples: - default: &733 + default: &734 value: - key: 2Sg8iYjAxxmI2LvUXpJjkYrMxURPc8r+dB7TJyvv1234 id: 2 @@ -110483,9 +110490,9 @@ paths: description: Response content: application/json: - schema: *724 + schema: *725 examples: - default: &725 + default: &726 value: key: 2Sg8iYjAxxmI2LvUXpJjkYrMxURPc8r+dB7TJyvv1234 id: 2 @@ -110516,7 +110523,7 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/users/ssh-signing-keys#get-an-ssh-signing-key-for-the-authenticated-user parameters: - - &726 + - &727 name: ssh_signing_key_id description: The unique identifier of the SSH signing key. in: path @@ -110528,9 +110535,9 @@ paths: description: Response content: application/json: - schema: *724 + schema: *725 examples: - default: *725 + default: *726 '404': *6 '304': *35 '403': *27 @@ -110553,7 +110560,7 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/users/ssh-signing-keys#delete-an-ssh-signing-key-for-the-authenticated-user parameters: - - *726 + - *727 responses: '204': description: Response @@ -110582,7 +110589,7 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/activity/starring#list-repositories-starred-by-the-authenticated-user parameters: - - &734 + - &735 name: sort description: The property to sort the results by. `created` means when the repository was starred. `updated` means when the repository was last pushed @@ -110607,11 +110614,11 @@ paths: type: array items: *61 examples: - default-response: *727 + default-response: *728 application/vnd.github.v3.star+json: schema: type: array - items: &735 + items: &736 title: Starred Repository description: Starred Repository type: object @@ -110767,8 +110774,8 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/activity/starring#check-if-a-repository-is-starred-by-the-authenticated-user parameters: - - *364 - *365 + - *366 responses: '204': description: Response if this repository is starred by you @@ -110796,8 +110803,8 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/activity/starring#star-a-repository-for-the-authenticated-user parameters: - - *364 - *365 + - *366 responses: '204': description: Response @@ -110821,8 +110828,8 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/activity/starring#unstar-a-repository-for-the-authenticated-user parameters: - - *364 - *365 + - *366 responses: '204': description: Response @@ -110857,7 +110864,7 @@ paths: type: array items: *189 examples: - default: *302 + default: *303 headers: Link: *37 '304': *35 @@ -110894,7 +110901,7 @@ paths: application/json: schema: type: array - items: *345 + items: *346 examples: default: value: @@ -110980,10 +110987,10 @@ paths: application/json: schema: oneOf: + - *701 - *700 - - *699 examples: - default-response: &729 + default-response: &730 summary: Default response value: login: octocat @@ -111018,7 +111025,7 @@ paths: following: 0 created_at: '2008-01-14T04:33:35Z' updated_at: '2008-01-14T04:33:35Z' - response-with-git-hub-plan-information: &730 + response-with-git-hub-plan-information: &731 summary: Response with GitHub plan information value: login: octocat @@ -111078,7 +111085,7 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/users/users#list-users parameters: - - *728 + - *729 - *17 responses: '200': @@ -111089,7 +111096,7 @@ paths: type: array items: *4 examples: - default: *284 + default: *285 headers: Link: example: ; rel="next" @@ -111127,11 +111134,11 @@ paths: application/json: schema: oneOf: + - *701 - *700 - - *699 examples: - default-response: *729 - response-with-git-hub-plan-information: *730 + default-response: *730 + response-with-git-hub-plan-information: *731 '404': *6 x-github: githubCloudOnly: false @@ -111207,7 +111214,7 @@ paths: bundle_url: type: string examples: - default: *417 + default: *418 '201': description: Response content: @@ -111246,9 +111253,9 @@ paths: application/json: schema: type: array - items: *296 + items: *297 examples: - default: *718 + default: *719 '403': *27 '401': *23 x-github: @@ -111531,7 +111538,7 @@ paths: type: array items: *4 examples: - default: *284 + default: *285 headers: Link: *37 x-github: @@ -111562,7 +111569,7 @@ paths: type: array items: *4 examples: - default: *284 + default: *285 headers: Link: *37 x-github: @@ -111652,9 +111659,9 @@ paths: application/json: schema: type: array - items: *707 + items: *708 examples: - default: *731 + default: *732 headers: Link: *37 x-github: @@ -111758,7 +111765,7 @@ paths: application/json: schema: *20 examples: - default: *544 + default: *545 x-github: githubCloudOnly: false enabledForGitHubApps: false @@ -111836,7 +111843,7 @@ paths: type: array items: *56 examples: - default: *716 + default: *717 headers: Link: *37 x-github: @@ -111875,7 +111882,7 @@ paths: - docker - nuget - container - - *717 + - *718 - *211 - *19 - *17 @@ -111886,12 +111893,12 @@ paths: application/json: schema: type: array - items: *296 + items: *297 examples: - default: *718 + default: *719 '403': *27 '401': *23 - '400': *719 + '400': *720 x-github: githubCloudOnly: false enabledForGitHubApps: false @@ -111911,17 +111918,17 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/packages/packages#get-a-package-for-a-user parameters: - - *298 - *299 + - *300 - *211 responses: '200': description: Response content: application/json: - schema: *296 + schema: *297 examples: - default: *732 + default: *733 x-github: githubCloudOnly: false enabledForGitHubApps: false @@ -111942,8 +111949,8 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/packages/packages#delete-a-package-for-a-user parameters: - - *298 - *299 + - *300 - *211 responses: '204': @@ -111976,8 +111983,8 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/packages/packages#restore-a-package-for-a-user parameters: - - *298 - *299 + - *300 - *211 - name: token description: package token @@ -112010,8 +112017,8 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/packages/packages#list-package-versions-for-a-package-owned-by-a-user parameters: - - *298 - *299 + - *300 - *211 responses: '200': @@ -112020,7 +112027,7 @@ paths: application/json: schema: type: array - items: *300 + items: *301 examples: default: value: @@ -112078,16 +112085,16 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/packages/packages#get-a-package-version-for-a-user parameters: - - *298 - *299 - - *301 + - *300 + - *302 - *211 responses: '200': description: Response content: application/json: - schema: *300 + schema: *301 examples: default: value: @@ -112122,10 +112129,10 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/packages/packages#delete-package-version-for-a-user parameters: - - *298 - *299 + - *300 - *211 - - *301 + - *302 responses: '204': description: Response @@ -112157,10 +112164,10 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/packages/packages#restore-package-version-for-a-user parameters: - - *298 - *299 + - *300 - *211 - - *301 + - *302 responses: '204': description: Response @@ -112207,7 +112214,7 @@ paths: application/json: schema: type: array - items: *312 + items: *313 examples: default: value: @@ -112490,7 +112497,7 @@ paths: type: array items: *189 examples: - default: *302 + default: *303 headers: Link: *37 x-github: @@ -112520,9 +112527,9 @@ paths: description: Response content: application/json: - schema: *332 + schema: *333 examples: - default: *333 + default: *334 x-github: githubCloudOnly: false enabledForGitHubApps: false @@ -112550,9 +112557,9 @@ paths: description: Response content: application/json: - schema: *337 + schema: *338 examples: - default: *338 + default: *339 x-github: githubCloudOnly: false enabledForGitHubApps: false @@ -112580,9 +112587,9 @@ paths: description: Response content: application/json: - schema: *339 + schema: *340 examples: - default: *340 + default: *341 x-github: githubCloudOnly: false enabledForGitHubApps: false @@ -112610,9 +112617,9 @@ paths: application/json: schema: type: array - items: *722 + items: *723 examples: - default: *723 + default: *724 headers: Link: *37 x-github: @@ -112642,9 +112649,9 @@ paths: application/json: schema: type: array - items: *724 + items: *725 examples: - default: *733 + default: *734 headers: Link: *37 x-github: @@ -112669,7 +112676,7 @@ paths: url: https://docs.github.com/enterprise-cloud@latest//rest/activity/starring#list-repositories-starred-by-a-user parameters: - *211 - - *734 + - *735 - *84 - *17 - *19 @@ -112681,11 +112688,11 @@ paths: schema: anyOf: - type: array - items: *735 + items: *736 - type: array items: *61 examples: - default-response: *727 + default-response: *728 headers: Link: *37 x-github: @@ -112716,7 +112723,7 @@ paths: type: array items: *189 examples: - default: *302 + default: *303 headers: Link: *37 x-github: @@ -112845,7 +112852,7 @@ webhooks: type: string enum: - disabled - enterprise: &736 + enterprise: &737 title: Enterprise description: |- An enterprise on GitHub. Webhook payloads contain the `enterprise` property when the webhook is configured @@ -112914,7 +112921,7 @@ webhooks: - created_at - updated_at - avatar_url - installation: &737 + installation: &738 title: Simple Installation description: |- The GitHub App installation. Webhook payloads contain the `installation` property when the event is configured @@ -112935,7 +112942,7 @@ webhooks: required: - id - node_id - organization: &738 + organization: &739 title: Organization Simple description: |- A GitHub organization. Webhook payloads contain the `organization` property when the webhook is configured for an @@ -113008,7 +113015,7 @@ webhooks: - public_members_url - avatar_url - description - repository: &739 + repository: &740 title: Repository description: |- The repository on GitHub where the event occurred. Webhook payloads contain the `repository` property @@ -113921,10 +113928,10 @@ webhooks: type: string enum: - enabled - enterprise: *736 - installation: *737 - organization: *738 - repository: *739 + enterprise: *737 + installation: *738 + organization: *739 + repository: *740 sender: *4 required: - action @@ -114000,11 +114007,11 @@ webhooks: type: string enum: - created - enterprise: *736 - installation: *737 - organization: *738 - repository: *739 - rule: &740 + enterprise: *737 + installation: *738 + organization: *739 + repository: *740 + rule: &741 title: branch protection rule description: The branch protection rule. Includes a `name` and all the [branch protection settings](https://docs.github.com/enterprise-cloud@latest//github/administering-a-repository/defining-the-mergeability-of-pull-requests/about-protected-branches#about-branch-protection-settings) @@ -114227,11 +114234,11 @@ webhooks: type: string enum: - deleted - enterprise: *736 - installation: *737 - organization: *738 - repository: *739 - rule: *740 + enterprise: *737 + installation: *738 + organization: *739 + repository: *740 + rule: *741 sender: *4 required: - action @@ -114419,11 +114426,11 @@ webhooks: - everyone required: - from - enterprise: *736 - installation: *737 - organization: *738 - repository: *739 - rule: *740 + enterprise: *737 + installation: *738 + organization: *739 + repository: *740 + rule: *741 sender: *4 required: - action @@ -114494,7 +114501,7 @@ webhooks: required: true content: application/json: - schema: &743 + schema: &744 title: Exemption request cancellation event type: object properties: @@ -114502,11 +114509,11 @@ webhooks: type: string enum: - cancelled - enterprise: *736 - installation: *737 - organization: *738 - repository: *739 - exemption_request: &741 + enterprise: *737 + installation: *738 + organization: *739 + repository: *740 + exemption_request: &742 title: Exemption Request description: A request from a user to be exempted from a set of rules. @@ -114736,7 +114743,7 @@ webhooks: - array - 'null' description: The responses to the exemption request. - items: &742 + items: &743 title: Exemption response description: A response to an exemption request by a delegated bypasser. @@ -114846,7 +114853,7 @@ webhooks: required: true content: application/json: - schema: &744 + schema: &745 title: Exemption request completed event type: object properties: @@ -114854,11 +114861,11 @@ webhooks: type: string enum: - completed - enterprise: *736 - installation: *737 - organization: *738 - repository: *739 - exemption_request: *741 + enterprise: *737 + installation: *738 + organization: *739 + repository: *740 + exemption_request: *742 sender: *4 required: - action @@ -114928,7 +114935,7 @@ webhooks: required: true content: application/json: - schema: &745 + schema: &746 title: Exemption request created event type: object properties: @@ -114936,11 +114943,11 @@ webhooks: type: string enum: - created - enterprise: *736 - installation: *737 - organization: *738 - repository: *739 - exemption_request: *741 + enterprise: *737 + installation: *738 + organization: *739 + repository: *740 + exemption_request: *742 sender: *4 required: - action @@ -115010,7 +115017,7 @@ webhooks: required: true content: application/json: - schema: &746 + schema: &747 title: Exemption response dismissed event type: object properties: @@ -115018,12 +115025,12 @@ webhooks: type: string enum: - response_dismissed - enterprise: *736 - installation: *737 - organization: *738 - repository: *739 - exemption_request: *741 - exemption_response: *742 + enterprise: *737 + installation: *738 + organization: *739 + repository: *740 + exemption_request: *742 + exemption_response: *743 sender: *4 required: - action @@ -115095,7 +115102,7 @@ webhooks: required: true content: application/json: - schema: &747 + schema: &748 title: Exemption response submitted event type: object properties: @@ -115103,12 +115110,12 @@ webhooks: type: string enum: - response_submitted - enterprise: *736 - installation: *737 - organization: *738 - repository: *739 - exemption_request: *741 - exemption_response: *742 + enterprise: *737 + installation: *738 + organization: *739 + repository: *740 + exemption_request: *742 + exemption_response: *743 sender: *4 required: - action @@ -115181,7 +115188,7 @@ webhooks: required: true content: application/json: - schema: *743 + schema: *744 responses: '200': description: Return a 200 status to indicate that the data was received @@ -115248,7 +115255,7 @@ webhooks: required: true content: application/json: - schema: *744 + schema: *745 responses: '200': description: Return a 200 status to indicate that the data was received @@ -115315,7 +115322,7 @@ webhooks: required: true content: application/json: - schema: *745 + schema: *746 responses: '200': description: Return a 200 status to indicate that the data was received @@ -115382,7 +115389,7 @@ webhooks: required: true content: application/json: - schema: *746 + schema: *747 responses: '200': description: Return a 200 status to indicate that the data was received @@ -115450,7 +115457,7 @@ webhooks: required: true content: application/json: - schema: *747 + schema: *748 responses: '200': description: Return a 200 status to indicate that the data was received @@ -115528,7 +115535,7 @@ webhooks: type: string enum: - completed - check_run: &749 + check_run: &750 title: CheckRun description: A check performed on the code of a given code change type: object @@ -115596,7 +115603,7 @@ webhooks: - MDEwOkNoZWNrU3VpdGU1 pull_requests: type: array - items: *436 + items: *437 repository: *189 status: type: string @@ -115641,7 +115648,7 @@ webhooks: - examples: - neutral - deployment: *748 + deployment: *749 details_url: type: string examples: @@ -115701,7 +115708,7 @@ webhooks: - annotations_url pull_requests: type: array - items: *436 + items: *437 started_at: type: string format: date-time @@ -115739,9 +115746,9 @@ webhooks: - output - app - pull_requests - installation: *737 - organization: *738 - repository: *739 + installation: *738 + organization: *739 + repository: *740 sender: *4 required: - check_run @@ -116134,10 +116141,10 @@ webhooks: type: string enum: - created - check_run: *749 - installation: *737 - organization: *738 - repository: *739 + check_run: *750 + installation: *738 + organization: *739 + repository: *740 sender: *4 required: - check_run @@ -116533,10 +116540,10 @@ webhooks: type: string enum: - requested_action - check_run: *749 - installation: *737 - organization: *738 - repository: *739 + check_run: *750 + installation: *738 + organization: *739 + repository: *740 requested_action: description: The action requested by the user. type: object @@ -116941,10 +116948,10 @@ webhooks: type: string enum: - rerequested - check_run: *749 - installation: *737 - organization: *738 - repository: *739 + check_run: *750 + installation: *738 + organization: *739 + repository: *740 sender: *4 required: - check_run @@ -117936,10 +117943,10 @@ webhooks: - latest_check_runs_count - check_runs_url - head_commit - enterprise: *736 - installation: *737 - organization: *738 - repository: *739 + enterprise: *737 + installation: *738 + organization: *739 + repository: *740 sender: *4 required: - action @@ -118624,10 +118631,10 @@ webhooks: - latest_check_runs_count - check_runs_url - head_commit - enterprise: *736 - installation: *737 - organization: *738 - repository: *739 + enterprise: *737 + installation: *738 + organization: *739 + repository: *740 sender: *4 required: - action @@ -119306,10 +119313,10 @@ webhooks: - latest_check_runs_count - check_runs_url - head_commit - enterprise: *736 - installation: *737 - organization: *738 - repository: *739 + enterprise: *737 + installation: *738 + organization: *739 + repository: *740 sender: *4 required: - action @@ -119475,7 +119482,7 @@ webhooks: required: - login - id - dismissed_comment: *448 + dismissed_comment: *449 dismissed_reason: description: The reason for dismissing or closing the alert. type: @@ -119627,20 +119634,20 @@ webhooks: - dismissed_reason - rule - tool - commit_oid: &750 + commit_oid: &751 description: The commit SHA of the code scanning alert. When the action is `reopened_by_user` or `closed_by_user`, the event was triggered by the `sender` and this value will be empty. type: string - enterprise: *736 - installation: *737 - organization: *738 - ref: &751 + enterprise: *737 + installation: *738 + organization: *739 + ref: &752 description: The Git reference of the code scanning alert. When the action is `reopened_by_user` or `closed_by_user`, the event was triggered by the `sender` and this value will be empty. type: string - repository: *739 + repository: *740 sender: *4 required: - action @@ -119804,7 +119811,7 @@ webhooks: required: - login - id - dismissed_comment: *448 + dismissed_comment: *449 dismissed_reason: description: The reason for dismissing or closing the alert. type: @@ -120045,12 +120052,12 @@ webhooks: - dismissed_reason - rule - tool - commit_oid: *750 - enterprise: *736 - installation: *737 - organization: *738 - ref: *751 - repository: *739 + commit_oid: *751 + enterprise: *737 + installation: *738 + organization: *739 + ref: *752 + repository: *740 sender: *4 required: - action @@ -120148,7 +120155,7 @@ webhooks: dismissed_by: type: - 'null' - dismissed_comment: *448 + dismissed_comment: *449 dismissed_reason: description: 'The reason for dismissing or closing the alert. Can be one of: `false positive`, `won''t fix`, and `used in @@ -120330,12 +120337,12 @@ webhooks: - dismissed_reason - rule - tool - commit_oid: *750 - enterprise: *736 - installation: *737 - organization: *738 - ref: *751 - repository: *739 + commit_oid: *751 + enterprise: *737 + installation: *738 + organization: *739 + ref: *752 + repository: *740 sender: *4 required: - action @@ -120501,7 +120508,7 @@ webhooks: required: - login - id - dismissed_comment: *448 + dismissed_comment: *449 dismissed_reason: description: The reason for dismissing or closing the alert. type: @@ -120678,12 +120685,12 @@ webhooks: - dismissed_reason - rule - tool - commit_oid: *750 - enterprise: *736 - installation: *737 - organization: *738 - ref: *751 - repository: *739 + commit_oid: *751 + enterprise: *737 + installation: *738 + organization: *739 + ref: *752 + repository: *740 sender: *4 required: - action @@ -120783,7 +120790,7 @@ webhooks: type: - object - 'null' - dismissed_comment: *448 + dismissed_comment: *449 dismissed_reason: description: 'The reason for dismissing or closing the alert. Can be one of: `false positive`, `won''t fix`, and `used in @@ -120963,9 +120970,9 @@ webhooks: type: - string - 'null' - enterprise: *736 - installation: *737 - organization: *738 + enterprise: *737 + installation: *738 + organization: *739 ref: description: The Git reference of the code scanning alert. When the action is `reopened_by_user` or `closed_by_user`, the event @@ -120973,7 +120980,7 @@ webhooks: type: - string - 'null' - repository: *739 + repository: *740 sender: *4 required: - action @@ -121069,7 +121076,7 @@ webhooks: dismissed_by: type: - 'null' - dismissed_comment: *448 + dismissed_comment: *449 dismissed_reason: description: 'The reason for dismissing or closing the alert. Can be one of: `false positive`, `won''t fix`, and `used in @@ -121216,12 +121223,12 @@ webhooks: - dismissed_reason - rule - tool - commit_oid: *750 - enterprise: *736 - installation: *737 - organization: *738 - ref: *751 - repository: *739 + commit_oid: *751 + enterprise: *737 + installation: *738 + organization: *739 + ref: *752 + repository: *740 sender: *4 required: - action @@ -121483,10 +121490,10 @@ webhooks: - updated_at - author_association - body - enterprise: *736 - installation: *737 - organization: *738 - repository: *739 + enterprise: *737 + installation: *738 + organization: *739 + repository: *740 sender: *4 required: - action @@ -121567,18 +121574,18 @@ webhooks: type: - string - 'null' - enterprise: *736 - installation: *737 + enterprise: *737 + installation: *738 master_branch: description: The name of the repository's default branch (usually `main`). type: string - organization: *738 - pusher_type: &752 + organization: *739 + pusher_type: &753 description: The pusher type for the event. Can be either `user` or a deploy key. type: string - ref: &753 + ref: &754 description: The [`git ref`](https://docs.github.com/enterprise-cloud@latest//rest/git/refs#get-a-reference) resource. type: string @@ -121588,7 +121595,7 @@ webhooks: enum: - tag - branch - repository: *739 + repository: *740 sender: *4 required: - ref @@ -121671,9 +121678,9 @@ webhooks: enum: - created definition: *110 - enterprise: *736 - installation: *737 - organization: *738 + enterprise: *737 + installation: *738 + organization: *739 sender: *4 required: - action @@ -121758,9 +121765,9 @@ webhooks: description: The name of the property that was deleted. required: - property_name - enterprise: *736 - installation: *737 - organization: *738 + enterprise: *737 + installation: *738 + organization: *739 sender: *4 required: - action @@ -121838,9 +121845,9 @@ webhooks: enum: - promote_to_enterprise definition: *110 - enterprise: *736 - installation: *737 - organization: *738 + enterprise: *737 + installation: *738 + organization: *739 sender: *4 required: - action @@ -121918,9 +121925,9 @@ webhooks: enum: - updated definition: *110 - enterprise: *736 - installation: *737 - organization: *738 + enterprise: *737 + installation: *738 + organization: *739 sender: *4 required: - action @@ -121997,19 +122004,19 @@ webhooks: type: string enum: - updated - enterprise: *736 - installation: *737 - repository: *739 - organization: *738 + enterprise: *737 + installation: *738 + repository: *740 + organization: *739 sender: *4 new_property_values: type: array description: The new custom property values for the repository. - items: *314 + items: *315 old_property_values: type: array description: The old custom property values for the repository. - items: *314 + items: *315 required: - action - repository @@ -122085,18 +122092,18 @@ webhooks: title: delete event type: object properties: - enterprise: *736 - installation: *737 - organization: *738 - pusher_type: *752 - ref: *753 + enterprise: *737 + installation: *738 + organization: *739 + pusher_type: *753 + ref: *754 ref_type: description: The type of Git ref object deleted in the repository. type: string enum: - tag - branch - repository: *739 + repository: *740 sender: *4 required: - ref @@ -122180,11 +122187,11 @@ webhooks: type: string enum: - auto_dismissed - alert: *500 - installation: *737 - organization: *738 - enterprise: *736 - repository: *739 + alert: *501 + installation: *738 + organization: *739 + enterprise: *737 + repository: *740 sender: *4 required: - action @@ -122268,11 +122275,11 @@ webhooks: type: string enum: - auto_reopened - alert: *500 - installation: *737 - organization: *738 - enterprise: *736 - repository: *739 + alert: *501 + installation: *738 + organization: *739 + enterprise: *737 + repository: *740 sender: *4 required: - action @@ -122356,11 +122363,11 @@ webhooks: type: string enum: - created - alert: *500 - installation: *737 - organization: *738 - enterprise: *736 - repository: *739 + alert: *501 + installation: *738 + organization: *739 + enterprise: *737 + repository: *740 sender: *4 required: - action @@ -122442,11 +122449,11 @@ webhooks: type: string enum: - dismissed - alert: *500 - installation: *737 - organization: *738 - enterprise: *736 - repository: *739 + alert: *501 + installation: *738 + organization: *739 + enterprise: *737 + repository: *740 sender: *4 required: - action @@ -122528,11 +122535,11 @@ webhooks: type: string enum: - fixed - alert: *500 - installation: *737 - organization: *738 - enterprise: *736 - repository: *739 + alert: *501 + installation: *738 + organization: *739 + enterprise: *737 + repository: *740 sender: *4 required: - action @@ -122615,11 +122622,11 @@ webhooks: type: string enum: - reintroduced - alert: *500 - installation: *737 - organization: *738 - enterprise: *736 - repository: *739 + alert: *501 + installation: *738 + organization: *739 + enterprise: *737 + repository: *740 sender: *4 required: - action @@ -122701,11 +122708,11 @@ webhooks: type: string enum: - reopened - alert: *500 - installation: *737 - organization: *738 - enterprise: *736 - repository: *739 + alert: *501 + installation: *738 + organization: *739 + enterprise: *737 + repository: *740 sender: *4 required: - action @@ -122782,9 +122789,9 @@ webhooks: type: string enum: - created - enterprise: *736 - installation: *737 - key: &754 + enterprise: *737 + installation: *738 + key: &755 description: The [`deploy key`](https://docs.github.com/enterprise-cloud@latest//rest/deploy-keys/deploy-keys#get-a-deploy-key) resource. type: object @@ -122822,8 +122829,8 @@ webhooks: - verified - created_at - read_only - organization: *738 - repository: *739 + organization: *739 + repository: *740 sender: *4 required: - action @@ -122900,11 +122907,11 @@ webhooks: type: string enum: - deleted - enterprise: *736 - installation: *737 - key: *754 - organization: *738 - repository: *739 + enterprise: *737 + installation: *738 + key: *755 + organization: *739 + repository: *740 sender: *4 required: - action @@ -123476,12 +123483,12 @@ webhooks: - updated_at - statuses_url - repository_url - enterprise: *736 - installation: *737 - organization: *738 - repository: *739 + enterprise: *737 + installation: *738 + organization: *739 + repository: *740 sender: *4 - workflow: &758 + workflow: &759 title: Workflow type: - object @@ -124219,13 +124226,13 @@ webhooks: description: The URL to review the deployment protection rule. type: string format: uri - deployment: *506 + deployment: *507 pull_requests: type: array - items: *591 - repository: *739 - organization: *738 - installation: *737 + items: *592 + repository: *740 + organization: *739 + installation: *738 sender: *4 responses: '200': @@ -124296,7 +124303,7 @@ webhooks: type: string enum: - approved - approver: &755 + approver: &756 type: object properties: avatar_url: @@ -124339,11 +124346,11 @@ webhooks: type: string comment: type: string - enterprise: *736 - installation: *737 - organization: *738 - repository: *739 - reviewers: &756 + enterprise: *737 + installation: *738 + organization: *739 + repository: *740 + reviewers: &757 type: array items: type: object @@ -124424,7 +124431,7 @@ webhooks: sender: *4 since: type: string - workflow_job_run: &757 + workflow_job_run: &758 type: object properties: conclusion: @@ -125170,18 +125177,18 @@ webhooks: type: string enum: - rejected - approver: *755 + approver: *756 comment: type: string - enterprise: *736 - installation: *737 - organization: *738 - repository: *739 - reviewers: *756 + enterprise: *737 + installation: *738 + organization: *739 + repository: *740 + reviewers: *757 sender: *4 since: type: string - workflow_job_run: *757 + workflow_job_run: *758 workflow_job_runs: type: array items: @@ -125898,13 +125905,13 @@ webhooks: type: string enum: - requested - enterprise: *736 + enterprise: *737 environment: type: string - installation: *737 - organization: *738 - repository: *739 - requestor: &763 + installation: *738 + organization: *739 + repository: *740 + requestor: &764 title: User type: - object @@ -127847,12 +127854,12 @@ webhooks: - updated_at - deployment_url - repository_url - enterprise: *736 - installation: *737 - organization: *738 - repository: *739 + enterprise: *737 + installation: *738 + organization: *739 + repository: *740 sender: *4 - workflow: *758 + workflow: *759 workflow_run: title: Deployment Workflow Run type: @@ -128543,7 +128550,7 @@ webhooks: type: string enum: - answered - answer: &761 + answer: &762 type: object properties: author_association: @@ -128703,7 +128710,7 @@ webhooks: - created_at - updated_at - body - discussion: &759 + discussion: &760 title: Discussion description: A Discussion in a repository. type: object @@ -128999,7 +129006,7 @@ webhooks: - id labels: type: array - items: *554 + items: *555 required: - repository_url - category @@ -129021,10 +129028,10 @@ webhooks: - author_association - active_lock_reason - body - enterprise: *736 - installation: *737 - organization: *738 - repository: *739 + enterprise: *737 + installation: *738 + organization: *739 + repository: *740 sender: *4 required: - action @@ -129151,11 +129158,11 @@ webhooks: - from required: - category - discussion: *759 - enterprise: *736 - installation: *737 - organization: *738 - repository: *739 + discussion: *760 + enterprise: *737 + installation: *738 + organization: *739 + repository: *740 sender: *4 required: - action @@ -129238,11 +129245,11 @@ webhooks: type: string enum: - closed - discussion: *759 - enterprise: *736 - installation: *737 - organization: *738 - repository: *739 + discussion: *760 + enterprise: *737 + installation: *738 + organization: *739 + repository: *740 sender: *4 required: - action @@ -129324,7 +129331,7 @@ webhooks: type: string enum: - created - comment: &760 + comment: &761 type: object properties: author_association: @@ -129484,11 +129491,11 @@ webhooks: - updated_at - body - reactions - discussion: *759 - enterprise: *736 - installation: *737 - organization: *738 - repository: *739 + discussion: *760 + enterprise: *737 + installation: *738 + organization: *739 + repository: *740 sender: *4 required: - action @@ -129571,12 +129578,12 @@ webhooks: type: string enum: - deleted - comment: *760 - discussion: *759 - enterprise: *736 - installation: *737 - organization: *738 - repository: *739 + comment: *761 + discussion: *760 + enterprise: *737 + installation: *738 + organization: *739 + repository: *740 sender: *4 required: - action @@ -129671,12 +129678,12 @@ webhooks: - from required: - body - comment: *760 - discussion: *759 - enterprise: *736 - installation: *737 - organization: *738 - repository: *739 + comment: *761 + discussion: *760 + enterprise: *737 + installation: *738 + organization: *739 + repository: *740 sender: *4 required: - action @@ -129760,11 +129767,11 @@ webhooks: type: string enum: - created - discussion: *759 - enterprise: *736 - installation: *737 - organization: *738 - repository: *739 + discussion: *760 + enterprise: *737 + installation: *738 + organization: *739 + repository: *740 sender: *4 required: - action @@ -129846,11 +129853,11 @@ webhooks: type: string enum: - deleted - discussion: *759 - enterprise: *736 - installation: *737 - organization: *738 - repository: *739 + discussion: *760 + enterprise: *737 + installation: *738 + organization: *739 + repository: *740 sender: *4 required: - action @@ -129950,11 +129957,11 @@ webhooks: type: string required: - from - discussion: *759 - enterprise: *736 - installation: *737 - organization: *738 - repository: *739 + discussion: *760 + enterprise: *737 + installation: *738 + organization: *739 + repository: *740 sender: *4 required: - action @@ -130036,10 +130043,10 @@ webhooks: type: string enum: - labeled - discussion: *759 - enterprise: *736 - installation: *737 - label: &762 + discussion: *760 + enterprise: *737 + installation: *738 + label: &763 title: Label type: object properties: @@ -130072,8 +130079,8 @@ webhooks: - color - default - description - organization: *738 - repository: *739 + organization: *739 + repository: *740 sender: *4 required: - action @@ -130156,11 +130163,11 @@ webhooks: type: string enum: - locked - discussion: *759 - enterprise: *736 - installation: *737 - organization: *738 - repository: *739 + discussion: *760 + enterprise: *737 + installation: *738 + organization: *739 + repository: *740 sender: *4 required: - action @@ -130242,11 +130249,11 @@ webhooks: type: string enum: - pinned - discussion: *759 - enterprise: *736 - installation: *737 - organization: *738 - repository: *739 + discussion: *760 + enterprise: *737 + installation: *738 + organization: *739 + repository: *740 sender: *4 required: - action @@ -130328,11 +130335,11 @@ webhooks: type: string enum: - reopened - discussion: *759 - enterprise: *736 - installation: *737 - organization: *738 - repository: *739 + discussion: *760 + enterprise: *737 + installation: *738 + organization: *739 + repository: *740 sender: *4 required: - action @@ -130417,16 +130424,16 @@ webhooks: changes: type: object properties: - new_discussion: *759 - new_repository: *739 + new_discussion: *760 + new_repository: *740 required: - new_discussion - new_repository - discussion: *759 - enterprise: *736 - installation: *737 - organization: *738 - repository: *739 + discussion: *760 + enterprise: *737 + installation: *738 + organization: *739 + repository: *740 sender: *4 required: - action @@ -130509,10 +130516,10 @@ webhooks: type: string enum: - unanswered - discussion: *759 - old_answer: *761 - organization: *738 - repository: *739 + discussion: *760 + old_answer: *762 + organization: *739 + repository: *740 sender: *4 required: - action @@ -130594,12 +130601,12 @@ webhooks: type: string enum: - unlabeled - discussion: *759 - enterprise: *736 - installation: *737 - label: *762 - organization: *738 - repository: *739 + discussion: *760 + enterprise: *737 + installation: *738 + label: *763 + organization: *739 + repository: *740 sender: *4 required: - action @@ -130682,11 +130689,11 @@ webhooks: type: string enum: - unlocked - discussion: *759 - enterprise: *736 - installation: *737 - organization: *738 - repository: *739 + discussion: *760 + enterprise: *737 + installation: *738 + organization: *739 + repository: *740 sender: *4 required: - action @@ -130768,11 +130775,11 @@ webhooks: type: string enum: - unpinned - discussion: *759 - enterprise: *736 - installation: *737 - organization: *738 - repository: *739 + discussion: *760 + enterprise: *737 + installation: *738 + organization: *739 + repository: *740 sender: *4 required: - action @@ -130844,7 +130851,7 @@ webhooks: required: true content: application/json: - schema: *745 + schema: *746 responses: '200': description: Return a 200 status to indicate that the data was received @@ -130910,7 +130917,7 @@ webhooks: required: true content: application/json: - schema: *747 + schema: *748 responses: '200': description: Return a 200 status to indicate that the data was received @@ -130976,7 +130983,7 @@ webhooks: required: true content: application/json: - schema: *743 + schema: *744 responses: '200': description: Return a 200 status to indicate that the data was received @@ -131042,7 +131049,7 @@ webhooks: required: true content: application/json: - schema: *744 + schema: *745 responses: '200': description: Return a 200 status to indicate that the data was received @@ -131108,7 +131115,7 @@ webhooks: required: true content: application/json: - schema: *745 + schema: *746 responses: '200': description: Return a 200 status to indicate that the data was received @@ -131174,7 +131181,7 @@ webhooks: required: true content: application/json: - schema: *746 + schema: *747 responses: '200': description: Return a 200 status to indicate that the data was received @@ -131240,7 +131247,7 @@ webhooks: required: true content: application/json: - schema: *747 + schema: *748 responses: '200': description: Return a 200 status to indicate that the data was received @@ -131307,7 +131314,7 @@ webhooks: description: A user forks a repository. type: object properties: - enterprise: *736 + enterprise: *737 forkee: description: The created [`repository`](https://docs.github.com/enterprise-cloud@latest//rest/repos/repos#get-a-repository) resource. @@ -131985,9 +131992,9 @@ webhooks: type: integer watchers_count: type: integer - installation: *737 - organization: *738 - repository: *739 + installation: *738 + organization: *739 + repository: *740 sender: *4 required: - forkee @@ -132133,9 +132140,9 @@ webhooks: title: gollum event type: object properties: - enterprise: *736 - installation: *737 - organization: *738 + enterprise: *737 + installation: *738 + organization: *739 pages: description: The pages that were updated. type: array @@ -132173,7 +132180,7 @@ webhooks: - action - sha - html_url - repository: *739 + repository: *740 sender: *4 required: - pages @@ -132249,10 +132256,10 @@ webhooks: type: string enum: - created - enterprise: *736 + enterprise: *737 installation: *20 - organization: *738 - repositories: &764 + organization: *739 + repositories: &765 description: An array of repository objects that the installation can access. type: array @@ -132278,8 +132285,8 @@ webhooks: - name - full_name - private - repository: *739 - requester: *763 + repository: *740 + requester: *764 sender: *4 required: - action @@ -132354,11 +132361,11 @@ webhooks: type: string enum: - deleted - enterprise: *736 + enterprise: *737 installation: *20 - organization: *738 - repositories: *764 - repository: *739 + organization: *739 + repositories: *765 + repository: *740 requester: type: - 'null' @@ -132435,11 +132442,11 @@ webhooks: type: string enum: - new_permissions_accepted - enterprise: *736 + enterprise: *737 installation: *20 - organization: *738 - repositories: *764 - repository: *739 + organization: *739 + repositories: *765 + repository: *740 requester: type: - 'null' @@ -132516,10 +132523,10 @@ webhooks: type: string enum: - added - enterprise: *736 + enterprise: *737 installation: *20 - organization: *738 - repositories_added: &765 + organization: *739 + repositories_added: &766 description: An array of repository objects, which were added to the installation. type: array @@ -132565,15 +132572,15 @@ webhooks: private: description: Whether the repository is private or public. type: boolean - repository: *739 - repository_selection: &766 + repository: *740 + repository_selection: &767 description: Describe whether all repositories have been selected or there's a selection involved type: string enum: - all - selected - requester: *763 + requester: *764 sender: *4 required: - action @@ -132652,10 +132659,10 @@ webhooks: type: string enum: - removed - enterprise: *736 + enterprise: *737 installation: *20 - organization: *738 - repositories_added: *765 + organization: *739 + repositories_added: *766 repositories_removed: description: An array of repository objects, which were removed from the installation. @@ -132682,9 +132689,9 @@ webhooks: - name - full_name - private - repository: *739 - repository_selection: *766 - requester: *763 + repository: *740 + repository_selection: *767 + requester: *764 sender: *4 required: - action @@ -132763,11 +132770,11 @@ webhooks: type: string enum: - suspend - enterprise: *736 + enterprise: *737 installation: *20 - organization: *738 - repositories: *764 - repository: *739 + organization: *739 + repositories: *765 + repository: *740 requester: type: - 'null' @@ -132950,10 +132957,10 @@ webhooks: type: string required: - from - enterprise: *736 - installation: *737 - organization: *738 - repository: *739 + enterprise: *737 + installation: *738 + organization: *739 + repository: *740 sender: *4 target_type: type: string @@ -133032,11 +133039,11 @@ webhooks: type: string enum: - unsuspend - enterprise: *736 + enterprise: *737 installation: *20 - organization: *738 - repositories: *764 - repository: *739 + organization: *739 + repositories: *765 + repository: *740 requester: type: - 'null' @@ -133284,8 +133291,8 @@ webhooks: - performed_via_github_app - body - reactions - enterprise: *736 - installation: *737 + enterprise: *737 + installation: *738 issue: description: The [issue](https://docs.github.com/enterprise-cloud@latest//rest/issues/issues#get-an-issue) the comment belongs to. @@ -134132,7 +134139,7 @@ webhooks: title: description: Title of the issue type: string - type: *279 + type: *280 updated_at: type: string format: date-time @@ -134476,8 +134483,8 @@ webhooks: - state - locked - assignee - organization: *738 - repository: *739 + organization: *739 + repository: *740 sender: *4 required: - action @@ -134557,7 +134564,7 @@ webhooks: type: string enum: - deleted - comment: &767 + comment: &768 title: issue comment description: The [comment](https://docs.github.com/enterprise-cloud@latest//rest/issues/comments#get-an-issue-comment) itself. @@ -134724,8 +134731,8 @@ webhooks: - performed_via_github_app - body - reactions - enterprise: *736 - installation: *737 + enterprise: *737 + installation: *738 issue: description: The [issue](https://docs.github.com/enterprise-cloud@latest//rest/issues/issues#get-an-issue) the comment belongs to. @@ -135568,7 +135575,7 @@ webhooks: title: description: Title of the issue type: string - type: *279 + type: *280 updated_at: type: string format: date-time @@ -135914,8 +135921,8 @@ webhooks: - state - locked - assignee - organization: *738 - repository: *739 + organization: *739 + repository: *740 sender: *4 required: - action @@ -135995,7 +136002,7 @@ webhooks: type: string enum: - edited - changes: &792 + changes: &793 description: The changes to the comment. type: object properties: @@ -136007,9 +136014,9 @@ webhooks: type: string required: - from - comment: *767 - enterprise: *736 - installation: *737 + comment: *768 + enterprise: *737 + installation: *738 issue: description: The [issue](https://docs.github.com/enterprise-cloud@latest//rest/issues/issues#get-an-issue) the comment belongs to. @@ -136855,7 +136862,7 @@ webhooks: title: description: Title of the issue type: string - type: *279 + type: *280 updated_at: type: string format: date-time @@ -137199,8 +137206,8 @@ webhooks: - state - locked - assignee - organization: *738 - repository: *739 + organization: *739 + repository: *740 sender: *4 required: - action @@ -137282,10 +137289,10 @@ webhooks: type: string enum: - assigned - assignee: *763 - enterprise: *736 - installation: *737 - issue: &770 + assignee: *764 + enterprise: *737 + installation: *738 + issue: &771 title: Issue description: The [issue](https://docs.github.com/enterprise-cloud@latest//rest/issues/issues#get-an-issue) itself. @@ -138127,7 +138134,7 @@ webhooks: title: description: Title of the issue type: string - type: *279 + type: *280 updated_at: type: string format: date-time @@ -138230,8 +138237,8 @@ webhooks: - active_lock_reason - body - reactions - organization: *738 - repository: *739 + organization: *739 + repository: *740 sender: *4 required: - action @@ -138311,8 +138318,8 @@ webhooks: type: string enum: - closed - enterprise: *736 - installation: *737 + enterprise: *737 + installation: *738 issue: description: The [issue](https://docs.github.com/enterprise-cloud@latest//rest/issues/issues#get-an-issue) itself. @@ -139159,7 +139166,7 @@ webhooks: title: description: Title of the issue type: string - type: *279 + type: *280 updated_at: type: string format: date-time @@ -139405,8 +139412,8 @@ webhooks: required: - state - closed_at - organization: *738 - repository: *739 + organization: *739 + repository: *740 sender: *4 required: - action @@ -139485,8 +139492,8 @@ webhooks: type: string enum: - deleted - enterprise: *736 - installation: *737 + enterprise: *737 + installation: *738 issue: title: Issue description: The [issue](https://docs.github.com/enterprise-cloud@latest//rest/issues/issues#get-an-issue) @@ -140322,7 +140329,7 @@ webhooks: title: description: Title of the issue type: string - type: *279 + type: *280 updated_at: type: string format: date-time @@ -140424,8 +140431,8 @@ webhooks: - active_lock_reason - body - reactions - organization: *738 - repository: *739 + organization: *739 + repository: *740 sender: *4 required: - action @@ -140504,8 +140511,8 @@ webhooks: type: string enum: - demilestoned - enterprise: *736 - installation: *737 + enterprise: *737 + installation: *738 issue: title: Issue description: The [issue](https://docs.github.com/enterprise-cloud@latest//rest/issues/issues#get-an-issue) @@ -141366,7 +141373,7 @@ webhooks: title: description: Title of the issue type: string - type: *279 + type: *280 updated_at: type: string format: date-time @@ -141447,7 +141454,7 @@ webhooks: format: uri user_view_type: type: string - milestone: &768 + milestone: &769 title: Milestone description: A collection of related issues and pull requests. type: object @@ -141590,8 +141597,8 @@ webhooks: - updated_at - due_on - closed_at - organization: *738 - repository: *739 + organization: *739 + repository: *740 sender: *4 required: - action @@ -141690,8 +141697,8 @@ webhooks: type: string required: - from - enterprise: *736 - installation: *737 + enterprise: *737 + installation: *738 issue: title: Issue description: The [issue](https://docs.github.com/enterprise-cloud@latest//rest/issues/issues#get-an-issue) @@ -142530,7 +142537,7 @@ webhooks: timeline_url: type: string format: uri - type: *279 + type: *280 title: description: Title of the issue type: string @@ -142636,9 +142643,9 @@ webhooks: - active_lock_reason - body - reactions - label: *762 - organization: *738 - repository: *739 + label: *763 + organization: *739 + repository: *740 sender: *4 required: - action @@ -142718,8 +142725,8 @@ webhooks: type: string enum: - labeled - enterprise: *736 - installation: *737 + enterprise: *737 + installation: *738 issue: title: Issue description: The [issue](https://docs.github.com/enterprise-cloud@latest//rest/issues/issues#get-an-issue) @@ -143557,7 +143564,7 @@ webhooks: timeline_url: type: string format: uri - type: *279 + type: *280 title: description: Title of the issue type: string @@ -143663,9 +143670,9 @@ webhooks: - active_lock_reason - body - reactions - label: *762 - organization: *738 - repository: *739 + label: *763 + organization: *739 + repository: *740 sender: *4 required: - action @@ -143745,8 +143752,8 @@ webhooks: type: string enum: - locked - enterprise: *736 - installation: *737 + enterprise: *737 + installation: *738 issue: title: Issue description: The [issue](https://docs.github.com/enterprise-cloud@latest//rest/issues/issues#get-an-issue) @@ -144609,7 +144616,7 @@ webhooks: timeline_url: type: string format: uri - type: *279 + type: *280 title: description: Title of the issue type: string @@ -144692,8 +144699,8 @@ webhooks: format: uri user_view_type: type: string - organization: *738 - repository: *739 + organization: *739 + repository: *740 sender: *4 required: - action @@ -144772,8 +144779,8 @@ webhooks: type: string enum: - milestoned - enterprise: *736 - installation: *737 + enterprise: *737 + installation: *738 issue: title: Issue description: The [issue](https://docs.github.com/enterprise-cloud@latest//rest/issues/issues#get-an-issue) @@ -145633,7 +145640,7 @@ webhooks: title: description: Title of the issue type: string - type: *279 + type: *280 updated_at: type: string format: date-time @@ -145713,9 +145720,9 @@ webhooks: format: uri user_view_type: type: string - milestone: *768 - organization: *738 - repository: *739 + milestone: *769 + organization: *739 + repository: *740 sender: *4 required: - action @@ -147215,8 +147222,8 @@ webhooks: required: - old_issue - old_repository - enterprise: *736 - installation: *737 + enterprise: *737 + installation: *738 issue: title: Issue description: The [issue](https://docs.github.com/enterprise-cloud@latest//rest/issues/issues#get-an-issue) @@ -148058,7 +148065,7 @@ webhooks: title: description: Title of the issue type: string - type: *279 + type: *280 updated_at: type: string format: date-time @@ -148160,8 +148167,8 @@ webhooks: - active_lock_reason - body - reactions - organization: *738 - repository: *739 + organization: *739 + repository: *740 sender: *4 required: - action @@ -148241,9 +148248,9 @@ webhooks: type: string enum: - pinned - enterprise: *736 - installation: *737 - issue: &769 + enterprise: *737 + installation: *738 + issue: &770 title: Issue description: The [issue](https://docs.github.com/enterprise-cloud@latest//rest/issues/issues#get-an-issue) itself. @@ -149079,7 +149086,7 @@ webhooks: title: description: Title of the issue type: string - type: *279 + type: *280 updated_at: type: string format: date-time @@ -149181,8 +149188,8 @@ webhooks: - active_lock_reason - body - reactions - organization: *738 - repository: *739 + organization: *739 + repository: *740 sender: *4 required: - action @@ -149261,8 +149268,8 @@ webhooks: type: string enum: - reopened - enterprise: *736 - installation: *737 + enterprise: *737 + installation: *738 issue: title: Issue description: The [issue](https://docs.github.com/enterprise-cloud@latest//rest/issues/issues#get-an-issue) @@ -150206,9 +150213,9 @@ webhooks: format: uri user_view_type: type: string - type: *279 - organization: *738 - repository: *739 + type: *280 + organization: *739 + repository: *740 sender: *4 required: - action @@ -151127,7 +151134,7 @@ webhooks: title: description: Title of the issue type: string - type: *279 + type: *280 updated_at: type: string format: date-time @@ -151709,11 +151716,11 @@ webhooks: required: - new_issue - new_repository - enterprise: *736 - installation: *737 - issue: *769 - organization: *738 - repository: *739 + enterprise: *737 + installation: *738 + issue: *770 + organization: *739 + repository: *740 sender: *4 required: - action @@ -151793,12 +151800,12 @@ webhooks: type: string enum: - typed - enterprise: *736 - installation: *737 - issue: *770 - type: *279 - organization: *738 - repository: *739 + enterprise: *737 + installation: *738 + issue: *771 + type: *280 + organization: *739 + repository: *740 sender: *4 required: - action @@ -151879,7 +151886,7 @@ webhooks: type: string enum: - unassigned - assignee: &795 + assignee: &796 title: User type: - object @@ -151951,11 +151958,11 @@ webhooks: required: - login - id - enterprise: *736 - installation: *737 - issue: *770 - organization: *738 - repository: *739 + enterprise: *737 + installation: *738 + issue: *771 + organization: *739 + repository: *740 sender: *4 required: - action @@ -152034,12 +152041,12 @@ webhooks: type: string enum: - unlabeled - enterprise: *736 - installation: *737 - issue: *770 - label: *762 - organization: *738 - repository: *739 + enterprise: *737 + installation: *738 + issue: *771 + label: *763 + organization: *739 + repository: *740 sender: *4 required: - action @@ -152119,8 +152126,8 @@ webhooks: type: string enum: - unlocked - enterprise: *736 - installation: *737 + enterprise: *737 + installation: *738 issue: title: Issue description: The [issue](https://docs.github.com/enterprise-cloud@latest//rest/issues/issues#get-an-issue) @@ -152984,7 +152991,7 @@ webhooks: title: description: Title of the issue type: string - type: *279 + type: *280 updated_at: type: string format: date-time @@ -153064,8 +153071,8 @@ webhooks: format: uri user_view_type: type: string - organization: *738 - repository: *739 + organization: *739 + repository: *740 sender: *4 required: - action @@ -153145,11 +153152,11 @@ webhooks: type: string enum: - unpinned - enterprise: *736 - installation: *737 - issue: *769 - organization: *738 - repository: *739 + enterprise: *737 + installation: *738 + issue: *770 + organization: *739 + repository: *740 sender: *4 required: - action @@ -153228,12 +153235,12 @@ webhooks: type: string enum: - untyped - enterprise: *736 - installation: *737 - issue: *770 - type: *279 - organization: *738 - repository: *739 + enterprise: *737 + installation: *738 + issue: *771 + type: *280 + organization: *739 + repository: *740 sender: *4 required: - action @@ -153313,11 +153320,11 @@ webhooks: type: string enum: - created - enterprise: *736 - installation: *737 - label: *762 - organization: *738 - repository: *739 + enterprise: *737 + installation: *738 + label: *763 + organization: *739 + repository: *740 sender: *4 required: - action @@ -153395,11 +153402,11 @@ webhooks: type: string enum: - deleted - enterprise: *736 - installation: *737 - label: *762 - organization: *738 - repository: *739 + enterprise: *737 + installation: *738 + label: *763 + organization: *739 + repository: *740 sender: *4 required: - action @@ -153509,11 +153516,11 @@ webhooks: type: string required: - from - enterprise: *736 - installation: *737 - label: *762 - organization: *738 - repository: *739 + enterprise: *737 + installation: *738 + label: *763 + organization: *739 + repository: *740 sender: *4 required: - action @@ -153595,9 +153602,9 @@ webhooks: - cancelled effective_date: type: string - enterprise: *736 - installation: *737 - marketplace_purchase: &771 + enterprise: *737 + installation: *738 + marketplace_purchase: &772 title: Marketplace Purchase type: object required: @@ -153685,8 +153692,8 @@ webhooks: type: integer unit_count: type: integer - organization: *738 - previous_marketplace_purchase: &772 + organization: *739 + previous_marketplace_purchase: &773 title: Marketplace Purchase type: object properties: @@ -153770,7 +153777,7 @@ webhooks: - on_free_trial - free_trial_ends_on - plan - repository: *739 + repository: *740 sender: *4 required: - action @@ -153850,10 +153857,10 @@ webhooks: - changed effective_date: type: string - enterprise: *736 - installation: *737 - marketplace_purchase: *771 - organization: *738 + enterprise: *737 + installation: *738 + marketplace_purchase: *772 + organization: *739 previous_marketplace_purchase: title: Marketplace Purchase type: object @@ -153941,7 +153948,7 @@ webhooks: - on_free_trial - free_trial_ends_on - plan - repository: *739 + repository: *740 sender: *4 required: - action @@ -154023,10 +154030,10 @@ webhooks: - pending_change effective_date: type: string - enterprise: *736 - installation: *737 - marketplace_purchase: *771 - organization: *738 + enterprise: *737 + installation: *738 + marketplace_purchase: *772 + organization: *739 previous_marketplace_purchase: title: Marketplace Purchase type: object @@ -154112,7 +154119,7 @@ webhooks: - on_free_trial - free_trial_ends_on - plan - repository: *739 + repository: *740 sender: *4 required: - action @@ -154193,8 +154200,8 @@ webhooks: - pending_change_cancelled effective_date: type: string - enterprise: *736 - installation: *737 + enterprise: *737 + installation: *738 marketplace_purchase: title: Marketplace Purchase type: object @@ -154280,9 +154287,9 @@ webhooks: type: integer unit_count: type: integer - organization: *738 - previous_marketplace_purchase: *772 - repository: *739 + organization: *739 + previous_marketplace_purchase: *773 + repository: *740 sender: *4 required: - action @@ -154362,12 +154369,12 @@ webhooks: - purchased effective_date: type: string - enterprise: *736 - installation: *737 - marketplace_purchase: *771 - organization: *738 - previous_marketplace_purchase: *772 - repository: *739 + enterprise: *737 + installation: *738 + marketplace_purchase: *772 + organization: *739 + previous_marketplace_purchase: *773 + repository: *740 sender: *4 required: - action @@ -154469,11 +154476,11 @@ webhooks: type: string required: - to - enterprise: *736 - installation: *737 - member: *763 - organization: *738 - repository: *739 + enterprise: *737 + installation: *738 + member: *764 + organization: *739 + repository: *740 sender: *4 required: - action @@ -154575,11 +154582,11 @@ webhooks: type: - string - 'null' - enterprise: *736 - installation: *737 - member: *763 - organization: *738 - repository: *739 + enterprise: *737 + installation: *738 + member: *764 + organization: *739 + repository: *740 sender: *4 required: - action @@ -154658,11 +154665,11 @@ webhooks: type: string enum: - removed - enterprise: *736 - installation: *737 - member: *763 - organization: *738 - repository: *739 + enterprise: *737 + installation: *738 + member: *764 + organization: *739 + repository: *740 sender: *4 required: - action @@ -154740,11 +154747,11 @@ webhooks: type: string enum: - added - enterprise: *736 - installation: *737 - member: *763 - organization: *738 - repository: *739 + enterprise: *737 + installation: *738 + member: *764 + organization: *739 + repository: *740 scope: description: The scope of the membership. Currently, can only be `team`. @@ -154822,7 +154829,7 @@ webhooks: required: - login - id - team: &773 + team: &774 title: Team description: Groups of organization members that gives permissions on specified repositories. @@ -155015,11 +155022,11 @@ webhooks: type: string enum: - removed - enterprise: *736 - installation: *737 - member: *763 - organization: *738 - repository: *739 + enterprise: *737 + installation: *738 + member: *764 + organization: *739 + repository: *740 scope: description: The scope of the membership. Currently, can only be `team`. @@ -155098,7 +155105,7 @@ webhooks: required: - login - id - team: *773 + team: *774 required: - action - scope @@ -155180,8 +155187,8 @@ webhooks: type: string enum: - checks_requested - installation: *737 - merge_group: &774 + installation: *738 + merge_group: &775 type: object title: Merge Group description: A group of pull requests that the merge queue has grouped @@ -155200,15 +155207,15 @@ webhooks: description: The full ref of the branch the merge group will be merged into. type: string - head_commit: *440 + head_commit: *441 required: - head_sha - head_ref - base_sha - base_ref - head_commit - organization: *738 - repository: *739 + organization: *739 + repository: *740 sender: *4 required: - action @@ -155294,10 +155301,10 @@ webhooks: - merged - invalidated - dequeued - installation: *737 - merge_group: *774 - organization: *738 - repository: *739 + installation: *738 + merge_group: *775 + organization: *739 + repository: *740 sender: *4 required: - action @@ -155370,7 +155377,7 @@ webhooks: type: string enum: - deleted - enterprise: *736 + enterprise: *737 hook: description: 'The modified webhook. This will contain different keys based on the type of webhook it is: repository, organization, @@ -155478,12 +155485,12 @@ webhooks: hook_id: description: The id of the modified webhook. type: integer - installation: *737 - organization: *738 + installation: *738 + organization: *739 repository: anyOf: - type: 'null' - - *739 + - *740 sender: *4 required: - action @@ -155563,11 +155570,11 @@ webhooks: type: string enum: - closed - enterprise: *736 - installation: *737 - milestone: *768 - organization: *738 - repository: *739 + enterprise: *737 + installation: *738 + milestone: *769 + organization: *739 + repository: *740 sender: *4 required: - action @@ -155646,9 +155653,9 @@ webhooks: type: string enum: - created - enterprise: *736 - installation: *737 - milestone: &775 + enterprise: *737 + installation: *738 + milestone: &776 title: Milestone description: A collection of related issues and pull requests. type: object @@ -155790,8 +155797,8 @@ webhooks: - updated_at - due_on - closed_at - organization: *738 - repository: *739 + organization: *739 + repository: *740 sender: *4 required: - action @@ -155870,11 +155877,11 @@ webhooks: type: string enum: - deleted - enterprise: *736 - installation: *737 - milestone: *768 - organization: *738 - repository: *739 + enterprise: *737 + installation: *738 + milestone: *769 + organization: *739 + repository: *740 sender: *4 required: - action @@ -155984,11 +155991,11 @@ webhooks: type: string required: - from - enterprise: *736 - installation: *737 - milestone: *768 - organization: *738 - repository: *739 + enterprise: *737 + installation: *738 + milestone: *769 + organization: *739 + repository: *740 sender: *4 required: - action @@ -156068,11 +156075,11 @@ webhooks: type: string enum: - opened - enterprise: *736 - installation: *737 - milestone: *775 - organization: *738 - repository: *739 + enterprise: *737 + installation: *738 + milestone: *776 + organization: *739 + repository: *740 sender: *4 required: - action @@ -156151,11 +156158,11 @@ webhooks: type: string enum: - blocked - blocked_user: *763 - enterprise: *736 - installation: *737 - organization: *738 - repository: *739 + blocked_user: *764 + enterprise: *737 + installation: *738 + organization: *739 + repository: *740 sender: *4 required: - action @@ -156234,11 +156241,11 @@ webhooks: type: string enum: - unblocked - blocked_user: *763 - enterprise: *736 - installation: *737 - organization: *738 - repository: *739 + blocked_user: *764 + enterprise: *737 + installation: *738 + organization: *739 + repository: *740 sender: *4 required: - action @@ -156317,9 +156324,9 @@ webhooks: type: string enum: - deleted - enterprise: *736 - installation: *737 - membership: &776 + enterprise: *737 + installation: *738 + membership: &777 title: Membership description: The membership between the user and the organization. Not present when the action is `member_invited`. @@ -156413,8 +156420,8 @@ webhooks: - role - organization_url - user - organization: *738 - repository: *739 + organization: *739 + repository: *740 sender: *4 required: - action @@ -156492,11 +156499,11 @@ webhooks: type: string enum: - member_added - enterprise: *736 - installation: *737 - membership: *776 - organization: *738 - repository: *739 + enterprise: *737 + installation: *738 + membership: *777 + organization: *739 + repository: *740 sender: *4 required: - action @@ -156575,8 +156582,8 @@ webhooks: type: string enum: - member_invited - enterprise: *736 - installation: *737 + enterprise: *737 + installation: *738 invitation: description: The invitation for the user or email if the action is `member_invited`. @@ -156698,10 +156705,10 @@ webhooks: - inviter - team_count - invitation_teams_url - organization: *738 - repository: *739 + organization: *739 + repository: *740 sender: *4 - user: *763 + user: *764 required: - action - invitation @@ -156779,11 +156786,11 @@ webhooks: type: string enum: - member_removed - enterprise: *736 - installation: *737 - membership: *776 - organization: *738 - repository: *739 + enterprise: *737 + installation: *738 + membership: *777 + organization: *739 + repository: *740 sender: *4 required: - action @@ -156870,11 +156877,11 @@ webhooks: properties: from: type: string - enterprise: *736 - installation: *737 - membership: *776 - organization: *738 - repository: *739 + enterprise: *737 + installation: *738 + membership: *777 + organization: *739 + repository: *740 sender: *4 required: - action @@ -156950,9 +156957,9 @@ webhooks: type: string enum: - published - enterprise: *736 - installation: *737 - organization: *738 + enterprise: *737 + installation: *738 + organization: *739 package: description: Information about the package. type: object @@ -157475,7 +157482,7 @@ webhooks: - published_at rubygems_metadata: type: array - items: &777 + items: &778 title: Ruby Gems metadata type: object properties: @@ -157572,7 +157579,7 @@ webhooks: - owner - package_version - registry - repository: *739 + repository: *740 sender: *4 required: - action @@ -157648,9 +157655,9 @@ webhooks: type: string enum: - updated - enterprise: *736 - installation: *737 - organization: *738 + enterprise: *737 + installation: *738 + organization: *739 package: description: Information about the package. type: object @@ -158012,7 +158019,7 @@ webhooks: - published_at rubygems_metadata: type: array - items: *777 + items: *778 source_url: type: string format: uri @@ -158083,7 +158090,7 @@ webhooks: - owner - package_version - registry - repository: *739 + repository: *740 sender: *4 required: - action @@ -158264,12 +158271,12 @@ webhooks: - duration - created_at - updated_at - enterprise: *736 + enterprise: *737 id: type: integer - installation: *737 - organization: *738 - repository: *739 + installation: *738 + organization: *739 + repository: *740 sender: *4 required: - id @@ -158346,7 +158353,7 @@ webhooks: type: string enum: - approved - personal_access_token_request: &778 + personal_access_token_request: &779 title: Personal Access Token Request description: Details of a Personal Access Token Request. type: object @@ -158496,10 +158503,10 @@ webhooks: - token_expired - token_expires_at - token_last_used_at - enterprise: *736 - organization: *738 + enterprise: *737 + organization: *739 sender: *4 - installation: *737 + installation: *738 required: - action - personal_access_token_request @@ -158576,11 +158583,11 @@ webhooks: type: string enum: - cancelled - personal_access_token_request: *778 - enterprise: *736 - organization: *738 + personal_access_token_request: *779 + enterprise: *737 + organization: *739 sender: *4 - installation: *737 + installation: *738 required: - action - personal_access_token_request @@ -158656,11 +158663,11 @@ webhooks: type: string enum: - created - personal_access_token_request: *778 - enterprise: *736 - organization: *738 + personal_access_token_request: *779 + enterprise: *737 + organization: *739 sender: *4 - installation: *737 + installation: *738 required: - action - personal_access_token_request @@ -158735,11 +158742,11 @@ webhooks: type: string enum: - denied - personal_access_token_request: *778 - organization: *738 - enterprise: *736 + personal_access_token_request: *779 + organization: *739 + enterprise: *737 sender: *4 - installation: *737 + installation: *738 required: - action - personal_access_token_request @@ -158844,7 +158851,7 @@ webhooks: id: description: Unique identifier of the webhook. type: integer - last_response: *779 + last_response: *780 name: description: The type of webhook. The only valid value is 'web'. type: string @@ -158876,8 +158883,8 @@ webhooks: hook_id: description: The ID of the webhook that triggered the ping. type: integer - organization: *738 - repository: *739 + organization: *739 + repository: *740 sender: *4 zen: description: Random string of GitHub zen. @@ -159122,10 +159129,10 @@ webhooks: - from required: - note - enterprise: *736 - installation: *737 - organization: *738 - project_card: &780 + enterprise: *737 + installation: *738 + organization: *739 + project_card: &781 title: Project Card type: object properties: @@ -159248,7 +159255,7 @@ webhooks: - creator - created_at - updated_at - repository: *739 + repository: *740 sender: *4 required: - action @@ -159329,11 +159336,11 @@ webhooks: type: string enum: - created - enterprise: *736 - installation: *737 - organization: *738 - project_card: *780 - repository: *739 + enterprise: *737 + installation: *738 + organization: *739 + project_card: *781 + repository: *740 sender: *4 required: - action @@ -159413,9 +159420,9 @@ webhooks: type: string enum: - deleted - enterprise: *736 - installation: *737 - organization: *738 + enterprise: *737 + installation: *738 + organization: *739 project_card: title: Project Card type: object @@ -159545,7 +159552,7 @@ webhooks: repository: anyOf: - type: 'null' - - *739 + - *740 sender: *4 required: - action @@ -159639,11 +159646,11 @@ webhooks: - from required: - note - enterprise: *736 - installation: *737 - organization: *738 - project_card: *780 - repository: *739 + enterprise: *737 + installation: *738 + organization: *739 + project_card: *781 + repository: *740 sender: *4 required: - action @@ -159737,9 +159744,9 @@ webhooks: - from required: - column_id - enterprise: *736 - installation: *737 - organization: *738 + enterprise: *737 + installation: *738 + organization: *739 project_card: allOf: - title: Project Card @@ -159936,7 +159943,7 @@ webhooks: type: string required: - after_id - repository: *739 + repository: *740 sender: *4 required: - action @@ -160016,10 +160023,10 @@ webhooks: type: string enum: - closed - enterprise: *736 - installation: *737 - organization: *738 - project: &782 + enterprise: *737 + installation: *738 + organization: *739 + project: &783 title: Project type: object properties: @@ -160146,7 +160153,7 @@ webhooks: - creator - created_at - updated_at - repository: *739 + repository: *740 sender: *4 required: - action @@ -160226,10 +160233,10 @@ webhooks: type: string enum: - created - enterprise: *736 - installation: *737 - organization: *738 - project_column: &781 + enterprise: *737 + installation: *738 + organization: *739 + project_column: &782 title: Project Column type: object properties: @@ -160269,7 +160276,7 @@ webhooks: - name - created_at - updated_at - repository: *739 + repository: *740 sender: *4 required: - action @@ -160348,14 +160355,14 @@ webhooks: type: string enum: - deleted - enterprise: *736 - installation: *737 - organization: *738 - project_column: *781 + enterprise: *737 + installation: *738 + organization: *739 + project_column: *782 repository: anyOf: - type: 'null' - - *739 + - *740 sender: *4 required: - action @@ -160444,11 +160451,11 @@ webhooks: type: string required: - from - enterprise: *736 - installation: *737 - organization: *738 - project_column: *781 - repository: *739 + enterprise: *737 + installation: *738 + organization: *739 + project_column: *782 + repository: *740 sender: *4 required: - action @@ -160528,11 +160535,11 @@ webhooks: type: string enum: - moved - enterprise: *736 - installation: *737 - organization: *738 - project_column: *781 - repository: *739 + enterprise: *737 + installation: *738 + organization: *739 + project_column: *782 + repository: *740 sender: *4 required: - action @@ -160612,11 +160619,11 @@ webhooks: type: string enum: - created - enterprise: *736 - installation: *737 - organization: *738 - project: *782 - repository: *739 + enterprise: *737 + installation: *738 + organization: *739 + project: *783 + repository: *740 sender: *4 required: - action @@ -160696,14 +160703,14 @@ webhooks: type: string enum: - deleted - enterprise: *736 - installation: *737 - organization: *738 - project: *782 + enterprise: *737 + installation: *738 + organization: *739 + project: *783 repository: anyOf: - type: 'null' - - *739 + - *740 sender: *4 required: - action @@ -160804,11 +160811,11 @@ webhooks: type: string required: - from - enterprise: *736 - installation: *737 - organization: *738 - project: *782 - repository: *739 + enterprise: *737 + installation: *738 + organization: *739 + project: *783 + repository: *740 sender: *4 required: - action @@ -160887,11 +160894,11 @@ webhooks: type: string enum: - reopened - enterprise: *736 - installation: *737 - organization: *738 - project: *782 - repository: *739 + enterprise: *737 + installation: *738 + organization: *739 + project: *783 + repository: *740 sender: *4 required: - action @@ -160972,9 +160979,9 @@ webhooks: type: string enum: - closed - installation: *737 - organization: *738 - projects_v2: &783 + installation: *738 + organization: *739 + projects_v2: &784 title: Projects v2 Project description: A projects v2 project type: object @@ -161122,9 +161129,9 @@ webhooks: type: string enum: - created - installation: *737 - organization: *738 - projects_v2: *783 + installation: *738 + organization: *739 + projects_v2: *784 sender: *4 required: - action @@ -161205,9 +161212,9 @@ webhooks: type: string enum: - deleted - installation: *737 - organization: *738 - projects_v2: *783 + installation: *738 + organization: *739 + projects_v2: *784 sender: *4 required: - action @@ -161328,9 +161335,9 @@ webhooks: type: string to: type: string - installation: *737 - organization: *738 - projects_v2: *783 + installation: *738 + organization: *739 + projects_v2: *784 sender: *4 required: - action @@ -161413,7 +161420,7 @@ webhooks: type: string enum: - archived - changes: &787 + changes: &788 type: object properties: archived_at: @@ -161429,9 +161436,9 @@ webhooks: - string - 'null' format: date-time - installation: *737 - organization: *738 - projects_v2_item: &784 + installation: *738 + organization: *739 + projects_v2_item: &785 title: Projects v2 Item description: An item belonging to a project type: object @@ -161570,9 +161577,9 @@ webhooks: - 'null' to: type: string - installation: *737 - organization: *738 - projects_v2_item: *784 + installation: *738 + organization: *739 + projects_v2_item: *785 sender: *4 required: - action @@ -161654,9 +161661,9 @@ webhooks: type: string enum: - created - installation: *737 - organization: *738 - projects_v2_item: *784 + installation: *738 + organization: *739 + projects_v2_item: *785 sender: *4 required: - action @@ -161737,9 +161744,9 @@ webhooks: type: string enum: - deleted - installation: *737 - organization: *738 - projects_v2_item: *784 + installation: *738 + organization: *739 + projects_v2_item: *785 sender: *4 required: - action @@ -161844,7 +161851,7 @@ webhooks: oneOf: - type: string - type: integer - - &785 + - &786 title: Projects v2 Single Select Option description: An option for a single select field type: object @@ -161864,7 +161871,7 @@ webhooks: required: - id - name - - &786 + - &787 title: Projects v2 Iteration Setting description: An iteration setting for an iteration field type: object @@ -161893,8 +161900,8 @@ webhooks: oneOf: - type: string - type: integer - - *785 - *786 + - *787 type: - 'null' - string @@ -161917,9 +161924,9 @@ webhooks: - 'null' required: - body - installation: *737 - organization: *738 - projects_v2_item: *784 + installation: *738 + organization: *739 + projects_v2_item: *785 sender: *4 required: - action @@ -162016,9 +162023,9 @@ webhooks: type: - string - 'null' - installation: *737 - organization: *738 - projects_v2_item: *784 + installation: *738 + organization: *739 + projects_v2_item: *785 sender: *4 required: - action @@ -162101,10 +162108,10 @@ webhooks: type: string enum: - restored - changes: *787 - installation: *737 - organization: *738 - projects_v2_item: *784 + changes: *788 + installation: *738 + organization: *739 + projects_v2_item: *785 sender: *4 required: - action @@ -162186,9 +162193,9 @@ webhooks: type: string enum: - reopened - installation: *737 - organization: *738 - projects_v2: *783 + installation: *738 + organization: *739 + projects_v2: *784 sender: *4 required: - action @@ -162269,9 +162276,9 @@ webhooks: type: string enum: - created - installation: *737 - organization: *738 - projects_v2_status_update: &788 + installation: *738 + organization: *739 + projects_v2_status_update: &789 title: Projects v2 Status Update description: An status update belonging to a project type: object @@ -162406,9 +162413,9 @@ webhooks: type: string enum: - deleted - installation: *737 - organization: *738 - projects_v2_status_update: *788 + installation: *738 + organization: *739 + projects_v2_status_update: *789 sender: *4 required: - action @@ -162554,9 +162561,9 @@ webhooks: - string - 'null' format: date - installation: *737 - organization: *738 - projects_v2_status_update: *788 + installation: *738 + organization: *739 + projects_v2_status_update: *789 sender: *4 required: - action @@ -162627,10 +162634,10 @@ webhooks: title: public event type: object properties: - enterprise: *736 - installation: *737 - organization: *738 - repository: *739 + enterprise: *737 + installation: *738 + organization: *739 + repository: *740 sender: *4 required: - repository @@ -162707,13 +162714,13 @@ webhooks: type: string enum: - assigned - assignee: *763 - enterprise: *736 - installation: *737 - number: &789 + assignee: *764 + enterprise: *737 + installation: *738 + number: &790 description: The pull request number. type: integer - organization: *738 + organization: *739 pull_request: title: Pull Request type: object @@ -165062,7 +165069,7 @@ webhooks: - auto_merge - active_lock_reason - draft - repository: *739 + repository: *740 sender: *4 required: - action @@ -165144,11 +165151,11 @@ webhooks: type: string enum: - auto_merge_disabled - enterprise: *736 - installation: *737 + enterprise: *737 + installation: *738 number: type: integer - organization: *738 + organization: *739 pull_request: title: Pull Request type: object @@ -167490,7 +167497,7 @@ webhooks: - draft reason: type: string - repository: *739 + repository: *740 sender: *4 required: - action @@ -167572,11 +167579,11 @@ webhooks: type: string enum: - auto_merge_enabled - enterprise: *736 - installation: *737 + enterprise: *737 + installation: *738 number: type: integer - organization: *738 + organization: *739 pull_request: title: Pull Request type: object @@ -169918,7 +169925,7 @@ webhooks: - draft reason: type: string - repository: *739 + repository: *740 sender: *4 required: - action @@ -170000,13 +170007,13 @@ webhooks: type: string enum: - closed - enterprise: *736 - installation: *737 - number: *789 - organization: *738 - pull_request: &790 + enterprise: *737 + installation: *738 + number: *790 + organization: *739 + pull_request: &791 allOf: - - *591 + - *592 - type: object properties: allow_auto_merge: @@ -170068,7 +170075,7 @@ webhooks: Please use `squash_merge_commit_title` instead.** type: boolean default: false - repository: *739 + repository: *740 sender: *4 required: - action @@ -170149,12 +170156,12 @@ webhooks: type: string enum: - converted_to_draft - enterprise: *736 - installation: *737 - number: *789 - organization: *738 - pull_request: *790 - repository: *739 + enterprise: *737 + installation: *738 + number: *790 + organization: *739 + pull_request: *791 + repository: *740 sender: *4 required: - action @@ -170234,11 +170241,11 @@ webhooks: type: string enum: - demilestoned - enterprise: *736 - milestone: *486 - number: *789 - organization: *738 - pull_request: &791 + enterprise: *737 + milestone: *487 + number: *790 + organization: *739 + pull_request: &792 title: Pull Request type: object properties: @@ -172565,7 +172572,7 @@ webhooks: - auto_merge - active_lock_reason - draft - repository: *739 + repository: *740 sender: *4 required: - action @@ -172644,11 +172651,11 @@ webhooks: type: string enum: - dequeued - enterprise: *736 - installation: *737 + enterprise: *737 + installation: *738 number: type: integer - organization: *738 + organization: *739 pull_request: title: Pull Request type: object @@ -174994,7 +175001,7 @@ webhooks: - BRANCH_PROTECTIONS - GIT_TREE_INVALID - INVALID_MERGE_COMMIT - repository: *739 + repository: *740 sender: *4 required: - action @@ -175118,12 +175125,12 @@ webhooks: type: string required: - from - enterprise: *736 - installation: *737 - number: *789 - organization: *738 - pull_request: *790 - repository: *739 + enterprise: *737 + installation: *738 + number: *790 + organization: *739 + pull_request: *791 + repository: *740 sender: *4 required: - action @@ -175203,11 +175210,11 @@ webhooks: type: string enum: - enqueued - enterprise: *736 - installation: *737 + enterprise: *737 + installation: *738 number: type: integer - organization: *738 + organization: *739 pull_request: title: Pull Request type: object @@ -177538,7 +177545,7 @@ webhooks: - auto_merge - active_lock_reason - draft - repository: *739 + repository: *740 sender: *4 required: - action @@ -177618,11 +177625,11 @@ webhooks: type: string enum: - labeled - enterprise: *736 - installation: *737 - label: *762 - number: *789 - organization: *738 + enterprise: *737 + installation: *738 + label: *763 + number: *790 + organization: *739 pull_request: title: Pull Request type: object @@ -179970,7 +179977,7 @@ webhooks: - auto_merge - active_lock_reason - draft - repository: *739 + repository: *740 sender: *4 required: - action @@ -180051,10 +180058,10 @@ webhooks: type: string enum: - locked - enterprise: *736 - installation: *737 - number: *789 - organization: *738 + enterprise: *737 + installation: *738 + number: *790 + organization: *739 pull_request: title: Pull Request type: object @@ -182400,7 +182407,7 @@ webhooks: - auto_merge - active_lock_reason - draft - repository: *739 + repository: *740 sender: *4 required: - action @@ -182480,12 +182487,12 @@ webhooks: type: string enum: - milestoned - enterprise: *736 - milestone: *486 - number: *789 - organization: *738 - pull_request: *791 - repository: *739 + enterprise: *737 + milestone: *487 + number: *790 + organization: *739 + pull_request: *792 + repository: *740 sender: *4 required: - action @@ -182564,12 +182571,12 @@ webhooks: type: string enum: - opened - enterprise: *736 - installation: *737 - number: *789 - organization: *738 - pull_request: *790 - repository: *739 + enterprise: *737 + installation: *738 + number: *790 + organization: *739 + pull_request: *791 + repository: *740 sender: *4 required: - action @@ -182650,12 +182657,12 @@ webhooks: type: string enum: - ready_for_review - enterprise: *736 - installation: *737 - number: *789 - organization: *738 - pull_request: *790 - repository: *739 + enterprise: *737 + installation: *738 + number: *790 + organization: *739 + pull_request: *791 + repository: *740 sender: *4 required: - action @@ -182735,12 +182742,12 @@ webhooks: type: string enum: - reopened - enterprise: *736 - installation: *737 - number: *789 - organization: *738 - pull_request: *790 - repository: *739 + enterprise: *737 + installation: *738 + number: *790 + organization: *739 + pull_request: *791 + repository: *740 sender: *4 required: - action @@ -183115,9 +183122,9 @@ webhooks: - start_side - side - reactions - enterprise: *736 - installation: *737 - organization: *738 + enterprise: *737 + installation: *738 + organization: *739 pull_request: type: object properties: @@ -185347,7 +185354,7 @@ webhooks: - _links - author_association - active_lock_reason - repository: *739 + repository: *740 sender: *4 required: - action @@ -185427,7 +185434,7 @@ webhooks: type: string enum: - deleted - comment: &793 + comment: &794 title: Pull Request Review Comment description: The [comment](https://docs.github.com/enterprise-cloud@latest//rest/pulls/comments#get-a-review-comment-for-a-pull-request) itself. @@ -185720,9 +185727,9 @@ webhooks: - start_side - side - reactions - enterprise: *736 - installation: *737 - organization: *738 + enterprise: *737 + installation: *738 + organization: *739 pull_request: type: object properties: @@ -187940,7 +187947,7 @@ webhooks: - _links - author_association - active_lock_reason - repository: *739 + repository: *740 sender: *4 required: - action @@ -188020,11 +188027,11 @@ webhooks: type: string enum: - edited - changes: *792 - comment: *793 - enterprise: *736 - installation: *737 - organization: *738 + changes: *793 + comment: *794 + enterprise: *737 + installation: *738 + organization: *739 pull_request: type: object properties: @@ -190245,7 +190252,7 @@ webhooks: - _links - author_association - active_lock_reason - repository: *739 + repository: *740 sender: *4 required: - action @@ -190326,9 +190333,9 @@ webhooks: type: string enum: - dismissed - enterprise: *736 - installation: *737 - organization: *738 + enterprise: *737 + installation: *738 + organization: *739 pull_request: title: Simple Pull Request type: object @@ -192561,7 +192568,7 @@ webhooks: - author_association - auto_merge - active_lock_reason - repository: *739 + repository: *740 review: description: The review that was affected. type: object @@ -192807,9 +192814,9 @@ webhooks: type: string required: - from - enterprise: *736 - installation: *737 - organization: *738 + enterprise: *737 + installation: *738 + organization: *739 pull_request: title: Simple Pull Request type: object @@ -194923,8 +194930,8 @@ webhooks: - author_association - auto_merge - active_lock_reason - repository: *739 - review: &794 + repository: *740 + review: &795 description: The review that was affected. type: object properties: @@ -195157,12 +195164,12 @@ webhooks: type: string enum: - review_request_removed - enterprise: *736 - installation: *737 + enterprise: *737 + installation: *738 number: description: The pull request number. type: integer - organization: *738 + organization: *739 pull_request: title: Pull Request type: object @@ -197509,7 +197516,7 @@ webhooks: - auto_merge - active_lock_reason - draft - repository: *739 + repository: *740 requested_reviewer: title: User type: @@ -197595,12 +197602,12 @@ webhooks: type: string enum: - review_request_removed - enterprise: *736 - installation: *737 + enterprise: *737 + installation: *738 number: description: The pull request number. type: integer - organization: *738 + organization: *739 pull_request: title: Pull Request type: object @@ -199954,7 +199961,7 @@ webhooks: - auto_merge - active_lock_reason - draft - repository: *739 + repository: *740 requested_team: title: Team description: Groups of organization members that gives permissions @@ -200149,12 +200156,12 @@ webhooks: type: string enum: - review_requested - enterprise: *736 - installation: *737 + enterprise: *737 + installation: *738 number: description: The pull request number. type: integer - organization: *738 + organization: *739 pull_request: title: Pull Request type: object @@ -202503,7 +202510,7 @@ webhooks: - auto_merge - active_lock_reason - draft - repository: *739 + repository: *740 requested_reviewer: title: User type: @@ -202590,12 +202597,12 @@ webhooks: type: string enum: - review_requested - enterprise: *736 - installation: *737 + enterprise: *737 + installation: *738 number: description: The pull request number. type: integer - organization: *738 + organization: *739 pull_request: title: Pull Request type: object @@ -204935,7 +204942,7 @@ webhooks: - auto_merge - active_lock_reason - draft - repository: *739 + repository: *740 requested_team: title: Team description: Groups of organization members that gives permissions @@ -205119,9 +205126,9 @@ webhooks: type: string enum: - submitted - enterprise: *736 - installation: *737 - organization: *738 + enterprise: *737 + installation: *738 + organization: *739 pull_request: title: Simple Pull Request type: object @@ -207357,8 +207364,8 @@ webhooks: - author_association - auto_merge - active_lock_reason - repository: *739 - review: *794 + repository: *740 + review: *795 sender: *4 required: - action @@ -207438,9 +207445,9 @@ webhooks: type: string enum: - resolved - enterprise: *736 - installation: *737 - organization: *738 + enterprise: *737 + installation: *738 + organization: *739 pull_request: title: Simple Pull Request type: object @@ -209571,7 +209578,7 @@ webhooks: - author_association - auto_merge - active_lock_reason - repository: *739 + repository: *740 sender: *4 thread: type: object @@ -209963,9 +209970,9 @@ webhooks: type: string enum: - unresolved - enterprise: *736 - installation: *737 - organization: *738 + enterprise: *737 + installation: *738 + organization: *739 pull_request: title: Simple Pull Request type: object @@ -212079,7 +212086,7 @@ webhooks: - author_association - auto_merge - active_lock_reason - repository: *739 + repository: *740 sender: *4 thread: type: object @@ -212473,10 +212480,10 @@ webhooks: type: string before: type: string - enterprise: *736 - installation: *737 - number: *789 - organization: *738 + enterprise: *737 + installation: *738 + number: *790 + organization: *739 pull_request: title: Pull Request type: object @@ -214811,7 +214818,7 @@ webhooks: - auto_merge - active_lock_reason - draft - repository: *739 + repository: *740 sender: *4 required: - action @@ -214893,11 +214900,11 @@ webhooks: type: string enum: - unassigned - assignee: *795 - enterprise: *736 - installation: *737 - number: *789 - organization: *738 + assignee: *796 + enterprise: *737 + installation: *738 + number: *790 + organization: *739 pull_request: title: Pull Request type: object @@ -217247,7 +217254,7 @@ webhooks: - auto_merge - active_lock_reason - draft - repository: *739 + repository: *740 sender: *4 required: - action @@ -217326,11 +217333,11 @@ webhooks: type: string enum: - unlabeled - enterprise: *736 - installation: *737 - label: *762 - number: *789 - organization: *738 + enterprise: *737 + installation: *738 + label: *763 + number: *790 + organization: *739 pull_request: title: Pull Request type: object @@ -219669,7 +219676,7 @@ webhooks: - auto_merge - active_lock_reason - draft - repository: *739 + repository: *740 sender: *4 required: - action @@ -219750,10 +219757,10 @@ webhooks: type: string enum: - unlocked - enterprise: *736 - installation: *737 - number: *789 - organization: *738 + enterprise: *737 + installation: *738 + number: *790 + organization: *739 pull_request: title: Pull Request type: object @@ -222082,7 +222089,7 @@ webhooks: - auto_merge - active_lock_reason - draft - repository: *739 + repository: *740 sender: *4 required: - action @@ -222285,7 +222292,7 @@ webhooks: deleted: description: Whether this push deleted the `ref`. type: boolean - enterprise: *736 + enterprise: *737 forced: description: Whether this push was a force push of the `ref`. type: boolean @@ -222380,8 +222387,8 @@ webhooks: - url - author - committer - installation: *737 - organization: *738 + installation: *738 + organization: *739 pusher: title: Committer description: Metaproperties for Git author/committer information. @@ -222969,9 +222976,9 @@ webhooks: type: string enum: - published - enterprise: *736 - installation: *737 - organization: *738 + enterprise: *737 + installation: *738 + organization: *739 registry_package: type: object properties: @@ -223448,7 +223455,7 @@ webhooks: type: string rubygems_metadata: type: array - items: *777 + items: *778 summary: type: string tag_name: @@ -223504,7 +223511,7 @@ webhooks: - owner - package_version - registry - repository: *739 + repository: *740 sender: *4 required: - action @@ -223582,9 +223589,9 @@ webhooks: type: string enum: - updated - enterprise: *736 - installation: *737 - organization: *738 + enterprise: *737 + installation: *738 + organization: *739 registry_package: type: object properties: @@ -223896,7 +223903,7 @@ webhooks: - published_at rubygems_metadata: type: array - items: *777 + items: *778 summary: type: string tag_name: @@ -223946,7 +223953,7 @@ webhooks: - owner - package_version - registry - repository: *739 + repository: *740 sender: *4 required: - action @@ -224023,10 +224030,10 @@ webhooks: type: string enum: - created - enterprise: *736 - installation: *737 - organization: *738 - release: &796 + enterprise: *737 + installation: *738 + organization: *739 + release: &797 title: Release description: The [release](https://docs.github.com/enterprise-cloud@latest//rest/releases/releases/#get-a-release) object. @@ -224342,7 +224349,7 @@ webhooks: - tarball_url - zipball_url - body - repository: *739 + repository: *740 sender: *4 required: - action @@ -224419,11 +224426,11 @@ webhooks: type: string enum: - deleted - enterprise: *736 - installation: *737 - organization: *738 - release: *796 - repository: *739 + enterprise: *737 + installation: *738 + organization: *739 + release: *797 + repository: *740 sender: *4 required: - action @@ -224540,11 +224547,11 @@ webhooks: type: boolean required: - to - enterprise: *736 - installation: *737 - organization: *738 - release: *796 - repository: *739 + enterprise: *737 + installation: *738 + organization: *739 + release: *797 + repository: *740 sender: *4 required: - action @@ -224622,9 +224629,9 @@ webhooks: type: string enum: - prereleased - enterprise: *736 - installation: *737 - organization: *738 + enterprise: *737 + installation: *738 + organization: *739 release: title: Release description: The [release](https://docs.github.com/enterprise-cloud@latest//rest/releases/releases/#get-a-release) @@ -224945,7 +224952,7 @@ webhooks: - string - 'null' format: uri - repository: *739 + repository: *740 sender: *4 required: - action @@ -225021,10 +225028,10 @@ webhooks: type: string enum: - published - enterprise: *736 - installation: *737 - organization: *738 - release: &797 + enterprise: *737 + installation: *738 + organization: *739 + release: &798 title: Release description: The [release](https://docs.github.com/enterprise-cloud@latest//rest/releases/releases/#get-a-release) object. @@ -225342,7 +225349,7 @@ webhooks: - string - 'null' format: uri - repository: *739 + repository: *740 sender: *4 required: - action @@ -225418,11 +225425,11 @@ webhooks: type: string enum: - released - enterprise: *736 - installation: *737 - organization: *738 - release: *796 - repository: *739 + enterprise: *737 + installation: *738 + organization: *739 + release: *797 + repository: *740 sender: *4 required: - action @@ -225498,11 +225505,11 @@ webhooks: type: string enum: - unpublished - enterprise: *736 - installation: *737 - organization: *738 - release: *797 - repository: *739 + enterprise: *737 + installation: *738 + organization: *739 + release: *798 + repository: *740 sender: *4 required: - action @@ -225578,11 +225585,11 @@ webhooks: type: string enum: - published - enterprise: *736 - installation: *737 - organization: *738 - repository: *739 - repository_advisory: *648 + enterprise: *737 + installation: *738 + organization: *739 + repository: *740 + repository_advisory: *649 sender: *4 required: - action @@ -225658,11 +225665,11 @@ webhooks: type: string enum: - reported - enterprise: *736 - installation: *737 - organization: *738 - repository: *739 - repository_advisory: *648 + enterprise: *737 + installation: *738 + organization: *739 + repository: *740 + repository_advisory: *649 sender: *4 required: - action @@ -225738,10 +225745,10 @@ webhooks: type: string enum: - archived - enterprise: *736 - installation: *737 - organization: *738 - repository: *739 + enterprise: *737 + installation: *738 + organization: *739 + repository: *740 sender: *4 required: - action @@ -225818,10 +225825,10 @@ webhooks: type: string enum: - created - enterprise: *736 - installation: *737 - organization: *738 - repository: *739 + enterprise: *737 + installation: *738 + organization: *739 + repository: *740 sender: *4 required: - action @@ -225899,10 +225906,10 @@ webhooks: type: string enum: - deleted - enterprise: *736 - installation: *737 - organization: *738 - repository: *739 + enterprise: *737 + installation: *738 + organization: *739 + repository: *740 sender: *4 required: - action @@ -225987,10 +225994,10 @@ webhooks: additionalProperties: true description: The `client_payload` that was specified in the `POST /repos/{owner}/{repo}/dispatches` request body. - enterprise: *736 - installation: *737 - organization: *738 - repository: *739 + enterprise: *737 + installation: *738 + organization: *739 + repository: *740 sender: *4 required: - action @@ -226105,10 +226112,10 @@ webhooks: - 'null' items: type: string - enterprise: *736 - installation: *737 - organization: *738 - repository: *739 + enterprise: *737 + installation: *738 + organization: *739 + repository: *740 sender: *4 required: - action @@ -226180,10 +226187,10 @@ webhooks: title: repository_import event type: object properties: - enterprise: *736 - installation: *737 - organization: *738 - repository: *739 + enterprise: *737 + installation: *738 + organization: *739 + repository: *740 sender: *4 status: type: string @@ -226264,10 +226271,10 @@ webhooks: type: string enum: - privatized - enterprise: *736 - installation: *737 - organization: *738 - repository: *739 + enterprise: *737 + installation: *738 + organization: *739 + repository: *740 sender: *4 required: - action @@ -226344,10 +226351,10 @@ webhooks: type: string enum: - publicized - enterprise: *736 - installation: *737 - organization: *738 - repository: *739 + enterprise: *737 + installation: *738 + organization: *739 + repository: *740 sender: *4 required: - action @@ -226441,10 +226448,10 @@ webhooks: - name required: - repository - enterprise: *736 - installation: *737 - organization: *738 - repository: *739 + enterprise: *737 + installation: *738 + organization: *739 + repository: *740 sender: *4 required: - action @@ -226524,10 +226531,10 @@ webhooks: type: string enum: - created - enterprise: *736 - installation: *737 - organization: *738 - repository: *739 + enterprise: *737 + installation: *738 + organization: *739 + repository: *740 repository_ruleset: *124 sender: *4 required: @@ -226606,10 +226613,10 @@ webhooks: type: string enum: - deleted - enterprise: *736 - installation: *737 - organization: *738 - repository: *739 + enterprise: *737 + installation: *738 + organization: *739 + repository: *740 repository_ruleset: *124 sender: *4 required: @@ -226688,10 +226695,10 @@ webhooks: type: string enum: - edited - enterprise: *736 - installation: *737 - organization: *738 - repository: *739 + enterprise: *737 + installation: *738 + organization: *739 + repository: *740 repository_ruleset: *124 changes: type: object @@ -226999,10 +227006,10 @@ webhooks: - from required: - owner - enterprise: *736 - installation: *737 - organization: *738 - repository: *739 + enterprise: *737 + installation: *738 + organization: *739 + repository: *740 sender: *4 required: - action @@ -227080,10 +227087,10 @@ webhooks: type: string enum: - unarchived - enterprise: *736 - installation: *737 - organization: *738 - repository: *739 + enterprise: *737 + installation: *738 + organization: *739 + repository: *740 sender: *4 required: - action @@ -227161,7 +227168,7 @@ webhooks: type: string enum: - create - alert: &798 + alert: &799 title: Repository Vulnerability Alert Alert description: The security alert of the vulnerable dependency. type: object @@ -227285,10 +227292,10 @@ webhooks: type: string enum: - open - enterprise: *736 - installation: *737 - organization: *738 - repository: *739 + enterprise: *737 + installation: *738 + organization: *739 + repository: *740 sender: *4 required: - action @@ -227498,10 +227505,10 @@ webhooks: type: string enum: - dismissed - enterprise: *736 - installation: *737 - organization: *738 - repository: *739 + enterprise: *737 + installation: *738 + organization: *739 + repository: *740 sender: *4 required: - action @@ -227579,11 +227586,11 @@ webhooks: type: string enum: - reopen - alert: *798 - enterprise: *736 - installation: *737 - organization: *738 - repository: *739 + alert: *799 + enterprise: *737 + installation: *738 + organization: *739 + repository: *740 sender: *4 required: - action @@ -227785,10 +227792,10 @@ webhooks: enum: - fixed - open - enterprise: *736 - installation: *737 - organization: *738 - repository: *739 + enterprise: *737 + installation: *738 + organization: *739 + repository: *740 sender: *4 required: - action @@ -227866,7 +227873,7 @@ webhooks: type: string enum: - created - alert: &799 + alert: &800 type: object properties: number: *96 @@ -227976,10 +227983,10 @@ webhooks: - 'null' description: Whether the detected secret was found in multiple repositories in the same organization or business. - enterprise: *736 - installation: *737 - organization: *738 - repository: *739 + enterprise: *737 + installation: *738 + organization: *739 + repository: *740 sender: *4 required: - action @@ -228060,11 +228067,11 @@ webhooks: type: string enum: - created - alert: *799 - installation: *737 - location: *800 - organization: *738 - repository: *739 + alert: *800 + installation: *738 + location: *801 + organization: *739 + repository: *740 sender: *4 required: - location @@ -228302,11 +228309,11 @@ webhooks: type: string enum: - publicly_leaked - alert: *799 - enterprise: *736 - installation: *737 - organization: *738 - repository: *739 + alert: *800 + enterprise: *737 + installation: *738 + organization: *739 + repository: *740 sender: *4 required: - action @@ -228384,11 +228391,11 @@ webhooks: type: string enum: - reopened - alert: *799 - enterprise: *736 - installation: *737 - organization: *738 - repository: *739 + alert: *800 + enterprise: *737 + installation: *738 + organization: *739 + repository: *740 sender: *4 required: - action @@ -228466,11 +228473,11 @@ webhooks: type: string enum: - resolved - alert: *799 - enterprise: *736 - installation: *737 - organization: *738 - repository: *739 + alert: *800 + enterprise: *737 + installation: *738 + organization: *739 + repository: *740 sender: *4 required: - action @@ -228548,11 +228555,11 @@ webhooks: type: string enum: - validated - alert: *799 - enterprise: *736 - installation: *737 - organization: *738 - repository: *739 + alert: *800 + enterprise: *737 + installation: *738 + organization: *739 + repository: *740 sender: *4 required: - action @@ -228682,10 +228689,10 @@ webhooks: - organization - enterprise - - repository: *739 - enterprise: *736 - installation: *737 - organization: *738 + repository: *740 + enterprise: *737 + installation: *738 + organization: *739 sender: *4 required: - action @@ -228763,11 +228770,11 @@ webhooks: type: string enum: - published - enterprise: *736 - installation: *737 - organization: *738 - repository: *739 - security_advisory: &801 + enterprise: *737 + installation: *738 + organization: *739 + repository: *740 + security_advisory: &802 description: The details of the security advisory, including summary, description, and severity. type: object @@ -228953,11 +228960,11 @@ webhooks: type: string enum: - updated - enterprise: *736 - installation: *737 - organization: *738 - repository: *739 - security_advisory: *801 + enterprise: *737 + installation: *738 + organization: *739 + repository: *740 + security_advisory: *802 sender: *4 required: - action @@ -229030,10 +229037,10 @@ webhooks: type: string enum: - withdrawn - enterprise: *736 - installation: *737 - organization: *738 - repository: *739 + enterprise: *737 + installation: *738 + organization: *739 + repository: *740 security_advisory: description: The details of the security advisory, including summary, description, and severity. @@ -229219,11 +229226,11 @@ webhooks: from: type: object properties: - security_and_analysis: *315 - enterprise: *736 - installation: *737 - organization: *738 - repository: *377 + security_and_analysis: *316 + enterprise: *737 + installation: *738 + organization: *739 + repository: *378 sender: *4 required: - changes @@ -229301,12 +229308,12 @@ webhooks: type: string enum: - cancelled - enterprise: *736 - installation: *737 - organization: *738 - repository: *739 + enterprise: *737 + installation: *738 + organization: *739 + repository: *740 sender: *4 - sponsorship: &802 + sponsorship: &803 type: object properties: created_at: @@ -229611,12 +229618,12 @@ webhooks: type: string enum: - created - enterprise: *736 - installation: *737 - organization: *738 - repository: *739 + enterprise: *737 + installation: *738 + organization: *739 + repository: *740 sender: *4 - sponsorship: *802 + sponsorship: *803 required: - action - sponsorship @@ -229704,12 +229711,12 @@ webhooks: type: string required: - from - enterprise: *736 - installation: *737 - organization: *738 - repository: *739 + enterprise: *737 + installation: *738 + organization: *739 + repository: *740 sender: *4 - sponsorship: *802 + sponsorship: *803 required: - action - changes @@ -229786,17 +229793,17 @@ webhooks: type: string enum: - pending_cancellation - effective_date: &803 + effective_date: &804 description: The `pending_cancellation` and `pending_tier_change` event types will include the date the cancellation or tier change will take effect. type: string - enterprise: *736 - installation: *737 - organization: *738 - repository: *739 + enterprise: *737 + installation: *738 + organization: *739 + repository: *740 sender: *4 - sponsorship: *802 + sponsorship: *803 required: - action - sponsorship @@ -229870,7 +229877,7 @@ webhooks: type: string enum: - pending_tier_change - changes: &804 + changes: &805 type: object properties: tier: @@ -229914,13 +229921,13 @@ webhooks: - from required: - tier - effective_date: *803 - enterprise: *736 - installation: *737 - organization: *738 - repository: *739 + effective_date: *804 + enterprise: *737 + installation: *738 + organization: *739 + repository: *740 sender: *4 - sponsorship: *802 + sponsorship: *803 required: - action - changes @@ -229997,13 +230004,13 @@ webhooks: type: string enum: - tier_changed - changes: *804 - enterprise: *736 - installation: *737 - organization: *738 - repository: *739 + changes: *805 + enterprise: *737 + installation: *738 + organization: *739 + repository: *740 sender: *4 - sponsorship: *802 + sponsorship: *803 required: - action - changes @@ -230077,10 +230084,10 @@ webhooks: type: string enum: - created - enterprise: *736 - installation: *737 - organization: *738 - repository: *739 + enterprise: *737 + installation: *738 + organization: *739 + repository: *740 sender: *4 starred_at: description: 'The time the star was created. This is a timestamp @@ -230164,10 +230171,10 @@ webhooks: type: string enum: - deleted - enterprise: *736 - installation: *737 - organization: *738 - repository: *739 + enterprise: *737 + installation: *738 + organization: *739 + repository: *740 sender: *4 starred_at: description: 'The time the star was created. This is a timestamp @@ -230601,15 +230608,15 @@ webhooks: type: - string - 'null' - enterprise: *736 + enterprise: *737 id: description: The unique identifier of the status. type: integer - installation: *737 + installation: *738 name: type: string - organization: *738 - repository: *739 + organization: *739 + repository: *740 sender: *4 sha: description: The Commit SHA. @@ -230725,9 +230732,9 @@ webhooks: description: The ID of the sub-issue. type: number sub_issue: *147 - installation: *737 - organization: *738 - repository: *739 + installation: *738 + organization: *739 + repository: *740 sender: *4 required: - action @@ -230817,9 +230824,9 @@ webhooks: description: The ID of the sub-issue. type: number sub_issue: *147 - installation: *737 - organization: *738 - repository: *739 + installation: *738 + organization: *739 + repository: *740 sender: *4 required: - action @@ -230909,9 +230916,9 @@ webhooks: description: The ID of the parent issue. type: number parent_issue: *147 - installation: *737 - organization: *738 - repository: *739 + installation: *738 + organization: *739 + repository: *740 sender: *4 required: - action @@ -231001,9 +231008,9 @@ webhooks: description: The ID of the parent issue. type: number parent_issue: *147 - installation: *737 - organization: *738 - repository: *739 + installation: *738 + organization: *739 + repository: *740 sender: *4 required: - action @@ -231080,12 +231087,12 @@ webhooks: title: team_add event type: object properties: - enterprise: *736 - installation: *737 - organization: *738 - repository: *739 + enterprise: *737 + installation: *738 + organization: *739 + repository: *740 sender: *4 - team: &805 + team: &806 title: Team description: Groups of organization members that gives permissions on specified repositories. @@ -231278,9 +231285,9 @@ webhooks: type: string enum: - added_to_repository - enterprise: *736 - installation: *737 - organization: *738 + enterprise: *737 + installation: *738 + organization: *739 repository: title: Repository description: A git repository @@ -231750,7 +231757,7 @@ webhooks: - topics - visibility sender: *4 - team: *805 + team: *806 required: - action - team @@ -231826,9 +231833,9 @@ webhooks: type: string enum: - created - enterprise: *736 - installation: *737 - organization: *738 + enterprise: *737 + installation: *738 + organization: *739 repository: title: Repository description: A git repository @@ -232298,7 +232305,7 @@ webhooks: - topics - visibility sender: *4 - team: *805 + team: *806 required: - action - team @@ -232375,9 +232382,9 @@ webhooks: type: string enum: - deleted - enterprise: *736 - installation: *737 - organization: *738 + enterprise: *737 + installation: *738 + organization: *739 repository: title: Repository description: A git repository @@ -232847,7 +232854,7 @@ webhooks: - topics - visibility sender: *4 - team: *805 + team: *806 required: - action - team @@ -232991,9 +232998,9 @@ webhooks: - from required: - permissions - enterprise: *736 - installation: *737 - organization: *738 + enterprise: *737 + installation: *738 + organization: *739 repository: title: Repository description: A git repository @@ -233463,7 +233470,7 @@ webhooks: - topics - visibility sender: *4 - team: *805 + team: *806 required: - action - changes @@ -233541,9 +233548,9 @@ webhooks: type: string enum: - removed_from_repository - enterprise: *736 - installation: *737 - organization: *738 + enterprise: *737 + installation: *738 + organization: *739 repository: title: Repository description: A git repository @@ -234013,7 +234020,7 @@ webhooks: - topics - visibility sender: *4 - team: *805 + team: *806 required: - action - team @@ -234089,10 +234096,10 @@ webhooks: type: string enum: - started - enterprise: *736 - installation: *737 - organization: *738 - repository: *739 + enterprise: *737 + installation: *738 + organization: *739 + repository: *740 sender: *4 required: - action @@ -234165,17 +234172,17 @@ webhooks: title: workflow_dispatch event type: object properties: - enterprise: *736 + enterprise: *737 inputs: type: - object - 'null' additionalProperties: true - installation: *737 - organization: *738 + installation: *738 + organization: *739 ref: type: string - repository: *739 + repository: *740 sender: *4 workflow: type: string @@ -234257,10 +234264,10 @@ webhooks: type: string enum: - completed - enterprise: *736 - installation: *737 - organization: *738 - repository: *739 + enterprise: *737 + installation: *738 + organization: *739 + repository: *740 sender: *4 workflow_job: allOf: @@ -234516,7 +234523,7 @@ webhooks: type: string required: - conclusion - deployment: *506 + deployment: *507 required: - action - repository @@ -234595,10 +234602,10 @@ webhooks: type: string enum: - in_progress - enterprise: *736 - installation: *737 - organization: *738 - repository: *739 + enterprise: *737 + installation: *738 + organization: *739 + repository: *740 sender: *4 workflow_job: allOf: @@ -234880,7 +234887,7 @@ webhooks: required: - status - steps - deployment: *506 + deployment: *507 required: - action - repository @@ -234959,10 +234966,10 @@ webhooks: type: string enum: - queued - enterprise: *736 - installation: *737 - organization: *738 - repository: *739 + enterprise: *737 + installation: *738 + organization: *739 + repository: *740 sender: *4 workflow_job: type: object @@ -235108,7 +235115,7 @@ webhooks: - workflow_name - head_branch - created_at - deployment: *506 + deployment: *507 required: - action - repository @@ -235187,10 +235194,10 @@ webhooks: type: string enum: - waiting - enterprise: *736 - installation: *737 - organization: *738 - repository: *739 + enterprise: *737 + installation: *738 + organization: *739 + repository: *740 sender: *4 workflow_job: type: object @@ -235337,7 +235344,7 @@ webhooks: - workflow_name - head_branch - created_at - deployment: *506 + deployment: *507 required: - action - repository @@ -235417,12 +235424,12 @@ webhooks: type: string enum: - completed - enterprise: *736 - installation: *737 - organization: *738 - repository: *739 + enterprise: *737 + installation: *738 + organization: *739 + repository: *740 sender: *4 - workflow: *758 + workflow: *759 workflow_run: title: Workflow Run type: object @@ -236441,12 +236448,12 @@ webhooks: type: string enum: - in_progress - enterprise: *736 - installation: *737 - organization: *738 - repository: *739 + enterprise: *737 + installation: *738 + organization: *739 + repository: *740 sender: *4 - workflow: *758 + workflow: *759 workflow_run: title: Workflow Run type: object @@ -237450,12 +237457,12 @@ webhooks: type: string enum: - requested - enterprise: *736 - installation: *737 - organization: *738 - repository: *739 + enterprise: *737 + installation: *738 + organization: *739 + repository: *740 sender: *4 - workflow: *758 + workflow: *759 workflow_run: title: Workflow Run type: object diff --git a/descriptions-next/ghec/dereferenced/ghec.deref.json b/descriptions-next/ghec/dereferenced/ghec.deref.json index 03b611c6bd..38ae38889b 100644 --- a/descriptions-next/ghec/dereferenced/ghec.deref.json +++ b/descriptions-next/ghec/dereferenced/ghec.deref.json @@ -37107,6 +37107,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", @@ -123543,6 +123551,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", @@ -287180,7 +287196,7 @@ "/repos/{owner}/{repo}/check-runs/{check_run_id}/rerequest": { "post": { "summary": "Rerequest a check run", - "description": "Triggers GitHub to rerequest an existing check run, without pushing new code to a repository. This endpoint will trigger the [`check_run` webhook](https://docs.github.com/enterprise-cloud@latest//webhooks/event-payloads/#check_run) event with the action `rerequested`. When a check run is `rerequested`, the `status` of the check suite it belongs to is reset to `queued` and the `conclusion` is cleared. The check run itself is not updated. GitHub apps recieving the [`check_run` webhook](https://docs.github.com/enterprise-cloud@latest//webhooks/event-payloads/#check_run) with the `rerequested` action should then decide if the check run should be reset or updated and call the [update `check_run` endpoint](https://docs.github.com/enterprise-cloud@latest//rest/checks/runs#update-a-check-run) to update the check_run if desired.\n\nFor more information about how to re-run GitHub Actions jobs, see \"[Re-run a job from a workflow run](https://docs.github.com/enterprise-cloud@latest//rest/actions/workflow-runs#re-run-a-job-from-a-workflow-run)\".\n\nOAuth apps and personal access tokens (classic) cannot use this endpoint.", + "description": "Triggers GitHub to rerequest an existing check run, without pushing new code to a repository. This endpoint will trigger the [`check_run` webhook](https://docs.github.com/enterprise-cloud@latest//webhooks/event-payloads/#check_run) event with the action `rerequested`. When a check run is `rerequested`, the `status` of the check suite it belongs to is reset to `queued` and the `conclusion` is cleared. The check run itself is not updated. GitHub apps recieving the [`check_run` webhook](https://docs.github.com/enterprise-cloud@latest//webhooks/event-payloads/#check_run) with the `rerequested` action should then decide if the check run should be reset or updated and call the [update `check_run` endpoint](https://docs.github.com/enterprise-cloud@latest//rest/checks/runs#update-a-check-run) to update the check_run if desired.\n\nFor more information about how to re-run GitHub Actions jobs, see \"[Re-run a job from a workflow run](https://docs.github.com/enterprise-cloud@latest//rest/actions/workflow-runs#re-run-a-job-from-a-workflow-run)\".", "tags": [ "checks" ], @@ -296010,7 +296026,7 @@ "/repos/{owner}/{repo}/check-suites/{check_suite_id}/rerequest": { "post": { "summary": "Rerequest a check suite", - "description": "Triggers GitHub to rerequest an existing check suite, without pushing new code to a repository. This endpoint will trigger the [`check_suite` webhook](https://docs.github.com/enterprise-cloud@latest//webhooks/event-payloads/#check_suite) event with the action `rerequested`. When a check suite is `rerequested`, its `status` is reset to `queued` and the `conclusion` is cleared.\n\nOAuth apps and personal access tokens (classic) cannot use this endpoint.", + "description": "Triggers GitHub to rerequest an existing check suite, without pushing new code to a repository. This endpoint will trigger the [`check_suite` webhook](https://docs.github.com/enterprise-cloud@latest//webhooks/event-payloads/#check_suite) event with the action `rerequested`. When a check suite is `rerequested`, its `status` is reset to `queued` and the `conclusion` is cleared.", "tags": [ "checks" ], @@ -338776,6 +338792,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/ghec/dereferenced/ghec.deref.yaml b/descriptions-next/ghec/dereferenced/ghec.deref.yaml index 95a78bcf9c..d3ac9aaec5 100644 --- a/descriptions-next/ghec/dereferenced/ghec.deref.yaml +++ b/descriptions-next/ghec/dereferenced/ghec.deref.yaml @@ -907,7 +907,7 @@ paths: - subscriptions_url - type - url - type: &331 + type: &332 type: string description: The type of credit the user is receiving. enum: @@ -1073,7 +1073,7 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/security-advisories/global-advisories#get-a-global-security-advisory parameters: - - &650 + - &651 name: ghsa_id description: The GHSA (GitHub Security Advisory) identifier of the advisory. in: path @@ -1669,7 +1669,7 @@ paths: schema: type: integer default: 30 - - &257 + - &258 name: cursor description: 'Used for pagination: the starting delivery from which the page of deliveries is fetched. Refer to the `link` header for the next and previous @@ -1685,7 +1685,7 @@ paths: application/json: schema: type: array - items: &258 + items: &259 title: Simple webhook delivery description: Delivery made by a webhook, without request and response information. @@ -1781,7 +1781,7 @@ paths: - installation_id - repository_id examples: - default: &259 + default: &260 value: - id: 12345678 guid: 0b989ba4-242f-11e5-81e1-c7b6966d2516 @@ -1813,7 +1813,7 @@ paths: application/json: schema: *3 application/scim+json: - schema: &660 + schema: &661 title: Scim Error description: Scim Error type: object @@ -1916,7 +1916,7 @@ paths: description: Response content: application/json: - schema: &260 + schema: &261 title: Webhook delivery description: Delivery made by a webhook. type: object @@ -2051,7 +2051,7 @@ paths: - request - response examples: - default: &261 + default: &262 value: id: 12345678 guid: 0b989ba4-242f-11e5-81e1-c7b6966d2516 @@ -11654,7 +11654,7 @@ paths: description: The GitHub URL of the alert resource. format: uri readOnly: true - instances_url: &446 + instances_url: &447 type: string description: The REST API URL for fetching the list of instances for an alert. @@ -11690,7 +11690,7 @@ paths: format: `YYYY-MM-DDTHH:MM:SSZ`.' format: date-time readOnly: true - dismissed_reason: &447 + dismissed_reason: &448 type: - string - 'null' @@ -11701,14 +11701,14 @@ paths: - won't fix - used in tests - - dismissed_comment: &448 + dismissed_comment: &449 type: - string - 'null' description: The dismissal comment associated with the dismissal of the alert. maxLength: 280 - rule: &449 + rule: &450 type: object properties: id: @@ -11769,7 +11769,7 @@ paths: - 'null' description: A link to the documentation for the rule used to detect the alert. - tool: &450 + tool: &451 type: object properties: name: *85 @@ -11780,15 +11780,15 @@ paths: description: The version of the tool used to generate the code scanning analysis. guid: *86 - most_recent_instance: &451 + most_recent_instance: &452 type: object properties: - ref: &444 + ref: &445 type: string description: |- The Git reference, formatted as `refs/pull//merge`, `refs/pull//head`, `refs/heads/` or simply ``. - analysis_key: &461 + analysis_key: &462 type: string description: Identifies the configuration under which the analysis was executed. For example, in GitHub Actions @@ -11799,7 +11799,7 @@ paths: the environment in which the analysis that generated this alert instance was performed, such as the language that was analyzed. - category: &462 + category: &463 type: string description: Identifies the configuration under which the analysis was executed. Used to distinguish between multiple @@ -14123,7 +14123,7 @@ paths: parent: anyOf: - type: 'null' - - &294 + - &295 title: Team Simple description: Groups of organization members that gives permissions on specified repositories. @@ -14951,6 +14951,13 @@ paths: schema: type: string - &247 + name: has + in: query + description: Filters the list of alerts based on whether the alert has a patch. + If specified, only alerts with a patch will be returned. + schema: + type: string + - &248 name: scope in: query description: The scope of the vulnerable dependency. If specified, only alerts @@ -14960,7 +14967,7 @@ paths: enum: - development - runtime - - &248 + - &249 name: sort in: query description: |- @@ -14978,7 +14985,7 @@ paths: - *84 - *82 - *83 - - &249 + - &250 name: first description: |- **Deprecated**. The number of results per page (max 100), starting from the first matching result. @@ -14991,7 +14998,7 @@ paths: minimum: 1 maximum: 100 default: 30 - - &250 + - &251 name: last description: |- **Deprecated**. The number of results per page (max 100), starting from the last matching result. @@ -15011,7 +15018,7 @@ paths: application/json: schema: type: array - items: &251 + items: &252 type: object description: A Dependabot alert. properties: @@ -15078,7 +15085,7 @@ paths: - direct - transitive - - security_advisory: &498 + security_advisory: &499 type: object description: Details for the GitHub Security Advisory. readOnly: true @@ -15314,7 +15321,7 @@ paths: dismissal. maxLength: 280 fixed_at: *106 - auto_dismissed_at: &499 + auto_dismissed_at: &500 type: - string - 'null' @@ -15341,7 +15348,7 @@ paths: - repository additionalProperties: false examples: - default: &252 + default: &253 value: - number: 2 state: dismissed @@ -15812,7 +15819,7 @@ paths: - name - created_on examples: - default: &341 + default: &342 value: total_count: 2 network_configurations: @@ -16035,7 +16042,7 @@ paths: url: https://docs.github.com/enterprise-cloud@latest//rest/enterprise-admin/network-configurations#get-a-hosted-compute-network-settings-resource-for-an-enterprise parameters: - *38 - - &342 + - &343 name: network_settings_id description: Unique identifier of the hosted compute network settings. in: path @@ -16047,7 +16054,7 @@ paths: description: Response content: application/json: - schema: &343 + schema: &344 title: Hosted compute network settings resource description: A hosted compute network settings resource. type: object @@ -16086,7 +16093,7 @@ paths: - subnet_id - region examples: - default: &344 + default: &345 value: id: 220F78DACB92BBFBC5E6F22DE1CCF52309D network_configuration_id: 934E208B3EE0BD60CF5F752C426BFB53562 @@ -16398,7 +16405,7 @@ paths: required: true content: application/json: - schema: &313 + schema: &314 title: Custom Property Set Payload description: Custom property set payload type: object @@ -16774,7 +16781,7 @@ paths: type: object description: A repository rule. oneOf: - - &608 + - &609 title: creation description: Only allow users with bypass permission to create matching refs. @@ -16786,7 +16793,7 @@ paths: type: string enum: - creation - - &609 + - &610 title: update description: Only allow users with bypass permission to update matching refs. @@ -16807,7 +16814,7 @@ paths: repository required: - update_allows_fetch_and_merge - - &611 + - &612 title: deletion description: Only allow users with bypass permissions to delete matching refs. @@ -16819,7 +16826,7 @@ paths: type: string enum: - deletion - - &612 + - &613 title: required_linear_history description: Prevent merge commits from being pushed to matching refs. @@ -16831,7 +16838,7 @@ paths: type: string enum: - required_linear_history - - &613 + - &614 title: merge_queue description: Merges must be performed via a merge queue. type: object @@ -16907,7 +16914,7 @@ paths: - merge_method - min_entries_to_merge - min_entries_to_merge_wait_minutes - - &614 + - &615 title: required_deployments description: Choose which environments must be successfully deployed to before refs can be pushed into a ref that matches @@ -16931,7 +16938,7 @@ paths: type: string required: - required_deployment_environments - - &615 + - &616 title: required_signatures description: Commits pushed to matching refs must have verified signatures. @@ -16943,7 +16950,7 @@ paths: type: string enum: - required_signatures - - &616 + - &617 title: pull_request description: Require all commits be made to a non-target branch and submitted via a pull request before they can be merged. @@ -17003,7 +17010,7 @@ paths: - require_last_push_approval - required_approving_review_count - required_review_thread_resolution - - &617 + - &618 title: required_status_checks description: Choose which status checks must pass before the ref is updated. When enabled, commits must first be pushed @@ -17050,7 +17057,7 @@ paths: required: - required_status_checks - strict_required_status_checks_policy - - &618 + - &619 title: non_fast_forward description: Prevent users with push access from force pushing to refs. @@ -17062,7 +17069,7 @@ paths: type: string enum: - non_fast_forward - - &619 + - &620 title: commit_message_pattern description: Parameters to be used for the commit_message_pattern rule @@ -17098,7 +17105,7 @@ paths: required: - operator - pattern - - &620 + - &621 title: commit_author_email_pattern description: Parameters to be used for the commit_author_email_pattern rule @@ -17134,7 +17141,7 @@ paths: required: - operator - pattern - - &621 + - &622 title: committer_email_pattern description: Parameters to be used for the committer_email_pattern rule @@ -17170,7 +17177,7 @@ paths: required: - operator - pattern - - &622 + - &623 title: branch_name_pattern description: Parameters to be used for the branch_name_pattern rule @@ -17206,7 +17213,7 @@ paths: required: - operator - pattern - - &623 + - &624 title: tag_name_pattern description: Parameters to be used for the tag_name_pattern rule @@ -17242,7 +17249,7 @@ paths: required: - operator - pattern - - &624 + - &625 title: file_path_restriction description: Prevent commits that include changes in specified file and folder paths from being pushed to the commit graph. @@ -17266,7 +17273,7 @@ paths: type: string required: - restricted_file_paths - - &625 + - &626 title: max_file_path_length description: Prevent commits that include file paths that exceed the specified character limit from being pushed to the commit @@ -17290,7 +17297,7 @@ paths: maximum: 256 required: - max_file_path_length - - &626 + - &627 title: file_extension_restriction description: Prevent commits that include files with specified file extensions from being pushed to the commit graph. @@ -17313,7 +17320,7 @@ paths: type: string required: - restricted_file_extensions - - &627 + - &628 title: max_file_size description: Prevent commits with individual files that exceed the specified limit from being pushed to the commit graph. @@ -17337,7 +17344,7 @@ paths: maximum: 100 required: - max_file_size - - &628 + - &629 title: workflows description: Require all changes made to a targeted branch to pass the specified workflows before they can be merged. @@ -17386,7 +17393,7 @@ paths: - repository_id required: - workflows - - &629 + - &630 title: code_scanning description: Choose which tools must provide code scanning results before the reference is updated. When configured, code scanning @@ -17543,7 +17550,7 @@ paths: conditions: anyOf: - *117 - - &318 + - &319 title: Organization ruleset conditions type: object description: |- @@ -17827,7 +17834,7 @@ paths: type: string format: date-time examples: - default: &320 + default: &321 value: - version_id: 3 actor: @@ -17880,7 +17887,7 @@ paths: description: Response content: application/json: - schema: &321 + schema: &322 allOf: - *127 - type: object @@ -17935,7 +17942,7 @@ paths: url: https://docs.github.com/enterprise-cloud@latest//rest/secret-scanning/secret-scanning#list-secret-scanning-alerts-for-an-enterprise parameters: - *38 - - &322 + - &323 name: state in: query description: Set to `open` or `resolved` to only list secret scanning alerts @@ -17946,7 +17953,7 @@ paths: enum: - open - resolved - - &323 + - &324 name: secret_type in: query description: A comma-separated list of secret types to return. All default @@ -17956,7 +17963,7 @@ paths: required: false schema: type: string - - &324 + - &325 name: resolution in: query description: A comma-separated list of resolutions. Only secret scanning alerts @@ -17965,7 +17972,7 @@ paths: required: false schema: type: string - - &325 + - &326 name: sort description: The property to sort the results by. `created` means when the alert was created. `updated` means when the alert was updated or resolved. @@ -17981,7 +17988,7 @@ paths: - *17 - *82 - *83 - - &326 + - &327 name: validity in: query description: A comma-separated list of validities that, when present, will @@ -17990,7 +17997,7 @@ paths: required: false schema: type: string - - &327 + - &328 name: is_publicly_leaked in: query description: A boolean value representing whether or not to filter alerts @@ -17999,7 +18006,7 @@ paths: schema: type: boolean default: false - - &328 + - &329 name: is_multi_repo in: query description: A boolean value representing whether or not to filter alerts @@ -18015,7 +18022,7 @@ paths: application/json: schema: type: array - items: &329 + items: &330 type: object properties: number: *96 @@ -18031,14 +18038,14 @@ paths: format: uri description: The REST API URL of the code locations for this alert. - state: &642 + state: &643 description: Sets the state of the secret scanning alert. You must provide `resolution` when you set the state to `resolved`. type: string enum: - open - resolved - resolution: &643 + resolution: &644 type: - string - 'null' @@ -18143,7 +18150,7 @@ paths: description: A boolean value representing whether or not alert is base64 encoded examples: - default: &330 + default: &331 value: - number: 2 created_at: '2020-11-06T18:48:51Z' @@ -18409,7 +18416,7 @@ paths: description: Response content: application/json: - schema: &332 + schema: &333 type: object properties: total_minutes_used: @@ -18479,7 +18486,7 @@ paths: - included_minutes - minutes_used_breakdown examples: - default: &333 + default: &334 value: total_minutes_used: 305 total_paid_minutes_used: 0 @@ -18510,7 +18517,7 @@ paths: url: https://docs.github.com/enterprise-cloud@latest//rest/enterprise-admin/billing#get-github-advanced-security-active-committers-for-an-enterprise parameters: - *38 - - &334 + - &335 name: advanced_security_product in: query description: The security feature to get GitHub Advanced Security active committers @@ -18528,7 +18535,7 @@ paths: description: Success content: application/json: - schema: &335 + schema: &336 type: object properties: total_advanced_security_committers: @@ -18591,7 +18598,7 @@ paths: required: - repositories examples: - default: &336 + default: &337 value: total_advanced_security_committers: 2 total_count: 2 @@ -18831,7 +18838,7 @@ paths: description: Response content: application/json: - schema: &337 + schema: &338 type: object properties: total_gigabytes_bandwidth_used: @@ -18849,7 +18856,7 @@ paths: - total_paid_gigabytes_bandwidth_used - included_gigabytes_bandwidth examples: - default: &338 + default: &339 value: total_gigabytes_bandwidth_used: 50 total_paid_gigabytes_bandwidth_used: 40 @@ -18884,7 +18891,7 @@ paths: description: Response content: application/json: - schema: &339 + schema: &340 type: object properties: days_left_in_billing_cycle: @@ -18902,7 +18909,7 @@ paths: - estimated_paid_storage_for_month - estimated_storage_for_month examples: - default: &340 + default: &341 value: days_left_in_billing_cycle: 20 estimated_paid_storage_for_month: 15 @@ -19389,7 +19396,7 @@ paths: milestone: anyOf: - type: 'null' - - &486 + - &487 title: Milestone description: A collection of related issues and pull requests. @@ -19561,7 +19568,7 @@ paths: timeline_url: type: string format: uri - type: &279 + type: &280 title: Issue Type description: The type of issue. type: @@ -19706,7 +19713,7 @@ paths: - author_association - created_at - updated_at - comment: &548 + comment: &549 title: Issue Comment description: Comments provide a way for people to collaborate on an issue. @@ -20281,7 +20288,7 @@ paths: url: type: string format: uri - user: &699 + user: &700 title: Public User description: Public User type: object @@ -22176,7 +22183,7 @@ paths: - closed - all default: open - - &282 + - &283 name: labels description: 'A list of comma separated label names. Example: `bug,ui,@high`' in: query @@ -22227,7 +22234,7 @@ paths: type: array items: *147 examples: - default: &283 + default: &284 value: - id: 1 node_id: MDU6SXNzdWUx @@ -23638,14 +23645,14 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/activity/events#list-public-events-for-a-network-of-repositories parameters: - - &364 + - &365 name: owner description: The account owner of the repository. The name is not case sensitive. in: path required: true schema: type: string - - &365 + - &366 name: repo description: The name of the repository without the `.git` extension. The name is not case sensitive. @@ -23716,7 +23723,7 @@ paths: '404': *6 '403': *27 '304': *35 - '301': &378 + '301': &379 description: Moved permanently content: application/json: @@ -23738,7 +23745,7 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/activity/notifications#list-notifications-for-the-authenticated-user parameters: - - &577 + - &578 name: all description: If `true`, show notifications marked as read. in: query @@ -23746,7 +23753,7 @@ paths: schema: type: boolean default: false - - &578 + - &579 name: participating description: If `true`, only shows notifications in which the user is directly participating or mentioned. @@ -23756,7 +23763,7 @@ paths: type: boolean default: false - *137 - - &579 + - &580 name: before description: 'Only show notifications updated before the given time. This is a timestamp in [ISO 8601](https://en.wikipedia.org/wiki/ISO_8601) format: @@ -24127,7 +24134,7 @@ paths: type: boolean examples: - false - security_and_analysis: &315 + security_and_analysis: &316 type: - object - 'null' @@ -24290,7 +24297,7 @@ paths: - url - subscription_url examples: - default: &580 + default: &581 value: - id: '1' repository: @@ -24843,7 +24850,7 @@ paths: type: array items: *56 examples: - default: &716 + default: &717 value: - login: github id: 1 @@ -25846,7 +25853,7 @@ paths: type: integer repository_cache_usages: type: array - items: &383 + items: &384 title: Actions Cache Usage by repository description: GitHub Actions Cache Usage by repository. type: object @@ -26519,7 +26526,7 @@ paths: type: array items: *61 examples: - default: &710 + default: &711 value: total_count: 1 repositories: @@ -27342,7 +27349,7 @@ paths: type: array items: *189 examples: - default: &702 + default: &703 value: total_count: 1 repositories: @@ -28385,7 +28392,7 @@ paths: description: Response content: application/json: - schema: &403 + schema: &404 title: ActionsPublicKey description: The public key used for setting Actions Secrets. type: object @@ -28420,7 +28427,7 @@ paths: - key_id - key examples: - default: &404 + default: &405 value: key_id: '012345678912345678' key: 2Sg8iYjAxxmI2LvUXpJjkYrMxURPc8r+dB7TJyvv1234 @@ -28833,7 +28840,7 @@ paths: url: https://docs.github.com/enterprise-cloud@latest//rest/actions/variables#list-organization-variables parameters: - *163 - - &388 + - &389 name: per_page description: The number of results per page (max 30). For more information, see "[Using pagination in the REST API](https://docs.github.com/enterprise-cloud@latest//rest/using-the-rest-api/using-pagination-in-the-rest-api)." @@ -29451,7 +29458,7 @@ paths: bundle_url: type: string examples: - default: &417 + default: &418 value: attestations: - bundle: @@ -29620,7 +29627,7 @@ paths: type: array items: *4 examples: - default: &284 + default: &285 value: - login: octocat id: 1 @@ -29798,7 +29805,7 @@ paths: application/json: schema: type: array - items: &434 + items: &435 title: Secret scanning bypass request description: A bypass request made by a user asking to be exempted from push protection in this repository. @@ -29929,7 +29936,7 @@ paths: examples: - https://github.com/octo-org/smile/exemptions/1 examples: - default: &435 + default: &436 value: - id: 21 number: 42 @@ -30586,7 +30593,7 @@ paths: be returned. in: query required: false - schema: &445 + schema: &446 type: string description: Severity of a code scanning alert. enum: @@ -31564,7 +31571,7 @@ paths: type: integer codespaces: type: array - items: &285 + items: &286 type: object title: Codespace description: A codespace. @@ -31599,7 +31606,7 @@ paths: machine: anyOf: - type: 'null' - - &474 + - &475 type: object title: Codespace machine description: A description of the machine powering a codespace. @@ -31886,7 +31893,7 @@ paths: - pulls_url - recent_folders examples: - default: &286 + default: &287 value: total_count: 3 codespaces: @@ -32551,7 +32558,7 @@ paths: - updated_at - visibility examples: - default: &475 + default: &476 value: total_count: 2 secrets: @@ -32589,7 +32596,7 @@ paths: description: Response content: application/json: - schema: &476 + schema: &477 title: CodespacesPublicKey description: The public key used for setting Codespaces secrets. type: object @@ -32624,7 +32631,7 @@ paths: - key_id - key examples: - default: &477 + default: &478 value: key_id: '012345678912345678' key: 2Sg8iYjAxxmI2LvUXpJjkYrMxURPc8r+dB7TJyvv1234 @@ -32656,7 +32663,7 @@ paths: application/json: schema: *234 examples: - default: &479 + default: &480 value: name: GH_TOKEN created_at: '2019-08-10T14:59:22Z' @@ -34218,11 +34225,12 @@ paths: - *246 - *247 - *248 + - *249 - *84 - *82 - *83 - - *249 - *250 + - *251 - *17 responses: '200': @@ -34231,9 +34239,9 @@ paths: application/json: schema: type: array - items: *251 + items: *252 examples: - default: *252 + default: *253 '304': *35 '400': *14 '403': *27 @@ -34277,7 +34285,7 @@ paths: type: integer secrets: type: array - items: &253 + items: &254 title: Dependabot Secret for an Organization description: Secrets for GitHub Dependabot for an organization. type: object @@ -34356,7 +34364,7 @@ paths: description: Response content: application/json: - schema: &502 + schema: &503 title: DependabotPublicKey description: The public key used for setting Dependabot Secrets. type: object @@ -34375,7 +34383,7 @@ paths: - key_id - key examples: - default: &503 + default: &504 value: key_id: '012345678912345678' key: 2Sg8iYjAxxmI2LvUXpJjkYrMxURPc8r+dB7TJyvv1234 @@ -34405,7 +34413,7 @@ paths: description: Response content: application/json: - schema: *253 + schema: *254 examples: default: value: @@ -34705,7 +34713,7 @@ paths: - *212 - *213 - *214 - - &511 + - &512 name: request_status description: The status of the dismissal request to filter on. When specified, only requests with this status will be returned. @@ -34731,7 +34739,7 @@ paths: application/json: schema: type: array - items: &512 + items: &513 title: Secret scanning alert dismissal request description: A dismissal request made by a user asking to close a secret scanning alert in this repository. @@ -34849,7 +34857,7 @@ paths: examples: - https://github.com/octo-org/smile/security/secret-scanning/17 examples: - default: &513 + default: &514 value: - id: 21 number: 42 @@ -34936,7 +34944,7 @@ paths: application/json: schema: type: array - items: &296 + items: &297 title: Package description: A software package type: object @@ -35007,7 +35015,7 @@ paths: - created_at - updated_at examples: - default: &297 + default: &298 value: - id: 197 name: hello_docker @@ -35191,7 +35199,7 @@ paths: description: Response content: application/json: - schema: &359 + schema: &360 title: ExternalGroup description: Information about an external group's usage and its members type: object @@ -35281,7 +35289,7 @@ paths: member_name: Octo Lisa member_email: octo_lisa@github.com examples: - default: &360 + default: &361 value: group_id: '123' group_name: Octocat admins @@ -35336,7 +35344,7 @@ paths: description: Response content: application/json: - schema: &357 + schema: &358 title: ExternalGroups description: A list of external groups available to be connected to a team @@ -35376,7 +35384,7 @@ paths: group_name: group-azuread-test2 updated_at: 2021-06-03 22:27:15:000 -700 examples: - default: &358 + default: &359 value: groups: - group_id: '123' @@ -35420,7 +35428,7 @@ paths: application/json: schema: type: array - items: &276 + items: &277 title: Organization Invitation description: Organization Invitation type: object @@ -35474,7 +35482,7 @@ paths: - invitation_teams_url - node_id examples: - default: &277 + default: &278 value: - id: 1 login: monalisa @@ -35541,7 +35549,7 @@ paths: application/json: schema: type: array - items: &316 + items: &317 title: Repository Fine-Grained Permission description: A fine-grained permission that protects repository resources. @@ -35555,7 +35563,7 @@ paths: - name - description examples: - default: &317 + default: &318 value: - name: add_assignee description: Assign or remove a user @@ -35596,7 +35604,7 @@ paths: application/json: schema: type: array - items: &254 + items: &255 title: Org Hook description: Org Hook type: object @@ -35779,9 +35787,9 @@ paths: description: Response content: application/json: - schema: *254 + schema: *255 examples: - default: &255 + default: &256 value: id: 1 url: https://api.github.com/orgs/octocat/hooks/1 @@ -35826,7 +35834,7 @@ paths: url: https://docs.github.com/enterprise-cloud@latest//rest/orgs/webhooks#get-an-organization-webhook parameters: - *163 - - &256 + - &257 name: hook_id description: The unique identifier of the hook. You can find this value in the `X-GitHub-Hook-ID` header of a webhook delivery. @@ -35839,9 +35847,9 @@ paths: description: Response content: application/json: - schema: *254 + schema: *255 examples: - default: *255 + default: *256 '404': *6 x-github: githubCloudOnly: false @@ -35863,7 +35871,7 @@ paths: url: https://docs.github.com/enterprise-cloud@latest//rest/orgs/webhooks#update-an-organization-webhook parameters: - *163 - - *256 + - *257 requestBody: required: false content: @@ -35909,7 +35917,7 @@ paths: description: Response content: application/json: - schema: *254 + schema: *255 examples: default: value: @@ -35949,7 +35957,7 @@ paths: url: https://docs.github.com/enterprise-cloud@latest//rest/orgs/webhooks#delete-an-organization-webhook parameters: - *163 - - *256 + - *257 responses: '204': description: Response @@ -35975,7 +35983,7 @@ paths: url: https://docs.github.com/enterprise-cloud@latest//rest/orgs/webhooks#get-a-webhook-configuration-for-an-organization parameters: - *163 - - *256 + - *257 responses: '200': description: Response @@ -36004,7 +36012,7 @@ paths: url: https://docs.github.com/enterprise-cloud@latest//rest/orgs/webhooks#update-a-webhook-configuration-for-an-organization parameters: - *163 - - *256 + - *257 requestBody: required: false content: @@ -36053,9 +36061,9 @@ paths: url: https://docs.github.com/enterprise-cloud@latest//rest/orgs/webhooks#list-deliveries-for-an-organization-webhook parameters: - *163 - - *256 - - *17 - *257 + - *17 + - *258 responses: '200': description: Response @@ -36063,9 +36071,9 @@ paths: application/json: schema: type: array - items: *258 + items: *259 examples: - default: *259 + default: *260 '400': *14 '422': *15 x-github: @@ -36089,16 +36097,16 @@ paths: url: https://docs.github.com/enterprise-cloud@latest//rest/orgs/webhooks#get-a-webhook-delivery-for-an-organization-webhook parameters: - *163 - - *256 + - *257 - *16 responses: '200': description: Response content: application/json: - schema: *260 + schema: *261 examples: - default: *261 + default: *262 '400': *14 '422': *15 x-github: @@ -36122,7 +36130,7 @@ paths: url: https://docs.github.com/enterprise-cloud@latest//rest/orgs/webhooks#redeliver-a-delivery-for-an-organization-webhook parameters: - *163 - - *256 + - *257 - *16 responses: '202': *93 @@ -36149,7 +36157,7 @@ paths: url: https://docs.github.com/enterprise-cloud@latest//rest/orgs/webhooks#ping-an-organization-webhook parameters: - *163 - - *256 + - *257 responses: '204': description: Response @@ -36172,7 +36180,7 @@ paths: url: https://docs.github.com/enterprise-cloud@latest//rest/orgs/api-insights#get-route-stats-by-actor parameters: - *163 - - &266 + - &267 name: actor_type in: path description: The type of the actor @@ -36185,14 +36193,14 @@ paths: - fine_grained_pat - oauth_app - github_app_user_to_server - - &267 + - &268 name: actor_id in: path description: The ID of the actor required: true schema: type: integer - - &262 + - &263 name: min_timestamp description: 'The minimum timestamp to query for stats. This is a timestamp in [ISO 8601](https://en.wikipedia.org/wiki/ISO_8601) format: `YYYY-MM-DDTHH:MM:SSZ`.' @@ -36200,7 +36208,7 @@ paths: required: true schema: type: string - - &263 + - &264 name: max_timestamp description: 'The maximum timestamp to query for stats. Defaults to the time 30 days ago. This is a timestamp in [ISO 8601](https://en.wikipedia.org/wiki/ISO_8601) @@ -36295,12 +36303,12 @@ paths: url: https://docs.github.com/enterprise-cloud@latest//rest/orgs/api-insights#get-subject-stats parameters: - *163 - - *262 - *263 + - *264 - *19 - *17 - *84 - - &272 + - &273 name: sort description: The property to sort the results by. in: query @@ -36380,14 +36388,14 @@ paths: url: https://docs.github.com/enterprise-cloud@latest//rest/orgs/api-insights#get-summary-stats parameters: - *163 - - *262 - *263 + - *264 responses: '200': description: Response content: application/json: - schema: &264 + schema: &265 title: Summary Stats description: API Insights usage summary stats for an organization type: object @@ -36403,7 +36411,7 @@ paths: type: integer format: int64 examples: - default: &265 + default: &266 value: total_request_count: 34225 rate_limited_request_count: 23 @@ -36424,23 +36432,23 @@ paths: url: https://docs.github.com/enterprise-cloud@latest//rest/orgs/api-insights#get-summary-stats-by-user parameters: - *163 - - &268 + - &269 name: user_id in: path description: The ID of the user to query for stats required: true schema: type: string - - *262 - *263 + - *264 responses: '200': description: Response content: application/json: - schema: *264 + schema: *265 examples: - default: *265 + default: *266 x-github: enabledForGitHubApps: true category: orgs @@ -36459,18 +36467,18 @@ paths: url: https://docs.github.com/enterprise-cloud@latest//rest/orgs/api-insights#get-summary-stats-by-actor parameters: - *163 - - *262 - *263 - - *266 + - *264 - *267 + - *268 responses: '200': description: Response content: application/json: - schema: *264 + schema: *265 examples: - default: *265 + default: *266 x-github: enabledForGitHubApps: true category: orgs @@ -36488,9 +36496,9 @@ paths: url: https://docs.github.com/enterprise-cloud@latest//rest/orgs/api-insights#get-time-stats parameters: - *163 - - *262 - *263 - - &269 + - *264 + - &270 name: timestamp_increment description: The increment of time used to breakdown the query results (5m, 10m, 1h, etc.) @@ -36503,7 +36511,7 @@ paths: description: Response content: application/json: - schema: &270 + schema: &271 title: Time Stats description: API Insights usage time stats for an organization type: array @@ -36519,7 +36527,7 @@ paths: type: integer format: int64 examples: - default: &271 + default: &272 value: - timestamp: '2024-09-11T15:00:00Z' total_request_count: 34225 @@ -36556,18 +36564,18 @@ paths: url: https://docs.github.com/enterprise-cloud@latest//rest/orgs/api-insights#get-time-stats-by-user parameters: - *163 - - *268 - - *262 - - *263 - *269 + - *263 + - *264 + - *270 responses: '200': description: Response content: application/json: - schema: *270 + schema: *271 examples: - default: *271 + default: *272 x-github: enabledForGitHubApps: true category: orgs @@ -36585,19 +36593,19 @@ paths: url: https://docs.github.com/enterprise-cloud@latest//rest/orgs/api-insights#get-time-stats-by-actor parameters: - *163 - - *266 - *267 - - *262 + - *268 - *263 - - *269 + - *264 + - *270 responses: '200': description: Response content: application/json: - schema: *270 + schema: *271 examples: - default: *271 + default: *272 x-github: enabledForGitHubApps: true category: orgs @@ -36615,13 +36623,13 @@ paths: url: https://docs.github.com/enterprise-cloud@latest//rest/orgs/api-insights#get-user-stats parameters: - *163 - - *268 - - *262 + - *269 - *263 + - *264 - *19 - *17 - *84 - - *272 + - *273 - name: actor_name_substring in: query description: Providing a substring will filter results where the actor name @@ -36705,7 +36713,7 @@ paths: application/json: schema: *20 examples: - default: &544 + default: &545 value: id: 1 account: @@ -36871,12 +36879,12 @@ paths: application/json: schema: anyOf: - - &274 + - &275 title: Interaction Limits description: Interaction limit settings. type: object properties: - limit: &273 + limit: &274 type: string description: The type of GitHub user that can comment, open issues, or create pull requests while the interaction limit @@ -36904,7 +36912,7 @@ paths: properties: {} additionalProperties: false examples: - default: &275 + default: &276 value: limit: collaborators_only origin: organization @@ -36933,13 +36941,13 @@ paths: required: true content: application/json: - schema: &545 + schema: &546 title: Interaction Restrictions description: Limit interactions to a specific type of user for a specified duration type: object properties: - limit: *273 + limit: *274 expiry: type: string description: 'The duration of the interaction restriction. Default: @@ -36964,9 +36972,9 @@ paths: description: Response content: application/json: - schema: *274 + schema: *275 examples: - default: *275 + default: *276 '422': *15 x-github: githubCloudOnly: false @@ -37044,9 +37052,9 @@ paths: application/json: schema: type: array - items: *276 + items: *277 examples: - default: *277 + default: *278 headers: Link: *37 '404': *6 @@ -37124,7 +37132,7 @@ paths: description: Response content: application/json: - schema: *276 + schema: *277 examples: default: value: @@ -37181,7 +37189,7 @@ paths: url: https://docs.github.com/enterprise-cloud@latest//rest/orgs/members#cancel-an-organization-invitation parameters: - *163 - - &278 + - &279 name: invitation_id description: The unique identifier of the invitation. in: path @@ -37215,7 +37223,7 @@ paths: url: https://docs.github.com/enterprise-cloud@latest//rest/orgs/members#list-organization-invitation-teams parameters: - *163 - - *278 + - *279 - *17 - *19 responses: @@ -37227,7 +37235,7 @@ paths: type: array items: *220 examples: - default: &295 + default: &296 value: - id: 1 node_id: MDQ6VGVhbTE= @@ -37270,7 +37278,7 @@ paths: application/json: schema: type: array - items: *279 + items: *280 examples: default: value: @@ -37358,9 +37366,9 @@ paths: description: Response content: application/json: - schema: *279 + schema: *280 examples: - default: &280 + default: &281 value: id: 410 node_id: IT_kwDNAd3NAZo @@ -37393,7 +37401,7 @@ paths: url: https://docs.github.com/enterprise-cloud@latest//rest/orgs/issue-types#update-issue-type-for-an-organization parameters: - *163 - - &281 + - &282 name: issue_type_id description: The unique identifier of the issue type. in: path @@ -37449,9 +37457,9 @@ paths: description: Response content: application/json: - schema: *279 + schema: *280 examples: - default: *280 + default: *281 '404': *6 '422': *7 x-github: @@ -37476,7 +37484,7 @@ paths: url: https://docs.github.com/enterprise-cloud@latest//rest/orgs/issue-types#delete-issue-type-for-an-organization parameters: - *163 - - *281 + - *282 responses: '204': description: Response @@ -37539,7 +37547,7 @@ paths: - closed - all default: open - - *282 + - *283 - name: type description: Can be the name of an issue type. in: query @@ -37570,7 +37578,7 @@ paths: type: array items: *147 examples: - default: *283 + default: *284 headers: Link: *37 '404': *6 @@ -37628,7 +37636,7 @@ paths: type: array items: *4 examples: - default: *284 + default: *285 headers: Link: *37 '422': *15 @@ -37724,9 +37732,9 @@ paths: type: integer codespaces: type: array - items: *285 + items: *286 examples: - default: *286 + default: *287 '304': *35 '500': *95 '401': *23 @@ -37753,7 +37761,7 @@ paths: parameters: - *163 - *211 - - &287 + - &288 name: codespace_name in: path required: true @@ -37788,15 +37796,15 @@ paths: parameters: - *163 - *211 - - *287 + - *288 responses: '200': description: Response content: application/json: - schema: *285 + schema: *286 examples: - default: &473 + default: &474 value: id: 1 name: monalisa-octocat-hello-world-g4wpq6h95q @@ -38051,7 +38059,7 @@ paths: description: Response content: application/json: - schema: &288 + schema: &289 title: Org Membership description: Org Membership type: object @@ -38104,7 +38112,7 @@ paths: - organization - user examples: - response-if-user-has-an-active-admin-membership-with-organization: &289 + response-if-user-has-an-active-admin-membership-with-organization: &290 summary: Response if user has an active admin membership with organization value: url: https://api.github.com/orgs/octocat/memberships/defunkt @@ -38201,9 +38209,9 @@ paths: description: Response content: application/json: - schema: *288 + schema: *289 examples: - response-if-user-already-had-membership-with-organization: *289 + response-if-user-already-had-membership-with-organization: *290 '422': *15 '403': *27 x-github: @@ -38272,7 +38280,7 @@ paths: application/json: schema: type: array - items: &290 + items: &291 title: Migration description: A migration. type: object @@ -38610,7 +38618,7 @@ paths: description: Response content: application/json: - schema: *290 + schema: *291 examples: default: value: @@ -38789,7 +38797,7 @@ paths: url: https://docs.github.com/enterprise-cloud@latest//rest/migrations/orgs#get-an-organization-migration-status parameters: - *163 - - &291 + - &292 name: migration_id description: The unique identifier of the migration. in: path @@ -38817,7 +38825,7 @@ paths: * `failed`, which means the migration failed. content: application/json: - schema: *290 + schema: *291 examples: default: value: @@ -38987,7 +38995,7 @@ paths: url: https://docs.github.com/enterprise-cloud@latest//rest/migrations/orgs#download-an-organization-migration-archive parameters: - *163 - - *291 + - *292 responses: '302': description: Response @@ -39009,7 +39017,7 @@ paths: url: https://docs.github.com/enterprise-cloud@latest//rest/migrations/orgs#delete-an-organization-migration-archive parameters: - *163 - - *291 + - *292 responses: '204': description: Response @@ -39033,8 +39041,8 @@ paths: url: https://docs.github.com/enterprise-cloud@latest//rest/migrations/orgs#unlock-an-organization-repository parameters: - *163 - - *291 - - &715 + - *292 + - &716 name: repo_name description: repo_name parameter in: path @@ -39062,7 +39070,7 @@ paths: url: https://docs.github.com/enterprise-cloud@latest//rest/migrations/orgs#list-repositories-in-an-organization-migration parameters: - *163 - - *291 + - *292 - *17 - *19 responses: @@ -39074,7 +39082,7 @@ paths: type: array items: *189 examples: - default: &302 + default: &303 value: - id: 1296269 node_id: MDEwOlJlcG9zaXRvcnkxMjk2MjY5 @@ -39283,7 +39291,7 @@ paths: roles: type: array description: The list of organization roles available to the organization. - items: &292 + items: &293 title: Organization Role description: Organization roles type: object @@ -39492,7 +39500,7 @@ paths: description: Response content: application/json: - schema: *292 + schema: *293 examples: default: value: @@ -39544,7 +39552,7 @@ paths: url: https://docs.github.com/enterprise-cloud@latest//rest/orgs/organization-roles#remove-all-organization-roles-for-a-team parameters: - *163 - - &293 + - &294 name: team_slug description: The slug of the team name. in: path @@ -39576,7 +39584,7 @@ paths: url: https://docs.github.com/enterprise-cloud@latest//rest/orgs/organization-roles#assign-an-organization-role-to-a-team parameters: - *163 - - *293 + - *294 - *239 responses: '204': @@ -39607,7 +39615,7 @@ paths: url: https://docs.github.com/enterprise-cloud@latest//rest/orgs/organization-roles#remove-an-organization-role-from-a-team parameters: - *163 - - *293 + - *294 - *239 responses: '204': @@ -39728,7 +39736,7 @@ paths: description: Response content: application/json: - schema: *292 + schema: *293 examples: default: value: @@ -39825,7 +39833,7 @@ paths: description: Response content: application/json: - schema: *292 + schema: *293 examples: default: value: @@ -39984,7 +39992,7 @@ paths: parent: anyOf: - type: 'null' - - *294 + - *295 required: - id - node_id @@ -39998,7 +40006,7 @@ paths: - slug - parent examples: - default: *295 + default: *296 headers: Link: *37 '404': @@ -40057,7 +40065,7 @@ paths: inherited_from: description: Team the user has gotten the role through type: array - items: *294 + items: *295 name: type: - string @@ -40174,7 +40182,7 @@ paths: - type - url examples: - default: *284 + default: *285 headers: Link: *37 '404': @@ -40222,7 +40230,7 @@ paths: type: array items: *4 examples: - default: *284 + default: *285 headers: Link: *37 x-github: @@ -40364,7 +40372,7 @@ paths: - nuget - container - *163 - - &717 + - &718 name: visibility description: |- The selected visibility of the packages. This parameter is optional and only filters an existing result set. @@ -40400,12 +40408,12 @@ paths: application/json: schema: type: array - items: *296 + items: *297 examples: - default: *297 + default: *298 '403': *27 '401': *23 - '400': &719 + '400': &720 description: The value of `per_page` multiplied by `page` cannot be greater than 10000. x-github: @@ -40427,7 +40435,7 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/packages/packages#get-a-package-for-an-organization parameters: - - &298 + - &299 name: package_type description: The type of supported package. Packages in GitHub's Gradle registry have the type `maven`. Docker images pushed to GitHub's Container registry @@ -40445,7 +40453,7 @@ paths: - docker - nuget - container - - &299 + - &300 name: package_name description: The name of the package. in: path @@ -40458,7 +40466,7 @@ paths: description: Response content: application/json: - schema: *296 + schema: *297 examples: default: value: @@ -40510,8 +40518,8 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/packages/packages#delete-a-package-for-an-organization parameters: - - *298 - *299 + - *300 - *163 responses: '204': @@ -40544,8 +40552,8 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/packages/packages#restore-a-package-for-an-organization parameters: - - *298 - *299 + - *300 - *163 - name: token description: package token @@ -40578,8 +40586,8 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/packages/packages#list-package-versions-for-a-package-owned-by-an-organization parameters: - - *298 - *299 + - *300 - *163 - *19 - *17 @@ -40600,7 +40608,7 @@ paths: application/json: schema: type: array - items: &300 + items: &301 title: Package Version description: A version of a software package type: object @@ -40735,10 +40743,10 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/packages/packages#get-a-package-version-for-an-organization parameters: - - *298 - *299 + - *300 - *163 - - &301 + - &302 name: package_version_id description: Unique identifier of the package version. in: path @@ -40750,7 +40758,7 @@ paths: description: Response content: application/json: - schema: *300 + schema: *301 examples: default: value: @@ -40786,10 +40794,10 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/packages/packages#delete-package-version-for-an-organization parameters: - - *298 - *299 + - *300 - *163 - - *301 + - *302 responses: '204': description: Response @@ -40821,10 +40829,10 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/packages/packages#restore-package-version-for-an-organization parameters: - - *298 - *299 + - *300 - *163 - - *301 + - *302 responses: '204': description: Response @@ -40854,7 +40862,7 @@ paths: - *163 - *17 - *19 - - &303 + - &304 name: sort description: The property by which to sort the results. in: query @@ -40865,7 +40873,7 @@ paths: - created_at default: created_at - *84 - - &304 + - &305 name: owner description: A list of owner usernames to use to filter the results. in: query @@ -40877,7 +40885,7 @@ paths: type: string examples: - owner[]=octocat1,owner[]=octocat2 - - &305 + - &306 name: repository description: The name of the repository to use to filter the results. in: query @@ -40886,7 +40894,7 @@ paths: type: string examples: - Hello-World - - &306 + - &307 name: permission description: The permission to use to filter the results. in: query @@ -40895,7 +40903,7 @@ paths: type: string examples: - issues_read - - &307 + - &308 name: last_used_before description: 'Only show fine-grained personal access tokens used before the given time. This is a timestamp in [ISO 8601](https://en.wikipedia.org/wiki/ISO_8601) @@ -40905,7 +40913,7 @@ paths: schema: type: string format: date-time - - &308 + - &309 name: last_used_after description: 'Only show fine-grained personal access tokens used after the given time. This is a timestamp in [ISO 8601](https://en.wikipedia.org/wiki/ISO_8601) @@ -40915,7 +40923,7 @@ paths: schema: type: string format: date-time - - &309 + - &310 name: token_id description: The ID of the token in: query @@ -41234,7 +41242,7 @@ paths: type: array items: *189 examples: - default: *302 + default: *303 headers: Link: *37 x-github: @@ -41260,14 +41268,14 @@ paths: - *163 - *17 - *19 - - *303 - - *84 - *304 + - *84 - *305 - *306 - *307 - *308 - *309 + - *310 responses: '500': *95 '422': *15 @@ -41551,7 +41559,7 @@ paths: type: array items: *189 examples: - default: *302 + default: *303 headers: Link: *37 x-github: @@ -41593,7 +41601,7 @@ paths: type: integer configurations: type: array - items: &310 + items: &311 title: Organization private registry description: Private registry configuration for an organization type: object @@ -41803,7 +41811,7 @@ paths: - created_at - updated_at examples: - org-private-registry-with-selected-visibility: &311 + org-private-registry-with-selected-visibility: &312 value: name: MAVEN_REPOSITORY_SECRET registry_type: maven_repository @@ -41901,9 +41909,9 @@ paths: description: The specified private registry configuration for the organization content: application/json: - schema: *310 + schema: *311 examples: - default: *311 + default: *312 '404': *6 x-github: githubCloudOnly: false @@ -42050,7 +42058,7 @@ paths: application/json: schema: type: array - items: &312 + items: &313 title: Project description: Projects are a way to organize columns and cards of work. @@ -42232,7 +42240,7 @@ paths: description: Response content: application/json: - schema: *312 + schema: *313 examples: default: value: @@ -42270,7 +42278,7 @@ paths: '401': *23 '403': *27 '404': *6 - '410': &375 + '410': &376 description: Gone content: application/json: @@ -42436,7 +42444,7 @@ paths: required: true content: application/json: - schema: *313 + schema: *314 examples: default: value: @@ -42542,7 +42550,7 @@ paths: - octocat/Hello-World properties: type: array - items: &314 + items: &315 title: Custom Property Value description: Custom property name and associated value type: object @@ -42632,7 +42640,7 @@ paths: type: array description: List of custom property names and associated values to apply to the repositories. - items: *314 + items: *315 required: - repository_names - properties @@ -42685,7 +42693,7 @@ paths: type: array items: *4 examples: - default: *284 + default: *285 headers: Link: *37 x-github: @@ -42825,7 +42833,7 @@ paths: type: array items: *189 examples: - default: *302 + default: *303 headers: Link: *37 x-github: @@ -43029,7 +43037,7 @@ paths: description: Response content: application/json: - schema: &377 + schema: &378 title: Full Repository description: Full Repository type: object @@ -43494,7 +43502,7 @@ paths: description: Whether anonymous git access is allowed. default: true type: boolean - code_of_conduct: &492 + code_of_conduct: &493 title: Code Of Conduct Simple description: Code of Conduct Simple type: object @@ -43524,7 +43532,7 @@ paths: - key - name - html_url - security_and_analysis: *315 + security_and_analysis: *316 custom_properties: type: object description: The custom properties that were defined for the repository. @@ -43608,7 +43616,7 @@ paths: - network_count - subscribers_count examples: - default: &379 + default: &380 value: id: 1296269 node_id: MDEwOlJlcG9zaXRvcnkxMjk2MjY5 @@ -44134,9 +44142,9 @@ paths: application/json: schema: type: array - items: *316 + items: *317 examples: - default: *317 + default: *318 x-github: githubCloudOnly: true enabledForGitHubApps: true @@ -44161,7 +44169,7 @@ paths: - *163 - *17 - *19 - - &630 + - &631 name: targets description: | A comma-separated list of rule targets to filter by. @@ -44253,7 +44261,7 @@ paths: type: array description: The actors that can bypass the rules in this ruleset items: *122 - conditions: *318 + conditions: *319 rules: type: array description: An array of rules within the ruleset. @@ -44297,7 +44305,7 @@ paths: application/json: schema: *124 examples: - default: &319 + default: &320 value: id: 21 name: super cool ruleset @@ -44352,7 +44360,7 @@ paths: url: https://docs.github.com/enterprise-cloud@latest//rest/orgs/rule-suites#list-organization-rule-suites parameters: - *163 - - &631 + - &632 name: ref description: The name of the ref. Cannot contain wildcard characters. Optionally prefix with `refs/heads/` to limit to branches or `refs/tags/` to limit @@ -44364,14 +44372,14 @@ paths: x-multi-segment: true - *218 - *214 - - &632 + - &633 name: actor_name description: The handle for the GitHub user account to filter on. When specified, only rule evaluations triggered by this actor will be returned. in: query schema: type: string - - &633 + - &634 name: rule_suite_result description: The rule results to filter on. When specified, only suites with this result will be returned. @@ -44391,7 +44399,7 @@ paths: description: Response content: application/json: - schema: &634 + schema: &635 title: Rule Suites description: Response type: array @@ -44447,7 +44455,7 @@ paths: whether rules would pass or fail if all rules in the rule suite were `active`. examples: - default: &635 + default: &636 value: - id: 21 actor_id: 12 @@ -44491,7 +44499,7 @@ paths: url: https://docs.github.com/enterprise-cloud@latest//rest/orgs/rule-suites#get-an-organization-rule-suite parameters: - *163 - - &636 + - &637 name: rule_suite_id description: |- The unique identifier of the rule suite result. @@ -44507,7 +44515,7 @@ paths: description: Response content: application/json: - schema: &637 + schema: &638 title: Rule Suite description: Response type: object @@ -44614,7 +44622,7 @@ paths: description: The detailed failure message for the rule. Null if the rule passed. examples: - default: &638 + default: &639 value: id: 21 actor_id: 12 @@ -44689,7 +44697,7 @@ paths: application/json: schema: *124 examples: - default: *319 + default: *320 '404': *6 '500': *95 put: @@ -44738,7 +44746,7 @@ paths: type: array description: The actors that can bypass the rules in this ruleset items: *122 - conditions: *318 + conditions: *319 rules: description: An array of rules within the ruleset. type: array @@ -44779,7 +44787,7 @@ paths: application/json: schema: *124 examples: - default: *319 + default: *320 '404': *6 '500': *95 delete: @@ -44838,7 +44846,7 @@ paths: type: array items: *127 examples: - default: *320 + default: *321 '404': *6 '500': *95 x-github: @@ -44875,7 +44883,7 @@ paths: description: Response content: application/json: - schema: *321 + schema: *322 examples: default: value: @@ -44938,14 +44946,14 @@ paths: url: https://docs.github.com/enterprise-cloud@latest//rest/secret-scanning/secret-scanning#list-secret-scanning-alerts-for-an-organization parameters: - *163 - - *322 - *323 - *324 - *325 + - *326 - *84 - *19 - *17 - - &640 + - &641 name: before description: A cursor, as given in the [Link header](https://docs.github.com/enterprise-cloud@latest//rest/guides/using-pagination-in-the-rest-api#using-link-headers). If specified, the query only searches for events before this cursor. To @@ -44955,7 +44963,7 @@ paths: required: false schema: type: string - - &641 + - &642 name: after description: A cursor, as given in the [Link header](https://docs.github.com/enterprise-cloud@latest//rest/guides/using-pagination-in-the-rest-api#using-link-headers). If specified, the query only searches for events after this cursor. To @@ -44965,9 +44973,9 @@ paths: required: false schema: type: string - - *326 - *327 - *328 + - *329 responses: '200': description: Response @@ -44975,9 +44983,9 @@ paths: application/json: schema: type: array - items: *329 + items: *330 examples: - default: *330 + default: *331 headers: Link: *37 '404': *6 @@ -45047,7 +45055,7 @@ paths: application/json: schema: type: array - items: &648 + items: &649 description: A repository security advisory. type: object properties: @@ -45291,7 +45299,7 @@ paths: login: type: string description: The username of the user credited. - type: *331 + type: *332 credits_detailed: type: - array @@ -45302,7 +45310,7 @@ paths: type: object properties: user: *4 - type: *331 + type: *332 state: type: string description: The state of the user's acceptance of the @@ -45366,7 +45374,7 @@ paths: - private_fork additionalProperties: false examples: - default: &649 + default: &650 value: - ghsa_id: GHSA-abcd-1234-efgh cve_id: CVE-2050-00000 @@ -45753,9 +45761,9 @@ paths: application/json: schema: type: array - items: *294 + items: *295 examples: - default: *295 + default: *296 x-github: githubCloudOnly: false enabledForGitHubApps: true @@ -45779,7 +45787,7 @@ paths: url: https://docs.github.com/enterprise-cloud@latest//rest/orgs/security-managers#add-a-security-manager-team parameters: - *163 - - *293 + - *294 responses: '204': description: Response @@ -45805,7 +45813,7 @@ paths: url: https://docs.github.com/enterprise-cloud@latest//rest/orgs/security-managers#remove-a-security-manager-team parameters: - *163 - - *293 + - *294 responses: '204': description: Response @@ -45840,9 +45848,9 @@ paths: description: Response content: application/json: - schema: *332 + schema: *333 examples: - default: *333 + default: *334 x-github: githubCloudOnly: false enabledForGitHubApps: false @@ -45867,7 +45875,7 @@ paths: url: https://docs.github.com/enterprise-cloud@latest//rest/billing/billing#get-github-advanced-security-active-committers-for-an-organization parameters: - *163 - - *334 + - *335 - *17 - *19 responses: @@ -45875,9 +45883,9 @@ paths: description: Success content: application/json: - schema: *335 + schema: *336 examples: - default: *336 + default: *337 x-github: githubCloudOnly: true enabledForGitHubApps: true @@ -45905,9 +45913,9 @@ paths: description: Response content: application/json: - schema: *337 + schema: *338 examples: - default: *338 + default: *339 x-github: githubCloudOnly: false enabledForGitHubApps: false @@ -45935,9 +45943,9 @@ paths: description: Response content: application/json: - schema: *339 + schema: *340 examples: - default: *340 + default: *341 x-github: githubCloudOnly: false enabledForGitHubApps: false @@ -45977,7 +45985,7 @@ paths: type: array items: *107 examples: - default: *341 + default: *342 headers: Link: *37 x-github: @@ -46178,15 +46186,15 @@ paths: url: https://docs.github.com/enterprise-cloud@latest//rest/orgs/network-configurations#get-a-hosted-compute-network-settings-resource-for-an-organization parameters: - *163 - - *342 + - *343 responses: '200': description: Response content: application/json: - schema: *343 + schema: *344 examples: - default: *344 + default: *345 headers: Link: *37 x-github: @@ -46224,7 +46232,7 @@ paths: description: Response content: application/json: - schema: &366 + schema: &367 title: GroupMapping description: External Groups to be mapped to a team for membership type: object @@ -46276,7 +46284,7 @@ paths: group_description: Another group of Developers working on AzureAD SAML SSO examples: - default: &367 + default: &368 value: groups: - group_id: '123' @@ -46322,7 +46330,7 @@ paths: url: https://docs.github.com/enterprise-cloud@latest//rest/copilot/copilot-metrics#get-copilot-metrics-for-a-team parameters: - *163 - - *293 + - *294 - name: since description: Show usage metrics since this date. This is a timestamp in [ISO 8601](https://en.wikipedia.org/wiki/ISO_8601) format (`YYYY-MM-DDTHH:MM:SSZ`). @@ -46390,7 +46398,7 @@ paths: type: array items: *220 examples: - default: *295 + default: *296 headers: Link: *37 '403': *27 @@ -46484,7 +46492,7 @@ paths: description: Response content: application/json: - schema: &345 + schema: &346 title: Full Team description: Groups of organization members that gives permissions on specified repositories. @@ -46558,7 +46566,7 @@ paths: parent: anyOf: - type: 'null' - - *294 + - *295 members_count: type: integer examples: @@ -46864,7 +46872,7 @@ paths: - repos_count - organization examples: - default: &346 + default: &347 value: id: 1 node_id: MDQ6VGVhbTE= @@ -46935,15 +46943,15 @@ paths: url: https://docs.github.com/enterprise-cloud@latest//rest/teams/teams#get-a-team-by-name parameters: - *163 - - *293 + - *294 responses: '200': description: Response content: application/json: - schema: *345 + schema: *346 examples: - default: *346 + default: *347 '404': *6 x-github: githubCloudOnly: false @@ -46965,7 +46973,7 @@ paths: url: https://docs.github.com/enterprise-cloud@latest//rest/teams/teams#update-a-team parameters: - *163 - - *293 + - *294 requestBody: required: false content: @@ -47028,16 +47036,16 @@ paths: description: Response when the updated information already exists content: application/json: - schema: *345 + schema: *346 examples: - default: *346 + default: *347 '201': description: Response content: application/json: - schema: *345 + schema: *346 examples: - default: *346 + default: *347 '404': *6 '422': *15 '403': *27 @@ -47063,7 +47071,7 @@ paths: url: https://docs.github.com/enterprise-cloud@latest//rest/teams/teams#delete-a-team parameters: - *163 - - *293 + - *294 responses: '204': description: Response @@ -47090,7 +47098,7 @@ paths: url: https://docs.github.com/enterprise-cloud@latest//rest/teams/discussions#list-discussions parameters: - *163 - - *293 + - *294 - *84 - *17 - *19 @@ -47107,7 +47115,7 @@ paths: application/json: schema: type: array - items: &347 + items: &348 title: Team Discussion description: A team discussion is a persistent record of a free-form conversation within a team. @@ -47218,7 +47226,7 @@ paths: - updated_at - url examples: - default: &689 + default: &690 value: - author: login: octocat @@ -47293,7 +47301,7 @@ paths: url: https://docs.github.com/enterprise-cloud@latest//rest/teams/discussions#create-a-discussion parameters: - *163 - - *293 + - *294 requestBody: required: true content: @@ -47327,9 +47335,9 @@ paths: description: Response content: application/json: - schema: *347 + schema: *348 examples: - default: &348 + default: &349 value: author: login: octocat @@ -47402,8 +47410,8 @@ paths: url: https://docs.github.com/enterprise-cloud@latest//rest/teams/discussions#get-a-discussion parameters: - *163 - - *293 - - &349 + - *294 + - &350 name: discussion_number description: The number that identifies the discussion. in: path @@ -47415,9 +47423,9 @@ paths: description: Response content: application/json: - schema: *347 + schema: *348 examples: - default: *348 + default: *349 x-github: githubCloudOnly: false enabledForGitHubApps: true @@ -47440,8 +47448,8 @@ paths: url: https://docs.github.com/enterprise-cloud@latest//rest/teams/discussions#update-a-discussion parameters: - *163 - - *293 - - *349 + - *294 + - *350 requestBody: required: false content: @@ -47464,9 +47472,9 @@ paths: description: Response content: application/json: - schema: *347 + schema: *348 examples: - default: &690 + default: &691 value: author: login: octocat @@ -47537,8 +47545,8 @@ paths: url: https://docs.github.com/enterprise-cloud@latest//rest/teams/discussions#delete-a-discussion parameters: - *163 - - *293 - - *349 + - *294 + - *350 responses: '204': description: Response @@ -47565,8 +47573,8 @@ paths: url: https://docs.github.com/enterprise-cloud@latest//rest/teams/discussion-comments#list-discussion-comments parameters: - *163 - - *293 - - *349 + - *294 + - *350 - *84 - *17 - *19 @@ -47577,7 +47585,7 @@ paths: application/json: schema: type: array - items: &350 + items: &351 title: Team Discussion Comment description: A reply to a discussion within a team. type: object @@ -47657,7 +47665,7 @@ paths: - updated_at - url examples: - default: &691 + default: &692 value: - author: login: octocat @@ -47726,8 +47734,8 @@ paths: url: https://docs.github.com/enterprise-cloud@latest//rest/teams/discussion-comments#create-a-discussion-comment parameters: - *163 - - *293 - - *349 + - *294 + - *350 requestBody: required: true content: @@ -47749,9 +47757,9 @@ paths: description: Response content: application/json: - schema: *350 + schema: *351 examples: - default: &351 + default: &352 value: author: login: octocat @@ -47818,9 +47826,9 @@ paths: url: https://docs.github.com/enterprise-cloud@latest//rest/teams/discussion-comments#get-a-discussion-comment parameters: - *163 - - *293 - - *349 - - &352 + - *294 + - *350 + - &353 name: comment_number description: The number that identifies the comment. in: path @@ -47832,9 +47840,9 @@ paths: description: Response content: application/json: - schema: *350 + schema: *351 examples: - default: *351 + default: *352 x-github: githubCloudOnly: false enabledForGitHubApps: true @@ -47857,9 +47865,9 @@ paths: url: https://docs.github.com/enterprise-cloud@latest//rest/teams/discussion-comments#update-a-discussion-comment parameters: - *163 - - *293 - - *349 - - *352 + - *294 + - *350 + - *353 requestBody: required: true content: @@ -47881,9 +47889,9 @@ paths: description: Response content: application/json: - schema: *350 + schema: *351 examples: - default: &692 + default: &693 value: author: login: octocat @@ -47948,9 +47956,9 @@ paths: url: https://docs.github.com/enterprise-cloud@latest//rest/teams/discussion-comments#delete-a-discussion-comment parameters: - *163 - - *293 - - *349 - - *352 + - *294 + - *350 + - *353 responses: '204': description: Response @@ -47977,9 +47985,9 @@ paths: url: https://docs.github.com/enterprise-cloud@latest//rest/reactions/reactions#list-reactions-for-a-team-discussion-comment parameters: - *163 - - *293 - - *349 - - *352 + - *294 + - *350 + - *353 - name: content description: Returns a single [reaction type](https://docs.github.com/enterprise-cloud@latest//rest/reactions/reactions#about-reactions). Omit this parameter to list all reactions to a team discussion comment. @@ -48005,7 +48013,7 @@ paths: application/json: schema: type: array - items: &353 + items: &354 title: Reaction description: Reactions to conversations provide a way to help people express their feelings more simply and effectively. @@ -48049,7 +48057,7 @@ paths: - content - created_at examples: - default: &355 + default: &356 value: - id: 1 node_id: MDg6UmVhY3Rpb24x @@ -48100,9 +48108,9 @@ paths: url: https://docs.github.com/enterprise-cloud@latest//rest/reactions/reactions#create-reaction-for-a-team-discussion-comment parameters: - *163 - - *293 - - *349 - - *352 + - *294 + - *350 + - *353 requestBody: required: true content: @@ -48135,9 +48143,9 @@ paths: team discussion comment content: application/json: - schema: *353 + schema: *354 examples: - default: &354 + default: &355 value: id: 1 node_id: MDg6UmVhY3Rpb24x @@ -48166,9 +48174,9 @@ paths: description: Response content: application/json: - schema: *353 + schema: *354 examples: - default: *354 + default: *355 x-github: githubCloudOnly: false enabledForGitHubApps: true @@ -48192,10 +48200,10 @@ paths: url: https://docs.github.com/enterprise-cloud@latest//rest/reactions/reactions#delete-team-discussion-comment-reaction parameters: - *163 - - *293 - - *349 - - *352 - - &356 + - *294 + - *350 + - *353 + - &357 name: reaction_id description: The unique identifier of the reaction. in: path @@ -48228,8 +48236,8 @@ paths: url: https://docs.github.com/enterprise-cloud@latest//rest/reactions/reactions#list-reactions-for-a-team-discussion parameters: - *163 - - *293 - - *349 + - *294 + - *350 - name: content description: Returns a single [reaction type](https://docs.github.com/enterprise-cloud@latest//rest/reactions/reactions#about-reactions). Omit this parameter to list all reactions to a team discussion. @@ -48255,9 +48263,9 @@ paths: application/json: schema: type: array - items: *353 + items: *354 examples: - default: *355 + default: *356 headers: Link: *37 x-github: @@ -48284,8 +48292,8 @@ paths: url: https://docs.github.com/enterprise-cloud@latest//rest/reactions/reactions#create-reaction-for-a-team-discussion parameters: - *163 - - *293 - - *349 + - *294 + - *350 requestBody: required: true content: @@ -48317,16 +48325,16 @@ paths: description: Response content: application/json: - schema: *353 + schema: *354 examples: - default: *354 + default: *355 '201': description: Response content: application/json: - schema: *353 + schema: *354 examples: - default: *354 + default: *355 x-github: githubCloudOnly: false enabledForGitHubApps: false @@ -48350,9 +48358,9 @@ paths: url: https://docs.github.com/enterprise-cloud@latest//rest/reactions/reactions#delete-team-discussion-reaction parameters: - *163 - - *293 - - *349 - - *356 + - *294 + - *350 + - *357 responses: '204': description: Response @@ -48376,15 +48384,15 @@ paths: url: https://docs.github.com/enterprise-cloud@latest//rest/teams/external-groups#list-a-connection-between-an-external-group-and-a-team parameters: - *163 - - *293 + - *294 responses: '200': description: Response content: application/json: - schema: *357 + schema: *358 examples: - default: *358 + default: *359 x-github: githubCloudOnly: true enabledForGitHubApps: true @@ -48404,7 +48412,7 @@ paths: url: https://docs.github.com/enterprise-cloud@latest//rest/teams/external-groups#update-the-connection-between-an-external-group-and-a-team parameters: - *163 - - *293 + - *294 requestBody: required: true content: @@ -48428,9 +48436,9 @@ paths: description: Response content: application/json: - schema: *359 + schema: *360 examples: - default: *360 + default: *361 x-github: githubCloudOnly: true enabledForGitHubApps: false @@ -48450,7 +48458,7 @@ paths: url: https://docs.github.com/enterprise-cloud@latest//rest/teams/external-groups#remove-the-connection-between-an-external-group-and-a-team parameters: - *163 - - *293 + - *294 responses: '204': description: Response @@ -48475,7 +48483,7 @@ paths: url: https://docs.github.com/enterprise-cloud@latest//rest/teams/members#list-pending-team-invitations parameters: - *163 - - *293 + - *294 - *17 - *19 responses: @@ -48485,9 +48493,9 @@ paths: application/json: schema: type: array - items: *276 + items: *277 examples: - default: *277 + default: *278 headers: Link: *37 x-github: @@ -48510,7 +48518,7 @@ paths: url: https://docs.github.com/enterprise-cloud@latest//rest/teams/members#list-team-members parameters: - *163 - - *293 + - *294 - name: role description: Filters members returned by their role in the team. in: query @@ -48533,7 +48541,7 @@ paths: type: array items: *4 examples: - default: *284 + default: *285 headers: Link: *37 x-github: @@ -48564,14 +48572,14 @@ paths: url: https://docs.github.com/enterprise-cloud@latest//rest/teams/members#get-team-membership-for-a-user parameters: - *163 - - *293 + - *294 - *211 responses: '200': description: Response content: application/json: - schema: &361 + schema: &362 title: Team Membership description: Team Membership type: object @@ -48599,7 +48607,7 @@ paths: - state - url examples: - response-if-user-is-a-team-maintainer: &693 + response-if-user-is-a-team-maintainer: &694 summary: Response if user is a team maintainer value: url: https://api.github.com/teams/1/memberships/octocat @@ -48636,7 +48644,7 @@ paths: url: https://docs.github.com/enterprise-cloud@latest//rest/teams/members#add-or-update-team-membership-for-a-user parameters: - *163 - - *293 + - *294 - *211 requestBody: required: false @@ -48662,9 +48670,9 @@ paths: description: Response content: application/json: - schema: *361 + schema: *362 examples: - response-if-users-membership-with-team-is-now-pending: &694 + response-if-users-membership-with-team-is-now-pending: &695 summary: Response if user's membership with team is now pending value: url: https://api.github.com/teams/1/memberships/octocat @@ -48700,7 +48708,7 @@ paths: url: https://docs.github.com/enterprise-cloud@latest//rest/teams/members#remove-team-membership-for-a-user parameters: - *163 - - *293 + - *294 - *211 responses: '204': @@ -48727,7 +48735,7 @@ paths: url: https://docs.github.com/enterprise-cloud@latest//rest/teams/teams#list-team-projects parameters: - *163 - - *293 + - *294 - *17 - *19 responses: @@ -48737,7 +48745,7 @@ paths: application/json: schema: type: array - items: &362 + items: &363 title: Team Project description: A team's access to a project. type: object @@ -48806,7 +48814,7 @@ paths: - updated_at - permissions examples: - default: &695 + default: &696 value: - owner_url: https://api.github.com/orgs/octocat url: https://api.github.com/projects/1002605 @@ -48870,8 +48878,8 @@ paths: url: https://docs.github.com/enterprise-cloud@latest//rest/teams/teams#check-team-permissions-for-a-project parameters: - *163 - - *293 - - &363 + - *294 + - &364 name: project_id description: The unique identifier of the project. in: path @@ -48883,9 +48891,9 @@ paths: description: Response content: application/json: - schema: *362 + schema: *363 examples: - default: &696 + default: &697 value: owner_url: https://api.github.com/orgs/octocat url: https://api.github.com/projects/1002605 @@ -48948,8 +48956,8 @@ paths: url: https://docs.github.com/enterprise-cloud@latest//rest/teams/teams#add-or-update-team-project-permissions parameters: - *163 - - *293 - - *363 + - *294 + - *364 requestBody: required: false content: @@ -49017,8 +49025,8 @@ paths: url: https://docs.github.com/enterprise-cloud@latest//rest/teams/teams#remove-a-project-from-a-team parameters: - *163 - - *293 - - *363 + - *294 + - *364 responses: '204': description: Response @@ -49046,7 +49054,7 @@ paths: url: https://docs.github.com/enterprise-cloud@latest//rest/teams/teams#list-team-repositories parameters: - *163 - - *293 + - *294 - *17 - *19 responses: @@ -49058,7 +49066,7 @@ paths: type: array items: *189 examples: - default: *302 + default: *303 headers: Link: *37 x-github: @@ -49088,15 +49096,15 @@ paths: url: https://docs.github.com/enterprise-cloud@latest//rest/teams/teams#check-team-permissions-for-a-repository parameters: - *163 - - *293 - - *364 + - *294 - *365 + - *366 responses: '200': description: Alternative response with repository permissions content: application/json: - schema: &697 + schema: &698 title: Team Repository description: A team's access to a repository. type: object @@ -49738,9 +49746,9 @@ paths: url: https://docs.github.com/enterprise-cloud@latest//rest/teams/teams#add-or-update-team-repository-permissions parameters: - *163 - - *293 - - *364 + - *294 - *365 + - *366 requestBody: required: false content: @@ -49786,9 +49794,9 @@ paths: url: https://docs.github.com/enterprise-cloud@latest//rest/teams/teams#remove-a-repository-from-a-team parameters: - *163 - - *293 - - *364 + - *294 - *365 + - *366 responses: '204': description: Response @@ -49815,15 +49823,15 @@ paths: url: https://docs.github.com/enterprise-cloud@latest//rest/teams/team-sync#list-idp-groups-for-a-team parameters: - *163 - - *293 + - *294 responses: '200': description: Response content: application/json: - schema: *366 + schema: *367 examples: - default: *367 + default: *368 x-github: githubCloudOnly: true enabledForGitHubApps: false @@ -49846,7 +49854,7 @@ paths: url: https://docs.github.com/enterprise-cloud@latest//rest/teams/team-sync#create-or-update-idp-group-connections parameters: - *163 - - *293 + - *294 requestBody: required: true content: @@ -49889,7 +49897,7 @@ paths: description: Response content: application/json: - schema: *366 + schema: *367 examples: default: value: @@ -49922,7 +49930,7 @@ paths: url: https://docs.github.com/enterprise-cloud@latest//rest/teams/teams#list-child-teams parameters: - *163 - - *293 + - *294 - *17 - *19 responses: @@ -49934,7 +49942,7 @@ paths: type: array items: *220 examples: - response-if-child-teams-exist: &698 + response-if-child-teams-exist: &699 value: - id: 2 node_id: MDQ6VGVhbTI= @@ -50061,7 +50069,7 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/projects/cards#get-a-project-card parameters: - - &368 + - &369 name: card_id description: The unique identifier of the card. in: path @@ -50073,7 +50081,7 @@ paths: description: Response content: application/json: - schema: &369 + schema: &370 title: Project Card description: Project cards represent a scope of work. type: object @@ -50148,7 +50156,7 @@ paths: - created_at - updated_at examples: - default: &370 + default: &371 value: url: https://api.github.com/projects/columns/cards/1478 id: 1478 @@ -50204,7 +50212,7 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/projects/cards#update-an-existing-project-card parameters: - - *368 + - *369 requestBody: required: false content: @@ -50234,9 +50242,9 @@ paths: description: Response content: application/json: - schema: *369 + schema: *370 examples: - default: *370 + default: *371 '304': *35 '403': *27 '401': *23 @@ -50263,7 +50271,7 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/projects/cards#delete-a-project-card parameters: - - *368 + - *369 responses: '204': description: Response @@ -50307,7 +50315,7 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/projects/cards#move-a-project-card parameters: - - *368 + - *369 requestBody: required: true content: @@ -50420,7 +50428,7 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/projects/columns#get-a-project-column parameters: - - &371 + - &372 name: column_id description: The unique identifier of the column. in: path @@ -50432,7 +50440,7 @@ paths: description: Response content: application/json: - schema: &372 + schema: &373 title: Project Column description: Project columns contain cards of work. type: object @@ -50486,7 +50494,7 @@ paths: - created_at - updated_at examples: - default: &373 + default: &374 value: url: https://api.github.com/projects/columns/367 project_url: https://api.github.com/projects/120 @@ -50521,7 +50529,7 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/projects/columns#update-an-existing-project-column parameters: - - *371 + - *372 requestBody: required: true content: @@ -50546,9 +50554,9 @@ paths: description: Response content: application/json: - schema: *372 + schema: *373 examples: - default: *373 + default: *374 '304': *35 '403': *27 '401': *23 @@ -50573,7 +50581,7 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/projects/columns#delete-a-project-column parameters: - - *371 + - *372 responses: '204': description: Response @@ -50602,7 +50610,7 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/projects/cards#list-project-cards parameters: - - *371 + - *372 - name: archived_state description: Filters the project cards that are returned by the card's state. in: query @@ -50623,7 +50631,7 @@ paths: application/json: schema: type: array - items: *369 + items: *370 examples: default: value: @@ -50682,7 +50690,7 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/projects/cards#create-a-project-card parameters: - - *371 + - *372 requestBody: required: true content: @@ -50726,9 +50734,9 @@ paths: description: Response content: application/json: - schema: *369 + schema: *370 examples: - default: *370 + default: *371 '304': *35 '403': *27 '401': *23 @@ -50784,7 +50792,7 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/projects/columns#move-a-project-column parameters: - - *371 + - *372 requestBody: required: true content: @@ -50845,15 +50853,15 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/projects/projects#get-a-project parameters: - - *363 + - *364 responses: '200': description: Response content: application/json: - schema: *312 + schema: *313 examples: - default: &374 + default: &375 value: owner_url: https://api.github.com/repos/api-playground/projects-test url: https://api.github.com/projects/1002604 @@ -50910,7 +50918,7 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/projects/projects#update-a-project parameters: - - *363 + - *364 requestBody: required: false content: @@ -50959,9 +50967,9 @@ paths: description: Response content: application/json: - schema: *312 + schema: *313 examples: - default: *374 + default: *375 '404': description: Not Found if the authenticated user does not have access to the project @@ -50982,7 +50990,7 @@ paths: items: type: string '401': *23 - '410': *375 + '410': *376 '422': *7 x-github: githubCloudOnly: false @@ -51005,7 +51013,7 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/projects/projects#delete-a-project parameters: - - *363 + - *364 responses: '204': description: Delete Success @@ -51026,7 +51034,7 @@ paths: items: type: string '401': *23 - '410': *375 + '410': *376 '404': *6 x-github: githubCloudOnly: false @@ -51050,7 +51058,7 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/projects/collaborators#list-project-collaborators parameters: - - *363 + - *364 - name: affiliation description: Filters the collaborators by their affiliation. `outside` means outside collaborators of a project that are not a member of the project's @@ -51077,7 +51085,7 @@ paths: type: array items: *4 examples: - default: *284 + default: *285 headers: Link: *37 '404': *6 @@ -51107,7 +51115,7 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/projects/collaborators#add-project-collaborator parameters: - - *363 + - *364 - *211 requestBody: required: false @@ -51162,7 +51170,7 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/projects/collaborators#remove-user-as-a-collaborator parameters: - - *363 + - *364 - *211 responses: '204': @@ -51194,7 +51202,7 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/projects/collaborators#get-project-permission-for-a-user parameters: - - *363 + - *364 - *211 responses: '200': @@ -51265,7 +51273,7 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/projects/columns#list-project-columns parameters: - - *363 + - *364 - *17 - *19 responses: @@ -51275,7 +51283,7 @@ paths: application/json: schema: type: array - items: *372 + items: *373 examples: default: value: @@ -51313,7 +51321,7 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/projects/columns#create-a-project-column parameters: - - *363 + - *364 requestBody: required: true content: @@ -51337,7 +51345,7 @@ paths: description: Response content: application/json: - schema: *372 + schema: *373 examples: default: value: @@ -51401,7 +51409,7 @@ paths: resources: type: object properties: - core: &376 + core: &377 title: Rate Limit type: object properties: @@ -51418,20 +51426,20 @@ paths: - remaining - reset - used - graphql: *376 - search: *376 - code_search: *376 - source_import: *376 - integration_manifest: *376 - code_scanning_upload: *376 - actions_runner_registration: *376 - scim: *376 - dependency_snapshots: *376 - code_scanning_autofix: *376 + graphql: *377 + search: *377 + code_search: *377 + source_import: *377 + integration_manifest: *377 + code_scanning_upload: *377 + actions_runner_registration: *377 + scim: *377 + dependency_snapshots: *377 + code_scanning_autofix: *377 required: - core - search - rate: *376 + rate: *377 required: - rate - resources @@ -51535,14 +51543,14 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/repos/repos#get-a-repository parameters: - - *364 - *365 + - *366 responses: '200': description: Response content: application/json: - schema: *377 + schema: *378 examples: default-response: summary: Default response @@ -52047,7 +52055,7 @@ paths: status: disabled '403': *27 '404': *6 - '301': *378 + '301': *379 x-github: githubCloudOnly: false enabledForGitHubApps: true @@ -52065,8 +52073,8 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/repos/repos#update-a-repository parameters: - - *364 - *365 + - *366 requestBody: required: false content: @@ -52321,10 +52329,10 @@ paths: description: Response content: application/json: - schema: *377 + schema: *378 examples: - default: *379 - '307': &380 + default: *380 + '307': &381 description: Temporary Redirect content: application/json: @@ -52353,8 +52361,8 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/repos/repos#delete-a-repository parameters: - - *364 - *365 + - *366 responses: '204': description: Response @@ -52376,7 +52384,7 @@ paths: value: message: Organization members cannot delete repositories. documentation_url: https://docs.github.com/enterprise-cloud@latest//rest/repos/repos#delete-a-repository - '307': *380 + '307': *381 '404': *6 x-github: githubCloudOnly: false @@ -52399,11 +52407,11 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/actions/artifacts#list-artifacts-for-a-repository parameters: - - *364 - *365 + - *366 - *17 - *19 - - &395 + - &396 name: name description: The name field of an artifact. When specified, only artifacts with this name will be returned. @@ -52426,7 +52434,7 @@ paths: type: integer artifacts: type: array - items: &381 + items: &382 title: Artifact description: An artifact type: object @@ -52521,7 +52529,7 @@ paths: - expires_at - updated_at examples: - default: &396 + default: &397 value: total_count: 2 artifacts: @@ -52582,9 +52590,9 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/actions/artifacts#get-an-artifact parameters: - - *364 - *365 - - &382 + - *366 + - &383 name: artifact_id description: The unique identifier of the artifact. in: path @@ -52596,7 +52604,7 @@ paths: description: Response content: application/json: - schema: *381 + schema: *382 examples: default: value: @@ -52634,9 +52642,9 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/actions/artifacts#delete-an-artifact parameters: - - *364 - *365 - - *382 + - *366 + - *383 responses: '204': description: Response @@ -52660,9 +52668,9 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/actions/artifacts#download-an-artifact parameters: - - *364 - *365 - - *382 + - *366 + - *383 - name: archive_format in: path required: true @@ -52676,7 +52684,7 @@ paths: example: https://pipelines.actions.githubusercontent.com/OhgS4QRKqmgx7bKC27GKU83jnQjyeqG8oIMTge8eqtheppcmw8/_apis/pipelines/1/runs/176/signedlogcontent?urlExpires=2020-01-24T18%3A10%3A31.5729946Z&urlSigningMethod=HMACV1&urlSignature=agG73JakPYkHrh06seAkvmH7rBR4Ji4c2%2B6a2ejYh3E%3D schema: type: string - '410': *375 + '410': *376 x-github: githubCloudOnly: false enabledForGitHubApps: true @@ -52699,14 +52707,14 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/actions/cache#get-github-actions-cache-usage-for-a-repository parameters: - - *364 - *365 + - *366 responses: '200': description: Response content: application/json: - schema: *383 + schema: *384 examples: default: value: @@ -52732,11 +52740,11 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/actions/cache#list-github-actions-caches-for-a-repository parameters: - - *364 - *365 + - *366 - *17 - *19 - - &384 + - &385 name: ref description: The full Git reference for narrowing down the cache. The `ref` for a branch should be formatted as `refs/heads/`. To reference @@ -52770,7 +52778,7 @@ paths: description: Response content: application/json: - schema: &385 + schema: &386 title: Repository actions caches description: Repository actions caches type: object @@ -52820,7 +52828,7 @@ paths: - total_count - actions_caches examples: - default: &386 + default: &387 value: total_count: 1 actions_caches: @@ -52852,23 +52860,23 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/actions/cache#delete-github-actions-caches-for-a-repository-using-a-cache-key parameters: - - *364 - *365 + - *366 - name: key description: A key for identifying the cache. in: query required: true schema: type: string - - *384 + - *385 responses: '200': description: Response content: application/json: - schema: *385 + schema: *386 examples: - default: *386 + default: *387 x-github: githubCloudOnly: false enabledForGitHubApps: true @@ -52888,8 +52896,8 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/actions/cache#delete-a-github-actions-cache-for-a-repository-using-a-cache-id parameters: - - *364 - *365 + - *366 - name: cache_id description: The unique identifier of the GitHub Actions cache. in: path @@ -52920,9 +52928,9 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/actions/workflow-jobs#get-a-job-for-a-workflow-run parameters: - - *364 - *365 - - &387 + - *366 + - &388 name: job_id description: The unique identifier of the job. in: path @@ -52934,7 +52942,7 @@ paths: description: Response content: application/json: - schema: &399 + schema: &400 title: Job description: Information of a job execution in a workflow run type: object @@ -53281,9 +53289,9 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/actions/workflow-jobs#download-job-logs-for-a-workflow-run parameters: - - *364 - *365 - - *387 + - *366 + - *388 responses: '302': description: Response @@ -53311,9 +53319,9 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/actions/workflow-runs#re-run-a-job-from-a-workflow-run parameters: - - *364 - *365 - - *387 + - *366 + - *388 requestBody: required: false content: @@ -53359,8 +53367,8 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/actions/oidc#get-the-customization-template-for-an-oidc-subject-claim-for-a-repository parameters: - - *364 - *365 + - *366 responses: '200': description: Status response @@ -53410,8 +53418,8 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/actions/oidc#set-the-customization-template-for-an-oidc-subject-claim-for-a-repository parameters: - - *364 - *365 + - *366 requestBody: required: true content: @@ -53474,8 +53482,8 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/actions/secrets#list-repository-organization-secrets parameters: - - *364 - *365 + - *366 - *17 - *19 responses: @@ -53493,7 +53501,7 @@ paths: type: integer secrets: type: array - items: &401 + items: &402 title: Actions Secret description: Set secrets for GitHub Actions. type: object @@ -53514,7 +53522,7 @@ paths: - created_at - updated_at examples: - default: &402 + default: &403 value: total_count: 2 secrets: @@ -53547,9 +53555,9 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/actions/variables#list-repository-organization-variables parameters: - - *364 - *365 - - *388 + - *366 + - *389 - *19 responses: '200': @@ -53566,7 +53574,7 @@ paths: type: integer variables: type: array - items: &405 + items: &406 title: Actions Variable type: object properties: @@ -53600,7 +53608,7 @@ paths: - created_at - updated_at examples: - default: &406 + default: &407 value: total_count: 2 variables: @@ -53633,8 +53641,8 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/actions/permissions#get-github-actions-permissions-for-a-repository parameters: - - *364 - *365 + - *366 responses: '200': description: Response @@ -53643,7 +53651,7 @@ paths: schema: type: object properties: - enabled: &389 + enabled: &390 type: boolean description: Whether GitHub Actions is enabled on the repository. allowed_actions: *46 @@ -53676,8 +53684,8 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/actions/permissions#set-github-actions-permissions-for-a-repository parameters: - - *364 - *365 + - *366 responses: '204': description: Response @@ -53688,7 +53696,7 @@ paths: schema: type: object properties: - enabled: *389 + enabled: *390 allowed_actions: *46 required: - enabled @@ -53719,14 +53727,14 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/actions/permissions#get-the-level-of-access-for-workflows-outside-of-the-repository parameters: - - *364 - *365 + - *366 responses: '200': description: Response content: application/json: - schema: &390 + schema: &391 type: object properties: access_level: @@ -53744,7 +53752,7 @@ paths: required: - access_level examples: - default: &391 + default: &392 value: access_level: organization x-github: @@ -53769,15 +53777,15 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/actions/permissions#set-the-level-of-access-for-workflows-outside-of-the-repository parameters: - - *364 - *365 + - *366 requestBody: required: true content: application/json: - schema: *390 + schema: *391 examples: - default: *391 + default: *392 responses: '204': description: Response @@ -53801,8 +53809,8 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/actions/permissions#get-allowed-actions-and-reusable-workflows-for-a-repository parameters: - - *364 - *365 + - *366 responses: '200': description: Response @@ -53833,8 +53841,8 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/actions/permissions#set-allowed-actions-and-reusable-workflows-for-a-repository parameters: - - *364 - *365 + - *366 responses: '204': description: Response @@ -53866,8 +53874,8 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/actions/permissions#get-default-workflow-permissions-for-a-repository parameters: - - *364 - *365 + - *366 responses: '200': description: Response @@ -53896,8 +53904,8 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/actions/permissions#set-default-workflow-permissions-for-a-repository parameters: - - *364 - *365 + - *366 responses: '204': description: Success response @@ -53937,8 +53945,8 @@ paths: in: query schema: type: string - - *364 - *365 + - *366 - *17 - *19 responses: @@ -53982,8 +53990,8 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/actions/self-hosted-runners#list-runner-applications-for-a-repository parameters: - - *364 - *365 + - *366 responses: '200': description: Response @@ -54015,8 +54023,8 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/actions/self-hosted-runners#create-configuration-for-a-just-in-time-runner-for-a-repository parameters: - - *364 - *365 + - *366 requestBody: required: true content: @@ -54090,8 +54098,8 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/actions/self-hosted-runners#create-a-registration-token-for-a-repository parameters: - - *364 - *365 + - *366 responses: '201': description: Response @@ -54127,8 +54135,8 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/actions/self-hosted-runners#create-a-remove-token-for-a-repository parameters: - - *364 - *365 + - *366 responses: '201': description: Response @@ -54158,8 +54166,8 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/actions/self-hosted-runners#get-a-self-hosted-runner-for-a-repository parameters: - - *364 - *365 + - *366 - *58 responses: '200': @@ -54189,8 +54197,8 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/actions/self-hosted-runners#delete-a-self-hosted-runner-from-a-repository parameters: - - *364 - *365 + - *366 - *58 responses: '204': @@ -54216,8 +54224,8 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/actions/self-hosted-runners#list-labels-for-a-self-hosted-runner-for-a-repository parameters: - - *364 - *365 + - *366 - *58 responses: '200': *64 @@ -54242,8 +54250,8 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/actions/self-hosted-runners#add-custom-labels-to-a-self-hosted-runner-for-a-repository parameters: - - *364 - *365 + - *366 - *58 requestBody: required: true @@ -54292,8 +54300,8 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/actions/self-hosted-runners#set-custom-labels-for-a-self-hosted-runner-for-a-repository parameters: - - *364 - *365 + - *366 - *58 requestBody: required: true @@ -54343,8 +54351,8 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/actions/self-hosted-runners#remove-all-custom-labels-from-a-self-hosted-runner-for-a-repository parameters: - - *364 - *365 + - *366 - *58 responses: '200': *196 @@ -54374,8 +54382,8 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/actions/self-hosted-runners#remove-a-custom-label-from-a-self-hosted-runner-for-a-repository parameters: - - *364 - *365 + - *366 - *58 - *197 responses: @@ -54405,9 +54413,9 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/actions/workflow-runs#list-workflow-runs-for-a-repository parameters: - - *364 - *365 - - &409 + - *366 + - &410 name: actor description: Returns someone's workflow runs. Use the login for the user who created the `push` associated with the check suite or workflow run. @@ -54415,7 +54423,7 @@ paths: required: false schema: type: string - - &410 + - &411 name: branch description: Returns workflow runs associated with a branch. Use the name of the branch of the `push`. @@ -54423,7 +54431,7 @@ paths: required: false schema: type: string - - &411 + - &412 name: event description: Returns workflow run triggered by the event you specify. For example, `push`, `pull_request` or `issue`. For more information, see "[Events @@ -54432,7 +54440,7 @@ paths: required: false schema: type: string - - &412 + - &413 name: status description: Returns workflow runs with the check run `status` or `conclusion` that you specify. For example, a conclusion can be `success` or a status @@ -54459,7 +54467,7 @@ paths: - pending - *17 - *19 - - &413 + - &414 name: created description: Returns workflow runs created within the given date-time range. For more information on the syntax, see "[Understanding the search syntax](https://docs.github.com/enterprise-cloud@latest//search-github/getting-started-with-searching-on-github/understanding-the-search-syntax#query-for-dates)." @@ -54468,7 +54476,7 @@ paths: schema: type: string format: date-time - - &392 + - &393 name: exclude_pull_requests description: If `true` pull requests are omitted from the response (empty array). @@ -54477,13 +54485,13 @@ paths: schema: type: boolean default: false - - &414 + - &415 name: check_suite_id description: Returns workflow runs with the `check_suite_id` that you specify. in: query schema: type: integer - - &415 + - &416 name: head_sha description: Only returns workflow runs that are associated with the specified `head_sha`. @@ -54506,7 +54514,7 @@ paths: type: integer workflow_runs: type: array - items: &393 + items: &394 title: Workflow Run description: An invocation of a workflow type: object @@ -54623,7 +54631,7 @@ paths: type: - array - 'null' - items: &436 + items: &437 title: Pull Request Minimal type: object properties: @@ -54750,7 +54758,7 @@ paths: head_commit: anyOf: - type: 'null' - - &440 + - &441 title: Simple Commit description: A commit. type: object @@ -54865,7 +54873,7 @@ paths: - workflow_url - pull_requests examples: - default: &416 + default: &417 value: total_count: 1 workflow_runs: @@ -55101,24 +55109,24 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/actions/workflow-runs#get-a-workflow-run parameters: - - *364 - *365 - - &394 + - *366 + - &395 name: run_id description: The unique identifier of the workflow run. in: path required: true schema: type: integer - - *392 + - *393 responses: '200': description: Response content: application/json: - schema: *393 + schema: *394 examples: - default: &397 + default: &398 value: id: 30433642 name: Build @@ -55359,9 +55367,9 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/actions/workflow-runs#delete-a-workflow-run parameters: - - *364 - *365 - - *394 + - *366 + - *395 responses: '204': description: Response @@ -55384,9 +55392,9 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/actions/workflow-runs#get-the-review-history-for-a-workflow-run parameters: - - *364 - *365 - - *394 + - *366 + - *395 responses: '200': description: Response @@ -55514,9 +55522,9 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/actions/workflow-runs#approve-a-workflow-run-for-a-fork-pull-request parameters: - - *364 - *365 - - *394 + - *366 + - *395 responses: '201': description: Response @@ -55549,12 +55557,12 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/actions/artifacts#list-workflow-run-artifacts parameters: - - *364 - *365 - - *394 + - *366 + - *395 - *17 - *19 - - *395 + - *396 responses: '200': description: Response @@ -55570,9 +55578,9 @@ paths: type: integer artifacts: type: array - items: *381 + items: *382 examples: - default: *396 + default: *397 headers: Link: *37 x-github: @@ -55596,25 +55604,25 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/actions/workflow-runs#get-a-workflow-run-attempt parameters: - - *364 - *365 - - *394 - - &398 + - *366 + - *395 + - &399 name: attempt_number description: The attempt number of the workflow run. in: path required: true schema: type: integer - - *392 + - *393 responses: '200': description: Response content: application/json: - schema: *393 + schema: *394 examples: - default: *397 + default: *398 x-github: githubCloudOnly: false enabledForGitHubApps: true @@ -55637,10 +55645,10 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/actions/workflow-jobs#list-jobs-for-a-workflow-run-attempt parameters: - - *364 - *365 - - *394 - - *398 + - *366 + - *395 + - *399 - *17 - *19 responses: @@ -55658,9 +55666,9 @@ paths: type: integer jobs: type: array - items: *399 + items: *400 examples: - default: &400 + default: &401 value: total_count: 1 jobs: @@ -55773,10 +55781,10 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/actions/workflow-runs#download-workflow-run-attempt-logs parameters: - - *364 - *365 - - *394 - - *398 + - *366 + - *395 + - *399 responses: '302': description: Response @@ -55804,9 +55812,9 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/actions/workflow-runs#cancel-a-workflow-run parameters: - - *364 - *365 - - *394 + - *366 + - *395 responses: '202': description: Response @@ -55839,9 +55847,9 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/actions/workflow-runs#review-custom-deployment-protection-rules-for-a-workflow-run parameters: - - *364 - *365 - - *394 + - *366 + - *395 requestBody: required: true content: @@ -55908,9 +55916,9 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/actions/workflow-runs#force-cancel-a-workflow-run parameters: - - *364 - *365 - - *394 + - *366 + - *395 responses: '202': description: Response @@ -55943,9 +55951,9 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/actions/workflow-jobs#list-jobs-for-a-workflow-run parameters: - - *364 - *365 - - *394 + - *366 + - *395 - name: filter description: Filters jobs by their `completed_at` timestamp. `latest` returns jobs from the most recent execution of the workflow run. `all` returns all @@ -55975,9 +55983,9 @@ paths: type: integer jobs: type: array - items: *399 + items: *400 examples: - default: *400 + default: *401 headers: Link: *37 x-github: @@ -56002,9 +56010,9 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/actions/workflow-runs#download-workflow-run-logs parameters: - - *364 - *365 - - *394 + - *366 + - *395 responses: '302': description: Response @@ -56031,9 +56039,9 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/actions/workflow-runs#delete-workflow-run-logs parameters: - - *364 - *365 - - *394 + - *366 + - *395 responses: '204': description: Response @@ -56060,9 +56068,9 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/actions/workflow-runs#get-pending-deployments-for-a-workflow-run parameters: - - *364 - *365 - - *394 + - *366 + - *395 responses: '200': description: Response @@ -56131,7 +56139,7 @@ paths: items: type: object properties: - type: &514 + type: &515 type: string description: The type of reviewer. enum: @@ -56217,9 +56225,9 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/actions/workflow-runs#review-pending-deployments-for-a-workflow-run parameters: - - *364 - *365 - - *394 + - *366 + - *395 requestBody: required: true content: @@ -56269,7 +56277,7 @@ paths: application/json: schema: type: array - items: &506 + items: &507 title: Deployment description: A request for a specific ref(branch,sha,tag) to be deployed @@ -56381,7 +56389,7 @@ paths: - created_at - updated_at examples: - default: &507 + default: &508 value: - url: https://api.github.com/repos/octocat/example/deployments/1 id: 1 @@ -56437,9 +56445,9 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/actions/workflow-runs#re-run-a-workflow parameters: - - *364 - *365 - - *394 + - *366 + - *395 requestBody: required: false content: @@ -56484,9 +56492,9 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/actions/workflow-runs#re-run-failed-jobs-from-a-workflow-run parameters: - - *364 - *365 - - *394 + - *366 + - *395 requestBody: required: false content: @@ -56541,9 +56549,9 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/actions/workflow-runs#get-workflow-run-usage parameters: - - *364 - *365 - - *394 + - *366 + - *395 responses: '200': description: Response @@ -56680,8 +56688,8 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/actions/secrets#list-repository-secrets parameters: - - *364 - *365 + - *366 - *17 - *19 responses: @@ -56699,9 +56707,9 @@ paths: type: integer secrets: type: array - items: *401 + items: *402 examples: - default: *402 + default: *403 headers: Link: *37 x-github: @@ -56726,16 +56734,16 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/actions/secrets#get-a-repository-public-key parameters: - - *364 - *365 + - *366 responses: '200': description: Response content: application/json: - schema: *403 + schema: *404 examples: - default: *404 + default: *405 x-github: githubCloudOnly: false enabledForGitHubApps: true @@ -56757,17 +56765,17 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/actions/secrets#get-a-repository-secret parameters: - - *364 - *365 + - *366 - *199 responses: '200': description: Response content: application/json: - schema: *401 + schema: *402 examples: - default: &527 + default: &528 value: name: GH_TOKEN created_at: '2019-08-10T14:59:22Z' @@ -56793,8 +56801,8 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/actions/secrets#create-or-update-a-repository-secret parameters: - - *364 - *365 + - *366 - *199 requestBody: required: true @@ -56852,8 +56860,8 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/actions/secrets#delete-a-repository-secret parameters: - - *364 - *365 + - *366 - *199 responses: '204': @@ -56879,9 +56887,9 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/actions/variables#list-repository-variables parameters: - - *364 - *365 - - *388 + - *366 + - *389 - *19 responses: '200': @@ -56898,9 +56906,9 @@ paths: type: integer variables: type: array - items: *405 + items: *406 examples: - default: *406 + default: *407 headers: Link: *37 x-github: @@ -56923,8 +56931,8 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/actions/variables#create-a-repository-variable parameters: - - *364 - *365 + - *366 requestBody: required: true content: @@ -56976,17 +56984,17 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/actions/variables#get-a-repository-variable parameters: - - *364 - *365 + - *366 - *202 responses: '200': description: Response content: application/json: - schema: *405 + schema: *406 examples: - default: &528 + default: &529 value: name: USERNAME value: octocat @@ -57012,8 +57020,8 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/actions/variables#update-a-repository-variable parameters: - - *364 - *365 + - *366 - *202 requestBody: required: true @@ -57056,8 +57064,8 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/actions/variables#delete-a-repository-variable parameters: - - *364 - *365 + - *366 - *202 responses: '204': @@ -57083,8 +57091,8 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/actions/workflows#list-repository-workflows parameters: - - *364 - *365 + - *366 - *17 - *19 responses: @@ -57102,7 +57110,7 @@ paths: type: integer workflows: type: array - items: &407 + items: &408 title: Workflow description: A GitHub Actions workflow type: object @@ -57220,9 +57228,9 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/actions/workflows#get-a-workflow parameters: - - *364 - *365 - - &408 + - *366 + - &409 name: workflow_id in: path description: The ID of the workflow. You can also pass the workflow file name @@ -57237,7 +57245,7 @@ paths: description: Response content: application/json: - schema: *407 + schema: *408 examples: default: value: @@ -57270,9 +57278,9 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/actions/workflows#disable-a-workflow parameters: - - *364 - *365 - - *408 + - *366 + - *409 responses: '204': description: Response @@ -57297,9 +57305,9 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/actions/workflows#create-a-workflow-dispatch-event parameters: - - *364 - *365 - - *408 + - *366 + - *409 responses: '204': description: Response @@ -57350,9 +57358,9 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/actions/workflows#enable-a-workflow parameters: - - *364 - *365 - - *408 + - *366 + - *409 responses: '204': description: Response @@ -57379,19 +57387,19 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/actions/workflow-runs#list-workflow-runs-for-a-workflow parameters: - - *364 - *365 - - *408 + - *366 - *409 - *410 - *411 - *412 + - *413 - *17 - *19 - - *413 - - *392 - *414 + - *393 - *415 + - *416 responses: '200': description: Response @@ -57407,9 +57415,9 @@ paths: type: integer workflow_runs: type: array - items: *393 + items: *394 examples: - default: *416 + default: *417 headers: Link: *37 x-github: @@ -57442,9 +57450,9 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/actions/workflows#get-workflow-usage parameters: - - *364 - *365 - - *408 + - *366 + - *409 responses: '200': description: Response @@ -57505,8 +57513,8 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/repos/repos#list-repository-activities parameters: - - *364 - *365 + - *366 - *84 - *17 - *82 @@ -57674,8 +57682,8 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/issues/assignees#list-assignees parameters: - - *364 - *365 + - *366 - *17 - *19 responses: @@ -57687,7 +57695,7 @@ paths: type: array items: *4 examples: - default: *284 + default: *285 headers: Link: *37 '404': *6 @@ -57712,8 +57720,8 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/issues/assignees#check-if-a-user-can-be-assigned parameters: - - *364 - *365 + - *366 - name: assignee in: path required: true @@ -57749,8 +57757,8 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/repos/repos#create-an-attestation parameters: - - *364 - *365 + - *366 requestBody: required: true content: @@ -57862,8 +57870,8 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/repos/repos#list-attestations parameters: - - *364 - *365 + - *366 - *17 - *82 - *83 @@ -57917,7 +57925,7 @@ paths: bundle_url: type: string examples: - default: *417 + default: *418 x-github: githubCloudOnly: false enabledForGitHubApps: true @@ -57937,8 +57945,8 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/repos/autolinks#get-all-autolinks-of-a-repository parameters: - - *364 - *365 + - *366 responses: '200': description: Response @@ -57946,7 +57954,7 @@ paths: application/json: schema: type: array - items: &418 + items: &419 title: Autolink reference description: An autolink reference. type: object @@ -58000,8 +58008,8 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/repos/autolinks#create-an-autolink-reference-for-a-repository parameters: - - *364 - *365 + - *366 requestBody: required: true content: @@ -58040,9 +58048,9 @@ paths: description: response content: application/json: - schema: *418 + schema: *419 examples: - default: &419 + default: &420 value: id: 1 key_prefix: TICKET- @@ -58073,9 +58081,9 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/repos/autolinks#get-an-autolink-reference-of-a-repository parameters: - - *364 - *365 - - &420 + - *366 + - &421 name: autolink_id description: The unique identifier of the autolink. in: path @@ -58087,9 +58095,9 @@ paths: description: Response content: application/json: - schema: *418 + schema: *419 examples: - default: *419 + default: *420 '404': *6 x-github: githubCloudOnly: false @@ -58109,9 +58117,9 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/repos/autolinks#delete-an-autolink-reference-from-a-repository parameters: - - *364 - *365 - - *420 + - *366 + - *421 responses: '204': description: Response @@ -58135,8 +58143,8 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/repos/repos#check-if-dependabot-security-updates-are-enabled-for-a-repository parameters: - - *364 - *365 + - *366 responses: '200': description: Response if Dependabot is enabled @@ -58186,8 +58194,8 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/repos/repos#enable-dependabot-security-updates parameters: - - *364 - *365 + - *366 responses: '204': description: Response @@ -58208,8 +58216,8 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/repos/repos#disable-dependabot-security-updates parameters: - - *364 - *365 + - *366 responses: '204': description: Response @@ -58229,8 +58237,8 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/branches/branches#list-branches parameters: - - *364 - *365 + - *366 - name: protected description: Setting to `true` returns only branches protected by branch protections or rulesets. When set to `false`, only unprotected branches are returned. @@ -58268,7 +58276,7 @@ paths: - url protected: type: boolean - protection: &422 + protection: &423 title: Branch Protection description: Branch Protection type: object @@ -58311,7 +58319,7 @@ paths: required: - contexts - checks - enforce_admins: &425 + enforce_admins: &426 title: Protected Branch Admin Enforced description: Protected Branch Admin Enforced type: object @@ -58328,7 +58336,7 @@ paths: required: - url - enabled - required_pull_request_reviews: &427 + required_pull_request_reviews: &428 title: Protected Branch Pull Request Review description: Protected Branch Pull Request Review type: object @@ -58412,7 +58420,7 @@ paths: required: - dismiss_stale_reviews - require_code_owner_reviews - restrictions: &424 + restrictions: &425 title: Branch Restriction Policy description: Branch Restriction Policy type: object @@ -58737,9 +58745,9 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/branches/branches#get-a-branch parameters: - - *364 - *365 - - &423 + - *366 + - &424 name: branch description: The name of the branch. Cannot contain wildcard characters. To use wildcard characters in branch names, use [the GraphQL API](https://docs.github.com/enterprise-cloud@latest//graphql). @@ -58753,14 +58761,14 @@ paths: description: Response content: application/json: - schema: &433 + schema: &434 title: Branch With Protection description: Branch With Protection type: object properties: name: type: string - commit: &482 + commit: &483 title: Commit description: Commit type: object @@ -58799,7 +58807,7 @@ paths: author: anyOf: - type: 'null' - - &421 + - &422 title: Git User description: Metaproperties for Git author/committer information. @@ -58820,7 +58828,7 @@ paths: committer: anyOf: - type: 'null' - - *421 + - *422 message: type: string examples: @@ -58844,7 +58852,7 @@ paths: required: - sha - url - verification: &534 + verification: &535 title: Verification type: object properties: @@ -58924,7 +58932,7 @@ paths: type: integer files: type: array - items: &494 + items: &495 title: Diff Entry description: Diff Entry type: object @@ -59018,7 +59026,7 @@ paths: - self protected: type: boolean - protection: *422 + protection: *423 protection_url: type: string format: uri @@ -59127,7 +59135,7 @@ paths: contexts: [] checks: [] protection_url: https://api.github.com/repos/octocat/Hello-World/branches/main/protection - '301': *378 + '301': *379 '404': *6 x-github: githubCloudOnly: false @@ -59149,15 +59157,15 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/branches/branch-protection#get-branch-protection parameters: - - *364 - *365 - - *423 + - *366 + - *424 responses: '200': description: Response content: application/json: - schema: *422 + schema: *423 examples: default: value: @@ -59351,9 +59359,9 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/branches/branch-protection#update-branch-protection parameters: - - *364 - *365 - - *423 + - *366 + - *424 requestBody: required: true content: @@ -59613,7 +59621,7 @@ paths: url: type: string format: uri - required_status_checks: &430 + required_status_checks: &431 title: Status Check Policy description: Status Check Policy type: object @@ -59772,7 +59780,7 @@ paths: additionalProperties: false required: - enabled - restrictions: *424 + restrictions: *425 required_conversation_resolution: type: object properties: @@ -59884,9 +59892,9 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/branches/branch-protection#delete-branch-protection parameters: - - *364 - *365 - - *423 + - *366 + - *424 responses: '204': description: Response @@ -59911,17 +59919,17 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/branches/branch-protection#get-admin-branch-protection parameters: - - *364 - *365 - - *423 + - *366 + - *424 responses: '200': description: Response content: application/json: - schema: *425 + schema: *426 examples: - default: &426 + default: &427 value: url: https://api.github.com/repos/octocat/Hello-World/branches/master/protection/enforce_admins enabled: true @@ -59943,17 +59951,17 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/branches/branch-protection#set-admin-branch-protection parameters: - - *364 - *365 - - *423 + - *366 + - *424 responses: '200': description: Response content: application/json: - schema: *425 + schema: *426 examples: - default: *426 + default: *427 x-github: githubCloudOnly: false enabledForGitHubApps: true @@ -59972,9 +59980,9 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/branches/branch-protection#delete-admin-branch-protection parameters: - - *364 - *365 - - *423 + - *366 + - *424 responses: '204': description: Response @@ -59999,17 +60007,17 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/branches/branch-protection#get-pull-request-review-protection parameters: - - *364 - *365 - - *423 + - *366 + - *424 responses: '200': description: Response content: application/json: - schema: *427 + schema: *428 examples: - default: &428 + default: &429 value: url: https://api.github.com/repos/octocat/Hello-World/branches/master/protection/required_pull_request_reviews dismissal_restrictions: @@ -60105,9 +60113,9 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/branches/branch-protection#update-pull-request-review-protection parameters: - - *364 - *365 - - *423 + - *366 + - *424 requestBody: required: false content: @@ -60205,9 +60213,9 @@ paths: description: Response content: application/json: - schema: *427 + schema: *428 examples: - default: *428 + default: *429 '422': *15 x-github: githubCloudOnly: false @@ -60228,9 +60236,9 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/branches/branch-protection#delete-pull-request-review-protection parameters: - - *364 - *365 - - *423 + - *366 + - *424 responses: '204': description: Response @@ -60257,17 +60265,17 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/branches/branch-protection#get-commit-signature-protection parameters: - - *364 - *365 - - *423 + - *366 + - *424 responses: '200': description: Response content: application/json: - schema: *425 + schema: *426 examples: - default: &429 + default: &430 value: url: https://api.github.com/repos/octocat/Hello-World/branches/master/protection/required_signatures enabled: true @@ -60290,17 +60298,17 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/branches/branch-protection#create-commit-signature-protection parameters: - - *364 - *365 - - *423 + - *366 + - *424 responses: '200': description: Response content: application/json: - schema: *425 + schema: *426 examples: - default: *429 + default: *430 '404': *6 x-github: githubCloudOnly: false @@ -60320,9 +60328,9 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/branches/branch-protection#delete-commit-signature-protection parameters: - - *364 - *365 - - *423 + - *366 + - *424 responses: '204': description: Response @@ -60347,17 +60355,17 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/branches/branch-protection#get-status-checks-protection parameters: - - *364 - *365 - - *423 + - *366 + - *424 responses: '200': description: Response content: application/json: - schema: *430 + schema: *431 examples: - default: &431 + default: &432 value: url: https://api.github.com/repos/octocat/Hello-World/branches/master/protection/required_status_checks strict: true @@ -60383,9 +60391,9 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/branches/branch-protection#update-status-check-protection parameters: - - *364 - *365 - - *423 + - *366 + - *424 requestBody: required: false content: @@ -60437,9 +60445,9 @@ paths: description: Response content: application/json: - schema: *430 + schema: *431 examples: - default: *431 + default: *432 '404': *6 '422': *15 x-github: @@ -60461,9 +60469,9 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/branches/branch-protection#remove-status-check-protection parameters: - - *364 - *365 - - *423 + - *366 + - *424 responses: '204': description: Response @@ -60487,9 +60495,9 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/branches/branch-protection#get-all-status-check-contexts parameters: - - *364 - *365 - - *423 + - *366 + - *424 responses: '200': description: Response @@ -60523,9 +60531,9 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/branches/branch-protection#add-status-check-contexts parameters: - - *364 - *365 - - *423 + - *366 + - *424 requestBody: required: false content: @@ -60592,9 +60600,9 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/branches/branch-protection#set-status-check-contexts parameters: - - *364 - *365 - - *423 + - *366 + - *424 requestBody: required: false content: @@ -60658,9 +60666,9 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/branches/branch-protection#remove-status-check-contexts parameters: - - *364 - *365 - - *423 + - *366 + - *424 requestBody: content: application/json: @@ -60726,15 +60734,15 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/branches/branch-protection#get-access-restrictions parameters: - - *364 - *365 - - *423 + - *366 + - *424 responses: '200': description: Response content: application/json: - schema: *424 + schema: *425 examples: default: value: @@ -60825,9 +60833,9 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/branches/branch-protection#delete-access-restrictions parameters: - - *364 - *365 - - *423 + - *366 + - *424 responses: '204': description: Response @@ -60850,9 +60858,9 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/branches/branch-protection#get-apps-with-access-to-the-protected-branch parameters: - - *364 - *365 - - *423 + - *366 + - *424 responses: '200': description: Response @@ -60862,7 +60870,7 @@ paths: type: array items: *5 examples: - default: &432 + default: &433 value: - id: 1 slug: octoapp @@ -60919,9 +60927,9 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/branches/branch-protection#add-app-access-restrictions parameters: - - *364 - *365 - - *423 + - *366 + - *424 requestBody: required: true content: @@ -60955,7 +60963,7 @@ paths: type: array items: *5 examples: - default: *432 + default: *433 '422': *15 x-github: githubCloudOnly: false @@ -60976,9 +60984,9 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/branches/branch-protection#set-app-access-restrictions parameters: - - *364 - *365 - - *423 + - *366 + - *424 requestBody: required: true content: @@ -61012,7 +61020,7 @@ paths: type: array items: *5 examples: - default: *432 + default: *433 '422': *15 x-github: githubCloudOnly: false @@ -61033,9 +61041,9 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/branches/branch-protection#remove-app-access-restrictions parameters: - - *364 - *365 - - *423 + - *366 + - *424 requestBody: required: true content: @@ -61069,7 +61077,7 @@ paths: type: array items: *5 examples: - default: *432 + default: *433 '422': *15 x-github: githubCloudOnly: false @@ -61091,9 +61099,9 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/branches/branch-protection#get-teams-with-access-to-the-protected-branch parameters: - - *364 - *365 - - *423 + - *366 + - *424 responses: '200': description: Response @@ -61103,7 +61111,7 @@ paths: type: array items: *220 examples: - default: *295 + default: *296 '404': *6 x-github: githubCloudOnly: false @@ -61123,9 +61131,9 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/branches/branch-protection#add-team-access-restrictions parameters: - - *364 - *365 - - *423 + - *366 + - *424 requestBody: required: false content: @@ -61163,7 +61171,7 @@ paths: type: array items: *220 examples: - default: *295 + default: *296 '422': *15 x-github: githubCloudOnly: false @@ -61184,9 +61192,9 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/branches/branch-protection#set-team-access-restrictions parameters: - - *364 - *365 - - *423 + - *366 + - *424 requestBody: required: false content: @@ -61224,7 +61232,7 @@ paths: type: array items: *220 examples: - default: *295 + default: *296 '422': *15 x-github: githubCloudOnly: false @@ -61245,9 +61253,9 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/branches/branch-protection#remove-team-access-restrictions parameters: - - *364 - *365 - - *423 + - *366 + - *424 requestBody: content: application/json: @@ -61284,7 +61292,7 @@ paths: type: array items: *220 examples: - default: *295 + default: *296 '422': *15 x-github: githubCloudOnly: false @@ -61306,9 +61314,9 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/branches/branch-protection#get-users-with-access-to-the-protected-branch parameters: - - *364 - *365 - - *423 + - *366 + - *424 responses: '200': description: Response @@ -61318,7 +61326,7 @@ paths: type: array items: *4 examples: - default: *284 + default: *285 '404': *6 x-github: githubCloudOnly: false @@ -61342,9 +61350,9 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/branches/branch-protection#add-user-access-restrictions parameters: - - *364 - *365 - - *423 + - *366 + - *424 requestBody: required: true content: @@ -61377,7 +61385,7 @@ paths: type: array items: *4 examples: - default: *284 + default: *285 '422': *15 x-github: githubCloudOnly: false @@ -61402,9 +61410,9 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/branches/branch-protection#set-user-access-restrictions parameters: - - *364 - *365 - - *423 + - *366 + - *424 requestBody: required: true content: @@ -61437,7 +61445,7 @@ paths: type: array items: *4 examples: - default: *284 + default: *285 '422': *15 x-github: githubCloudOnly: false @@ -61462,9 +61470,9 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/branches/branch-protection#remove-user-access-restrictions parameters: - - *364 - *365 - - *423 + - *366 + - *424 requestBody: required: true content: @@ -61497,7 +61505,7 @@ paths: type: array items: *4 examples: - default: *284 + default: *285 '422': *15 x-github: githubCloudOnly: false @@ -61524,9 +61532,9 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/branches/branches#rename-a-branch parameters: - - *364 - *365 - - *423 + - *366 + - *424 requestBody: required: true content: @@ -61548,7 +61556,7 @@ paths: description: Response content: application/json: - schema: *433 + schema: *434 examples: default: value: @@ -61662,8 +61670,8 @@ paths: category: repos subcategory: bypass-requests parameters: - - *364 - *365 + - *366 - *212 - *213 - *214 @@ -61699,8 +61707,8 @@ paths: category: repos subcategory: bypass-requests parameters: - - *364 - *365 + - *366 - name: bypass_request_number in: path required: true @@ -61773,8 +61781,8 @@ paths: category: secret-scanning subcategory: delegated-bypass parameters: - - *364 - *365 + - *366 - *212 - *213 - *214 @@ -61788,9 +61796,9 @@ paths: application/json: schema: type: array - items: *434 + items: *435 examples: - default: *435 + default: *436 '404': *6 '403': *27 '500': *95 @@ -61814,8 +61822,8 @@ paths: category: secret-scanning subcategory: delegated-bypass parameters: - - *364 - *365 + - *366 - name: bypass_request_number in: path required: true @@ -61827,7 +61835,7 @@ paths: description: A single bypass request. content: application/json: - schema: *434 + schema: *435 examples: default: value: @@ -61885,8 +61893,8 @@ paths: category: secret-scanning subcategory: delegated-bypass parameters: - - *364 - *365 + - *366 - name: bypass_request_number in: path required: true @@ -61957,8 +61965,8 @@ paths: category: secret-scanning subcategory: delegated-bypass parameters: - - *364 - *365 + - *366 - name: bypass_response_id in: path required: true @@ -61991,8 +61999,8 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/checks/runs#create-a-check-run parameters: - - *364 - *365 + - *366 requestBody: required: true content: @@ -62271,7 +62279,7 @@ paths: description: Response content: application/json: - schema: &437 + schema: &438 title: CheckRun description: A check performed on the code of a given code change type: object @@ -62406,8 +62414,8 @@ paths: do not necessarily indicate pull requests that triggered the check. type: array - items: *436 - deployment: &748 + items: *437 + deployment: &749 title: Deployment description: A deployment created as the result of an Actions check run from a workflow that references an environment @@ -62694,9 +62702,9 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/checks/runs#get-a-check-run parameters: - - *364 - *365 - - &438 + - *366 + - &439 name: check_run_id description: The unique identifier of the check run. in: path @@ -62708,9 +62716,9 @@ paths: description: Response content: application/json: - schema: *437 + schema: *438 examples: - default: &439 + default: &440 value: id: 4 head_sha: ce587453ced02b1526dfb4cb910479d431683101 @@ -62810,9 +62818,9 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/checks/runs#update-a-check-run parameters: - - *364 - *365 - - *438 + - *366 + - *439 requestBody: required: true content: @@ -63052,9 +63060,9 @@ paths: description: Response content: application/json: - schema: *437 + schema: *438 examples: - default: *439 + default: *440 x-github: githubCloudOnly: false enabledForGitHubApps: true @@ -63074,9 +63082,9 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/checks/runs#list-check-run-annotations parameters: - - *364 - *365 - - *438 + - *366 + - *439 - *17 - *19 responses: @@ -63179,8 +63187,6 @@ paths: Triggers GitHub to rerequest an existing check run, without pushing new code to a repository. This endpoint will trigger the [`check_run` webhook](https://docs.github.com/enterprise-cloud@latest//webhooks/event-payloads/#check_run) event with the action `rerequested`. When a check run is `rerequested`, the `status` of the check suite it belongs to is reset to `queued` and the `conclusion` is cleared. The check run itself is not updated. GitHub apps recieving the [`check_run` webhook](https://docs.github.com/enterprise-cloud@latest//webhooks/event-payloads/#check_run) with the `rerequested` action should then decide if the check run should be reset or updated and call the [update `check_run` endpoint](https://docs.github.com/enterprise-cloud@latest//rest/checks/runs#update-a-check-run) to update the check_run if desired. For more information about how to re-run GitHub Actions jobs, see "[Re-run a job from a workflow run](https://docs.github.com/enterprise-cloud@latest//rest/actions/workflow-runs#re-run-a-job-from-a-workflow-run)". - - OAuth apps and personal access tokens (classic) cannot use this endpoint. tags: - checks operationId: checks/rerequest-run @@ -63188,9 +63194,9 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/checks/runs#rerequest-a-check-run parameters: - - *364 - *365 - - *438 + - *366 + - *439 responses: '201': description: Response @@ -63234,8 +63240,8 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/checks/suites#create-a-check-suite parameters: - - *364 - *365 + - *366 requestBody: required: true content: @@ -63257,7 +63263,7 @@ paths: description: Response when the suite already exists content: application/json: - schema: &441 + schema: &442 title: CheckSuite description: A suite of checks performed on the code of a given code change @@ -63339,7 +63345,7 @@ paths: type: - array - 'null' - items: *436 + items: *437 app: anyOf: - type: 'null' @@ -63355,7 +63361,7 @@ paths: - string - 'null' format: date-time - head_commit: *440 + head_commit: *441 latest_check_runs_count: type: integer check_runs_url: @@ -63383,7 +63389,7 @@ paths: - check_runs_url - pull_requests examples: - default: &442 + default: &443 value: id: 5 node_id: MDEwOkNoZWNrU3VpdGU1 @@ -63674,9 +63680,9 @@ paths: description: Response when the suite was created content: application/json: - schema: *441 + schema: *442 examples: - default: *442 + default: *443 x-github: githubCloudOnly: false enabledForGitHubApps: true @@ -63695,8 +63701,8 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/checks/suites#update-repository-preferences-for-check-suites parameters: - - *364 - *365 + - *366 requestBody: required: true content: @@ -64005,9 +64011,9 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/checks/suites#get-a-check-suite parameters: - - *364 - *365 - - &443 + - *366 + - &444 name: check_suite_id description: The unique identifier of the check suite. in: path @@ -64019,9 +64025,9 @@ paths: description: Response content: application/json: - schema: *441 + schema: *442 examples: - default: *442 + default: *443 x-github: githubCloudOnly: false enabledForGitHubApps: true @@ -64044,17 +64050,17 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/checks/runs#list-check-runs-in-a-check-suite parameters: - - *364 - *365 - - *443 - - &489 + - *366 + - *444 + - &490 name: check_name description: Returns check runs with the specified `name`. in: query required: false schema: type: string - - &490 + - &491 name: status description: Returns check runs with the specified `status`. in: query @@ -64093,9 +64099,9 @@ paths: type: integer check_runs: type: array - items: *437 + items: *438 examples: - default: &491 + default: &492 value: total_count: 1 check_runs: @@ -64186,10 +64192,10 @@ paths: "/repos/{owner}/{repo}/check-suites/{check_suite_id}/rerequest": post: summary: Rerequest a check suite - description: |- - Triggers GitHub to rerequest an existing check suite, without pushing new code to a repository. This endpoint will trigger the [`check_suite` webhook](https://docs.github.com/enterprise-cloud@latest//webhooks/event-payloads/#check_suite) event with the action `rerequested`. When a check suite is `rerequested`, its `status` is reset to `queued` and the `conclusion` is cleared. - - OAuth apps and personal access tokens (classic) cannot use this endpoint. + description: Triggers GitHub to rerequest an existing check suite, without pushing + new code to a repository. This endpoint will trigger the [`check_suite` webhook](https://docs.github.com/enterprise-cloud@latest//webhooks/event-payloads/#check_suite) + event with the action `rerequested`. When a check suite is `rerequested`, + its `status` is reset to `queued` and the `conclusion` is cleared. tags: - checks operationId: checks/rerequest-suite @@ -64197,9 +64203,9 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/checks/suites#rerequest-a-check-suite parameters: - - *364 - *365 - - *443 + - *366 + - *444 responses: '201': description: Response @@ -64232,21 +64238,21 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/code-scanning/code-scanning#list-code-scanning-alerts-for-a-repository parameters: - - *364 - *365 + - *366 - *224 - *225 - *19 - *17 - - &459 + - &460 name: ref description: The Git reference for the results you want to list. The `ref` for a branch can be formatted either as `refs/heads/` or simply ``. To reference a pull request use `refs/pull//merge`. in: query required: false - schema: *444 - - &460 + schema: *445 + - &461 name: pr description: The number of the pull request for the results you want to list. in: query @@ -64277,7 +64283,7 @@ paths: be returned. in: query required: false - schema: *445 + schema: *446 responses: '200': description: Response @@ -64293,7 +64299,7 @@ paths: updated_at: *104 url: *101 html_url: *102 - instances_url: *446 + instances_url: *447 state: *87 fixed_at: *106 dismissed_by: @@ -64301,11 +64307,11 @@ paths: - type: 'null' - *4 dismissed_at: *105 - dismissed_reason: *447 - dismissed_comment: *448 - rule: *449 - tool: *450 - most_recent_instance: *451 + dismissed_reason: *448 + dismissed_comment: *449 + rule: *450 + tool: *451 + most_recent_instance: *452 dismissal_approved_by: anyOf: - type: 'null' @@ -64425,7 +64431,7 @@ paths: classifications: [] instances_url: https://api.github.com/repos/octocat/hello-world/code-scanning/alerts/3/instances '304': *35 - '403': &452 + '403': &453 description: Response if GitHub Advanced Security is not enabled for this repository content: @@ -64452,9 +64458,9 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/code-scanning/code-scanning#get-a-code-scanning-alert parameters: - - *364 - *365 - - &453 + - *366 + - &454 name: alert_number in: path description: The number that identifies an alert. You can find this at the @@ -64468,7 +64474,7 @@ paths: description: Response content: application/json: - schema: &454 + schema: &455 type: object properties: number: *96 @@ -64476,7 +64482,7 @@ paths: updated_at: *104 url: *101 html_url: *102 - instances_url: *446 + instances_url: *447 state: *87 fixed_at: *106 dismissed_by: @@ -64484,8 +64490,8 @@ paths: - type: 'null' - *4 dismissed_at: *105 - dismissed_reason: *447 - dismissed_comment: *448 + dismissed_reason: *448 + dismissed_comment: *449 rule: type: object properties: @@ -64547,8 +64553,8 @@ paths: - 'null' description: A link to the documentation for the rule used to detect the alert. - tool: *450 - most_recent_instance: *451 + tool: *451 + most_recent_instance: *452 dismissal_approved_by: anyOf: - type: 'null' @@ -64641,7 +64647,7 @@ paths: - test instances_url: https://api.github.com/repos/octocat/hello-world/code-scanning/alerts/42/instances '304': *35 - '403': *452 + '403': *453 '404': *6 '503': *128 x-github: @@ -64661,9 +64667,9 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/code-scanning/code-scanning#update-a-code-scanning-alert parameters: - - *364 - *365 - - *453 + - *366 + - *454 requestBody: required: true content: @@ -64678,8 +64684,8 @@ paths: enum: - open - dismissed - dismissed_reason: *447 - dismissed_comment: *448 + dismissed_reason: *448 + dismissed_comment: *449 create_request: type: boolean description: If `true`, attempt to create an alert dismissal request. @@ -64698,7 +64704,7 @@ paths: description: Response content: application/json: - schema: *454 + schema: *455 examples: default: value: @@ -64774,7 +64780,7 @@ paths: - test instances_url: https://api.github.com/repos/octocat/hello-world/code-scanning/alerts/42/instances '400': *14 - '403': &458 + '403': &459 description: Response if the repository is archived or if GitHub Advanced Security is not enabled for this repository content: @@ -64801,15 +64807,15 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/code-scanning/code-scanning#get-the-status-of-an-autofix-for-a-code-scanning-alert parameters: - - *364 - *365 - - *453 + - *366 + - *454 responses: '200': description: Response content: application/json: - schema: &455 + schema: &456 type: object properties: status: @@ -64836,13 +64842,13 @@ paths: - description - started_at examples: - default: &456 + default: &457 value: status: success description: This fixes an XSS vulnerability by escaping the user input. started_at: '2024-02-14T12:29:18Z' - '400': &457 + '400': &458 description: Bad Request content: application/json: @@ -64853,7 +64859,7 @@ paths: message: The alert_number is not valid documentation_url: https://docs.github.com/rest/code-scanning/code-scanning#get-the-status-of-an-autofix-for-a-code-scanning-alert status: '400' - '403': *452 + '403': *453 '404': *6 '503': *128 x-github: @@ -64878,29 +64884,29 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/code-scanning/code-scanning#create-an-autofix-for-a-code-scanning-alert parameters: - - *364 - *365 - - *453 + - *366 + - *454 responses: '200': description: OK content: application/json: - schema: *455 + schema: *456 examples: - default: *456 + default: *457 '202': description: Accepted content: application/json: - schema: *455 + schema: *456 examples: default: value: status: pending description: started_at: '2024-02-14T12:29:18Z' - '400': *457 + '400': *458 '403': description: Response if the repository is archived, if GitHub Advanced Security is not enabled for this repository or if rate limit is exceeded @@ -64932,9 +64938,9 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/code-scanning/code-scanning#commit-an-autofix-for-a-code-scanning-alert parameters: - - *364 - *365 - - *453 + - *366 + - *454 requestBody: required: false content: @@ -64980,8 +64986,8 @@ paths: value: target_ref: refs/heads/main sha: 178f4f6090b3fccad4a65b3e83d076a622d59652 - '400': *457 - '403': *458 + '400': *458 + '403': *459 '404': *6 '422': description: Unprocessable Entity @@ -65005,13 +65011,13 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/code-scanning/code-scanning#list-instances-of-a-code-scanning-alert parameters: - - *364 - *365 - - *453 + - *366 + - *454 - *19 - *17 - - *459 - *460 + - *461 responses: '200': description: Response @@ -65019,7 +65025,7 @@ paths: application/json: schema: type: array - items: *451 + items: *452 examples: default: value: @@ -65058,7 +65064,7 @@ paths: end_column: 50 classifications: - source - '403': *452 + '403': *453 '404': *6 '503': *128 x-github: @@ -65092,25 +65098,25 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/code-scanning/code-scanning#list-code-scanning-analyses-for-a-repository parameters: - - *364 - *365 + - *366 - *224 - *225 - *19 - *17 - - *460 + - *461 - name: ref in: query description: The Git reference for the analyses you want to list. The `ref` for a branch can be formatted either as `refs/heads/` or simply ``. To reference a pull request use `refs/pull//merge`. required: false - schema: *444 + schema: *445 - name: sarif_id in: query description: Filter analyses belonging to the same SARIF upload. required: false - schema: &463 + schema: &464 type: string description: An identifier for the upload. examples: @@ -65132,23 +65138,23 @@ paths: application/json: schema: type: array - items: &464 + items: &465 type: object properties: - ref: *444 - commit_sha: &472 + ref: *445 + commit_sha: &473 description: The SHA of the commit to which the analysis you are uploading relates. type: string minLength: 40 maxLength: 40 pattern: "^[0-9a-fA-F]+$" - analysis_key: *461 + analysis_key: *462 environment: type: string description: Identifies the variable values associated with the environment in which this analysis was performed. - category: *462 + category: *463 error: type: string examples: @@ -65173,8 +65179,8 @@ paths: description: The REST API URL of the analysis resource. format: uri readOnly: true - sarif_id: *463 - tool: *450 + sarif_id: *464 + tool: *451 deletable: type: boolean warning: @@ -65236,7 +65242,7 @@ paths: version: 1.2.0 deletable: true warning: '' - '403': *452 + '403': *453 '404': *6 '503': *128 x-github: @@ -65272,8 +65278,8 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/code-scanning/code-scanning#get-a-code-scanning-analysis-for-a-repository parameters: - - *364 - *365 + - *366 - name: analysis_id in: path description: The ID of the analysis, as returned from the `GET /repos/{owner}/{repo}/code-scanning/analyses` @@ -65286,7 +65292,7 @@ paths: description: Response content: application/json: - schema: *464 + schema: *465 examples: response: summary: application/json response @@ -65340,7 +65346,7 @@ paths: properties: - github/alertNumber: 2 - github/alertUrl: https://api.github.com/repos/monalisa/monalisa/code-scanning/alerts/2 - '403': *452 + '403': *453 '404': *6 '503': *128 x-github: @@ -65422,8 +65428,8 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/code-scanning/code-scanning#delete-a-code-scanning-analysis-from-a-repository parameters: - - *364 - *365 + - *366 - name: analysis_id in: path description: The ID of the analysis, as returned from the `GET /repos/{owner}/{repo}/code-scanning/analyses` @@ -65479,7 +65485,7 @@ paths: next_analysis_url: https://api.github.com/repos/octocat/hello-world/code-scanning/analyses/41 confirm_delete_url: https://api.github.com/repos/octocat/hello-world/code-scanning/analyses/41?confirm_delete '400': *14 - '403': *458 + '403': *459 '404': *6 '503': *128 x-github: @@ -65501,8 +65507,8 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/code-scanning/code-scanning#list-codeql-databases-for-a-repository parameters: - - *364 - *365 + - *366 responses: '200': description: Response @@ -65510,7 +65516,7 @@ paths: application/json: schema: type: array - items: &465 + items: &466 title: CodeQL Database description: A CodeQL database. type: object @@ -65622,7 +65628,7 @@ paths: updated_at: '2022-09-12T12:14:32Z' url: https://api.github.com/repos/octocat/Hello-World/code-scanning/codeql/databases/ruby commit_oid: 1927de39fefa25a9d0e64e3f540ff824a72f538c - '403': *452 + '403': *453 '404': *6 '503': *128 x-github: @@ -65651,8 +65657,8 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/code-scanning/code-scanning#get-a-codeql-database-for-a-repository parameters: - - *364 - *365 + - *366 - name: language in: path description: The language of the CodeQL database. @@ -65664,7 +65670,7 @@ paths: description: Response content: application/json: - schema: *465 + schema: *466 examples: default: value: @@ -65696,9 +65702,9 @@ paths: updated_at: '2022-09-12T12:14:32Z' url: https://api.github.com/repos/octocat/Hello-World/code-scanning/codeql/databases/java commit_oid: 1927de39fefa25a9d0e64e3f540ff824a72f538c - '302': &496 + '302': &497 description: Found - '403': *452 + '403': *453 '404': *6 '503': *128 x-github: @@ -65720,8 +65726,8 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/code-scanning/code-scanning#delete-a-codeql-database parameters: - - *364 - *365 + - *366 - name: language in: path description: The language of the CodeQL database. @@ -65731,7 +65737,7 @@ paths: responses: '204': description: Response - '403': *458 + '403': *459 '404': *6 '503': *128 x-github: @@ -65759,8 +65765,8 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/code-scanning/code-scanning#create-a-codeql-variant-analysis parameters: - - *364 - *365 + - *366 requestBody: required: true content: @@ -65769,7 +65775,7 @@ paths: type: object additionalProperties: false properties: - language: &466 + language: &467 type: string description: The language targeted by the CodeQL query enum: @@ -65848,7 +65854,7 @@ paths: description: Variant analysis submitted for processing content: application/json: - schema: &470 + schema: &471 title: Variant Analysis description: A run of a CodeQL query against one or more repositories. type: object @@ -65858,7 +65864,7 @@ paths: description: The ID of the variant analysis. controller_repo: *94 actor: *4 - query_language: *466 + query_language: *467 query_pack_url: type: string description: The download url for the query pack. @@ -65906,7 +65912,7 @@ paths: items: type: object properties: - repository: &467 + repository: &468 title: Repository Identifier description: Repository Identifier type: object @@ -65948,7 +65954,7 @@ paths: - private - stargazers_count - updated_at - analysis_status: &471 + analysis_status: &472 type: string description: The new status of the CodeQL variant analysis repository task. @@ -65980,7 +65986,7 @@ paths: from processing. This information is only available to the user that initiated the variant analysis. properties: - access_mismatch_repos: &468 + access_mismatch_repos: &469 type: object properties: repository_count: @@ -65995,7 +66001,7 @@ paths: This list may not include all repositories that were skipped. This is only available when the repository was found and the user has access to it. - items: *467 + items: *468 required: - repository_count - repositories @@ -66018,8 +66024,8 @@ paths: required: - repository_count - repository_full_names - no_codeql_db_repos: *468 - over_limit_repos: *468 + no_codeql_db_repos: *469 + over_limit_repos: *469 required: - access_mismatch_repos - not_found_repos @@ -66035,7 +66041,7 @@ paths: examples: repositories_parameter: summary: Response for a successful variant analysis submission - value: &469 + value: &470 summary: Default response value: id: 1 @@ -66187,10 +66193,10 @@ paths: private: false repository_owners: summary: Response for a successful variant analysis submission - value: *469 + value: *470 repository_lists: summary: Response for a successful variant analysis submission - value: *469 + value: *470 '404': *6 '422': description: Unable to process variant analysis submission @@ -66218,8 +66224,8 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/code-scanning/code-scanning#get-the-summary-of-a-codeql-variant-analysis parameters: - - *364 - *365 + - *366 - name: codeql_variant_analysis_id in: path description: The unique identifier of the variant analysis. @@ -66231,9 +66237,9 @@ paths: description: Response content: application/json: - schema: *470 + schema: *471 examples: - default: *469 + default: *470 '404': *6 '503': *128 x-github: @@ -66256,7 +66262,7 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/code-scanning/code-scanning#get-the-analysis-status-of-a-repository-in-a-codeql-variant-analysis parameters: - - *364 + - *365 - name: repo in: path description: The name of the controller repository. @@ -66291,7 +66297,7 @@ paths: type: object properties: repository: *94 - analysis_status: *471 + analysis_status: *472 artifact_size_in_bytes: type: integer description: The size of the artifact. This is only available @@ -66416,8 +66422,8 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/code-scanning/code-scanning#get-a-code-scanning-default-setup-configuration parameters: - - *364 - *365 + - *366 responses: '200': description: Response @@ -66499,7 +66505,7 @@ paths: query_suite: default updated_at: '2023-01-19T11:21:34Z' schedule: weekly - '403': *452 + '403': *453 '404': *6 '503': *128 x-github: @@ -66520,8 +66526,8 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/code-scanning/code-scanning#update-a-code-scanning-default-setup-configuration parameters: - - *364 - *365 + - *366 requestBody: required: true content: @@ -66605,7 +66611,7 @@ paths: value: run_id: 42 run_url: https://api.github.com/repos/octoorg/octocat/actions/runs/42 - '403': *458 + '403': *459 '404': *6 '409': description: Response if there is already a validation run in progress with @@ -66670,8 +66676,8 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/code-scanning/code-scanning#upload-an-analysis-as-sarif-data parameters: - - *364 - *365 + - *366 requestBody: required: true content: @@ -66679,7 +66685,7 @@ paths: schema: type: object properties: - commit_sha: *472 + commit_sha: *473 ref: type: string description: |- @@ -66739,7 +66745,7 @@ paths: schema: type: object properties: - id: *463 + id: *464 url: type: string description: The REST API URL for checking the status of the upload. @@ -66753,7 +66759,7 @@ paths: url: https://api.github.com/repos/octocat/hello-world/code-scanning/sarifs/47177e22-5596-11eb-80a1-c1e54ef945c6 '400': description: Bad Request if the sarif field is invalid - '403': *458 + '403': *459 '404': *6 '413': description: Payload Too Large if the sarif field is too large @@ -66776,8 +66782,8 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/code-scanning/code-scanning#get-information-about-a-sarif-upload parameters: - - *364 - *365 + - *366 - name: sarif_id description: The SARIF ID obtained after uploading. in: path @@ -66825,7 +66831,7 @@ paths: value: processing_status: complete analyses_url: https://api.github.com/repos/octocat/hello-world/code-scanning/analyses?sarif_id=47177e22-5596-11eb-80a1-c1e54ef945c6 - '403': *452 + '403': *453 '404': description: Not Found if the sarif id does not match any upload '503': *128 @@ -66850,8 +66856,8 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/code-security/configurations#get-the-code-security-configuration-associated-with-a-repository parameters: - - *364 - *365 + - *366 responses: '200': description: Response @@ -66932,8 +66938,8 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/repos/repos#list-codeowners-errors parameters: - - *364 - *365 + - *366 - name: ref description: 'A branch, tag or commit name used to determine which version of the CODEOWNERS file to use. Default: the repository''s default branch @@ -67061,8 +67067,8 @@ paths: parameters: - *17 - *19 - - *364 - *365 + - *366 responses: '200': description: Response @@ -67078,7 +67084,7 @@ paths: type: integer codespaces: type: array - items: *285 + items: *286 examples: default: value: @@ -67376,8 +67382,8 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/codespaces/codespaces#create-a-codespace-in-a-repository parameters: - - *364 - *365 + - *366 requestBody: required: true content: @@ -67441,17 +67447,17 @@ paths: description: Response when the codespace was successfully created content: application/json: - schema: *285 + schema: *286 examples: - default: *473 + default: *474 '202': description: Response when the codespace creation partially failed but is being retried in the background content: application/json: - schema: *285 + schema: *286 examples: - default: *473 + default: *474 '400': *14 '401': *23 '403': *27 @@ -67480,8 +67486,8 @@ paths: parameters: - *17 - *19 - - *364 - *365 + - *366 responses: '200': description: Response @@ -67545,8 +67551,8 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/codespaces/machines#list-available-machine-types-for-a-repository parameters: - - *364 - *365 + - *366 - name: location description: The location to check for available machines. Assigned by IP if not provided. @@ -67583,9 +67589,9 @@ paths: type: integer machines: type: array - items: *474 + items: *475 examples: - default: &705 + default: &706 value: total_count: 2 machines: @@ -67625,8 +67631,8 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/codespaces/codespaces#get-default-attributes-for-a-codespace parameters: - - *364 - *365 + - *366 - name: ref description: The branch or commit to check for a default devcontainer path. If not specified, the default branch will be checked. @@ -67713,8 +67719,8 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/codespaces/codespaces#check-if-permissions-defined-by-a-devcontainer-have-been-accepted-by-the-authenticated-user parameters: - - *364 - *365 + - *366 - name: ref description: The git reference that points to the location of the devcontainer configuration to use for the permission check. The value of `ref` will typically @@ -67783,8 +67789,8 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/codespaces/repository-secrets#list-repository-secrets parameters: - - *364 - *365 + - *366 - *17 - *19 responses: @@ -67802,7 +67808,7 @@ paths: type: integer secrets: type: array - items: &478 + items: &479 title: Codespaces Secret description: Set repository secrets for GitHub Codespaces. type: object @@ -67823,7 +67829,7 @@ paths: - created_at - updated_at examples: - default: *475 + default: *476 headers: Link: *37 x-github: @@ -67846,16 +67852,16 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/codespaces/repository-secrets#get-a-repository-public-key parameters: - - *364 - *365 + - *366 responses: '200': description: Response content: application/json: - schema: *476 + schema: *477 examples: - default: *477 + default: *478 x-github: githubCloudOnly: false enabledForGitHubApps: false @@ -67875,17 +67881,17 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/codespaces/repository-secrets#get-a-repository-secret parameters: - - *364 - *365 + - *366 - *199 responses: '200': description: Response content: application/json: - schema: *478 + schema: *479 examples: - default: *479 + default: *480 x-github: githubCloudOnly: false enabledForGitHubApps: true @@ -67905,8 +67911,8 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/codespaces/repository-secrets#create-or-update-a-repository-secret parameters: - - *364 - *365 + - *366 - *199 requestBody: required: true @@ -67959,8 +67965,8 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/codespaces/repository-secrets#delete-a-repository-secret parameters: - - *364 - *365 + - *366 - *199 responses: '204': @@ -67989,8 +67995,8 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/collaborators/collaborators#list-repository-collaborators parameters: - - *364 - *365 + - *366 - name: affiliation description: Filter collaborators returned by their affiliation. `outside` means all outside collaborators of an organization-owned repository. `direct` @@ -68028,7 +68034,7 @@ paths: application/json: schema: type: array - items: &480 + items: &481 title: Collaborator description: Collaborator type: object @@ -68221,8 +68227,8 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/collaborators/collaborators#check-if-a-user-is-a-repository-collaborator parameters: - - *364 - *365 + - *366 - *211 responses: '204': @@ -68265,8 +68271,8 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/collaborators/collaborators#add-a-repository-collaborator parameters: - - *364 - *365 + - *366 - *211 requestBody: required: false @@ -68293,7 +68299,7 @@ paths: description: Response when a new invitation is created content: application/json: - schema: &547 + schema: &548 title: Repository Invitation description: Repository invitations let you manage who you collaborate with. @@ -68514,8 +68520,8 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/collaborators/collaborators#remove-a-repository-collaborator parameters: - - *364 - *365 + - *366 - *211 responses: '204': @@ -68545,8 +68551,8 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/collaborators/collaborators#get-repository-permissions-for-a-user parameters: - - *364 - *365 + - *366 - *211 responses: '200': @@ -68567,7 +68573,7 @@ paths: user: anyOf: - type: 'null' - - *480 + - *481 required: - permission - role_name @@ -68621,8 +68627,8 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/commits/comments#list-commit-comments-for-a-repository parameters: - - *364 - *365 + - *366 - *17 - *19 responses: @@ -68632,7 +68638,7 @@ paths: application/json: schema: type: array - items: &481 + items: &482 title: Commit Comment description: Commit Comment type: object @@ -68690,7 +68696,7 @@ paths: - created_at - updated_at examples: - default: &484 + default: &485 value: - html_url: https://github.com/octocat/Hello-World/commit/6dcb09b5b57875f334f61aebed695e2e4193db5e#commitcomment-1 url: https://api.github.com/repos/octocat/Hello-World/comments/1 @@ -68749,17 +68755,17 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/commits/comments#get-a-commit-comment parameters: - - *364 - *365 + - *366 - *146 responses: '200': description: Response content: application/json: - schema: *481 + schema: *482 examples: - default: &485 + default: &486 value: html_url: https://github.com/octocat/Hello-World/commit/6dcb09b5b57875f334f61aebed695e2e4193db5e#commitcomment-1 url: https://api.github.com/repos/octocat/Hello-World/comments/1 @@ -68816,8 +68822,8 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/commits/comments#update-a-commit-comment parameters: - - *364 - *365 + - *366 - *146 requestBody: required: true @@ -68840,7 +68846,7 @@ paths: description: Response content: application/json: - schema: *481 + schema: *482 examples: default: value: @@ -68891,8 +68897,8 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/commits/comments#delete-a-commit-comment parameters: - - *364 - *365 + - *366 - *146 responses: '204': @@ -68914,8 +68920,8 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/reactions/reactions#list-reactions-for-a-commit-comment parameters: - - *364 - *365 + - *366 - *146 - name: content description: Returns a single [reaction type](https://docs.github.com/enterprise-cloud@latest//rest/reactions/reactions#about-reactions). @@ -68942,9 +68948,9 @@ paths: application/json: schema: type: array - items: *353 + items: *354 examples: - default: *355 + default: *356 headers: Link: *37 '404': *6 @@ -68965,8 +68971,8 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/reactions/reactions#create-reaction-for-a-commit-comment parameters: - - *364 - *365 + - *366 - *146 requestBody: required: true @@ -68999,16 +69005,16 @@ paths: description: Reaction exists content: application/json: - schema: *353 + schema: *354 examples: - default: *354 + default: *355 '201': description: Reaction created content: application/json: - schema: *353 + schema: *354 examples: - default: *354 + default: *355 '422': *15 x-github: githubCloudOnly: false @@ -69030,10 +69036,10 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/reactions/reactions#delete-a-commit-comment-reaction parameters: - - *364 - *365 + - *366 - *146 - - *356 + - *357 responses: '204': description: Response @@ -69082,8 +69088,8 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/commits/commits#list-commits parameters: - - *364 - *365 + - *366 - name: sha description: 'SHA or branch to start listing commits from. Default: the repository’s default branch (usually `main`).' @@ -69139,9 +69145,9 @@ paths: application/json: schema: type: array - items: *482 + items: *483 examples: - default: &595 + default: &596 value: - url: https://api.github.com/repos/octocat/Hello-World/commits/6dcb09b5b57875f334f61aebed695e2e4193db5e sha: 6dcb09b5b57875f334f61aebed695e2e4193db5e @@ -69235,9 +69241,9 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/commits/commits#list-branches-for-head-commit parameters: - - *364 - *365 - - &483 + - *366 + - &484 name: commit_sha description: The SHA of the commit. in: path @@ -69309,9 +69315,9 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/commits/comments#list-commit-comments parameters: - - *364 - *365 - - *483 + - *366 + - *484 - *17 - *19 responses: @@ -69321,9 +69327,9 @@ paths: application/json: schema: type: array - items: *481 + items: *482 examples: - default: *484 + default: *485 headers: Link: *37 x-github: @@ -69351,9 +69357,9 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/commits/comments#create-a-commit-comment parameters: - - *364 - *365 - - *483 + - *366 + - *484 requestBody: required: true content: @@ -69388,9 +69394,9 @@ paths: description: Response content: application/json: - schema: *481 + schema: *482 examples: - default: *485 + default: *486 headers: Location: example: https://api.github.com/repos/octocat/Hello-World/comments/1 @@ -69418,9 +69424,9 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/commits/commits#list-pull-requests-associated-with-a-commit parameters: - - *364 - *365 - - *483 + - *366 + - *484 - *17 - *19 responses: @@ -69430,7 +69436,7 @@ paths: application/json: schema: type: array - items: &586 + items: &587 title: Pull Request Simple description: Pull Request Simple type: object @@ -69550,7 +69556,7 @@ paths: milestone: anyOf: - type: 'null' - - *486 + - *487 active_lock_reason: type: - string @@ -69649,7 +69655,7 @@ paths: _links: type: object properties: - comments: &487 + comments: &488 title: Link description: Hypermedia Link type: object @@ -69658,13 +69664,13 @@ paths: type: string required: - href - commits: *487 - statuses: *487 - html: *487 - issue: *487 - review_comments: *487 - review_comment: *487 - self: *487 + commits: *488 + statuses: *488 + html: *488 + issue: *488 + review_comments: *488 + review_comment: *488 + self: *488 required: - comments - commits @@ -69675,7 +69681,7 @@ paths: - review_comment - self author_association: *134 - auto_merge: &588 + auto_merge: &589 title: Auto merge description: The status of auto merging a pull request. type: @@ -69740,7 +69746,7 @@ paths: - author_association - auto_merge examples: - default: &587 + default: &588 value: - url: https://api.github.com/repos/octocat/Hello-World/pulls/1347 id: 1 @@ -70277,11 +70283,11 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/commits/commits#get-a-commit parameters: - - *364 - *365 + - *366 - *19 - *17 - - &488 + - &489 name: ref description: The commit reference. Can be a commit SHA, branch name (`heads/BRANCH_NAME`), or tag name (`tags/TAG_NAME`). For more information, see "[Git References](https://git-scm.com/book/en/v2/Git-Internals-Git-References)" @@ -70296,9 +70302,9 @@ paths: description: Response content: application/json: - schema: *482 + schema: *483 examples: - default: &574 + default: &575 value: url: https://api.github.com/repos/octocat/Hello-World/commits/6dcb09b5b57875f334f61aebed695e2e4193db5e sha: 6dcb09b5b57875f334f61aebed695e2e4193db5e @@ -70411,11 +70417,11 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/checks/runs#list-check-runs-for-a-git-reference parameters: - - *364 - *365 - - *488 + - *366 - *489 - *490 + - *491 - name: filter description: Filters check runs by their `completed_at` timestamp. `latest` returns the most recent check runs. @@ -70449,9 +70455,9 @@ paths: type: integer check_runs: type: array - items: *437 + items: *438 examples: - default: *491 + default: *492 headers: Link: *37 x-github: @@ -70476,9 +70482,9 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/checks/suites#list-check-suites-for-a-git-reference parameters: - - *364 - *365 - - *488 + - *366 + - *489 - name: app_id description: Filters check suites by GitHub App `id`. in: query @@ -70486,7 +70492,7 @@ paths: schema: type: integer example: 1 - - *489 + - *490 - *17 - *19 responses: @@ -70504,7 +70510,7 @@ paths: type: integer check_suites: type: array - items: *441 + items: *442 examples: default: value: @@ -70704,9 +70710,9 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/commits/statuses#get-the-combined-status-for-a-specific-reference parameters: - - *364 - *365 - - *488 + - *366 + - *489 - *17 - *19 responses: @@ -70908,9 +70914,9 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/commits/statuses#list-commit-statuses-for-a-reference parameters: - - *364 - *365 - - *488 + - *366 + - *489 - *17 - *19 responses: @@ -70920,7 +70926,7 @@ paths: application/json: schema: type: array - items: &653 + items: &654 title: Status description: The status of a commit. type: object @@ -71001,7 +71007,7 @@ paths: site_admin: false headers: Link: *37 - '301': *378 + '301': *379 x-github: githubCloudOnly: false enabledForGitHubApps: true @@ -71029,8 +71035,8 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/metrics/community#get-community-profile-metrics parameters: - - *364 - *365 + - *366 responses: '200': description: Response @@ -71063,11 +71069,11 @@ paths: code_of_conduct: anyOf: - type: 'null' - - *492 + - *493 code_of_conduct_file: anyOf: - type: 'null' - - &493 + - &494 title: Community Health File type: object properties: @@ -71087,19 +71093,19 @@ paths: contributing: anyOf: - type: 'null' - - *493 + - *494 readme: anyOf: - type: 'null' - - *493 + - *494 issue_template: anyOf: - type: 'null' - - *493 + - *494 pull_request_template: anyOf: - type: 'null' - - *493 + - *494 required: - code_of_conduct - code_of_conduct_file @@ -71228,8 +71234,8 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/commits/commits#compare-two-commits parameters: - - *364 - *365 + - *366 - *19 - *17 - name: basehead @@ -71277,8 +71283,8 @@ paths: format: uri examples: - https://github.com/octocat/Hello-World/compare/master...topic.patch - base_commit: *482 - merge_base_commit: *482 + base_commit: *483 + merge_base_commit: *483 status: type: string enum: @@ -71302,10 +71308,10 @@ paths: - 6 commits: type: array - items: *482 + items: *483 files: type: array - items: *494 + items: *495 required: - url - html_url @@ -71591,8 +71597,8 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/repos/contents#get-repository-content parameters: - - *364 - *365 + - *366 - name: path description: path parameter in: path @@ -71745,7 +71751,7 @@ paths: - type - url examples: - response-if-content-is-a-file: &495 + response-if-content-is-a-file: &496 summary: Response if content is a file value: type: file @@ -71882,7 +71888,7 @@ paths: - size - type - url - - &600 + - &601 title: Content File description: Content File type: object @@ -72100,7 +72106,7 @@ paths: - url - submodule_git_url examples: - response-if-content-is-a-file: *495 + response-if-content-is-a-file: *496 response-if-content-is-a-directory: summary: Response if content is a directory and the application/json media type is requested @@ -72169,7 +72175,7 @@ paths: html: https://github.com/jquery/qunit/tree/6ca3721222109997540bd6d9ccd396902e0ad2f9 '404': *6 '403': *27 - '302': *496 + '302': *497 '304': *35 x-github: githubCloudOnly: false @@ -72192,8 +72198,8 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/repos/contents#create-or-update-file-contents parameters: - - *364 - *365 + - *366 - name: path description: path parameter in: path @@ -72288,7 +72294,7 @@ paths: description: Response content: application/json: - schema: &497 + schema: &498 title: File Commit description: File Commit type: object @@ -72444,7 +72450,7 @@ paths: description: Response content: application/json: - schema: *497 + schema: *498 examples: example-for-creating-a-file: value: @@ -72498,7 +72504,7 @@ paths: schema: oneOf: - *3 - - &529 + - &530 description: Repository rule violation was detected type: object properties: @@ -72519,7 +72525,7 @@ paths: items: type: object properties: - placeholder_id: &645 + placeholder_id: &646 description: The ID of the push protection bypass placeholder. This value is returned on any push protected routes. @@ -72551,8 +72557,8 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/repos/contents#delete-a-file parameters: - - *364 - *365 + - *366 - name: path description: path parameter in: path @@ -72613,7 +72619,7 @@ paths: description: Response content: application/json: - schema: *497 + schema: *498 examples: default: value: @@ -72668,8 +72674,8 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/repos/repos#list-repository-contributors parameters: - - *364 - *365 + - *366 - name: anon description: Set to `1` or `true` to include anonymous contributors in results. in: query @@ -72793,8 +72799,8 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/dependabot/alerts#list-dependabot-alerts-for-a-repository parameters: - - *364 - *365 + - *366 - *242 - *243 - *244 @@ -72808,6 +72814,7 @@ paths: - *246 - *247 - *248 + - *249 - *84 - name: page description: "**Closing down notice**. Page number of the results to fetch. @@ -72827,8 +72834,8 @@ paths: default: 30 - *82 - *83 - - *249 - *250 + - *251 responses: '200': description: Response @@ -72836,7 +72843,7 @@ paths: application/json: schema: type: array - items: &500 + items: &501 type: object description: A Dependabot alert. properties: @@ -72886,7 +72893,7 @@ paths: - direct - transitive - - security_advisory: *498 + security_advisory: *499 security_vulnerability: *100 url: *101 html_url: *102 @@ -72917,7 +72924,7 @@ paths: dismissal. maxLength: 280 fixed_at: *106 - auto_dismissed_at: *499 + auto_dismissed_at: *500 required: - number - state @@ -73147,9 +73154,9 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/dependabot/alerts#get-a-dependabot-alert parameters: - - *364 - *365 - - &501 + - *366 + - &502 name: alert_number in: path description: |- @@ -73164,7 +73171,7 @@ paths: description: Response content: application/json: - schema: *500 + schema: *501 examples: default: value: @@ -73277,9 +73284,9 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/dependabot/alerts#update-a-dependabot-alert parameters: - - *364 - *365 - - *501 + - *366 + - *502 requestBody: required: true content: @@ -73324,7 +73331,7 @@ paths: description: Response content: application/json: - schema: *500 + schema: *501 examples: default: value: @@ -73453,8 +73460,8 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/dependabot/secrets#list-repository-secrets parameters: - - *364 - *365 + - *366 - *17 - *19 responses: @@ -73472,7 +73479,7 @@ paths: type: integer secrets: type: array - items: &504 + items: &505 title: Dependabot Secret description: Set secrets for Dependabot. type: object @@ -73526,16 +73533,16 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/dependabot/secrets#get-a-repository-public-key parameters: - - *364 - *365 + - *366 responses: '200': description: Response content: application/json: - schema: *502 + schema: *503 examples: - default: *503 + default: *504 x-github: githubCloudOnly: false enabledForGitHubApps: true @@ -73555,15 +73562,15 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/dependabot/secrets#get-a-repository-secret parameters: - - *364 - *365 + - *366 - *199 responses: '200': description: Response content: application/json: - schema: *504 + schema: *505 examples: default: value: @@ -73589,8 +73596,8 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/dependabot/secrets#create-or-update-a-repository-secret parameters: - - *364 - *365 + - *366 - *199 requestBody: required: true @@ -73643,8 +73650,8 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/dependabot/secrets#delete-a-repository-secret parameters: - - *364 - *365 + - *366 - *199 responses: '204': @@ -73667,8 +73674,8 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/dependency-graph/dependency-review#get-a-diff-of-the-dependencies-between-commits parameters: - - *364 - *365 + - *366 - name: basehead description: The base and head Git revisions to compare. The Git revisions will be resolved to commit SHAs. Named revisions will be resolved to their @@ -73842,8 +73849,8 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/dependency-graph/sboms#export-a-software-bill-of-materials-sbom-for-a-repository parameters: - - *364 - *365 + - *366 responses: '200': description: Response @@ -74103,8 +74110,8 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/dependency-graph/dependency-submission#create-a-snapshot-of-dependencies-for-a-repository parameters: - - *364 - *365 + - *366 requestBody: required: true content: @@ -74187,7 +74194,7 @@ paths: - version - url additionalProperties: false - metadata: &505 + metadata: &506 title: metadata description: User-defined metadata to store domain-specific information limited to 8 keys with scalar values. @@ -74226,7 +74233,7 @@ paths: examples: - "/src/build/package-lock.json" additionalProperties: false - metadata: *505 + metadata: *506 resolved: type: object description: A collection of resolved package dependencies. @@ -74240,7 +74247,7 @@ paths: pattern: "^pkg" examples: - pkg:/npm/%40actions/http-client@1.0.11 - metadata: *505 + metadata: *506 relationship: type: string description: A notation of whether a dependency is requested @@ -74373,8 +74380,8 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/deployments/deployments#list-deployments parameters: - - *364 - *365 + - *366 - name: sha description: The SHA recorded at creation time. in: query @@ -74415,9 +74422,9 @@ paths: application/json: schema: type: array - items: *506 + items: *507 examples: - default: *507 + default: *508 headers: Link: *37 x-github: @@ -74483,8 +74490,8 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/deployments/deployments#create-a-deployment parameters: - - *364 - *365 + - *366 requestBody: required: true content: @@ -74566,7 +74573,7 @@ paths: description: Response content: application/json: - schema: *506 + schema: *507 examples: simple-example: summary: Simple example @@ -74639,9 +74646,9 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/deployments/deployments#get-a-deployment parameters: - - *364 - *365 - - &508 + - *366 + - &509 name: deployment_id description: deployment_id parameter in: path @@ -74653,7 +74660,7 @@ paths: description: Response content: application/json: - schema: *506 + schema: *507 examples: default: value: @@ -74718,9 +74725,9 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/deployments/deployments#delete-a-deployment parameters: - - *364 - *365 - - *508 + - *366 + - *509 responses: '204': description: Response @@ -74742,9 +74749,9 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/deployments/statuses#list-deployment-statuses parameters: - - *364 - *365 - - *508 + - *366 + - *509 - *17 - *19 responses: @@ -74754,7 +74761,7 @@ paths: application/json: schema: type: array - items: &509 + items: &510 title: Deployment Status description: The status of a deployment. type: object @@ -74918,9 +74925,9 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/deployments/statuses#create-a-deployment-status parameters: - - *364 - *365 - - *508 + - *366 + - *509 requestBody: required: true content: @@ -74995,9 +75002,9 @@ paths: description: Response content: application/json: - schema: *509 + schema: *510 examples: - default: &510 + default: &511 value: url: https://api.github.com/repos/octocat/example/deployments/42/statuses/1 id: 1 @@ -75053,9 +75060,9 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/deployments/statuses#get-a-deployment-status parameters: - - *364 - *365 - - *508 + - *366 + - *509 - name: status_id in: path required: true @@ -75066,9 +75073,9 @@ paths: description: Response content: application/json: - schema: *509 + schema: *510 examples: - default: *510 + default: *511 '404': *6 x-github: githubCloudOnly: false @@ -75095,12 +75102,12 @@ paths: category: secret-scanning subcategory: alert-dismissal-requests parameters: - - *364 - *365 + - *366 - *212 - *213 - *214 - - *511 + - *512 - *17 - *19 responses: @@ -75110,9 +75117,9 @@ paths: application/json: schema: type: array - items: *512 + items: *513 examples: - default: *513 + default: *514 '404': *6 '403': *27 '500': *95 @@ -75137,8 +75144,8 @@ paths: category: secret-scanning subcategory: alert-dismissal-requests parameters: - - *364 - *365 + - *366 - name: alert_number in: path required: true @@ -75150,7 +75157,7 @@ paths: description: A single dismissal request. content: application/json: - schema: *512 + schema: *513 examples: default: value: @@ -75207,8 +75214,8 @@ paths: category: secret-scanning subcategory: alert-dismissal-requests parameters: - - *364 - *365 + - *366 - name: alert_number in: path required: true @@ -75277,8 +75284,8 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/repos/repos#create-a-repository-dispatch-event parameters: - - *364 - *365 + - *366 requestBody: required: true content: @@ -75335,8 +75342,8 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/deployments/environments#list-environments parameters: - - *364 - *365 + - *366 - *17 - *19 responses: @@ -75354,7 +75361,7 @@ paths: - 5 environments: type: array - items: &515 + items: &516 title: Environment description: Details of a deployment environment type: object @@ -75416,7 +75423,7 @@ paths: type: string examples: - wait_timer - wait_timer: &517 + wait_timer: &518 type: integer description: The amount of time to delay a job after the job is initially triggered. The time (in minutes) @@ -75458,7 +75465,7 @@ paths: items: type: object properties: - type: *514 + type: *515 reviewer: anyOf: - *4 @@ -75485,7 +75492,7 @@ paths: - id - node_id - type - deployment_branch_policy: &518 + deployment_branch_policy: &519 type: - object - 'null' @@ -75602,9 +75609,9 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/deployments/environments#get-an-environment parameters: - - *364 - *365 - - &516 + - *366 + - &517 name: environment_name in: path required: true @@ -75617,9 +75624,9 @@ paths: description: Response content: application/json: - schema: *515 + schema: *516 examples: - default: &519 + default: &520 value: id: 161088068 node_id: MDExOkVudmlyb25tZW50MTYxMDg4MDY4 @@ -75703,9 +75710,9 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/deployments/environments#create-or-update-an-environment parameters: - - *364 - *365 - - *516 + - *366 + - *517 requestBody: required: false content: @@ -75715,7 +75722,7 @@ paths: - object - 'null' properties: - wait_timer: *517 + wait_timer: *518 prevent_self_review: type: boolean description: Whether or not a user who created the job is prevented @@ -75734,14 +75741,14 @@ paths: items: type: object properties: - type: *514 + type: *515 id: type: integer description: The id of the user or team who can review the deployment examples: - 4532992 - deployment_branch_policy: *518 + deployment_branch_policy: *519 additionalProperties: false examples: default: @@ -75761,9 +75768,9 @@ paths: description: Response content: application/json: - schema: *515 + schema: *516 examples: - default: *519 + default: *520 '422': description: Validation error when the environment name is invalid or when `protected_branches` and `custom_branch_policies` in `deployment_branch_policy` @@ -75787,9 +75794,9 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/deployments/environments#delete-an-environment parameters: - - *364 - *365 - - *516 + - *366 + - *517 responses: '204': description: Default response @@ -75814,9 +75821,9 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/deployments/branch-policies#list-deployment-branch-policies parameters: - - *364 - *365 - - *516 + - *366 + - *517 - *17 - *19 responses: @@ -75835,7 +75842,7 @@ paths: - 2 branch_policies: type: array - items: &520 + items: &521 title: Deployment branch policy description: Details of a deployment branch or tag policy. type: object @@ -75896,9 +75903,9 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/deployments/branch-policies#create-a-deployment-branch-policy parameters: - - *364 - *365 - - *516 + - *366 + - *517 requestBody: required: true content: @@ -75946,9 +75953,9 @@ paths: description: Response content: application/json: - schema: *520 + schema: *521 examples: - example-wildcard: &521 + example-wildcard: &522 value: id: 364662 node_id: MDE2OkdhdGVCcmFuY2hQb2xpY3kzNjQ2NjI= @@ -75990,10 +75997,10 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/deployments/branch-policies#get-a-deployment-branch-policy parameters: - - *364 - *365 - - *516 - - &522 + - *366 + - *517 + - &523 name: branch_policy_id in: path required: true @@ -76005,9 +76012,9 @@ paths: description: Response content: application/json: - schema: *520 + schema: *521 examples: - default: *521 + default: *522 x-github: githubCloudOnly: false enabledForGitHubApps: true @@ -76026,10 +76033,10 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/deployments/branch-policies#update-a-deployment-branch-policy parameters: - - *364 - *365 - - *516 - - *522 + - *366 + - *517 + - *523 requestBody: required: true content: @@ -76058,9 +76065,9 @@ paths: description: Response content: application/json: - schema: *520 + schema: *521 examples: - default: *521 + default: *522 x-github: githubCloudOnly: false enabledForGitHubApps: true @@ -76079,10 +76086,10 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/deployments/branch-policies#delete-a-deployment-branch-policy parameters: - - *364 - *365 - - *516 - - *522 + - *366 + - *517 + - *523 responses: '204': description: Response @@ -76107,9 +76114,9 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/deployments/protection-rules#get-all-deployment-protection-rules-for-an-environment parameters: - - *516 + - *517 + - *366 - *365 - - *364 responses: '200': description: List of deployment protection rules @@ -76126,7 +76133,7 @@ paths: - 10 custom_deployment_protection_rules: type: array - items: &523 + items: &524 title: Deployment protection rule description: Deployment protection rule type: object @@ -76148,7 +76155,7 @@ paths: for the environment. examples: - true - app: &524 + app: &525 title: Custom deployment protection rule app description: A GitHub App that is providing a custom deployment protection rule. @@ -76251,9 +76258,9 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/deployments/protection-rules#create-a-custom-deployment-protection-rule-on-an-environment parameters: - - *516 + - *517 + - *366 - *365 - - *364 requestBody: content: application/json: @@ -76274,9 +76281,9 @@ paths: description: The enabled custom deployment protection rule content: application/json: - schema: *523 + schema: *524 examples: - default: &525 + default: &526 value: id: 3 node_id: IEH37kRlcGxveW1lbnRTdGF0ddiv @@ -76311,9 +76318,9 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/deployments/protection-rules#list-custom-deployment-rule-integrations-available-for-an-environment parameters: - - *516 + - *517 + - *366 - *365 - - *364 - *19 - *17 responses: @@ -76333,7 +76340,7 @@ paths: - 35 available_custom_deployment_protection_rule_integrations: type: array - items: *524 + items: *525 examples: default: value: @@ -76368,10 +76375,10 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/deployments/protection-rules#get-a-custom-deployment-protection-rule parameters: - - *364 - *365 - - *516 - - &526 + - *366 + - *517 + - &527 name: protection_rule_id description: The unique identifier of the protection rule. in: path @@ -76383,9 +76390,9 @@ paths: description: Response content: application/json: - schema: *523 + schema: *524 examples: - default: *525 + default: *526 x-github: githubCloudOnly: false enabledForGitHubApps: true @@ -76406,10 +76413,10 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/deployments/protection-rules#disable-a-custom-protection-rule-for-an-environment parameters: - - *516 + - *517 + - *366 - *365 - - *364 - - *526 + - *527 responses: '204': description: Response @@ -76435,9 +76442,9 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/actions/secrets#list-environment-secrets parameters: - - *364 - *365 - - *516 + - *366 + - *517 - *17 - *19 responses: @@ -76455,9 +76462,9 @@ paths: type: integer secrets: type: array - items: *401 + items: *402 examples: - default: *402 + default: *403 headers: Link: *37 x-github: @@ -76482,17 +76489,17 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/actions/secrets#get-an-environment-public-key parameters: - - *364 - *365 - - *516 + - *366 + - *517 responses: '200': description: Response content: application/json: - schema: *403 + schema: *404 examples: - default: *404 + default: *405 x-github: githubCloudOnly: false enabledForGitHubApps: true @@ -76514,18 +76521,18 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/actions/secrets#get-an-environment-secret parameters: - - *364 - *365 - - *516 + - *366 + - *517 - *199 responses: '200': description: Response content: application/json: - schema: *401 + schema: *402 examples: - default: *527 + default: *528 x-github: githubCloudOnly: false enabledForGitHubApps: true @@ -76547,9 +76554,9 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/actions/secrets#create-or-update-an-environment-secret parameters: - - *364 - *365 - - *516 + - *366 + - *517 - *199 requestBody: required: true @@ -76607,9 +76614,9 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/actions/secrets#delete-an-environment-secret parameters: - - *364 - *365 - - *516 + - *366 + - *517 - *199 responses: '204': @@ -76635,10 +76642,10 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/actions/variables#list-environment-variables parameters: - - *364 - *365 - - *516 - - *388 + - *366 + - *517 + - *389 - *19 responses: '200': @@ -76655,9 +76662,9 @@ paths: type: integer variables: type: array - items: *405 + items: *406 examples: - default: *406 + default: *407 headers: Link: *37 x-github: @@ -76680,9 +76687,9 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/actions/variables#create-an-environment-variable parameters: - - *364 - *365 - - *516 + - *366 + - *517 requestBody: required: true content: @@ -76734,18 +76741,18 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/actions/variables#get-an-environment-variable parameters: - - *364 - *365 - - *516 + - *366 + - *517 - *202 responses: '200': description: Response content: application/json: - schema: *405 + schema: *406 examples: - default: *528 + default: *529 x-github: githubCloudOnly: false enabledForGitHubApps: true @@ -76766,10 +76773,10 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/actions/variables#update-an-environment-variable parameters: - - *364 - *365 + - *366 - *202 - - *516 + - *517 requestBody: required: true content: @@ -76811,10 +76818,10 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/actions/variables#delete-an-environment-variable parameters: - - *364 - *365 + - *366 - *202 - - *516 + - *517 responses: '204': description: Response @@ -76836,8 +76843,8 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/activity/events#list-repository-events parameters: - - *364 - *365 + - *366 - *17 - *19 responses: @@ -76914,8 +76921,8 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/repos/forks#list-forks parameters: - - *364 - *365 + - *366 - name: sort description: The sort order. `stargazers` will sort by star count. in: query @@ -77074,8 +77081,8 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/repos/forks#create-a-fork parameters: - - *364 - *365 + - *366 requestBody: required: false content: @@ -77108,9 +77115,9 @@ paths: description: Response content: application/json: - schema: *377 + schema: *378 examples: - default: *379 + default: *380 '400': *14 '422': *15 '403': *27 @@ -77131,8 +77138,8 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/git/blobs#create-a-blob parameters: - - *364 - *365 + - *366 requestBody: required: true content: @@ -77192,7 +77199,7 @@ paths: schema: oneOf: - *172 - - *529 + - *530 x-github: githubCloudOnly: false enabledForGitHubApps: true @@ -77217,8 +77224,8 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/git/blobs#get-a-blob parameters: - - *364 - *365 + - *366 - name: file_sha in: path required: true @@ -77318,8 +77325,8 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/git/commits#create-a-commit parameters: - - *364 - *365 + - *366 requestBody: required: true content: @@ -77428,7 +77435,7 @@ paths: description: Response content: application/json: - schema: &530 + schema: &531 title: Git Commit description: Low-level Git commit operations within a repository type: object @@ -77655,15 +77662,15 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/git/commits#get-a-commit-object parameters: - - *364 - *365 - - *483 + - *366 + - *484 responses: '200': description: Response content: application/json: - schema: *530 + schema: *531 examples: default: value: @@ -77719,9 +77726,9 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/git/refs#list-matching-references parameters: - - *364 - *365 - - &531 + - *366 + - &532 name: ref description: The Git reference. For more information, see "[Git References](https://git-scm.com/book/en/v2/Git-Internals-Git-References)" in the Git documentation. @@ -77738,7 +77745,7 @@ paths: application/json: schema: type: array - items: &532 + items: &533 title: Git Reference description: Git references within a repository type: object @@ -77814,17 +77821,17 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/git/refs#get-a-reference parameters: - - *364 - *365 - - *531 + - *366 + - *532 responses: '200': description: Response content: application/json: - schema: *532 + schema: *533 examples: - default: &533 + default: &534 value: ref: refs/heads/featureA node_id: MDM6UmVmcmVmcy9oZWFkcy9mZWF0dXJlQQ== @@ -77853,8 +77860,8 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/git/refs#create-a-reference parameters: - - *364 - *365 + - *366 requestBody: required: true content: @@ -77883,9 +77890,9 @@ paths: description: Response content: application/json: - schema: *532 + schema: *533 examples: - default: *533 + default: *534 headers: Location: example: https://api.github.com/repos/octocat/Hello-World/git/refs/heads/featureA @@ -77911,9 +77918,9 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/git/refs#update-a-reference parameters: - - *364 - *365 - - *531 + - *366 + - *532 requestBody: required: true content: @@ -77942,9 +77949,9 @@ paths: description: Response content: application/json: - schema: *532 + schema: *533 examples: - default: *533 + default: *534 '422': *15 '409': *92 x-github: @@ -77962,9 +77969,9 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/git/refs#delete-a-reference parameters: - - *364 - *365 - - *531 + - *366 + - *532 responses: '204': description: Response @@ -78019,8 +78026,8 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/git/tags#create-a-tag-object parameters: - - *364 - *365 + - *366 requestBody: required: true content: @@ -78087,7 +78094,7 @@ paths: description: Response content: application/json: - schema: &535 + schema: &536 title: Git Tag description: Metadata for a Git tag type: object @@ -78143,7 +78150,7 @@ paths: - sha - type - url - verification: *534 + verification: *535 required: - sha - url @@ -78153,7 +78160,7 @@ paths: - tag - message examples: - default: &536 + default: &537 value: node_id: MDM6VGFnOTQwYmQzMzYyNDhlZmFlMGY5ZWU1YmM3YjJkNWM5ODU4ODdiMTZhYw== tag: v0.0.1 @@ -78226,8 +78233,8 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/git/tags#get-a-tag parameters: - - *364 - *365 + - *366 - name: tag_sha in: path required: true @@ -78238,9 +78245,9 @@ paths: description: Response content: application/json: - schema: *535 + schema: *536 examples: - default: *536 + default: *537 '404': *6 '409': *92 x-github: @@ -78264,8 +78271,8 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/git/trees#create-a-tree parameters: - - *364 - *365 + - *366 requestBody: required: true content: @@ -78339,7 +78346,7 @@ paths: description: Response content: application/json: - schema: &537 + schema: &538 title: Git Tree description: The hierarchy between files in a Git repository. type: object @@ -78441,8 +78448,8 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/git/trees#get-a-tree parameters: - - *364 - *365 + - *366 - name: tree_sha description: The SHA1 value or ref (branch or tag) name of the tree. in: path @@ -78465,7 +78472,7 @@ paths: description: Response content: application/json: - schema: *537 + schema: *538 examples: default-response: summary: Default response @@ -78524,8 +78531,8 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/repos/webhooks#list-repository-webhooks parameters: - - *364 - *365 + - *366 - *17 - *19 responses: @@ -78535,7 +78542,7 @@ paths: application/json: schema: type: array - items: &538 + items: &539 title: Webhook description: Webhooks for repositories. type: object @@ -78598,7 +78605,7 @@ paths: format: uri examples: - https://api.github.com/repos/octocat/Hello-World/hooks/1/deliveries - last_response: &779 + last_response: &780 title: Hook Response type: object properties: @@ -78675,8 +78682,8 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/repos/webhooks#create-a-repository-webhook parameters: - - *364 - *365 + - *366 requestBody: required: false content: @@ -78729,9 +78736,9 @@ paths: description: Response content: application/json: - schema: *538 + schema: *539 examples: - default: &539 + default: &540 value: type: Repository id: 12345678 @@ -78779,17 +78786,17 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/repos/webhooks#get-a-repository-webhook parameters: - - *364 - *365 - - *256 + - *366 + - *257 responses: '200': description: Response content: application/json: - schema: *538 + schema: *539 examples: - default: *539 + default: *540 '404': *6 x-github: githubCloudOnly: false @@ -78809,9 +78816,9 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/repos/webhooks#update-a-repository-webhook parameters: - - *364 - *365 - - *256 + - *366 + - *257 requestBody: required: true content: @@ -78856,9 +78863,9 @@ paths: description: Response content: application/json: - schema: *538 + schema: *539 examples: - default: *539 + default: *540 '422': *15 '404': *6 x-github: @@ -78879,9 +78886,9 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/repos/webhooks#delete-a-repository-webhook parameters: - - *364 - *365 - - *256 + - *366 + - *257 responses: '204': description: Response @@ -78905,9 +78912,9 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/repos/webhooks#get-a-webhook-configuration-for-a-repository parameters: - - *364 - *365 - - *256 + - *366 + - *257 responses: '200': description: Response @@ -78934,9 +78941,9 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/repos/webhooks#update-a-webhook-configuration-for-a-repository parameters: - - *364 - *365 - - *256 + - *366 + - *257 requestBody: required: false content: @@ -78980,11 +78987,11 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/repos/webhooks#list-deliveries-for-a-repository-webhook parameters: - - *364 - *365 - - *256 - - *17 + - *366 - *257 + - *17 + - *258 responses: '200': description: Response @@ -78992,9 +78999,9 @@ paths: application/json: schema: type: array - items: *258 + items: *259 examples: - default: *259 + default: *260 '400': *14 '422': *15 x-github: @@ -79013,18 +79020,18 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/repos/webhooks#get-a-delivery-for-a-repository-webhook parameters: - - *364 - *365 - - *256 + - *366 + - *257 - *16 responses: '200': description: Response content: application/json: - schema: *260 + schema: *261 examples: - default: *261 + default: *262 '400': *14 '422': *15 x-github: @@ -79043,9 +79050,9 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/repos/webhooks#redeliver-a-delivery-for-a-repository-webhook parameters: - - *364 - *365 - - *256 + - *366 + - *257 - *16 responses: '202': *93 @@ -79068,9 +79075,9 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/repos/webhooks#ping-a-repository-webhook parameters: - - *364 - *365 - - *256 + - *366 + - *257 responses: '204': description: Response @@ -79095,9 +79102,9 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/repos/webhooks#test-the-push-repository-webhook parameters: - - *364 - *365 - - *256 + - *366 + - *257 responses: '204': description: Response @@ -79155,14 +79162,14 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/migrations/source-imports#get-an-import-status parameters: - - *364 - *365 + - *366 responses: '200': description: Response content: application/json: - schema: &540 + schema: &541 title: Import description: A repository import from an external source. type: object @@ -79269,7 +79276,7 @@ paths: - html_url - authors_url examples: - default: &543 + default: &544 value: vcs: subversion use_lfs: true @@ -79285,7 +79292,7 @@ paths: authors_url: https://api.github.com/repos/octocat/socm/import/authors repository_url: https://api.github.com/repos/octocat/socm '404': *6 - '503': &541 + '503': &542 description: Unavailable due to service under maintenance. content: application/json: @@ -79314,8 +79321,8 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/migrations/source-imports#start-an-import parameters: - - *364 - *365 + - *366 requestBody: required: true content: @@ -79363,7 +79370,7 @@ paths: description: Response content: application/json: - schema: *540 + schema: *541 examples: default: value: @@ -79388,7 +79395,7 @@ paths: type: string '422': *15 '404': *6 - '503': *541 + '503': *542 x-github: githubCloudOnly: false enabledForGitHubApps: true @@ -79416,8 +79423,8 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/migrations/source-imports#update-an-import parameters: - - *364 - *365 + - *366 requestBody: required: false content: @@ -79469,7 +79476,7 @@ paths: description: Response content: application/json: - schema: *540 + schema: *541 examples: example-1: summary: Example 1 @@ -79517,7 +79524,7 @@ paths: html_url: https://import.github.com/octocat/socm/import authors_url: https://api.github.com/repos/octocat/socm/import/authors repository_url: https://api.github.com/repos/octocat/socm - '503': *541 + '503': *542 x-github: githubCloudOnly: false enabledForGitHubApps: true @@ -79540,12 +79547,12 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/migrations/source-imports#cancel-an-import parameters: - - *364 - *365 + - *366 responses: '204': description: Response - '503': *541 + '503': *542 x-github: githubCloudOnly: false enabledForGitHubApps: true @@ -79571,9 +79578,9 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/migrations/source-imports#get-commit-authors parameters: - - *364 - *365 - - &728 + - *366 + - &729 name: since description: A user ID. Only return users with an ID greater than this ID. in: query @@ -79587,7 +79594,7 @@ paths: application/json: schema: type: array - items: &542 + items: &543 title: Porter Author description: Porter Author type: object @@ -79641,7 +79648,7 @@ paths: url: https://api.github.com/repos/octocat/socm/import/authors/2268559 import_url: https://api.github.com/repos/octocat/socm/import '404': *6 - '503': *541 + '503': *542 x-github: githubCloudOnly: false enabledForGitHubApps: true @@ -79666,8 +79673,8 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/migrations/source-imports#map-a-commit-author parameters: - - *364 - *365 + - *366 - name: author_id in: path required: true @@ -79697,7 +79704,7 @@ paths: description: Response content: application/json: - schema: *542 + schema: *543 examples: default: value: @@ -79710,7 +79717,7 @@ paths: import_url: https://api.github.com/repos/octocat/socm/import '422': *15 '404': *6 - '503': *541 + '503': *542 x-github: githubCloudOnly: false enabledForGitHubApps: true @@ -79734,8 +79741,8 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/migrations/source-imports#get-large-files parameters: - - *364 - *365 + - *366 responses: '200': description: Response @@ -79776,7 +79783,7 @@ paths: path: foo/bar/3 oid: c20ad4d76fe97759aa27a0c99bff6710 size: 12582912 - '503': *541 + '503': *542 x-github: githubCloudOnly: false enabledForGitHubApps: true @@ -79804,8 +79811,8 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/migrations/source-imports#update-git-lfs-preference parameters: - - *364 - *365 + - *366 requestBody: required: true content: @@ -79832,11 +79839,11 @@ paths: description: Response content: application/json: - schema: *540 + schema: *541 examples: - default: *543 + default: *544 '422': *15 - '503': *541 + '503': *542 x-github: githubCloudOnly: false enabledForGitHubApps: true @@ -79859,8 +79866,8 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/apps/apps#get-a-repository-installation-for-the-authenticated-app parameters: - - *364 - *365 + - *366 responses: '200': description: Response @@ -79868,8 +79875,8 @@ paths: application/json: schema: *20 examples: - default: *544 - '301': *378 + default: *545 + '301': *379 '404': *6 x-github: githubCloudOnly: false @@ -79889,8 +79896,8 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/interactions/repos#get-interaction-restrictions-for-a-repository parameters: - - *364 - *365 + - *366 responses: '200': description: Response @@ -79898,12 +79905,12 @@ paths: application/json: schema: anyOf: - - *274 + - *275 - type: object properties: {} additionalProperties: false examples: - default: &546 + default: &547 value: limit: collaborators_only origin: repository @@ -79928,13 +79935,13 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/interactions/repos#set-interaction-restrictions-for-a-repository parameters: - - *364 - *365 + - *366 requestBody: required: true content: application/json: - schema: *545 + schema: *546 examples: default: summary: Example request body @@ -79946,9 +79953,9 @@ paths: description: Response content: application/json: - schema: *274 + schema: *275 examples: - default: *546 + default: *547 '409': description: Response x-github: @@ -79970,8 +79977,8 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/interactions/repos#remove-interaction-restrictions-for-a-repository parameters: - - *364 - *365 + - *366 responses: '204': description: Response @@ -79994,8 +80001,8 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/collaborators/invitations#list-repository-invitations parameters: - - *364 - *365 + - *366 - *17 - *19 responses: @@ -80005,9 +80012,9 @@ paths: application/json: schema: type: array - items: *547 + items: *548 examples: - default: &721 + default: &722 value: - id: 1 repository: @@ -80138,9 +80145,9 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/collaborators/invitations#update-a-repository-invitation parameters: - - *364 - *365 - - *278 + - *366 + - *279 requestBody: required: false content: @@ -80169,7 +80176,7 @@ paths: description: Response content: application/json: - schema: *547 + schema: *548 examples: default: value: @@ -80300,9 +80307,9 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/collaborators/invitations#delete-a-repository-invitation parameters: - - *364 - *365 - - *278 + - *366 + - *279 responses: '204': description: Response @@ -80333,8 +80340,8 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/issues/issues#list-repository-issues parameters: - - *364 - *365 + - *366 - name: milestone description: If an `integer` is passed, it should refer to a milestone by its `number` field. If the string `*` is passed, issues with any milestone @@ -80382,7 +80389,7 @@ paths: required: false schema: type: string - - *282 + - *283 - name: sort description: What to sort results by. in: query @@ -80407,7 +80414,7 @@ paths: type: array items: *147 examples: - default: &556 + default: &557 value: - id: 1 node_id: MDU6SXNzdWUx @@ -80555,7 +80562,7 @@ paths: state_reason: completed headers: Link: *37 - '301': *378 + '301': *379 '422': *15 '404': *6 x-github: @@ -80584,8 +80591,8 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/issues/issues#create-an-issue parameters: - - *364 - *365 + - *366 requestBody: required: true content: @@ -80677,7 +80684,7 @@ paths: application/json: schema: *147 examples: - default: &551 + default: &552 value: id: 1 node_id: MDU6SXNzdWUx @@ -80833,7 +80840,7 @@ paths: '422': *15 '503': *128 '404': *6 - '410': *375 + '410': *376 x-github: triggersNotification: true githubCloudOnly: false @@ -80861,8 +80868,8 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/issues/comments#list-issue-comments-for-a-repository parameters: - - *364 - *365 + - *366 - *156 - name: direction description: Either `asc` or `desc`. Ignored without the `sort` parameter. @@ -80883,9 +80890,9 @@ paths: application/json: schema: type: array - items: *548 + items: *549 examples: - default: &553 + default: &554 value: - id: 1 node_id: MDEyOklzc3VlQ29tbWVudDE= @@ -80943,17 +80950,17 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/issues/comments#get-an-issue-comment parameters: - - *364 - *365 + - *366 - *146 responses: '200': description: Response content: application/json: - schema: *548 + schema: *549 examples: - default: &549 + default: &550 value: id: 1 node_id: MDEyOklzc3VlQ29tbWVudDE= @@ -81007,8 +81014,8 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/issues/comments#update-an-issue-comment parameters: - - *364 - *365 + - *366 - *146 requestBody: required: true @@ -81031,9 +81038,9 @@ paths: description: Response content: application/json: - schema: *548 + schema: *549 examples: - default: *549 + default: *550 '422': *15 x-github: githubCloudOnly: false @@ -81051,8 +81058,8 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/issues/comments#delete-an-issue-comment parameters: - - *364 - *365 + - *366 - *146 responses: '204': @@ -81073,8 +81080,8 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/reactions/reactions#list-reactions-for-an-issue-comment parameters: - - *364 - *365 + - *366 - *146 - name: content description: Returns a single [reaction type](https://docs.github.com/enterprise-cloud@latest//rest/reactions/reactions#about-reactions). @@ -81101,9 +81108,9 @@ paths: application/json: schema: type: array - items: *353 + items: *354 examples: - default: *355 + default: *356 headers: Link: *37 '404': *6 @@ -81124,8 +81131,8 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/reactions/reactions#create-reaction-for-an-issue-comment parameters: - - *364 - *365 + - *366 - *146 requestBody: required: true @@ -81158,16 +81165,16 @@ paths: description: Reaction exists content: application/json: - schema: *353 + schema: *354 examples: - default: *354 + default: *355 '201': description: Reaction created content: application/json: - schema: *353 + schema: *354 examples: - default: *354 + default: *355 '422': *15 x-github: githubCloudOnly: false @@ -81189,10 +81196,10 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/reactions/reactions#delete-an-issue-comment-reaction parameters: - - *364 - *365 + - *366 - *146 - - *356 + - *357 responses: '204': description: Response @@ -81212,8 +81219,8 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/issues/events#list-issue-events-for-a-repository parameters: - - *364 - *365 + - *366 - *17 - *19 responses: @@ -81223,7 +81230,7 @@ paths: application/json: schema: type: array - items: &550 + items: &551 title: Issue Event description: Issue Event type: object @@ -81562,8 +81569,8 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/issues/events#get-an-issue-event parameters: - - *364 - *365 + - *366 - name: event_id in: path required: true @@ -81574,7 +81581,7 @@ paths: description: Response content: application/json: - schema: *550 + schema: *551 examples: default: value: @@ -81767,7 +81774,7 @@ paths: author_association: COLLABORATOR state_reason: completed '404': *6 - '410': *375 + '410': *376 '403': *27 x-github: githubCloudOnly: false @@ -81801,9 +81808,9 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/issues/issues#get-an-issue parameters: - - *364 - *365 - - &552 + - *366 + - &553 name: issue_number description: The number that identifies the issue. in: path @@ -81817,10 +81824,10 @@ paths: application/json: schema: *147 examples: - default: *551 - '301': *378 + default: *552 + '301': *379 '404': *6 - '410': *375 + '410': *376 '304': *35 x-github: githubCloudOnly: false @@ -81845,9 +81852,9 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/issues/issues#update-an-issue parameters: - - *364 - *365 - - *552 + - *366 + - *553 requestBody: required: false content: @@ -81967,13 +81974,13 @@ paths: application/json: schema: *147 examples: - default: *551 + default: *552 '422': *15 '503': *128 '403': *27 - '301': *378 + '301': *379 '404': *6 - '410': *375 + '410': *376 x-github: githubCloudOnly: false enabledForGitHubApps: true @@ -81991,9 +81998,9 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/issues/assignees#add-assignees-to-an-issue parameters: - - *364 - *365 - - *552 + - *366 + - *553 requestBody: required: false content: @@ -82021,7 +82028,7 @@ paths: application/json: schema: *147 examples: - default: *551 + default: *552 x-github: githubCloudOnly: false enabledForGitHubApps: true @@ -82037,9 +82044,9 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/issues/assignees#remove-assignees-from-an-issue parameters: - - *364 - *365 - - *552 + - *366 + - *553 requestBody: content: application/json: @@ -82066,7 +82073,7 @@ paths: application/json: schema: *147 examples: - default: *551 + default: *552 x-github: githubCloudOnly: false enabledForGitHubApps: true @@ -82088,9 +82095,9 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/issues/assignees#check-if-a-user-can-be-assigned-to-a-issue parameters: - - *364 - *365 - - *552 + - *366 + - *553 - name: assignee in: path required: true @@ -82130,9 +82137,9 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/issues/comments#list-issue-comments parameters: - - *364 - *365 - - *552 + - *366 + - *553 - *137 - *17 - *19 @@ -82143,13 +82150,13 @@ paths: application/json: schema: type: array - items: *548 + items: *549 examples: - default: *553 + default: *554 headers: Link: *37 '404': *6 - '410': *375 + '410': *376 x-github: githubCloudOnly: false enabledForGitHubApps: true @@ -82178,9 +82185,9 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/issues/comments#create-an-issue-comment parameters: - - *364 - *365 - - *552 + - *366 + - *553 requestBody: required: true content: @@ -82202,16 +82209,16 @@ paths: description: Response content: application/json: - schema: *548 + schema: *549 examples: - default: *549 + default: *550 headers: Location: example: https://api.github.com/repos/octocat/Hello-World/issues/comments/1 schema: type: string '403': *27 - '410': *375 + '410': *376 '422': *15 '404': *6 x-github: @@ -82231,9 +82238,9 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/issues/events#list-issue-events parameters: - - *364 - *365 - - *552 + - *366 + - *553 - *17 - *19 responses: @@ -82247,7 +82254,7 @@ paths: title: Issue Event for Issue description: Issue Event for Issue anyOf: - - &557 + - &558 title: Labeled Issue Event description: Labeled Issue Event type: object @@ -82296,7 +82303,7 @@ paths: - commit_url - created_at - performed_via_github_app - - &558 + - &559 title: Unlabeled Issue Event description: Unlabeled Issue Event type: object @@ -82424,7 +82431,7 @@ paths: - performed_via_github_app - assignee - assigner - - &559 + - &560 title: Milestoned Issue Event description: Milestoned Issue Event type: object @@ -82470,7 +82477,7 @@ paths: - commit_url - created_at - performed_via_github_app - - &560 + - &561 title: Demilestoned Issue Event description: Demilestoned Issue Event type: object @@ -82516,7 +82523,7 @@ paths: - commit_url - created_at - performed_via_github_app - - &561 + - &562 title: Renamed Issue Event description: Renamed Issue Event type: object @@ -82565,7 +82572,7 @@ paths: - commit_url - created_at - performed_via_github_app - - &562 + - &563 title: Review Requested Issue Event description: Review Requested Issue Event type: object @@ -82607,7 +82614,7 @@ paths: - commit_url - created_at - performed_via_github_app - - &563 + - &564 title: Review Request Removed Issue Event description: Review Request Removed Issue Event type: object @@ -82649,7 +82656,7 @@ paths: - commit_url - created_at - performed_via_github_app - - &564 + - &565 title: Review Dismissed Issue Event description: Review Dismissed Issue Event type: object @@ -82705,7 +82712,7 @@ paths: - commit_url - created_at - performed_via_github_app - - &565 + - &566 title: Locked Issue Event description: Locked Issue Event type: object @@ -82750,7 +82757,7 @@ paths: - commit_url - created_at - performed_via_github_app - - &566 + - &567 title: Added to Project Issue Event description: Added to Project Issue Event type: object @@ -82811,7 +82818,7 @@ paths: - commit_url - created_at - performed_via_github_app - - &567 + - &568 title: Moved Column in Project Issue Event description: Moved Column in Project Issue Event type: object @@ -82872,7 +82879,7 @@ paths: - commit_url - created_at - performed_via_github_app - - &568 + - &569 title: Removed from Project Issue Event description: Removed from Project Issue Event type: object @@ -82933,7 +82940,7 @@ paths: - commit_url - created_at - performed_via_github_app - - &569 + - &570 title: Converted Note to Issue Issue Event description: Converted Note to Issue Issue Event type: object @@ -83026,7 +83033,7 @@ paths: color: red headers: Link: *37 - '410': *375 + '410': *376 x-github: githubCloudOnly: false enabledForGitHubApps: true @@ -83043,9 +83050,9 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/issues/labels#list-labels-for-an-issue parameters: - - *364 - *365 - - *552 + - *366 + - *553 - *17 - *19 responses: @@ -83055,7 +83062,7 @@ paths: application/json: schema: type: array - items: &554 + items: &555 title: Label description: Color-coded labels help you categorize and filter your issues (just like labels in Gmail). @@ -83110,7 +83117,7 @@ paths: - color - default examples: - default: &555 + default: &556 value: - id: 208045946 node_id: MDU6TGFiZWwyMDgwNDU5NDY= @@ -83128,9 +83135,9 @@ paths: default: false headers: Link: *37 - '301': *378 + '301': *379 '404': *6 - '410': *375 + '410': *376 x-github: githubCloudOnly: false enabledForGitHubApps: true @@ -83147,9 +83154,9 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/issues/labels#add-labels-to-an-issue parameters: - - *364 - *365 - - *552 + - *366 + - *553 requestBody: required: false content: @@ -83208,12 +83215,12 @@ paths: application/json: schema: type: array - items: *554 + items: *555 examples: - default: *555 - '301': *378 + default: *556 + '301': *379 '404': *6 - '410': *375 + '410': *376 '422': *15 x-github: githubCloudOnly: false @@ -83230,9 +83237,9 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/issues/labels#set-labels-for-an-issue parameters: - - *364 - *365 - - *552 + - *366 + - *553 requestBody: required: false content: @@ -83292,12 +83299,12 @@ paths: application/json: schema: type: array - items: *554 + items: *555 examples: - default: *555 - '301': *378 + default: *556 + '301': *379 '404': *6 - '410': *375 + '410': *376 '422': *15 x-github: githubCloudOnly: false @@ -83314,15 +83321,15 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/issues/labels#remove-all-labels-from-an-issue parameters: - - *364 - *365 - - *552 + - *366 + - *553 responses: '204': description: Response - '301': *378 + '301': *379 '404': *6 - '410': *375 + '410': *376 x-github: githubCloudOnly: false enabledForGitHubApps: true @@ -83341,9 +83348,9 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/issues/labels#remove-a-label-from-an-issue parameters: - - *364 - *365 - - *552 + - *366 + - *553 - name: name in: path required: true @@ -83356,7 +83363,7 @@ paths: application/json: schema: type: array - items: *554 + items: *555 examples: default: value: @@ -83367,9 +83374,9 @@ paths: description: Something isn't working color: f29513 default: true - '301': *378 + '301': *379 '404': *6 - '410': *375 + '410': *376 x-github: githubCloudOnly: false enabledForGitHubApps: true @@ -83389,9 +83396,9 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/issues/issues#lock-an-issue parameters: - - *364 - *365 - - *552 + - *366 + - *553 requestBody: required: false content: @@ -83420,7 +83427,7 @@ paths: '204': description: Response '403': *27 - '410': *375 + '410': *376 '404': *6 '422': *15 x-github: @@ -83438,9 +83445,9 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/issues/issues#unlock-an-issue parameters: - - *364 - *365 - - *552 + - *366 + - *553 responses: '204': description: Response @@ -83462,9 +83469,9 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/reactions/reactions#list-reactions-for-an-issue parameters: - - *364 - *365 - - *552 + - *366 + - *553 - name: content description: Returns a single [reaction type](https://docs.github.com/enterprise-cloud@latest//rest/reactions/reactions#about-reactions). Omit this parameter to list all reactions to an issue. @@ -83490,13 +83497,13 @@ paths: application/json: schema: type: array - items: *353 + items: *354 examples: - default: *355 + default: *356 headers: Link: *37 '404': *6 - '410': *375 + '410': *376 x-github: githubCloudOnly: false enabledForGitHubApps: true @@ -83514,9 +83521,9 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/reactions/reactions#create-reaction-for-an-issue parameters: - - *364 - *365 - - *552 + - *366 + - *553 requestBody: required: true content: @@ -83548,16 +83555,16 @@ paths: description: Response content: application/json: - schema: *353 + schema: *354 examples: - default: *354 + default: *355 '201': description: Response content: application/json: - schema: *353 + schema: *354 examples: - default: *354 + default: *355 '422': *15 x-github: githubCloudOnly: false @@ -83579,10 +83586,10 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/reactions/reactions#delete-an-issue-reaction parameters: - - *364 - *365 - - *552 - - *356 + - *366 + - *553 + - *357 responses: '204': description: Response @@ -83611,9 +83618,9 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/issues/sub-issues#remove-sub-issue parameters: - - *364 - *365 - - *552 + - *366 + - *553 requestBody: required: true content: @@ -83637,7 +83644,7 @@ paths: application/json: schema: *147 examples: - default: *551 + default: *552 headers: Location: example: https://api.github.com/repos/octocat/Hello-World/issues/1/sub-issue @@ -83670,9 +83677,9 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/issues/sub-issues#list-sub-issues parameters: - - *364 - *365 - - *552 + - *366 + - *553 - *17 - *19 responses: @@ -83684,11 +83691,11 @@ paths: type: array items: *147 examples: - default: *556 + default: *557 headers: Link: *37 '404': *6 - '410': *375 + '410': *376 x-github: githubCloudOnly: false enabledForGitHubApps: true @@ -83716,9 +83723,9 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/issues/sub-issues#add-sub-issue parameters: - - *364 - *365 - - *552 + - *366 + - *553 requestBody: required: true content: @@ -83747,14 +83754,14 @@ paths: application/json: schema: *147 examples: - default: *551 + default: *552 headers: Location: example: https://api.github.com/repos/octocat/Hello-World/issues/sub-issues/1 schema: type: string '403': *27 - '410': *375 + '410': *376 '422': *15 '404': *6 x-github: @@ -83774,9 +83781,9 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/issues/sub-issues#reprioritize-sub-issue parameters: - - *364 - *365 - - *552 + - *366 + - *553 requestBody: required: true content: @@ -83809,7 +83816,7 @@ paths: application/json: schema: *147 examples: - default: *551 + default: *552 '403': *27 '404': *6 '422': *7 @@ -83831,9 +83838,9 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/issues/timeline#list-timeline-events-for-an-issue parameters: - - *364 - *365 - - *552 + - *366 + - *553 - *17 - *19 responses: @@ -83848,7 +83855,6 @@ paths: description: Timeline Event type: object anyOf: - - *557 - *558 - *559 - *560 @@ -83861,6 +83867,7 @@ paths: - *567 - *568 - *569 + - *570 - title: Timeline Comment Event description: Timeline Comment Event type: object @@ -84184,7 +84191,7 @@ paths: type: string comments: type: array - items: &589 + items: &590 title: Pull Request Review Comment description: Pull Request Review Comments are comments on a portion of the Pull Request's diff. @@ -84422,7 +84429,7 @@ paths: type: string comments: type: array - items: *481 + items: *482 - title: Timeline Assigned Issue Event description: Timeline Assigned Issue Event type: object @@ -84697,7 +84704,7 @@ paths: headers: Link: *37 '404': *6 - '410': *375 + '410': *376 x-github: githubCloudOnly: false enabledForGitHubApps: true @@ -84714,8 +84721,8 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/deploy-keys/deploy-keys#list-deploy-keys parameters: - - *364 - *365 + - *366 - *17 - *19 responses: @@ -84725,7 +84732,7 @@ paths: application/json: schema: type: array - items: &570 + items: &571 title: Deploy Key description: An SSH key granting access to a single repository. type: object @@ -84792,8 +84799,8 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/deploy-keys/deploy-keys#create-a-deploy-key parameters: - - *364 - *365 + - *366 requestBody: required: true content: @@ -84829,9 +84836,9 @@ paths: description: Response content: application/json: - schema: *570 + schema: *571 examples: - default: &571 + default: &572 value: id: 1 key: ssh-rsa AAA... @@ -84865,9 +84872,9 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/deploy-keys/deploy-keys#get-a-deploy-key parameters: - - *364 - *365 - - &572 + - *366 + - &573 name: key_id description: The unique identifier of the key. in: path @@ -84879,9 +84886,9 @@ paths: description: Response content: application/json: - schema: *570 + schema: *571 examples: - default: *571 + default: *572 '404': *6 x-github: githubCloudOnly: false @@ -84899,9 +84906,9 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/deploy-keys/deploy-keys#delete-a-deploy-key parameters: - - *364 - *365 - - *572 + - *366 + - *573 responses: '204': description: Response @@ -84921,8 +84928,8 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/issues/labels#list-labels-for-a-repository parameters: - - *364 - *365 + - *366 - *17 - *19 responses: @@ -84932,9 +84939,9 @@ paths: application/json: schema: type: array - items: *554 + items: *555 examples: - default: *555 + default: *556 headers: Link: *37 '404': *6 @@ -84955,8 +84962,8 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/issues/labels#create-a-label parameters: - - *364 - *365 + - *366 requestBody: required: true content: @@ -84992,9 +84999,9 @@ paths: description: Response content: application/json: - schema: *554 + schema: *555 examples: - default: &573 + default: &574 value: id: 208045946 node_id: MDU6TGFiZWwyMDgwNDU5NDY= @@ -85026,8 +85033,8 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/issues/labels#get-a-label parameters: - - *364 - *365 + - *366 - name: name in: path required: true @@ -85038,9 +85045,9 @@ paths: description: Response content: application/json: - schema: *554 + schema: *555 examples: - default: *573 + default: *574 '404': *6 x-github: githubCloudOnly: false @@ -85057,8 +85064,8 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/issues/labels#update-a-label parameters: - - *364 - *365 + - *366 - name: name in: path required: true @@ -85097,7 +85104,7 @@ paths: description: Response content: application/json: - schema: *554 + schema: *555 examples: default: value: @@ -85123,8 +85130,8 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/issues/labels#delete-a-label parameters: - - *364 - *365 + - *366 - name: name in: path required: true @@ -85150,8 +85157,8 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/repos/repos#list-repository-languages parameters: - - *364 - *365 + - *366 responses: '200': description: Response @@ -85187,8 +85194,8 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/repos/lfs#enable-git-lfs-for-a-repository parameters: - - *364 - *365 + - *366 responses: '202': *93 '403': @@ -85216,8 +85223,8 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/repos/lfs#disable-git-lfs-for-a-repository parameters: - - *364 - *365 + - *366 responses: '204': description: Response @@ -85243,9 +85250,9 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/licenses/licenses#get-the-license-for-a-repository parameters: - - *364 - *365 - - *459 + - *366 + - *460 responses: '200': description: Response @@ -85392,8 +85399,8 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/branches/branches#sync-a-fork-branch-with-the-upstream-repository parameters: - - *364 - *365 + - *366 requestBody: required: true content: @@ -85458,8 +85465,8 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/branches/branches#merge-a-branch parameters: - - *364 - *365 + - *366 requestBody: required: true content: @@ -85493,9 +85500,9 @@ paths: description: Successful Response (The resulting merge commit) content: application/json: - schema: *482 + schema: *483 examples: - default: *574 + default: *575 '204': description: Response when already merged '404': @@ -85520,8 +85527,8 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/issues/milestones#list-milestones parameters: - - *364 - *365 + - *366 - name: state description: The state of the milestone. Either `open`, `closed`, or `all`. in: query @@ -85562,7 +85569,7 @@ paths: application/json: schema: type: array - items: *486 + items: *487 examples: default: value: @@ -85618,8 +85625,8 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/issues/milestones#create-a-milestone parameters: - - *364 - *365 + - *366 requestBody: required: true content: @@ -85659,9 +85666,9 @@ paths: description: Response content: application/json: - schema: *486 + schema: *487 examples: - default: &575 + default: &576 value: url: https://api.github.com/repos/octocat/Hello-World/milestones/1 html_url: https://github.com/octocat/Hello-World/milestones/v1.0 @@ -85720,9 +85727,9 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/issues/milestones#get-a-milestone parameters: - - *364 - *365 - - &576 + - *366 + - &577 name: milestone_number description: The number that identifies the milestone. in: path @@ -85734,9 +85741,9 @@ paths: description: Response content: application/json: - schema: *486 + schema: *487 examples: - default: *575 + default: *576 '404': *6 x-github: githubCloudOnly: false @@ -85753,9 +85760,9 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/issues/milestones#update-a-milestone parameters: - - *364 - *365 - - *576 + - *366 + - *577 requestBody: required: false content: @@ -85793,9 +85800,9 @@ paths: description: Response content: application/json: - schema: *486 + schema: *487 examples: - default: *575 + default: *576 x-github: githubCloudOnly: false enabledForGitHubApps: true @@ -85811,9 +85818,9 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/issues/milestones#delete-a-milestone parameters: - - *364 - *365 - - *576 + - *366 + - *577 responses: '204': description: Response @@ -85834,9 +85841,9 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/issues/labels#list-labels-for-issues-in-a-milestone parameters: - - *364 - *365 - - *576 + - *366 + - *577 - *17 - *19 responses: @@ -85846,9 +85853,9 @@ paths: application/json: schema: type: array - items: *554 + items: *555 examples: - default: *555 + default: *556 headers: Link: *37 x-github: @@ -85867,12 +85874,12 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/activity/notifications#list-repository-notifications-for-the-authenticated-user parameters: - - *364 - *365 - - *577 + - *366 - *578 - - *137 - *579 + - *137 + - *580 - *17 - *19 responses: @@ -85884,7 +85891,7 @@ paths: type: array items: *159 examples: - default: *580 + default: *581 headers: Link: *37 x-github: @@ -85908,8 +85915,8 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/activity/notifications#mark-repository-notifications-as-read parameters: - - *364 - *365 + - *366 requestBody: required: false content: @@ -85967,14 +85974,14 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/pages/pages#get-a-apiname-pages-site parameters: - - *364 - *365 + - *366 responses: '200': description: Response content: application/json: - schema: &581 + schema: &582 title: GitHub Pages description: The configuration for GitHub Pages for a repository. type: object @@ -86118,7 +86125,7 @@ paths: - custom_404 - public examples: - default: &582 + default: &583 value: url: https://api.github.com/repos/github/developer.github.com/pages status: built @@ -86159,8 +86166,8 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/pages/pages#create-a-apiname-pages-site parameters: - - *364 - *365 + - *366 requestBody: required: true content: @@ -86215,9 +86222,9 @@ paths: description: Response content: application/json: - schema: *581 + schema: *582 examples: - default: *582 + default: *583 '422': *15 '409': *92 x-github: @@ -86240,8 +86247,8 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/pages/pages#update-information-about-a-apiname-pages-site parameters: - - *364 - *365 + - *366 requestBody: required: true content: @@ -86349,8 +86356,8 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/pages/pages#delete-a-apiname-pages-site parameters: - - *364 - *365 + - *366 responses: '204': description: Response @@ -86376,8 +86383,8 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/pages/pages#list-apiname-pages-builds parameters: - - *364 - *365 + - *366 - *17 - *19 responses: @@ -86387,7 +86394,7 @@ paths: application/json: schema: type: array - items: &583 + items: &584 title: Page Build description: Page Build type: object @@ -86479,8 +86486,8 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/pages/pages#request-a-apiname-pages-build parameters: - - *364 - *365 + - *366 responses: '201': description: Response @@ -86527,16 +86534,16 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/pages/pages#get-latest-pages-build parameters: - - *364 - *365 + - *366 responses: '200': description: Response content: application/json: - schema: *583 + schema: *584 examples: - default: &584 + default: &585 value: url: https://api.github.com/repos/github/developer.github.com/pages/builds/5472601 status: built @@ -86584,8 +86591,8 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/pages/pages#get-apiname-pages-build parameters: - - *364 - *365 + - *366 - name: build_id in: path required: true @@ -86596,9 +86603,9 @@ paths: description: Response content: application/json: - schema: *583 + schema: *584 examples: - default: *584 + default: *585 x-github: githubCloudOnly: false enabledForGitHubApps: true @@ -86618,8 +86625,8 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/pages/pages#create-a-github-pages-deployment parameters: - - *364 - *365 + - *366 requestBody: required: true content: @@ -86727,9 +86734,9 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/pages/pages#get-the-status-of-a-github-pages-deployment parameters: - - *364 - *365 - - &585 + - *366 + - &586 name: pages_deployment_id description: The ID of the Pages deployment. You can also give the commit SHA of the deployment. @@ -86787,9 +86794,9 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/pages/pages#cancel-a-github-pages-deployment parameters: - - *364 - *365 - - *585 + - *366 + - *586 responses: '204': *114 '404': *6 @@ -86816,8 +86823,8 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/pages/pages#get-a-dns-health-check-for-github-pages parameters: - - *364 - *365 + - *366 responses: '200': description: Response @@ -87112,8 +87119,8 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/repos/repos#check-if-private-vulnerability-reporting-is-enabled-for-a-repository parameters: - - *364 - *365 + - *366 responses: '200': description: Private vulnerability reporting status @@ -87150,8 +87157,8 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/repos/repos#enable-private-vulnerability-reporting-for-a-repository parameters: - - *364 - *365 + - *366 responses: '204': *114 '422': *14 @@ -87172,8 +87179,8 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/repos/repos#disable-private-vulnerability-reporting-for-a-repository parameters: - - *364 - *365 + - *366 responses: '204': *114 '422': *14 @@ -87196,8 +87203,8 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/projects/projects#list-repository-projects parameters: - - *364 - *365 + - *366 - name: state description: Indicates the state of the projects to return. in: query @@ -87218,7 +87225,7 @@ paths: application/json: schema: type: array - items: *312 + items: *313 examples: default: value: @@ -87258,7 +87265,7 @@ paths: '401': *23 '403': *27 '404': *6 - '410': *375 + '410': *376 '422': *7 x-github: githubCloudOnly: false @@ -87281,8 +87288,8 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/projects/projects#create-a-repository-project parameters: - - *364 - *365 + - *366 requestBody: required: true content: @@ -87308,13 +87315,13 @@ paths: description: Response content: application/json: - schema: *312 + schema: *313 examples: - default: *374 + default: *375 '401': *23 '403': *27 '404': *6 - '410': *375 + '410': *376 '422': *7 x-github: githubCloudOnly: false @@ -87337,8 +87344,8 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/repos/custom-properties#get-all-custom-property-values-for-a-repository parameters: - - *364 - *365 + - *366 responses: '200': description: Response @@ -87346,7 +87353,7 @@ paths: application/json: schema: type: array - items: *314 + items: *315 examples: default: value: @@ -87377,8 +87384,8 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/repos/custom-properties#create-or-update-custom-property-values-for-a-repository parameters: - - *364 - *365 + - *366 requestBody: required: true content: @@ -87390,7 +87397,7 @@ paths: type: array description: A list of custom property names and associated values to apply to the repositories. - items: *314 + items: *315 required: - properties examples: @@ -87440,8 +87447,8 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/pulls/pulls#list-pull-requests parameters: - - *364 - *365 + - *366 - name: state description: Either `open`, `closed`, or `all` to filter by state. in: query @@ -87501,9 +87508,9 @@ paths: application/json: schema: type: array - items: *586 + items: *587 examples: - default: *587 + default: *588 headers: Link: *37 '304': *35 @@ -87535,8 +87542,8 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/pulls/pulls#create-a-pull-request parameters: - - *364 - *365 + - *366 requestBody: required: true content: @@ -87603,7 +87610,7 @@ paths: description: Response content: application/json: - schema: &591 + schema: &592 type: object title: Pull Request description: Pull requests let you tell others about changes you've @@ -87732,7 +87739,7 @@ paths: milestone: anyOf: - type: 'null' - - *486 + - *487 active_lock_reason: type: - string @@ -87787,7 +87794,7 @@ paths: type: - array - 'null' - items: *294 + items: *295 head: type: object properties: @@ -87825,14 +87832,14 @@ paths: _links: type: object properties: - comments: *487 - commits: *487 - statuses: *487 - html: *487 - issue: *487 - review_comments: *487 - review_comment: *487 - self: *487 + comments: *488 + commits: *488 + statuses: *488 + html: *488 + issue: *488 + review_comments: *488 + review_comment: *488 + self: *488 required: - comments - commits @@ -87843,7 +87850,7 @@ paths: - review_comment - self author_association: *134 - auto_merge: *588 + auto_merge: *589 draft: description: Indicates whether or not the pull request is a draft. type: boolean @@ -87945,7 +87952,7 @@ paths: - merged_by - review_comments examples: - default: &592 + default: &593 value: url: https://api.github.com/repos/octocat/Hello-World/pulls/1347 id: 1 @@ -88472,8 +88479,8 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/pulls/comments#list-review-comments-in-a-repository parameters: - - *364 - *365 + - *366 - name: sort in: query required: false @@ -88502,9 +88509,9 @@ paths: application/json: schema: type: array - items: *589 + items: *590 examples: - default: &594 + default: &595 value: - url: https://api.github.com/repos/octocat/Hello-World/pulls/comments/1 pull_request_review_id: 42 @@ -88581,17 +88588,17 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/pulls/comments#get-a-review-comment-for-a-pull-request parameters: - - *364 - *365 + - *366 - *146 responses: '200': description: Response content: application/json: - schema: *589 + schema: *590 examples: - default: &590 + default: &591 value: url: https://api.github.com/repos/octocat/Hello-World/pulls/comments/1 pull_request_review_id: 42 @@ -88666,8 +88673,8 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/pulls/comments#update-a-review-comment-for-a-pull-request parameters: - - *364 - *365 + - *366 - *146 requestBody: required: true @@ -88690,9 +88697,9 @@ paths: description: Response content: application/json: - schema: *589 + schema: *590 examples: - default: *590 + default: *591 x-github: githubCloudOnly: false enabledForGitHubApps: true @@ -88708,8 +88715,8 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/pulls/comments#delete-a-review-comment-for-a-pull-request parameters: - - *364 - *365 + - *366 - *146 responses: '204': @@ -88731,8 +88738,8 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/reactions/reactions#list-reactions-for-a-pull-request-review-comment parameters: - - *364 - *365 + - *366 - *146 - name: content description: Returns a single [reaction type](https://docs.github.com/enterprise-cloud@latest//rest/reactions/reactions#about-reactions). @@ -88759,9 +88766,9 @@ paths: application/json: schema: type: array - items: *353 + items: *354 examples: - default: *355 + default: *356 headers: Link: *37 '404': *6 @@ -88782,8 +88789,8 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/reactions/reactions#create-reaction-for-a-pull-request-review-comment parameters: - - *364 - *365 + - *366 - *146 requestBody: required: true @@ -88816,16 +88823,16 @@ paths: description: Reaction exists content: application/json: - schema: *353 + schema: *354 examples: - default: *354 + default: *355 '201': description: Reaction created content: application/json: - schema: *353 + schema: *354 examples: - default: *354 + default: *355 '422': *15 x-github: githubCloudOnly: false @@ -88847,10 +88854,10 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/reactions/reactions#delete-a-pull-request-comment-reaction parameters: - - *364 - *365 + - *366 - *146 - - *356 + - *357 responses: '204': description: Response @@ -88893,9 +88900,9 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/pulls/pulls#get-a-pull-request parameters: - - *364 - *365 - - &593 + - *366 + - &594 name: pull_number description: The number that identifies the pull request. in: path @@ -88908,9 +88915,9 @@ paths: to fetch diff and patch formats. content: application/json: - schema: *591 + schema: *592 examples: - default: *592 + default: *593 '304': *35 '404': *6 '406': @@ -88945,9 +88952,9 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/pulls/pulls#update-a-pull-request parameters: - - *364 - *365 - - *593 + - *366 + - *594 requestBody: required: false content: @@ -88989,9 +88996,9 @@ paths: description: Response content: application/json: - schema: *591 + schema: *592 examples: - default: *592 + default: *593 '422': *15 '403': *27 x-github: @@ -89013,9 +89020,9 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/codespaces/codespaces#create-a-codespace-from-a-pull-request parameters: - - *364 - *365 - - *593 + - *366 + - *594 requestBody: required: true content: @@ -89076,17 +89083,17 @@ paths: description: Response when the codespace was successfully created content: application/json: - schema: *285 + schema: *286 examples: - default: *473 + default: *474 '202': description: Response when the codespace creation partially failed but is being retried in the background content: application/json: - schema: *285 + schema: *286 examples: - default: *473 + default: *474 '401': *23 '403': *27 '404': *6 @@ -89116,9 +89123,9 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/pulls/comments#list-review-comments-on-a-pull-request parameters: - - *364 - *365 - - *593 + - *366 + - *594 - *156 - name: direction description: The direction to sort results. Ignored without `sort` parameter. @@ -89139,9 +89146,9 @@ paths: application/json: schema: type: array - items: *589 + items: *590 examples: - default: *594 + default: *595 headers: Link: *37 x-github: @@ -89174,9 +89181,9 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/pulls/comments#create-a-review-comment-for-a-pull-request parameters: - - *364 - *365 - - *593 + - *366 + - *594 requestBody: required: true content: @@ -89282,7 +89289,7 @@ paths: description: Response content: application/json: - schema: *589 + schema: *590 examples: example-for-a-multi-line-comment: value: @@ -89370,9 +89377,9 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/pulls/comments#create-a-reply-for-a-review-comment parameters: - - *364 - *365 - - *593 + - *366 + - *594 - *146 requestBody: required: true @@ -89395,7 +89402,7 @@ paths: description: Response content: application/json: - schema: *589 + schema: *590 examples: default: value: @@ -89481,9 +89488,9 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/pulls/pulls#list-commits-on-a-pull-request parameters: - - *364 - *365 - - *593 + - *366 + - *594 - *17 - *19 responses: @@ -89493,9 +89500,9 @@ paths: application/json: schema: type: array - items: *482 + items: *483 examples: - default: *595 + default: *596 headers: Link: *37 x-github: @@ -89525,9 +89532,9 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/pulls/pulls#list-pull-requests-files parameters: - - *364 - *365 - - *593 + - *366 + - *594 - *17 - *19 responses: @@ -89537,7 +89544,7 @@ paths: application/json: schema: type: array - items: *494 + items: *495 examples: default: value: @@ -89575,9 +89582,9 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/pulls/pulls#check-if-a-pull-request-has-been-merged parameters: - - *364 - *365 - - *593 + - *366 + - *594 responses: '204': description: Response if pull request has been merged @@ -89600,9 +89607,9 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/pulls/pulls#merge-a-pull-request parameters: - - *364 - *365 - - *593 + - *366 + - *594 requestBody: required: false content: @@ -89714,9 +89721,9 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/pulls/review-requests#get-all-requested-reviewers-for-a-pull-request parameters: - - *364 - *365 - - *593 + - *366 + - *594 responses: '200': description: Response @@ -89791,9 +89798,9 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/pulls/review-requests#request-reviewers-for-a-pull-request parameters: - - *364 - *365 - - *593 + - *366 + - *594 requestBody: required: false content: @@ -89830,7 +89837,7 @@ paths: description: Response content: application/json: - schema: *586 + schema: *587 examples: default: value: @@ -90366,9 +90373,9 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/pulls/review-requests#remove-requested-reviewers-from-a-pull-request parameters: - - *364 - *365 - - *593 + - *366 + - *594 requestBody: required: true content: @@ -90402,7 +90409,7 @@ paths: description: Response content: application/json: - schema: *586 + schema: *587 examples: default: value: @@ -90907,9 +90914,9 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/pulls/reviews#list-reviews-for-a-pull-request parameters: - - *364 - *365 - - *593 + - *366 + - *594 - *17 - *19 responses: @@ -90919,7 +90926,7 @@ paths: application/json: schema: type: array - items: &596 + items: &597 title: Pull Request Review description: Pull Request Reviews are reviews on pull requests. type: object @@ -91075,9 +91082,9 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/pulls/reviews#create-a-review-for-a-pull-request parameters: - - *364 - *365 - - *593 + - *366 + - *594 requestBody: required: false content: @@ -91167,9 +91174,9 @@ paths: description: Response content: application/json: - schema: *596 + schema: *597 examples: - default: &598 + default: &599 value: id: 80 node_id: MDE3OlB1bGxSZXF1ZXN0UmV2aWV3ODA= @@ -91232,10 +91239,10 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/pulls/reviews#get-a-review-for-a-pull-request parameters: - - *364 - *365 - - *593 - - &597 + - *366 + - *594 + - &598 name: review_id description: The unique identifier of the review. in: path @@ -91247,9 +91254,9 @@ paths: description: Response content: application/json: - schema: *596 + schema: *597 examples: - default: &599 + default: &600 value: id: 80 node_id: MDE3OlB1bGxSZXF1ZXN0UmV2aWV3ODA= @@ -91308,10 +91315,10 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/pulls/reviews#update-a-review-for-a-pull-request parameters: - - *364 - *365 - - *593 - - *597 + - *366 + - *594 + - *598 requestBody: required: true content: @@ -91334,7 +91341,7 @@ paths: description: Response content: application/json: - schema: *596 + schema: *597 examples: default: value: @@ -91396,18 +91403,18 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/pulls/reviews#delete-a-pending-review-for-a-pull-request parameters: - - *364 - *365 - - *593 - - *597 + - *366 + - *594 + - *598 responses: '200': description: Response content: application/json: - schema: *596 + schema: *597 examples: - default: *598 + default: *599 '422': *7 '404': *6 x-github: @@ -91434,10 +91441,10 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/pulls/reviews#list-comments-for-a-pull-request-review parameters: - - *364 - *365 - - *593 - - *597 + - *366 + - *594 + - *598 - *17 - *19 responses: @@ -91535,9 +91542,9 @@ paths: _links: type: object properties: - self: *487 - html: *487 - pull_request: *487 + self: *488 + html: *488 + pull_request: *488 required: - self - html @@ -91688,10 +91695,10 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/pulls/reviews#dismiss-a-review-for-a-pull-request parameters: - - *364 - *365 - - *593 - - *597 + - *366 + - *594 + - *598 requestBody: required: true content: @@ -91720,7 +91727,7 @@ paths: description: Response content: application/json: - schema: *596 + schema: *597 examples: default: value: @@ -91783,10 +91790,10 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/pulls/reviews#submit-a-review-for-a-pull-request parameters: - - *364 - *365 - - *593 - - *597 + - *366 + - *594 + - *598 requestBody: required: true content: @@ -91821,9 +91828,9 @@ paths: description: Response content: application/json: - schema: *596 + schema: *597 examples: - default: *599 + default: *600 '404': *6 '422': *7 '403': *27 @@ -91845,9 +91852,9 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/pulls/pulls#update-a-pull-request-branch parameters: - - *364 - *365 - - *593 + - *366 + - *594 requestBody: required: false content: @@ -91911,8 +91918,8 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/repos/contents#get-a-repository-readme parameters: - - *364 - *365 + - *366 - name: ref description: 'The name of the commit/branch/tag. Default: the repository’s default branch.' @@ -91925,9 +91932,9 @@ paths: description: Response content: application/json: - schema: *600 + schema: *601 examples: - default: &601 + default: &602 value: type: file encoding: base64 @@ -91969,8 +91976,8 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/repos/contents#get-a-repository-readme-for-a-directory parameters: - - *364 - *365 + - *366 - name: dir description: The alternate path to look for a README file in: path @@ -91990,9 +91997,9 @@ paths: description: Response content: application/json: - schema: *600 + schema: *601 examples: - default: *601 + default: *602 '404': *6 '422': *15 x-github: @@ -92014,8 +92021,8 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/releases/releases#list-releases parameters: - - *364 - *365 + - *366 - *17 - *19 responses: @@ -92025,7 +92032,7 @@ paths: application/json: schema: type: array - items: &602 + items: &603 title: Release description: A release. type: object @@ -92097,7 +92104,7 @@ paths: author: *4 assets: type: array - items: &603 + items: &604 title: Release Asset description: Data related to a release. type: object @@ -92277,8 +92284,8 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/releases/releases#create-a-release parameters: - - *364 - *365 + - *366 requestBody: required: true content: @@ -92354,9 +92361,9 @@ paths: description: Response content: application/json: - schema: *602 + schema: *603 examples: - default: &606 + default: &607 value: url: https://api.github.com/repos/octocat/Hello-World/releases/1 html_url: https://github.com/octocat/Hello-World/releases/v1.0.0 @@ -92459,9 +92466,9 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/releases/assets#get-a-release-asset parameters: - - *364 - *365 - - &604 + - *366 + - &605 name: asset_id description: The unique identifier of the asset. in: path @@ -92473,9 +92480,9 @@ paths: description: Response content: application/json: - schema: *603 + schema: *604 examples: - default: &605 + default: &606 value: url: https://api.github.com/repos/octocat/Hello-World/releases/assets/1 browser_download_url: https://github.com/octocat/Hello-World/releases/download/v1.0.0/example.zip @@ -92509,7 +92516,7 @@ paths: type: User site_admin: false '404': *6 - '302': *496 + '302': *497 x-github: githubCloudOnly: false enabledForGitHubApps: true @@ -92525,9 +92532,9 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/releases/assets#update-a-release-asset parameters: - - *364 - *365 - - *604 + - *366 + - *605 requestBody: required: false content: @@ -92556,9 +92563,9 @@ paths: description: Response content: application/json: - schema: *603 + schema: *604 examples: - default: *605 + default: *606 x-github: githubCloudOnly: false enabledForGitHubApps: true @@ -92574,9 +92581,9 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/releases/assets#delete-a-release-asset parameters: - - *364 - *365 - - *604 + - *366 + - *605 responses: '204': description: Response @@ -92600,8 +92607,8 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/releases/releases#generate-release-notes-content-for-a-release parameters: - - *364 - *365 + - *366 requestBody: required: true content: @@ -92687,16 +92694,16 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/releases/releases#get-the-latest-release parameters: - - *364 - *365 + - *366 responses: '200': description: Response content: application/json: - schema: *602 + schema: *603 examples: - default: *606 + default: *607 x-github: githubCloudOnly: false enabledForGitHubApps: true @@ -92713,8 +92720,8 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/releases/releases#get-a-release-by-tag-name parameters: - - *364 - *365 + - *366 - name: tag description: tag parameter in: path @@ -92727,9 +92734,9 @@ paths: description: Response content: application/json: - schema: *602 + schema: *603 examples: - default: *606 + default: *607 '404': *6 x-github: githubCloudOnly: false @@ -92751,9 +92758,9 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/releases/releases#get-a-release parameters: - - *364 - *365 - - &607 + - *366 + - &608 name: release_id description: The unique identifier of the release. in: path @@ -92767,9 +92774,9 @@ paths: For more information, see "[Getting started with the REST API](https://docs.github.com/enterprise-cloud@latest//rest/using-the-rest-api/getting-started-with-the-rest-api#hypermedia)."' content: application/json: - schema: *602 + schema: *603 examples: - default: *606 + default: *607 '401': description: Unauthorized x-github: @@ -92787,9 +92794,9 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/releases/releases#update-a-release parameters: - - *364 - *365 - - *607 + - *366 + - *608 requestBody: required: false content: @@ -92853,9 +92860,9 @@ paths: description: Response content: application/json: - schema: *602 + schema: *603 examples: - default: *606 + default: *607 '404': description: Not Found if the discussion category name is invalid content: @@ -92876,9 +92883,9 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/releases/releases#delete-a-release parameters: - - *364 - *365 - - *607 + - *366 + - *608 responses: '204': description: Response @@ -92898,9 +92905,9 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/releases/assets#list-release-assets parameters: - - *364 - *365 - - *607 + - *366 + - *608 - *17 - *19 responses: @@ -92910,7 +92917,7 @@ paths: application/json: schema: type: array - items: *603 + items: *604 examples: default: value: @@ -92991,9 +92998,9 @@ paths: description: The URL origin (protocol + host name + port) is included in `upload_url` returned in the response of the "Create a release" endpoint parameters: - - *364 - *365 - - *607 + - *366 + - *608 - name: name in: query required: true @@ -93019,7 +93026,7 @@ paths: description: Response for successful upload content: application/json: - schema: *603 + schema: *604 examples: response-for-successful-upload: value: @@ -93073,9 +93080,9 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/reactions/reactions#list-reactions-for-a-release parameters: - - *364 - *365 - - *607 + - *366 + - *608 - name: content description: Returns a single [reaction type](https://docs.github.com/enterprise-cloud@latest//rest/reactions/reactions#about-reactions). Omit this parameter to list all reactions to a release. @@ -93099,9 +93106,9 @@ paths: application/json: schema: type: array - items: *353 + items: *354 examples: - default: *355 + default: *356 headers: Link: *37 '404': *6 @@ -93122,9 +93129,9 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/reactions/reactions#create-reaction-for-a-release parameters: - - *364 - *365 - - *607 + - *366 + - *608 requestBody: required: true content: @@ -93154,16 +93161,16 @@ paths: description: Reaction exists content: application/json: - schema: *353 + schema: *354 examples: - default: *354 + default: *355 '201': description: Reaction created content: application/json: - schema: *353 + schema: *354 examples: - default: *354 + default: *355 '422': *15 x-github: githubCloudOnly: false @@ -93185,10 +93192,10 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/reactions/reactions#delete-a-release-reaction parameters: - - *364 - *365 - - *607 - - *356 + - *366 + - *608 + - *357 responses: '204': description: Response @@ -93212,9 +93219,9 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/repos/rules#get-rules-for-a-branch parameters: - - *364 - *365 - - *423 + - *366 + - *424 - *17 - *19 responses: @@ -93230,8 +93237,8 @@ paths: description: A repository rule with ruleset details. oneOf: - allOf: - - *608 - - &610 + - *609 + - &611 title: repository ruleset data for rule description: User-defined metadata to store domain-specific information limited to 8 keys with scalar values. @@ -93251,65 +93258,65 @@ paths: type: integer description: The ID of the ruleset that includes this rule. - allOf: - - *609 - *610 - - allOf: - *611 - - *610 - allOf: - *612 - - *610 + - *611 - allOf: - *613 - - *610 + - *611 - allOf: - *614 - - *610 + - *611 - allOf: - *615 - - *610 + - *611 - allOf: - *616 - - *610 + - *611 - allOf: - *617 - - *610 + - *611 - allOf: - *618 - - *610 + - *611 - allOf: - *619 - - *610 + - *611 - allOf: - *620 - - *610 + - *611 - allOf: - *621 - - *610 + - *611 - allOf: - *622 - - *610 + - *611 - allOf: - *623 - - *610 + - *611 - allOf: - *624 - - *610 + - *611 - allOf: - *625 - - *610 + - *611 - allOf: - *626 - - *610 + - *611 - allOf: - *627 - - *610 + - *611 - allOf: - *628 - - *610 + - *611 - allOf: - *629 - - *610 + - *611 + - allOf: + - *630 + - *611 examples: default: value: @@ -93348,8 +93355,8 @@ paths: category: repos subcategory: rules parameters: - - *364 - *365 + - *366 - *17 - *19 - name: includes_parents @@ -93360,7 +93367,7 @@ paths: schema: type: boolean default: true - - *630 + - *631 responses: '200': description: Response @@ -93415,8 +93422,8 @@ paths: category: repos subcategory: rules parameters: - - *364 - *365 + - *366 requestBody: description: Request body required: true @@ -93478,7 +93485,7 @@ paths: application/json: schema: *124 examples: - default: &639 + default: &640 value: id: 42 name: super cool ruleset @@ -93525,12 +93532,12 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/repos/rule-suites#list-repository-rule-suites parameters: - - *364 - *365 - - *631 - - *214 + - *366 - *632 + - *214 - *633 + - *634 - *17 - *19 responses: @@ -93538,9 +93545,9 @@ paths: description: Response content: application/json: - schema: *634 + schema: *635 examples: - default: *635 + default: *636 '404': *6 '500': *95 x-github: @@ -93561,17 +93568,17 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/repos/rule-suites#get-a-repository-rule-suite parameters: - - *364 - *365 - - *636 + - *366 + - *637 responses: '200': description: Response content: application/json: - schema: *637 + schema: *638 examples: - default: *638 + default: *639 '404': *6 '500': *95 x-github: @@ -93599,8 +93606,8 @@ paths: category: repos subcategory: rules parameters: - - *364 - *365 + - *366 - name: ruleset_id description: The ID of the ruleset. in: path @@ -93622,7 +93629,7 @@ paths: application/json: schema: *124 examples: - default: *639 + default: *640 '404': *6 '500': *95 put: @@ -93640,8 +93647,8 @@ paths: category: repos subcategory: rules parameters: - - *364 - *365 + - *366 - name: ruleset_id description: The ID of the ruleset. in: path @@ -93705,7 +93712,7 @@ paths: application/json: schema: *124 examples: - default: *639 + default: *640 '404': *6 '500': *95 delete: @@ -93723,8 +93730,8 @@ paths: category: repos subcategory: rules parameters: - - *364 - *365 + - *366 - name: ruleset_id description: The ID of the ruleset. in: path @@ -93747,8 +93754,8 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/repos/rules#get-repository-ruleset-history parameters: - - *364 - *365 + - *366 - *17 - *19 - name: ruleset_id @@ -93766,7 +93773,7 @@ paths: type: array items: *127 examples: - default: *320 + default: *321 '404': *6 '500': *95 x-github: @@ -93785,8 +93792,8 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/repos/rules#get-repository-ruleset-version parameters: - - *364 - *365 + - *366 - name: ruleset_id description: The ID of the ruleset. in: path @@ -93804,7 +93811,7 @@ paths: description: Response content: application/json: - schema: *321 + schema: *322 examples: default: value: @@ -93859,20 +93866,20 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/secret-scanning/secret-scanning#list-secret-scanning-alerts-for-a-repository parameters: - - *364 - *365 - - *322 + - *366 - *323 - *324 - *325 + - *326 - *84 - *19 - *17 - - *640 - *641 - - *326 + - *642 - *327 - *328 + - *329 responses: '200': description: Response @@ -93880,7 +93887,7 @@ paths: application/json: schema: type: array - items: &644 + items: &645 type: object properties: number: *96 @@ -93896,8 +93903,8 @@ paths: format: uri description: The REST API URL of the code locations for this alert. - state: *642 - resolution: *643 + state: *643 + resolution: *644 resolved_at: type: - string @@ -94116,15 +94123,15 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/secret-scanning/secret-scanning#get-a-secret-scanning-alert parameters: - - *364 - *365 - - *453 + - *366 + - *454 responses: '200': description: Response content: application/json: - schema: *644 + schema: *645 examples: default: value: @@ -94176,9 +94183,9 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/secret-scanning/secret-scanning#update-a-secret-scanning-alert parameters: - - *364 - *365 - - *453 + - *366 + - *454 requestBody: required: true content: @@ -94186,8 +94193,8 @@ paths: schema: type: object properties: - state: *642 - resolution: *643 + state: *643 + resolution: *644 resolution_comment: description: An optional comment when closing an alert. Cannot be updated or deleted. Must be `null` when changing `state` to `open`. @@ -94206,7 +94213,7 @@ paths: description: Response content: application/json: - schema: *644 + schema: *645 examples: default: value: @@ -94281,9 +94288,9 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/secret-scanning/secret-scanning#list-locations-for-a-secret-scanning-alert parameters: - - *364 - *365 - - *453 + - *366 + - *454 - *19 - *17 responses: @@ -94294,7 +94301,7 @@ paths: schema: type: array description: List of locations where the secret was detected - items: &800 + items: &801 type: object properties: type: @@ -94673,8 +94680,8 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/secret-scanning/secret-scanning#create-a-push-protection-bypass parameters: - - *364 - *365 + - *366 requestBody: required: true content: @@ -94682,14 +94689,14 @@ paths: schema: type: object properties: - reason: &646 + reason: &647 description: The reason for bypassing push protection. type: string enum: - false_positive - used_in_tests - will_fix_later - placeholder_id: *645 + placeholder_id: *646 required: - reason - placeholder_id @@ -94706,7 +94713,7 @@ paths: schema: type: object properties: - reason: *646 + reason: *647 expire_at: type: - string @@ -94750,8 +94757,8 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/secret-scanning/secret-scanning#get-secret-scanning-scan-history-for-a-repository parameters: - - *364 - *365 + - *366 responses: '404': description: Repository does not have GitHub Advanced Security or secret @@ -94766,7 +94773,7 @@ paths: properties: incremental_scans: type: array - items: &647 + items: &648 description: Information on a single scan performed by secret scanning on the repository type: object @@ -94794,15 +94801,15 @@ paths: the scan is pending pattern_update_scans: type: array - items: *647 + items: *648 backfill_scans: type: array - items: *647 + items: *648 custom_pattern_backfill_scans: type: array items: allOf: - - *647 + - *648 - type: object properties: pattern_name: @@ -94872,8 +94879,8 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/security-advisories/repository-advisories#list-repository-security-advisories parameters: - - *364 - *365 + - *366 - *84 - name: sort description: The property to sort the results by. @@ -94917,9 +94924,9 @@ paths: application/json: schema: type: array - items: *648 + items: *649 examples: - default: *649 + default: *650 '400': *14 '404': *6 x-github: @@ -94942,8 +94949,8 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/security-advisories/repository-advisories#create-a-repository-security-advisory parameters: - - *364 - *365 + - *366 requestBody: required: true content: @@ -95023,7 +95030,7 @@ paths: login: type: string description: The username of the user credited. - type: *331 + type: *332 required: - login - type @@ -95113,9 +95120,9 @@ paths: description: Response content: application/json: - schema: *648 + schema: *649 examples: - default: &651 + default: &652 value: ghsa_id: GHSA-abcd-1234-efgh cve_id: CVE-2050-00000 @@ -95348,8 +95355,8 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/security-advisories/repository-advisories#privately-report-a-security-vulnerability parameters: - - *364 - *365 + - *366 requestBody: required: true content: @@ -95462,7 +95469,7 @@ paths: description: Response content: application/json: - schema: *648 + schema: *649 examples: default: value: @@ -95609,17 +95616,17 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/security-advisories/repository-advisories#get-a-repository-security-advisory parameters: - - *364 - *365 - - *650 + - *366 + - *651 responses: '200': description: Response content: application/json: - schema: *648 + schema: *649 examples: - default: *651 + default: *652 '403': *27 '404': *6 x-github: @@ -95643,9 +95650,9 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/security-advisories/repository-advisories#update-a-repository-security-advisory parameters: - - *364 - *365 - - *650 + - *366 + - *651 requestBody: required: true content: @@ -95725,7 +95732,7 @@ paths: login: type: string description: The username of the user credited. - type: *331 + type: *332 required: - login - type @@ -95816,10 +95823,10 @@ paths: description: Response content: application/json: - schema: *648 + schema: *649 examples: - default: *651 - add_credit: *651 + default: *652 + add_credit: *652 '403': *27 '404': *6 '422': @@ -95857,9 +95864,9 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/security-advisories/repository-advisories#request-a-cve-for-a-repository-security-advisory parameters: - - *364 - *365 - - *650 + - *366 + - *651 responses: '202': *93 '400': *14 @@ -95886,17 +95893,17 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/security-advisories/repository-advisories#create-a-temporary-private-fork parameters: - - *364 - *365 - - *650 + - *366 + - *651 responses: '202': description: Response content: application/json: - schema: *377 + schema: *378 examples: - default: *379 + default: *380 '400': *14 '422': *15 '403': *27 @@ -95922,8 +95929,8 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/activity/starring#list-stargazers parameters: - - *364 - *365 + - *366 - *17 - *19 responses: @@ -96019,8 +96026,8 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/metrics/statistics#get-the-weekly-commit-activity parameters: - - *364 - *365 + - *366 responses: '200': description: Returns a weekly aggregate of the number of additions and deletions @@ -96029,7 +96036,7 @@ paths: application/json: schema: type: array - items: &652 + items: &653 title: Code Frequency Stat description: Code Frequency Stat type: array @@ -96062,8 +96069,8 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/metrics/statistics#get-the-last-year-of-commit-activity parameters: - - *364 - *365 + - *366 responses: '200': description: Response @@ -96141,8 +96148,8 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/metrics/statistics#get-all-contributor-commit-activity parameters: - - *364 - *365 + - *366 responses: '200': description: Response @@ -96236,8 +96243,8 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/metrics/statistics#get-the-weekly-commit-count parameters: - - *364 - *365 + - *366 responses: '200': description: The array order is oldest week (index 0) to most recent week. @@ -96391,8 +96398,8 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/metrics/statistics#get-the-hourly-commit-count-for-each-day parameters: - - *364 - *365 + - *366 responses: '200': description: For example, `[2, 14, 25]` indicates that there were 25 total @@ -96402,7 +96409,7 @@ paths: application/json: schema: type: array - items: *652 + items: *653 examples: default: value: @@ -96435,8 +96442,8 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/commits/statuses#create-a-commit-status parameters: - - *364 - *365 + - *366 - name: sha in: path required: true @@ -96492,7 +96499,7 @@ paths: description: Response content: application/json: - schema: *653 + schema: *654 examples: default: value: @@ -96546,8 +96553,8 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/activity/watching#list-watchers parameters: - - *364 - *365 + - *366 - *17 - *19 responses: @@ -96559,7 +96566,7 @@ paths: type: array items: *4 examples: - default: *284 + default: *285 headers: Link: *37 x-github: @@ -96579,14 +96586,14 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/activity/watching#get-a-repository-subscription parameters: - - *364 - *365 + - *366 responses: '200': description: if you subscribe to the repository content: application/json: - schema: &654 + schema: &655 title: Repository Invitation description: Repository invitations let you manage who you collaborate with. @@ -96659,8 +96666,8 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/activity/watching#set-a-repository-subscription parameters: - - *364 - *365 + - *366 requestBody: required: false content: @@ -96686,7 +96693,7 @@ paths: description: Response content: application/json: - schema: *654 + schema: *655 examples: default: value: @@ -96713,8 +96720,8 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/activity/watching#delete-a-repository-subscription parameters: - - *364 - *365 + - *366 responses: '204': description: Response @@ -96734,8 +96741,8 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/repos/repos#list-repository-tags parameters: - - *364 - *365 + - *366 - *17 - *19 responses: @@ -96817,8 +96824,8 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/repos/tags#closing-down---list-tag-protection-states-for-a-repository parameters: - - *364 - *365 + - *366 responses: '200': description: Response @@ -96826,7 +96833,7 @@ paths: application/json: schema: type: array - items: &655 + items: &656 title: Tag protection description: Tag protection type: object @@ -96883,8 +96890,8 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/repos/tags#closing-down---create-a-tag-protection-state-for-a-repository parameters: - - *364 - *365 + - *366 requestBody: required: true content: @@ -96907,7 +96914,7 @@ paths: description: Response content: application/json: - schema: *655 + schema: *656 examples: default: value: @@ -96938,8 +96945,8 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/repos/tags#closing-down---delete-a-tag-protection-state-for-a-repository parameters: - - *364 - *365 + - *366 - name: tag_protection_id description: The unique identifier of the tag protection. in: path @@ -96976,8 +96983,8 @@ paths: url: https://docs.github.com/enterprise-cloud@latest//rest/repos/contents#download-a-repository-archive-tar operationId: repos/download-tarball-archive parameters: - - *364 - *365 + - *366 - name: ref in: path required: true @@ -97013,8 +97020,8 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/repos/repos#list-repository-teams parameters: - - *364 - *365 + - *366 - *17 - *19 responses: @@ -97026,7 +97033,7 @@ paths: type: array items: *220 examples: - default: *295 + default: *296 headers: Link: *37 '404': *6 @@ -97046,8 +97053,8 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/repos/repos#get-all-repository-topics parameters: - - *364 - *365 + - *366 - *19 - *17 responses: @@ -97055,7 +97062,7 @@ paths: description: Response content: application/json: - schema: &656 + schema: &657 title: Topic description: A topic aggregates entities that are related to a subject. type: object @@ -97067,7 +97074,7 @@ paths: required: - names examples: - default: &657 + default: &658 value: names: - octocat @@ -97090,8 +97097,8 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/repos/repos#replace-all-repository-topics parameters: - - *364 - *365 + - *366 requestBody: required: true content: @@ -97122,9 +97129,9 @@ paths: description: Response content: application/json: - schema: *656 + schema: *657 examples: - default: *657 + default: *658 '404': *6 '422': *7 x-github: @@ -97145,9 +97152,9 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/metrics/traffic#get-repository-clones parameters: - - *364 - *365 - - &658 + - *366 + - &659 name: per description: The time frame to display results for. in: query @@ -97178,7 +97185,7 @@ paths: - 128 clones: type: array - items: &659 + items: &660 title: Traffic type: object properties: @@ -97265,8 +97272,8 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/metrics/traffic#get-top-referral-paths parameters: - - *364 - *365 + - *366 responses: '200': description: Response @@ -97360,8 +97367,8 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/metrics/traffic#get-top-referral-sources parameters: - - *364 - *365 + - *366 responses: '200': description: Response @@ -97424,9 +97431,9 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/metrics/traffic#get-page-views parameters: - - *364 - *365 - - *658 + - *366 + - *659 responses: '200': description: Response @@ -97447,7 +97454,7 @@ paths: - 3782 views: type: array - items: *659 + items: *660 required: - uniques - count @@ -97524,8 +97531,8 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/repos/repos#transfer-a-repository parameters: - - *364 - *365 + - *366 requestBody: required: true content: @@ -97799,8 +97806,8 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/repos/repos#check-if-vulnerability-alerts-are-enabled-for-a-repository parameters: - - *364 - *365 + - *366 responses: '204': description: Response if repository is enabled with vulnerability alerts @@ -97823,8 +97830,8 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/repos/repos#enable-vulnerability-alerts parameters: - - *364 - *365 + - *366 responses: '204': description: Response @@ -97846,8 +97853,8 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/repos/repos#disable-vulnerability-alerts parameters: - - *364 - *365 + - *366 responses: '204': description: Response @@ -97873,8 +97880,8 @@ paths: url: https://docs.github.com/enterprise-cloud@latest//rest/repos/contents#download-a-repository-archive-zip operationId: repos/download-zipball-archive parameters: - - *364 - *365 + - *366 - name: ref in: path required: true @@ -97966,9 +97973,9 @@ paths: description: Response content: application/json: - schema: *377 + schema: *378 examples: - default: *379 + default: *380 headers: Location: example: https://api.github.com/repos/octocat/Hello-World @@ -98119,7 +98126,7 @@ paths: value: Engineering externalId: value: 8aa1a0c0-c4c3-4bc0-b4a5-2ef676900159 - - &667 + - &668 name: excludedAttributes description: Excludes the specified attribute from being returned in the results. Using this parameter can speed up response time. @@ -98129,7 +98136,7 @@ paths: type: string examples: - members - - &672 + - &673 name: startIndex description: 'Used for pagination: the starting index of the first result to return when paginating through values.' @@ -98141,7 +98148,7 @@ paths: format: int32 examples: - 1 - - &673 + - &674 name: count description: 'Used for pagination: the number of results to return per page.' in: query @@ -98185,7 +98192,7 @@ paths: Resources: type: array description: Information about each provisioned group. - items: &661 + items: &662 allOf: - type: object required: @@ -98267,7 +98274,7 @@ paths: - value: 0db508eb-91e2-46e4-809c-30dcbda0c685 "$+ref": https://api.github.localhost/scim/v2/Users/0db508eb-91e2-46e4-809c-30dcbda0c685 displayName: User 2 - meta: &674 + meta: &675 type: object description: The metadata associated with the creation/updates to the user. @@ -98332,31 +98339,31 @@ paths: location: https://api.github.localhost/scim/v2/Groups/24b28bbb-5fc4-4686-a153-a020debb1155 startIndex: 1 itemsPerPage: 20 - '400': &662 + '400': &663 description: Bad request content: application/json: - schema: *660 + schema: *661 application/scim+json: - schema: *660 - '401': &663 + schema: *661 + '401': &664 description: Authorization failure - '403': &664 + '403': &665 description: Permission denied - '429': &665 + '429': &666 description: Too many requests content: application/json: - schema: *660 + schema: *661 application/scim+json: - schema: *660 - '500': &666 + schema: *661 + '500': &667 description: Internal server error content: application/json: - schema: *660 + schema: *661 application/scim+json: - schema: *660 + schema: *661 x-github: enabledForGitHubApps: true githubCloudOnly: true @@ -98380,7 +98387,7 @@ paths: required: true content: application/json: - schema: &670 + schema: &671 type: object required: - schemas @@ -98440,9 +98447,9 @@ paths: description: Group has been created content: application/scim+json: - schema: *661 + schema: *662 examples: - group: &668 + group: &669 value: schemas: - urn:ietf:params:scim:schemas:core:2.0:Group @@ -98461,13 +98468,13 @@ paths: created: '2012-03-27T19:59:26.000Z' lastModified: '2018-03-27T19:59:26.000Z' location: https://api.github.localhost/scim/v2/Groups/24b28bbb-5fc4-4686-a153-a020debb1155 - '400': *662 - '401': *663 - '403': *664 - '409': &671 + '400': *663 + '401': *664 + '403': *665 + '409': &672 description: Duplicate record detected - '429': *665 - '500': *666 + '429': *666 + '500': *667 x-github: enabledForGitHubApps: true githubCloudOnly: true @@ -98484,7 +98491,7 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/enterprise-admin/scim#get-scim-provisioning-information-for-an-enterprise-group parameters: - - &669 + - &670 name: scim_group_id description: A unique identifier of the SCIM group. in: path @@ -98493,22 +98500,22 @@ paths: type: string examples: - 7fce0092-d52e-4f76-b727-3955bd72c939 - - *667 + - *668 - *38 responses: '200': description: Success, a group was found content: application/scim+json: - schema: *661 + schema: *662 examples: - default: *668 - '400': *662 - '401': *663 - '403': *664 + default: *669 + '400': *663 + '401': *664 + '403': *665 '404': *6 - '429': *665 - '500': *666 + '429': *666 + '500': *667 x-github: enabledForGitHubApps: true githubCloudOnly: true @@ -98527,13 +98534,13 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/enterprise-admin/scim#set-scim-information-for-a-provisioned-enterprise-group parameters: - - *669 + - *670 - *38 requestBody: required: true content: application/json: - schema: *670 + schema: *671 examples: group: summary: Group @@ -98559,17 +98566,17 @@ paths: description: Group was updated content: application/scim+json: - schema: *661 + schema: *662 examples: - group: *668 - groupWithMembers: *668 - '400': *662 - '401': *663 - '403': *664 + group: *669 + groupWithMembers: *669 + '400': *663 + '401': *664 + '403': *665 '404': *6 - '409': *671 - '429': *665 - '500': *666 + '409': *672 + '429': *666 + '500': *667 x-github: enabledForGitHubApps: true githubCloudOnly: true @@ -98593,13 +98600,13 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/enterprise-admin/scim#update-an-attribute-for-a-scim-enterprise-group parameters: - - *669 + - *670 - *38 requestBody: required: true content: application/json: - schema: &681 + schema: &682 type: object required: - Operations @@ -98659,17 +98666,17 @@ paths: description: Success, group was updated content: application/scim+json: - schema: *661 + schema: *662 examples: - updateGroup: *668 - addMembers: *668 - '400': *662 - '401': *663 - '403': *664 + updateGroup: *669 + addMembers: *669 + '400': *663 + '401': *664 + '403': *665 '404': *6 - '409': *671 - '429': *665 - '500': *666 + '409': *672 + '429': *666 + '500': *667 x-github: enabledForGitHubApps: true githubCloudOnly: true @@ -98685,17 +98692,17 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/enterprise-admin/scim#delete-a-scim-group-from-an-enterprise parameters: - - *669 + - *670 - *38 responses: '204': description: Group was deleted, no content - '400': *662 - '401': *663 - '403': *664 + '400': *663 + '401': *664 + '403': *665 '404': *6 - '429': *665 - '500': *666 + '429': *666 + '500': *667 x-github: enabledForGitHubApps: true githubCloudOnly: true @@ -98729,8 +98736,8 @@ paths: value: userName eq 'E012345' externalId: value: externalId eq 'E012345' - - *672 - *673 + - *674 - *38 responses: '200': @@ -98764,7 +98771,7 @@ paths: Resources: type: array description: Information about each provisioned account. - items: &676 + items: &677 allOf: - type: object required: @@ -98856,7 +98863,7 @@ paths: address. examples: - true - roles: &675 + roles: &676 type: array description: The roles assigned to the user. items: @@ -98915,7 +98922,7 @@ paths: type: string description: Provisioned SCIM groups that the user is a member of. - meta: *674 + meta: *675 startIndex: type: integer description: A starting index for the returned page @@ -98954,11 +98961,11 @@ paths: primary: false startIndex: 1 itemsPerPage: 20 - '400': *662 - '401': *663 - '403': *664 - '429': *665 - '500': *666 + '400': *663 + '401': *664 + '403': *665 + '429': *666 + '500': *667 x-github: enabledForGitHubApps: true githubCloudOnly: true @@ -98982,7 +98989,7 @@ paths: required: true content: application/json: - schema: &679 + schema: &680 type: object required: - schemas @@ -99075,9 +99082,9 @@ paths: description: Whether this email address is the primary address. examples: - true - roles: *675 + roles: *676 examples: - user: &680 + user: &681 summary: User value: schemas: @@ -99124,9 +99131,9 @@ paths: description: User has been created content: application/scim+json: - schema: *676 + schema: *677 examples: - user: &677 + user: &678 value: schemas: - urn:ietf:params:scim:schemas:core:2.0:User @@ -99152,13 +99159,13 @@ paths: created: '2012-03-27T19:59:26.000Z' lastModified: '2018-03-27T19:59:26.000Z' location: https://api.github.localhost/scim/v2/Users/7fce0092-d52e-4f76-b727-3955bd72c939 - enterpriseOwner: *677 - '400': *662 - '401': *663 - '403': *664 - '409': *671 - '429': *665 - '500': *666 + enterpriseOwner: *678 + '400': *663 + '401': *664 + '403': *665 + '409': *672 + '429': *666 + '500': *667 x-github: enabledForGitHubApps: true githubCloudOnly: true @@ -99175,7 +99182,7 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/enterprise-admin/scim#get-scim-provisioning-information-for-an-enterprise-user parameters: - - &678 + - &679 name: scim_user_id description: The unique identifier of the SCIM user. in: path @@ -99188,15 +99195,15 @@ paths: description: Success, a user was found content: application/scim+json: - schema: *676 + schema: *677 examples: - default: *677 - '400': *662 - '401': *663 - '403': *664 + default: *678 + '400': *663 + '401': *664 + '403': *665 '404': *6 - '429': *665 - '500': *666 + '429': *666 + '500': *667 x-github: enabledForGitHubApps: true githubCloudOnly: true @@ -99218,30 +99225,30 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/enterprise-admin/scim#set-scim-information-for-a-provisioned-enterprise-user parameters: - - *678 + - *679 - *38 requestBody: required: true content: application/json: - schema: *679 + schema: *680 examples: - user: *680 + user: *681 responses: '200': description: User was updated content: application/scim+json: - schema: *676 + schema: *677 examples: - user: *677 - '400': *662 - '401': *663 - '403': *664 + user: *678 + '400': *663 + '401': *664 + '403': *665 '404': *6 - '409': *671 - '429': *665 - '500': *666 + '409': *672 + '429': *666 + '500': *667 x-github: enabledForGitHubApps: true githubCloudOnly: true @@ -99276,13 +99283,13 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/enterprise-admin/scim#update-an-attribute-for-a-scim-enterprise-user parameters: - - *678 + - *679 - *38 requestBody: required: true content: application/json: - schema: *681 + schema: *682 examples: userMultiValuedProperties: summary: Multi Valued Property @@ -99322,18 +99329,18 @@ paths: description: Success, user was updated content: application/scim+json: - schema: *676 - examples: - userMultiValuedProperties: *677 - userSingleValuedProperties: *677 - disableUser: *677 - '400': *662 - '401': *663 - '403': *664 + schema: *677 + examples: + userMultiValuedProperties: *678 + userSingleValuedProperties: *678 + disableUser: *678 + '400': *663 + '401': *664 + '403': *665 '404': *6 - '409': *671 - '429': *665 - '500': *666 + '409': *672 + '429': *666 + '500': *667 x-github: enabledForGitHubApps: true githubCloudOnly: true @@ -99353,17 +99360,17 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/enterprise-admin/scim#delete-a-scim-user-from-an-enterprise parameters: - - *678 + - *679 - *38 responses: '204': description: User was deleted, no content - '400': *662 - '401': *663 - '403': *664 + '400': *663 + '401': *664 + '403': *665 '404': *6 - '429': *665 - '500': *666 + '429': *666 + '500': *667 x-github: enabledForGitHubApps: true githubCloudOnly: true @@ -99454,7 +99461,7 @@ paths: - 1 Resources: type: array - items: &682 + items: &683 title: SCIM /Users description: SCIM /Users provisioning endpoints type: object @@ -99701,22 +99708,22 @@ paths: lastModified: '2017-03-09T16:11:13-05:00' location: https://api.github.com/scim/v2/organizations/octo-org/Users/77563764-eb6-24-0598234-958243 '304': *35 - '404': &683 + '404': &684 description: Resource not found content: application/json: - schema: *660 + schema: *661 application/scim+json: - schema: *660 - '403': &684 + schema: *661 + '403': &685 description: Forbidden content: application/json: - schema: *660 + schema: *661 application/scim+json: - schema: *660 - '400': *662 - '429': *665 + schema: *661 + '400': *663 + '429': *666 x-github: githubCloudOnly: true enabledForGitHubApps: true @@ -99742,9 +99749,9 @@ paths: description: Response content: application/scim+json: - schema: *682 + schema: *683 examples: - default: &685 + default: &686 value: schemas: - urn:ietf:params:scim:schemas:core:2.0:User @@ -99767,17 +99774,17 @@ paths: lastModified: '2017-03-09T16:11:13-05:00' location: https://api.github.com/scim/v2/organizations/octo-org/Users/edefdfedf-050c-11e7-8d32 '304': *35 - '404': *683 - '403': *684 - '500': *666 + '404': *684 + '403': *685 + '500': *667 '409': description: Conflict content: application/json: - schema: *660 + schema: *661 application/scim+json: - schema: *660 - '400': *662 + schema: *661 + '400': *663 requestBody: required: true content: @@ -99877,17 +99884,17 @@ paths: url: https://docs.github.com/enterprise-cloud@latest//rest/scim/scim#get-scim-provisioning-information-for-a-user parameters: - *163 - - *678 + - *679 responses: '200': description: Response content: application/scim+json: - schema: *682 + schema: *683 examples: - default: *685 - '404': *683 - '403': *684 + default: *686 + '404': *684 + '403': *685 '304': *35 x-github: githubCloudOnly: true @@ -99911,18 +99918,18 @@ paths: url: https://docs.github.com/enterprise-cloud@latest//rest/scim/scim#update-a-provisioned-organization-membership parameters: - *163 - - *678 + - *679 responses: '200': description: Response content: application/scim+json: - schema: *682 + schema: *683 examples: - default: *685 + default: *686 '304': *35 - '404': *683 - '403': *684 + '404': *684 + '403': *685 requestBody: required: true content: @@ -100037,19 +100044,19 @@ paths: url: https://docs.github.com/enterprise-cloud@latest//rest/scim/scim#update-an-attribute-for-a-scim-user parameters: - *163 - - *678 + - *679 responses: '200': description: Response content: application/scim+json: - schema: *682 + schema: *683 examples: - default: *685 + default: *686 '304': *35 - '404': *683 - '403': *684 - '400': *662 + '404': *684 + '403': *685 + '400': *663 '429': description: Response content: @@ -100145,12 +100152,12 @@ paths: url: https://docs.github.com/enterprise-cloud@latest//rest/scim/scim#delete-a-scim-user-from-an-organization parameters: - *163 - - *678 + - *679 responses: '204': description: Response - '404': *683 - '403': *684 + '404': *684 + '403': *685 '304': *35 x-github: githubCloudOnly: true @@ -100284,7 +100291,7 @@ paths: examples: - 73..77 - 77..78 - text_matches: &686 + text_matches: &687 title: Search Result Text Matches type: array items: @@ -100448,7 +100455,7 @@ paths: enum: - author-date - committer-date - - &687 + - &688 name: order description: Determines whether the first search result returned is the highest number of matches (`desc`) or lowest number of matches (`asc`). This parameter @@ -100517,7 +100524,7 @@ paths: committer: anyOf: - type: 'null' - - *421 + - *422 comment_count: type: integer message: @@ -100536,7 +100543,7 @@ paths: url: type: string format: uri - verification: *534 + verification: *535 required: - author - committer @@ -100551,7 +100558,7 @@ paths: committer: anyOf: - type: 'null' - - *421 + - *422 parents: type: array items: @@ -100568,7 +100575,7 @@ paths: type: number node_id: type: string - text_matches: *686 + text_matches: *687 required: - sha - node_id @@ -100751,7 +100758,7 @@ paths: - interactions - created - updated - - *687 + - *688 - *17 - *19 - name: advanced_search @@ -100875,7 +100882,7 @@ paths: milestone: anyOf: - type: 'null' - - *486 + - *487 comments: type: integer created_at: @@ -100889,7 +100896,7 @@ paths: - string - 'null' format: date-time - text_matches: *686 + text_matches: *687 pull_request: type: object properties: @@ -100938,7 +100945,7 @@ paths: timeline_url: type: string format: uri - type: *279 + type: *280 performed_via_github_app: anyOf: - type: 'null' @@ -101115,7 +101122,7 @@ paths: enum: - created - updated - - *687 + - *688 - *17 - *19 responses: @@ -101160,7 +101167,7 @@ paths: - 'null' score: type: number - text_matches: *686 + text_matches: *687 required: - id - node_id @@ -101246,7 +101253,7 @@ paths: - forks - help-wanted-issues - updated - - *687 + - *688 - *17 - *19 responses: @@ -101483,7 +101490,7 @@ paths: - admin - pull - push - text_matches: *686 + text_matches: *687 temp_clone_token: type: string allow_merge_commit: @@ -101792,7 +101799,7 @@ paths: - string - 'null' format: uri - text_matches: *686 + text_matches: *687 related: type: - array @@ -101987,7 +101994,7 @@ paths: - followers - repositories - joined - - *687 + - *688 - *17 - *19 responses: @@ -102097,7 +102104,7 @@ paths: type: - boolean - 'null' - text_matches: *686 + text_matches: *687 blog: type: - string @@ -102179,7 +102186,7 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/teams/teams#get-a-team-legacy parameters: - - &688 + - &689 name: team_id description: The unique identifier of the team. in: path @@ -102191,9 +102198,9 @@ paths: description: Response content: application/json: - schema: *345 + schema: *346 examples: - default: *346 + default: *347 '404': *6 x-github: githubCloudOnly: false @@ -102220,7 +102227,7 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/teams/teams#update-a-team-legacy parameters: - - *688 + - *689 requestBody: required: true content: @@ -102284,16 +102291,16 @@ paths: description: Response when the updated information already exists content: application/json: - schema: *345 + schema: *346 examples: - default: *346 + default: *347 '201': description: Response content: application/json: - schema: *345 + schema: *346 examples: - default: *346 + default: *347 '404': *6 '422': *15 '403': *27 @@ -102321,7 +102328,7 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/teams/teams#delete-a-team-legacy parameters: - - *688 + - *689 responses: '204': description: Response @@ -102352,7 +102359,7 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/teams/discussions#list-discussions-legacy parameters: - - *688 + - *689 - *84 - *17 - *19 @@ -102363,9 +102370,9 @@ paths: application/json: schema: type: array - items: *347 + items: *348 examples: - default: *689 + default: *690 headers: Link: *37 x-github: @@ -102394,7 +102401,7 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/teams/discussions#create-a-discussion-legacy parameters: - - *688 + - *689 requestBody: required: true content: @@ -102428,9 +102435,9 @@ paths: description: Response content: application/json: - schema: *347 + schema: *348 examples: - default: *348 + default: *349 x-github: triggersNotification: true githubCloudOnly: false @@ -102457,16 +102464,16 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/teams/discussions#get-a-discussion-legacy parameters: - - *688 - - *349 + - *689 + - *350 responses: '200': description: Response content: application/json: - schema: *347 + schema: *348 examples: - default: *348 + default: *349 x-github: githubCloudOnly: false enabledForGitHubApps: true @@ -102491,8 +102498,8 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/teams/discussions#update-a-discussion-legacy parameters: - - *688 - - *349 + - *689 + - *350 requestBody: required: false content: @@ -102515,9 +102522,9 @@ paths: description: Response content: application/json: - schema: *347 + schema: *348 examples: - default: *690 + default: *691 x-github: githubCloudOnly: false enabledForGitHubApps: true @@ -102542,8 +102549,8 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/teams/discussions#delete-a-discussion-legacy parameters: - - *688 - - *349 + - *689 + - *350 responses: '204': description: Response @@ -102572,8 +102579,8 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/teams/discussion-comments#list-discussion-comments-legacy parameters: - - *688 - - *349 + - *689 + - *350 - *84 - *17 - *19 @@ -102584,9 +102591,9 @@ paths: application/json: schema: type: array - items: *350 + items: *351 examples: - default: *691 + default: *692 headers: Link: *37 x-github: @@ -102615,8 +102622,8 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/teams/discussion-comments#create-a-discussion-comment-legacy parameters: - - *688 - - *349 + - *689 + - *350 requestBody: required: true content: @@ -102638,9 +102645,9 @@ paths: description: Response content: application/json: - schema: *350 + schema: *351 examples: - default: *351 + default: *352 x-github: triggersNotification: true githubCloudOnly: false @@ -102667,17 +102674,17 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/teams/discussion-comments#get-a-discussion-comment-legacy parameters: - - *688 - - *349 - - *352 + - *689 + - *350 + - *353 responses: '200': description: Response content: application/json: - schema: *350 + schema: *351 examples: - default: *351 + default: *352 x-github: githubCloudOnly: false enabledForGitHubApps: true @@ -102702,9 +102709,9 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/teams/discussion-comments#update-a-discussion-comment-legacy parameters: - - *688 - - *349 - - *352 + - *689 + - *350 + - *353 requestBody: required: true content: @@ -102726,9 +102733,9 @@ paths: description: Response content: application/json: - schema: *350 + schema: *351 examples: - default: *692 + default: *693 x-github: githubCloudOnly: false enabledForGitHubApps: true @@ -102753,9 +102760,9 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/teams/discussion-comments#delete-a-discussion-comment-legacy parameters: - - *688 - - *349 - - *352 + - *689 + - *350 + - *353 responses: '204': description: Response @@ -102784,9 +102791,9 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/reactions/reactions#list-reactions-for-a-team-discussion-comment-legacy parameters: - - *688 - - *349 - - *352 + - *689 + - *350 + - *353 - name: content description: Returns a single [reaction type](https://docs.github.com/enterprise-cloud@latest//rest/reactions/reactions#about-reactions). Omit this parameter to list all reactions to a team discussion comment. @@ -102812,9 +102819,9 @@ paths: application/json: schema: type: array - items: *353 + items: *354 examples: - default: *355 + default: *356 headers: Link: *37 x-github: @@ -102843,9 +102850,9 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/reactions/reactions#create-reaction-for-a-team-discussion-comment-legacy parameters: - - *688 - - *349 - - *352 + - *689 + - *350 + - *353 requestBody: required: true content: @@ -102877,9 +102884,9 @@ paths: description: Response content: application/json: - schema: *353 + schema: *354 examples: - default: *354 + default: *355 x-github: githubCloudOnly: false enabledForGitHubApps: true @@ -102905,8 +102912,8 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/reactions/reactions#list-reactions-for-a-team-discussion-legacy parameters: - - *688 - - *349 + - *689 + - *350 - name: content description: Returns a single [reaction type](https://docs.github.com/enterprise-cloud@latest//rest/reactions/reactions#about-reactions). Omit this parameter to list all reactions to a team discussion. @@ -102932,9 +102939,9 @@ paths: application/json: schema: type: array - items: *353 + items: *354 examples: - default: *355 + default: *356 headers: Link: *37 x-github: @@ -102963,8 +102970,8 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/reactions/reactions#create-reaction-for-a-team-discussion-legacy parameters: - - *688 - - *349 + - *689 + - *350 requestBody: required: true content: @@ -102996,9 +103003,9 @@ paths: description: Response content: application/json: - schema: *353 + schema: *354 examples: - default: *354 + default: *355 x-github: githubCloudOnly: false enabledForGitHubApps: false @@ -103022,7 +103029,7 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/teams/members#list-pending-team-invitations-legacy parameters: - - *688 + - *689 - *17 - *19 responses: @@ -103032,9 +103039,9 @@ paths: application/json: schema: type: array - items: *276 + items: *277 examples: - default: *277 + default: *278 headers: Link: *37 x-github: @@ -103060,7 +103067,7 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/teams/members#list-team-members-legacy parameters: - - *688 + - *689 - name: role description: Filters members returned by their role in the team. in: query @@ -103083,7 +103090,7 @@ paths: type: array items: *4 examples: - default: *284 + default: *285 headers: Link: *37 '404': *6 @@ -103111,7 +103118,7 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/teams/members#get-team-member-legacy parameters: - - *688 + - *689 - *211 responses: '204': @@ -103148,7 +103155,7 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/teams/members#add-team-member-legacy parameters: - - *688 + - *689 - *211 responses: '204': @@ -103188,7 +103195,7 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/teams/members#remove-team-member-legacy parameters: - - *688 + - *689 - *211 responses: '204': @@ -103225,16 +103232,16 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/teams/members#get-team-membership-for-a-user-legacy parameters: - - *688 + - *689 - *211 responses: '200': description: Response content: application/json: - schema: *361 + schema: *362 examples: - response-if-user-is-a-team-maintainer: *693 + response-if-user-is-a-team-maintainer: *694 '404': *6 x-github: githubCloudOnly: false @@ -103267,7 +103274,7 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/teams/members#add-or-update-team-membership-for-a-user-legacy parameters: - - *688 + - *689 - *211 requestBody: required: false @@ -103293,9 +103300,9 @@ paths: description: Response content: application/json: - schema: *361 + schema: *362 examples: - response-if-users-membership-with-team-is-now-pending: *694 + response-if-users-membership-with-team-is-now-pending: *695 '403': description: Forbidden if team synchronization is set up '422': @@ -103329,7 +103336,7 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/teams/members#remove-team-membership-for-a-user-legacy parameters: - - *688 + - *689 - *211 responses: '204': @@ -103358,7 +103365,7 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/teams/teams#list-team-projects-legacy parameters: - - *688 + - *689 - *17 - *19 responses: @@ -103368,9 +103375,9 @@ paths: application/json: schema: type: array - items: *362 + items: *363 examples: - default: *695 + default: *696 headers: Link: *37 '404': *6 @@ -103396,16 +103403,16 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/teams/teams#check-team-permissions-for-a-project-legacy parameters: - - *688 - - *363 + - *689 + - *364 responses: '200': description: Response content: application/json: - schema: *362 + schema: *363 examples: - default: *696 + default: *697 '404': description: Not Found if project is not managed by this team x-github: @@ -103429,8 +103436,8 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/teams/teams#add-or-update-team-project-permissions-legacy parameters: - - *688 - - *363 + - *689 + - *364 requestBody: required: false content: @@ -103497,8 +103504,8 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/teams/teams#remove-a-project-from-a-team-legacy parameters: - - *688 - - *363 + - *689 + - *364 responses: '204': description: Response @@ -103525,7 +103532,7 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/teams/teams#list-team-repositories-legacy parameters: - - *688 + - *689 - *17 - *19 responses: @@ -103537,7 +103544,7 @@ paths: type: array items: *189 examples: - default: *302 + default: *303 headers: Link: *37 '404': *6 @@ -103567,15 +103574,15 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/teams/teams#check-team-permissions-for-a-repository-legacy parameters: - - *688 - - *364 + - *689 - *365 + - *366 responses: '200': description: Alternative response with extra repository information content: application/json: - schema: *697 + schema: *698 examples: alternative-response-with-extra-repository-information: value: @@ -103726,9 +103733,9 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/teams/teams#add-or-update-team-repository-permissions-legacy parameters: - - *688 - - *364 + - *689 - *365 + - *366 requestBody: required: false content: @@ -103778,9 +103785,9 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/teams/teams#remove-a-repository-from-a-team-legacy parameters: - - *688 - - *364 + - *689 - *365 + - *366 responses: '204': description: Response @@ -103809,15 +103816,15 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/teams/team-sync#list-idp-groups-for-a-team-legacy parameters: - - *688 + - *689 responses: '200': description: Response content: application/json: - schema: *366 + schema: *367 examples: - default: *367 + default: *368 '403': *27 '404': *6 x-github: @@ -103844,7 +103851,7 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/teams/team-sync#create-or-update-idp-group-connections-legacy parameters: - - *688 + - *689 requestBody: required: true content: @@ -103905,7 +103912,7 @@ paths: description: Response content: application/json: - schema: *366 + schema: *367 examples: default: value: @@ -103936,7 +103943,7 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/teams/teams#list-child-teams-legacy parameters: - - *688 + - *689 - *17 - *19 responses: @@ -103948,7 +103955,7 @@ paths: type: array items: *220 examples: - response-if-child-teams-exist: *698 + response-if-child-teams-exist: *699 headers: Link: *37 '404': *6 @@ -103981,7 +103988,7 @@ paths: application/json: schema: oneOf: - - &700 + - &701 title: Private User description: Private User type: object @@ -104231,7 +104238,7 @@ paths: - private_gists - total_private_repos - two_factor_authentication - - *699 + - *700 examples: response-with-public-and-private-profile-information: summary: Response with public and private profile information @@ -104391,7 +104398,7 @@ paths: description: Response content: application/json: - schema: *700 + schema: *701 examples: default: value: @@ -104470,7 +104477,7 @@ paths: type: array items: *4 examples: - default: *284 + default: *285 '304': *35 '404': *6 '403': *27 @@ -104594,9 +104601,9 @@ paths: type: integer codespaces: type: array - items: *285 + items: *286 examples: - default: *286 + default: *287 '304': *35 '500': *95 '401': *23 @@ -104735,17 +104742,17 @@ paths: description: Response when the codespace was successfully created content: application/json: - schema: *285 + schema: *286 examples: - default: *473 + default: *474 '202': description: Response when the codespace creation partially failed but is being retried in the background content: application/json: - schema: *285 + schema: *286 examples: - default: *473 + default: *474 '401': *23 '403': *27 '404': *6 @@ -104789,7 +104796,7 @@ paths: type: integer secrets: type: array - items: &701 + items: &702 title: Codespaces Secret description: Secrets for a GitHub Codespace. type: object @@ -104831,7 +104838,7 @@ paths: - visibility - selected_repositories_url examples: - default: *475 + default: *476 headers: Link: *37 x-github: @@ -104909,7 +104916,7 @@ paths: description: Response content: application/json: - schema: *701 + schema: *702 examples: default: value: @@ -105055,7 +105062,7 @@ paths: type: array items: *189 examples: - default: *702 + default: *703 '401': *23 '403': *27 '404': *6 @@ -105199,15 +105206,15 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/codespaces/codespaces#get-a-codespace-for-the-authenticated-user parameters: - - *287 + - *288 responses: '200': description: Response content: application/json: - schema: *285 + schema: *286 examples: - default: *473 + default: *474 '304': *35 '500': *95 '401': *23 @@ -105233,7 +105240,7 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/codespaces/codespaces#update-a-codespace-for-the-authenticated-user parameters: - - *287 + - *288 requestBody: required: false content: @@ -105263,9 +105270,9 @@ paths: description: Response content: application/json: - schema: *285 + schema: *286 examples: - default: *473 + default: *474 '401': *23 '403': *27 '404': *6 @@ -105287,7 +105294,7 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/codespaces/codespaces#delete-a-codespace-for-the-authenticated-user parameters: - - *287 + - *288 responses: '202': *93 '304': *35 @@ -105316,13 +105323,13 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/codespaces/codespaces#export-a-codespace-for-the-authenticated-user parameters: - - *287 + - *288 responses: '202': description: Response content: application/json: - schema: &703 + schema: &704 type: object title: Fetches information about an export of a codespace. description: An export of a codespace. Also, latest export details @@ -105375,7 +105382,7 @@ paths: examples: - https://github.com/octocat/hello-world/tree/:branch examples: - default: &704 + default: &705 value: state: succeeded completed_at: '2022-01-01T14:59:22Z' @@ -105407,7 +105414,7 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/codespaces/codespaces#get-details-about-a-codespace-export parameters: - - *287 + - *288 - name: export_id in: path required: true @@ -105420,9 +105427,9 @@ paths: description: Response content: application/json: - schema: *703 + schema: *704 examples: - default: *704 + default: *705 '404': *6 x-github: githubCloudOnly: false @@ -105443,7 +105450,7 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/codespaces/machines#list-machine-types-for-a-codespace parameters: - - *287 + - *288 responses: '200': description: Response @@ -105459,9 +105466,9 @@ paths: type: integer machines: type: array - items: *474 + items: *475 examples: - default: *705 + default: *706 '304': *35 '500': *95 '401': *23 @@ -105490,7 +105497,7 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/codespaces/codespaces#create-a-repository-from-an-unpublished-codespace parameters: - - *287 + - *288 requestBody: required: true content: @@ -105546,11 +105553,11 @@ paths: - 26a7c758-7299-4a73-b978-5a92a7ae98a0 owner: *4 billable_owner: *4 - repository: *377 + repository: *378 machine: anyOf: - type: 'null' - - *474 + - *475 devcontainer_path: description: Path to devcontainer.json from repo root used to create Codespace. @@ -106347,15 +106354,15 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/codespaces/codespaces#start-a-codespace-for-the-authenticated-user parameters: - - *287 + - *288 responses: '200': description: Response content: application/json: - schema: *285 + schema: *286 examples: - default: *473 + default: *474 '304': *35 '500': *95 '400': *14 @@ -106387,15 +106394,15 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/codespaces/codespaces#stop-a-codespace-for-the-authenticated-user parameters: - - *287 + - *288 responses: '200': description: Response content: application/json: - schema: *285 + schema: *286 examples: - default: *473 + default: *474 '500': *95 '401': *23 '403': *27 @@ -106425,9 +106432,9 @@ paths: application/json: schema: type: array - items: *296 + items: *297 examples: - default: &718 + default: &719 value: - id: 197 name: hello_docker @@ -106528,7 +106535,7 @@ paths: application/json: schema: type: array - items: &706 + items: &707 title: Email description: Email type: object @@ -106598,9 +106605,9 @@ paths: application/json: schema: type: array - items: *706 + items: *707 examples: - default: &720 + default: &721 value: - email: octocat@github.com verified: true @@ -106677,7 +106684,7 @@ paths: application/json: schema: type: array - items: *706 + items: *707 examples: default: value: @@ -106789,7 +106796,7 @@ paths: type: array items: *4 examples: - default: *284 + default: *285 headers: Link: *37 '304': *35 @@ -106822,7 +106829,7 @@ paths: type: array items: *4 examples: - default: *284 + default: *285 headers: Link: *37 '304': *35 @@ -106935,7 +106942,7 @@ paths: application/json: schema: type: array - items: &707 + items: &708 title: GPG Key description: A unique encryption key type: object @@ -107080,7 +107087,7 @@ paths: - subkeys - revoked examples: - default: &731 + default: &732 value: - id: 3 name: Octocat's GPG Key @@ -107165,9 +107172,9 @@ paths: description: Response content: application/json: - schema: *707 + schema: *708 examples: - default: &708 + default: &709 value: id: 3 name: Octocat's GPG Key @@ -107224,7 +107231,7 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/users/gpg-keys#get-a-gpg-key-for-the-authenticated-user parameters: - - &709 + - &710 name: gpg_key_id description: The unique identifier of the GPG key. in: path @@ -107236,9 +107243,9 @@ paths: description: Response content: application/json: - schema: *707 + schema: *708 examples: - default: *708 + default: *709 '404': *6 '304': *35 '403': *27 @@ -107261,7 +107268,7 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/users/gpg-keys#delete-a-gpg-key-for-the-authenticated-user parameters: - - *709 + - *710 responses: '204': description: Response @@ -107452,7 +107459,7 @@ paths: type: array items: *61 examples: - default: *710 + default: *711 headers: Link: *37 '404': *6 @@ -107537,12 +107544,12 @@ paths: application/json: schema: anyOf: - - *274 + - *275 - type: object properties: {} additionalProperties: false examples: - default: *275 + default: *276 '204': description: Response when there are no restrictions x-github: @@ -107566,7 +107573,7 @@ paths: required: true content: application/json: - schema: *545 + schema: *546 examples: default: value: @@ -107577,7 +107584,7 @@ paths: description: Response content: application/json: - schema: *274 + schema: *275 examples: default: value: @@ -107658,7 +107665,7 @@ paths: - closed - all default: open - - *282 + - *283 - name: sort description: What to sort results by. in: query @@ -107683,7 +107690,7 @@ paths: type: array items: *147 examples: - default: *283 + default: *284 headers: Link: *37 '404': *6 @@ -107716,7 +107723,7 @@ paths: application/json: schema: type: array - items: &711 + items: &712 title: Key description: Key type: object @@ -107814,9 +107821,9 @@ paths: description: Response content: application/json: - schema: *711 + schema: *712 examples: - default: &712 + default: &713 value: key: 2Sg8iYjAxxmI2LvUXpJjkYrMxURPc8r+dB7TJyvv1234 id: 2 @@ -107849,15 +107856,15 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/users/keys#get-a-public-ssh-key-for-the-authenticated-user parameters: - - *572 + - *573 responses: '200': description: Response content: application/json: - schema: *711 + schema: *712 examples: - default: *712 + default: *713 '404': *6 '304': *35 '403': *27 @@ -107880,7 +107887,7 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/users/keys#delete-a-public-ssh-key-for-the-authenticated-user parameters: - - *572 + - *573 responses: '204': description: Response @@ -107913,7 +107920,7 @@ paths: application/json: schema: type: array - items: &713 + items: &714 title: User Marketplace Purchase description: User Marketplace Purchase type: object @@ -107992,7 +107999,7 @@ paths: - account - plan examples: - default: &714 + default: &715 value: - billing_cycle: monthly next_billing_date: '2017-11-11T00:00:00Z' @@ -108054,9 +108061,9 @@ paths: application/json: schema: type: array - items: *713 + items: *714 examples: - default: *714 + default: *715 headers: Link: *37 '304': *35 @@ -108096,7 +108103,7 @@ paths: application/json: schema: type: array - items: *288 + items: *289 examples: default: value: @@ -108204,7 +108211,7 @@ paths: description: Response content: application/json: - schema: *288 + schema: *289 examples: default: value: @@ -108287,7 +108294,7 @@ paths: description: Response content: application/json: - schema: *288 + schema: *289 examples: default: value: @@ -108355,7 +108362,7 @@ paths: application/json: schema: type: array - items: *290 + items: *291 examples: default: value: @@ -108617,7 +108624,7 @@ paths: description: Response content: application/json: - schema: *290 + schema: *291 examples: default: value: @@ -108797,7 +108804,7 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/migrations/users#get-a-user-migration-status parameters: - - *291 + - *292 - name: exclude in: query required: false @@ -108810,7 +108817,7 @@ paths: description: Response content: application/json: - schema: *290 + schema: *291 examples: default: value: @@ -109004,7 +109011,7 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/migrations/users#download-a-user-migration-archive parameters: - - *291 + - *292 responses: '302': description: Response @@ -109030,7 +109037,7 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/migrations/users#delete-a-user-migration-archive parameters: - - *291 + - *292 responses: '204': description: Response @@ -109059,8 +109066,8 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/migrations/users#unlock-a-user-repository parameters: - - *291 - - *715 + - *292 + - *716 responses: '204': description: Response @@ -109084,7 +109091,7 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/migrations/users#list-repositories-for-a-user-migration parameters: - - *291 + - *292 - *17 - *19 responses: @@ -109096,7 +109103,7 @@ paths: type: array items: *189 examples: - default: *302 + default: *303 headers: Link: *37 '404': *6 @@ -109133,7 +109140,7 @@ paths: type: array items: *56 examples: - default: *716 + default: *717 headers: Link: *37 '304': *35 @@ -109175,7 +109182,7 @@ paths: - docker - nuget - container - - *717 + - *718 - *19 - *17 responses: @@ -109185,10 +109192,10 @@ paths: application/json: schema: type: array - items: *296 + items: *297 examples: - default: *718 - '400': *719 + default: *719 + '400': *720 x-github: githubCloudOnly: false enabledForGitHubApps: false @@ -109208,16 +109215,16 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/packages/packages#get-a-package-for-the-authenticated-user parameters: - - *298 - *299 + - *300 responses: '200': description: Response content: application/json: - schema: *296 + schema: *297 examples: - default: &732 + default: &733 value: id: 40201 name: octo-name @@ -109330,8 +109337,8 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/packages/packages#delete-a-package-for-the-authenticated-user parameters: - - *298 - *299 + - *300 responses: '204': description: Response @@ -109361,8 +109368,8 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/packages/packages#restore-a-package-for-the-authenticated-user parameters: - - *298 - *299 + - *300 - name: token description: package token schema: @@ -109394,8 +109401,8 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/packages/packages#list-package-versions-for-a-package-owned-by-the-authenticated-user parameters: - - *298 - *299 + - *300 - *19 - *17 - name: state @@ -109415,7 +109422,7 @@ paths: application/json: schema: type: array - items: *300 + items: *301 examples: default: value: @@ -109464,15 +109471,15 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/packages/packages#get-a-package-version-for-the-authenticated-user parameters: - - *298 - *299 - - *301 + - *300 + - *302 responses: '200': description: Response content: application/json: - schema: *300 + schema: *301 examples: default: value: @@ -109508,9 +109515,9 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/packages/packages#delete-a-package-version-for-the-authenticated-user parameters: - - *298 - *299 - - *301 + - *300 + - *302 responses: '204': description: Response @@ -109540,9 +109547,9 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/packages/packages#restore-a-package-version-for-the-authenticated-user parameters: - - *298 - *299 - - *301 + - *300 + - *302 responses: '204': description: Response @@ -109600,7 +109607,7 @@ paths: description: Response content: application/json: - schema: *312 + schema: *313 examples: default: value: @@ -109672,9 +109679,9 @@ paths: application/json: schema: type: array - items: *706 + items: *707 examples: - default: *720 + default: *721 headers: Link: *37 '304': *35 @@ -109787,7 +109794,7 @@ paths: type: array items: *61 examples: - default: &727 + default: &728 summary: Default response value: - id: 1296269 @@ -110105,9 +110112,9 @@ paths: description: Response content: application/json: - schema: *377 + schema: *378 examples: - default: *379 + default: *380 headers: Location: example: https://api.github.com/repos/octocat/Hello-World @@ -110145,9 +110152,9 @@ paths: application/json: schema: type: array - items: *547 + items: *548 examples: - default: *721 + default: *722 headers: Link: *37 '304': *35 @@ -110170,7 +110177,7 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/collaborators/invitations#accept-a-repository-invitation parameters: - - *278 + - *279 responses: '204': description: Response @@ -110193,7 +110200,7 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/collaborators/invitations#decline-a-repository-invitation parameters: - - *278 + - *279 responses: '204': description: Response @@ -110226,7 +110233,7 @@ paths: application/json: schema: type: array - items: &722 + items: &723 title: Social account description: Social media account type: object @@ -110243,7 +110250,7 @@ paths: - provider - url examples: - default: &723 + default: &724 value: - provider: twitter url: https://twitter.com/github @@ -110306,9 +110313,9 @@ paths: application/json: schema: type: array - items: *722 + items: *723 examples: - default: *723 + default: *724 '422': *15 '304': *35 '404': *6 @@ -110396,7 +110403,7 @@ paths: application/json: schema: type: array - items: &724 + items: &725 title: SSH Signing Key description: A public SSH key used to sign Git commits type: object @@ -110416,7 +110423,7 @@ paths: - title - created_at examples: - default: &733 + default: &734 value: - key: 2Sg8iYjAxxmI2LvUXpJjkYrMxURPc8r+dB7TJyvv1234 id: 2 @@ -110483,9 +110490,9 @@ paths: description: Response content: application/json: - schema: *724 + schema: *725 examples: - default: &725 + default: &726 value: key: 2Sg8iYjAxxmI2LvUXpJjkYrMxURPc8r+dB7TJyvv1234 id: 2 @@ -110516,7 +110523,7 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/users/ssh-signing-keys#get-an-ssh-signing-key-for-the-authenticated-user parameters: - - &726 + - &727 name: ssh_signing_key_id description: The unique identifier of the SSH signing key. in: path @@ -110528,9 +110535,9 @@ paths: description: Response content: application/json: - schema: *724 + schema: *725 examples: - default: *725 + default: *726 '404': *6 '304': *35 '403': *27 @@ -110553,7 +110560,7 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/users/ssh-signing-keys#delete-an-ssh-signing-key-for-the-authenticated-user parameters: - - *726 + - *727 responses: '204': description: Response @@ -110582,7 +110589,7 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/activity/starring#list-repositories-starred-by-the-authenticated-user parameters: - - &734 + - &735 name: sort description: The property to sort the results by. `created` means when the repository was starred. `updated` means when the repository was last pushed @@ -110607,11 +110614,11 @@ paths: type: array items: *61 examples: - default-response: *727 + default-response: *728 application/vnd.github.v3.star+json: schema: type: array - items: &735 + items: &736 title: Starred Repository description: Starred Repository type: object @@ -110767,8 +110774,8 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/activity/starring#check-if-a-repository-is-starred-by-the-authenticated-user parameters: - - *364 - *365 + - *366 responses: '204': description: Response if this repository is starred by you @@ -110796,8 +110803,8 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/activity/starring#star-a-repository-for-the-authenticated-user parameters: - - *364 - *365 + - *366 responses: '204': description: Response @@ -110821,8 +110828,8 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/activity/starring#unstar-a-repository-for-the-authenticated-user parameters: - - *364 - *365 + - *366 responses: '204': description: Response @@ -110857,7 +110864,7 @@ paths: type: array items: *189 examples: - default: *302 + default: *303 headers: Link: *37 '304': *35 @@ -110894,7 +110901,7 @@ paths: application/json: schema: type: array - items: *345 + items: *346 examples: default: value: @@ -110980,10 +110987,10 @@ paths: application/json: schema: oneOf: + - *701 - *700 - - *699 examples: - default-response: &729 + default-response: &730 summary: Default response value: login: octocat @@ -111018,7 +111025,7 @@ paths: following: 0 created_at: '2008-01-14T04:33:35Z' updated_at: '2008-01-14T04:33:35Z' - response-with-git-hub-plan-information: &730 + response-with-git-hub-plan-information: &731 summary: Response with GitHub plan information value: login: octocat @@ -111078,7 +111085,7 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/users/users#list-users parameters: - - *728 + - *729 - *17 responses: '200': @@ -111089,7 +111096,7 @@ paths: type: array items: *4 examples: - default: *284 + default: *285 headers: Link: example: ; rel="next" @@ -111127,11 +111134,11 @@ paths: application/json: schema: oneOf: + - *701 - *700 - - *699 examples: - default-response: *729 - response-with-git-hub-plan-information: *730 + default-response: *730 + response-with-git-hub-plan-information: *731 '404': *6 x-github: githubCloudOnly: false @@ -111207,7 +111214,7 @@ paths: bundle_url: type: string examples: - default: *417 + default: *418 '201': description: Response content: @@ -111246,9 +111253,9 @@ paths: application/json: schema: type: array - items: *296 + items: *297 examples: - default: *718 + default: *719 '403': *27 '401': *23 x-github: @@ -111531,7 +111538,7 @@ paths: type: array items: *4 examples: - default: *284 + default: *285 headers: Link: *37 x-github: @@ -111562,7 +111569,7 @@ paths: type: array items: *4 examples: - default: *284 + default: *285 headers: Link: *37 x-github: @@ -111652,9 +111659,9 @@ paths: application/json: schema: type: array - items: *707 + items: *708 examples: - default: *731 + default: *732 headers: Link: *37 x-github: @@ -111758,7 +111765,7 @@ paths: application/json: schema: *20 examples: - default: *544 + default: *545 x-github: githubCloudOnly: false enabledForGitHubApps: false @@ -111836,7 +111843,7 @@ paths: type: array items: *56 examples: - default: *716 + default: *717 headers: Link: *37 x-github: @@ -111875,7 +111882,7 @@ paths: - docker - nuget - container - - *717 + - *718 - *211 - *19 - *17 @@ -111886,12 +111893,12 @@ paths: application/json: schema: type: array - items: *296 + items: *297 examples: - default: *718 + default: *719 '403': *27 '401': *23 - '400': *719 + '400': *720 x-github: githubCloudOnly: false enabledForGitHubApps: false @@ -111911,17 +111918,17 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/packages/packages#get-a-package-for-a-user parameters: - - *298 - *299 + - *300 - *211 responses: '200': description: Response content: application/json: - schema: *296 + schema: *297 examples: - default: *732 + default: *733 x-github: githubCloudOnly: false enabledForGitHubApps: false @@ -111942,8 +111949,8 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/packages/packages#delete-a-package-for-a-user parameters: - - *298 - *299 + - *300 - *211 responses: '204': @@ -111976,8 +111983,8 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/packages/packages#restore-a-package-for-a-user parameters: - - *298 - *299 + - *300 - *211 - name: token description: package token @@ -112010,8 +112017,8 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/packages/packages#list-package-versions-for-a-package-owned-by-a-user parameters: - - *298 - *299 + - *300 - *211 responses: '200': @@ -112020,7 +112027,7 @@ paths: application/json: schema: type: array - items: *300 + items: *301 examples: default: value: @@ -112078,16 +112085,16 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/packages/packages#get-a-package-version-for-a-user parameters: - - *298 - *299 - - *301 + - *300 + - *302 - *211 responses: '200': description: Response content: application/json: - schema: *300 + schema: *301 examples: default: value: @@ -112122,10 +112129,10 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/packages/packages#delete-package-version-for-a-user parameters: - - *298 - *299 + - *300 - *211 - - *301 + - *302 responses: '204': description: Response @@ -112157,10 +112164,10 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/packages/packages#restore-package-version-for-a-user parameters: - - *298 - *299 + - *300 - *211 - - *301 + - *302 responses: '204': description: Response @@ -112207,7 +112214,7 @@ paths: application/json: schema: type: array - items: *312 + items: *313 examples: default: value: @@ -112490,7 +112497,7 @@ paths: type: array items: *189 examples: - default: *302 + default: *303 headers: Link: *37 x-github: @@ -112520,9 +112527,9 @@ paths: description: Response content: application/json: - schema: *332 + schema: *333 examples: - default: *333 + default: *334 x-github: githubCloudOnly: false enabledForGitHubApps: false @@ -112550,9 +112557,9 @@ paths: description: Response content: application/json: - schema: *337 + schema: *338 examples: - default: *338 + default: *339 x-github: githubCloudOnly: false enabledForGitHubApps: false @@ -112580,9 +112587,9 @@ paths: description: Response content: application/json: - schema: *339 + schema: *340 examples: - default: *340 + default: *341 x-github: githubCloudOnly: false enabledForGitHubApps: false @@ -112610,9 +112617,9 @@ paths: application/json: schema: type: array - items: *722 + items: *723 examples: - default: *723 + default: *724 headers: Link: *37 x-github: @@ -112642,9 +112649,9 @@ paths: application/json: schema: type: array - items: *724 + items: *725 examples: - default: *733 + default: *734 headers: Link: *37 x-github: @@ -112669,7 +112676,7 @@ paths: url: https://docs.github.com/enterprise-cloud@latest//rest/activity/starring#list-repositories-starred-by-a-user parameters: - *211 - - *734 + - *735 - *84 - *17 - *19 @@ -112681,11 +112688,11 @@ paths: schema: anyOf: - type: array - items: *735 + items: *736 - type: array items: *61 examples: - default-response: *727 + default-response: *728 headers: Link: *37 x-github: @@ -112716,7 +112723,7 @@ paths: type: array items: *189 examples: - default: *302 + default: *303 headers: Link: *37 x-github: @@ -112845,7 +112852,7 @@ webhooks: type: string enum: - disabled - enterprise: &736 + enterprise: &737 title: Enterprise description: |- An enterprise on GitHub. Webhook payloads contain the `enterprise` property when the webhook is configured @@ -112914,7 +112921,7 @@ webhooks: - created_at - updated_at - avatar_url - installation: &737 + installation: &738 title: Simple Installation description: |- The GitHub App installation. Webhook payloads contain the `installation` property when the event is configured @@ -112935,7 +112942,7 @@ webhooks: required: - id - node_id - organization: &738 + organization: &739 title: Organization Simple description: |- A GitHub organization. Webhook payloads contain the `organization` property when the webhook is configured for an @@ -113008,7 +113015,7 @@ webhooks: - public_members_url - avatar_url - description - repository: &739 + repository: &740 title: Repository description: |- The repository on GitHub where the event occurred. Webhook payloads contain the `repository` property @@ -113921,10 +113928,10 @@ webhooks: type: string enum: - enabled - enterprise: *736 - installation: *737 - organization: *738 - repository: *739 + enterprise: *737 + installation: *738 + organization: *739 + repository: *740 sender: *4 required: - action @@ -114000,11 +114007,11 @@ webhooks: type: string enum: - created - enterprise: *736 - installation: *737 - organization: *738 - repository: *739 - rule: &740 + enterprise: *737 + installation: *738 + organization: *739 + repository: *740 + rule: &741 title: branch protection rule description: The branch protection rule. Includes a `name` and all the [branch protection settings](https://docs.github.com/enterprise-cloud@latest//github/administering-a-repository/defining-the-mergeability-of-pull-requests/about-protected-branches#about-branch-protection-settings) @@ -114227,11 +114234,11 @@ webhooks: type: string enum: - deleted - enterprise: *736 - installation: *737 - organization: *738 - repository: *739 - rule: *740 + enterprise: *737 + installation: *738 + organization: *739 + repository: *740 + rule: *741 sender: *4 required: - action @@ -114419,11 +114426,11 @@ webhooks: - everyone required: - from - enterprise: *736 - installation: *737 - organization: *738 - repository: *739 - rule: *740 + enterprise: *737 + installation: *738 + organization: *739 + repository: *740 + rule: *741 sender: *4 required: - action @@ -114494,7 +114501,7 @@ webhooks: required: true content: application/json: - schema: &743 + schema: &744 title: Exemption request cancellation event type: object properties: @@ -114502,11 +114509,11 @@ webhooks: type: string enum: - cancelled - enterprise: *736 - installation: *737 - organization: *738 - repository: *739 - exemption_request: &741 + enterprise: *737 + installation: *738 + organization: *739 + repository: *740 + exemption_request: &742 title: Exemption Request description: A request from a user to be exempted from a set of rules. @@ -114736,7 +114743,7 @@ webhooks: - array - 'null' description: The responses to the exemption request. - items: &742 + items: &743 title: Exemption response description: A response to an exemption request by a delegated bypasser. @@ -114846,7 +114853,7 @@ webhooks: required: true content: application/json: - schema: &744 + schema: &745 title: Exemption request completed event type: object properties: @@ -114854,11 +114861,11 @@ webhooks: type: string enum: - completed - enterprise: *736 - installation: *737 - organization: *738 - repository: *739 - exemption_request: *741 + enterprise: *737 + installation: *738 + organization: *739 + repository: *740 + exemption_request: *742 sender: *4 required: - action @@ -114928,7 +114935,7 @@ webhooks: required: true content: application/json: - schema: &745 + schema: &746 title: Exemption request created event type: object properties: @@ -114936,11 +114943,11 @@ webhooks: type: string enum: - created - enterprise: *736 - installation: *737 - organization: *738 - repository: *739 - exemption_request: *741 + enterprise: *737 + installation: *738 + organization: *739 + repository: *740 + exemption_request: *742 sender: *4 required: - action @@ -115010,7 +115017,7 @@ webhooks: required: true content: application/json: - schema: &746 + schema: &747 title: Exemption response dismissed event type: object properties: @@ -115018,12 +115025,12 @@ webhooks: type: string enum: - response_dismissed - enterprise: *736 - installation: *737 - organization: *738 - repository: *739 - exemption_request: *741 - exemption_response: *742 + enterprise: *737 + installation: *738 + organization: *739 + repository: *740 + exemption_request: *742 + exemption_response: *743 sender: *4 required: - action @@ -115095,7 +115102,7 @@ webhooks: required: true content: application/json: - schema: &747 + schema: &748 title: Exemption response submitted event type: object properties: @@ -115103,12 +115110,12 @@ webhooks: type: string enum: - response_submitted - enterprise: *736 - installation: *737 - organization: *738 - repository: *739 - exemption_request: *741 - exemption_response: *742 + enterprise: *737 + installation: *738 + organization: *739 + repository: *740 + exemption_request: *742 + exemption_response: *743 sender: *4 required: - action @@ -115181,7 +115188,7 @@ webhooks: required: true content: application/json: - schema: *743 + schema: *744 responses: '200': description: Return a 200 status to indicate that the data was received @@ -115248,7 +115255,7 @@ webhooks: required: true content: application/json: - schema: *744 + schema: *745 responses: '200': description: Return a 200 status to indicate that the data was received @@ -115315,7 +115322,7 @@ webhooks: required: true content: application/json: - schema: *745 + schema: *746 responses: '200': description: Return a 200 status to indicate that the data was received @@ -115382,7 +115389,7 @@ webhooks: required: true content: application/json: - schema: *746 + schema: *747 responses: '200': description: Return a 200 status to indicate that the data was received @@ -115450,7 +115457,7 @@ webhooks: required: true content: application/json: - schema: *747 + schema: *748 responses: '200': description: Return a 200 status to indicate that the data was received @@ -115528,7 +115535,7 @@ webhooks: type: string enum: - completed - check_run: &749 + check_run: &750 title: CheckRun description: A check performed on the code of a given code change type: object @@ -115596,7 +115603,7 @@ webhooks: - MDEwOkNoZWNrU3VpdGU1 pull_requests: type: array - items: *436 + items: *437 repository: *189 status: type: string @@ -115641,7 +115648,7 @@ webhooks: - examples: - neutral - deployment: *748 + deployment: *749 details_url: type: string examples: @@ -115701,7 +115708,7 @@ webhooks: - annotations_url pull_requests: type: array - items: *436 + items: *437 started_at: type: string format: date-time @@ -115739,9 +115746,9 @@ webhooks: - output - app - pull_requests - installation: *737 - organization: *738 - repository: *739 + installation: *738 + organization: *739 + repository: *740 sender: *4 required: - check_run @@ -116134,10 +116141,10 @@ webhooks: type: string enum: - created - check_run: *749 - installation: *737 - organization: *738 - repository: *739 + check_run: *750 + installation: *738 + organization: *739 + repository: *740 sender: *4 required: - check_run @@ -116533,10 +116540,10 @@ webhooks: type: string enum: - requested_action - check_run: *749 - installation: *737 - organization: *738 - repository: *739 + check_run: *750 + installation: *738 + organization: *739 + repository: *740 requested_action: description: The action requested by the user. type: object @@ -116941,10 +116948,10 @@ webhooks: type: string enum: - rerequested - check_run: *749 - installation: *737 - organization: *738 - repository: *739 + check_run: *750 + installation: *738 + organization: *739 + repository: *740 sender: *4 required: - check_run @@ -117936,10 +117943,10 @@ webhooks: - latest_check_runs_count - check_runs_url - head_commit - enterprise: *736 - installation: *737 - organization: *738 - repository: *739 + enterprise: *737 + installation: *738 + organization: *739 + repository: *740 sender: *4 required: - action @@ -118624,10 +118631,10 @@ webhooks: - latest_check_runs_count - check_runs_url - head_commit - enterprise: *736 - installation: *737 - organization: *738 - repository: *739 + enterprise: *737 + installation: *738 + organization: *739 + repository: *740 sender: *4 required: - action @@ -119306,10 +119313,10 @@ webhooks: - latest_check_runs_count - check_runs_url - head_commit - enterprise: *736 - installation: *737 - organization: *738 - repository: *739 + enterprise: *737 + installation: *738 + organization: *739 + repository: *740 sender: *4 required: - action @@ -119475,7 +119482,7 @@ webhooks: required: - login - id - dismissed_comment: *448 + dismissed_comment: *449 dismissed_reason: description: The reason for dismissing or closing the alert. type: @@ -119627,20 +119634,20 @@ webhooks: - dismissed_reason - rule - tool - commit_oid: &750 + commit_oid: &751 description: The commit SHA of the code scanning alert. When the action is `reopened_by_user` or `closed_by_user`, the event was triggered by the `sender` and this value will be empty. type: string - enterprise: *736 - installation: *737 - organization: *738 - ref: &751 + enterprise: *737 + installation: *738 + organization: *739 + ref: &752 description: The Git reference of the code scanning alert. When the action is `reopened_by_user` or `closed_by_user`, the event was triggered by the `sender` and this value will be empty. type: string - repository: *739 + repository: *740 sender: *4 required: - action @@ -119804,7 +119811,7 @@ webhooks: required: - login - id - dismissed_comment: *448 + dismissed_comment: *449 dismissed_reason: description: The reason for dismissing or closing the alert. type: @@ -120045,12 +120052,12 @@ webhooks: - dismissed_reason - rule - tool - commit_oid: *750 - enterprise: *736 - installation: *737 - organization: *738 - ref: *751 - repository: *739 + commit_oid: *751 + enterprise: *737 + installation: *738 + organization: *739 + ref: *752 + repository: *740 sender: *4 required: - action @@ -120148,7 +120155,7 @@ webhooks: dismissed_by: type: - 'null' - dismissed_comment: *448 + dismissed_comment: *449 dismissed_reason: description: 'The reason for dismissing or closing the alert. Can be one of: `false positive`, `won''t fix`, and `used in @@ -120330,12 +120337,12 @@ webhooks: - dismissed_reason - rule - tool - commit_oid: *750 - enterprise: *736 - installation: *737 - organization: *738 - ref: *751 - repository: *739 + commit_oid: *751 + enterprise: *737 + installation: *738 + organization: *739 + ref: *752 + repository: *740 sender: *4 required: - action @@ -120501,7 +120508,7 @@ webhooks: required: - login - id - dismissed_comment: *448 + dismissed_comment: *449 dismissed_reason: description: The reason for dismissing or closing the alert. type: @@ -120678,12 +120685,12 @@ webhooks: - dismissed_reason - rule - tool - commit_oid: *750 - enterprise: *736 - installation: *737 - organization: *738 - ref: *751 - repository: *739 + commit_oid: *751 + enterprise: *737 + installation: *738 + organization: *739 + ref: *752 + repository: *740 sender: *4 required: - action @@ -120783,7 +120790,7 @@ webhooks: type: - object - 'null' - dismissed_comment: *448 + dismissed_comment: *449 dismissed_reason: description: 'The reason for dismissing or closing the alert. Can be one of: `false positive`, `won''t fix`, and `used in @@ -120963,9 +120970,9 @@ webhooks: type: - string - 'null' - enterprise: *736 - installation: *737 - organization: *738 + enterprise: *737 + installation: *738 + organization: *739 ref: description: The Git reference of the code scanning alert. When the action is `reopened_by_user` or `closed_by_user`, the event @@ -120973,7 +120980,7 @@ webhooks: type: - string - 'null' - repository: *739 + repository: *740 sender: *4 required: - action @@ -121069,7 +121076,7 @@ webhooks: dismissed_by: type: - 'null' - dismissed_comment: *448 + dismissed_comment: *449 dismissed_reason: description: 'The reason for dismissing or closing the alert. Can be one of: `false positive`, `won''t fix`, and `used in @@ -121216,12 +121223,12 @@ webhooks: - dismissed_reason - rule - tool - commit_oid: *750 - enterprise: *736 - installation: *737 - organization: *738 - ref: *751 - repository: *739 + commit_oid: *751 + enterprise: *737 + installation: *738 + organization: *739 + ref: *752 + repository: *740 sender: *4 required: - action @@ -121483,10 +121490,10 @@ webhooks: - updated_at - author_association - body - enterprise: *736 - installation: *737 - organization: *738 - repository: *739 + enterprise: *737 + installation: *738 + organization: *739 + repository: *740 sender: *4 required: - action @@ -121567,18 +121574,18 @@ webhooks: type: - string - 'null' - enterprise: *736 - installation: *737 + enterprise: *737 + installation: *738 master_branch: description: The name of the repository's default branch (usually `main`). type: string - organization: *738 - pusher_type: &752 + organization: *739 + pusher_type: &753 description: The pusher type for the event. Can be either `user` or a deploy key. type: string - ref: &753 + ref: &754 description: The [`git ref`](https://docs.github.com/enterprise-cloud@latest//rest/git/refs#get-a-reference) resource. type: string @@ -121588,7 +121595,7 @@ webhooks: enum: - tag - branch - repository: *739 + repository: *740 sender: *4 required: - ref @@ -121671,9 +121678,9 @@ webhooks: enum: - created definition: *110 - enterprise: *736 - installation: *737 - organization: *738 + enterprise: *737 + installation: *738 + organization: *739 sender: *4 required: - action @@ -121758,9 +121765,9 @@ webhooks: description: The name of the property that was deleted. required: - property_name - enterprise: *736 - installation: *737 - organization: *738 + enterprise: *737 + installation: *738 + organization: *739 sender: *4 required: - action @@ -121838,9 +121845,9 @@ webhooks: enum: - promote_to_enterprise definition: *110 - enterprise: *736 - installation: *737 - organization: *738 + enterprise: *737 + installation: *738 + organization: *739 sender: *4 required: - action @@ -121918,9 +121925,9 @@ webhooks: enum: - updated definition: *110 - enterprise: *736 - installation: *737 - organization: *738 + enterprise: *737 + installation: *738 + organization: *739 sender: *4 required: - action @@ -121997,19 +122004,19 @@ webhooks: type: string enum: - updated - enterprise: *736 - installation: *737 - repository: *739 - organization: *738 + enterprise: *737 + installation: *738 + repository: *740 + organization: *739 sender: *4 new_property_values: type: array description: The new custom property values for the repository. - items: *314 + items: *315 old_property_values: type: array description: The old custom property values for the repository. - items: *314 + items: *315 required: - action - repository @@ -122085,18 +122092,18 @@ webhooks: title: delete event type: object properties: - enterprise: *736 - installation: *737 - organization: *738 - pusher_type: *752 - ref: *753 + enterprise: *737 + installation: *738 + organization: *739 + pusher_type: *753 + ref: *754 ref_type: description: The type of Git ref object deleted in the repository. type: string enum: - tag - branch - repository: *739 + repository: *740 sender: *4 required: - ref @@ -122180,11 +122187,11 @@ webhooks: type: string enum: - auto_dismissed - alert: *500 - installation: *737 - organization: *738 - enterprise: *736 - repository: *739 + alert: *501 + installation: *738 + organization: *739 + enterprise: *737 + repository: *740 sender: *4 required: - action @@ -122268,11 +122275,11 @@ webhooks: type: string enum: - auto_reopened - alert: *500 - installation: *737 - organization: *738 - enterprise: *736 - repository: *739 + alert: *501 + installation: *738 + organization: *739 + enterprise: *737 + repository: *740 sender: *4 required: - action @@ -122356,11 +122363,11 @@ webhooks: type: string enum: - created - alert: *500 - installation: *737 - organization: *738 - enterprise: *736 - repository: *739 + alert: *501 + installation: *738 + organization: *739 + enterprise: *737 + repository: *740 sender: *4 required: - action @@ -122442,11 +122449,11 @@ webhooks: type: string enum: - dismissed - alert: *500 - installation: *737 - organization: *738 - enterprise: *736 - repository: *739 + alert: *501 + installation: *738 + organization: *739 + enterprise: *737 + repository: *740 sender: *4 required: - action @@ -122528,11 +122535,11 @@ webhooks: type: string enum: - fixed - alert: *500 - installation: *737 - organization: *738 - enterprise: *736 - repository: *739 + alert: *501 + installation: *738 + organization: *739 + enterprise: *737 + repository: *740 sender: *4 required: - action @@ -122615,11 +122622,11 @@ webhooks: type: string enum: - reintroduced - alert: *500 - installation: *737 - organization: *738 - enterprise: *736 - repository: *739 + alert: *501 + installation: *738 + organization: *739 + enterprise: *737 + repository: *740 sender: *4 required: - action @@ -122701,11 +122708,11 @@ webhooks: type: string enum: - reopened - alert: *500 - installation: *737 - organization: *738 - enterprise: *736 - repository: *739 + alert: *501 + installation: *738 + organization: *739 + enterprise: *737 + repository: *740 sender: *4 required: - action @@ -122782,9 +122789,9 @@ webhooks: type: string enum: - created - enterprise: *736 - installation: *737 - key: &754 + enterprise: *737 + installation: *738 + key: &755 description: The [`deploy key`](https://docs.github.com/enterprise-cloud@latest//rest/deploy-keys/deploy-keys#get-a-deploy-key) resource. type: object @@ -122822,8 +122829,8 @@ webhooks: - verified - created_at - read_only - organization: *738 - repository: *739 + organization: *739 + repository: *740 sender: *4 required: - action @@ -122900,11 +122907,11 @@ webhooks: type: string enum: - deleted - enterprise: *736 - installation: *737 - key: *754 - organization: *738 - repository: *739 + enterprise: *737 + installation: *738 + key: *755 + organization: *739 + repository: *740 sender: *4 required: - action @@ -123476,12 +123483,12 @@ webhooks: - updated_at - statuses_url - repository_url - enterprise: *736 - installation: *737 - organization: *738 - repository: *739 + enterprise: *737 + installation: *738 + organization: *739 + repository: *740 sender: *4 - workflow: &758 + workflow: &759 title: Workflow type: - object @@ -124219,13 +124226,13 @@ webhooks: description: The URL to review the deployment protection rule. type: string format: uri - deployment: *506 + deployment: *507 pull_requests: type: array - items: *591 - repository: *739 - organization: *738 - installation: *737 + items: *592 + repository: *740 + organization: *739 + installation: *738 sender: *4 responses: '200': @@ -124296,7 +124303,7 @@ webhooks: type: string enum: - approved - approver: &755 + approver: &756 type: object properties: avatar_url: @@ -124339,11 +124346,11 @@ webhooks: type: string comment: type: string - enterprise: *736 - installation: *737 - organization: *738 - repository: *739 - reviewers: &756 + enterprise: *737 + installation: *738 + organization: *739 + repository: *740 + reviewers: &757 type: array items: type: object @@ -124424,7 +124431,7 @@ webhooks: sender: *4 since: type: string - workflow_job_run: &757 + workflow_job_run: &758 type: object properties: conclusion: @@ -125170,18 +125177,18 @@ webhooks: type: string enum: - rejected - approver: *755 + approver: *756 comment: type: string - enterprise: *736 - installation: *737 - organization: *738 - repository: *739 - reviewers: *756 + enterprise: *737 + installation: *738 + organization: *739 + repository: *740 + reviewers: *757 sender: *4 since: type: string - workflow_job_run: *757 + workflow_job_run: *758 workflow_job_runs: type: array items: @@ -125898,13 +125905,13 @@ webhooks: type: string enum: - requested - enterprise: *736 + enterprise: *737 environment: type: string - installation: *737 - organization: *738 - repository: *739 - requestor: &763 + installation: *738 + organization: *739 + repository: *740 + requestor: &764 title: User type: - object @@ -127847,12 +127854,12 @@ webhooks: - updated_at - deployment_url - repository_url - enterprise: *736 - installation: *737 - organization: *738 - repository: *739 + enterprise: *737 + installation: *738 + organization: *739 + repository: *740 sender: *4 - workflow: *758 + workflow: *759 workflow_run: title: Deployment Workflow Run type: @@ -128543,7 +128550,7 @@ webhooks: type: string enum: - answered - answer: &761 + answer: &762 type: object properties: author_association: @@ -128703,7 +128710,7 @@ webhooks: - created_at - updated_at - body - discussion: &759 + discussion: &760 title: Discussion description: A Discussion in a repository. type: object @@ -128999,7 +129006,7 @@ webhooks: - id labels: type: array - items: *554 + items: *555 required: - repository_url - category @@ -129021,10 +129028,10 @@ webhooks: - author_association - active_lock_reason - body - enterprise: *736 - installation: *737 - organization: *738 - repository: *739 + enterprise: *737 + installation: *738 + organization: *739 + repository: *740 sender: *4 required: - action @@ -129151,11 +129158,11 @@ webhooks: - from required: - category - discussion: *759 - enterprise: *736 - installation: *737 - organization: *738 - repository: *739 + discussion: *760 + enterprise: *737 + installation: *738 + organization: *739 + repository: *740 sender: *4 required: - action @@ -129238,11 +129245,11 @@ webhooks: type: string enum: - closed - discussion: *759 - enterprise: *736 - installation: *737 - organization: *738 - repository: *739 + discussion: *760 + enterprise: *737 + installation: *738 + organization: *739 + repository: *740 sender: *4 required: - action @@ -129324,7 +129331,7 @@ webhooks: type: string enum: - created - comment: &760 + comment: &761 type: object properties: author_association: @@ -129484,11 +129491,11 @@ webhooks: - updated_at - body - reactions - discussion: *759 - enterprise: *736 - installation: *737 - organization: *738 - repository: *739 + discussion: *760 + enterprise: *737 + installation: *738 + organization: *739 + repository: *740 sender: *4 required: - action @@ -129571,12 +129578,12 @@ webhooks: type: string enum: - deleted - comment: *760 - discussion: *759 - enterprise: *736 - installation: *737 - organization: *738 - repository: *739 + comment: *761 + discussion: *760 + enterprise: *737 + installation: *738 + organization: *739 + repository: *740 sender: *4 required: - action @@ -129671,12 +129678,12 @@ webhooks: - from required: - body - comment: *760 - discussion: *759 - enterprise: *736 - installation: *737 - organization: *738 - repository: *739 + comment: *761 + discussion: *760 + enterprise: *737 + installation: *738 + organization: *739 + repository: *740 sender: *4 required: - action @@ -129760,11 +129767,11 @@ webhooks: type: string enum: - created - discussion: *759 - enterprise: *736 - installation: *737 - organization: *738 - repository: *739 + discussion: *760 + enterprise: *737 + installation: *738 + organization: *739 + repository: *740 sender: *4 required: - action @@ -129846,11 +129853,11 @@ webhooks: type: string enum: - deleted - discussion: *759 - enterprise: *736 - installation: *737 - organization: *738 - repository: *739 + discussion: *760 + enterprise: *737 + installation: *738 + organization: *739 + repository: *740 sender: *4 required: - action @@ -129950,11 +129957,11 @@ webhooks: type: string required: - from - discussion: *759 - enterprise: *736 - installation: *737 - organization: *738 - repository: *739 + discussion: *760 + enterprise: *737 + installation: *738 + organization: *739 + repository: *740 sender: *4 required: - action @@ -130036,10 +130043,10 @@ webhooks: type: string enum: - labeled - discussion: *759 - enterprise: *736 - installation: *737 - label: &762 + discussion: *760 + enterprise: *737 + installation: *738 + label: &763 title: Label type: object properties: @@ -130072,8 +130079,8 @@ webhooks: - color - default - description - organization: *738 - repository: *739 + organization: *739 + repository: *740 sender: *4 required: - action @@ -130156,11 +130163,11 @@ webhooks: type: string enum: - locked - discussion: *759 - enterprise: *736 - installation: *737 - organization: *738 - repository: *739 + discussion: *760 + enterprise: *737 + installation: *738 + organization: *739 + repository: *740 sender: *4 required: - action @@ -130242,11 +130249,11 @@ webhooks: type: string enum: - pinned - discussion: *759 - enterprise: *736 - installation: *737 - organization: *738 - repository: *739 + discussion: *760 + enterprise: *737 + installation: *738 + organization: *739 + repository: *740 sender: *4 required: - action @@ -130328,11 +130335,11 @@ webhooks: type: string enum: - reopened - discussion: *759 - enterprise: *736 - installation: *737 - organization: *738 - repository: *739 + discussion: *760 + enterprise: *737 + installation: *738 + organization: *739 + repository: *740 sender: *4 required: - action @@ -130417,16 +130424,16 @@ webhooks: changes: type: object properties: - new_discussion: *759 - new_repository: *739 + new_discussion: *760 + new_repository: *740 required: - new_discussion - new_repository - discussion: *759 - enterprise: *736 - installation: *737 - organization: *738 - repository: *739 + discussion: *760 + enterprise: *737 + installation: *738 + organization: *739 + repository: *740 sender: *4 required: - action @@ -130509,10 +130516,10 @@ webhooks: type: string enum: - unanswered - discussion: *759 - old_answer: *761 - organization: *738 - repository: *739 + discussion: *760 + old_answer: *762 + organization: *739 + repository: *740 sender: *4 required: - action @@ -130594,12 +130601,12 @@ webhooks: type: string enum: - unlabeled - discussion: *759 - enterprise: *736 - installation: *737 - label: *762 - organization: *738 - repository: *739 + discussion: *760 + enterprise: *737 + installation: *738 + label: *763 + organization: *739 + repository: *740 sender: *4 required: - action @@ -130682,11 +130689,11 @@ webhooks: type: string enum: - unlocked - discussion: *759 - enterprise: *736 - installation: *737 - organization: *738 - repository: *739 + discussion: *760 + enterprise: *737 + installation: *738 + organization: *739 + repository: *740 sender: *4 required: - action @@ -130768,11 +130775,11 @@ webhooks: type: string enum: - unpinned - discussion: *759 - enterprise: *736 - installation: *737 - organization: *738 - repository: *739 + discussion: *760 + enterprise: *737 + installation: *738 + organization: *739 + repository: *740 sender: *4 required: - action @@ -130844,7 +130851,7 @@ webhooks: required: true content: application/json: - schema: *745 + schema: *746 responses: '200': description: Return a 200 status to indicate that the data was received @@ -130910,7 +130917,7 @@ webhooks: required: true content: application/json: - schema: *747 + schema: *748 responses: '200': description: Return a 200 status to indicate that the data was received @@ -130976,7 +130983,7 @@ webhooks: required: true content: application/json: - schema: *743 + schema: *744 responses: '200': description: Return a 200 status to indicate that the data was received @@ -131042,7 +131049,7 @@ webhooks: required: true content: application/json: - schema: *744 + schema: *745 responses: '200': description: Return a 200 status to indicate that the data was received @@ -131108,7 +131115,7 @@ webhooks: required: true content: application/json: - schema: *745 + schema: *746 responses: '200': description: Return a 200 status to indicate that the data was received @@ -131174,7 +131181,7 @@ webhooks: required: true content: application/json: - schema: *746 + schema: *747 responses: '200': description: Return a 200 status to indicate that the data was received @@ -131240,7 +131247,7 @@ webhooks: required: true content: application/json: - schema: *747 + schema: *748 responses: '200': description: Return a 200 status to indicate that the data was received @@ -131307,7 +131314,7 @@ webhooks: description: A user forks a repository. type: object properties: - enterprise: *736 + enterprise: *737 forkee: description: The created [`repository`](https://docs.github.com/enterprise-cloud@latest//rest/repos/repos#get-a-repository) resource. @@ -131985,9 +131992,9 @@ webhooks: type: integer watchers_count: type: integer - installation: *737 - organization: *738 - repository: *739 + installation: *738 + organization: *739 + repository: *740 sender: *4 required: - forkee @@ -132133,9 +132140,9 @@ webhooks: title: gollum event type: object properties: - enterprise: *736 - installation: *737 - organization: *738 + enterprise: *737 + installation: *738 + organization: *739 pages: description: The pages that were updated. type: array @@ -132173,7 +132180,7 @@ webhooks: - action - sha - html_url - repository: *739 + repository: *740 sender: *4 required: - pages @@ -132249,10 +132256,10 @@ webhooks: type: string enum: - created - enterprise: *736 + enterprise: *737 installation: *20 - organization: *738 - repositories: &764 + organization: *739 + repositories: &765 description: An array of repository objects that the installation can access. type: array @@ -132278,8 +132285,8 @@ webhooks: - name - full_name - private - repository: *739 - requester: *763 + repository: *740 + requester: *764 sender: *4 required: - action @@ -132354,11 +132361,11 @@ webhooks: type: string enum: - deleted - enterprise: *736 + enterprise: *737 installation: *20 - organization: *738 - repositories: *764 - repository: *739 + organization: *739 + repositories: *765 + repository: *740 requester: type: - 'null' @@ -132435,11 +132442,11 @@ webhooks: type: string enum: - new_permissions_accepted - enterprise: *736 + enterprise: *737 installation: *20 - organization: *738 - repositories: *764 - repository: *739 + organization: *739 + repositories: *765 + repository: *740 requester: type: - 'null' @@ -132516,10 +132523,10 @@ webhooks: type: string enum: - added - enterprise: *736 + enterprise: *737 installation: *20 - organization: *738 - repositories_added: &765 + organization: *739 + repositories_added: &766 description: An array of repository objects, which were added to the installation. type: array @@ -132565,15 +132572,15 @@ webhooks: private: description: Whether the repository is private or public. type: boolean - repository: *739 - repository_selection: &766 + repository: *740 + repository_selection: &767 description: Describe whether all repositories have been selected or there's a selection involved type: string enum: - all - selected - requester: *763 + requester: *764 sender: *4 required: - action @@ -132652,10 +132659,10 @@ webhooks: type: string enum: - removed - enterprise: *736 + enterprise: *737 installation: *20 - organization: *738 - repositories_added: *765 + organization: *739 + repositories_added: *766 repositories_removed: description: An array of repository objects, which were removed from the installation. @@ -132682,9 +132689,9 @@ webhooks: - name - full_name - private - repository: *739 - repository_selection: *766 - requester: *763 + repository: *740 + repository_selection: *767 + requester: *764 sender: *4 required: - action @@ -132763,11 +132770,11 @@ webhooks: type: string enum: - suspend - enterprise: *736 + enterprise: *737 installation: *20 - organization: *738 - repositories: *764 - repository: *739 + organization: *739 + repositories: *765 + repository: *740 requester: type: - 'null' @@ -132950,10 +132957,10 @@ webhooks: type: string required: - from - enterprise: *736 - installation: *737 - organization: *738 - repository: *739 + enterprise: *737 + installation: *738 + organization: *739 + repository: *740 sender: *4 target_type: type: string @@ -133032,11 +133039,11 @@ webhooks: type: string enum: - unsuspend - enterprise: *736 + enterprise: *737 installation: *20 - organization: *738 - repositories: *764 - repository: *739 + organization: *739 + repositories: *765 + repository: *740 requester: type: - 'null' @@ -133284,8 +133291,8 @@ webhooks: - performed_via_github_app - body - reactions - enterprise: *736 - installation: *737 + enterprise: *737 + installation: *738 issue: description: The [issue](https://docs.github.com/enterprise-cloud@latest//rest/issues/issues#get-an-issue) the comment belongs to. @@ -134132,7 +134139,7 @@ webhooks: title: description: Title of the issue type: string - type: *279 + type: *280 updated_at: type: string format: date-time @@ -134476,8 +134483,8 @@ webhooks: - state - locked - assignee - organization: *738 - repository: *739 + organization: *739 + repository: *740 sender: *4 required: - action @@ -134557,7 +134564,7 @@ webhooks: type: string enum: - deleted - comment: &767 + comment: &768 title: issue comment description: The [comment](https://docs.github.com/enterprise-cloud@latest//rest/issues/comments#get-an-issue-comment) itself. @@ -134724,8 +134731,8 @@ webhooks: - performed_via_github_app - body - reactions - enterprise: *736 - installation: *737 + enterprise: *737 + installation: *738 issue: description: The [issue](https://docs.github.com/enterprise-cloud@latest//rest/issues/issues#get-an-issue) the comment belongs to. @@ -135568,7 +135575,7 @@ webhooks: title: description: Title of the issue type: string - type: *279 + type: *280 updated_at: type: string format: date-time @@ -135914,8 +135921,8 @@ webhooks: - state - locked - assignee - organization: *738 - repository: *739 + organization: *739 + repository: *740 sender: *4 required: - action @@ -135995,7 +136002,7 @@ webhooks: type: string enum: - edited - changes: &792 + changes: &793 description: The changes to the comment. type: object properties: @@ -136007,9 +136014,9 @@ webhooks: type: string required: - from - comment: *767 - enterprise: *736 - installation: *737 + comment: *768 + enterprise: *737 + installation: *738 issue: description: The [issue](https://docs.github.com/enterprise-cloud@latest//rest/issues/issues#get-an-issue) the comment belongs to. @@ -136855,7 +136862,7 @@ webhooks: title: description: Title of the issue type: string - type: *279 + type: *280 updated_at: type: string format: date-time @@ -137199,8 +137206,8 @@ webhooks: - state - locked - assignee - organization: *738 - repository: *739 + organization: *739 + repository: *740 sender: *4 required: - action @@ -137282,10 +137289,10 @@ webhooks: type: string enum: - assigned - assignee: *763 - enterprise: *736 - installation: *737 - issue: &770 + assignee: *764 + enterprise: *737 + installation: *738 + issue: &771 title: Issue description: The [issue](https://docs.github.com/enterprise-cloud@latest//rest/issues/issues#get-an-issue) itself. @@ -138127,7 +138134,7 @@ webhooks: title: description: Title of the issue type: string - type: *279 + type: *280 updated_at: type: string format: date-time @@ -138230,8 +138237,8 @@ webhooks: - active_lock_reason - body - reactions - organization: *738 - repository: *739 + organization: *739 + repository: *740 sender: *4 required: - action @@ -138311,8 +138318,8 @@ webhooks: type: string enum: - closed - enterprise: *736 - installation: *737 + enterprise: *737 + installation: *738 issue: description: The [issue](https://docs.github.com/enterprise-cloud@latest//rest/issues/issues#get-an-issue) itself. @@ -139159,7 +139166,7 @@ webhooks: title: description: Title of the issue type: string - type: *279 + type: *280 updated_at: type: string format: date-time @@ -139405,8 +139412,8 @@ webhooks: required: - state - closed_at - organization: *738 - repository: *739 + organization: *739 + repository: *740 sender: *4 required: - action @@ -139485,8 +139492,8 @@ webhooks: type: string enum: - deleted - enterprise: *736 - installation: *737 + enterprise: *737 + installation: *738 issue: title: Issue description: The [issue](https://docs.github.com/enterprise-cloud@latest//rest/issues/issues#get-an-issue) @@ -140322,7 +140329,7 @@ webhooks: title: description: Title of the issue type: string - type: *279 + type: *280 updated_at: type: string format: date-time @@ -140424,8 +140431,8 @@ webhooks: - active_lock_reason - body - reactions - organization: *738 - repository: *739 + organization: *739 + repository: *740 sender: *4 required: - action @@ -140504,8 +140511,8 @@ webhooks: type: string enum: - demilestoned - enterprise: *736 - installation: *737 + enterprise: *737 + installation: *738 issue: title: Issue description: The [issue](https://docs.github.com/enterprise-cloud@latest//rest/issues/issues#get-an-issue) @@ -141366,7 +141373,7 @@ webhooks: title: description: Title of the issue type: string - type: *279 + type: *280 updated_at: type: string format: date-time @@ -141447,7 +141454,7 @@ webhooks: format: uri user_view_type: type: string - milestone: &768 + milestone: &769 title: Milestone description: A collection of related issues and pull requests. type: object @@ -141590,8 +141597,8 @@ webhooks: - updated_at - due_on - closed_at - organization: *738 - repository: *739 + organization: *739 + repository: *740 sender: *4 required: - action @@ -141690,8 +141697,8 @@ webhooks: type: string required: - from - enterprise: *736 - installation: *737 + enterprise: *737 + installation: *738 issue: title: Issue description: The [issue](https://docs.github.com/enterprise-cloud@latest//rest/issues/issues#get-an-issue) @@ -142530,7 +142537,7 @@ webhooks: timeline_url: type: string format: uri - type: *279 + type: *280 title: description: Title of the issue type: string @@ -142636,9 +142643,9 @@ webhooks: - active_lock_reason - body - reactions - label: *762 - organization: *738 - repository: *739 + label: *763 + organization: *739 + repository: *740 sender: *4 required: - action @@ -142718,8 +142725,8 @@ webhooks: type: string enum: - labeled - enterprise: *736 - installation: *737 + enterprise: *737 + installation: *738 issue: title: Issue description: The [issue](https://docs.github.com/enterprise-cloud@latest//rest/issues/issues#get-an-issue) @@ -143557,7 +143564,7 @@ webhooks: timeline_url: type: string format: uri - type: *279 + type: *280 title: description: Title of the issue type: string @@ -143663,9 +143670,9 @@ webhooks: - active_lock_reason - body - reactions - label: *762 - organization: *738 - repository: *739 + label: *763 + organization: *739 + repository: *740 sender: *4 required: - action @@ -143745,8 +143752,8 @@ webhooks: type: string enum: - locked - enterprise: *736 - installation: *737 + enterprise: *737 + installation: *738 issue: title: Issue description: The [issue](https://docs.github.com/enterprise-cloud@latest//rest/issues/issues#get-an-issue) @@ -144609,7 +144616,7 @@ webhooks: timeline_url: type: string format: uri - type: *279 + type: *280 title: description: Title of the issue type: string @@ -144692,8 +144699,8 @@ webhooks: format: uri user_view_type: type: string - organization: *738 - repository: *739 + organization: *739 + repository: *740 sender: *4 required: - action @@ -144772,8 +144779,8 @@ webhooks: type: string enum: - milestoned - enterprise: *736 - installation: *737 + enterprise: *737 + installation: *738 issue: title: Issue description: The [issue](https://docs.github.com/enterprise-cloud@latest//rest/issues/issues#get-an-issue) @@ -145633,7 +145640,7 @@ webhooks: title: description: Title of the issue type: string - type: *279 + type: *280 updated_at: type: string format: date-time @@ -145713,9 +145720,9 @@ webhooks: format: uri user_view_type: type: string - milestone: *768 - organization: *738 - repository: *739 + milestone: *769 + organization: *739 + repository: *740 sender: *4 required: - action @@ -147215,8 +147222,8 @@ webhooks: required: - old_issue - old_repository - enterprise: *736 - installation: *737 + enterprise: *737 + installation: *738 issue: title: Issue description: The [issue](https://docs.github.com/enterprise-cloud@latest//rest/issues/issues#get-an-issue) @@ -148058,7 +148065,7 @@ webhooks: title: description: Title of the issue type: string - type: *279 + type: *280 updated_at: type: string format: date-time @@ -148160,8 +148167,8 @@ webhooks: - active_lock_reason - body - reactions - organization: *738 - repository: *739 + organization: *739 + repository: *740 sender: *4 required: - action @@ -148241,9 +148248,9 @@ webhooks: type: string enum: - pinned - enterprise: *736 - installation: *737 - issue: &769 + enterprise: *737 + installation: *738 + issue: &770 title: Issue description: The [issue](https://docs.github.com/enterprise-cloud@latest//rest/issues/issues#get-an-issue) itself. @@ -149079,7 +149086,7 @@ webhooks: title: description: Title of the issue type: string - type: *279 + type: *280 updated_at: type: string format: date-time @@ -149181,8 +149188,8 @@ webhooks: - active_lock_reason - body - reactions - organization: *738 - repository: *739 + organization: *739 + repository: *740 sender: *4 required: - action @@ -149261,8 +149268,8 @@ webhooks: type: string enum: - reopened - enterprise: *736 - installation: *737 + enterprise: *737 + installation: *738 issue: title: Issue description: The [issue](https://docs.github.com/enterprise-cloud@latest//rest/issues/issues#get-an-issue) @@ -150206,9 +150213,9 @@ webhooks: format: uri user_view_type: type: string - type: *279 - organization: *738 - repository: *739 + type: *280 + organization: *739 + repository: *740 sender: *4 required: - action @@ -151127,7 +151134,7 @@ webhooks: title: description: Title of the issue type: string - type: *279 + type: *280 updated_at: type: string format: date-time @@ -151709,11 +151716,11 @@ webhooks: required: - new_issue - new_repository - enterprise: *736 - installation: *737 - issue: *769 - organization: *738 - repository: *739 + enterprise: *737 + installation: *738 + issue: *770 + organization: *739 + repository: *740 sender: *4 required: - action @@ -151793,12 +151800,12 @@ webhooks: type: string enum: - typed - enterprise: *736 - installation: *737 - issue: *770 - type: *279 - organization: *738 - repository: *739 + enterprise: *737 + installation: *738 + issue: *771 + type: *280 + organization: *739 + repository: *740 sender: *4 required: - action @@ -151879,7 +151886,7 @@ webhooks: type: string enum: - unassigned - assignee: &795 + assignee: &796 title: User type: - object @@ -151951,11 +151958,11 @@ webhooks: required: - login - id - enterprise: *736 - installation: *737 - issue: *770 - organization: *738 - repository: *739 + enterprise: *737 + installation: *738 + issue: *771 + organization: *739 + repository: *740 sender: *4 required: - action @@ -152034,12 +152041,12 @@ webhooks: type: string enum: - unlabeled - enterprise: *736 - installation: *737 - issue: *770 - label: *762 - organization: *738 - repository: *739 + enterprise: *737 + installation: *738 + issue: *771 + label: *763 + organization: *739 + repository: *740 sender: *4 required: - action @@ -152119,8 +152126,8 @@ webhooks: type: string enum: - unlocked - enterprise: *736 - installation: *737 + enterprise: *737 + installation: *738 issue: title: Issue description: The [issue](https://docs.github.com/enterprise-cloud@latest//rest/issues/issues#get-an-issue) @@ -152984,7 +152991,7 @@ webhooks: title: description: Title of the issue type: string - type: *279 + type: *280 updated_at: type: string format: date-time @@ -153064,8 +153071,8 @@ webhooks: format: uri user_view_type: type: string - organization: *738 - repository: *739 + organization: *739 + repository: *740 sender: *4 required: - action @@ -153145,11 +153152,11 @@ webhooks: type: string enum: - unpinned - enterprise: *736 - installation: *737 - issue: *769 - organization: *738 - repository: *739 + enterprise: *737 + installation: *738 + issue: *770 + organization: *739 + repository: *740 sender: *4 required: - action @@ -153228,12 +153235,12 @@ webhooks: type: string enum: - untyped - enterprise: *736 - installation: *737 - issue: *770 - type: *279 - organization: *738 - repository: *739 + enterprise: *737 + installation: *738 + issue: *771 + type: *280 + organization: *739 + repository: *740 sender: *4 required: - action @@ -153313,11 +153320,11 @@ webhooks: type: string enum: - created - enterprise: *736 - installation: *737 - label: *762 - organization: *738 - repository: *739 + enterprise: *737 + installation: *738 + label: *763 + organization: *739 + repository: *740 sender: *4 required: - action @@ -153395,11 +153402,11 @@ webhooks: type: string enum: - deleted - enterprise: *736 - installation: *737 - label: *762 - organization: *738 - repository: *739 + enterprise: *737 + installation: *738 + label: *763 + organization: *739 + repository: *740 sender: *4 required: - action @@ -153509,11 +153516,11 @@ webhooks: type: string required: - from - enterprise: *736 - installation: *737 - label: *762 - organization: *738 - repository: *739 + enterprise: *737 + installation: *738 + label: *763 + organization: *739 + repository: *740 sender: *4 required: - action @@ -153595,9 +153602,9 @@ webhooks: - cancelled effective_date: type: string - enterprise: *736 - installation: *737 - marketplace_purchase: &771 + enterprise: *737 + installation: *738 + marketplace_purchase: &772 title: Marketplace Purchase type: object required: @@ -153685,8 +153692,8 @@ webhooks: type: integer unit_count: type: integer - organization: *738 - previous_marketplace_purchase: &772 + organization: *739 + previous_marketplace_purchase: &773 title: Marketplace Purchase type: object properties: @@ -153770,7 +153777,7 @@ webhooks: - on_free_trial - free_trial_ends_on - plan - repository: *739 + repository: *740 sender: *4 required: - action @@ -153850,10 +153857,10 @@ webhooks: - changed effective_date: type: string - enterprise: *736 - installation: *737 - marketplace_purchase: *771 - organization: *738 + enterprise: *737 + installation: *738 + marketplace_purchase: *772 + organization: *739 previous_marketplace_purchase: title: Marketplace Purchase type: object @@ -153941,7 +153948,7 @@ webhooks: - on_free_trial - free_trial_ends_on - plan - repository: *739 + repository: *740 sender: *4 required: - action @@ -154023,10 +154030,10 @@ webhooks: - pending_change effective_date: type: string - enterprise: *736 - installation: *737 - marketplace_purchase: *771 - organization: *738 + enterprise: *737 + installation: *738 + marketplace_purchase: *772 + organization: *739 previous_marketplace_purchase: title: Marketplace Purchase type: object @@ -154112,7 +154119,7 @@ webhooks: - on_free_trial - free_trial_ends_on - plan - repository: *739 + repository: *740 sender: *4 required: - action @@ -154193,8 +154200,8 @@ webhooks: - pending_change_cancelled effective_date: type: string - enterprise: *736 - installation: *737 + enterprise: *737 + installation: *738 marketplace_purchase: title: Marketplace Purchase type: object @@ -154280,9 +154287,9 @@ webhooks: type: integer unit_count: type: integer - organization: *738 - previous_marketplace_purchase: *772 - repository: *739 + organization: *739 + previous_marketplace_purchase: *773 + repository: *740 sender: *4 required: - action @@ -154362,12 +154369,12 @@ webhooks: - purchased effective_date: type: string - enterprise: *736 - installation: *737 - marketplace_purchase: *771 - organization: *738 - previous_marketplace_purchase: *772 - repository: *739 + enterprise: *737 + installation: *738 + marketplace_purchase: *772 + organization: *739 + previous_marketplace_purchase: *773 + repository: *740 sender: *4 required: - action @@ -154469,11 +154476,11 @@ webhooks: type: string required: - to - enterprise: *736 - installation: *737 - member: *763 - organization: *738 - repository: *739 + enterprise: *737 + installation: *738 + member: *764 + organization: *739 + repository: *740 sender: *4 required: - action @@ -154575,11 +154582,11 @@ webhooks: type: - string - 'null' - enterprise: *736 - installation: *737 - member: *763 - organization: *738 - repository: *739 + enterprise: *737 + installation: *738 + member: *764 + organization: *739 + repository: *740 sender: *4 required: - action @@ -154658,11 +154665,11 @@ webhooks: type: string enum: - removed - enterprise: *736 - installation: *737 - member: *763 - organization: *738 - repository: *739 + enterprise: *737 + installation: *738 + member: *764 + organization: *739 + repository: *740 sender: *4 required: - action @@ -154740,11 +154747,11 @@ webhooks: type: string enum: - added - enterprise: *736 - installation: *737 - member: *763 - organization: *738 - repository: *739 + enterprise: *737 + installation: *738 + member: *764 + organization: *739 + repository: *740 scope: description: The scope of the membership. Currently, can only be `team`. @@ -154822,7 +154829,7 @@ webhooks: required: - login - id - team: &773 + team: &774 title: Team description: Groups of organization members that gives permissions on specified repositories. @@ -155015,11 +155022,11 @@ webhooks: type: string enum: - removed - enterprise: *736 - installation: *737 - member: *763 - organization: *738 - repository: *739 + enterprise: *737 + installation: *738 + member: *764 + organization: *739 + repository: *740 scope: description: The scope of the membership. Currently, can only be `team`. @@ -155098,7 +155105,7 @@ webhooks: required: - login - id - team: *773 + team: *774 required: - action - scope @@ -155180,8 +155187,8 @@ webhooks: type: string enum: - checks_requested - installation: *737 - merge_group: &774 + installation: *738 + merge_group: &775 type: object title: Merge Group description: A group of pull requests that the merge queue has grouped @@ -155200,15 +155207,15 @@ webhooks: description: The full ref of the branch the merge group will be merged into. type: string - head_commit: *440 + head_commit: *441 required: - head_sha - head_ref - base_sha - base_ref - head_commit - organization: *738 - repository: *739 + organization: *739 + repository: *740 sender: *4 required: - action @@ -155294,10 +155301,10 @@ webhooks: - merged - invalidated - dequeued - installation: *737 - merge_group: *774 - organization: *738 - repository: *739 + installation: *738 + merge_group: *775 + organization: *739 + repository: *740 sender: *4 required: - action @@ -155370,7 +155377,7 @@ webhooks: type: string enum: - deleted - enterprise: *736 + enterprise: *737 hook: description: 'The modified webhook. This will contain different keys based on the type of webhook it is: repository, organization, @@ -155478,12 +155485,12 @@ webhooks: hook_id: description: The id of the modified webhook. type: integer - installation: *737 - organization: *738 + installation: *738 + organization: *739 repository: anyOf: - type: 'null' - - *739 + - *740 sender: *4 required: - action @@ -155563,11 +155570,11 @@ webhooks: type: string enum: - closed - enterprise: *736 - installation: *737 - milestone: *768 - organization: *738 - repository: *739 + enterprise: *737 + installation: *738 + milestone: *769 + organization: *739 + repository: *740 sender: *4 required: - action @@ -155646,9 +155653,9 @@ webhooks: type: string enum: - created - enterprise: *736 - installation: *737 - milestone: &775 + enterprise: *737 + installation: *738 + milestone: &776 title: Milestone description: A collection of related issues and pull requests. type: object @@ -155790,8 +155797,8 @@ webhooks: - updated_at - due_on - closed_at - organization: *738 - repository: *739 + organization: *739 + repository: *740 sender: *4 required: - action @@ -155870,11 +155877,11 @@ webhooks: type: string enum: - deleted - enterprise: *736 - installation: *737 - milestone: *768 - organization: *738 - repository: *739 + enterprise: *737 + installation: *738 + milestone: *769 + organization: *739 + repository: *740 sender: *4 required: - action @@ -155984,11 +155991,11 @@ webhooks: type: string required: - from - enterprise: *736 - installation: *737 - milestone: *768 - organization: *738 - repository: *739 + enterprise: *737 + installation: *738 + milestone: *769 + organization: *739 + repository: *740 sender: *4 required: - action @@ -156068,11 +156075,11 @@ webhooks: type: string enum: - opened - enterprise: *736 - installation: *737 - milestone: *775 - organization: *738 - repository: *739 + enterprise: *737 + installation: *738 + milestone: *776 + organization: *739 + repository: *740 sender: *4 required: - action @@ -156151,11 +156158,11 @@ webhooks: type: string enum: - blocked - blocked_user: *763 - enterprise: *736 - installation: *737 - organization: *738 - repository: *739 + blocked_user: *764 + enterprise: *737 + installation: *738 + organization: *739 + repository: *740 sender: *4 required: - action @@ -156234,11 +156241,11 @@ webhooks: type: string enum: - unblocked - blocked_user: *763 - enterprise: *736 - installation: *737 - organization: *738 - repository: *739 + blocked_user: *764 + enterprise: *737 + installation: *738 + organization: *739 + repository: *740 sender: *4 required: - action @@ -156317,9 +156324,9 @@ webhooks: type: string enum: - deleted - enterprise: *736 - installation: *737 - membership: &776 + enterprise: *737 + installation: *738 + membership: &777 title: Membership description: The membership between the user and the organization. Not present when the action is `member_invited`. @@ -156413,8 +156420,8 @@ webhooks: - role - organization_url - user - organization: *738 - repository: *739 + organization: *739 + repository: *740 sender: *4 required: - action @@ -156492,11 +156499,11 @@ webhooks: type: string enum: - member_added - enterprise: *736 - installation: *737 - membership: *776 - organization: *738 - repository: *739 + enterprise: *737 + installation: *738 + membership: *777 + organization: *739 + repository: *740 sender: *4 required: - action @@ -156575,8 +156582,8 @@ webhooks: type: string enum: - member_invited - enterprise: *736 - installation: *737 + enterprise: *737 + installation: *738 invitation: description: The invitation for the user or email if the action is `member_invited`. @@ -156698,10 +156705,10 @@ webhooks: - inviter - team_count - invitation_teams_url - organization: *738 - repository: *739 + organization: *739 + repository: *740 sender: *4 - user: *763 + user: *764 required: - action - invitation @@ -156779,11 +156786,11 @@ webhooks: type: string enum: - member_removed - enterprise: *736 - installation: *737 - membership: *776 - organization: *738 - repository: *739 + enterprise: *737 + installation: *738 + membership: *777 + organization: *739 + repository: *740 sender: *4 required: - action @@ -156870,11 +156877,11 @@ webhooks: properties: from: type: string - enterprise: *736 - installation: *737 - membership: *776 - organization: *738 - repository: *739 + enterprise: *737 + installation: *738 + membership: *777 + organization: *739 + repository: *740 sender: *4 required: - action @@ -156950,9 +156957,9 @@ webhooks: type: string enum: - published - enterprise: *736 - installation: *737 - organization: *738 + enterprise: *737 + installation: *738 + organization: *739 package: description: Information about the package. type: object @@ -157475,7 +157482,7 @@ webhooks: - published_at rubygems_metadata: type: array - items: &777 + items: &778 title: Ruby Gems metadata type: object properties: @@ -157572,7 +157579,7 @@ webhooks: - owner - package_version - registry - repository: *739 + repository: *740 sender: *4 required: - action @@ -157648,9 +157655,9 @@ webhooks: type: string enum: - updated - enterprise: *736 - installation: *737 - organization: *738 + enterprise: *737 + installation: *738 + organization: *739 package: description: Information about the package. type: object @@ -158012,7 +158019,7 @@ webhooks: - published_at rubygems_metadata: type: array - items: *777 + items: *778 source_url: type: string format: uri @@ -158083,7 +158090,7 @@ webhooks: - owner - package_version - registry - repository: *739 + repository: *740 sender: *4 required: - action @@ -158264,12 +158271,12 @@ webhooks: - duration - created_at - updated_at - enterprise: *736 + enterprise: *737 id: type: integer - installation: *737 - organization: *738 - repository: *739 + installation: *738 + organization: *739 + repository: *740 sender: *4 required: - id @@ -158346,7 +158353,7 @@ webhooks: type: string enum: - approved - personal_access_token_request: &778 + personal_access_token_request: &779 title: Personal Access Token Request description: Details of a Personal Access Token Request. type: object @@ -158496,10 +158503,10 @@ webhooks: - token_expired - token_expires_at - token_last_used_at - enterprise: *736 - organization: *738 + enterprise: *737 + organization: *739 sender: *4 - installation: *737 + installation: *738 required: - action - personal_access_token_request @@ -158576,11 +158583,11 @@ webhooks: type: string enum: - cancelled - personal_access_token_request: *778 - enterprise: *736 - organization: *738 + personal_access_token_request: *779 + enterprise: *737 + organization: *739 sender: *4 - installation: *737 + installation: *738 required: - action - personal_access_token_request @@ -158656,11 +158663,11 @@ webhooks: type: string enum: - created - personal_access_token_request: *778 - enterprise: *736 - organization: *738 + personal_access_token_request: *779 + enterprise: *737 + organization: *739 sender: *4 - installation: *737 + installation: *738 required: - action - personal_access_token_request @@ -158735,11 +158742,11 @@ webhooks: type: string enum: - denied - personal_access_token_request: *778 - organization: *738 - enterprise: *736 + personal_access_token_request: *779 + organization: *739 + enterprise: *737 sender: *4 - installation: *737 + installation: *738 required: - action - personal_access_token_request @@ -158844,7 +158851,7 @@ webhooks: id: description: Unique identifier of the webhook. type: integer - last_response: *779 + last_response: *780 name: description: The type of webhook. The only valid value is 'web'. type: string @@ -158876,8 +158883,8 @@ webhooks: hook_id: description: The ID of the webhook that triggered the ping. type: integer - organization: *738 - repository: *739 + organization: *739 + repository: *740 sender: *4 zen: description: Random string of GitHub zen. @@ -159122,10 +159129,10 @@ webhooks: - from required: - note - enterprise: *736 - installation: *737 - organization: *738 - project_card: &780 + enterprise: *737 + installation: *738 + organization: *739 + project_card: &781 title: Project Card type: object properties: @@ -159248,7 +159255,7 @@ webhooks: - creator - created_at - updated_at - repository: *739 + repository: *740 sender: *4 required: - action @@ -159329,11 +159336,11 @@ webhooks: type: string enum: - created - enterprise: *736 - installation: *737 - organization: *738 - project_card: *780 - repository: *739 + enterprise: *737 + installation: *738 + organization: *739 + project_card: *781 + repository: *740 sender: *4 required: - action @@ -159413,9 +159420,9 @@ webhooks: type: string enum: - deleted - enterprise: *736 - installation: *737 - organization: *738 + enterprise: *737 + installation: *738 + organization: *739 project_card: title: Project Card type: object @@ -159545,7 +159552,7 @@ webhooks: repository: anyOf: - type: 'null' - - *739 + - *740 sender: *4 required: - action @@ -159639,11 +159646,11 @@ webhooks: - from required: - note - enterprise: *736 - installation: *737 - organization: *738 - project_card: *780 - repository: *739 + enterprise: *737 + installation: *738 + organization: *739 + project_card: *781 + repository: *740 sender: *4 required: - action @@ -159737,9 +159744,9 @@ webhooks: - from required: - column_id - enterprise: *736 - installation: *737 - organization: *738 + enterprise: *737 + installation: *738 + organization: *739 project_card: allOf: - title: Project Card @@ -159936,7 +159943,7 @@ webhooks: type: string required: - after_id - repository: *739 + repository: *740 sender: *4 required: - action @@ -160016,10 +160023,10 @@ webhooks: type: string enum: - closed - enterprise: *736 - installation: *737 - organization: *738 - project: &782 + enterprise: *737 + installation: *738 + organization: *739 + project: &783 title: Project type: object properties: @@ -160146,7 +160153,7 @@ webhooks: - creator - created_at - updated_at - repository: *739 + repository: *740 sender: *4 required: - action @@ -160226,10 +160233,10 @@ webhooks: type: string enum: - created - enterprise: *736 - installation: *737 - organization: *738 - project_column: &781 + enterprise: *737 + installation: *738 + organization: *739 + project_column: &782 title: Project Column type: object properties: @@ -160269,7 +160276,7 @@ webhooks: - name - created_at - updated_at - repository: *739 + repository: *740 sender: *4 required: - action @@ -160348,14 +160355,14 @@ webhooks: type: string enum: - deleted - enterprise: *736 - installation: *737 - organization: *738 - project_column: *781 + enterprise: *737 + installation: *738 + organization: *739 + project_column: *782 repository: anyOf: - type: 'null' - - *739 + - *740 sender: *4 required: - action @@ -160444,11 +160451,11 @@ webhooks: type: string required: - from - enterprise: *736 - installation: *737 - organization: *738 - project_column: *781 - repository: *739 + enterprise: *737 + installation: *738 + organization: *739 + project_column: *782 + repository: *740 sender: *4 required: - action @@ -160528,11 +160535,11 @@ webhooks: type: string enum: - moved - enterprise: *736 - installation: *737 - organization: *738 - project_column: *781 - repository: *739 + enterprise: *737 + installation: *738 + organization: *739 + project_column: *782 + repository: *740 sender: *4 required: - action @@ -160612,11 +160619,11 @@ webhooks: type: string enum: - created - enterprise: *736 - installation: *737 - organization: *738 - project: *782 - repository: *739 + enterprise: *737 + installation: *738 + organization: *739 + project: *783 + repository: *740 sender: *4 required: - action @@ -160696,14 +160703,14 @@ webhooks: type: string enum: - deleted - enterprise: *736 - installation: *737 - organization: *738 - project: *782 + enterprise: *737 + installation: *738 + organization: *739 + project: *783 repository: anyOf: - type: 'null' - - *739 + - *740 sender: *4 required: - action @@ -160804,11 +160811,11 @@ webhooks: type: string required: - from - enterprise: *736 - installation: *737 - organization: *738 - project: *782 - repository: *739 + enterprise: *737 + installation: *738 + organization: *739 + project: *783 + repository: *740 sender: *4 required: - action @@ -160887,11 +160894,11 @@ webhooks: type: string enum: - reopened - enterprise: *736 - installation: *737 - organization: *738 - project: *782 - repository: *739 + enterprise: *737 + installation: *738 + organization: *739 + project: *783 + repository: *740 sender: *4 required: - action @@ -160972,9 +160979,9 @@ webhooks: type: string enum: - closed - installation: *737 - organization: *738 - projects_v2: &783 + installation: *738 + organization: *739 + projects_v2: &784 title: Projects v2 Project description: A projects v2 project type: object @@ -161122,9 +161129,9 @@ webhooks: type: string enum: - created - installation: *737 - organization: *738 - projects_v2: *783 + installation: *738 + organization: *739 + projects_v2: *784 sender: *4 required: - action @@ -161205,9 +161212,9 @@ webhooks: type: string enum: - deleted - installation: *737 - organization: *738 - projects_v2: *783 + installation: *738 + organization: *739 + projects_v2: *784 sender: *4 required: - action @@ -161328,9 +161335,9 @@ webhooks: type: string to: type: string - installation: *737 - organization: *738 - projects_v2: *783 + installation: *738 + organization: *739 + projects_v2: *784 sender: *4 required: - action @@ -161413,7 +161420,7 @@ webhooks: type: string enum: - archived - changes: &787 + changes: &788 type: object properties: archived_at: @@ -161429,9 +161436,9 @@ webhooks: - string - 'null' format: date-time - installation: *737 - organization: *738 - projects_v2_item: &784 + installation: *738 + organization: *739 + projects_v2_item: &785 title: Projects v2 Item description: An item belonging to a project type: object @@ -161570,9 +161577,9 @@ webhooks: - 'null' to: type: string - installation: *737 - organization: *738 - projects_v2_item: *784 + installation: *738 + organization: *739 + projects_v2_item: *785 sender: *4 required: - action @@ -161654,9 +161661,9 @@ webhooks: type: string enum: - created - installation: *737 - organization: *738 - projects_v2_item: *784 + installation: *738 + organization: *739 + projects_v2_item: *785 sender: *4 required: - action @@ -161737,9 +161744,9 @@ webhooks: type: string enum: - deleted - installation: *737 - organization: *738 - projects_v2_item: *784 + installation: *738 + organization: *739 + projects_v2_item: *785 sender: *4 required: - action @@ -161844,7 +161851,7 @@ webhooks: oneOf: - type: string - type: integer - - &785 + - &786 title: Projects v2 Single Select Option description: An option for a single select field type: object @@ -161864,7 +161871,7 @@ webhooks: required: - id - name - - &786 + - &787 title: Projects v2 Iteration Setting description: An iteration setting for an iteration field type: object @@ -161893,8 +161900,8 @@ webhooks: oneOf: - type: string - type: integer - - *785 - *786 + - *787 type: - 'null' - string @@ -161917,9 +161924,9 @@ webhooks: - 'null' required: - body - installation: *737 - organization: *738 - projects_v2_item: *784 + installation: *738 + organization: *739 + projects_v2_item: *785 sender: *4 required: - action @@ -162016,9 +162023,9 @@ webhooks: type: - string - 'null' - installation: *737 - organization: *738 - projects_v2_item: *784 + installation: *738 + organization: *739 + projects_v2_item: *785 sender: *4 required: - action @@ -162101,10 +162108,10 @@ webhooks: type: string enum: - restored - changes: *787 - installation: *737 - organization: *738 - projects_v2_item: *784 + changes: *788 + installation: *738 + organization: *739 + projects_v2_item: *785 sender: *4 required: - action @@ -162186,9 +162193,9 @@ webhooks: type: string enum: - reopened - installation: *737 - organization: *738 - projects_v2: *783 + installation: *738 + organization: *739 + projects_v2: *784 sender: *4 required: - action @@ -162269,9 +162276,9 @@ webhooks: type: string enum: - created - installation: *737 - organization: *738 - projects_v2_status_update: &788 + installation: *738 + organization: *739 + projects_v2_status_update: &789 title: Projects v2 Status Update description: An status update belonging to a project type: object @@ -162406,9 +162413,9 @@ webhooks: type: string enum: - deleted - installation: *737 - organization: *738 - projects_v2_status_update: *788 + installation: *738 + organization: *739 + projects_v2_status_update: *789 sender: *4 required: - action @@ -162554,9 +162561,9 @@ webhooks: - string - 'null' format: date - installation: *737 - organization: *738 - projects_v2_status_update: *788 + installation: *738 + organization: *739 + projects_v2_status_update: *789 sender: *4 required: - action @@ -162627,10 +162634,10 @@ webhooks: title: public event type: object properties: - enterprise: *736 - installation: *737 - organization: *738 - repository: *739 + enterprise: *737 + installation: *738 + organization: *739 + repository: *740 sender: *4 required: - repository @@ -162707,13 +162714,13 @@ webhooks: type: string enum: - assigned - assignee: *763 - enterprise: *736 - installation: *737 - number: &789 + assignee: *764 + enterprise: *737 + installation: *738 + number: &790 description: The pull request number. type: integer - organization: *738 + organization: *739 pull_request: title: Pull Request type: object @@ -165062,7 +165069,7 @@ webhooks: - auto_merge - active_lock_reason - draft - repository: *739 + repository: *740 sender: *4 required: - action @@ -165144,11 +165151,11 @@ webhooks: type: string enum: - auto_merge_disabled - enterprise: *736 - installation: *737 + enterprise: *737 + installation: *738 number: type: integer - organization: *738 + organization: *739 pull_request: title: Pull Request type: object @@ -167490,7 +167497,7 @@ webhooks: - draft reason: type: string - repository: *739 + repository: *740 sender: *4 required: - action @@ -167572,11 +167579,11 @@ webhooks: type: string enum: - auto_merge_enabled - enterprise: *736 - installation: *737 + enterprise: *737 + installation: *738 number: type: integer - organization: *738 + organization: *739 pull_request: title: Pull Request type: object @@ -169918,7 +169925,7 @@ webhooks: - draft reason: type: string - repository: *739 + repository: *740 sender: *4 required: - action @@ -170000,13 +170007,13 @@ webhooks: type: string enum: - closed - enterprise: *736 - installation: *737 - number: *789 - organization: *738 - pull_request: &790 + enterprise: *737 + installation: *738 + number: *790 + organization: *739 + pull_request: &791 allOf: - - *591 + - *592 - type: object properties: allow_auto_merge: @@ -170068,7 +170075,7 @@ webhooks: Please use `squash_merge_commit_title` instead.** type: boolean default: false - repository: *739 + repository: *740 sender: *4 required: - action @@ -170149,12 +170156,12 @@ webhooks: type: string enum: - converted_to_draft - enterprise: *736 - installation: *737 - number: *789 - organization: *738 - pull_request: *790 - repository: *739 + enterprise: *737 + installation: *738 + number: *790 + organization: *739 + pull_request: *791 + repository: *740 sender: *4 required: - action @@ -170234,11 +170241,11 @@ webhooks: type: string enum: - demilestoned - enterprise: *736 - milestone: *486 - number: *789 - organization: *738 - pull_request: &791 + enterprise: *737 + milestone: *487 + number: *790 + organization: *739 + pull_request: &792 title: Pull Request type: object properties: @@ -172565,7 +172572,7 @@ webhooks: - auto_merge - active_lock_reason - draft - repository: *739 + repository: *740 sender: *4 required: - action @@ -172644,11 +172651,11 @@ webhooks: type: string enum: - dequeued - enterprise: *736 - installation: *737 + enterprise: *737 + installation: *738 number: type: integer - organization: *738 + organization: *739 pull_request: title: Pull Request type: object @@ -174994,7 +175001,7 @@ webhooks: - BRANCH_PROTECTIONS - GIT_TREE_INVALID - INVALID_MERGE_COMMIT - repository: *739 + repository: *740 sender: *4 required: - action @@ -175118,12 +175125,12 @@ webhooks: type: string required: - from - enterprise: *736 - installation: *737 - number: *789 - organization: *738 - pull_request: *790 - repository: *739 + enterprise: *737 + installation: *738 + number: *790 + organization: *739 + pull_request: *791 + repository: *740 sender: *4 required: - action @@ -175203,11 +175210,11 @@ webhooks: type: string enum: - enqueued - enterprise: *736 - installation: *737 + enterprise: *737 + installation: *738 number: type: integer - organization: *738 + organization: *739 pull_request: title: Pull Request type: object @@ -177538,7 +177545,7 @@ webhooks: - auto_merge - active_lock_reason - draft - repository: *739 + repository: *740 sender: *4 required: - action @@ -177618,11 +177625,11 @@ webhooks: type: string enum: - labeled - enterprise: *736 - installation: *737 - label: *762 - number: *789 - organization: *738 + enterprise: *737 + installation: *738 + label: *763 + number: *790 + organization: *739 pull_request: title: Pull Request type: object @@ -179970,7 +179977,7 @@ webhooks: - auto_merge - active_lock_reason - draft - repository: *739 + repository: *740 sender: *4 required: - action @@ -180051,10 +180058,10 @@ webhooks: type: string enum: - locked - enterprise: *736 - installation: *737 - number: *789 - organization: *738 + enterprise: *737 + installation: *738 + number: *790 + organization: *739 pull_request: title: Pull Request type: object @@ -182400,7 +182407,7 @@ webhooks: - auto_merge - active_lock_reason - draft - repository: *739 + repository: *740 sender: *4 required: - action @@ -182480,12 +182487,12 @@ webhooks: type: string enum: - milestoned - enterprise: *736 - milestone: *486 - number: *789 - organization: *738 - pull_request: *791 - repository: *739 + enterprise: *737 + milestone: *487 + number: *790 + organization: *739 + pull_request: *792 + repository: *740 sender: *4 required: - action @@ -182564,12 +182571,12 @@ webhooks: type: string enum: - opened - enterprise: *736 - installation: *737 - number: *789 - organization: *738 - pull_request: *790 - repository: *739 + enterprise: *737 + installation: *738 + number: *790 + organization: *739 + pull_request: *791 + repository: *740 sender: *4 required: - action @@ -182650,12 +182657,12 @@ webhooks: type: string enum: - ready_for_review - enterprise: *736 - installation: *737 - number: *789 - organization: *738 - pull_request: *790 - repository: *739 + enterprise: *737 + installation: *738 + number: *790 + organization: *739 + pull_request: *791 + repository: *740 sender: *4 required: - action @@ -182735,12 +182742,12 @@ webhooks: type: string enum: - reopened - enterprise: *736 - installation: *737 - number: *789 - organization: *738 - pull_request: *790 - repository: *739 + enterprise: *737 + installation: *738 + number: *790 + organization: *739 + pull_request: *791 + repository: *740 sender: *4 required: - action @@ -183115,9 +183122,9 @@ webhooks: - start_side - side - reactions - enterprise: *736 - installation: *737 - organization: *738 + enterprise: *737 + installation: *738 + organization: *739 pull_request: type: object properties: @@ -185347,7 +185354,7 @@ webhooks: - _links - author_association - active_lock_reason - repository: *739 + repository: *740 sender: *4 required: - action @@ -185427,7 +185434,7 @@ webhooks: type: string enum: - deleted - comment: &793 + comment: &794 title: Pull Request Review Comment description: The [comment](https://docs.github.com/enterprise-cloud@latest//rest/pulls/comments#get-a-review-comment-for-a-pull-request) itself. @@ -185720,9 +185727,9 @@ webhooks: - start_side - side - reactions - enterprise: *736 - installation: *737 - organization: *738 + enterprise: *737 + installation: *738 + organization: *739 pull_request: type: object properties: @@ -187940,7 +187947,7 @@ webhooks: - _links - author_association - active_lock_reason - repository: *739 + repository: *740 sender: *4 required: - action @@ -188020,11 +188027,11 @@ webhooks: type: string enum: - edited - changes: *792 - comment: *793 - enterprise: *736 - installation: *737 - organization: *738 + changes: *793 + comment: *794 + enterprise: *737 + installation: *738 + organization: *739 pull_request: type: object properties: @@ -190245,7 +190252,7 @@ webhooks: - _links - author_association - active_lock_reason - repository: *739 + repository: *740 sender: *4 required: - action @@ -190326,9 +190333,9 @@ webhooks: type: string enum: - dismissed - enterprise: *736 - installation: *737 - organization: *738 + enterprise: *737 + installation: *738 + organization: *739 pull_request: title: Simple Pull Request type: object @@ -192561,7 +192568,7 @@ webhooks: - author_association - auto_merge - active_lock_reason - repository: *739 + repository: *740 review: description: The review that was affected. type: object @@ -192807,9 +192814,9 @@ webhooks: type: string required: - from - enterprise: *736 - installation: *737 - organization: *738 + enterprise: *737 + installation: *738 + organization: *739 pull_request: title: Simple Pull Request type: object @@ -194923,8 +194930,8 @@ webhooks: - author_association - auto_merge - active_lock_reason - repository: *739 - review: &794 + repository: *740 + review: &795 description: The review that was affected. type: object properties: @@ -195157,12 +195164,12 @@ webhooks: type: string enum: - review_request_removed - enterprise: *736 - installation: *737 + enterprise: *737 + installation: *738 number: description: The pull request number. type: integer - organization: *738 + organization: *739 pull_request: title: Pull Request type: object @@ -197509,7 +197516,7 @@ webhooks: - auto_merge - active_lock_reason - draft - repository: *739 + repository: *740 requested_reviewer: title: User type: @@ -197595,12 +197602,12 @@ webhooks: type: string enum: - review_request_removed - enterprise: *736 - installation: *737 + enterprise: *737 + installation: *738 number: description: The pull request number. type: integer - organization: *738 + organization: *739 pull_request: title: Pull Request type: object @@ -199954,7 +199961,7 @@ webhooks: - auto_merge - active_lock_reason - draft - repository: *739 + repository: *740 requested_team: title: Team description: Groups of organization members that gives permissions @@ -200149,12 +200156,12 @@ webhooks: type: string enum: - review_requested - enterprise: *736 - installation: *737 + enterprise: *737 + installation: *738 number: description: The pull request number. type: integer - organization: *738 + organization: *739 pull_request: title: Pull Request type: object @@ -202503,7 +202510,7 @@ webhooks: - auto_merge - active_lock_reason - draft - repository: *739 + repository: *740 requested_reviewer: title: User type: @@ -202590,12 +202597,12 @@ webhooks: type: string enum: - review_requested - enterprise: *736 - installation: *737 + enterprise: *737 + installation: *738 number: description: The pull request number. type: integer - organization: *738 + organization: *739 pull_request: title: Pull Request type: object @@ -204935,7 +204942,7 @@ webhooks: - auto_merge - active_lock_reason - draft - repository: *739 + repository: *740 requested_team: title: Team description: Groups of organization members that gives permissions @@ -205119,9 +205126,9 @@ webhooks: type: string enum: - submitted - enterprise: *736 - installation: *737 - organization: *738 + enterprise: *737 + installation: *738 + organization: *739 pull_request: title: Simple Pull Request type: object @@ -207357,8 +207364,8 @@ webhooks: - author_association - auto_merge - active_lock_reason - repository: *739 - review: *794 + repository: *740 + review: *795 sender: *4 required: - action @@ -207438,9 +207445,9 @@ webhooks: type: string enum: - resolved - enterprise: *736 - installation: *737 - organization: *738 + enterprise: *737 + installation: *738 + organization: *739 pull_request: title: Simple Pull Request type: object @@ -209571,7 +209578,7 @@ webhooks: - author_association - auto_merge - active_lock_reason - repository: *739 + repository: *740 sender: *4 thread: type: object @@ -209963,9 +209970,9 @@ webhooks: type: string enum: - unresolved - enterprise: *736 - installation: *737 - organization: *738 + enterprise: *737 + installation: *738 + organization: *739 pull_request: title: Simple Pull Request type: object @@ -212079,7 +212086,7 @@ webhooks: - author_association - auto_merge - active_lock_reason - repository: *739 + repository: *740 sender: *4 thread: type: object @@ -212473,10 +212480,10 @@ webhooks: type: string before: type: string - enterprise: *736 - installation: *737 - number: *789 - organization: *738 + enterprise: *737 + installation: *738 + number: *790 + organization: *739 pull_request: title: Pull Request type: object @@ -214811,7 +214818,7 @@ webhooks: - auto_merge - active_lock_reason - draft - repository: *739 + repository: *740 sender: *4 required: - action @@ -214893,11 +214900,11 @@ webhooks: type: string enum: - unassigned - assignee: *795 - enterprise: *736 - installation: *737 - number: *789 - organization: *738 + assignee: *796 + enterprise: *737 + installation: *738 + number: *790 + organization: *739 pull_request: title: Pull Request type: object @@ -217247,7 +217254,7 @@ webhooks: - auto_merge - active_lock_reason - draft - repository: *739 + repository: *740 sender: *4 required: - action @@ -217326,11 +217333,11 @@ webhooks: type: string enum: - unlabeled - enterprise: *736 - installation: *737 - label: *762 - number: *789 - organization: *738 + enterprise: *737 + installation: *738 + label: *763 + number: *790 + organization: *739 pull_request: title: Pull Request type: object @@ -219669,7 +219676,7 @@ webhooks: - auto_merge - active_lock_reason - draft - repository: *739 + repository: *740 sender: *4 required: - action @@ -219750,10 +219757,10 @@ webhooks: type: string enum: - unlocked - enterprise: *736 - installation: *737 - number: *789 - organization: *738 + enterprise: *737 + installation: *738 + number: *790 + organization: *739 pull_request: title: Pull Request type: object @@ -222082,7 +222089,7 @@ webhooks: - auto_merge - active_lock_reason - draft - repository: *739 + repository: *740 sender: *4 required: - action @@ -222285,7 +222292,7 @@ webhooks: deleted: description: Whether this push deleted the `ref`. type: boolean - enterprise: *736 + enterprise: *737 forced: description: Whether this push was a force push of the `ref`. type: boolean @@ -222380,8 +222387,8 @@ webhooks: - url - author - committer - installation: *737 - organization: *738 + installation: *738 + organization: *739 pusher: title: Committer description: Metaproperties for Git author/committer information. @@ -222969,9 +222976,9 @@ webhooks: type: string enum: - published - enterprise: *736 - installation: *737 - organization: *738 + enterprise: *737 + installation: *738 + organization: *739 registry_package: type: object properties: @@ -223448,7 +223455,7 @@ webhooks: type: string rubygems_metadata: type: array - items: *777 + items: *778 summary: type: string tag_name: @@ -223504,7 +223511,7 @@ webhooks: - owner - package_version - registry - repository: *739 + repository: *740 sender: *4 required: - action @@ -223582,9 +223589,9 @@ webhooks: type: string enum: - updated - enterprise: *736 - installation: *737 - organization: *738 + enterprise: *737 + installation: *738 + organization: *739 registry_package: type: object properties: @@ -223896,7 +223903,7 @@ webhooks: - published_at rubygems_metadata: type: array - items: *777 + items: *778 summary: type: string tag_name: @@ -223946,7 +223953,7 @@ webhooks: - owner - package_version - registry - repository: *739 + repository: *740 sender: *4 required: - action @@ -224023,10 +224030,10 @@ webhooks: type: string enum: - created - enterprise: *736 - installation: *737 - organization: *738 - release: &796 + enterprise: *737 + installation: *738 + organization: *739 + release: &797 title: Release description: The [release](https://docs.github.com/enterprise-cloud@latest//rest/releases/releases/#get-a-release) object. @@ -224342,7 +224349,7 @@ webhooks: - tarball_url - zipball_url - body - repository: *739 + repository: *740 sender: *4 required: - action @@ -224419,11 +224426,11 @@ webhooks: type: string enum: - deleted - enterprise: *736 - installation: *737 - organization: *738 - release: *796 - repository: *739 + enterprise: *737 + installation: *738 + organization: *739 + release: *797 + repository: *740 sender: *4 required: - action @@ -224540,11 +224547,11 @@ webhooks: type: boolean required: - to - enterprise: *736 - installation: *737 - organization: *738 - release: *796 - repository: *739 + enterprise: *737 + installation: *738 + organization: *739 + release: *797 + repository: *740 sender: *4 required: - action @@ -224622,9 +224629,9 @@ webhooks: type: string enum: - prereleased - enterprise: *736 - installation: *737 - organization: *738 + enterprise: *737 + installation: *738 + organization: *739 release: title: Release description: The [release](https://docs.github.com/enterprise-cloud@latest//rest/releases/releases/#get-a-release) @@ -224945,7 +224952,7 @@ webhooks: - string - 'null' format: uri - repository: *739 + repository: *740 sender: *4 required: - action @@ -225021,10 +225028,10 @@ webhooks: type: string enum: - published - enterprise: *736 - installation: *737 - organization: *738 - release: &797 + enterprise: *737 + installation: *738 + organization: *739 + release: &798 title: Release description: The [release](https://docs.github.com/enterprise-cloud@latest//rest/releases/releases/#get-a-release) object. @@ -225342,7 +225349,7 @@ webhooks: - string - 'null' format: uri - repository: *739 + repository: *740 sender: *4 required: - action @@ -225418,11 +225425,11 @@ webhooks: type: string enum: - released - enterprise: *736 - installation: *737 - organization: *738 - release: *796 - repository: *739 + enterprise: *737 + installation: *738 + organization: *739 + release: *797 + repository: *740 sender: *4 required: - action @@ -225498,11 +225505,11 @@ webhooks: type: string enum: - unpublished - enterprise: *736 - installation: *737 - organization: *738 - release: *797 - repository: *739 + enterprise: *737 + installation: *738 + organization: *739 + release: *798 + repository: *740 sender: *4 required: - action @@ -225578,11 +225585,11 @@ webhooks: type: string enum: - published - enterprise: *736 - installation: *737 - organization: *738 - repository: *739 - repository_advisory: *648 + enterprise: *737 + installation: *738 + organization: *739 + repository: *740 + repository_advisory: *649 sender: *4 required: - action @@ -225658,11 +225665,11 @@ webhooks: type: string enum: - reported - enterprise: *736 - installation: *737 - organization: *738 - repository: *739 - repository_advisory: *648 + enterprise: *737 + installation: *738 + organization: *739 + repository: *740 + repository_advisory: *649 sender: *4 required: - action @@ -225738,10 +225745,10 @@ webhooks: type: string enum: - archived - enterprise: *736 - installation: *737 - organization: *738 - repository: *739 + enterprise: *737 + installation: *738 + organization: *739 + repository: *740 sender: *4 required: - action @@ -225818,10 +225825,10 @@ webhooks: type: string enum: - created - enterprise: *736 - installation: *737 - organization: *738 - repository: *739 + enterprise: *737 + installation: *738 + organization: *739 + repository: *740 sender: *4 required: - action @@ -225899,10 +225906,10 @@ webhooks: type: string enum: - deleted - enterprise: *736 - installation: *737 - organization: *738 - repository: *739 + enterprise: *737 + installation: *738 + organization: *739 + repository: *740 sender: *4 required: - action @@ -225987,10 +225994,10 @@ webhooks: additionalProperties: true description: The `client_payload` that was specified in the `POST /repos/{owner}/{repo}/dispatches` request body. - enterprise: *736 - installation: *737 - organization: *738 - repository: *739 + enterprise: *737 + installation: *738 + organization: *739 + repository: *740 sender: *4 required: - action @@ -226105,10 +226112,10 @@ webhooks: - 'null' items: type: string - enterprise: *736 - installation: *737 - organization: *738 - repository: *739 + enterprise: *737 + installation: *738 + organization: *739 + repository: *740 sender: *4 required: - action @@ -226180,10 +226187,10 @@ webhooks: title: repository_import event type: object properties: - enterprise: *736 - installation: *737 - organization: *738 - repository: *739 + enterprise: *737 + installation: *738 + organization: *739 + repository: *740 sender: *4 status: type: string @@ -226264,10 +226271,10 @@ webhooks: type: string enum: - privatized - enterprise: *736 - installation: *737 - organization: *738 - repository: *739 + enterprise: *737 + installation: *738 + organization: *739 + repository: *740 sender: *4 required: - action @@ -226344,10 +226351,10 @@ webhooks: type: string enum: - publicized - enterprise: *736 - installation: *737 - organization: *738 - repository: *739 + enterprise: *737 + installation: *738 + organization: *739 + repository: *740 sender: *4 required: - action @@ -226441,10 +226448,10 @@ webhooks: - name required: - repository - enterprise: *736 - installation: *737 - organization: *738 - repository: *739 + enterprise: *737 + installation: *738 + organization: *739 + repository: *740 sender: *4 required: - action @@ -226524,10 +226531,10 @@ webhooks: type: string enum: - created - enterprise: *736 - installation: *737 - organization: *738 - repository: *739 + enterprise: *737 + installation: *738 + organization: *739 + repository: *740 repository_ruleset: *124 sender: *4 required: @@ -226606,10 +226613,10 @@ webhooks: type: string enum: - deleted - enterprise: *736 - installation: *737 - organization: *738 - repository: *739 + enterprise: *737 + installation: *738 + organization: *739 + repository: *740 repository_ruleset: *124 sender: *4 required: @@ -226688,10 +226695,10 @@ webhooks: type: string enum: - edited - enterprise: *736 - installation: *737 - organization: *738 - repository: *739 + enterprise: *737 + installation: *738 + organization: *739 + repository: *740 repository_ruleset: *124 changes: type: object @@ -226999,10 +227006,10 @@ webhooks: - from required: - owner - enterprise: *736 - installation: *737 - organization: *738 - repository: *739 + enterprise: *737 + installation: *738 + organization: *739 + repository: *740 sender: *4 required: - action @@ -227080,10 +227087,10 @@ webhooks: type: string enum: - unarchived - enterprise: *736 - installation: *737 - organization: *738 - repository: *739 + enterprise: *737 + installation: *738 + organization: *739 + repository: *740 sender: *4 required: - action @@ -227161,7 +227168,7 @@ webhooks: type: string enum: - create - alert: &798 + alert: &799 title: Repository Vulnerability Alert Alert description: The security alert of the vulnerable dependency. type: object @@ -227285,10 +227292,10 @@ webhooks: type: string enum: - open - enterprise: *736 - installation: *737 - organization: *738 - repository: *739 + enterprise: *737 + installation: *738 + organization: *739 + repository: *740 sender: *4 required: - action @@ -227498,10 +227505,10 @@ webhooks: type: string enum: - dismissed - enterprise: *736 - installation: *737 - organization: *738 - repository: *739 + enterprise: *737 + installation: *738 + organization: *739 + repository: *740 sender: *4 required: - action @@ -227579,11 +227586,11 @@ webhooks: type: string enum: - reopen - alert: *798 - enterprise: *736 - installation: *737 - organization: *738 - repository: *739 + alert: *799 + enterprise: *737 + installation: *738 + organization: *739 + repository: *740 sender: *4 required: - action @@ -227785,10 +227792,10 @@ webhooks: enum: - fixed - open - enterprise: *736 - installation: *737 - organization: *738 - repository: *739 + enterprise: *737 + installation: *738 + organization: *739 + repository: *740 sender: *4 required: - action @@ -227866,7 +227873,7 @@ webhooks: type: string enum: - created - alert: &799 + alert: &800 type: object properties: number: *96 @@ -227976,10 +227983,10 @@ webhooks: - 'null' description: Whether the detected secret was found in multiple repositories in the same organization or business. - enterprise: *736 - installation: *737 - organization: *738 - repository: *739 + enterprise: *737 + installation: *738 + organization: *739 + repository: *740 sender: *4 required: - action @@ -228060,11 +228067,11 @@ webhooks: type: string enum: - created - alert: *799 - installation: *737 - location: *800 - organization: *738 - repository: *739 + alert: *800 + installation: *738 + location: *801 + organization: *739 + repository: *740 sender: *4 required: - location @@ -228302,11 +228309,11 @@ webhooks: type: string enum: - publicly_leaked - alert: *799 - enterprise: *736 - installation: *737 - organization: *738 - repository: *739 + alert: *800 + enterprise: *737 + installation: *738 + organization: *739 + repository: *740 sender: *4 required: - action @@ -228384,11 +228391,11 @@ webhooks: type: string enum: - reopened - alert: *799 - enterprise: *736 - installation: *737 - organization: *738 - repository: *739 + alert: *800 + enterprise: *737 + installation: *738 + organization: *739 + repository: *740 sender: *4 required: - action @@ -228466,11 +228473,11 @@ webhooks: type: string enum: - resolved - alert: *799 - enterprise: *736 - installation: *737 - organization: *738 - repository: *739 + alert: *800 + enterprise: *737 + installation: *738 + organization: *739 + repository: *740 sender: *4 required: - action @@ -228548,11 +228555,11 @@ webhooks: type: string enum: - validated - alert: *799 - enterprise: *736 - installation: *737 - organization: *738 - repository: *739 + alert: *800 + enterprise: *737 + installation: *738 + organization: *739 + repository: *740 sender: *4 required: - action @@ -228682,10 +228689,10 @@ webhooks: - organization - enterprise - - repository: *739 - enterprise: *736 - installation: *737 - organization: *738 + repository: *740 + enterprise: *737 + installation: *738 + organization: *739 sender: *4 required: - action @@ -228763,11 +228770,11 @@ webhooks: type: string enum: - published - enterprise: *736 - installation: *737 - organization: *738 - repository: *739 - security_advisory: &801 + enterprise: *737 + installation: *738 + organization: *739 + repository: *740 + security_advisory: &802 description: The details of the security advisory, including summary, description, and severity. type: object @@ -228953,11 +228960,11 @@ webhooks: type: string enum: - updated - enterprise: *736 - installation: *737 - organization: *738 - repository: *739 - security_advisory: *801 + enterprise: *737 + installation: *738 + organization: *739 + repository: *740 + security_advisory: *802 sender: *4 required: - action @@ -229030,10 +229037,10 @@ webhooks: type: string enum: - withdrawn - enterprise: *736 - installation: *737 - organization: *738 - repository: *739 + enterprise: *737 + installation: *738 + organization: *739 + repository: *740 security_advisory: description: The details of the security advisory, including summary, description, and severity. @@ -229219,11 +229226,11 @@ webhooks: from: type: object properties: - security_and_analysis: *315 - enterprise: *736 - installation: *737 - organization: *738 - repository: *377 + security_and_analysis: *316 + enterprise: *737 + installation: *738 + organization: *739 + repository: *378 sender: *4 required: - changes @@ -229301,12 +229308,12 @@ webhooks: type: string enum: - cancelled - enterprise: *736 - installation: *737 - organization: *738 - repository: *739 + enterprise: *737 + installation: *738 + organization: *739 + repository: *740 sender: *4 - sponsorship: &802 + sponsorship: &803 type: object properties: created_at: @@ -229611,12 +229618,12 @@ webhooks: type: string enum: - created - enterprise: *736 - installation: *737 - organization: *738 - repository: *739 + enterprise: *737 + installation: *738 + organization: *739 + repository: *740 sender: *4 - sponsorship: *802 + sponsorship: *803 required: - action - sponsorship @@ -229704,12 +229711,12 @@ webhooks: type: string required: - from - enterprise: *736 - installation: *737 - organization: *738 - repository: *739 + enterprise: *737 + installation: *738 + organization: *739 + repository: *740 sender: *4 - sponsorship: *802 + sponsorship: *803 required: - action - changes @@ -229786,17 +229793,17 @@ webhooks: type: string enum: - pending_cancellation - effective_date: &803 + effective_date: &804 description: The `pending_cancellation` and `pending_tier_change` event types will include the date the cancellation or tier change will take effect. type: string - enterprise: *736 - installation: *737 - organization: *738 - repository: *739 + enterprise: *737 + installation: *738 + organization: *739 + repository: *740 sender: *4 - sponsorship: *802 + sponsorship: *803 required: - action - sponsorship @@ -229870,7 +229877,7 @@ webhooks: type: string enum: - pending_tier_change - changes: &804 + changes: &805 type: object properties: tier: @@ -229914,13 +229921,13 @@ webhooks: - from required: - tier - effective_date: *803 - enterprise: *736 - installation: *737 - organization: *738 - repository: *739 + effective_date: *804 + enterprise: *737 + installation: *738 + organization: *739 + repository: *740 sender: *4 - sponsorship: *802 + sponsorship: *803 required: - action - changes @@ -229997,13 +230004,13 @@ webhooks: type: string enum: - tier_changed - changes: *804 - enterprise: *736 - installation: *737 - organization: *738 - repository: *739 + changes: *805 + enterprise: *737 + installation: *738 + organization: *739 + repository: *740 sender: *4 - sponsorship: *802 + sponsorship: *803 required: - action - changes @@ -230077,10 +230084,10 @@ webhooks: type: string enum: - created - enterprise: *736 - installation: *737 - organization: *738 - repository: *739 + enterprise: *737 + installation: *738 + organization: *739 + repository: *740 sender: *4 starred_at: description: 'The time the star was created. This is a timestamp @@ -230164,10 +230171,10 @@ webhooks: type: string enum: - deleted - enterprise: *736 - installation: *737 - organization: *738 - repository: *739 + enterprise: *737 + installation: *738 + organization: *739 + repository: *740 sender: *4 starred_at: description: 'The time the star was created. This is a timestamp @@ -230601,15 +230608,15 @@ webhooks: type: - string - 'null' - enterprise: *736 + enterprise: *737 id: description: The unique identifier of the status. type: integer - installation: *737 + installation: *738 name: type: string - organization: *738 - repository: *739 + organization: *739 + repository: *740 sender: *4 sha: description: The Commit SHA. @@ -230725,9 +230732,9 @@ webhooks: description: The ID of the sub-issue. type: number sub_issue: *147 - installation: *737 - organization: *738 - repository: *739 + installation: *738 + organization: *739 + repository: *740 sender: *4 required: - action @@ -230817,9 +230824,9 @@ webhooks: description: The ID of the sub-issue. type: number sub_issue: *147 - installation: *737 - organization: *738 - repository: *739 + installation: *738 + organization: *739 + repository: *740 sender: *4 required: - action @@ -230909,9 +230916,9 @@ webhooks: description: The ID of the parent issue. type: number parent_issue: *147 - installation: *737 - organization: *738 - repository: *739 + installation: *738 + organization: *739 + repository: *740 sender: *4 required: - action @@ -231001,9 +231008,9 @@ webhooks: description: The ID of the parent issue. type: number parent_issue: *147 - installation: *737 - organization: *738 - repository: *739 + installation: *738 + organization: *739 + repository: *740 sender: *4 required: - action @@ -231080,12 +231087,12 @@ webhooks: title: team_add event type: object properties: - enterprise: *736 - installation: *737 - organization: *738 - repository: *739 + enterprise: *737 + installation: *738 + organization: *739 + repository: *740 sender: *4 - team: &805 + team: &806 title: Team description: Groups of organization members that gives permissions on specified repositories. @@ -231278,9 +231285,9 @@ webhooks: type: string enum: - added_to_repository - enterprise: *736 - installation: *737 - organization: *738 + enterprise: *737 + installation: *738 + organization: *739 repository: title: Repository description: A git repository @@ -231750,7 +231757,7 @@ webhooks: - topics - visibility sender: *4 - team: *805 + team: *806 required: - action - team @@ -231826,9 +231833,9 @@ webhooks: type: string enum: - created - enterprise: *736 - installation: *737 - organization: *738 + enterprise: *737 + installation: *738 + organization: *739 repository: title: Repository description: A git repository @@ -232298,7 +232305,7 @@ webhooks: - topics - visibility sender: *4 - team: *805 + team: *806 required: - action - team @@ -232375,9 +232382,9 @@ webhooks: type: string enum: - deleted - enterprise: *736 - installation: *737 - organization: *738 + enterprise: *737 + installation: *738 + organization: *739 repository: title: Repository description: A git repository @@ -232847,7 +232854,7 @@ webhooks: - topics - visibility sender: *4 - team: *805 + team: *806 required: - action - team @@ -232991,9 +232998,9 @@ webhooks: - from required: - permissions - enterprise: *736 - installation: *737 - organization: *738 + enterprise: *737 + installation: *738 + organization: *739 repository: title: Repository description: A git repository @@ -233463,7 +233470,7 @@ webhooks: - topics - visibility sender: *4 - team: *805 + team: *806 required: - action - changes @@ -233541,9 +233548,9 @@ webhooks: type: string enum: - removed_from_repository - enterprise: *736 - installation: *737 - organization: *738 + enterprise: *737 + installation: *738 + organization: *739 repository: title: Repository description: A git repository @@ -234013,7 +234020,7 @@ webhooks: - topics - visibility sender: *4 - team: *805 + team: *806 required: - action - team @@ -234089,10 +234096,10 @@ webhooks: type: string enum: - started - enterprise: *736 - installation: *737 - organization: *738 - repository: *739 + enterprise: *737 + installation: *738 + organization: *739 + repository: *740 sender: *4 required: - action @@ -234165,17 +234172,17 @@ webhooks: title: workflow_dispatch event type: object properties: - enterprise: *736 + enterprise: *737 inputs: type: - object - 'null' additionalProperties: true - installation: *737 - organization: *738 + installation: *738 + organization: *739 ref: type: string - repository: *739 + repository: *740 sender: *4 workflow: type: string @@ -234257,10 +234264,10 @@ webhooks: type: string enum: - completed - enterprise: *736 - installation: *737 - organization: *738 - repository: *739 + enterprise: *737 + installation: *738 + organization: *739 + repository: *740 sender: *4 workflow_job: allOf: @@ -234516,7 +234523,7 @@ webhooks: type: string required: - conclusion - deployment: *506 + deployment: *507 required: - action - repository @@ -234595,10 +234602,10 @@ webhooks: type: string enum: - in_progress - enterprise: *736 - installation: *737 - organization: *738 - repository: *739 + enterprise: *737 + installation: *738 + organization: *739 + repository: *740 sender: *4 workflow_job: allOf: @@ -234880,7 +234887,7 @@ webhooks: required: - status - steps - deployment: *506 + deployment: *507 required: - action - repository @@ -234959,10 +234966,10 @@ webhooks: type: string enum: - queued - enterprise: *736 - installation: *737 - organization: *738 - repository: *739 + enterprise: *737 + installation: *738 + organization: *739 + repository: *740 sender: *4 workflow_job: type: object @@ -235108,7 +235115,7 @@ webhooks: - workflow_name - head_branch - created_at - deployment: *506 + deployment: *507 required: - action - repository @@ -235187,10 +235194,10 @@ webhooks: type: string enum: - waiting - enterprise: *736 - installation: *737 - organization: *738 - repository: *739 + enterprise: *737 + installation: *738 + organization: *739 + repository: *740 sender: *4 workflow_job: type: object @@ -235337,7 +235344,7 @@ webhooks: - workflow_name - head_branch - created_at - deployment: *506 + deployment: *507 required: - action - repository @@ -235417,12 +235424,12 @@ webhooks: type: string enum: - completed - enterprise: *736 - installation: *737 - organization: *738 - repository: *739 + enterprise: *737 + installation: *738 + organization: *739 + repository: *740 sender: *4 - workflow: *758 + workflow: *759 workflow_run: title: Workflow Run type: object @@ -236441,12 +236448,12 @@ webhooks: type: string enum: - in_progress - enterprise: *736 - installation: *737 - organization: *738 - repository: *739 + enterprise: *737 + installation: *738 + organization: *739 + repository: *740 sender: *4 - workflow: *758 + workflow: *759 workflow_run: title: Workflow Run type: object @@ -237450,12 +237457,12 @@ webhooks: type: string enum: - requested - enterprise: *736 - installation: *737 - organization: *738 - repository: *739 + enterprise: *737 + installation: *738 + organization: *739 + repository: *740 sender: *4 - workflow: *758 + workflow: *759 workflow_run: title: Workflow Run type: object diff --git a/descriptions-next/ghec/ghec.2022-11-28.json b/descriptions-next/ghec/ghec.2022-11-28.json index a62927fc1a..d585e217a1 100644 --- a/descriptions-next/ghec/ghec.2022-11-28.json +++ b/descriptions-next/ghec/ghec.2022-11-28.json @@ -6866,6 +6866,9 @@ { "$ref": "#/components/parameters/dependabot-alert-comma-separated-epss" }, + { + "$ref": "#/components/parameters/dependabot-alert-comma-separated-has" + }, { "$ref": "#/components/parameters/dependabot-alert-scope" }, @@ -20647,6 +20650,9 @@ { "$ref": "#/components/parameters/dependabot-alert-comma-separated-epss" }, + { + "$ref": "#/components/parameters/dependabot-alert-comma-separated-has" + }, { "$ref": "#/components/parameters/dependabot-alert-scope" }, @@ -43780,7 +43786,7 @@ "/repos/{owner}/{repo}/check-runs/{check_run_id}/rerequest": { "post": { "summary": "Rerequest a check run", - "description": "Triggers GitHub to rerequest an existing check run, without pushing new code to a repository. This endpoint will trigger the [`check_run` webhook](https://docs.github.com/enterprise-cloud@latest//webhooks/event-payloads/#check_run) event with the action `rerequested`. When a check run is `rerequested`, the `status` of the check suite it belongs to is reset to `queued` and the `conclusion` is cleared. The check run itself is not updated. GitHub apps recieving the [`check_run` webhook](https://docs.github.com/enterprise-cloud@latest//webhooks/event-payloads/#check_run) with the `rerequested` action should then decide if the check run should be reset or updated and call the [update `check_run` endpoint](https://docs.github.com/enterprise-cloud@latest//rest/checks/runs#update-a-check-run) to update the check_run if desired.\n\nFor more information about how to re-run GitHub Actions jobs, see \"[Re-run a job from a workflow run](https://docs.github.com/enterprise-cloud@latest//rest/actions/workflow-runs#re-run-a-job-from-a-workflow-run)\".\n\nOAuth apps and personal access tokens (classic) cannot use this endpoint.", + "description": "Triggers GitHub to rerequest an existing check run, without pushing new code to a repository. This endpoint will trigger the [`check_run` webhook](https://docs.github.com/enterprise-cloud@latest//webhooks/event-payloads/#check_run) event with the action `rerequested`. When a check run is `rerequested`, the `status` of the check suite it belongs to is reset to `queued` and the `conclusion` is cleared. The check run itself is not updated. GitHub apps recieving the [`check_run` webhook](https://docs.github.com/enterprise-cloud@latest//webhooks/event-payloads/#check_run) with the `rerequested` action should then decide if the check run should be reset or updated and call the [update `check_run` endpoint](https://docs.github.com/enterprise-cloud@latest//rest/checks/runs#update-a-check-run) to update the check_run if desired.\n\nFor more information about how to re-run GitHub Actions jobs, see \"[Re-run a job from a workflow run](https://docs.github.com/enterprise-cloud@latest//rest/actions/workflow-runs#re-run-a-job-from-a-workflow-run)\".", "tags": [ "checks" ], @@ -44170,7 +44176,7 @@ "/repos/{owner}/{repo}/check-suites/{check_suite_id}/rerequest": { "post": { "summary": "Rerequest a check suite", - "description": "Triggers GitHub to rerequest an existing check suite, without pushing new code to a repository. This endpoint will trigger the [`check_suite` webhook](https://docs.github.com/enterprise-cloud@latest//webhooks/event-payloads/#check_suite) event with the action `rerequested`. When a check suite is `rerequested`, its `status` is reset to `queued` and the `conclusion` is cleared.\n\nOAuth apps and personal access tokens (classic) cannot use this endpoint.", + "description": "Triggers GitHub to rerequest an existing check suite, without pushing new code to a repository. This endpoint will trigger the [`check_suite` webhook](https://docs.github.com/enterprise-cloud@latest//webhooks/event-payloads/#check_suite) event with the action `rerequested`. When a check suite is `rerequested`, its `status` is reset to `queued` and the `conclusion` is cleared.", "tags": [ "checks" ], @@ -49063,6 +49069,9 @@ { "$ref": "#/components/parameters/dependabot-alert-comma-separated-epss" }, + { + "$ref": "#/components/parameters/dependabot-alert-comma-separated-has" + }, { "$ref": "#/components/parameters/dependabot-alert-scope" }, @@ -326119,6 +326128,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/ghec/ghec.2022-11-28.yaml b/descriptions-next/ghec/ghec.2022-11-28.yaml index 3192862688..97e1f56eb4 100644 --- a/descriptions-next/ghec/ghec.2022-11-28.yaml +++ b/descriptions-next/ghec/ghec.2022-11-28.yaml @@ -4908,6 +4908,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" @@ -14993,6 +14994,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" @@ -31687,8 +31689,6 @@ paths: Triggers GitHub to rerequest an existing check run, without pushing new code to a repository. This endpoint will trigger the [`check_run` webhook](https://docs.github.com/enterprise-cloud@latest//webhooks/event-payloads/#check_run) event with the action `rerequested`. When a check run is `rerequested`, the `status` of the check suite it belongs to is reset to `queued` and the `conclusion` is cleared. The check run itself is not updated. GitHub apps recieving the [`check_run` webhook](https://docs.github.com/enterprise-cloud@latest//webhooks/event-payloads/#check_run) with the `rerequested` action should then decide if the check run should be reset or updated and call the [update `check_run` endpoint](https://docs.github.com/enterprise-cloud@latest//rest/checks/runs#update-a-check-run) to update the check_run if desired. For more information about how to re-run GitHub Actions jobs, see "[Re-run a job from a workflow run](https://docs.github.com/enterprise-cloud@latest//rest/actions/workflow-runs#re-run-a-job-from-a-workflow-run)". - - OAuth apps and personal access tokens (classic) cannot use this endpoint. tags: - checks operationId: checks/rerequest-run @@ -31951,10 +31951,10 @@ paths: "/repos/{owner}/{repo}/check-suites/{check_suite_id}/rerequest": post: summary: Rerequest a check suite - description: |- - Triggers GitHub to rerequest an existing check suite, without pushing new code to a repository. This endpoint will trigger the [`check_suite` webhook](https://docs.github.com/enterprise-cloud@latest//webhooks/event-payloads/#check_suite) event with the action `rerequested`. When a check suite is `rerequested`, its `status` is reset to `queued` and the `conclusion` is cleared. - - OAuth apps and personal access tokens (classic) cannot use this endpoint. + description: Triggers GitHub to rerequest an existing check suite, without pushing + new code to a repository. This endpoint will trigger the [`check_suite` webhook](https://docs.github.com/enterprise-cloud@latest//webhooks/event-payloads/#check_suite) + event with the action `rerequested`. When a check suite is `rerequested`, + its `status` is reset to `queued` and the `conclusion` is cleared. tags: - checks operationId: checks/rerequest-suite @@ -35674,6 +35674,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" @@ -243660,6 +243661,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/ghec/ghec.json b/descriptions-next/ghec/ghec.json index a62927fc1a..d585e217a1 100644 --- a/descriptions-next/ghec/ghec.json +++ b/descriptions-next/ghec/ghec.json @@ -6866,6 +6866,9 @@ { "$ref": "#/components/parameters/dependabot-alert-comma-separated-epss" }, + { + "$ref": "#/components/parameters/dependabot-alert-comma-separated-has" + }, { "$ref": "#/components/parameters/dependabot-alert-scope" }, @@ -20647,6 +20650,9 @@ { "$ref": "#/components/parameters/dependabot-alert-comma-separated-epss" }, + { + "$ref": "#/components/parameters/dependabot-alert-comma-separated-has" + }, { "$ref": "#/components/parameters/dependabot-alert-scope" }, @@ -43780,7 +43786,7 @@ "/repos/{owner}/{repo}/check-runs/{check_run_id}/rerequest": { "post": { "summary": "Rerequest a check run", - "description": "Triggers GitHub to rerequest an existing check run, without pushing new code to a repository. This endpoint will trigger the [`check_run` webhook](https://docs.github.com/enterprise-cloud@latest//webhooks/event-payloads/#check_run) event with the action `rerequested`. When a check run is `rerequested`, the `status` of the check suite it belongs to is reset to `queued` and the `conclusion` is cleared. The check run itself is not updated. GitHub apps recieving the [`check_run` webhook](https://docs.github.com/enterprise-cloud@latest//webhooks/event-payloads/#check_run) with the `rerequested` action should then decide if the check run should be reset or updated and call the [update `check_run` endpoint](https://docs.github.com/enterprise-cloud@latest//rest/checks/runs#update-a-check-run) to update the check_run if desired.\n\nFor more information about how to re-run GitHub Actions jobs, see \"[Re-run a job from a workflow run](https://docs.github.com/enterprise-cloud@latest//rest/actions/workflow-runs#re-run-a-job-from-a-workflow-run)\".\n\nOAuth apps and personal access tokens (classic) cannot use this endpoint.", + "description": "Triggers GitHub to rerequest an existing check run, without pushing new code to a repository. This endpoint will trigger the [`check_run` webhook](https://docs.github.com/enterprise-cloud@latest//webhooks/event-payloads/#check_run) event with the action `rerequested`. When a check run is `rerequested`, the `status` of the check suite it belongs to is reset to `queued` and the `conclusion` is cleared. The check run itself is not updated. GitHub apps recieving the [`check_run` webhook](https://docs.github.com/enterprise-cloud@latest//webhooks/event-payloads/#check_run) with the `rerequested` action should then decide if the check run should be reset or updated and call the [update `check_run` endpoint](https://docs.github.com/enterprise-cloud@latest//rest/checks/runs#update-a-check-run) to update the check_run if desired.\n\nFor more information about how to re-run GitHub Actions jobs, see \"[Re-run a job from a workflow run](https://docs.github.com/enterprise-cloud@latest//rest/actions/workflow-runs#re-run-a-job-from-a-workflow-run)\".", "tags": [ "checks" ], @@ -44170,7 +44176,7 @@ "/repos/{owner}/{repo}/check-suites/{check_suite_id}/rerequest": { "post": { "summary": "Rerequest a check suite", - "description": "Triggers GitHub to rerequest an existing check suite, without pushing new code to a repository. This endpoint will trigger the [`check_suite` webhook](https://docs.github.com/enterprise-cloud@latest//webhooks/event-payloads/#check_suite) event with the action `rerequested`. When a check suite is `rerequested`, its `status` is reset to `queued` and the `conclusion` is cleared.\n\nOAuth apps and personal access tokens (classic) cannot use this endpoint.", + "description": "Triggers GitHub to rerequest an existing check suite, without pushing new code to a repository. This endpoint will trigger the [`check_suite` webhook](https://docs.github.com/enterprise-cloud@latest//webhooks/event-payloads/#check_suite) event with the action `rerequested`. When a check suite is `rerequested`, its `status` is reset to `queued` and the `conclusion` is cleared.", "tags": [ "checks" ], @@ -49063,6 +49069,9 @@ { "$ref": "#/components/parameters/dependabot-alert-comma-separated-epss" }, + { + "$ref": "#/components/parameters/dependabot-alert-comma-separated-has" + }, { "$ref": "#/components/parameters/dependabot-alert-scope" }, @@ -326119,6 +326128,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/ghec/ghec.yaml b/descriptions-next/ghec/ghec.yaml index 3192862688..97e1f56eb4 100644 --- a/descriptions-next/ghec/ghec.yaml +++ b/descriptions-next/ghec/ghec.yaml @@ -4908,6 +4908,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" @@ -14993,6 +14994,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" @@ -31687,8 +31689,6 @@ paths: Triggers GitHub to rerequest an existing check run, without pushing new code to a repository. This endpoint will trigger the [`check_run` webhook](https://docs.github.com/enterprise-cloud@latest//webhooks/event-payloads/#check_run) event with the action `rerequested`. When a check run is `rerequested`, the `status` of the check suite it belongs to is reset to `queued` and the `conclusion` is cleared. The check run itself is not updated. GitHub apps recieving the [`check_run` webhook](https://docs.github.com/enterprise-cloud@latest//webhooks/event-payloads/#check_run) with the `rerequested` action should then decide if the check run should be reset or updated and call the [update `check_run` endpoint](https://docs.github.com/enterprise-cloud@latest//rest/checks/runs#update-a-check-run) to update the check_run if desired. For more information about how to re-run GitHub Actions jobs, see "[Re-run a job from a workflow run](https://docs.github.com/enterprise-cloud@latest//rest/actions/workflow-runs#re-run-a-job-from-a-workflow-run)". - - OAuth apps and personal access tokens (classic) cannot use this endpoint. tags: - checks operationId: checks/rerequest-run @@ -31951,10 +31951,10 @@ paths: "/repos/{owner}/{repo}/check-suites/{check_suite_id}/rerequest": post: summary: Rerequest a check suite - description: |- - Triggers GitHub to rerequest an existing check suite, without pushing new code to a repository. This endpoint will trigger the [`check_suite` webhook](https://docs.github.com/enterprise-cloud@latest//webhooks/event-payloads/#check_suite) event with the action `rerequested`. When a check suite is `rerequested`, its `status` is reset to `queued` and the `conclusion` is cleared. - - OAuth apps and personal access tokens (classic) cannot use this endpoint. + description: Triggers GitHub to rerequest an existing check suite, without pushing + new code to a repository. This endpoint will trigger the [`check_suite` webhook](https://docs.github.com/enterprise-cloud@latest//webhooks/event-payloads/#check_suite) + event with the action `rerequested`. When a check suite is `rerequested`, + its `status` is reset to `queued` and the `conclusion` is cleared. tags: - checks operationId: checks/rerequest-suite @@ -35674,6 +35674,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" @@ -243660,6 +243661,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/ghes-3.12/dereferenced/ghes-3.12.2022-11-28.deref.json b/descriptions-next/ghes-3.12/dereferenced/ghes-3.12.2022-11-28.deref.json index 92091b1c18..d2b2f2709a 100644 --- a/descriptions-next/ghes-3.12/dereferenced/ghes-3.12.2022-11-28.deref.json +++ b/descriptions-next/ghes-3.12/dereferenced/ghes-3.12.2022-11-28.deref.json @@ -42934,6 +42934,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", @@ -96428,6 +96436,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", @@ -232035,7 +232051,7 @@ "/repos/{owner}/{repo}/check-runs/{check_run_id}/rerequest": { "post": { "summary": "Rerequest a check run", - "description": "Triggers GitHub to rerequest an existing check run, without pushing new code to a repository. This endpoint will trigger the [`check_run` webhook](https://docs.github.com/enterprise-server@3.12/webhooks/event-payloads/#check_run) event with the action `rerequested`. When a check run is `rerequested`, the `status` of the check suite it belongs to is reset to `queued` and the `conclusion` is cleared. The check run itself is not updated. GitHub apps recieving the [`check_run` webhook](https://docs.github.com/enterprise-server@3.12/webhooks/event-payloads/#check_run) with the `rerequested` action should then decide if the check run should be reset or updated and call the [update `check_run` endpoint](https://docs.github.com/enterprise-server@3.12/rest/checks/runs#update-a-check-run) to update the check_run if desired.\n\nFor more information about how to re-run GitHub Actions jobs, see \"[Re-run a job from a workflow run](https://docs.github.com/enterprise-server@3.12/rest/actions/workflow-runs#re-run-a-job-from-a-workflow-run)\".\n\nOAuth apps and personal access tokens (classic) cannot use this endpoint.", + "description": "Triggers GitHub to rerequest an existing check run, without pushing new code to a repository. This endpoint will trigger the [`check_run` webhook](https://docs.github.com/enterprise-server@3.12/webhooks/event-payloads/#check_run) event with the action `rerequested`. When a check run is `rerequested`, the `status` of the check suite it belongs to is reset to `queued` and the `conclusion` is cleared. The check run itself is not updated. GitHub apps recieving the [`check_run` webhook](https://docs.github.com/enterprise-server@3.12/webhooks/event-payloads/#check_run) with the `rerequested` action should then decide if the check run should be reset or updated and call the [update `check_run` endpoint](https://docs.github.com/enterprise-server@3.12/rest/checks/runs#update-a-check-run) to update the check_run if desired.\n\nFor more information about how to re-run GitHub Actions jobs, see \"[Re-run a job from a workflow run](https://docs.github.com/enterprise-server@3.12/rest/actions/workflow-runs#re-run-a-job-from-a-workflow-run)\".", "tags": [ "checks" ], @{"code":"internal","msg":"git-diff-tree: context deadline exceeded","meta":{"cause":"*fmt.wrapError"}}