diff --git a/descriptions/api.github.com/api.github.com.2022-11-28.json b/descriptions/api.github.com/api.github.com.2022-11-28.json index b9b2b60ac4..7b248e7969 100644 --- a/descriptions/api.github.com/api.github.com.2022-11-28.json +++ b/descriptions/api.github.com/api.github.com.2022-11-28.json @@ -3066,6 +3066,9 @@ { "$ref": "#/components/parameters/dependabot-alert-comma-separated-epss" }, + { + "$ref": "#/components/parameters/dependabot-alert-comma-separated-has" + }, { "$ref": "#/components/parameters/dependabot-alert-scope" }, @@ -13936,6 +13939,9 @@ { "$ref": "#/components/parameters/dependabot-alert-comma-separated-epss" }, + { + "$ref": "#/components/parameters/dependabot-alert-comma-separated-has" + }, { "$ref": "#/components/parameters/dependabot-alert-scope" }, @@ -35555,7 +35561,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" ], @@ -35945,7 +35951,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" ], @@ -40814,6 +40820,9 @@ { "$ref": "#/components/parameters/dependabot-alert-comma-separated-epss" }, + { + "$ref": "#/components/parameters/dependabot-alert-comma-separated-has" + }, { "$ref": "#/components/parameters/dependabot-alert-scope" }, @@ -299270,6 +299279,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/api.github.com/api.github.com.2022-11-28.yaml b/descriptions/api.github.com/api.github.com.2022-11-28.yaml index 8676a6ff91..62021f1775 100644 --- a/descriptions/api.github.com/api.github.com.2022-11-28.yaml +++ b/descriptions/api.github.com/api.github.com.2022-11-28.yaml @@ -2192,6 +2192,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" @@ -10215,6 +10216,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" @@ -25843,8 +25845,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 @@ -26107,10 +26107,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 @@ -29818,6 +29818,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" @@ -227347,6 +227348,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/api.github.com/api.github.com.json b/descriptions/api.github.com/api.github.com.json index b9b2b60ac4..7b248e7969 100644 --- a/descriptions/api.github.com/api.github.com.json +++ b/descriptions/api.github.com/api.github.com.json @@ -3066,6 +3066,9 @@ { "$ref": "#/components/parameters/dependabot-alert-comma-separated-epss" }, + { + "$ref": "#/components/parameters/dependabot-alert-comma-separated-has" + }, { "$ref": "#/components/parameters/dependabot-alert-scope" }, @@ -13936,6 +13939,9 @@ { "$ref": "#/components/parameters/dependabot-alert-comma-separated-epss" }, + { + "$ref": "#/components/parameters/dependabot-alert-comma-separated-has" + }, { "$ref": "#/components/parameters/dependabot-alert-scope" }, @@ -35555,7 +35561,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" ], @@ -35945,7 +35951,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" ], @@ -40814,6 +40820,9 @@ { "$ref": "#/components/parameters/dependabot-alert-comma-separated-epss" }, + { + "$ref": "#/components/parameters/dependabot-alert-comma-separated-has" + }, { "$ref": "#/components/parameters/dependabot-alert-scope" }, @@ -299270,6 +299279,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/api.github.com/api.github.com.yaml b/descriptions/api.github.com/api.github.com.yaml index 8676a6ff91..62021f1775 100644 --- a/descriptions/api.github.com/api.github.com.yaml +++ b/descriptions/api.github.com/api.github.com.yaml @@ -2192,6 +2192,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" @@ -10215,6 +10216,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" @@ -25843,8 +25845,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 @@ -26107,10 +26107,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 @@ -29818,6 +29818,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" @@ -227347,6 +227348,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/api.github.com/dereferenced/api.github.com.2022-11-28.deref.json b/descriptions/api.github.com/dereferenced/api.github.com.2022-11-28.deref.json index bc75ff26fe..4e6895b2bd 100644 --- a/descriptions/api.github.com/dereferenced/api.github.com.2022-11-28.deref.json +++ b/descriptions/api.github.com/dereferenced/api.github.com.2022-11-28.deref.json @@ -20152,6 +20152,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", @@ -80049,6 +80057,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", @@ -215521,7 +215537,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" ], @@ -222834,7 +222850,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" ], @@ -259339,6 +259355,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/api.github.com/dereferenced/api.github.com.2022-11-28.deref.yaml b/descriptions/api.github.com/dereferenced/api.github.com.2022-11-28.deref.yaml index ff1d17fbd9..847f1b84b9 100644 --- a/descriptions/api.github.com/dereferenced/api.github.com.2022-11-28.deref.yaml +++ b/descriptions/api.github.com/dereferenced/api.github.com.2022-11-28.deref.yaml @@ -849,7 +849,7 @@ paths: - subscriptions_url - type - url - type: &256 + type: &257 type: string description: The type of credit the user is receiving. enum: @@ -1015,7 +1015,7 @@ paths: description: API method documentation url: https://docs.github.com/rest/security-advisories/global-advisories#get-a-global-security-advisory parameters: - - &584 + - &585 name: ghsa_id description: The GHSA (GitHub Security Advisory) identifier of the advisory. in: path @@ -1578,7 +1578,7 @@ paths: schema: type: integer default: 30 - - &170 + - &171 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 @@ -1594,7 +1594,7 @@ paths: application/json: schema: type: array - items: &171 + items: &172 title: Simple webhook delivery description: Delivery made by a webhook, without request and response information. @@ -1674,7 +1674,7 @@ paths: - installation_id - repository_id examples: - default: &172 + default: &173 value: - id: 12345678 guid: 0b989ba4-242f-11e5-81e1-c7b6966d2516 @@ -1802,7 +1802,7 @@ paths: description: Response content: application/json: - schema: &173 + schema: &174 title: Webhook delivery description: Delivery made by a webhook. type: object @@ -1916,7 +1916,7 @@ paths: - request - response examples: - default: &174 + default: &175 value: id: 12345678 guid: 0b989ba4-242f-11e5-81e1-c7b6966d2516 @@ -2843,7 +2843,7 @@ paths: title: Repository description: A repository on GitHub. type: object - properties: &235 + properties: &236 id: description: Unique identifier of the repository example: 42 @@ -3272,7 +3272,7 @@ paths: type: boolean description: Whether anonymous git access is enabled for this repository - required: &236 + required: &237 - archive_url - assignees_url - blobs_url @@ -8464,6 +8464,13 @@ paths: schema: type: string - &158 + 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 + - &159 name: scope in: query description: The scope of the vulnerable dependency. If specified, only alerts @@ -8473,7 +8480,7 @@ paths: enum: - development - runtime - - &159 + - &160 name: sort in: query description: |- @@ -8491,7 +8498,7 @@ paths: - *48 - *39 - *40 - - &160 + - &161 name: first description: |- **Deprecated**. The number of results per page (max 100), starting from the first matching result. @@ -8504,7 +8511,7 @@ paths: minimum: 1 maximum: 100 default: 30 - - &161 + - &162 name: last description: |- **Deprecated**. The number of results per page (max 100), starting from the last matching result. @@ -8524,7 +8531,7 @@ paths: application/json: schema: type: array - items: &162 + items: &163 type: object description: A Dependabot alert. properties: @@ -8590,7 +8597,7 @@ paths: - unknown - direct - transitive - security_advisory: &429 + security_advisory: &430 type: object description: Details for the GitHub Security Advisory. readOnly: true @@ -8852,7 +8859,7 @@ paths: format: date-time readOnly: true nullable: true - auto_dismissed_at: &430 + auto_dismissed_at: &431 type: string description: 'The time that the alert was auto-dismissed in ISO 8601 format: `YYYY-MM-DDTHH:MM:SSZ`.' @@ -8878,7 +8885,7 @@ paths: - repository additionalProperties: false examples: - default: &163 + default: &164 value: - number: 2 state: dismissed @@ -9225,7 +9232,7 @@ paths: url: https://docs.github.com/rest/secret-scanning/secret-scanning#list-secret-scanning-alerts-for-an-enterprise parameters: - *41 - - &247 + - &248 name: state in: query description: Set to `open` or `resolved` to only list secret scanning alerts @@ -9236,7 +9243,7 @@ paths: enum: - open - resolved - - &248 + - &249 name: secret_type in: query description: A comma-separated list of secret types to return. All default @@ -9246,7 +9253,7 @@ paths: required: false schema: type: string - - &249 + - &250 name: resolution in: query description: A comma-separated list of resolutions. Only secret scanning alerts @@ -9255,7 +9262,7 @@ paths: required: false schema: type: string - - &250 + - &251 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. @@ -9271,7 +9278,7 @@ paths: - *17 - *39 - *40 - - &251 + - &252 name: validity in: query description: A comma-separated list of validities that, when present, will @@ -9280,7 +9287,7 @@ paths: required: false schema: type: string - - &252 + - &253 name: is_publicly_leaked in: query description: A boolean value representing whether or not to filter alerts @@ -9289,7 +9296,7 @@ paths: schema: type: boolean default: false - - &253 + - &254 name: is_multi_repo in: query description: A boolean value representing whether or not to filter alerts @@ -9305,7 +9312,7 @@ paths: application/json: schema: type: array - items: &254 + items: &255 type: object properties: number: *54 @@ -9324,14 +9331,14 @@ paths: format: uri description: The REST API URL of the code locations for this alert. - state: &576 + state: &577 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: &577 + resolution: &578 type: string description: "**Required when the `state` is `resolved`.** The reason for resolving the alert." @@ -9433,7 +9440,7 @@ paths: is base64 encoded nullable: true examples: - default: &255 + default: &256 value: - number: 2 created_at: '2020-11-06T18:48:51Z' @@ -9769,7 +9776,7 @@ paths: description: Issues are a great way to keep track of tasks, enhancements, and bugs for your projects. type: object - properties: &478 + properties: &479 id: type: integer format: int64 @@ -9880,7 +9887,7 @@ paths: description: A collection of related issues and pull requests. type: object - properties: &414 + properties: &415 url: type: string format: uri @@ -9950,7 +9957,7 @@ paths: format: date-time example: '2012-10-09T23:39:01Z' nullable: true - required: &415 + required: &416 - closed_issues - creator - description @@ -10029,7 +10036,7 @@ paths: timeline_url: type: string format: uri - type: &192 + type: &193 title: Issue Type description: The type of issue. type: object @@ -10154,7 +10161,7 @@ paths: - total - completed - percent_completed - required: &479 + required: &480 - assignee - closed_at - comments @@ -10176,7 +10183,7 @@ paths: - author_association - created_at - updated_at - comment: &476 + comment: &477 title: Issue Comment description: Comments provide a way for people to collaborate on an issue. @@ -10743,7 +10750,7 @@ paths: url: type: string format: uri - user: &607 + user: &608 title: Public User description: Public User type: object @@ -12613,7 +12620,7 @@ paths: - closed - all default: open - - &195 + - &196 name: labels description: 'A list of comma separated label names. Example: `bug,ui,@high`' in: query @@ -12664,7 +12671,7 @@ paths: type: array items: *77 examples: - default: &196 + default: &197 value: - id: 1 node_id: MDU6SXNzdWUx @@ -14048,14 +14055,14 @@ paths: description: API method documentation url: https://docs.github.com/rest/activity/events#list-public-events-for-a-network-of-repositories parameters: - - &279 + - &280 name: owner description: The account owner of the repository. The name is not case sensitive. in: path required: true schema: type: string - - &280 + - &281 name: repo description: The name of the repository without the `.git` extension. The name is not case sensitive. @@ -14126,7 +14133,7 @@ paths: '404': *6 '403': *29 '304': *37 - '301': &291 + '301': &292 description: Moved permanently content: application/json: @@ -14148,7 +14155,7 @@ paths: description: API method documentation url: https://docs.github.com/rest/activity/notifications#list-notifications-for-the-authenticated-user parameters: - - &508 + - &509 name: all description: If `true`, show notifications marked as read. in: query @@ -14156,7 +14163,7 @@ paths: schema: type: boolean default: false - - &509 + - &510 name: participating description: If `true`, only shows notifications in which the user is directly participating or mentioned. @@ -14166,7 +14173,7 @@ paths: type: boolean default: false - *67 - - &510 + - &511 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: @@ -14202,7 +14209,7 @@ paths: title: Minimal Repository description: Minimal Repository type: object - properties: &165 + properties: &166 id: type: integer format: int64 @@ -14478,7 +14485,7 @@ paths: web_commit_signoff_required: type: boolean example: false - security_and_analysis: &237 + security_and_analysis: &238 nullable: true type: object properties: @@ -14542,7 +14549,7 @@ paths: enum: - enabled - disabled - required: &166 + required: &167 - archive_url - assignees_url - blobs_url @@ -14630,7 +14637,7 @@ paths: - url - subscription_url examples: - default: &511 + default: &512 value: - id: '1' repository: @@ -15172,7 +15179,7 @@ paths: application/json: schema: type: array - items: &202 + items: &203 title: Organization Simple description: A GitHub organization. type: object @@ -15231,7 +15238,7 @@ paths: - avatar_url - description examples: - default: &625 + default: &626 value: - login: github id: 1 @@ -16140,7 +16147,7 @@ paths: type: integer repository_cache_usages: type: array - items: &296 + items: &297 title: Actions Cache Usage by repository description: GitHub Actions Cache Usage by repository. type: object @@ -17008,7 +17015,7 @@ paths: - all - local_only - selected - selected_actions_url: &302 + selected_actions_url: &303 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` @@ -17098,7 +17105,7 @@ paths: type: array items: *60 examples: - default: &619 + default: &620 value: total_count: 1 repositories: @@ -17426,7 +17433,7 @@ paths: description: Response content: application/json: - schema: &306 + schema: &307 type: object properties: default_workflow_permissions: &112 @@ -17477,7 +17484,7 @@ paths: required: false content: application/json: - schema: &307 + schema: &308 type: object properties: default_workflow_permissions: *112 @@ -17966,7 +17973,7 @@ paths: type: array items: *119 examples: - default: &610 + default: &611 value: total_count: 1 repositories: @@ -18608,7 +18615,7 @@ paths: application/json: schema: type: array - items: &308 + items: &309 title: Runner Application description: Runner Application type: object @@ -18633,7 +18640,7 @@ paths: - download_url - filename examples: - default: &309 + default: &310 value: - os: osx architecture: x64 @@ -18719,7 +18726,7 @@ paths: - no-gpu work_folder: _work responses: - '201': &310 + '201': &311 description: Response content: application/json: @@ -18830,7 +18837,7 @@ paths: - token - expires_at examples: - default: &311 + default: &312 value: token: LLBF3JGZDX3P5PMEXLND6TS6FCWO6 expires_at: '2020-01-22T12:13:35.123-08:00' @@ -18869,7 +18876,7 @@ paths: application/json: schema: *123 examples: - default: &312 + default: &313 value: token: AABF3JGZDX3P5PMEXLND6TS6FCWO6 expires_at: '2020-01-29T12:13:35.123-08:00' @@ -18903,7 +18910,7 @@ paths: application/json: schema: *121 examples: - default: &313 + default: &314 value: id: 23 name: MBP @@ -19128,7 +19135,7 @@ paths: - *94 - *120 responses: - '200': &314 + '200': &315 description: Response content: application/json: @@ -19185,7 +19192,7 @@ paths: parameters: - *94 - *120 - - &315 + - &316 name: name description: The name of a self-hosted runner's custom label. in: path @@ -19315,7 +19322,7 @@ paths: description: Response content: application/json: - schema: &327 + schema: &328 title: ActionsPublicKey description: The public key used for setting Actions Secrets. type: object @@ -19344,7 +19351,7 @@ paths: - key_id - key examples: - default: &328 + default: &329 value: key_id: '012345678912345678' key: 2Sg8iYjAxxmI2LvUXpJjkYrMxURPc8r+dB7TJyvv1234 @@ -19757,7 +19764,7 @@ paths: url: https://docs.github.com/rest/actions/variables#list-organization-variables parameters: - *94 - - &301 + - &302 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)." @@ -20292,7 +20299,7 @@ paths: bundle_url: type: string examples: - default: &341 + default: &342 value: attestations: - bundle: @@ -20411,7 +20418,7 @@ paths: type: array items: *4 examples: - default: &197 + default: &198 value: - login: octocat id: 1 @@ -20652,7 +20659,7 @@ paths: description: Groups of organization members that gives permissions on specified repositories. type: object - properties: &210 + properties: &211 id: description: Unique identifier of the team type: integer @@ -20708,7 +20715,7 @@ paths: to within LDAP environment example: uid=example,ou=users,dc=github,dc=com type: string - required: &211 + required: &212 - id - node_id - url @@ -21207,7 +21214,7 @@ paths: url: https://docs.github.com/rest/code-scanning/code-scanning#list-code-scanning-alerts-for-an-organization parameters: - *94 - - &367 + - &368 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`, @@ -21217,7 +21224,7 @@ paths: schema: &139 type: string description: The name of the tool used to generate the code scanning analysis. - - &368 + - &369 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 @@ -21240,7 +21247,7 @@ paths: be returned. in: query required: false - schema: &370 + schema: &371 type: string description: State of a code scanning alert. enum: @@ -21263,7 +21270,7 @@ paths: be returned. in: query required: false - schema: &371 + schema: &372 type: string description: Severity of a code scanning alert. enum: @@ -21289,7 +21296,7 @@ paths: updated_at: *136 url: *56 html_url: *57 - instances_url: &372 + instances_url: &373 type: string description: The REST API URL for fetching the list of instances for an alert. @@ -21312,7 +21319,7 @@ paths: required: *21 nullable: true dismissed_at: *138 - dismissed_reason: &373 + dismissed_reason: &374 type: string description: "**Required when the state is dismissed.** The reason for dismissing or closing the alert." @@ -21321,13 +21328,13 @@ paths: - false positive - won't fix - used in tests - dismissed_comment: &374 + dismissed_comment: &375 type: string description: The dismissal comment associated with the dismissal of the alert. nullable: true maxLength: 280 - rule: &375 + rule: &376 type: object properties: id: @@ -21380,7 +21387,7 @@ paths: type: string description: A link to the documentation for the rule used to detect the alert. - tool: &376 + tool: &377 type: object properties: name: *139 @@ -21390,15 +21397,15 @@ paths: description: The version of the tool used to generate the code scanning analysis. guid: *140 - most_recent_instance: &377 + most_recent_instance: &378 type: object properties: - ref: &369 + ref: &370 type: string description: |- The Git reference, formatted as `refs/pull//merge`, `refs/pull//head`, `refs/heads/` or simply ``. - analysis_key: &387 + analysis_key: &388 type: string description: Identifies the configuration under which the analysis was executed. For example, in GitHub Actions @@ -21409,7 +21416,7 @@ paths: the environment in which the analysis that generated this alert instance was performed, such as the language that was analyzed. - category: &388 + category: &389 type: string description: Identifies the configuration under which the analysis was executed. Used to distinguish between multiple @@ -22662,7 +22669,7 @@ paths: type: integer codespaces: type: array - items: &198 + items: &199 type: object title: Codespace description: A codespace. @@ -22692,7 +22699,7 @@ paths: type: object title: Codespace machine description: A description of the machine powering a codespace. - properties: &400 + properties: &401 name: type: string description: The name of the machine. @@ -22734,7 +22741,7 @@ paths: - ready - in_progress nullable: true - required: &401 + required: &402 - name - display_name - operating_system @@ -22939,7 +22946,7 @@ paths: - pulls_url - recent_folders examples: - default: &199 + default: &200 value: total_count: 3 codespaces: @@ -23602,7 +23609,7 @@ paths: - updated_at - visibility examples: - default: &402 + default: &403 value: total_count: 2 secrets: @@ -23640,7 +23647,7 @@ paths: description: Response content: application/json: - schema: &403 + schema: &404 title: CodespacesPublicKey description: The public key used for setting Codespaces secrets. type: object @@ -23669,7 +23676,7 @@ paths: - key_id - key examples: - default: &404 + default: &405 value: key_id: '012345678912345678' key: 2Sg8iYjAxxmI2LvUXpJjkYrMxURPc8r+dB7TJyvv1234 @@ -23701,7 +23708,7 @@ paths: application/json: schema: *149 examples: - default: &406 + default: &407 value: name: GH_TOKEN created_at: '2019-08-10T14:59:22Z' @@ -24168,7 +24175,7 @@ paths: currently being billed. seats: type: array - items: &201 + items: &202 title: Copilot Business Seat Detail description: Information about a Copilot Business seat assignment for a user, team, or organization. @@ -24737,7 +24744,7 @@ paths: application/json: schema: type: array - items: &261 + items: &262 title: Copilot Usage Metrics description: Copilot usage metrics for a given day. type: object @@ -25044,7 +25051,7 @@ paths: - date additionalProperties: true examples: - default: &262 + default: &263 value: - date: '2024-06-24' total_active_users: 24 @@ -25146,7 +25153,7 @@ paths: '500': *148 '403': *29 '404': *6 - '422': &263 + '422': &264 description: Copilot Usage Merics API setting is disabled at the organization or enterprise level. content: @@ -25181,11 +25188,12 @@ paths: - *157 - *158 - *159 + - *160 - *48 - *39 - *40 - - *160 - *161 + - *162 - *17 responses: '200': @@ -25194,9 +25202,9 @@ paths: application/json: schema: type: array - items: *162 + items: *163 examples: - default: *163 + default: *164 '304': *37 '400': *14 '403': *29 @@ -25240,7 +25248,7 @@ paths: type: integer secrets: type: array - items: &164 + items: &165 title: Dependabot Secret for an Organization description: Secrets for GitHub Dependabot for an organization. type: object @@ -25317,7 +25325,7 @@ paths: description: Response content: application/json: - schema: &433 + schema: &434 title: DependabotPublicKey description: The public key used for setting Dependabot Secrets. type: object @@ -25334,7 +25342,7 @@ paths: - key_id - key examples: - default: &434 + default: &435 value: key_id: '012345678912345678' key: 2Sg8iYjAxxmI2LvUXpJjkYrMxURPc8r+dB7TJyvv1234 @@ -25364,7 +25372,7 @@ paths: description: Response content: application/json: - schema: *164 + schema: *165 examples: default: value: @@ -25661,7 +25669,7 @@ paths: application/json: schema: type: array - items: &213 + items: &214 title: Package description: A software package type: object @@ -25711,8 +25719,8 @@ paths: title: Minimal Repository description: Minimal Repository type: object - properties: *165 - required: *166 + properties: *166 + required: *167 nullable: true created_at: type: string @@ -25731,7 +25739,7 @@ paths: - created_at - updated_at examples: - default: &214 + default: &215 value: - id: 197 name: hello_docker @@ -25898,7 +25906,7 @@ paths: application/json: schema: type: array - items: &189 + items: &190 title: Organization Invitation description: Organization Invitation type: object @@ -25945,7 +25953,7 @@ paths: - invitation_teams_url - node_id examples: - default: &190 + default: &191 value: - id: 1 login: monalisa @@ -26012,7 +26020,7 @@ paths: application/json: schema: type: array - items: &167 + items: &168 title: Org Hook description: Org Hook type: object @@ -26183,9 +26191,9 @@ paths: description: Response content: application/json: - schema: *167 + schema: *168 examples: - default: &168 + default: &169 value: id: 1 url: https://api.github.com/orgs/octocat/hooks/1 @@ -26233,7 +26241,7 @@ paths: url: https://docs.github.com/rest/orgs/webhooks#get-an-organization-webhook parameters: - *94 - - &169 + - &170 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. @@ -26246,9 +26254,9 @@ paths: description: Response content: application/json: - schema: *167 + schema: *168 examples: - default: *168 + default: *169 '404': *6 x-github: githubCloudOnly: false @@ -26276,7 +26284,7 @@ paths: url: https://docs.github.com/rest/orgs/webhooks#update-an-organization-webhook parameters: - *94 - - *169 + - *170 requestBody: required: false content: @@ -26321,7 +26329,7 @@ paths: description: Response content: application/json: - schema: *167 + schema: *168 examples: default: value: @@ -26363,7 +26371,7 @@ paths: url: https://docs.github.com/rest/orgs/webhooks#delete-an-organization-webhook parameters: - *94 - - *169 + - *170 responses: '204': description: Response @@ -26391,7 +26399,7 @@ paths: url: https://docs.github.com/rest/orgs/webhooks#get-a-webhook-configuration-for-an-organization parameters: - *94 - - *169 + - *170 responses: '200': description: Response @@ -26422,7 +26430,7 @@ paths: url: https://docs.github.com/rest/orgs/webhooks#update-a-webhook-configuration-for-an-organization parameters: - *94 - - *169 + - *170 requestBody: required: false content: @@ -26473,9 +26481,9 @@ paths: url: https://docs.github.com/rest/orgs/webhooks#list-deliveries-for-an-organization-webhook parameters: - *94 - - *169 - - *17 - *170 + - *17 + - *171 responses: '200': description: Response @@ -26483,9 +26491,9 @@ paths: application/json: schema: type: array - items: *171 + items: *172 examples: - default: *172 + default: *173 '400': *14 '422': *15 x-github: @@ -26511,16 +26519,16 @@ paths: url: https://docs.github.com/rest/orgs/webhooks#get-a-webhook-delivery-for-an-organization-webhook parameters: - *94 - - *169 + - *170 - *16 responses: '200': description: Response content: application/json: - schema: *173 + schema: *174 examples: - default: *174 + default: *175 '400': *14 '422': *15 x-github: @@ -26546,7 +26554,7 @@ paths: url: https://docs.github.com/rest/orgs/webhooks#redeliver-a-delivery-for-an-organization-webhook parameters: - *94 - - *169 + - *170 - *16 responses: '202': *47 @@ -26576,7 +26584,7 @@ paths: url: https://docs.github.com/rest/orgs/webhooks#ping-an-organization-webhook parameters: - *94 - - *169 + - *170 responses: '204': description: Response @@ -26599,7 +26607,7 @@ paths: url: https://docs.github.com/rest/orgs/api-insights#get-route-stats-by-actor parameters: - *94 - - &179 + - &180 name: actor_type in: path description: The type of the actor @@ -26612,14 +26620,14 @@ paths: - fine_grained_pat - oauth_app - github_app_user_to_server - - &180 + - &181 name: actor_id in: path description: The ID of the actor required: true schema: type: integer - - &175 + - &176 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`.' @@ -26627,7 +26635,7 @@ paths: required: true schema: type: string - - &176 + - &177 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) @@ -26721,12 +26729,12 @@ paths: url: https://docs.github.com/rest/orgs/api-insights#get-subject-stats parameters: - *94 - - *175 - *176 + - *177 - *19 - *17 - *48 - - &185 + - &186 name: sort description: The property to sort the results by. in: query @@ -26805,14 +26813,14 @@ paths: url: https://docs.github.com/rest/orgs/api-insights#get-summary-stats parameters: - *94 - - *175 - *176 + - *177 responses: '200': description: Response content: application/json: - schema: &177 + schema: &178 title: Summary Stats description: API Insights usage summary stats for an organization type: object @@ -26828,7 +26836,7 @@ paths: type: integer format: int64 examples: - default: &178 + default: &179 value: total_request_count: 34225 rate_limited_request_count: 23 @@ -26849,23 +26857,23 @@ paths: url: https://docs.github.com/rest/orgs/api-insights#get-summary-stats-by-user parameters: - *94 - - &181 + - &182 name: user_id in: path description: The ID of the user to query for stats required: true schema: type: string - - *175 - *176 + - *177 responses: '200': description: Response content: application/json: - schema: *177 + schema: *178 examples: - default: *178 + default: *179 x-github: enabledForGitHubApps: true category: orgs @@ -26884,18 +26892,18 @@ paths: url: https://docs.github.com/rest/orgs/api-insights#get-summary-stats-by-actor parameters: - *94 - - *175 - *176 - - *179 + - *177 - *180 + - *181 responses: '200': description: Response content: application/json: - schema: *177 + schema: *178 examples: - default: *178 + default: *179 x-github: enabledForGitHubApps: true category: orgs @@ -26913,9 +26921,9 @@ paths: url: https://docs.github.com/rest/orgs/api-insights#get-time-stats parameters: - *94 - - *175 - *176 - - &182 + - *177 + - &183 name: timestamp_increment description: The increment of time used to breakdown the query results (5m, 10m, 1h, etc.) @@ -26928,7 +26936,7 @@ paths: description: Response content: application/json: - schema: &183 + schema: &184 title: Time Stats description: API Insights usage time stats for an organization type: array @@ -26944,7 +26952,7 @@ paths: type: integer format: int64 examples: - default: &184 + default: &185 value: - timestamp: '2024-09-11T15:00:00Z' total_request_count: 34225 @@ -26981,18 +26989,18 @@ paths: url: https://docs.github.com/rest/orgs/api-insights#get-time-stats-by-user parameters: - *94 - - *181 - - *175 - - *176 - *182 + - *176 + - *177 + - *183 responses: '200': description: Response content: application/json: - schema: *183 + schema: *184 examples: - default: *184 + default: *185 x-github: enabledForGitHubApps: true category: orgs @@ -27010,19 +27018,19 @@ paths: url: https://docs.github.com/rest/orgs/api-insights#get-time-stats-by-actor parameters: - *94 - - *179 - *180 - - *175 + - *181 - *176 - - *182 + - *177 + - *183 responses: '200': description: Response content: application/json: - schema: *183 + schema: *184 examples: - default: *184 + default: *185 x-github: enabledForGitHubApps: true category: orgs @@ -27040,13 +27048,13 @@ paths: url: https://docs.github.com/rest/orgs/api-insights#get-user-stats parameters: - *94 - - *181 - - *175 + - *182 - *176 + - *177 - *19 - *17 - *48 - - *185 + - *186 - name: actor_name_substring in: query description: Providing a substring will filter results where the actor name @@ -27127,7 +27135,7 @@ paths: application/json: schema: *22 examples: - default: &472 + default: &473 value: id: 1 account: @@ -27293,12 +27301,12 @@ paths: application/json: schema: anyOf: - - &187 + - &188 title: Interaction Limits description: Interaction limit settings. type: object properties: - limit: &186 + limit: &187 type: string description: The type of GitHub user that can comment, open issues, or create pull requests while the interaction limit @@ -27323,7 +27331,7 @@ paths: properties: {} additionalProperties: false examples: - default: &188 + default: &189 value: limit: collaborators_only origin: organization @@ -27352,13 +27360,13 @@ paths: required: true content: application/json: - schema: &473 + schema: &474 title: Interaction Restrictions description: Limit interactions to a specific type of user for a specified duration type: object properties: - limit: *186 + limit: *187 expiry: type: string description: 'The duration of the interaction restriction. Default: @@ -27382,9 +27390,9 @@ paths: description: Response content: application/json: - schema: *187 + schema: *188 examples: - default: *188 + default: *189 '422': *15 x-github: githubCloudOnly: false @@ -27460,9 +27468,9 @@ paths: application/json: schema: type: array - items: *189 + items: *190 examples: - default: *190 + default: *191 headers: Link: *58 '404': *6 @@ -27539,7 +27547,7 @@ paths: description: Response content: application/json: - schema: *189 + schema: *190 examples: default: value: @@ -27594,7 +27602,7 @@ paths: url: https://docs.github.com/rest/orgs/members#cancel-an-organization-invitation parameters: - *94 - - &191 + - &192 name: invitation_id description: The unique identifier of the invitation. in: path @@ -27625,7 +27633,7 @@ paths: url: https://docs.github.com/rest/orgs/members#list-organization-invitation-teams parameters: - *94 - - *191 + - *192 - *17 - *19 responses: @@ -27637,7 +27645,7 @@ paths: type: array items: *152 examples: - default: &212 + default: &213 value: - id: 1 node_id: MDQ6VGVhbTE= @@ -27680,7 +27688,7 @@ paths: application/json: schema: type: array - items: *192 + items: *193 examples: default: value: @@ -27765,9 +27773,9 @@ paths: description: Response content: application/json: - schema: *192 + schema: *193 examples: - default: &193 + default: &194 value: id: 410 node_id: IT_kwDNAd3NAZo @@ -27800,7 +27808,7 @@ paths: url: https://docs.github.com/rest/orgs/issue-types#update-issue-type-for-an-organization parameters: - *94 - - &194 + - &195 name: issue_type_id description: The unique identifier of the issue type. in: path @@ -27853,9 +27861,9 @@ paths: description: Response content: application/json: - schema: *192 + schema: *193 examples: - default: *193 + default: *194 '404': *6 '422': *7 x-github: @@ -27880,7 +27888,7 @@ paths: url: https://docs.github.com/rest/orgs/issue-types#delete-issue-type-for-an-organization parameters: - *94 - - *194 + - *195 responses: '204': description: Response @@ -27943,7 +27951,7 @@ paths: - closed - all default: open - - *195 + - *196 - name: type description: Can be the name of an issue type. in: query @@ -27974,7 +27982,7 @@ paths: type: array items: *77 examples: - default: *196 + default: *197 headers: Link: *58 '404': *6 @@ -28032,7 +28040,7 @@ paths: type: array items: *4 examples: - default: *197 + default: *198 headers: Link: *58 '422': *15 @@ -28128,9 +28136,9 @@ paths: type: integer codespaces: type: array - items: *198 + items: *199 examples: - default: *199 + default: *200 '304': *37 '500': *148 '401': *25 @@ -28157,7 +28165,7 @@ paths: parameters: - *94 - *132 - - &200 + - &201 name: codespace_name in: path required: true @@ -28192,15 +28200,15 @@ paths: parameters: - *94 - *132 - - *200 + - *201 responses: '200': description: Response content: application/json: - schema: *198 + schema: *199 examples: - default: &399 + default: &400 value: id: 1 name: monalisa-octocat-hello-world-g4wpq6h95q @@ -28380,7 +28388,7 @@ paths: description: The user's GitHub Copilot seat details, including usage. content: application/json: - schema: *201 + schema: *202 examples: default: value: @@ -28455,7 +28463,7 @@ paths: description: Response content: application/json: - schema: &203 + schema: &204 title: Org Membership description: Org Membership type: object @@ -28484,7 +28492,7 @@ paths: type: string format: uri example: https://api.github.com/orgs/octocat - organization: *202 + organization: *203 user: title: Simple User description: A GitHub user. @@ -28507,7 +28515,7 @@ paths: - organization - user examples: - response-if-user-has-an-active-admin-membership-with-organization: &204 + response-if-user-has-an-active-admin-membership-with-organization: &205 summary: Response if user has an active admin membership with organization value: url: https://api.github.com/orgs/octocat/memberships/defunkt @@ -28604,9 +28612,9 @@ paths: description: Response content: application/json: - schema: *203 + schema: *204 examples: - response-if-user-already-had-membership-with-organization: *204 + response-if-user-already-had-membership-with-organization: *205 '422': *15 '403': *29 x-github: @@ -28674,7 +28682,7 @@ paths: application/json: schema: type: array - items: &205 + items: &206 title: Migration description: A migration. type: object @@ -29003,7 +29011,7 @@ paths: description: Response content: application/json: - schema: *205 + schema: *206 examples: default: value: @@ -29182,7 +29190,7 @@ paths: url: https://docs.github.com/rest/migrations/orgs#get-an-organization-migration-status parameters: - *94 - - &206 + - &207 name: migration_id description: The unique identifier of the migration. in: path @@ -29209,7 +29217,7 @@ paths: * `failed`, which means the migration failed. content: application/json: - schema: *205 + schema: *206 examples: default: value: @@ -29379,7 +29387,7 @@ paths: url: https://docs.github.com/rest/migrations/orgs#download-an-organization-migration-archive parameters: - *94 - - *206 + - *207 responses: '302': description: Response @@ -29401,7 +29409,7 @@ paths: url: https://docs.github.com/rest/migrations/orgs#delete-an-organization-migration-archive parameters: - *94 - - *206 + - *207 responses: '204': description: Response @@ -29425,8 +29433,8 @@ paths: url: https://docs.github.com/rest/migrations/orgs#unlock-an-organization-repository parameters: - *94 - - *206 - - &624 + - *207 + - &625 name: repo_name description: repo_name parameter in: path @@ -29454,7 +29462,7 @@ paths: url: https://docs.github.com/rest/migrations/orgs#list-repositories-in-an-organization-migration parameters: - *94 - - *206 + - *207 - *17 - *19 responses: @@ -29466,7 +29474,7 @@ paths: type: array items: *119 examples: - default: &219 + default: &220 value: - id: 1296269 node_id: MDEwOlJlcG9zaXRvcnkxMjk2MjY5 @@ -29619,7 +29627,7 @@ paths: roles: type: array description: The list of organization roles available to the organization. - items: &209 + items: &210 title: Organization Role description: Organization roles type: object @@ -29767,7 +29775,7 @@ paths: url: https://docs.github.com/rest/orgs/organization-roles#remove-all-organization-roles-for-a-team parameters: - *94 - - &207 + - &208 name: team_slug description: The slug of the team name. in: path @@ -29799,8 +29807,8 @@ paths: url: https://docs.github.com/rest/orgs/organization-roles#assign-an-organization-role-to-a-team parameters: - *94 - - *207 - - &208 + - *208 + - &209 name: role_id description: The unique identifier of the role. in: path @@ -29836,8 +29844,8 @@ paths: url: https://docs.github.com/rest/orgs/organization-roles#remove-an-organization-role-from-a-team parameters: - *94 - - *207 - *208 + - *209 responses: '204': description: Response @@ -29890,7 +29898,7 @@ paths: parameters: - *94 - *132 - - *208 + - *209 responses: '204': description: Response @@ -29922,7 +29930,7 @@ paths: parameters: - *94 - *132 - - *208 + - *209 responses: '204': description: Response @@ -29951,13 +29959,13 @@ paths: url: https://docs.github.com/rest/orgs/organization-roles#get-an-organization-role parameters: - *94 - - *208 + - *209 responses: '200': description: Response content: application/json: - schema: *209 + schema: *210 examples: default: value: @@ -30008,7 +30016,7 @@ paths: url: https://docs.github.com/rest/orgs/organization-roles#list-teams-that-are-assigned-to-an-organization-role parameters: - *94 - - *208 + - *209 - *17 - *19 responses: @@ -30086,8 +30094,8 @@ paths: description: Groups of organization members that gives permissions on specified repositories. type: object - properties: *210 - required: *211 + properties: *211 + required: *212 nullable: true required: - id @@ -30102,7 +30110,7 @@ paths: - slug - parent examples: - default: *212 + default: *213 headers: Link: *58 '404': @@ -30132,7 +30140,7 @@ paths: url: https://docs.github.com/rest/orgs/organization-roles#list-users-that-are-assigned-to-an-organization-role parameters: - *94 - - *208 + - *209 - *17 - *19 responses: @@ -30160,13 +30168,13 @@ paths: inherited_from: description: Team the user has gotten the role through type: array - items: &257 + items: &258 title: Team Simple description: Groups of organization members that gives permissions on specified repositories. type: object - properties: *210 - required: *211 + properties: *211 + required: *212 name: nullable: true type: string @@ -30261,7 +30269,7 @@ paths: - type - url examples: - default: *197 + default: *198 headers: Link: *58 '404': @@ -30309,7 +30317,7 @@ paths: type: array items: *4 examples: - default: *197 + default: *198 headers: Link: *58 x-github: @@ -30451,7 +30459,7 @@ paths: - nuget - container - *94 - - &626 + - &627 name: visibility description: |- The selected visibility of the packages. This parameter is optional and only filters an existing result set. @@ -30487,12 +30495,12 @@ paths: application/json: schema: type: array - items: *213 + items: *214 examples: - default: *214 + default: *215 '403': *29 '401': *25 - '400': &628 + '400': &629 description: The value of `per_page` multiplied by `page` cannot be greater than 10000. x-github: @@ -30514,7 +30522,7 @@ paths: description: API method documentation url: https://docs.github.com/rest/packages/packages#get-a-package-for-an-organization parameters: - - &215 + - &216 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 @@ -30532,7 +30540,7 @@ paths: - docker - nuget - container - - &216 + - &217 name: package_name description: The name of the package. in: path @@ -30545,7 +30553,7 @@ paths: description: Response content: application/json: - schema: *213 + schema: *214 examples: default: value: @@ -30597,8 +30605,8 @@ paths: description: API method documentation url: https://docs.github.com/rest/packages/packages#delete-a-package-for-an-organization parameters: - - *215 - *216 + - *217 - *94 responses: '204': @@ -30631,8 +30639,8 @@ paths: description: API method documentation url: https://docs.github.com/rest/packages/packages#restore-a-package-for-an-organization parameters: - - *215 - *216 + - *217 - *94 - name: token description: package token @@ -30665,8 +30673,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: - - *215 - *216 + - *217 - *94 - *19 - *17 @@ -30687,7 +30695,7 @@ paths: application/json: schema: type: array - items: &217 + items: &218 title: Package Version description: A version of a software package type: object @@ -30812,10 +30820,10 @@ paths: description: API method documentation url: https://docs.github.com/rest/packages/packages#get-a-package-version-for-an-organization parameters: - - *215 - *216 + - *217 - *94 - - &218 + - &219 name: package_version_id description: Unique identifier of the package version. in: path @@ -30827,7 +30835,7 @@ paths: description: Response content: application/json: - schema: *217 + schema: *218 examples: default: value: @@ -30863,10 +30871,10 @@ paths: description: API method documentation url: https://docs.github.com/rest/packages/packages#delete-package-version-for-an-organization parameters: - - *215 - *216 + - *217 - *94 - - *218 + - *219 responses: '204': description: Response @@ -30898,10 +30906,10 @@ paths: description: API method documentation url: https://docs.github.com/rest/packages/packages#restore-package-version-for-an-organization parameters: - - *215 - *216 + - *217 - *94 - - *218 + - *219 responses: '204': description: Response @@ -30931,7 +30939,7 @@ paths: - *94 - *17 - *19 - - &220 + - &221 name: sort description: The property by which to sort the results. in: query @@ -30942,7 +30950,7 @@ paths: - created_at default: created_at - *48 - - &221 + - &222 name: owner description: A list of owner usernames to use to filter the results. in: query @@ -30953,7 +30961,7 @@ paths: items: type: string example: owner[]=octocat1,owner[]=octocat2 - - &222 + - &223 name: repository description: The name of the repository to use to filter the results. in: query @@ -30961,7 +30969,7 @@ paths: schema: type: string example: Hello-World - - &223 + - &224 name: permission description: The permission to use to filter the results. in: query @@ -30969,7 +30977,7 @@ paths: schema: type: string example: issues_read - - &224 + - &225 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) @@ -30979,7 +30987,7 @@ paths: schema: type: string format: date-time - - &225 + - &226 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) @@ -30989,7 +30997,7 @@ paths: schema: type: string format: date-time - - &226 + - &227 name: token_id description: The ID of the token in: query @@ -31302,7 +31310,7 @@ paths: type: array items: *119 examples: - default: *219 + default: *220 headers: Link: *58 x-github: @@ -31328,14 +31336,14 @@ paths: - *94 - *17 - *19 - - *220 - - *48 - *221 + - *48 - *222 - *223 - *224 - *225 - *226 + - *227 responses: '500': *148 '422': *15 @@ -31617,7 +31625,7 @@ paths: type: array items: *119 examples: - default: *219 + default: *220 headers: Link: *58 x-github: @@ -31659,7 +31667,7 @@ paths: type: integer configurations: type: array - items: &227 + items: &228 title: Organization private registry description: Private registry configuration for an organization type: object @@ -31863,7 +31871,7 @@ paths: - created_at - updated_at examples: - org-private-registry-with-selected-visibility: &228 + org-private-registry-with-selected-visibility: &229 value: name: MAVEN_REPOSITORY_SECRET registry_type: maven_repository @@ -31959,9 +31967,9 @@ paths: description: The specified private registry configuration for the organization content: application/json: - schema: *227 + schema: *228 examples: - default: *228 + default: *229 '404': *6 x-github: githubCloudOnly: false @@ -32107,7 +32115,7 @@ paths: application/json: schema: type: array - items: &229 + items: &230 title: Project description: Projects are a way to organize columns and cards of work. @@ -32280,7 +32288,7 @@ paths: description: Response content: application/json: - schema: *229 + schema: *230 examples: default: value: @@ -32318,7 +32326,7 @@ paths: '401': *25 '403': *29 '404': *6 - '410': &288 + '410': &289 description: Gone content: application/json: @@ -32353,7 +32361,7 @@ paths: application/json: schema: type: array - items: &230 + items: &231 title: Organization Custom Property description: Custom property defined on an organization type: object @@ -32419,7 +32427,7 @@ paths: - property_name - value_type examples: - default: &231 + default: &232 value: - property_name: environment url: https://api.github.com/orgs/github/properties/schema/environment @@ -32478,7 +32486,7 @@ paths: properties: type: array description: The array of custom properties to create or update. - items: *230 + items: *231 minItems: 1 maxItems: 100 required: @@ -32508,9 +32516,9 @@ paths: application/json: schema: type: array - items: *230 + items: *231 examples: - default: *231 + default: *232 '403': *29 '404': *6 x-github: @@ -32532,7 +32540,7 @@ paths: url: https://docs.github.com/rest/orgs/custom-properties#get-a-custom-property-for-an-organization parameters: - *94 - - &232 + - &233 name: custom_property_name description: The custom property name in: path @@ -32544,9 +32552,9 @@ paths: description: Response content: application/json: - schema: *230 + schema: *231 examples: - default: &233 + default: &234 value: property_name: environment url: https://api.github.com/orgs/github/properties/schema/environment @@ -32581,7 +32589,7 @@ paths: url: https://docs.github.com/rest/orgs/custom-properties#create-or-update-a-custom-property-for-an-organization parameters: - *94 - - *232 + - *233 requestBody: required: true content: @@ -32650,9 +32658,9 @@ paths: description: Response content: application/json: - schema: *230 + schema: *231 examples: - default: *233 + default: *234 '403': *29 '404': *6 x-github: @@ -32676,7 +32684,7 @@ paths: url: https://docs.github.com/rest/orgs/custom-properties#remove-a-custom-property-for-an-organization parameters: - *94 - - *232 + - *233 responses: '204': *145 '403': *29 @@ -32737,7 +32745,7 @@ paths: example: octocat/Hello-World properties: type: array - items: &234 + items: &235 title: Custom Property Value description: Custom property name and associated value type: object @@ -32824,7 +32832,7 @@ paths: type: array description: List of custom property names and associated values to apply to the repositories. - items: *234 + items: *235 required: - repository_names - properties @@ -32877,7 +32885,7 @@ paths: type: array items: *4 examples: - default: *197 + default: *198 headers: Link: *58 x-github: @@ -33016,7 +33024,7 @@ paths: type: array items: *119 examples: - default: *219 + default: *220 headers: Link: *58 x-github: @@ -33218,7 +33226,7 @@ paths: description: Response content: application/json: - schema: &290 + schema: &291 title: Full Repository description: Full Repository type: object @@ -33495,8 +33503,8 @@ paths: title: Repository description: A repository on GitHub. type: object - properties: *235 - required: *236 + properties: *236 + required: *237 nullable: true temp_clone_token: type: string @@ -33611,7 +33619,7 @@ paths: title: Code Of Conduct Simple description: Code of Conduct Simple type: object - properties: &421 + properties: &422 url: type: string format: uri @@ -33627,12 +33635,12 @@ paths: nullable: true format: uri example: https://github.com/github/docs/blob/main/CODE_OF_CONDUCT.md - required: &422 + required: &423 - url - key - name - html_url - security_and_analysis: *237 + security_and_analysis: *238 custom_properties: type: object description: The custom properties that were defined for the repository. @@ -33716,7 +33724,7 @@ paths: - network_count - subscribers_count examples: - default: &292 + default: &293 value: id: 1296269 node_id: MDEwOlJlcG9zaXRvcnkxMjk2MjY5 @@ -34237,7 +34245,7 @@ paths: - *94 - *17 - *19 - - &561 + - &562 name: targets description: | A comma-separated list of rule targets to filter by. @@ -34255,7 +34263,7 @@ paths: application/json: schema: type: array - items: &244 + items: &245 title: Repository ruleset type: object description: A set of rules to apply when specified conditions are @@ -34290,7 +34298,7 @@ paths: source: type: string description: The name of the source - enforcement: &240 + enforcement: &241 type: string description: The enforcement level of the ruleset. `evaluate` allows admins to test rules before enforcing them. Admins @@ -34303,7 +34311,7 @@ paths: bypass_actors: type: array description: The actors that can bypass the rules in this ruleset - items: &241 + items: &242 title: Repository Ruleset Bypass Actor type: object description: An actor that can bypass rules in a ruleset @@ -34368,7 +34376,7 @@ paths: conditions: nullable: true anyOf: - - &238 + - &239 title: Repository ruleset conditions for ref names type: object description: Parameters for a repository ruleset ref name @@ -34392,7 +34400,7 @@ paths: match. items: type: string - - &242 + - &243 title: Organization ruleset conditions type: object description: |- @@ -34406,7 +34414,7 @@ paths: description: Conditions to target repositories by name and refs by name allOf: - - *238 + - *239 - title: Repository ruleset conditions for repository names type: object description: Parameters for a repository name condition @@ -34440,7 +34448,7 @@ paths: description: Conditions to target repositories by id and refs by name allOf: - - *238 + - *239 - title: Repository ruleset conditions for repository IDs type: object description: Parameters for a repository ID condition @@ -34462,7 +34470,7 @@ paths: description: Conditions to target repositories by property and refs by name allOf: - - *238 + - *239 - title: Repository ruleset conditions for repository properties type: object description: Parameters for a repository property condition @@ -34475,7 +34483,7 @@ paths: description: The repository properties and values to include. All of these properties must match for the condition to pass. - items: &239 + items: &240 title: Repository ruleset property targeting definition type: object @@ -34508,17 +34516,17 @@ paths: description: The repository properties and values to exclude. The condition will not pass if any of these properties match. - items: *239 + items: *240 required: - repository_property rules: type: array - items: &243 + items: &244 title: Repository Rule type: object description: A repository rule. oneOf: - - &539 + - &540 title: creation description: Only allow users with bypass permission to create matching refs. @@ -34530,7 +34538,7 @@ paths: type: string enum: - creation - - &540 + - &541 title: update description: Only allow users with bypass permission to update matching refs. @@ -34551,7 +34559,7 @@ paths: repository required: - update_allows_fetch_and_merge - - &542 + - &543 title: deletion description: Only allow users with bypass permissions to delete matching refs. @@ -34563,7 +34571,7 @@ paths: type: string enum: - deletion - - &543 + - &544 title: required_linear_history description: Prevent merge commits from being pushed to matching refs. @@ -34575,7 +34583,7 @@ paths: type: string enum: - required_linear_history - - &544 + - &545 title: merge_queue description: Merges must be performed via a merge queue. type: object @@ -34653,7 +34661,7 @@ paths: - merge_method - min_entries_to_merge - min_entries_to_merge_wait_minutes - - &545 + - &546 title: required_deployments description: Choose which environments must be successfully deployed to before refs can be pushed into a ref that @@ -34677,7 +34685,7 @@ paths: type: string required: - required_deployment_environments - - &546 + - &547 title: required_signatures description: Commits pushed to matching refs must have verified signatures. @@ -34689,7 +34697,7 @@ paths: type: string enum: - required_signatures - - &547 + - &548 title: pull_request description: Require all commits be made to a non-target branch and submitted via a pull request before they can @@ -34751,7 +34759,7 @@ paths: - require_last_push_approval - required_approving_review_count - required_review_thread_resolution - - &548 + - &549 title: required_status_checks description: Choose which status checks must pass before the ref is updated. When enabled, commits must first be @@ -34799,7 +34807,7 @@ paths: required: - required_status_checks - strict_required_status_checks_policy - - &549 + - &550 title: non_fast_forward description: Prevent users with push access from force pushing to refs. @@ -34811,7 +34819,7 @@ paths: type: string enum: - non_fast_forward - - &550 + - &551 title: commit_message_pattern description: Parameters to be used for the commit_message_pattern rule @@ -34847,7 +34855,7 @@ paths: required: - operator - pattern - - &551 + - &552 title: commit_author_email_pattern description: Parameters to be used for the commit_author_email_pattern rule @@ -34883,7 +34891,7 @@ paths: required: - operator - pattern - - &552 + - &553 title: committer_email_pattern description: Parameters to be used for the committer_email_pattern rule @@ -34919,7 +34927,7 @@ paths: required: - operator - pattern - - &553 + - &554 title: branch_name_pattern description: Parameters to be used for the branch_name_pattern rule @@ -34955,7 +34963,7 @@ paths: required: - operator - pattern - - &554 + - &555 title: tag_name_pattern description: Parameters to be used for the tag_name_pattern rule @@ -34991,7 +34999,7 @@ paths: required: - operator - pattern - - &555 + - &556 title: file_path_restriction description: Prevent commits that include changes in specified file and folder paths from being pushed to the commit @@ -35016,7 +35024,7 @@ paths: type: string required: - restricted_file_paths - - &556 + - &557 title: max_file_path_length description: Prevent commits that include file paths that exceed the specified character limit from being pushed @@ -35040,7 +35048,7 @@ paths: maximum: 256 required: - max_file_path_length - - &557 + - &558 title: file_extension_restriction description: Prevent commits that include files with specified file extensions from being pushed to the commit graph. @@ -35063,7 +35071,7 @@ paths: type: string required: - restricted_file_extensions - - &558 + - &559 title: max_file_size description: Prevent commits with individual files that exceed the specified limit from being pushed to the commit @@ -35088,7 +35096,7 @@ paths: maximum: 100 required: - max_file_size - - &559 + - &560 title: workflows description: Require all changes made to a targeted branch to pass the specified workflows before they can be merged. @@ -35138,7 +35146,7 @@ paths: - repository_id required: - workflows - - &560 + - &561 title: code_scanning description: Choose which tools must provide code scanning results before the reference is updated. When configured, @@ -35272,16 +35280,16 @@ paths: - push - repository default: branch - enforcement: *240 + enforcement: *241 bypass_actors: type: array description: The actors that can bypass the rules in this ruleset - items: *241 - conditions: *242 + items: *242 + conditions: *243 rules: type: array description: An array of rules within the ruleset. - items: *243 + items: *244 required: - name - enforcement @@ -35319,9 +35327,9 @@ paths: description: Response content: application/json: - schema: *244 + schema: *245 examples: - default: &245 + default: &246 value: id: 21 name: super cool ruleset @@ -35376,7 +35384,7 @@ paths: url: https://docs.github.com/rest/orgs/rule-suites#list-organization-rule-suites parameters: - *94 - - &562 + - &563 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 @@ -35391,7 +35399,7 @@ paths: in: query schema: type: string - - &563 + - &564 name: time_period description: |- The time period to filter by. @@ -35407,14 +35415,14 @@ paths: - week - month default: day - - &564 + - &565 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 - - &565 + - &566 name: rule_suite_result description: The rule results to filter on. When specified, only suites with this result will be returned. @@ -35434,7 +35442,7 @@ paths: description: Response content: application/json: - schema: &566 + schema: &567 title: Rule Suites description: Response type: array @@ -35489,7 +35497,7 @@ paths: whether rules would pass or fail if all rules in the rule suite were `active`. examples: - default: &567 + default: &568 value: - id: 21 actor_id: 12 @@ -35533,7 +35541,7 @@ paths: url: https://docs.github.com/rest/orgs/rule-suites#get-an-organization-rule-suite parameters: - *94 - - &568 + - &569 name: rule_suite_id description: |- The unique identifier of the rule suite result. @@ -35549,7 +35557,7 @@ paths: description: Response content: application/json: - schema: &569 + schema: &570 title: Rule Suite description: Response type: object @@ -35648,7 +35656,7 @@ paths: description: The detailed failure message for the rule. Null if the rule passed. examples: - default: &570 + default: &571 value: id: 21 actor_id: 12 @@ -35721,9 +35729,9 @@ paths: description: Response content: application/json: - schema: *244 + schema: *245 examples: - default: *245 + default: *246 '404': *6 '500': *148 put: @@ -35767,16 +35775,16 @@ paths: - tag - push - repository - enforcement: *240 + enforcement: *241 bypass_actors: type: array description: The actors that can bypass the rules in this ruleset - items: *241 - conditions: *242 + items: *242 + conditions: *243 rules: description: An array of rules within the ruleset. type: array - items: *243 + items: *244 examples: default: value: @@ -35811,9 +35819,9 @@ paths: description: Response content: application/json: - schema: *244 + schema: *245 examples: - default: *245 + default: *246 '404': *6 '500': *148 delete: @@ -35870,7 +35878,7 @@ paths: application/json: schema: type: array - items: &246 + items: &247 title: Ruleset version type: object description: The historical version of a ruleset @@ -35894,7 +35902,7 @@ paths: type: string format: date-time examples: - default: &572 + default: &573 value: - version_id: 3 actor: @@ -35947,9 +35955,9 @@ paths: description: Response content: application/json: - schema: &573 + schema: &574 allOf: - - *246 + - *247 - type: object required: - state @@ -36019,14 +36027,14 @@ paths: url: https://docs.github.com/rest/secret-scanning/secret-scanning#list-secret-scanning-alerts-for-an-organization parameters: - *94 - - *247 - *248 - *249 - *250 + - *251 - *48 - *19 - *17 - - &574 + - &575 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 @@ -36036,7 +36044,7 @@ paths: required: false schema: type: string - - &575 + - &576 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 @@ -36046,9 +36054,9 @@ paths: required: false schema: type: string - - *251 - *252 - *253 + - *254 responses: '200': description: Response @@ -36056,9 +36064,9 @@ paths: application/json: schema: type: array - items: *254 + items: *255 examples: - default: *255 + default: *256 headers: Link: *58 '404': *6 @@ -36128,7 +36136,7 @@ paths: application/json: schema: type: array - items: &582 + items: &583 description: A repository security advisory. type: object properties: @@ -36348,7 +36356,7 @@ paths: login: type: string description: The username of the user credited. - type: *256 + type: *257 credits_detailed: type: array nullable: true @@ -36358,7 +36366,7 @@ paths: type: object properties: user: *4 - type: *256 + type: *257 state: type: string description: The state of the user's acceptance of the @@ -36419,7 +36427,7 @@ paths: - private_fork additionalProperties: false examples: - default: &583 + default: &584 value: - ghsa_id: GHSA-abcd-1234-efgh cve_id: CVE-2050-00000 @@ -36806,9 +36814,9 @@ paths: application/json: schema: type: array - items: *257 + items: *258 examples: - default: *212 + default: *213 x-github: githubCloudOnly: false enabledForGitHubApps: true @@ -36832,7 +36840,7 @@ paths: url: https://docs.github.com/rest/orgs/security-managers#add-a-security-manager-team parameters: - *94 - - *207 + - *208 responses: '204': description: Response @@ -36858,7 +36866,7 @@ paths: url: https://docs.github.com/rest/orgs/security-managers#remove-a-security-manager-team parameters: - *94 - - *207 + - *208 responses: '204': description: Response @@ -36893,7 +36901,7 @@ paths: description: Response content: application/json: - schema: &642 + schema: &643 type: object properties: total_minutes_used: @@ -36963,7 +36971,7 @@ paths: - included_minutes - minutes_used_breakdown examples: - default: &643 + default: &644 value: total_minutes_used: 305 total_paid_minutes_used: 0 @@ -36999,7 +37007,7 @@ paths: description: Response content: application/json: - schema: &644 + schema: &645 type: object properties: total_gigabytes_bandwidth_used: @@ -37017,7 +37025,7 @@ paths: - total_paid_gigabytes_bandwidth_used - included_gigabytes_bandwidth examples: - default: &645 + default: &646 value: total_gigabytes_bandwidth_used: 50 total_paid_gigabytes_bandwidth_used: 40 @@ -37049,7 +37057,7 @@ paths: description: Response content: application/json: - schema: &646 + schema: &647 type: object properties: days_left_in_billing_cycle: @@ -37067,7 +37075,7 @@ paths: - estimated_paid_storage_for_month - estimated_storage_for_month examples: - default: &647 + default: &648 value: days_left_in_billing_cycle: 20 estimated_paid_storage_for_month: 15 @@ -37109,7 +37117,7 @@ paths: type: integer network_configurations: type: array - items: &258 + items: &259 title: Hosted compute network configuration description: A hosted compute network configuration. type: object @@ -37229,9 +37237,9 @@ paths: description: Response content: application/json: - schema: *258 + schema: *259 examples: - default: &259 + default: &260 value: id: 123456789ABCDEF name: My network configuration @@ -37260,7 +37268,7 @@ paths: url: https://docs.github.com/rest/orgs/network-configurations#get-a-hosted-compute-network-configuration-for-an-organization parameters: - *94 - - &260 + - &261 name: network_configuration_id description: Unique identifier of the hosted compute network configuration. in: path @@ -37272,9 +37280,9 @@ paths: description: Response content: application/json: - schema: *258 + schema: *259 examples: - default: *259 + default: *260 headers: Link: *58 x-github: @@ -37296,7 +37304,7 @@ paths: url: https://docs.github.com/rest/orgs/network-configurations#update-a-hosted-compute-network-configuration-for-an-organization parameters: - *94 - - *260 + - *261 requestBody: required: true content: @@ -37335,9 +37343,9 @@ paths: description: Response content: application/json: - schema: *258 + schema: *259 examples: - default: *259 + default: *260 x-github: githubCloudOnly: false enabledForGitHubApps: true @@ -37357,7 +37365,7 @@ paths: url: https://docs.github.com/rest/orgs/network-configurations#delete-a-hosted-compute-network-configuration-from-an-organization parameters: - *94 - - *260 + - *261 responses: '204': description: Response @@ -37465,7 +37473,7 @@ paths: url: https://docs.github.com/rest/copilot/copilot-metrics#get-copilot-metrics-for-a-team parameters: - *94 - - *207 + - *208 - 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`). @@ -37497,13 +37505,13 @@ paths: application/json: schema: type: array - items: *261 + items: *262 examples: - default: *262 + default: *263 '500': *148 '403': *29 '404': *6 - '422': *263 + '422': *264 x-github: githubCloudOnly: false enabledForGitHubApps: true @@ -37533,7 +37541,7 @@ paths: type: array items: *152 examples: - default: *212 + default: *213 headers: Link: *58 '403': *29 @@ -37627,7 +37635,7 @@ paths: description: Response content: application/json: - schema: &264 + schema: &265 title: Full Team description: Groups of organization members that gives permissions on specified repositories. @@ -37690,8 +37698,8 @@ paths: description: Groups of organization members that gives permissions on specified repositories. type: object - properties: *210 - required: *211 + properties: *211 + required: *212 nullable: true members_count: type: integer @@ -37937,7 +37945,7 @@ paths: - repos_count - organization examples: - default: &265 + default: &266 value: id: 1 node_id: MDQ6VGVhbTE= @@ -38008,15 +38016,15 @@ paths: url: https://docs.github.com/rest/teams/teams#get-a-team-by-name parameters: - *94 - - *207 + - *208 responses: '200': description: Response content: application/json: - schema: *264 + schema: *265 examples: - default: *265 + default: *266 '404': *6 x-github: githubCloudOnly: false @@ -38038,7 +38046,7 @@ paths: url: https://docs.github.com/rest/teams/teams#update-a-team parameters: - *94 - - *207 + - *208 requestBody: required: false content: @@ -38100,16 +38108,16 @@ paths: description: Response when the updated information already exists content: application/json: - schema: *264 + schema: *265 examples: - default: *265 + default: *266 '201': description: Response content: application/json: - schema: *264 + schema: *265 examples: - default: *265 + default: *266 '404': *6 '422': *15 '403': *29 @@ -38135,7 +38143,7 @@ paths: url: https://docs.github.com/rest/teams/teams#delete-a-team parameters: - *94 - - *207 + - *208 responses: '204': description: Response @@ -38162,7 +38170,7 @@ paths: url: https://docs.github.com/rest/teams/discussions#list-discussions parameters: - *94 - - *207 + - *208 - *48 - *17 - *19 @@ -38179,7 +38187,7 @@ paths: application/json: schema: type: array - items: &266 + items: &267 title: Team Discussion description: A team discussion is a persistent record of a free-form conversation within a team. @@ -38278,7 +38286,7 @@ paths: - updated_at - url examples: - default: &597 + default: &598 value: - author: login: octocat @@ -38353,7 +38361,7 @@ paths: url: https://docs.github.com/rest/teams/discussions#create-a-discussion parameters: - *94 - - *207 + - *208 requestBody: required: true content: @@ -38387,9 +38395,9 @@ paths: description: Response content: application/json: - schema: *266 + schema: *267 examples: - default: &267 + default: &268 value: author: login: octocat @@ -38462,8 +38470,8 @@ paths: url: https://docs.github.com/rest/teams/discussions#get-a-discussion parameters: - *94 - - *207 - - &268 + - *208 + - &269 name: discussion_number description: The number that identifies the discussion. in: path @@ -38475,9 +38483,9 @@ paths: description: Response content: application/json: - schema: *266 + schema: *267 examples: - default: *267 + default: *268 x-github: githubCloudOnly: false enabledForGitHubApps: true @@ -38500,8 +38508,8 @@ paths: url: https://docs.github.com/rest/teams/discussions#update-a-discussion parameters: - *94 - - *207 - - *268 + - *208 + - *269 requestBody: required: false content: @@ -38524,9 +38532,9 @@ paths: description: Response content: application/json: - schema: *266 + schema: *267 examples: - default: &598 + default: &599 value: author: login: octocat @@ -38597,8 +38605,8 @@ paths: url: https://docs.github.com/rest/teams/discussions#delete-a-discussion parameters: - *94 - - *207 - - *268 + - *208 + - *269 responses: '204': description: Response @@ -38625,8 +38633,8 @@ paths: url: https://docs.github.com/rest/teams/discussion-comments#list-discussion-comments parameters: - *94 - - *207 - - *268 + - *208 + - *269 - *48 - *17 - *19 @@ -38637,7 +38645,7 @@ paths: application/json: schema: type: array - items: &269 + items: &270 title: Team Discussion Comment description: A reply to a discussion within a team. type: object @@ -38709,7 +38717,7 @@ paths: - updated_at - url examples: - default: &599 + default: &600 value: - author: login: octocat @@ -38778,8 +38786,8 @@ paths: url: https://docs.github.com/rest/teams/discussion-comments#create-a-discussion-comment parameters: - *94 - - *207 - - *268 + - *208 + - *269 requestBody: required: true content: @@ -38801,9 +38809,9 @@ paths: description: Response content: application/json: - schema: *269 + schema: *270 examples: - default: &270 + default: &271 value: author: login: octocat @@ -38870,9 +38878,9 @@ paths: url: https://docs.github.com/rest/teams/discussion-comments#get-a-discussion-comment parameters: - *94 - - *207 - - *268 - - &271 + - *208 + - *269 + - &272 name: comment_number description: The number that identifies the comment. in: path @@ -38884,9 +38892,9 @@ paths: description: Response content: application/json: - schema: *269 + schema: *270 examples: - default: *270 + default: *271 x-github: githubCloudOnly: false enabledForGitHubApps: true @@ -38909,9 +38917,9 @@ paths: url: https://docs.github.com/rest/teams/discussion-comments#update-a-discussion-comment parameters: - *94 - - *207 - - *268 - - *271 + - *208 + - *269 + - *272 requestBody: required: true content: @@ -38933,9 +38941,9 @@ paths: description: Response content: application/json: - schema: *269 + schema: *270 examples: - default: &600 + default: &601 value: author: login: octocat @@ -39000,9 +39008,9 @@ paths: url: https://docs.github.com/rest/teams/discussion-comments#delete-a-discussion-comment parameters: - *94 - - *207 - - *268 - - *271 + - *208 + - *269 + - *272 responses: '204': description: Response @@ -39029,9 +39037,9 @@ paths: url: https://docs.github.com/rest/reactions/reactions#list-reactions-for-a-team-discussion-comment parameters: - *94 - - *207 - - *268 - - *271 + - *208 + - *269 + - *272 - 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. @@ -39057,7 +39065,7 @@ paths: application/json: schema: type: array - items: &272 + items: &273 title: Reaction description: Reactions to conversations provide a way to help people express their feelings more simply and effectively. @@ -39100,7 +39108,7 @@ paths: - content - created_at examples: - default: &274 + default: &275 value: - id: 1 node_id: MDg6UmVhY3Rpb24x @@ -39151,9 +39159,9 @@ paths: url: https://docs.github.com/rest/reactions/reactions#create-reaction-for-a-team-discussion-comment parameters: - *94 - - *207 - - *268 - - *271 + - *208 + - *269 + - *272 requestBody: required: true content: @@ -39186,9 +39194,9 @@ paths: team discussion comment content: application/json: - schema: *272 + schema: *273 examples: - default: &273 + default: &274 value: id: 1 node_id: MDg6UmVhY3Rpb24x @@ -39217,9 +39225,9 @@ paths: description: Response content: application/json: - schema: *272 + schema: *273 examples: - default: *273 + default: *274 x-github: githubCloudOnly: false enabledForGitHubApps: true @@ -39243,10 +39251,10 @@ paths: url: https://docs.github.com/rest/reactions/reactions#delete-team-discussion-comment-reaction parameters: - *94 - - *207 - - *268 - - *271 - - &275 + - *208 + - *269 + - *272 + - &276 name: reaction_id description: The unique identifier of the reaction. in: path @@ -39279,8 +39287,8 @@ paths: url: https://docs.github.com/rest/reactions/reactions#list-reactions-for-a-team-discussion parameters: - *94 - - *207 - - *268 + - *208 + - *269 - 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. @@ -39306,9 +39314,9 @@ paths: application/json: schema: type: array - items: *272 + items: *273 examples: - default: *274 + default: *275 headers: Link: *58 x-github: @@ -39335,8 +39343,8 @@ paths: url: https://docs.github.com/rest/reactions/reactions#create-reaction-for-a-team-discussion parameters: - *94 - - *207 - - *268 + - *208 + - *269 requestBody: required: true content: @@ -39368,16 +39376,16 @@ paths: description: Response content: application/json: - schema: *272 + schema: *273 examples: - default: *273 + default: *274 '201': description: Response content: application/json: - schema: *272 + schema: *273 examples: - default: *273 + default: *274 x-github: githubCloudOnly: false enabledForGitHubApps: false @@ -39401,9 +39409,9 @@ paths: url: https://docs.github.com/rest/reactions/reactions#delete-team-discussion-reaction parameters: - *94 - - *207 - - *268 - - *275 + - *208 + - *269 + - *276 responses: '204': description: Response @@ -39428,7 +39436,7 @@ paths: url: https://docs.github.com/rest/teams/members#list-pending-team-invitations parameters: - *94 - - *207 + - *208 - *17 - *19 responses: @@ -39438,9 +39446,9 @@ paths: application/json: schema: type: array - items: *189 + items: *190 examples: - default: *190 + default: *191 headers: Link: *58 x-github: @@ -39463,7 +39471,7 @@ paths: url: https://docs.github.com/rest/teams/members#list-team-members parameters: - *94 - - *207 + - *208 - name: role description: Filters members returned by their role in the team. in: query @@ -39486,7 +39494,7 @@ paths: type: array items: *4 examples: - default: *197 + default: *198 headers: Link: *58 x-github: @@ -39517,14 +39525,14 @@ paths: url: https://docs.github.com/rest/teams/members#get-team-membership-for-a-user parameters: - *94 - - *207 + - *208 - *132 responses: '200': description: Response content: application/json: - schema: &276 + schema: &277 title: Team Membership description: Team Membership type: object @@ -39551,7 +39559,7 @@ paths: - state - url examples: - response-if-user-is-a-team-maintainer: &601 + response-if-user-is-a-team-maintainer: &602 summary: Response if user is a team maintainer value: url: https://api.github.com/teams/1/memberships/octocat @@ -39588,7 +39596,7 @@ paths: url: https://docs.github.com/rest/teams/members#add-or-update-team-membership-for-a-user parameters: - *94 - - *207 + - *208 - *132 requestBody: required: false @@ -39614,9 +39622,9 @@ paths: description: Response content: application/json: - schema: *276 + schema: *277 examples: - response-if-users-membership-with-team-is-now-pending: &602 + response-if-users-membership-with-team-is-now-pending: &603 summary: Response if user's membership with team is now pending value: url: https://api.github.com/teams/1/memberships/octocat @@ -39652,7 +39660,7 @@ paths: url: https://docs.github.com/rest/teams/members#remove-team-membership-for-a-user parameters: - *94 - - *207 + - *208 - *132 responses: '204': @@ -39679,7 +39687,7 @@ paths: url: https://docs.github.com/rest/teams/teams#list-team-projects parameters: - *94 - - *207 + - *208 - *17 - *19 responses: @@ -39689,7 +39697,7 @@ paths: application/json: schema: type: array - items: &277 + items: &278 title: Team Project description: A team's access to a project. type: object @@ -39757,7 +39765,7 @@ paths: - updated_at - permissions examples: - default: &603 + default: &604 value: - owner_url: https://api.github.com/orgs/octocat url: https://api.github.com/projects/1002605 @@ -39821,8 +39829,8 @@ paths: url: https://docs.github.com/rest/teams/teams#check-team-permissions-for-a-project parameters: - *94 - - *207 - - &278 + - *208 + - &279 name: project_id description: The unique identifier of the project. in: path @@ -39834,9 +39842,9 @@ paths: description: Response content: application/json: - schema: *277 + schema: *278 examples: - default: &604 + default: &605 value: owner_url: https://api.github.com/orgs/octocat url: https://api.github.com/projects/1002605 @@ -39899,8 +39907,8 @@ paths: url: https://docs.github.com/rest/teams/teams#add-or-update-team-project-permissions parameters: - *94 - - *207 - - *278 + - *208 + - *279 requestBody: required: false content: @@ -39967,8 +39975,8 @@ paths: url: https://docs.github.com/rest/teams/teams#remove-a-project-from-a-team parameters: - *94 - - *207 - - *278 + - *208 + - *279 responses: '204': description: Response @@ -39996,7 +40004,7 @@ paths: url: https://docs.github.com/rest/teams/teams#list-team-repositories parameters: - *94 - - *207 + - *208 - *17 - *19 responses: @@ -40008,7 +40016,7 @@ paths: type: array items: *119 examples: - default: *219 + default: *220 headers: Link: *58 x-github: @@ -40038,15 +40046,15 @@ paths: url: https://docs.github.com/rest/teams/teams#check-team-permissions-for-a-repository parameters: - *94 - - *207 - - *279 + - *208 - *280 + - *281 responses: '200': description: Alternative response with repository permissions content: application/json: - schema: &605 + schema: &606 title: Team Repository description: A team's access to a repository. type: object @@ -40616,9 +40624,9 @@ paths: url: https://docs.github.com/rest/teams/teams#add-or-update-team-repository-permissions parameters: - *94 - - *207 - - *279 + - *208 - *280 + - *281 requestBody: required: false content: @@ -40664,9 +40672,9 @@ paths: url: https://docs.github.com/rest/teams/teams#remove-a-repository-from-a-team parameters: - *94 - - *207 - - *279 + - *208 - *280 + - *281 responses: '204': description: Response @@ -40691,7 +40699,7 @@ paths: url: https://docs.github.com/rest/teams/teams#list-child-teams parameters: - *94 - - *207 + - *208 - *17 - *19 responses: @@ -40703,7 +40711,7 @@ paths: type: array items: *152 examples: - response-if-child-teams-exist: &606 + response-if-child-teams-exist: &607 value: - id: 2 node_id: MDQ6VGVhbTI= @@ -40830,7 +40838,7 @@ paths: description: API method documentation url: https://docs.github.com/rest/projects/cards#get-a-project-card parameters: - - &281 + - &282 name: card_id description: The unique identifier of the card. in: path @@ -40842,7 +40850,7 @@ paths: description: Response content: application/json: - schema: &282 + schema: &283 title: Project Card description: Project cards represent a scope of work. type: object @@ -40909,7 +40917,7 @@ paths: - created_at - updated_at examples: - default: &283 + default: &284 value: url: https://api.github.com/projects/columns/cards/1478 id: 1478 @@ -40965,7 +40973,7 @@ paths: description: API method documentation url: https://docs.github.com/rest/projects/cards#update-an-existing-project-card parameters: - - *281 + - *282 requestBody: required: false content: @@ -40992,9 +41000,9 @@ paths: description: Response content: application/json: - schema: *282 + schema: *283 examples: - default: *283 + default: *284 '304': *37 '403': *29 '401': *25 @@ -41021,7 +41029,7 @@ paths: description: API method documentation url: https://docs.github.com/rest/projects/cards#delete-a-project-card parameters: - - *281 + - *282 responses: '204': description: Response @@ -41065,7 +41073,7 @@ paths: description: API method documentation url: https://docs.github.com/rest/projects/cards#move-a-project-card parameters: - - *281 + - *282 requestBody: required: true content: @@ -41176,7 +41184,7 @@ paths: description: API method documentation url: https://docs.github.com/rest/projects/columns#get-a-project-column parameters: - - &284 + - &285 name: column_id description: The unique identifier of the column. in: path @@ -41188,7 +41196,7 @@ paths: description: Response content: application/json: - schema: &285 + schema: &286 title: Project Column description: Project columns contain cards of work. type: object @@ -41234,7 +41242,7 @@ paths: - created_at - updated_at examples: - default: &286 + default: &287 value: url: https://api.github.com/projects/columns/367 project_url: https://api.github.com/projects/120 @@ -41269,7 +41277,7 @@ paths: description: API method documentation url: https://docs.github.com/rest/projects/columns#update-an-existing-project-column parameters: - - *284 + - *285 requestBody: required: true content: @@ -41293,9 +41301,9 @@ paths: description: Response content: application/json: - schema: *285 + schema: *286 examples: - default: *286 + default: *287 '304': *37 '403': *29 '401': *25 @@ -41320,7 +41328,7 @@ paths: description: API method documentation url: https://docs.github.com/rest/projects/columns#delete-a-project-column parameters: - - *284 + - *285 responses: '204': description: Response @@ -41349,7 +41357,7 @@ paths: description: API method documentation url: https://docs.github.com/rest/projects/cards#list-project-cards parameters: - - *284 + - *285 - name: archived_state description: Filters the project cards that are returned by the card's state. in: query @@ -41370,7 +41378,7 @@ paths: application/json: schema: type: array - items: *282 + items: *283 examples: default: value: @@ -41429,7 +41437,7 @@ paths: description: API method documentation url: https://docs.github.com/rest/projects/cards#create-a-project-card parameters: - - *284 + - *285 requestBody: required: true content: @@ -41469,9 +41477,9 @@ paths: description: Response content: application/json: - schema: *282 + schema: *283 examples: - default: *283 + default: *284 '304': *37 '403': *29 '401': *25 @@ -41527,7 +41535,7 @@ paths: description: API method documentation url: https://docs.github.com/rest/projects/columns#move-a-project-column parameters: - - *284 + - *285 requestBody: required: true content: @@ -41587,15 +41595,15 @@ paths: description: API method documentation url: https://docs.github.com/rest/projects/projects#get-a-project parameters: - - *278 + - *279 responses: '200': description: Response content: application/json: - schema: *229 + schema: *230 examples: - default: &287 + default: &288 value: owner_url: https://api.github.com/repos/api-playground/projects-test url: https://api.github.com/projects/1002604 @@ -41652,7 +41660,7 @@ paths: description: API method documentation url: https://docs.github.com/rest/projects/projects#update-a-project parameters: - - *278 + - *279 requestBody: required: false content: @@ -41698,9 +41706,9 @@ paths: description: Response content: application/json: - schema: *229 + schema: *230 examples: - default: *287 + default: *288 '404': description: Not Found if the authenticated user does not have access to the project @@ -41721,7 +41729,7 @@ paths: items: type: string '401': *25 - '410': *288 + '410': *289 '422': *7 x-github: githubCloudOnly: false @@ -41744,7 +41752,7 @@ paths: description: API method documentation url: https://docs.github.com/rest/projects/projects#delete-a-project parameters: - - *278 + - *279 responses: '204': description: Delete Success @@ -41765,7 +41773,7 @@ paths: items: type: string '401': *25 - '410': *288 + '410': *289 '404': *6 x-github: githubCloudOnly: false @@ -41789,7 +41797,7 @@ paths: description: API method documentation url: https://docs.github.com/rest/projects/collaborators#list-project-collaborators parameters: - - *278 + - *279 - 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 @@ -41816,7 +41824,7 @@ paths: type: array items: *4 examples: - default: *197 + default: *198 headers: Link: *58 '404': *6 @@ -41846,7 +41854,7 @@ paths: description: API method documentation url: https://docs.github.com/rest/projects/collaborators#add-project-collaborator parameters: - - *278 + - *279 - *132 requestBody: required: false @@ -41899,7 +41907,7 @@ paths: description: API method documentation url: https://docs.github.com/rest/projects/collaborators#remove-user-as-a-collaborator parameters: - - *278 + - *279 - *132 responses: '204': @@ -41931,7 +41939,7 @@ paths: description: API method documentation url: https://docs.github.com/rest/projects/collaborators#get-project-permission-for-a-user parameters: - - *278 + - *279 - *132 responses: '200': @@ -42005,7 +42013,7 @@ paths: description: API method documentation url: https://docs.github.com/rest/projects/columns#list-project-columns parameters: - - *278 + - *279 - *17 - *19 responses: @@ -42015,7 +42023,7 @@ paths: application/json: schema: type: array - items: *285 + items: *286 examples: default: value: @@ -42053,7 +42061,7 @@ paths: description: API method documentation url: https://docs.github.com/rest/projects/columns#create-a-project-column parameters: - - *278 + - *279 requestBody: required: true content: @@ -42076,7 +42084,7 @@ paths: description: Response content: application/json: - schema: *285 + schema: *286 examples: default: value: @@ -42140,7 +42148,7 @@ paths: resources: type: object properties: - core: &289 + core: &290 title: Rate Limit type: object properties: @@ -42157,20 +42165,20 @@ paths: - remaining - reset - used - graphql: *289 - search: *289 - code_search: *289 - source_import: *289 - integration_manifest: *289 - code_scanning_upload: *289 - actions_runner_registration: *289 - scim: *289 - dependency_snapshots: *289 - code_scanning_autofix: *289 + graphql: *290 + search: *290 + code_search: *290 + source_import: *290 + integration_manifest: *290 + code_scanning_upload: *290 + actions_runner_registration: *290 + scim: *290 + dependency_snapshots: *290 + code_scanning_autofix: *290 required: - core - search - rate: *289 + rate: *290 required: - rate - resources @@ -42274,14 +42282,14 @@ paths: description: API method documentation url: https://docs.github.com/rest/repos/repos#get-a-repository parameters: - - *279 - *280 + - *281 responses: '200': description: Response content: application/json: - schema: *290 + schema: *291 examples: default-response: summary: Default response @@ -42782,7 +42790,7 @@ paths: status: disabled '403': *29 '404': *6 - '301': *291 + '301': *292 x-github: githubCloudOnly: false enabledForGitHubApps: true @@ -42800,8 +42808,8 @@ paths: description: API method documentation url: https://docs.github.com/rest/repos/repos#update-a-repository parameters: - - *279 - *280 + - *281 requestBody: required: false content: @@ -43045,10 +43053,10 @@ paths: description: Response content: application/json: - schema: *290 + schema: *291 examples: - default: *292 - '307': &293 + default: *293 + '307': &294 description: Temporary Redirect content: application/json: @@ -43077,8 +43085,8 @@ paths: description: API method documentation url: https://docs.github.com/rest/repos/repos#delete-a-repository parameters: - - *279 - *280 + - *281 responses: '204': description: Response @@ -43100,7 +43108,7 @@ paths: value: message: Organization members cannot delete repositories. documentation_url: https://docs.github.com/rest/repos/repos#delete-a-repository - '307': *293 + '307': *294 '404': *6 x-github: githubCloudOnly: false @@ -43123,11 +43131,11 @@ paths: description: API method documentation url: https://docs.github.com/rest/actions/artifacts#list-artifacts-for-a-repository parameters: - - *279 - *280 + - *281 - *17 - *19 - - &319 + - &320 name: name description: The name field of an artifact. When specified, only artifacts with this name will be returned. @@ -43150,7 +43158,7 @@ paths: type: integer artifacts: type: array - items: &294 + items: &295 title: Artifact description: An artifact type: object @@ -43228,7 +43236,7 @@ paths: - expires_at - updated_at examples: - default: &320 + default: &321 value: total_count: 2 artifacts: @@ -43289,9 +43297,9 @@ paths: description: API method documentation url: https://docs.github.com/rest/actions/artifacts#get-an-artifact parameters: - - *279 - *280 - - &295 + - *281 + - &296 name: artifact_id description: The unique identifier of the artifact. in: path @@ -43303,7 +43311,7 @@ paths: description: Response content: application/json: - schema: *294 + schema: *295 examples: default: value: @@ -43341,9 +43349,9 @@ paths: description: API method documentation url: https://docs.github.com/rest/actions/artifacts#delete-an-artifact parameters: - - *279 - *280 - - *295 + - *281 + - *296 responses: '204': description: Response @@ -43367,9 +43375,9 @@ paths: description: API method documentation url: https://docs.github.com/rest/actions/artifacts#download-an-artifact parameters: - - *279 - *280 - - *295 + - *281 + - *296 - name: archive_format in: path required: true @@ -43383,7 +43391,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': *288 + '410': *289 x-github: githubCloudOnly: false enabledForGitHubApps: true @@ -43406,14 +43414,14 @@ paths: description: API method documentation url: https://docs.github.com/rest/actions/cache#get-github-actions-cache-usage-for-a-repository parameters: - - *279 - *280 + - *281 responses: '200': description: Response content: application/json: - schema: *296 + schema: *297 examples: default: value: @@ -43439,11 +43447,11 @@ paths: description: API method documentation url: https://docs.github.com/rest/actions/cache#list-github-actions-caches-for-a-repository parameters: - - *279 - *280 + - *281 - *17 - *19 - - &297 + - &298 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 @@ -43477,7 +43485,7 @@ paths: description: Response content: application/json: - schema: &298 + schema: &299 title: Repository actions caches description: Repository actions caches type: object @@ -43519,7 +43527,7 @@ paths: - total_count - actions_caches examples: - default: &299 + default: &300 value: total_count: 1 actions_caches: @@ -43551,23 +43559,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: - - *279 - *280 + - *281 - name: key description: A key for identifying the cache. in: query required: true schema: type: string - - *297 + - *298 responses: '200': description: Response content: application/json: - schema: *298 + schema: *299 examples: - default: *299 + default: *300 x-github: githubCloudOnly: false enabledForGitHubApps: true @@ -43587,8 +43595,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: - - *279 - *280 + - *281 - name: cache_id description: The unique identifier of the GitHub Actions cache. in: path @@ -43619,9 +43627,9 @@ paths: description: API method documentation url: https://docs.github.com/rest/actions/workflow-jobs#get-a-job-for-a-workflow-run parameters: - - *279 - *280 - - &300 + - *281 + - &301 name: job_id description: The unique identifier of the job. in: path @@ -43633,7 +43641,7 @@ paths: description: Response content: application/json: - schema: &323 + schema: &324 title: Job description: Information of a job execution in a workflow run type: object @@ -43940,9 +43948,9 @@ paths: description: API method documentation url: https://docs.github.com/rest/actions/workflow-jobs#download-job-logs-for-a-workflow-run parameters: - - *279 - *280 - - *300 + - *281 + - *301 responses: '302': description: Response @@ -43970,9 +43978,9 @@ paths: description: API method documentation url: https://docs.github.com/rest/actions/workflow-runs#re-run-a-job-from-a-workflow-run parameters: - - *279 - *280 - - *300 + - *281 + - *301 requestBody: required: false content: @@ -44017,8 +44025,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: - - *279 - *280 + - *281 responses: '200': description: Status response @@ -44068,8 +44076,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: - - *279 - *280 + - *281 requestBody: required: true content: @@ -44132,8 +44140,8 @@ paths: description: API method documentation url: https://docs.github.com/rest/actions/secrets#list-repository-organization-secrets parameters: - - *279 - *280 + - *281 - *17 - *19 responses: @@ -44151,7 +44159,7 @@ paths: type: integer secrets: type: array - items: &325 + items: &326 title: Actions Secret description: Set secrets for GitHub Actions. type: object @@ -44171,7 +44179,7 @@ paths: - created_at - updated_at examples: - default: &326 + default: &327 value: total_count: 2 secrets: @@ -44204,9 +44212,9 @@ paths: description: API method documentation url: https://docs.github.com/rest/actions/variables#list-repository-organization-variables parameters: - - *279 - *280 - - *301 + - *281 + - *302 - *19 responses: '200': @@ -44223,7 +44231,7 @@ paths: type: integer variables: type: array - items: &329 + items: &330 title: Actions Variable type: object properties: @@ -44253,7 +44261,7 @@ paths: - created_at - updated_at examples: - default: &330 + default: &331 value: total_count: 2 variables: @@ -44286,8 +44294,8 @@ paths: description: API method documentation url: https://docs.github.com/rest/actions/permissions#get-github-actions-permissions-for-a-repository parameters: - - *279 - *280 + - *281 responses: '200': description: Response @@ -44296,11 +44304,11 @@ paths: schema: type: object properties: - enabled: &303 + enabled: &304 type: boolean description: Whether GitHub Actions is enabled on the repository. allowed_actions: *108 - selected_actions_url: *302 + selected_actions_url: *303 required: - enabled examples: @@ -44327,8 +44335,8 @@ paths: description: API method documentation url: https://docs.github.com/rest/actions/permissions#set-github-actions-permissions-for-a-repository parameters: - - *279 - *280 + - *281 responses: '204': description: Response @@ -44339,7 +44347,7 @@ paths: schema: type: object properties: - enabled: *303 + enabled: *304 allowed_actions: *108 required: - enabled @@ -44369,14 +44377,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: - - *279 - *280 + - *281 responses: '200': description: Response content: application/json: - schema: &304 + schema: &305 type: object properties: access_level: @@ -44393,7 +44401,7 @@ paths: required: - access_level examples: - default: &305 + default: &306 value: access_level: organization x-github: @@ -44417,15 +44425,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: - - *279 - *280 + - *281 requestBody: required: true content: application/json: - schema: *304 + schema: *305 examples: - default: *305 + default: *306 responses: '204': description: Response @@ -44449,8 +44457,8 @@ paths: description: API method documentation url: https://docs.github.com/rest/actions/permissions#get-allowed-actions-and-reusable-workflows-for-a-repository parameters: - - *279 - *280 + - *281 responses: '200': description: Response @@ -44477,8 +44485,8 @@ paths: description: API method documentation url: https://docs.github.com/rest/actions/permissions#set-allowed-actions-and-reusable-workflows-for-a-repository parameters: - - *279 - *280 + - *281 responses: '204': description: Response @@ -44510,14 +44518,14 @@ paths: description: API method documentation url: https://docs.github.com/rest/actions/permissions#get-default-workflow-permissions-for-a-repository parameters: - - *279 - *280 + - *281 responses: '200': description: Response content: application/json: - schema: *306 + schema: *307 examples: default: *114 x-github: @@ -44540,8 +44548,8 @@ paths: description: API method documentation url: https://docs.github.com/rest/actions/permissions#set-default-workflow-permissions-for-a-repository parameters: - - *279 - *280 + - *281 responses: '204': description: Success response @@ -44552,7 +44560,7 @@ paths: required: true content: application/json: - schema: *307 + schema: *308 examples: default: *114 x-github: @@ -44581,8 +44589,8 @@ paths: in: query schema: type: string - - *279 - *280 + - *281 - *17 - *19 responses: @@ -44626,8 +44634,8 @@ paths: description: API method documentation url: https://docs.github.com/rest/actions/self-hosted-runners#list-runner-applications-for-a-repository parameters: - - *279 - *280 + - *281 responses: '200': description: Response @@ -44635,9 +44643,9 @@ paths: application/json: schema: type: array - items: *308 + items: *309 examples: - default: *309 + default: *310 x-github: githubCloudOnly: false enabledForGitHubApps: true @@ -44659,8 +44667,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: - - *279 - *280 + - *281 requestBody: required: true content: @@ -44703,7 +44711,7 @@ paths: - no-gpu work_folder: _work responses: - '201': *310 + '201': *311 '404': *6 '422': *7 '409': *46 @@ -44734,8 +44742,8 @@ paths: description: API method documentation url: https://docs.github.com/rest/actions/self-hosted-runners#create-a-registration-token-for-a-repository parameters: - - *279 - *280 + - *281 responses: '201': description: Response @@ -44743,7 +44751,7 @@ paths: application/json: schema: *123 examples: - default: *311 + default: *312 x-github: githubCloudOnly: false enabledForGitHubApps: true @@ -44771,8 +44779,8 @@ paths: description: API method documentation url: https://docs.github.com/rest/actions/self-hosted-runners#create-a-remove-token-for-a-repository parameters: - - *279 - *280 + - *281 responses: '201': description: Response @@ -44780,7 +44788,7 @@ paths: application/json: schema: *123 examples: - default: *312 + default: *313 x-github: githubCloudOnly: false enabledForGitHubApps: true @@ -44802,8 +44810,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: - - *279 - *280 + - *281 - *120 responses: '200': @@ -44812,7 +44820,7 @@ paths: application/json: schema: *121 examples: - default: *313 + default: *314 x-github: githubCloudOnly: false enabledForGitHubApps: true @@ -44833,8 +44841,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: - - *279 - *280 + - *281 - *120 responses: '204': @@ -44860,8 +44868,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: - - *279 - *280 + - *281 - *120 responses: '200': *125 @@ -44886,8 +44894,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: - - *279 - *280 + - *281 - *120 requestBody: required: true @@ -44936,8 +44944,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: - - *279 - *280 + - *281 - *120 requestBody: required: true @@ -44987,11 +44995,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: - - *279 - *280 + - *281 - *120 responses: - '200': *314 + '200': *315 '404': *6 x-github: githubCloudOnly: false @@ -45018,10 +45026,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: - - *279 - *280 + - *281 - *120 - - *315 + - *316 responses: '200': *125 '404': *6 @@ -45049,9 +45057,9 @@ paths: description: API method documentation url: https://docs.github.com/rest/actions/workflow-runs#list-workflow-runs-for-a-repository parameters: - - *279 - *280 - - &333 + - *281 + - &334 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. @@ -45059,7 +45067,7 @@ paths: required: false schema: type: string - - &334 + - &335 name: branch description: Returns workflow runs associated with a branch. Use the name of the branch of the `push`. @@ -45067,7 +45075,7 @@ paths: required: false schema: type: string - - &335 + - &336 name: event description: Returns workflow run triggered by the event you specify. For example, `push`, `pull_request` or `issue`. For more information, see "[Events @@ -45076,7 +45084,7 @@ paths: required: false schema: type: string - - &336 + - &337 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 @@ -45103,7 +45111,7 @@ paths: - pending - *17 - *19 - - &337 + - &338 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)." @@ -45112,7 +45120,7 @@ paths: schema: type: string format: date-time - - &316 + - &317 name: exclude_pull_requests description: If `true` pull requests are omitted from the response (empty array). @@ -45121,13 +45129,13 @@ paths: schema: type: boolean default: false - - &338 + - &339 name: check_suite_id description: Returns workflow runs with the `check_suite_id` that you specify. in: query schema: type: integer - - &339 + - &340 name: head_sha description: Only returns workflow runs that are associated with the specified `head_sha`. @@ -45150,7 +45158,7 @@ paths: type: integer workflow_runs: type: array - items: &317 + items: &318 title: Workflow Run description: An invocation of a workflow type: object @@ -45245,7 +45253,7 @@ paths: that triggered the run. type: array nullable: true - items: &358 + items: &359 title: Pull Request Minimal type: object properties: @@ -45364,7 +45372,7 @@ paths: title: Simple Commit description: A commit. type: object - properties: &362 + properties: &363 id: type: string description: SHA for the commit @@ -45415,7 +45423,7 @@ paths: - name - email nullable: true - required: &363 + required: &364 - id - tree_id - message @@ -45462,7 +45470,7 @@ paths: - workflow_url - pull_requests examples: - default: &340 + default: &341 value: total_count: 1 workflow_runs: @@ -45698,24 +45706,24 @@ paths: description: API method documentation url: https://docs.github.com/rest/actions/workflow-runs#get-a-workflow-run parameters: - - *279 - *280 - - &318 + - *281 + - &319 name: run_id description: The unique identifier of the workflow run. in: path required: true schema: type: integer - - *316 + - *317 responses: '200': description: Response content: application/json: - schema: *317 + schema: *318 examples: - default: &321 + default: &322 value: id: 30433642 name: Build @@ -45956,9 +45964,9 @@ paths: description: API method documentation url: https://docs.github.com/rest/actions/workflow-runs#delete-a-workflow-run parameters: - - *279 - *280 - - *318 + - *281 + - *319 responses: '204': description: Response @@ -45981,9 +45989,9 @@ paths: description: API method documentation url: https://docs.github.com/rest/actions/workflow-runs#get-the-review-history-for-a-workflow-run parameters: - - *279 - *280 - - *318 + - *281 + - *319 responses: '200': description: Response @@ -46102,9 +46110,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: - - *279 - *280 - - *318 + - *281 + - *319 responses: '201': description: Response @@ -46137,12 +46145,12 @@ paths: description: API method documentation url: https://docs.github.com/rest/actions/artifacts#list-workflow-run-artifacts parameters: - - *279 - *280 - - *318 + - *281 + - *319 - *17 - *19 - - *319 + - *320 responses: '200': description: Response @@ -46158,9 +46166,9 @@ paths: type: integer artifacts: type: array - items: *294 + items: *295 examples: - default: *320 + default: *321 headers: Link: *58 x-github: @@ -46184,25 +46192,25 @@ paths: description: API method documentation url: https://docs.github.com/rest/actions/workflow-runs#get-a-workflow-run-attempt parameters: - - *279 - *280 - - *318 - - &322 + - *281 + - *319 + - &323 name: attempt_number description: The attempt number of the workflow run. in: path required: true schema: type: integer - - *316 + - *317 responses: '200': description: Response content: application/json: - schema: *317 + schema: *318 examples: - default: *321 + default: *322 x-github: githubCloudOnly: false enabledForGitHubApps: true @@ -46225,10 +46233,10 @@ paths: description: API method documentation url: https://docs.github.com/rest/actions/workflow-jobs#list-jobs-for-a-workflow-run-attempt parameters: - - *279 - *280 - - *318 - - *322 + - *281 + - *319 + - *323 - *17 - *19 responses: @@ -46246,9 +46254,9 @@ paths: type: integer jobs: type: array - items: *323 + items: *324 examples: - default: &324 + default: &325 value: total_count: 1 jobs: @@ -46361,10 +46369,10 @@ paths: description: API method documentation url: https://docs.github.com/rest/actions/workflow-runs#download-workflow-run-attempt-logs parameters: - - *279 - *280 - - *318 - - *322 + - *281 + - *319 + - *323 responses: '302': description: Response @@ -46392,9 +46400,9 @@ paths: description: API method documentation url: https://docs.github.com/rest/actions/workflow-runs#cancel-a-workflow-run parameters: - - *279 - *280 - - *318 + - *281 + - *319 responses: '202': description: Response @@ -46427,9 +46435,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: - - *279 - *280 - - *318 + - *281 + - *319 requestBody: required: true content: @@ -46496,9 +46504,9 @@ paths: description: API method documentation url: https://docs.github.com/rest/actions/workflow-runs#force-cancel-a-workflow-run parameters: - - *279 - *280 - - *318 + - *281 + - *319 responses: '202': description: Response @@ -46531,9 +46539,9 @@ paths: description: API method documentation url: https://docs.github.com/rest/actions/workflow-jobs#list-jobs-for-a-workflow-run parameters: - - *279 - *280 - - *318 + - *281 + - *319 - 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 @@ -46563,9 +46571,9 @@ paths: type: integer jobs: type: array - items: *323 + items: *324 examples: - default: *324 + default: *325 headers: Link: *58 x-github: @@ -46590,9 +46598,9 @@ paths: description: API method documentation url: https://docs.github.com/rest/actions/workflow-runs#download-workflow-run-logs parameters: - - *279 - *280 - - *318 + - *281 + - *319 responses: '302': description: Response @@ -46619,9 +46627,9 @@ paths: description: API method documentation url: https://docs.github.com/rest/actions/workflow-runs#delete-workflow-run-logs parameters: - - *279 - *280 - - *318 + - *281 + - *319 responses: '204': description: Response @@ -46648,9 +46656,9 @@ paths: description: API method documentation url: https://docs.github.com/rest/actions/workflow-runs#get-pending-deployments-for-a-workflow-run parameters: - - *279 - *280 - - *318 + - *281 + - *319 responses: '200': description: Response @@ -46710,7 +46718,7 @@ paths: items: type: object properties: - type: &442 + type: &443 type: string description: The type of reviewer. enum: @@ -46795,9 +46803,9 @@ paths: description: API method documentation url: https://docs.github.com/rest/actions/workflow-runs#review-pending-deployments-for-a-workflow-run parameters: - - *279 - *280 - - *318 + - *281 + - *319 requestBody: required: true content: @@ -46844,7 +46852,7 @@ paths: application/json: schema: type: array - items: &437 + items: &438 title: Deployment description: A request for a specific ref(branch,sha,tag) to be deployed @@ -46950,7 +46958,7 @@ paths: - created_at - updated_at examples: - default: &438 + default: &439 value: - url: https://api.github.com/repos/octocat/example/deployments/1 id: 1 @@ -47006,9 +47014,9 @@ paths: description: API method documentation url: https://docs.github.com/rest/actions/workflow-runs#re-run-a-workflow parameters: - - *279 - *280 - - *318 + - *281 + - *319 requestBody: required: false content: @@ -47052,9 +47060,9 @@ paths: description: API method documentation url: https://docs.github.com/rest/actions/workflow-runs#re-run-failed-jobs-from-a-workflow-run parameters: - - *279 - *280 - - *318 + - *281 + - *319 requestBody: required: false content: @@ -47107,9 +47115,9 @@ paths: description: API method documentation url: https://docs.github.com/rest/actions/workflow-runs#get-workflow-run-usage parameters: - - *279 - *280 - - *318 + - *281 + - *319 responses: '200': description: Response @@ -47246,8 +47254,8 @@ paths: description: API method documentation url: https://docs.github.com/rest/actions/secrets#list-repository-secrets parameters: - - *279 - *280 + - *281 - *17 - *19 responses: @@ -47265,9 +47273,9 @@ paths: type: integer secrets: type: array - items: *325 + items: *326 examples: - default: *326 + default: *327 headers: Link: *58 x-github: @@ -47292,16 +47300,16 @@ paths: description: API method documentation url: https://docs.github.com/rest/actions/secrets#get-a-repository-public-key parameters: - - *279 - *280 + - *281 responses: '200': description: Response content: application/json: - schema: *327 + schema: *328 examples: - default: *328 + default: *329 x-github: githubCloudOnly: false enabledForGitHubApps: true @@ -47323,17 +47331,17 @@ paths: description: API method documentation url: https://docs.github.com/rest/actions/secrets#get-a-repository-secret parameters: - - *279 - *280 + - *281 - *127 responses: '200': description: Response content: application/json: - schema: *325 + schema: *326 examples: - default: &455 + default: &456 value: name: GH_TOKEN created_at: '2019-08-10T14:59:22Z' @@ -47359,8 +47367,8 @@ paths: description: API method documentation url: https://docs.github.com/rest/actions/secrets#create-or-update-a-repository-secret parameters: - - *279 - *280 + - *281 - *127 requestBody: required: true @@ -47418,8 +47426,8 @@ paths: description: API method documentation url: https://docs.github.com/rest/actions/secrets#delete-a-repository-secret parameters: - - *279 - *280 + - *281 - *127 responses: '204': @@ -47445,9 +47453,9 @@ paths: description: API method documentation url: https://docs.github.com/rest/actions/variables#list-repository-variables parameters: - - *279 - *280 - - *301 + - *281 + - *302 - *19 responses: '200': @@ -47464,9 +47472,9 @@ paths: type: integer variables: type: array - items: *329 + items: *330 examples: - default: *330 + default: *331 headers: Link: *58 x-github: @@ -47489,8 +47497,8 @@ paths: description: API method documentation url: https://docs.github.com/rest/actions/variables#create-a-repository-variable parameters: - - *279 - *280 + - *281 requestBody: required: true content: @@ -47542,17 +47550,17 @@ paths: description: API method documentation url: https://docs.github.com/rest/actions/variables#get-a-repository-variable parameters: - - *279 - *280 + - *281 - *130 responses: '200': description: Response content: application/json: - schema: *329 + schema: *330 examples: - default: &456 + default: &457 value: name: USERNAME value: octocat @@ -47578,8 +47586,8 @@ paths: description: API method documentation url: https://docs.github.com/rest/actions/variables#update-a-repository-variable parameters: - - *279 - *280 + - *281 - *130 requestBody: required: true @@ -47622,8 +47630,8 @@ paths: description: API method documentation url: https://docs.github.com/rest/actions/variables#delete-a-repository-variable parameters: - - *279 - *280 + - *281 - *130 responses: '204': @@ -47649,8 +47657,8 @@ paths: description: API method documentation url: https://docs.github.com/rest/actions/workflows#list-repository-workflows parameters: - - *279 - *280 + - *281 - *17 - *19 responses: @@ -47668,7 +47676,7 @@ paths: type: integer workflows: type: array - items: &331 + items: &332 title: Workflow description: A GitHub Actions workflow type: object @@ -47775,9 +47783,9 @@ paths: description: API method documentation url: https://docs.github.com/rest/actions/workflows#get-a-workflow parameters: - - *279 - *280 - - &332 + - *281 + - &333 name: workflow_id in: path description: The ID of the workflow. You can also pass the workflow file name @@ -47792,7 +47800,7 @@ paths: description: Response content: application/json: - schema: *331 + schema: *332 examples: default: value: @@ -47825,9 +47833,9 @@ paths: description: API method documentation url: https://docs.github.com/rest/actions/workflows#disable-a-workflow parameters: - - *279 - *280 - - *332 + - *281 + - *333 responses: '204': description: Response @@ -47852,9 +47860,9 @@ paths: description: API method documentation url: https://docs.github.com/rest/actions/workflows#create-a-workflow-dispatch-event parameters: - - *279 - *280 - - *332 + - *281 + - *333 responses: '204': description: Response @@ -47905,9 +47913,9 @@ paths: description: API method documentation url: https://docs.github.com/rest/actions/workflows#enable-a-workflow parameters: - - *279 - *280 - - *332 + - *281 + - *333 responses: '204': description: Response @@ -47934,19 +47942,19 @@ paths: description: API method documentation url: https://docs.github.com/rest/actions/workflow-runs#list-workflow-runs-for-a-workflow parameters: - - *279 - *280 - - *332 + - *281 - *333 - *334 - *335 - *336 + - *337 - *17 - *19 - - *337 - - *316 - *338 + - *317 - *339 + - *340 responses: '200': description: Response @@ -47962,9 +47970,9 @@ paths: type: integer workflow_runs: type: array - items: *317 + items: *318 examples: - default: *340 + default: *341 headers: Link: *58 x-github: @@ -47996,9 +48004,9 @@ paths: description: API method documentation url: https://docs.github.com/rest/actions/workflows#get-workflow-usage parameters: - - *279 - *280 - - *332 + - *281 + - *333 responses: '200': description: Response @@ -48059,8 +48067,8 @@ paths: description: API method documentation url: https://docs.github.com/rest/repos/repos#list-repository-activities parameters: - - *279 - *280 + - *281 - *48 - *17 - *39 @@ -48224,8 +48232,8 @@ paths: description: API method documentation url: https://docs.github.com/rest/issues/assignees#list-assignees parameters: - - *279 - *280 + - *281 - *17 - *19 responses: @@ -48237,7 +48245,7 @@ paths: type: array items: *4 examples: - default: *197 + default: *198 headers: Link: *58 '404': *6 @@ -48262,8 +48270,8 @@ paths: description: API method documentation url: https://docs.github.com/rest/issues/assignees#check-if-a-user-can-be-assigned parameters: - - *279 - *280 + - *281 - name: assignee in: path required: true @@ -48299,8 +48307,8 @@ paths: description: API method documentation url: https://docs.github.com/rest/repos/repos#create-an-attestation parameters: - - *279 - *280 + - *281 requestBody: required: true content: @@ -48412,8 +48420,8 @@ paths: description: API method documentation url: https://docs.github.com/rest/repos/repos#list-attestations parameters: - - *279 - *280 + - *281 - *17 - *39 - *40 @@ -48467,7 +48475,7 @@ paths: bundle_url: type: string examples: - default: *341 + default: *342 x-github: githubCloudOnly: false enabledForGitHubApps: true @@ -48487,8 +48495,8 @@ paths: description: API method documentation url: https://docs.github.com/rest/repos/autolinks#get-all-autolinks-of-a-repository parameters: - - *279 - *280 + - *281 responses: '200': description: Response @@ -48496,7 +48504,7 @@ paths: application/json: schema: type: array - items: &342 + items: &343 title: Autolink reference description: An autolink reference. type: object @@ -48546,8 +48554,8 @@ paths: description: API method documentation url: https://docs.github.com/rest/repos/autolinks#create-an-autolink-reference-for-a-repository parameters: - - *279 - *280 + - *281 requestBody: required: true content: @@ -48586,9 +48594,9 @@ paths: description: response content: application/json: - schema: *342 + schema: *343 examples: - default: &343 + default: &344 value: id: 1 key_prefix: TICKET- @@ -48619,9 +48627,9 @@ paths: description: API method documentation url: https://docs.github.com/rest/repos/autolinks#get-an-autolink-reference-of-a-repository parameters: - - *279 - *280 - - &344 + - *281 + - &345 name: autolink_id description: The unique identifier of the autolink. in: path @@ -48633,9 +48641,9 @@ paths: description: Response content: application/json: - schema: *342 + schema: *343 examples: - default: *343 + default: *344 '404': *6 x-github: githubCloudOnly: false @@ -48655,9 +48663,9 @@ paths: description: API method documentation url: https://docs.github.com/rest/repos/autolinks#delete-an-autolink-reference-from-a-repository parameters: - - *279 - *280 - - *344 + - *281 + - *345 responses: '204': description: Response @@ -48681,8 +48689,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: - - *279 - *280 + - *281 responses: '200': description: Response if Dependabot is enabled @@ -48730,8 +48738,8 @@ paths: description: API method documentation url: https://docs.github.com/rest/repos/repos#enable-dependabot-security-updates parameters: - - *279 - *280 + - *281 responses: '204': description: Response @@ -48752,8 +48760,8 @@ paths: description: API method documentation url: https://docs.github.com/rest/repos/repos#disable-dependabot-security-updates parameters: - - *279 - *280 + - *281 responses: '204': description: Response @@ -48773,8 +48781,8 @@ paths: description: API method documentation url: https://docs.github.com/rest/branches/branches#list-branches parameters: - - *279 - *280 + - *281 - name: protected description: Setting to `true` returns only branches protected by branch protections or rulesets. When set to `false`, only unprotected branches are returned. @@ -48812,7 +48820,7 @@ paths: - url protected: type: boolean - protection: &346 + protection: &347 title: Branch Protection description: Branch Protection type: object @@ -48854,7 +48862,7 @@ paths: required: - contexts - checks - enforce_admins: &349 + enforce_admins: &350 title: Protected Branch Admin Enforced description: Protected Branch Admin Enforced type: object @@ -48869,7 +48877,7 @@ paths: required: - url - enabled - required_pull_request_reviews: &351 + required_pull_request_reviews: &352 title: Protected Branch Pull Request Review description: Protected Branch Pull Request Review type: object @@ -48945,7 +48953,7 @@ paths: required: - dismiss_stale_reviews - require_code_owner_reviews - restrictions: &348 + restrictions: &349 title: Branch Restriction Policy description: Branch Restriction Policy type: object @@ -49252,9 +49260,9 @@ paths: description: API method documentation url: https://docs.github.com/rest/branches/branches#get-a-branch parameters: - - *279 - *280 - - &347 + - *281 + - &348 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). @@ -49268,14 +49276,14 @@ paths: description: Response content: application/json: - schema: &357 + schema: &358 title: Branch With Protection description: Branch With Protection type: object properties: name: type: string - commit: &410 + commit: &411 title: Commit description: Commit type: object @@ -49309,7 +49317,7 @@ paths: title: Git User description: Metaproperties for Git author/committer information. type: object - properties: &345 + properties: &346 name: type: string example: '"Chris Wanstrath"' @@ -49324,7 +49332,7 @@ paths: title: Git User description: Metaproperties for Git author/committer information. type: object - properties: *345 + properties: *346 nullable: true message: type: string @@ -49345,7 +49353,7 @@ paths: required: - sha - url - verification: &462 + verification: &463 title: Verification type: object properties: @@ -49415,7 +49423,7 @@ paths: type: integer files: type: array - items: &425 + items: &426 title: Diff Entry description: Diff Entry type: object @@ -49498,7 +49506,7 @@ paths: - self protected: type: boolean - protection: *346 + protection: *347 protection_url: type: string format: uri @@ -49605,7 +49613,7 @@ paths: contexts: [] checks: [] protection_url: https://api.github.com/repos/octocat/Hello-World/branches/main/protection - '301': *291 + '301': *292 '404': *6 x-github: githubCloudOnly: false @@ -49627,15 +49635,15 @@ paths: description: API method documentation url: https://docs.github.com/rest/branches/branch-protection#get-branch-protection parameters: - - *279 - *280 - - *347 + - *281 + - *348 responses: '200': description: Response content: application/json: - schema: *346 + schema: *347 examples: default: value: @@ -49829,9 +49837,9 @@ paths: description: API method documentation url: https://docs.github.com/rest/branches/branch-protection#update-branch-protection parameters: - - *279 - *280 - - *347 + - *281 + - *348 requestBody: required: true content: @@ -50086,7 +50094,7 @@ paths: url: type: string format: uri - required_status_checks: &354 + required_status_checks: &355 title: Status Check Policy description: Status Check Policy type: object @@ -50238,7 +50246,7 @@ paths: additionalProperties: false required: - enabled - restrictions: *348 + restrictions: *349 required_conversation_resolution: type: object properties: @@ -50350,9 +50358,9 @@ paths: description: API method documentation url: https://docs.github.com/rest/branches/branch-protection#delete-branch-protection parameters: - - *279 - *280 - - *347 + - *281 + - *348 responses: '204': description: Response @@ -50377,17 +50385,17 @@ paths: description: API method documentation url: https://docs.github.com/rest/branches/branch-protection#get-admin-branch-protection parameters: - - *279 - *280 - - *347 + - *281 + - *348 responses: '200': description: Response content: application/json: - schema: *349 + schema: *350 examples: - default: &350 + default: &351 value: url: https://api.github.com/repos/octocat/Hello-World/branches/master/protection/enforce_admins enabled: true @@ -50409,17 +50417,17 @@ paths: description: API method documentation url: https://docs.github.com/rest/branches/branch-protection#set-admin-branch-protection parameters: - - *279 - *280 - - *347 + - *281 + - *348 responses: '200': description: Response content: application/json: - schema: *349 + schema: *350 examples: - default: *350 + default: *351 x-github: githubCloudOnly: false enabledForGitHubApps: true @@ -50438,9 +50446,9 @@ paths: description: API method documentation url: https://docs.github.com/rest/branches/branch-protection#delete-admin-branch-protection parameters: - - *279 - *280 - - *347 + - *281 + - *348 responses: '204': description: Response @@ -50465,17 +50473,17 @@ paths: description: API method documentation url: https://docs.github.com/rest/branches/branch-protection#get-pull-request-review-protection parameters: - - *279 - *280 - - *347 + - *281 + - *348 responses: '200': description: Response content: application/json: - schema: *351 + schema: *352 examples: - default: &352 + default: &353 value: url: https://api.github.com/repos/octocat/Hello-World/branches/master/protection/required_pull_request_reviews dismissal_restrictions: @@ -50571,9 +50579,9 @@ paths: description: API method documentation url: https://docs.github.com/rest/branches/branch-protection#update-pull-request-review-protection parameters: - - *279 - *280 - - *347 + - *281 + - *348 requestBody: required: false content: @@ -50671,9 +50679,9 @@ paths: description: Response content: application/json: - schema: *351 + schema: *352 examples: - default: *352 + default: *353 '422': *15 x-github: githubCloudOnly: false @@ -50694,9 +50702,9 @@ paths: description: API method documentation url: https://docs.github.com/rest/branches/branch-protection#delete-pull-request-review-protection parameters: - - *279 - *280 - - *347 + - *281 + - *348 responses: '204': description: Response @@ -50723,17 +50731,17 @@ paths: description: API method documentation url: https://docs.github.com/rest/branches/branch-protection#get-commit-signature-protection parameters: - - *279 - *280 - - *347 + - *281 + - *348 responses: '200': description: Response content: application/json: - schema: *349 + schema: *350 examples: - default: &353 + default: &354 value: url: https://api.github.com/repos/octocat/Hello-World/branches/master/protection/required_signatures enabled: true @@ -50756,17 +50764,17 @@ paths: description: API method documentation url: https://docs.github.com/rest/branches/branch-protection#create-commit-signature-protection parameters: - - *279 - *280 - - *347 + - *281 + - *348 responses: '200': description: Response content: application/json: - schema: *349 + schema: *350 examples: - default: *353 + default: *354 '404': *6 x-github: githubCloudOnly: false @@ -50786,9 +50794,9 @@ paths: description: API method documentation url: https://docs.github.com/rest/branches/branch-protection#delete-commit-signature-protection parameters: - - *279 - *280 - - *347 + - *281 + - *348 responses: '204': description: Response @@ -50813,17 +50821,17 @@ paths: description: API method documentation url: https://docs.github.com/rest/branches/branch-protection#get-status-checks-protection parameters: - - *279 - *280 - - *347 + - *281 + - *348 responses: '200': description: Response content: application/json: - schema: *354 + schema: *355 examples: - default: &355 + default: &356 value: url: https://api.github.com/repos/octocat/Hello-World/branches/master/protection/required_status_checks strict: true @@ -50849,9 +50857,9 @@ paths: description: API method documentation url: https://docs.github.com/rest/branches/branch-protection#update-status-check-protection parameters: - - *279 - *280 - - *347 + - *281 + - *348 requestBody: required: false content: @@ -50903,9 +50911,9 @@ paths: description: Response content: application/json: - schema: *354 + schema: *355 examples: - default: *355 + default: *356 '404': *6 '422': *15 x-github: @@ -50927,9 +50935,9 @@ paths: description: API method documentation url: https://docs.github.com/rest/branches/branch-protection#remove-status-check-protection parameters: - - *279 - *280 - - *347 + - *281 + - *348 responses: '204': description: Response @@ -50953,9 +50961,9 @@ paths: description: API method documentation url: https://docs.github.com/rest/branches/branch-protection#get-all-status-check-contexts parameters: - - *279 - *280 - - *347 + - *281 + - *348 responses: '200': description: Response @@ -50989,9 +50997,9 @@ paths: description: API method documentation url: https://docs.github.com/rest/branches/branch-protection#add-status-check-contexts parameters: - - *279 - *280 - - *347 + - *281 + - *348 requestBody: required: false content: @@ -51058,9 +51066,9 @@ paths: description: API method documentation url: https://docs.github.com/rest/branches/branch-protection#set-status-check-contexts parameters: - - *279 - *280 - - *347 + - *281 + - *348 requestBody: required: false content: @@ -51124,9 +51132,9 @@ paths: description: API method documentation url: https://docs.github.com/rest/branches/branch-protection#remove-status-check-contexts parameters: - - *279 - *280 - - *347 + - *281 + - *348 requestBody: content: application/json: @@ -51192,15 +51200,15 @@ paths: description: API method documentation url: https://docs.github.com/rest/branches/branch-protection#get-access-restrictions parameters: - - *279 - *280 - - *347 + - *281 + - *348 responses: '200': description: Response content: application/json: - schema: *348 + schema: *349 examples: default: value: @@ -51291,9 +51299,9 @@ paths: description: API method documentation url: https://docs.github.com/rest/branches/branch-protection#delete-access-restrictions parameters: - - *279 - *280 - - *347 + - *281 + - *348 responses: '204': description: Response @@ -51316,9 +51324,9 @@ paths: description: API method documentation url: https://docs.github.com/rest/branches/branch-protection#get-apps-with-access-to-the-protected-branch parameters: - - *279 - *280 - - *347 + - *281 + - *348 responses: '200': description: Response @@ -51328,7 +51336,7 @@ paths: type: array items: *5 examples: - default: &356 + default: &357 value: - id: 1 slug: octoapp @@ -51385,9 +51393,9 @@ paths: description: API method documentation url: https://docs.github.com/rest/branches/branch-protection#add-app-access-restrictions parameters: - - *279 - *280 - - *347 + - *281 + - *348 requestBody: required: true content: @@ -51421,7 +51429,7 @@ paths: type: array items: *5 examples: - default: *356 + default: *357 '422': *15 x-github: githubCloudOnly: false @@ -51442,9 +51450,9 @@ paths: description: API method documentation url: https://docs.github.com/rest/branches/branch-protection#set-app-access-restrictions parameters: - - *279 - *280 - - *347 + - *281 + - *348 requestBody: required: true content: @@ -51478,7 +51486,7 @@ paths: type: array items: *5 examples: - default: *356 + default: *357 '422': *15 x-github: githubCloudOnly: false @@ -51499,9 +51507,9 @@ paths: description: API method documentation url: https://docs.github.com/rest/branches/branch-protection#remove-app-access-restrictions parameters: - - *279 - *280 - - *347 + - *281 + - *348 requestBody: required: true content: @@ -51535,7 +51543,7 @@ paths: type: array items: *5 examples: - default: *356 + default: *357 '422': *15 x-github: githubCloudOnly: false @@ -51557,9 +51565,9 @@ paths: description: API method documentation url: https://docs.github.com/rest/branches/branch-protection#get-teams-with-access-to-the-protected-branch parameters: - - *279 - *280 - - *347 + - *281 + - *348 responses: '200': description: Response @@ -51569,7 +51577,7 @@ paths: type: array items: *152 examples: - default: *212 + default: *213 '404': *6 x-github: githubCloudOnly: false @@ -51589,9 +51597,9 @@ paths: description: API method documentation url: https://docs.github.com/rest/branches/branch-protection#add-team-access-restrictions parameters: - - *279 - *280 - - *347 + - *281 + - *348 requestBody: required: false content: @@ -51629,7 +51637,7 @@ paths: type: array items: *152 examples: - default: *212 + default: *213 '422': *15 x-github: githubCloudOnly: false @@ -51650,9 +51658,9 @@ paths: description: API method documentation url: https://docs.github.com/rest/branches/branch-protection#set-team-access-restrictions parameters: - - *279 - *280 - - *347 + - *281 + - *348 requestBody: required: false content: @@ -51690,7 +51698,7 @@ paths: type: array items: *152 examples: - default: *212 + default: *213 '422': *15 x-github: githubCloudOnly: false @@ -51711,9 +51719,9 @@ paths: description: API method documentation url: https://docs.github.com/rest/branches/branch-protection#remove-team-access-restrictions parameters: - - *279 - *280 - - *347 + - *281 + - *348 requestBody: content: application/json: @@ -51750,7 +51758,7 @@ paths: type: array items: *152 examples: - default: *212 + default: *213 '422': *15 x-github: githubCloudOnly: false @@ -51772,9 +51780,9 @@ paths: description: API method documentation url: https://docs.github.com/rest/branches/branch-protection#get-users-with-access-to-the-protected-branch parameters: - - *279 - *280 - - *347 + - *281 + - *348 responses: '200': description: Response @@ -51784,7 +51792,7 @@ paths: type: array items: *4 examples: - default: *197 + default: *198 '404': *6 x-github: githubCloudOnly: false @@ -51808,9 +51816,9 @@ paths: description: API method documentation url: https://docs.github.com/rest/branches/branch-protection#add-user-access-restrictions parameters: - - *279 - *280 - - *347 + - *281 + - *348 requestBody: required: true content: @@ -51843,7 +51851,7 @@ paths: type: array items: *4 examples: - default: *197 + default: *198 '422': *15 x-github: githubCloudOnly: false @@ -51868,9 +51876,9 @@ paths: description: API method documentation url: https://docs.github.com/rest/branches/branch-protection#set-user-access-restrictions parameters: - - *279 - *280 - - *347 + - *281 + - *348 requestBody: required: true content: @@ -51903,7 +51911,7 @@ paths: type: array items: *4 examples: - default: *197 + default: *198 '422': *15 x-github: githubCloudOnly: false @@ -51928,9 +51936,9 @@ paths: description: API method documentation url: https://docs.github.com/rest/branches/branch-protection#remove-user-access-restrictions parameters: - - *279 - *280 - - *347 + - *281 + - *348 requestBody: required: true content: @@ -51963,7 +51971,7 @@ paths: type: array items: *4 examples: - default: *197 + default: *198 '422': *15 x-github: githubCloudOnly: false @@ -51990,9 +51998,9 @@ paths: description: API method documentation url: https://docs.github.com/rest/branches/branches#rename-a-branch parameters: - - *279 - *280 - - *347 + - *281 + - *348 requestBody: required: true content: @@ -52014,7 +52022,7 @@ paths: description: Response content: application/json: - schema: *357 + schema: *358 examples: default: value: @@ -52130,8 +52138,8 @@ paths: description: API method documentation url: https://docs.github.com/rest/checks/runs#create-a-check-run parameters: - - *279 - *280 + - *281 requestBody: required: true content: @@ -52410,7 +52418,7 @@ paths: description: Response content: application/json: - schema: &359 + schema: &360 title: CheckRun description: A check performed on the code of a given code change type: object @@ -52529,8 +52537,8 @@ paths: do not necessarily indicate pull requests that triggered the check. type: array - items: *358 - deployment: &656 + items: *359 + deployment: &657 title: Deployment description: A deployment created as the result of an Actions check run from a workflow that references an environment @@ -52810,9 +52818,9 @@ paths: description: API method documentation url: https://docs.github.com/rest/checks/runs#get-a-check-run parameters: - - *279 - *280 - - &360 + - *281 + - &361 name: check_run_id description: The unique identifier of the check run. in: path @@ -52824,9 +52832,9 @@ paths: description: Response content: application/json: - schema: *359 + schema: *360 examples: - default: &361 + default: &362 value: id: 4 head_sha: ce587453ced02b1526dfb4cb910479d431683101 @@ -52926,9 +52934,9 @@ paths: description: API method documentation url: https://docs.github.com/rest/checks/runs#update-a-check-run parameters: - - *279 - *280 - - *360 + - *281 + - *361 requestBody: required: true content: @@ -53168,9 +53176,9 @@ paths: description: Response content: application/json: - schema: *359 + schema: *360 examples: - default: *361 + default: *362 x-github: githubCloudOnly: false enabledForGitHubApps: true @@ -53190,9 +53198,9 @@ paths: description: API method documentation url: https://docs.github.com/rest/checks/runs#list-check-run-annotations parameters: - - *279 - *280 - - *360 + - *281 + - *361 - *17 - *19 responses: @@ -53280,8 +53288,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 @@ -53289,9 +53295,9 @@ paths: description: API method documentation url: https://docs.github.com/rest/checks/runs#rerequest-a-check-run parameters: - - *279 - *280 - - *360 + - *281 + - *361 responses: '201': description: Response @@ -53335,8 +53341,8 @@ paths: description: API method documentation url: https://docs.github.com/rest/checks/suites#create-a-check-suite parameters: - - *279 - *280 + - *281 requestBody: required: true content: @@ -53358,7 +53364,7 @@ paths: description: Response when the suite already exists content: application/json: - schema: &364 + schema: &365 title: CheckSuite description: A suite of checks performed on the code of a given code change @@ -53422,7 +53428,7 @@ paths: nullable: true pull_requests: type: array - items: *358 + items: *359 nullable: true app: title: GitHub app @@ -53444,12 +53450,12 @@ paths: type: string format: date-time nullable: true - head_commit: &682 + head_commit: &683 title: Simple Commit description: A commit. type: object - properties: *362 - required: *363 + properties: *363 + required: *364 latest_check_runs_count: type: integer check_runs_url: @@ -53477,7 +53483,7 @@ paths: - check_runs_url - pull_requests examples: - default: &365 + default: &366 value: id: 5 node_id: MDEwOkNoZWNrU3VpdGU1 @@ -53768,9 +53774,9 @@ paths: description: Response when the suite was created content: application/json: - schema: *364 + schema: *365 examples: - default: *365 + default: *366 x-github: githubCloudOnly: false enabledForGitHubApps: true @@ -53789,8 +53795,8 @@ paths: description: API method documentation url: https://docs.github.com/rest/checks/suites#update-repository-preferences-for-check-suites parameters: - - *279 - *280 + - *281 requestBody: required: true content: @@ -54099,9 +54105,9 @@ paths: description: API method documentation url: https://docs.github.com/rest/checks/suites#get-a-check-suite parameters: - - *279 - *280 - - &366 + - *281 + - &367 name: check_suite_id description: The unique identifier of the check suite. in: path @@ -54113,9 +54119,9 @@ paths: description: Response content: application/json: - schema: *364 + schema: *365 examples: - default: *365 + default: *366 x-github: githubCloudOnly: false enabledForGitHubApps: true @@ -54138,17 +54144,17 @@ paths: description: API method documentation url: https://docs.github.com/rest/checks/runs#list-check-runs-in-a-check-suite parameters: - - *279 - *280 - - *366 - - &418 + - *281 + - *367 + - &419 name: check_name description: Returns check runs with the specified `name`. in: query required: false schema: type: string - - &419 + - &420 name: status description: Returns check runs with the specified `status`. in: query @@ -54187,9 +54193,9 @@ paths: type: integer check_runs: type: array - items: *359 + items: *360 examples: - default: &420 + default: &421 value: total_count: 1 check_runs: @@ -54280,10 +54286,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 @@ -54291,9 +54297,9 @@ paths: description: API method documentation url: https://docs.github.com/rest/checks/suites#rerequest-a-check-suite parameters: - - *279 - *280 - - *366 + - *281 + - *367 responses: '201': description: Response @@ -54326,21 +54332,21 @@ paths: description: API method documentation url: https://docs.github.com/rest/code-scanning/code-scanning#list-code-scanning-alerts-for-a-repository parameters: - - *279 - *280 - - *367 + - *281 - *368 + - *369 - *19 - *17 - - &385 + - &386 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: *369 - - &386 + schema: *370 + - &387 name: pr description: The number of the pull request for the results you want to list. in: query @@ -54365,13 +54371,13 @@ paths: be returned. in: query required: false - schema: *370 + schema: *371 - name: severity description: If specified, only code scanning alerts with this severity will be returned. in: query required: false - schema: *371 + schema: *372 responses: '200': description: Response @@ -54387,7 +54393,7 @@ paths: updated_at: *136 url: *56 html_url: *57 - instances_url: *372 + instances_url: *373 state: *141 fixed_at: *137 dismissed_by: @@ -54398,11 +54404,11 @@ paths: required: *21 nullable: true dismissed_at: *138 - dismissed_reason: *373 - dismissed_comment: *374 - rule: *375 - tool: *376 - most_recent_instance: *377 + dismissed_reason: *374 + dismissed_comment: *375 + rule: *376 + tool: *377 + most_recent_instance: *378 dismissal_approved_by: title: Simple User description: A GitHub user. @@ -54525,7 +54531,7 @@ paths: classifications: [] instances_url: https://api.github.com/repos/octocat/hello-world/code-scanning/alerts/3/instances '304': *37 - '403': &378 + '403': &379 description: Response if GitHub Advanced Security is not enabled for this repository content: @@ -54552,9 +54558,9 @@ paths: description: API method documentation url: https://docs.github.com/rest/code-scanning/code-scanning#get-a-code-scanning-alert parameters: - - *279 - *280 - - &379 + - *281 + - &380 name: alert_number in: path description: The number that identifies an alert. You can find this at the @@ -54568,7 +54574,7 @@ paths: description: Response content: application/json: - schema: &380 + schema: &381 type: object properties: number: *54 @@ -54576,7 +54582,7 @@ paths: updated_at: *136 url: *56 html_url: *57 - instances_url: *372 + instances_url: *373 state: *141 fixed_at: *137 dismissed_by: @@ -54587,8 +54593,8 @@ paths: required: *21 nullable: true dismissed_at: *138 - dismissed_reason: *373 - dismissed_comment: *374 + dismissed_reason: *374 + dismissed_comment: *375 rule: type: object properties: @@ -54642,8 +54648,8 @@ paths: type: string description: A link to the documentation for the rule used to detect the alert. - tool: *376 - most_recent_instance: *377 + tool: *377 + most_recent_instance: *378 dismissal_approved_by: title: Simple User description: A GitHub user. @@ -54739,7 +54745,7 @@ paths: - test instances_url: https://api.github.com/repos/octocat/hello-world/code-scanning/alerts/42/instances '304': *37 - '403': *378 + '403': *379 '404': *6 '503': *65 x-github: @@ -54759,9 +54765,9 @@ paths: description: API method documentation url: https://docs.github.com/rest/code-scanning/code-scanning#update-a-code-scanning-alert parameters: - - *279 - *280 - - *379 + - *281 + - *380 requestBody: required: true content: @@ -54776,8 +54782,8 @@ paths: enum: - open - dismissed - dismissed_reason: *373 - dismissed_comment: *374 + dismissed_reason: *374 + dismissed_comment: *375 create_request: type: boolean description: If `true`, attempt to create an alert dismissal request. @@ -54796,7 +54802,7 @@ paths: description: Response content: application/json: - schema: *380 + schema: *381 examples: default: value: @@ -54872,7 +54878,7 @@ paths: - test instances_url: https://api.github.com/repos/octocat/hello-world/code-scanning/alerts/42/instances '400': *14 - '403': &384 + '403': &385 description: Response if the repository is archived or if GitHub Advanced Security is not enabled for this repository content: @@ -54899,15 +54905,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: - - *279 - *280 - - *379 + - *281 + - *380 responses: '200': description: Response content: application/json: - schema: &381 + schema: &382 type: object properties: status: @@ -54933,13 +54939,13 @@ paths: - description - started_at examples: - default: &382 + default: &383 value: status: success description: This fixes an XSS vulnerability by escaping the user input. started_at: '2024-02-14T12:29:18Z' - '400': &383 + '400': &384 description: Bad Request content: application/json: @@ -54950,7 +54956,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': *378 + '403': *379 '404': *6 '503': *65 x-github: @@ -54975,29 +54981,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: - - *279 - *280 - - *379 + - *281 + - *380 responses: '200': description: OK content: application/json: - schema: *381 + schema: *382 examples: - default: *382 + default: *383 '202': description: Accepted content: application/json: - schema: *381 + schema: *382 examples: default: value: status: pending description: started_at: '2024-02-14T12:29:18Z' - '400': *383 + '400': *384 '403': description: Response if the repository is archived, if GitHub Advanced Security is not enabled for this repository or if rate limit is exceeded @@ -55029,9 +55035,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: - - *279 - *280 - - *379 + - *281 + - *380 requestBody: required: false content: @@ -55076,8 +55082,8 @@ paths: value: target_ref: refs/heads/main sha: 178f4f6090b3fccad4a65b3e83d076a622d59652 - '400': *383 - '403': *384 + '400': *384 + '403': *385 '404': *6 '422': description: Unprocessable Entity @@ -55101,13 +55107,13 @@ paths: description: API method documentation url: https://docs.github.com/rest/code-scanning/code-scanning#list-instances-of-a-code-scanning-alert parameters: - - *279 - *280 - - *379 + - *281 + - *380 - *19 - *17 - - *385 - *386 + - *387 responses: '200': description: Response @@ -55115,7 +55121,7 @@ paths: application/json: schema: type: array - items: *377 + items: *378 examples: default: value: @@ -55154,7 +55160,7 @@ paths: end_column: 50 classifications: - source - '403': *378 + '403': *379 '404': *6 '503': *65 x-github: @@ -55188,25 +55194,25 @@ paths: description: API method documentation url: https://docs.github.com/rest/code-scanning/code-scanning#list-code-scanning-analyses-for-a-repository parameters: - - *279 - *280 - - *367 + - *281 - *368 + - *369 - *19 - *17 - - *386 + - *387 - 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: *369 + schema: *370 - name: sarif_id in: query description: Filter analyses belonging to the same SARIF upload. required: false - schema: &389 + schema: &390 type: string description: An identifier for the upload. example: 6c81cd8e-b078-4ac3-a3be-1dad7dbd0b53 @@ -55227,23 +55233,23 @@ paths: application/json: schema: type: array - items: &390 + items: &391 type: object properties: - ref: *369 - commit_sha: &398 + ref: *370 + commit_sha: &399 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: *387 + analysis_key: *388 environment: type: string description: Identifies the variable values associated with the environment in which this analysis was performed. - category: *388 + category: *389 error: type: string example: error reading field xyz @@ -55267,8 +55273,8 @@ paths: description: The REST API URL of the analysis resource. format: uri readOnly: true - sarif_id: *389 - tool: *376 + sarif_id: *390 + tool: *377 deletable: type: boolean warning: @@ -55329,7 +55335,7 @@ paths: version: 1.2.0 deletable: true warning: '' - '403': *378 + '403': *379 '404': *6 '503': *65 x-github: @@ -55365,8 +55371,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: - - *279 - *280 + - *281 - name: analysis_id in: path description: The ID of the analysis, as returned from the `GET /repos/{owner}/{repo}/code-scanning/analyses` @@ -55379,7 +55385,7 @@ paths: description: Response content: application/json: - schema: *390 + schema: *391 examples: response: summary: application/json response @@ -55433,7 +55439,7 @@ paths: properties: - github/alertNumber: 2 - github/alertUrl: https://api.github.com/repos/monalisa/monalisa/code-scanning/alerts/2 - '403': *378 + '403': *379 '404': *6 '503': *65 x-github: @@ -55515,8 +55521,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: - - *279 - *280 + - *281 - name: analysis_id in: path description: The ID of the analysis, as returned from the `GET /repos/{owner}/{repo}/code-scanning/analyses` @@ -55569,7 +55575,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': *384 + '403': *385 '404': *6 '503': *65 x-github: @@ -55591,8 +55597,8 @@ paths: description: API method documentation url: https://docs.github.com/rest/code-scanning/code-scanning#list-codeql-databases-for-a-repository parameters: - - *279 - *280 + - *281 responses: '200': description: Response @@ -55600,7 +55606,7 @@ paths: application/json: schema: type: array - items: &391 + items: &392 title: CodeQL Database description: A CodeQL database. type: object @@ -55711,7 +55717,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': *378 + '403': *379 '404': *6 '503': *65 x-github: @@ -55740,8 +55746,8 @@ paths: description: API method documentation url: https://docs.github.com/rest/code-scanning/code-scanning#get-a-codeql-database-for-a-repository parameters: - - *279 - *280 + - *281 - name: language in: path description: The language of the CodeQL database. @@ -55753,7 +55759,7 @@ paths: description: Response content: application/json: - schema: *391 + schema: *392 examples: default: value: @@ -55785,9 +55791,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': &427 + '302': &428 description: Found - '403': *378 + '403': *379 '404': *6 '503': *65 x-github: @@ -55809,8 +55815,8 @@ paths: description: API method documentation url: https://docs.github.com/rest/code-scanning/code-scanning#delete-a-codeql-database parameters: - - *279 - *280 + - *281 - name: language in: path description: The language of the CodeQL database. @@ -55820,7 +55826,7 @@ paths: responses: '204': description: Response - '403': *384 + '403': *385 '404': *6 '503': *65 x-github: @@ -55848,8 +55854,8 @@ paths: description: API method documentation url: https://docs.github.com/rest/code-scanning/code-scanning#create-a-codeql-variant-analysis parameters: - - *279 - *280 + - *281 requestBody: required: true content: @@ -55858,7 +55864,7 @@ paths: type: object additionalProperties: false properties: - language: &392 + language: &393 type: string description: The language targeted by the CodeQL query enum: @@ -55937,7 +55943,7 @@ paths: description: Variant analysis submitted for processing content: application/json: - schema: &396 + schema: &397 title: Variant Analysis description: A run of a CodeQL query against one or more repositories. type: object @@ -55947,7 +55953,7 @@ paths: description: The ID of the variant analysis. controller_repo: *53 actor: *4 - query_language: *392 + query_language: *393 query_pack_url: type: string description: The download url for the query pack. @@ -55994,7 +56000,7 @@ paths: items: type: object properties: - repository: &393 + repository: &394 title: Repository Identifier description: Repository Identifier type: object @@ -56030,7 +56036,7 @@ paths: - private - stargazers_count - updated_at - analysis_status: &397 + analysis_status: &398 type: string description: The new status of the CodeQL variant analysis repository task. @@ -56062,7 +56068,7 @@ paths: from processing. This information is only available to the user that initiated the variant analysis. properties: - access_mismatch_repos: &394 + access_mismatch_repos: &395 type: object properties: repository_count: @@ -56076,7 +56082,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: *393 + items: *394 required: - repository_count - repositories @@ -56098,8 +56104,8 @@ paths: required: - repository_count - repository_full_names - no_codeql_db_repos: *394 - over_limit_repos: *394 + no_codeql_db_repos: *395 + over_limit_repos: *395 required: - access_mismatch_repos - not_found_repos @@ -56115,7 +56121,7 @@ paths: examples: repositories_parameter: summary: Response for a successful variant analysis submission - value: &395 + value: &396 summary: Default response value: id: 1 @@ -56267,10 +56273,10 @@ paths: private: false repository_owners: summary: Response for a successful variant analysis submission - value: *395 + value: *396 repository_lists: summary: Response for a successful variant analysis submission - value: *395 + value: *396 '404': *6 '422': description: Unable to process variant analysis submission @@ -56298,8 +56304,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: - - *279 - *280 + - *281 - name: codeql_variant_analysis_id in: path description: The unique identifier of the variant analysis. @@ -56311,9 +56317,9 @@ paths: description: Response content: application/json: - schema: *396 + schema: *397 examples: - default: *395 + default: *396 '404': *6 '503': *65 x-github: @@ -56336,7 +56342,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: - - *279 + - *280 - name: repo in: path description: The name of the controller repository. @@ -56371,7 +56377,7 @@ paths: type: object properties: repository: *53 - analysis_status: *397 + analysis_status: *398 artifact_size_in_bytes: type: integer description: The size of the artifact. This is only available @@ -56496,8 +56502,8 @@ paths: description: API method documentation url: https://docs.github.com/rest/code-scanning/code-scanning#get-a-code-scanning-default-setup-configuration parameters: - - *279 - *280 + - *281 responses: '200': description: Response @@ -56571,7 +56577,7 @@ paths: query_suite: default updated_at: '2023-01-19T11:21:34Z' schedule: weekly - '403': *378 + '403': *379 '404': *6 '503': *65 x-github: @@ -56592,8 +56598,8 @@ paths: description: API method documentation url: https://docs.github.com/rest/code-scanning/code-scanning#update-a-code-scanning-default-setup-configuration parameters: - - *279 - *280 + - *281 requestBody: required: true content: @@ -56675,7 +56681,7 @@ paths: value: run_id: 42 run_url: https://api.github.com/repos/octoorg/octocat/actions/runs/42 - '403': *384 + '403': *385 '404': *6 '409': description: Response if there is already a validation run in progress with @@ -56740,8 +56746,8 @@ paths: description: API method documentation url: https://docs.github.com/rest/code-scanning/code-scanning#upload-an-analysis-as-sarif-data parameters: - - *279 - *280 + - *281 requestBody: required: true content: @@ -56749,7 +56755,7 @@ paths: schema: type: object properties: - commit_sha: *398 + commit_sha: *399 ref: type: string description: |- @@ -56807,7 +56813,7 @@ paths: schema: type: object properties: - id: *389 + id: *390 url: type: string description: The REST API URL for checking the status of the upload. @@ -56821,7 +56827,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': *384 + '403': *385 '404': *6 '413': description: Payload Too Large if the sarif field is too large @@ -56844,8 +56850,8 @@ paths: description: API method documentation url: https://docs.github.com/rest/code-scanning/code-scanning#get-information-about-a-sarif-upload parameters: - - *279 - *280 + - *281 - name: sarif_id description: The SARIF ID obtained after uploading. in: path @@ -56891,7 +56897,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': *378 + '403': *379 '404': description: Not Found if the sarif id does not match any upload '503': *65 @@ -56916,8 +56922,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: - - *279 - *280 + - *281 responses: '200': description: Response @@ -56998,8 +57004,8 @@ paths: description: API method documentation url: https://docs.github.com/rest/repos/repos#list-codeowners-errors parameters: - - *279 - *280 + - *281 - 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 @@ -57119,8 +57125,8 @@ paths: parameters: - *17 - *19 - - *279 - *280 + - *281 responses: '200': description: Response @@ -57136,7 +57142,7 @@ paths: type: integer codespaces: type: array - items: *198 + items: *199 examples: default: value: @@ -57434,8 +57440,8 @@ paths: description: API method documentation url: https://docs.github.com/rest/codespaces/codespaces#create-a-codespace-in-a-repository parameters: - - *279 - *280 + - *281 requestBody: required: true content: @@ -57498,17 +57504,17 @@ paths: description: Response when the codespace was successfully created content: application/json: - schema: *198 + schema: *199 examples: - default: *399 + default: *400 '202': description: Response when the codespace creation partially failed but is being retried in the background content: application/json: - schema: *198 + schema: *199 examples: - default: *399 + default: *400 '400': *14 '401': *25 '403': *29 @@ -57537,8 +57543,8 @@ paths: parameters: - *17 - *19 - - *279 - *280 + - *281 responses: '200': description: Response @@ -57602,8 +57608,8 @@ paths: description: API method documentation url: https://docs.github.com/rest/codespaces/machines#list-available-machine-types-for-a-repository parameters: - - *279 - *280 + - *281 - name: location description: The location to check for available machines. Assigned by IP if not provided. @@ -57638,14 +57644,14 @@ paths: type: integer machines: type: array - items: &613 + items: &614 type: object title: Codespace machine description: A description of the machine powering a codespace. - properties: *400 - required: *401 + properties: *401 + required: *402 examples: - default: &614 + default: &615 value: total_count: 2 machines: @@ -57685,8 +57691,8 @@ paths: description: API method documentation url: https://docs.github.com/rest/codespaces/codespaces#get-default-attributes-for-a-codespace parameters: - - *279 - *280 + - *281 - name: ref description: The branch or commit to check for a default devcontainer path. If not specified, the default branch will be checked. @@ -57770,8 +57776,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: - - *279 - *280 + - *281 - 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 @@ -57837,8 +57843,8 @@ paths: description: API method documentation url: https://docs.github.com/rest/codespaces/repository-secrets#list-repository-secrets parameters: - - *279 - *280 + - *281 - *17 - *19 responses: @@ -57856,7 +57862,7 @@ paths: type: integer secrets: type: array - items: &405 + items: &406 title: Codespaces Secret description: Set repository secrets for GitHub Codespaces. type: object @@ -57876,7 +57882,7 @@ paths: - created_at - updated_at examples: - default: *402 + default: *403 headers: Link: *58 x-github: @@ -57899,16 +57905,16 @@ paths: description: API method documentation url: https://docs.github.com/rest/codespaces/repository-secrets#get-a-repository-public-key parameters: - - *279 - *280 + - *281 responses: '200': description: Response content: application/json: - schema: *403 + schema: *404 examples: - default: *404 + default: *405 x-github: githubCloudOnly: false enabledForGitHubApps: false @@ -57928,17 +57934,17 @@ paths: description: API method documentation url: https://docs.github.com/rest/codespaces/repository-secrets#get-a-repository-secret parameters: - - *279 - *280 + - *281 - *127 responses: '200': description: Response content: application/json: - schema: *405 + schema: *406 examples: - default: *406 + default: *407 x-github: githubCloudOnly: false enabledForGitHubApps: true @@ -57958,8 +57964,8 @@ paths: description: API method documentation url: https://docs.github.com/rest/codespaces/repository-secrets#create-or-update-a-repository-secret parameters: - - *279 - *280 + - *281 - *127 requestBody: required: true @@ -58012,8 +58018,8 @@ paths: description: API method documentation url: https://docs.github.com/rest/codespaces/repository-secrets#delete-a-repository-secret parameters: - - *279 - *280 + - *281 - *127 responses: '204': @@ -58042,8 +58048,8 @@ paths: description: API method documentation url: https://docs.github.com/rest/collaborators/collaborators#list-repository-collaborators parameters: - - *279 - *280 + - *281 - name: affiliation description: Filter collaborators returned by their affiliation. `outside` means all outside collaborators of an organization-owned repository. `direct` @@ -58085,7 +58091,7 @@ paths: title: Collaborator description: Collaborator type: object - properties: &407 + properties: &408 login: type: string example: octocat @@ -58178,7 +58184,7 @@ paths: user_view_type: type: string example: public - required: &408 + required: &409 - avatar_url - events_url - followers_url @@ -58252,8 +58258,8 @@ paths: description: API method documentation url: https://docs.github.com/rest/collaborators/collaborators#check-if-a-user-is-a-repository-collaborator parameters: - - *279 - *280 + - *281 - *132 responses: '204': @@ -58296,8 +58302,8 @@ paths: description: API method documentation url: https://docs.github.com/rest/collaborators/collaborators#add-a-repository-collaborator parameters: - - *279 - *280 + - *281 - *132 requestBody: required: false @@ -58324,7 +58330,7 @@ paths: description: Response when a new invitation is created content: application/json: - schema: &475 + schema: &476 title: Repository Invitation description: Repository invitations let you manage who you collaborate with. @@ -58546,8 +58552,8 @@ paths: description: API method documentation url: https://docs.github.com/rest/collaborators/collaborators#remove-a-repository-collaborator parameters: - - *279 - *280 + - *281 - *132 responses: '204': @@ -58577,8 +58583,8 @@ paths: description: API method documentation url: https://docs.github.com/rest/collaborators/collaborators#get-repository-permissions-for-a-user parameters: - - *279 - *280 + - *281 - *132 responses: '200': @@ -58599,8 +58605,8 @@ paths: title: Collaborator description: Collaborator type: object - properties: *407 - required: *408 + properties: *408 + required: *409 nullable: true required: - permission @@ -58655,8 +58661,8 @@ paths: description: API method documentation url: https://docs.github.com/rest/commits/comments#list-commit-comments-for-a-repository parameters: - - *279 - *280 + - *281 - *17 - *19 responses: @@ -58666,7 +58672,7 @@ paths: application/json: schema: type: array - items: &409 + items: &410 title: Commit Comment description: Commit Comment type: object @@ -58724,7 +58730,7 @@ paths: - created_at - updated_at examples: - default: &412 + default: &413 value: - html_url: https://github.com/octocat/Hello-World/commit/6dcb09b5b57875f334f61aebed695e2e4193db5e#commitcomment-1 url: https://api.github.com/repos/octocat/Hello-World/comments/1 @@ -58783,17 +58789,17 @@ paths: description: API method documentation url: https://docs.github.com/rest/commits/comments#get-a-commit-comment parameters: - - *279 - *280 + - *281 - *76 responses: '200': description: Response content: application/json: - schema: *409 + schema: *410 examples: - default: &413 + default: &414 value: html_url: https://github.com/octocat/Hello-World/commit/6dcb09b5b57875f334f61aebed695e2e4193db5e#commitcomment-1 url: https://api.github.com/repos/octocat/Hello-World/comments/1 @@ -58850,8 +58856,8 @@ paths: description: API method documentation url: https://docs.github.com/rest/commits/comments#update-a-commit-comment parameters: - - *279 - *280 + - *281 - *76 requestBody: required: true @@ -58874,7 +58880,7 @@ paths: description: Response content: application/json: - schema: *409 + schema: *410 examples: default: value: @@ -58925,8 +58931,8 @@ paths: description: API method documentation url: https://docs.github.com/rest/commits/comments#delete-a-commit-comment parameters: - - *279 - *280 + - *281 - *76 responses: '204': @@ -58948,8 +58954,8 @@ paths: description: API method documentation url: https://docs.github.com/rest/reactions/reactions#list-reactions-for-a-commit-comment parameters: - - *279 - *280 + - *281 - *76 - name: content description: Returns a single [reaction type](https://docs.github.com/rest/reactions/reactions#about-reactions). @@ -58976,9 +58982,9 @@ paths: application/json: schema: type: array - items: *272 + items: *273 examples: - default: *274 + default: *275 headers: Link: *58 '404': *6 @@ -58999,8 +59005,8 @@ paths: description: API method documentation url: https://docs.github.com/rest/reactions/reactions#create-reaction-for-a-commit-comment parameters: - - *279 - *280 + - *281 - *76 requestBody: required: true @@ -59033,16 +59039,16 @@ paths: description: Reaction exists content: application/json: - schema: *272 + schema: *273 examples: - default: *273 + default: *274 '201': description: Reaction created content: application/json: - schema: *272 + schema: *273 examples: - default: *273 + default: *274 '422': *15 x-github: githubCloudOnly: false @@ -59064,10 +59070,10 @@ paths: description: API method documentation url: https://docs.github.com/rest/reactions/reactions#delete-a-commit-comment-reaction parameters: - - *279 - *280 + - *281 - *76 - - *275 + - *276 responses: '204': description: Response @@ -59116,8 +59122,8 @@ paths: description: API method documentation url: https://docs.github.com/rest/commits/commits#list-commits parameters: - - *279 - *280 + - *281 - name: sha description: 'SHA or branch to start listing commits from. Default: the repository’s default branch (usually `main`).' @@ -59173,9 +59179,9 @@ paths: application/json: schema: type: array - items: *410 + items: *411 examples: - default: &526 + default: &527 value: - url: https://api.github.com/repos/octocat/Hello-World/commits/6dcb09b5b57875f334f61aebed695e2e4193db5e sha: 6dcb09b5b57875f334f61aebed695e2e4193db5e @@ -59269,9 +59275,9 @@ paths: description: API method documentation url: https://docs.github.com/rest/commits/commits#list-branches-for-head-commit parameters: - - *279 - *280 - - &411 + - *281 + - &412 name: commit_sha description: The SHA of the commit. in: path @@ -59343,9 +59349,9 @@ paths: description: API method documentation url: https://docs.github.com/rest/commits/comments#list-commit-comments parameters: - - *279 - *280 - - *411 + - *281 + - *412 - *17 - *19 responses: @@ -59355,9 +59361,9 @@ paths: application/json: schema: type: array - items: *409 + items: *410 examples: - default: *412 + default: *413 headers: Link: *58 x-github: @@ -59385,9 +59391,9 @@ paths: description: API method documentation url: https://docs.github.com/rest/commits/comments#create-a-commit-comment parameters: - - *279 - *280 - - *411 + - *281 + - *412 requestBody: required: true content: @@ -59422,9 +59428,9 @@ paths: description: Response content: application/json: - schema: *409 + schema: *410 examples: - default: *413 + default: *414 headers: Location: example: https://api.github.com/repos/octocat/Hello-World/comments/1 @@ -59452,9 +59458,9 @@ paths: description: API method documentation url: https://docs.github.com/rest/commits/commits#list-pull-requests-associated-with-a-commit parameters: - - *279 - *280 - - *411 + - *281 + - *412 - *17 - *19 responses: @@ -59464,7 +59470,7 @@ paths: application/json: schema: type: array - items: &517 + items: &518 title: Pull Request Simple description: Pull Request Simple type: object @@ -59570,8 +59576,8 @@ paths: title: Milestone description: A collection of related issues and pull requests. type: object - properties: *414 - required: *415 + properties: *415 + required: *416 nullable: true active_lock_reason: type: string @@ -59667,7 +59673,7 @@ paths: _links: type: object properties: - comments: &416 + comments: &417 title: Link description: Hypermedia Link type: object @@ -59676,13 +59682,13 @@ paths: type: string required: - href - commits: *416 - statuses: *416 - html: *416 - issue: *416 - review_comments: *416 - review_comment: *416 - self: *416 + commits: *417 + statuses: *417 + html: *417 + issue: *417 + review_comments: *417 + review_comment: *417 + self: *417 required: - comments - commits @@ -59693,7 +59699,7 @@ paths: - review_comment - self author_association: *63 - auto_merge: &519 + auto_merge: &520 title: Auto merge description: The status of auto merging a pull request. type: object @@ -59756,7 +59762,7 @@ paths: - author_association - auto_merge examples: - default: &518 + default: &519 value: - url: https://api.github.com/repos/octocat/Hello-World/pulls/1347 id: 1 @@ -60293,11 +60299,11 @@ paths: description: API method documentation url: https://docs.github.com/rest/commits/commits#get-a-commit parameters: - - *279 - *280 + - *281 - *19 - *17 - - &417 + - &418 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)" @@ -60312,9 +60318,9 @@ paths: description: Response content: application/json: - schema: *410 + schema: *411 examples: - default: &504 + default: &505 value: url: https://api.github.com/repos/octocat/Hello-World/commits/6dcb09b5b57875f334f61aebed695e2e4193db5e sha: 6dcb09b5b57875f334f61aebed695e2e4193db5e @@ -60427,11 +60433,11 @@ paths: description: API method documentation url: https://docs.github.com/rest/checks/runs#list-check-runs-for-a-git-reference parameters: - - *279 - *280 - - *417 + - *281 - *418 - *419 + - *420 - name: filter description: Filters check runs by their `completed_at` timestamp. `latest` returns the most recent check runs. @@ -60465,9 +60471,9 @@ paths: type: integer check_runs: type: array - items: *359 + items: *360 examples: - default: *420 + default: *421 headers: Link: *58 x-github: @@ -60492,9 +60498,9 @@ paths: description: API method documentation url: https://docs.github.com/rest/checks/suites#list-check-suites-for-a-git-reference parameters: - - *279 - *280 - - *417 + - *281 + - *418 - name: app_id description: Filters check suites by GitHub App `id`. in: query @@ -60502,7 +60508,7 @@ paths: schema: type: integer example: 1 - - *418 + - *419 - *17 - *19 responses: @@ -60520,7 +60526,7 @@ paths: type: integer check_suites: type: array - items: *364 + items: *365 examples: default: value: @@ -60720,9 +60726,9 @@ paths: description: API method documentation url: https://docs.github.com/rest/commits/statuses#get-the-combined-status-for-a-specific-reference parameters: - - *279 - *280 - - *417 + - *281 + - *418 - *17 - *19 responses: @@ -60920,9 +60926,9 @@ paths: description: API method documentation url: https://docs.github.com/rest/commits/statuses#list-commit-statuses-for-a-reference parameters: - - *279 - *280 - - *417 + - *281 + - *418 - *17 - *19 responses: @@ -60932,7 +60938,7 @@ paths: application/json: schema: type: array - items: &587 + items: &588 title: Status description: The status of a commit. type: object @@ -61013,7 +61019,7 @@ paths: site_admin: false headers: Link: *58 - '301': *291 + '301': *292 x-github: githubCloudOnly: false enabledForGitHubApps: true @@ -61041,8 +61047,8 @@ paths: description: API method documentation url: https://docs.github.com/rest/metrics/community#get-community-profile-metrics parameters: - - *279 - *280 + - *281 responses: '200': description: Response @@ -61071,20 +61077,20 @@ paths: title: Code Of Conduct Simple description: Code of Conduct Simple type: object - properties: *421 - required: *422 + properties: *422 + required: *423 nullable: true code_of_conduct_file: title: Community Health File type: object - properties: &423 + properties: &424 url: type: string format: uri html_url: type: string format: uri - required: &424 + required: &425 - url - html_url nullable: true @@ -61098,26 +61104,26 @@ paths: contributing: title: Community Health File type: object - properties: *423 - required: *424 + properties: *424 + required: *425 nullable: true readme: title: Community Health File type: object - properties: *423 - required: *424 + properties: *424 + required: *425 nullable: true issue_template: title: Community Health File type: object - properties: *423 - required: *424 + properties: *424 + required: *425 nullable: true pull_request_template: title: Community Health File type: object - properties: *423 - required: *424 + properties: *424 + required: *425 nullable: true required: - code_of_conduct @@ -61244,8 +61250,8 @@ paths: description: API method documentation url: https://docs.github.com/rest/commits/commits#compare-two-commits parameters: - - *279 - *280 + - *281 - *19 - *17 - name: basehead @@ -61288,8 +61294,8 @@ paths: type: string format: uri example: https://github.com/octocat/Hello-World/compare/master...topic.patch - base_commit: *410 - merge_base_commit: *410 + base_commit: *411 + merge_base_commit: *411 status: type: string enum: @@ -61309,10 +61315,10 @@ paths: example: 6 commits: type: array - items: *410 + items: *411 files: type: array - items: *425 + items: *426 required: - url - html_url @@ -61598,8 +61604,8 @@ paths: description: API method documentation url: https://docs.github.com/rest/repos/contents#get-repository-content parameters: - - *279 - *280 + - *281 - name: path description: path parameter in: path @@ -61742,7 +61748,7 @@ paths: - type - url examples: - response-if-content-is-a-file: &426 + response-if-content-is-a-file: &427 summary: Response if content is a file value: type: file @@ -61874,7 +61880,7 @@ paths: - size - type - url - - &531 + - &532 title: Content File description: Content File type: object @@ -62075,7 +62081,7 @@ paths: - url - submodule_git_url examples: - response-if-content-is-a-file: *426 + response-if-content-is-a-file: *427 response-if-content-is-a-directory: summary: Response if content is a directory and the application/json media type is requested @@ -62144,7 +62150,7 @@ paths: html: https://github.com/jquery/qunit/tree/6ca3721222109997540bd6d9ccd396902e0ad2f9 '404': *6 '403': *29 - '302': *427 + '302': *428 '304': *37 x-github: githubCloudOnly: false @@ -62167,8 +62173,8 @@ paths: description: API method documentation url: https://docs.github.com/rest/repos/contents#create-or-update-file-contents parameters: - - *279 - *280 + - *281 - name: path description: path parameter in: path @@ -62261,7 +62267,7 @@ paths: description: Response content: application/json: - schema: &428 + schema: &429 title: File Commit description: File Commit type: object @@ -62413,7 +62419,7 @@ paths: description: Response content: application/json: - schema: *428 + schema: *429 examples: example-for-creating-a-file: value: @@ -62467,7 +62473,7 @@ paths: schema: oneOf: - *3 - - &457 + - &458 description: Repository rule violation was detected type: object properties: @@ -62488,7 +62494,7 @@ paths: items: type: object properties: - placeholder_id: &579 + placeholder_id: &580 description: The ID of the push protection bypass placeholder. This value is returned on any push protected routes. @@ -62520,8 +62526,8 @@ paths: description: API method documentation url: https://docs.github.com/rest/repos/contents#delete-a-file parameters: - - *279 - *280 + - *281 - name: path description: path parameter in: path @@ -62582,7 +62588,7 @@ paths: description: Response content: application/json: - schema: *428 + schema: *429 examples: default: value: @@ -62637,8 +62643,8 @@ paths: description: API method documentation url: https://docs.github.com/rest/repos/repos#list-repository-contributors parameters: - - *279 - *280 + - *281 - name: anon description: Set to `1` or `true` to include anonymous contributors in results. in: query @@ -62761,8 +62767,8 @@ paths: description: API method documentation url: https://docs.github.com/rest/dependabot/alerts#list-dependabot-alerts-for-a-repository parameters: - - *279 - *280 + - *281 - *153 - *154 - *155 @@ -62776,6 +62782,7 @@ paths: - *157 - *158 - *159 + - *160 - *48 - name: page description: "**Closing down notice**. Page number of the results to fetch. @@ -62795,8 +62802,8 @@ paths: default: 30 - *39 - *40 - - *160 - *161 + - *162 responses: '200': description: Response @@ -62804,7 +62811,7 @@ paths: application/json: schema: type: array - items: &431 + items: &432 type: object description: A Dependabot alert. properties: @@ -62850,7 +62857,7 @@ paths: - unknown - direct - transitive - security_advisory: *429 + security_advisory: *430 security_vulnerability: *52 url: *56 html_url: *57 @@ -62881,7 +62888,7 @@ paths: nullable: true maxLength: 280 fixed_at: *137 - auto_dismissed_at: *430 + auto_dismissed_at: *431 required: - number - state @@ -63111,9 +63118,9 @@ paths: description: API method documentation url: https://docs.github.com/rest/dependabot/alerts#get-a-dependabot-alert parameters: - - *279 - *280 - - &432 + - *281 + - &433 name: alert_number in: path description: |- @@ -63128,7 +63135,7 @@ paths: description: Response content: application/json: - schema: *431 + schema: *432 examples: default: value: @@ -63241,9 +63248,9 @@ paths: description: API method documentation url: https://docs.github.com/rest/dependabot/alerts#update-a-dependabot-alert parameters: - - *279 - *280 - - *432 + - *281 + - *433 requestBody: required: true content: @@ -63288,7 +63295,7 @@ paths: description: Response content: application/json: - schema: *431 + schema: *432 examples: default: value: @@ -63417,8 +63424,8 @@ paths: description: API method documentation url: https://docs.github.com/rest/dependabot/secrets#list-repository-secrets parameters: - - *279 - *280 + - *281 - *17 - *19 responses: @@ -63436,7 +63443,7 @@ paths: type: integer secrets: type: array - items: &435 + items: &436 title: Dependabot Secret description: Set secrets for Dependabot. type: object @@ -63489,16 +63496,16 @@ paths: description: API method documentation url: https://docs.github.com/rest/dependabot/secrets#get-a-repository-public-key parameters: - - *279 - *280 + - *281 responses: '200': description: Response content: application/json: - schema: *433 + schema: *434 examples: - default: *434 + default: *435 x-github: githubCloudOnly: false enabledForGitHubApps: true @@ -63518,15 +63525,15 @@ paths: description: API method documentation url: https://docs.github.com/rest/dependabot/secrets#get-a-repository-secret parameters: - - *279 - *280 + - *281 - *127 responses: '200': description: Response content: application/json: - schema: *435 + schema: *436 examples: default: value: @@ -63552,8 +63559,8 @@ paths: description: API method documentation url: https://docs.github.com/rest/dependabot/secrets#create-or-update-a-repository-secret parameters: - - *279 - *280 + - *281 - *127 requestBody: required: true @@ -63606,8 +63613,8 @@ paths: description: API method documentation url: https://docs.github.com/rest/dependabot/secrets#delete-a-repository-secret parameters: - - *279 - *280 + - *281 - *127 responses: '204': @@ -63630,8 +63637,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: - - *279 - *280 + - *281 - 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 @@ -63791,8 +63798,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: - - *279 - *280 + - *281 responses: '200': description: Response @@ -64031,8 +64038,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: - - *279 - *280 + - *281 requestBody: required: true content: @@ -64107,7 +64114,7 @@ paths: - version - url additionalProperties: false - metadata: &436 + metadata: &437 title: metadata description: User-defined metadata to store domain-specific information limited to 8 keys with scalar values. @@ -64140,7 +64147,7 @@ paths: the root of the Git repository. example: "/src/build/package-lock.json" additionalProperties: false - metadata: *436 + metadata: *437 resolved: type: object description: A collection of resolved package dependencies. @@ -64153,7 +64160,7 @@ paths: for more details. example: pkg:/npm/%40actions/http-client@1.0.11 pattern: "^pkg" - metadata: *436 + metadata: *437 relationship: type: string description: A notation of whether a dependency is requested @@ -64282,8 +64289,8 @@ paths: description: API method documentation url: https://docs.github.com/rest/deployments/deployments#list-deployments parameters: - - *279 - *280 + - *281 - name: sha description: The SHA recorded at creation time. in: query @@ -64323,9 +64330,9 @@ paths: application/json: schema: type: array - items: *437 + items: *438 examples: - default: *438 + default: *439 headers: Link: *58 x-github: @@ -64391,8 +64398,8 @@ paths: description: API method documentation url: https://docs.github.com/rest/deployments/deployments#create-a-deployment parameters: - - *279 - *280 + - *281 requestBody: required: true content: @@ -64473,7 +64480,7 @@ paths: description: Response content: application/json: - schema: *437 + schema: *438 examples: simple-example: summary: Simple example @@ -64546,9 +64553,9 @@ paths: description: API method documentation url: https://docs.github.com/rest/deployments/deployments#get-a-deployment parameters: - - *279 - *280 - - &439 + - *281 + - &440 name: deployment_id description: deployment_id parameter in: path @@ -64560,7 +64567,7 @@ paths: description: Response content: application/json: - schema: *437 + schema: *438 examples: default: value: @@ -64625,9 +64632,9 @@ paths: description: API method documentation url: https://docs.github.com/rest/deployments/deployments#delete-a-deployment parameters: - - *279 - *280 - - *439 + - *281 + - *440 responses: '204': description: Response @@ -64649,9 +64656,9 @@ paths: description: API method documentation url: https://docs.github.com/rest/deployments/statuses#list-deployment-statuses parameters: - - *279 - *280 - - *439 + - *281 + - *440 - *17 - *19 responses: @@ -64661,7 +64668,7 @@ paths: application/json: schema: type: array - items: &440 + items: &441 title: Deployment Status description: The status of a deployment. type: object @@ -64822,9 +64829,9 @@ paths: description: API method documentation url: https://docs.github.com/rest/deployments/statuses#create-a-deployment-status parameters: - - *279 - *280 - - *439 + - *281 + - *440 requestBody: required: true content: @@ -64899,9 +64906,9 @@ paths: description: Response content: application/json: - schema: *440 + schema: *441 examples: - default: &441 + default: &442 value: url: https://api.github.com/repos/octocat/example/deployments/42/statuses/1 id: 1 @@ -64957,9 +64964,9 @@ paths: description: API method documentation url: https://docs.github.com/rest/deployments/statuses#get-a-deployment-status parameters: - - *279 - *280 - - *439 + - *281 + - *440 - name: status_id in: path required: true @@ -64970,9 +64977,9 @@ paths: description: Response content: application/json: - schema: *440 + schema: *441 examples: - default: *441 + default: *442 '404': *6 x-github: githubCloudOnly: false @@ -64997,8 +65004,8 @@ paths: description: API method documentation url: https://docs.github.com/rest/repos/repos#create-a-repository-dispatch-event parameters: - - *279 - *280 + - *281 requestBody: required: true content: @@ -65055,8 +65062,8 @@ paths: description: API method documentation url: https://docs.github.com/rest/deployments/environments#list-environments parameters: - - *279 - *280 + - *281 - *17 - *19 responses: @@ -65073,7 +65080,7 @@ paths: type: integer environments: type: array - items: &443 + items: &444 title: Environment description: Details of a deployment environment type: object @@ -65125,7 +65132,7 @@ paths: type: type: string example: wait_timer - wait_timer: &445 + wait_timer: &446 type: integer example: 30 description: The amount of time to delay a job after @@ -65162,7 +65169,7 @@ paths: items: type: object properties: - type: *442 + type: *443 reviewer: anyOf: - *4 @@ -65186,7 +65193,7 @@ paths: - id - node_id - type - deployment_branch_policy: &446 + deployment_branch_policy: &447 type: object description: The type of deployment branch policy for this environment. To allow all branches to deploy, set to `null`. @@ -65302,9 +65309,9 @@ paths: description: API method documentation url: https://docs.github.com/rest/deployments/environments#get-an-environment parameters: - - *279 - *280 - - &444 + - *281 + - &445 name: environment_name in: path required: true @@ -65317,9 +65324,9 @@ paths: description: Response content: application/json: - schema: *443 + schema: *444 examples: - default: &447 + default: &448 value: id: 161088068 node_id: MDExOkVudmlyb25tZW50MTYxMDg4MDY4 @@ -65403,9 +65410,9 @@ paths: description: API method documentation url: https://docs.github.com/rest/deployments/environments#create-or-update-an-environment parameters: - - *279 - *280 - - *444 + - *281 + - *445 requestBody: required: false content: @@ -65414,7 +65421,7 @@ paths: type: object nullable: true properties: - wait_timer: *445 + wait_timer: *446 prevent_self_review: type: boolean example: false @@ -65431,13 +65438,13 @@ paths: items: type: object properties: - type: *442 + type: *443 id: type: integer description: The id of the user or team who can review the deployment example: 4532992 - deployment_branch_policy: *446 + deployment_branch_policy: *447 additionalProperties: false examples: default: @@ -65457,9 +65464,9 @@ paths: description: Response content: application/json: - schema: *443 + schema: *444 examples: - default: *447 + default: *448 '422': description: Validation error when the environment name is invalid or when `protected_branches` and `custom_branch_policies` in `deployment_branch_policy` @@ -65483,9 +65490,9 @@ paths: description: API method documentation url: https://docs.github.com/rest/deployments/environments#delete-an-environment parameters: - - *279 - *280 - - *444 + - *281 + - *445 responses: '204': description: Default response @@ -65510,9 +65517,9 @@ paths: description: API method documentation url: https://docs.github.com/rest/deployments/branch-policies#list-deployment-branch-policies parameters: - - *279 - *280 - - *444 + - *281 + - *445 - *17 - *19 responses: @@ -65530,7 +65537,7 @@ paths: example: 2 branch_policies: type: array - items: &448 + items: &449 title: Deployment branch policy description: Details of a deployment branch or tag policy. type: object @@ -65587,9 +65594,9 @@ paths: description: API method documentation url: https://docs.github.com/rest/deployments/branch-policies#create-a-deployment-branch-policy parameters: - - *279 - *280 - - *444 + - *281 + - *445 requestBody: required: true content: @@ -65635,9 +65642,9 @@ paths: description: Response content: application/json: - schema: *448 + schema: *449 examples: - example-wildcard: &449 + example-wildcard: &450 value: id: 364662 node_id: MDE2OkdhdGVCcmFuY2hQb2xpY3kzNjQ2NjI= @@ -65679,10 +65686,10 @@ paths: description: API method documentation url: https://docs.github.com/rest/deployments/branch-policies#get-a-deployment-branch-policy parameters: - - *279 - *280 - - *444 - - &450 + - *281 + - *445 + - &451 name: branch_policy_id in: path required: true @@ -65694,9 +65701,9 @@ paths: description: Response content: application/json: - schema: *448 + schema: *449 examples: - default: *449 + default: *450 x-github: githubCloudOnly: false enabledForGitHubApps: true @@ -65715,10 +65722,10 @@ paths: description: API method documentation url: https://docs.github.com/rest/deployments/branch-policies#update-a-deployment-branch-policy parameters: - - *279 - *280 - - *444 - - *450 + - *281 + - *445 + - *451 requestBody: required: true content: @@ -65746,9 +65753,9 @@ paths: description: Response content: application/json: - schema: *448 + schema: *449 examples: - default: *449 + default: *450 x-github: githubCloudOnly: false enabledForGitHubApps: true @@ -65767,10 +65774,10 @@ paths: description: API method documentation url: https://docs.github.com/rest/deployments/branch-policies#delete-a-deployment-branch-policy parameters: - - *279 - *280 - - *444 - - *450 + - *281 + - *445 + - *451 responses: '204': description: Response @@ -65795,9 +65802,9 @@ paths: description: API method documentation url: https://docs.github.com/rest/deployments/protection-rules#get-all-deployment-protection-rules-for-an-environment parameters: - - *444 + - *445 + - *281 - *280 - - *279 responses: '200': description: List of deployment protection rules @@ -65813,7 +65820,7 @@ paths: example: 10 custom_deployment_protection_rules: type: array - items: &451 + items: &452 title: Deployment protection rule description: Deployment protection rule type: object @@ -65832,7 +65839,7 @@ paths: example: true description: Whether the deployment protection rule is enabled for the environment. - app: &452 + app: &453 title: Custom deployment protection rule app description: A GitHub App that is providing a custom deployment protection rule. @@ -65931,9 +65938,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: - - *444 + - *445 + - *281 - *280 - - *279 requestBody: content: application/json: @@ -65954,9 +65961,9 @@ paths: description: The enabled custom deployment protection rule content: application/json: - schema: *451 + schema: *452 examples: - default: &453 + default: &454 value: id: 3 node_id: IEH37kRlcGxveW1lbnRTdGF0ddiv @@ -65991,9 +65998,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: - - *444 + - *445 + - *281 - *280 - - *279 - *19 - *17 responses: @@ -66012,7 +66019,7 @@ paths: example: 35 available_custom_deployment_protection_rule_integrations: type: array - items: *452 + items: *453 examples: default: value: @@ -66047,10 +66054,10 @@ paths: description: API method documentation url: https://docs.github.com/rest/deployments/protection-rules#get-a-custom-deployment-protection-rule parameters: - - *279 - *280 - - *444 - - &454 + - *281 + - *445 + - &455 name: protection_rule_id description: The unique identifier of the protection rule. in: path @@ -66062,9 +66069,9 @@ paths: description: Response content: application/json: - schema: *451 + schema: *452 examples: - default: *453 + default: *454 x-github: githubCloudOnly: false enabledForGitHubApps: true @@ -66085,10 +66092,10 @@ paths: description: API method documentation url: https://docs.github.com/rest/deployments/protection-rules#disable-a-custom-protection-rule-for-an-environment parameters: - - *444 + - *445 + - *281 - *280 - - *279 - - *454 + - *455 responses: '204': description: Response @@ -66114,9 +66121,9 @@ paths: description: API method documentation url: https://docs.github.com/rest/actions/secrets#list-environment-secrets parameters: - - *279 - *280 - - *444 + - *281 + - *445 - *17 - *19 responses: @@ -66134,9 +66141,9 @@ paths: type: integer secrets: type: array - items: *325 + items: *326 examples: - default: *326 + default: *327 headers: Link: *58 x-github: @@ -66161,17 +66168,17 @@ paths: description: API method documentation url: https://docs.github.com/rest/actions/secrets#get-an-environment-public-key parameters: - - *279 - *280 - - *444 + - *281 + - *445 responses: '200': description: Response content: application/json: - schema: *327 + schema: *328 examples: - default: *328 + default: *329 x-github: githubCloudOnly: false enabledForGitHubApps: true @@ -66193,18 +66200,18 @@ paths: description: API method documentation url: https://docs.github.com/rest/actions/secrets#get-an-environment-secret parameters: - - *279 - *280 - - *444 + - *281 + - *445 - *127 responses: '200': description: Response content: application/json: - schema: *325 + schema: *326 examples: - default: *455 + default: *456 x-github: githubCloudOnly: false enabledForGitHubApps: true @@ -66226,9 +66233,9 @@ paths: description: API method documentation url: https://docs.github.com/rest/actions/secrets#create-or-update-an-environment-secret parameters: - - *279 - *280 - - *444 + - *281 + - *445 - *127 requestBody: required: true @@ -66286,9 +66293,9 @@ paths: description: API method documentation url: https://docs.github.com/rest/actions/secrets#delete-an-environment-secret parameters: - - *279 - *280 - - *444 + - *281 + - *445 - *127 responses: '204': @@ -66314,10 +66321,10 @@ paths: description: API method documentation url: https://docs.github.com/rest/actions/variables#list-environment-variables parameters: - - *279 - *280 - - *444 - - *301 + - *281 + - *445 + - *302 - *19 responses: '200': @@ -66334,9 +66341,9 @@ paths: type: integer variables: type: array - items: *329 + items: *330 examples: - default: *330 + default: *331 headers: Link: *58 x-github: @@ -66359,9 +66366,9 @@ paths: description: API method documentation url: https://docs.github.com/rest/actions/variables#create-an-environment-variable parameters: - - *279 - *280 - - *444 + - *281 + - *445 requestBody: required: true content: @@ -66413,18 +66420,18 @@ paths: description: API method documentation url: https://docs.github.com/rest/actions/variables#get-an-environment-variable parameters: - - *279 - *280 - - *444 + - *281 + - *445 - *130 responses: '200': description: Response content: application/json: - schema: *329 + schema: *330 examples: - default: *456 + default: *457 x-github: githubCloudOnly: false enabledForGitHubApps: true @@ -66445,10 +66452,10 @@ paths: description: API method documentation url: https://docs.github.com/rest/actions/variables#update-an-environment-variable parameters: - - *279 - *280 + - *281 - *130 - - *444 + - *445 requestBody: required: true content: @@ -66490,10 +66497,10 @@ paths: description: API method documentation url: https://docs.github.com/rest/actions/variables#delete-an-environment-variable parameters: - - *279 - *280 + - *281 - *130 - - *444 + - *445 responses: '204': description: Response @@ -66515,8 +66522,8 @@ paths: description: API method documentation url: https://docs.github.com/rest/activity/events#list-repository-events parameters: - - *279 - *280 + - *281 - *17 - *19 responses: @@ -66593,8 +66600,8 @@ paths: description: API method documentation url: https://docs.github.com/rest/repos/forks#list-forks parameters: - - *279 - *280 + - *281 - name: sort description: The sort order. `stargazers` will sort by star count. in: query @@ -66753,8 +66760,8 @@ paths: description: API method documentation url: https://docs.github.com/rest/repos/forks#create-a-fork parameters: - - *279 - *280 + - *281 requestBody: required: false content: @@ -66786,9 +66793,9 @@ paths: description: Response content: application/json: - schema: *290 + schema: *291 examples: - default: *292 + default: *293 '400': *14 '422': *15 '403': *29 @@ -66809,8 +66816,8 @@ paths: description: API method documentation url: https://docs.github.com/rest/git/blobs#create-a-blob parameters: - - *279 - *280 + - *281 requestBody: required: true content: @@ -66870,7 +66877,7 @@ paths: schema: oneOf: - *97 - - *457 + - *458 x-github: githubCloudOnly: false enabledForGitHubApps: true @@ -66895,8 +66902,8 @@ paths: description: API method documentation url: https://docs.github.com/rest/git/blobs#get-a-blob parameters: - - *279 - *280 + - *281 - name: file_sha in: path required: true @@ -66995,8 +67002,8 @@ paths: description: API method documentation url: https://docs.github.com/rest/git/commits#create-a-commit parameters: - - *279 - *280 + - *281 requestBody: required: true content: @@ -67105,7 +67112,7 @@ paths: description: Response content: application/json: - schema: &458 + schema: &459 title: Git Commit description: Low-level Git commit operations within a repository type: object @@ -67319,15 +67326,15 @@ paths: description: API method documentation url: https://docs.github.com/rest/git/commits#get-a-commit-object parameters: - - *279 - *280 - - *411 + - *281 + - *412 responses: '200': description: Response content: application/json: - schema: *458 + schema: *459 examples: default: value: @@ -67383,9 +67390,9 @@ paths: description: API method documentation url: https://docs.github.com/rest/git/refs#list-matching-references parameters: - - *279 - *280 - - &459 + - *281 + - &460 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. @@ -67402,7 +67409,7 @@ paths: application/json: schema: type: array - items: &460 + items: &461 title: Git Reference description: Git references within a repository type: object @@ -67477,17 +67484,17 @@ paths: description: API method documentation url: https://docs.github.com/rest/git/refs#get-a-reference parameters: - - *279 - *280 - - *459 + - *281 + - *460 responses: '200': description: Response content: application/json: - schema: *460 + schema: *461 examples: - default: &461 + default: &462 value: ref: refs/heads/featureA node_id: MDM6UmVmcmVmcy9oZWFkcy9mZWF0dXJlQQ== @@ -67516,8 +67523,8 @@ paths: description: API method documentation url: https://docs.github.com/rest/git/refs#create-a-reference parameters: - - *279 - *280 + - *281 requestBody: required: true content: @@ -67546,9 +67553,9 @@ paths: description: Response content: application/json: - schema: *460 + schema: *461 examples: - default: *461 + default: *462 headers: Location: example: https://api.github.com/repos/octocat/Hello-World/git/refs/heads/featureA @@ -67574,9 +67581,9 @@ paths: description: API method documentation url: https://docs.github.com/rest/git/refs#update-a-reference parameters: - - *279 - *280 - - *459 + - *281 + - *460 requestBody: required: true content: @@ -67605,9 +67612,9 @@ paths: description: Response content: application/json: - schema: *460 + schema: *461 examples: - default: *461 + default: *462 '422': *15 '409': *46 x-github: @@ -67625,9 +67632,9 @@ paths: description: API method documentation url: https://docs.github.com/rest/git/refs#delete-a-reference parameters: - - *279 - *280 - - *459 + - *281 + - *460 responses: '204': description: Response @@ -67682,8 +67689,8 @@ paths: description: API method documentation url: https://docs.github.com/rest/git/tags#create-a-tag-object parameters: - - *279 - *280 + - *281 requestBody: required: true content: @@ -67750,7 +67757,7 @@ paths: description: Response content: application/json: - schema: &463 + schema: &464 title: Git Tag description: Metadata for a Git tag type: object @@ -67801,7 +67808,7 @@ paths: - sha - type - url - verification: *462 + verification: *463 required: - sha - url @@ -67811,7 +67818,7 @@ paths: - tag - message examples: - default: &464 + default: &465 value: node_id: MDM6VGFnOTQwYmQzMzYyNDhlZmFlMGY5ZWU1YmM3YjJkNWM5ODU4ODdiMTZhYw== tag: v0.0.1 @@ -67884,8 +67891,8 @@ paths: description: API method documentation url: https://docs.github.com/rest/git/tags#get-a-tag parameters: - - *279 - *280 + - *281 - name: tag_sha in: path required: true @@ -67896,9 +67903,9 @@ paths: description: Response content: application/json: - schema: *463 + schema: *464 examples: - default: *464 + default: *465 '404': *6 '409': *46 x-github: @@ -67922,8 +67929,8 @@ paths: description: API method documentation url: https://docs.github.com/rest/git/trees#create-a-tree parameters: - - *279 - *280 + - *281 requestBody: required: true content: @@ -67996,7 +68003,7 @@ paths: description: Response content: application/json: - schema: &465 + schema: &466 title: Git Tree description: The hierarchy between files in a Git repository. type: object @@ -68092,8 +68099,8 @@ paths: description: API method documentation url: https://docs.github.com/rest/git/trees#get-a-tree parameters: - - *279 - *280 + - *281 - name: tree_sha description: The SHA1 value or ref (branch or tag) name of the tree. in: path @@ -68116,7 +68123,7 @@ paths: description: Response content: application/json: - schema: *465 + schema: *466 examples: default-response: summary: Default response @@ -68175,8 +68182,8 @@ paths: description: API method documentation url: https://docs.github.com/rest/repos/webhooks#list-repository-webhooks parameters: - - *279 - *280 + - *281 - *17 - *19 responses: @@ -68186,7 +68193,7 @@ paths: application/json: schema: type: array - items: &466 + items: &467 title: Webhook description: Webhooks for repositories. type: object @@ -68240,7 +68247,7 @@ paths: type: string format: uri example: https://api.github.com/repos/octocat/Hello-World/hooks/1/deliveries - last_response: &690 + last_response: &691 title: Hook Response type: object properties: @@ -68314,8 +68321,8 @@ paths: description: API method documentation url: https://docs.github.com/rest/repos/webhooks#create-a-repository-webhook parameters: - - *279 - *280 + - *281 requestBody: required: false content: @@ -68367,9 +68374,9 @@ paths: description: Response content: application/json: - schema: *466 + schema: *467 examples: - default: &467 + default: &468 value: type: Repository id: 12345678 @@ -68417,17 +68424,17 @@ paths: description: API method documentation url: https://docs.github.com/rest/repos/webhooks#get-a-repository-webhook parameters: - - *279 - *280 - - *169 + - *281 + - *170 responses: '200': description: Response content: application/json: - schema: *466 + schema: *467 examples: - default: *467 + default: *468 '404': *6 x-github: githubCloudOnly: false @@ -68447,9 +68454,9 @@ paths: description: API method documentation url: https://docs.github.com/rest/repos/webhooks#update-a-repository-webhook parameters: - - *279 - *280 - - *169 + - *281 + - *170 requestBody: required: true content: @@ -68494,9 +68501,9 @@ paths: description: Response content: application/json: - schema: *466 + schema: *467 examples: - default: *467 + default: *468 '422': *15 '404': *6 x-github: @@ -68517,9 +68524,9 @@ paths: description: API method documentation url: https://docs.github.com/rest/repos/webhooks#delete-a-repository-webhook parameters: - - *279 - *280 - - *169 + - *281 + - *170 responses: '204': description: Response @@ -68543,9 +68550,9 @@ paths: description: API method documentation url: https://docs.github.com/rest/repos/webhooks#get-a-webhook-configuration-for-a-repository parameters: - - *279 - *280 - - *169 + - *281 + - *170 responses: '200': description: Response @@ -68572,9 +68579,9 @@ paths: description: API method documentation url: https://docs.github.com/rest/repos/webhooks#update-a-webhook-configuration-for-a-repository parameters: - - *279 - *280 - - *169 + - *281 + - *170 requestBody: required: false content: @@ -68618,11 +68625,11 @@ paths: description: API method documentation url: https://docs.github.com/rest/repos/webhooks#list-deliveries-for-a-repository-webhook parameters: - - *279 - *280 - - *169 - - *17 + - *281 - *170 + - *17 + - *171 responses: '200': description: Response @@ -68630,9 +68637,9 @@ paths: application/json: schema: type: array - items: *171 + items: *172 examples: - default: *172 + default: *173 '400': *14 '422': *15 x-github: @@ -68651,18 +68658,18 @@ paths: description: API method documentation url: https://docs.github.com/rest/repos/webhooks#get-a-delivery-for-a-repository-webhook parameters: - - *279 - *280 - - *169 + - *281 + - *170 - *16 responses: '200': description: Response content: application/json: - schema: *173 + schema: *174 examples: - default: *174 + default: *175 '400': *14 '422': *15 x-github: @@ -68681,9 +68688,9 @@ paths: description: API method documentation url: https://docs.github.com/rest/repos/webhooks#redeliver-a-delivery-for-a-repository-webhook parameters: - - *279 - *280 - - *169 + - *281 + - *170 - *16 responses: '202': *47 @@ -68706,9 +68713,9 @@ paths: description: API method documentation url: https://docs.github.com/rest/repos/webhooks#ping-a-repository-webhook parameters: - - *279 - *280 - - *169 + - *281 + - *170 responses: '204': description: Response @@ -68733,9 +68740,9 @@ paths: description: API method documentation url: https://docs.github.com/rest/repos/webhooks#test-the-push-repository-webhook parameters: - - *279 - *280 - - *169 + - *281 + - *170 responses: '204': description: Response @@ -68793,14 +68800,14 @@ paths: description: API method documentation url: https://docs.github.com/rest/migrations/source-imports#get-an-import-status parameters: - - *279 - *280 + - *281 responses: '200': description: Response content: application/json: - schema: &468 + schema: &469 title: Import description: A repository import from an external source. type: object @@ -68899,7 +68906,7 @@ paths: - html_url - authors_url examples: - default: &471 + default: &472 value: vcs: subversion use_lfs: true @@ -68915,7 +68922,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': &469 + '503': &470 description: Unavailable due to service under maintenance. content: application/json: @@ -68944,8 +68951,8 @@ paths: description: API method documentation url: https://docs.github.com/rest/migrations/source-imports#start-an-import parameters: - - *279 - *280 + - *281 requestBody: required: true content: @@ -68993,7 +69000,7 @@ paths: description: Response content: application/json: - schema: *468 + schema: *469 examples: default: value: @@ -69018,7 +69025,7 @@ paths: type: string '422': *15 '404': *6 - '503': *469 + '503': *470 x-github: githubCloudOnly: false enabledForGitHubApps: true @@ -69046,8 +69053,8 @@ paths: description: API method documentation url: https://docs.github.com/rest/migrations/source-imports#update-an-import parameters: - - *279 - *280 + - *281 requestBody: required: false content: @@ -69096,7 +69103,7 @@ paths: description: Response content: application/json: - schema: *468 + schema: *469 examples: example-1: summary: Example 1 @@ -69144,7 +69151,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': *469 + '503': *470 x-github: githubCloudOnly: false enabledForGitHubApps: true @@ -69167,12 +69174,12 @@ paths: description: API method documentation url: https://docs.github.com/rest/migrations/source-imports#cancel-an-import parameters: - - *279 - *280 + - *281 responses: '204': description: Response - '503': *469 + '503': *470 x-github: githubCloudOnly: false enabledForGitHubApps: true @@ -69198,9 +69205,9 @@ paths: description: API method documentation url: https://docs.github.com/rest/migrations/source-imports#get-commit-authors parameters: - - *279 - *280 - - &637 + - *281 + - &638 name: since description: A user ID. Only return users with an ID greater than this ID. in: query @@ -69214,7 +69221,7 @@ paths: application/json: schema: type: array - items: &470 + items: &471 title: Porter Author description: Porter Author type: object @@ -69268,7 +69275,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': *469 + '503': *470 x-github: githubCloudOnly: false enabledForGitHubApps: true @@ -69293,8 +69300,8 @@ paths: description: API method documentation url: https://docs.github.com/rest/migrations/source-imports#map-a-commit-author parameters: - - *279 - *280 + - *281 - name: author_id in: path required: true @@ -69324,7 +69331,7 @@ paths: description: Response content: application/json: - schema: *470 + schema: *471 examples: default: value: @@ -69337,7 +69344,7 @@ paths: import_url: https://api.github.com/repos/octocat/socm/import '422': *15 '404': *6 - '503': *469 + '503': *470 x-github: githubCloudOnly: false enabledForGitHubApps: true @@ -69361,8 +69368,8 @@ paths: description: API method documentation url: https://docs.github.com/rest/migrations/source-imports#get-large-files parameters: - - *279 - *280 + - *281 responses: '200': description: Response @@ -69403,7 +69410,7 @@ paths: path: foo/bar/3 oid: c20ad4d76fe97759aa27a0c99bff6710 size: 12582912 - '503': *469 + '503': *470 x-github: githubCloudOnly: false enabledForGitHubApps: true @@ -69431,8 +69438,8 @@ paths: description: API method documentation url: https://docs.github.com/rest/migrations/source-imports#update-git-lfs-preference parameters: - - *279 - *280 + - *281 requestBody: required: true content: @@ -69459,11 +69466,11 @@ paths: description: Response content: application/json: - schema: *468 + schema: *469 examples: - default: *471 + default: *472 '422': *15 - '503': *469 + '503': *470 x-github: githubCloudOnly: false enabledForGitHubApps: true @@ -69486,8 +69493,8 @@ paths: description: API method documentation url: https://docs.github.com/rest/apps/apps#get-a-repository-installation-for-the-authenticated-app parameters: - - *279 - *280 + - *281 responses: '200': description: Response @@ -69495,8 +69502,8 @@ paths: application/json: schema: *22 examples: - default: *472 - '301': *291 + default: *473 + '301': *292 '404': *6 x-github: githubCloudOnly: false @@ -69516,8 +69523,8 @@ paths: description: API method documentation url: https://docs.github.com/rest/interactions/repos#get-interaction-restrictions-for-a-repository parameters: - - *279 - *280 + - *281 responses: '200': description: Response @@ -69525,12 +69532,12 @@ paths: application/json: schema: anyOf: - - *187 + - *188 - type: object properties: {} additionalProperties: false examples: - default: &474 + default: &475 value: limit: collaborators_only origin: repository @@ -69555,13 +69562,13 @@ paths: description: API method documentation url: https://docs.github.com/rest/interactions/repos#set-interaction-restrictions-for-a-repository parameters: - - *279 - *280 + - *281 requestBody: required: true content: application/json: - schema: *473 + schema: *474 examples: default: summary: Example request body @@ -69573,9 +69580,9 @@ paths: description: Response content: application/json: - schema: *187 + schema: *188 examples: - default: *474 + default: *475 '409': description: Response x-github: @@ -69597,8 +69604,8 @@ paths: description: API method documentation url: https://docs.github.com/rest/interactions/repos#remove-interaction-restrictions-for-a-repository parameters: - - *279 - *280 + - *281 responses: '204': description: Response @@ -69621,8 +69628,8 @@ paths: description: API method documentation url: https://docs.github.com/rest/collaborators/invitations#list-repository-invitations parameters: - - *279 - *280 + - *281 - *17 - *19 responses: @@ -69632,9 +69639,9 @@ paths: application/json: schema: type: array - items: *475 + items: *476 examples: - default: &630 + default: &631 value: - id: 1 repository: @@ -69765,9 +69772,9 @@ paths: description: API method documentation url: https://docs.github.com/rest/collaborators/invitations#update-a-repository-invitation parameters: - - *279 - *280 - - *191 + - *281 + - *192 requestBody: required: false content: @@ -69796,7 +69803,7 @@ paths: description: Response content: application/json: - schema: *475 + schema: *476 examples: default: value: @@ -69927,9 +69934,9 @@ paths: description: API method documentation url: https://docs.github.com/rest/collaborators/invitations#delete-a-repository-invitation parameters: - - *279 - *280 - - *191 + - *281 + - *192 responses: '204': description: Response @@ -69960,8 +69967,8 @@ paths: description: API method documentation url: https://docs.github.com/rest/issues/issues#list-repository-issues parameters: - - *279 - *280 + - *281 - 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 @@ -70009,7 +70016,7 @@ paths: required: false schema: type: string - - *195 + - *196 - name: sort description: What to sort results by. in: query @@ -70034,7 +70041,7 @@ paths: type: array items: *77 examples: - default: &486 + default: &487 value: - id: 1 node_id: MDU6SXNzdWUx @@ -70182,7 +70189,7 @@ paths: state_reason: completed headers: Link: *58 - '301': *291 + '301': *292 '422': *15 '404': *6 x-github: @@ -70211,8 +70218,8 @@ paths: description: API method documentation url: https://docs.github.com/rest/issues/issues#create-an-issue parameters: - - *279 - *280 + - *281 requestBody: required: true content: @@ -70296,7 +70303,7 @@ paths: application/json: schema: *77 examples: - default: &481 + default: &482 value: id: 1 node_id: MDU6SXNzdWUx @@ -70452,7 +70459,7 @@ paths: '422': *15 '503': *65 '404': *6 - '410': *288 + '410': *289 x-github: triggersNotification: true githubCloudOnly: false @@ -70480,8 +70487,8 @@ paths: description: API method documentation url: https://docs.github.com/rest/issues/comments#list-issue-comments-for-a-repository parameters: - - *279 - *280 + - *281 - *87 - name: direction description: Either `asc` or `desc`. Ignored without the `sort` parameter. @@ -70502,9 +70509,9 @@ paths: application/json: schema: type: array - items: *476 + items: *477 examples: - default: &483 + default: &484 value: - id: 1 node_id: MDEyOklzc3VlQ29tbWVudDE= @@ -70562,17 +70569,17 @@ paths: description: API method documentation url: https://docs.github.com/rest/issues/comments#get-an-issue-comment parameters: - - *279 - *280 + - *281 - *76 responses: '200': description: Response content: application/json: - schema: *476 + schema: *477 examples: - default: &477 + default: &478 value: id: 1 node_id: MDEyOklzc3VlQ29tbWVudDE= @@ -70626,8 +70633,8 @@ paths: description: API method documentation url: https://docs.github.com/rest/issues/comments#update-an-issue-comment parameters: - - *279 - *280 + - *281 - *76 requestBody: required: true @@ -70650,9 +70657,9 @@ paths: description: Response content: application/json: - schema: *476 + schema: *477 examples: - default: *477 + default: *478 '422': *15 x-github: githubCloudOnly: false @@ -70670,8 +70677,8 @@ paths: description: API method documentation url: https://docs.github.com/rest/issues/comments#delete-an-issue-comment parameters: - - *279 - *280 + - *281 - *76 responses: '204': @@ -70692,8 +70699,8 @@ paths: description: API method documentation url: https://docs.github.com/rest/reactions/reactions#list-reactions-for-an-issue-comment parameters: - - *279 - *280 + - *281 - *76 - name: content description: Returns a single [reaction type](https://docs.github.com/rest/reactions/reactions#about-reactions). @@ -70720,9 +70727,9 @@ paths: application/json: schema: type: array - items: *272 + items: *273 examples: - default: *274 + default: *275 headers: Link: *58 '404': *6 @@ -70743,8 +70750,8 @@ paths: description: API method documentation url: https://docs.github.com/rest/reactions/reactions#create-reaction-for-an-issue-comment parameters: - - *279 - *280 + - *281 - *76 requestBody: required: true @@ -70777,16 +70784,16 @@ paths: description: Reaction exists content: application/json: - schema: *272 + schema: *273 examples: - default: *273 + default: *274 '201': description: Reaction created content: application/json: - schema: *272 + schema: *273 examples: - default: *273 + default: *274 '422': *15 x-github: githubCloudOnly: false @@ -70808,10 +70815,10 @@ paths: description: API method documentation url: https://docs.github.com/rest/reactions/reactions#delete-an-issue-comment-reaction parameters: - - *279 - *280 + - *281 - *76 - - *275 + - *276 responses: '204': description: Response @@ -70831,8 +70838,8 @@ paths: description: API method documentation url: https://docs.github.com/rest/issues/events#list-issue-events-for-a-repository parameters: - - *279 - *280 + - *281 - *17 - *19 responses: @@ -70842,7 +70849,7 @@ paths: application/json: schema: type: array - items: &480 + items: &481 title: Issue Event description: Issue Event type: object @@ -70885,8 +70892,8 @@ paths: description: Issues are a great way to keep track of tasks, enhancements, and bugs for your projects. type: object - properties: *478 - required: *479 + properties: *479 + required: *480 nullable: true label: title: Issue Event Label @@ -71193,8 +71200,8 @@ paths: description: API method documentation url: https://docs.github.com/rest/issues/events#get-an-issue-event parameters: - - *279 - *280 + - *281 - name: event_id in: path required: true @@ -71205,7 +71212,7 @@ paths: description: Response content: application/json: - schema: *480 + schema: *481 examples: default: value: @@ -71398,7 +71405,7 @@ paths: author_association: COLLABORATOR state_reason: completed '404': *6 - '410': *288 + '410': *289 '403': *29 x-github: githubCloudOnly: false @@ -71432,9 +71439,9 @@ paths: description: API method documentation url: https://docs.github.com/rest/issues/issues#get-an-issue parameters: - - *279 - *280 - - &482 + - *281 + - &483 name: issue_number description: The number that identifies the issue. in: path @@ -71448,10 +71455,10 @@ paths: application/json: schema: *77 examples: - default: *481 - '301': *291 + default: *482 + '301': *292 '404': *6 - '410': *288 + '410': *289 '304': *37 x-github: githubCloudOnly: false @@ -71476,9 +71483,9 @@ paths: description: API method documentation url: https://docs.github.com/rest/issues/issues#update-an-issue parameters: - - *279 - *280 - - *482 + - *281 + - *483 requestBody: required: false content: @@ -71583,13 +71590,13 @@ paths: application/json: schema: *77 examples: - default: *481 + default: *482 '422': *15 '503': *65 '403': *29 - '301': *291 + '301': *292 '404': *6 - '410': *288 + '410': *289 x-github: githubCloudOnly: false enabledForGitHubApps: true @@ -71607,9 +71614,9 @@ paths: description: API method documentation url: https://docs.github.com/rest/issues/assignees#add-assignees-to-an-issue parameters: - - *279 - *280 - - *482 + - *281 + - *483 requestBody: required: false content: @@ -71637,7 +71644,7 @@ paths: application/json: schema: *77 examples: - default: *481 + default: *482 x-github: githubCloudOnly: false enabledForGitHubApps: true @@ -71653,9 +71660,9 @@ paths: description: API method documentation url: https://docs.github.com/rest/issues/assignees#remove-assignees-from-an-issue parameters: - - *279 - *280 - - *482 + - *281 + - *483 requestBody: content: application/json: @@ -71682,7 +71689,7 @@ paths: application/json: schema: *77 examples: - default: *481 + default: *482 x-github: githubCloudOnly: false enabledForGitHubApps: true @@ -71704,9 +71711,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: - - *279 - *280 - - *482 + - *281 + - *483 - name: assignee in: path required: true @@ -71746,9 +71753,9 @@ paths: description: API method documentation url: https://docs.github.com/rest/issues/comments#list-issue-comments parameters: - - *279 - *280 - - *482 + - *281 + - *483 - *67 - *17 - *19 @@ -71759,13 +71766,13 @@ paths: application/json: schema: type: array - items: *476 + items: *477 examples: - default: *483 + default: *484 headers: Link: *58 '404': *6 - '410': *288 + '410': *289 x-github: githubCloudOnly: false enabledForGitHubApps: true @@ -71794,9 +71801,9 @@ paths: description: API method documentation url: https://docs.github.com/rest/issues/comments#create-an-issue-comment parameters: - - *279 - *280 - - *482 + - *281 + - *483 requestBody: required: true content: @@ -71818,16 +71825,16 @@ paths: description: Response content: application/json: - schema: *476 + schema: *477 examples: - default: *477 + default: *478 headers: Location: example: https://api.github.com/repos/octocat/Hello-World/issues/comments/1 schema: type: string '403': *29 - '410': *288 + '410': *289 '422': *15 '404': *6 x-github: @@ -71847,9 +71854,9 @@ paths: description: API method documentation url: https://docs.github.com/rest/issues/events#list-issue-events parameters: - - *279 - *280 - - *482 + - *281 + - *483 - *17 - *19 responses: @@ -71863,7 +71870,7 @@ paths: title: Issue Event for Issue description: Issue Event for Issue anyOf: - - &487 + - &488 title: Labeled Issue Event description: Labeled Issue Event type: object @@ -71917,7 +71924,7 @@ paths: - commit_url - created_at - performed_via_github_app - - &488 + - &489 title: Unlabeled Issue Event description: Unlabeled Issue Event type: object @@ -72053,7 +72060,7 @@ paths: - performed_via_github_app - assignee - assigner - - &489 + - &490 title: Milestoned Issue Event description: Milestoned Issue Event type: object @@ -72104,7 +72111,7 @@ paths: - commit_url - created_at - performed_via_github_app - - &490 + - &491 title: Demilestoned Issue Event description: Demilestoned Issue Event type: object @@ -72155,7 +72162,7 @@ paths: - commit_url - created_at - performed_via_github_app - - &491 + - &492 title: Renamed Issue Event description: Renamed Issue Event type: object @@ -72209,7 +72216,7 @@ paths: - commit_url - created_at - performed_via_github_app - - &492 + - &493 title: Review Requested Issue Event description: Review Requested Issue Event type: object @@ -72256,7 +72263,7 @@ paths: - commit_url - created_at - performed_via_github_app - - &493 + - &494 title: Review Request Removed Issue Event description: Review Request Removed Issue Event type: object @@ -72303,7 +72310,7 @@ paths: - commit_url - created_at - performed_via_github_app - - &494 + - &495 title: Review Dismissed Issue Event description: Review Dismissed Issue Event type: object @@ -72363,7 +72370,7 @@ paths: - commit_url - created_at - performed_via_github_app - - &495 + - &496 title: Locked Issue Event description: Locked Issue Event type: object @@ -72411,7 +72418,7 @@ paths: - commit_url - created_at - performed_via_github_app - - &496 + - &497 title: Added to Project Issue Event description: Added to Project Issue Event type: object @@ -72477,7 +72484,7 @@ paths: - commit_url - created_at - performed_via_github_app - - &497 + - &498 title: Moved Column in Project Issue Event description: Moved Column in Project Issue Event type: object @@ -72543,7 +72550,7 @@ paths: - commit_url - created_at - performed_via_github_app - - &498 + - &499 title: Removed from Project Issue Event description: Removed from Project Issue Event type: object @@ -72609,7 +72616,7 @@ paths: - commit_url - created_at - performed_via_github_app - - &499 + - &500 title: Converted Note to Issue Issue Event description: Converted Note to Issue Issue Event type: object @@ -72700,7 +72707,7 @@ paths: color: red headers: Link: *58 - '410': *288 + '410': *289 x-github: githubCloudOnly: false enabledForGitHubApps: true @@ -72717,9 +72724,9 @@ paths: description: API method documentation url: https://docs.github.com/rest/issues/labels#list-labels-for-an-issue parameters: - - *279 - *280 - - *482 + - *281 + - *483 - *17 - *19 responses: @@ -72729,7 +72736,7 @@ paths: application/json: schema: type: array - items: &484 + items: &485 title: Label description: Color-coded labels help you categorize and filter your issues (just like labels in Gmail). @@ -72776,7 +72783,7 @@ paths: - color - default examples: - default: &485 + default: &486 value: - id: 208045946 node_id: MDU6TGFiZWwyMDgwNDU5NDY= @@ -72794,9 +72801,9 @@ paths: default: false headers: Link: *58 - '301': *291 + '301': *292 '404': *6 - '410': *288 + '410': *289 x-github: githubCloudOnly: false enabledForGitHubApps: true @@ -72813,9 +72820,9 @@ paths: description: API method documentation url: https://docs.github.com/rest/issues/labels#add-labels-to-an-issue parameters: - - *279 - *280 - - *482 + - *281 + - *483 requestBody: required: false content: @@ -72874,12 +72881,12 @@ paths: application/json: schema: type: array - items: *484 + items: *485 examples: - default: *485 - '301': *291 + default: *486 + '301': *292 '404': *6 - '410': *288 + '410': *289 '422': *15 x-github: githubCloudOnly: false @@ -72896,9 +72903,9 @@ paths: description: API method documentation url: https://docs.github.com/rest/issues/labels#set-labels-for-an-issue parameters: - - *279 - *280 - - *482 + - *281 + - *483 requestBody: required: false content: @@ -72958,12 +72965,12 @@ paths: application/json: schema: type: array - items: *484 + items: *485 examples: - default: *485 - '301': *291 + default: *486 + '301': *292 '404': *6 - '410': *288 + '410': *289 '422': *15 x-github: githubCloudOnly: false @@ -72980,15 +72987,15 @@ paths: description: API method documentation url: https://docs.github.com/rest/issues/labels#remove-all-labels-from-an-issue parameters: - - *279 - *280 - - *482 + - *281 + - *483 responses: '204': description: Response - '301': *291 + '301': *292 '404': *6 - '410': *288 + '410': *289 x-github: githubCloudOnly: false enabledForGitHubApps: true @@ -73007,9 +73014,9 @@ paths: description: API method documentation url: https://docs.github.com/rest/issues/labels#remove-a-label-from-an-issue parameters: - - *279 - *280 - - *482 + - *281 + - *483 - name: name in: path required: true @@ -73022,7 +73029,7 @@ paths: application/json: schema: type: array - items: *484 + items: *485 examples: default: value: @@ -73033,9 +73040,9 @@ paths: description: Something isn't working color: f29513 default: true - '301': *291 + '301': *292 '404': *6 - '410': *288 + '410': *289 x-github: githubCloudOnly: false enabledForGitHubApps: true @@ -73055,9 +73062,9 @@ paths: description: API method documentation url: https://docs.github.com/rest/issues/issues#lock-an-issue parameters: - - *279 - *280 - - *482 + - *281 + - *483 requestBody: required: false content: @@ -73085,7 +73092,7 @@ paths: '204': description: Response '403': *29 - '410': *288 + '410': *289 '404': *6 '422': *15 x-github: @@ -73103,9 +73110,9 @@ paths: description: API method documentation url: https://docs.github.com/rest/issues/issues#unlock-an-issue parameters: - - *279 - *280 - - *482 + - *281 + - *483 responses: '204': description: Response @@ -73127,9 +73134,9 @@ paths: description: API method documentation url: https://docs.github.com/rest/reactions/reactions#list-reactions-for-an-issue parameters: - - *279 - *280 - - *482 + - *281 + - *483 - 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. @@ -73155,13 +73162,13 @@ paths: application/json: schema: type: array - items: *272 + items: *273 examples: - default: *274 + default: *275 headers: Link: *58 '404': *6 - '410': *288 + '410': *289 x-github: githubCloudOnly: false enabledForGitHubApps: true @@ -73179,9 +73186,9 @@ paths: description: API method documentation url: https://docs.github.com/rest/reactions/reactions#create-reaction-for-an-issue parameters: - - *279 - *280 - - *482 + - *281 + - *483 requestBody: required: true content: @@ -73213,16 +73220,16 @@ paths: description: Response content: application/json: - schema: *272 + schema: *273 examples: - default: *273 + default: *274 '201': description: Response content: application/json: - schema: *272 + schema: *273 examples: - default: *273 + default: *274 '422': *15 x-github: githubCloudOnly: false @@ -73244,10 +73251,10 @@ paths: description: API method documentation url: https://docs.github.com/rest/reactions/reactions#delete-an-issue-reaction parameters: - - *279 - *280 - - *482 - - *275 + - *281 + - *483 + - *276 responses: '204': description: Response @@ -73276,9 +73283,9 @@ paths: description: API method documentation url: https://docs.github.com/rest/issues/sub-issues#remove-sub-issue parameters: - - *279 - *280 - - *482 + - *281 + - *483 requestBody: required: true content: @@ -73302,7 +73309,7 @@ paths: application/json: schema: *77 examples: - default: *481 + default: *482 headers: Location: example: https://api.github.com/repos/octocat/Hello-World/issues/1/sub-issue @@ -73335,9 +73342,9 @@ paths: description: API method documentation url: https://docs.github.com/rest/issues/sub-issues#list-sub-issues parameters: - - *279 - *280 - - *482 + - *281 + - *483 - *17 - *19 responses: @@ -73349,11 +73356,11 @@ paths: type: array items: *77 examples: - default: *486 + default: *487 headers: Link: *58 '404': *6 - '410': *288 + '410': *289 x-github: githubCloudOnly: false enabledForGitHubApps: true @@ -73381,9 +73388,9 @@ paths: description: API method documentation url: https://docs.github.com/rest/issues/sub-issues#add-sub-issue parameters: - - *279 - *280 - - *482 + - *281 + - *483 requestBody: required: true content: @@ -73412,14 +73419,14 @@ paths: application/json: schema: *77 examples: - default: *481 + default: *482 headers: Location: example: https://api.github.com/repos/octocat/Hello-World/issues/sub-issues/1 schema: type: string '403': *29 - '410': *288 + '410': *289 '422': *15 '404': *6 x-github: @@ -73439,9 +73446,9 @@ paths: description: API method documentation url: https://docs.github.com/rest/issues/sub-issues#reprioritize-sub-issue parameters: - - *279 - *280 - - *482 + - *281 + - *483 requestBody: required: true content: @@ -73474,7 +73481,7 @@ paths: application/json: schema: *77 examples: - default: *481 + default: *482 '403': *29 '404': *6 '422': *7 @@ -73496,9 +73503,9 @@ paths: description: API method documentation url: https://docs.github.com/rest/issues/timeline#list-timeline-events-for-an-issue parameters: - - *279 - *280 - - *482 + - *281 + - *483 - *17 - *19 responses: @@ -73513,7 +73520,6 @@ paths: description: Timeline Event type: object anyOf: - - *487 - *488 - *489 - *490 @@ -73526,6 +73532,7 @@ paths: - *497 - *498 - *499 + - *500 - title: Timeline Comment Event description: Timeline Comment Event type: object @@ -73830,7 +73837,7 @@ paths: type: string comments: type: array - items: &520 + items: &521 title: Pull Request Review Comment description: Pull Request Review Comments are comments on a portion of the Pull Request's diff. @@ -74039,7 +74046,7 @@ paths: type: string comments: type: array - items: *409 + items: *410 - title: Timeline Assigned Issue Event description: Timeline Assigned Issue Event type: object @@ -74328,7 +74335,7 @@ paths: headers: Link: *58 '404': *6 - '410': *288 + '410': *289 x-github: githubCloudOnly: false enabledForGitHubApps: true @@ -74345,8 +74352,8 @@ paths: description: API method documentation url: https://docs.github.com/rest/deploy-keys/deploy-keys#list-deploy-keys parameters: - - *279 - *280 + - *281 - *17 - *19 responses: @@ -74356,7 +74363,7 @@ paths: application/json: schema: type: array - items: &500 + items: &501 title: Deploy Key description: An SSH key granting access to a single repository. type: object @@ -74421,8 +74428,8 @@ paths: description: API method documentation url: https://docs.github.com/rest/deploy-keys/deploy-keys#create-a-deploy-key parameters: - - *279 - *280 + - *281 requestBody: required: true content: @@ -74458,9 +74465,9 @@ paths: description: Response content: application/json: - schema: *500 + schema: *501 examples: - default: &501 + default: &502 value: id: 1 key: ssh-rsa AAA... @@ -74494,9 +74501,9 @@ paths: description: API method documentation url: https://docs.github.com/rest/deploy-keys/deploy-keys#get-a-deploy-key parameters: - - *279 - *280 - - &502 + - *281 + - &503 name: key_id description: The unique identifier of the key. in: path @@ -74508,9 +74515,9 @@ paths: description: Response content: application/json: - schema: *500 + schema: *501 examples: - default: *501 + default: *502 '404': *6 x-github: githubCloudOnly: false @@ -74528,9 +74535,9 @@ paths: description: API method documentation url: https://docs.github.com/rest/deploy-keys/deploy-keys#delete-a-deploy-key parameters: - - *279 - *280 - - *502 + - *281 + - *503 responses: '204': description: Response @@ -74550,8 +74557,8 @@ paths: description: API method documentation url: https://docs.github.com/rest/issues/labels#list-labels-for-a-repository parameters: - - *279 - *280 + - *281 - *17 - *19 responses: @@ -74561,9 +74568,9 @@ paths: application/json: schema: type: array - items: *484 + items: *485 examples: - default: *485 + default: *486 headers: Link: *58 '404': *6 @@ -74584,8 +74591,8 @@ paths: description: API method documentation url: https://docs.github.com/rest/issues/labels#create-a-label parameters: - - *279 - *280 + - *281 requestBody: required: true content: @@ -74621,9 +74628,9 @@ paths: description: Response content: application/json: - schema: *484 + schema: *485 examples: - default: &503 + default: &504 value: id: 208045946 node_id: MDU6TGFiZWwyMDgwNDU5NDY= @@ -74655,8 +74662,8 @@ paths: description: API method documentation url: https://docs.github.com/rest/issues/labels#get-a-label parameters: - - *279 - *280 + - *281 - name: name in: path required: true @@ -74667,9 +74674,9 @@ paths: description: Response content: application/json: - schema: *484 + schema: *485 examples: - default: *503 + default: *504 '404': *6 x-github: githubCloudOnly: false @@ -74686,8 +74693,8 @@ paths: description: API method documentation url: https://docs.github.com/rest/issues/labels#update-a-label parameters: - - *279 - *280 + - *281 - name: name in: path required: true @@ -74726,7 +74733,7 @@ paths: description: Response content: application/json: - schema: *484 + schema: *485 examples: default: value: @@ -74752,8 +74759,8 @@ paths: description: API method documentation url: https://docs.github.com/rest/issues/labels#delete-a-label parameters: - - *279 - *280 + - *281 - name: name in: path required: true @@ -74779,8 +74786,8 @@ paths: description: API method documentation url: https://docs.github.com/rest/repos/repos#list-repository-languages parameters: - - *279 - *280 + - *281 responses: '200': description: Response @@ -74819,9 +74826,9 @@ paths: description: API method documentation url: https://docs.github.com/rest/licenses/licenses#get-the-license-for-a-repository parameters: - - *279 - *280 - - *385 + - *281 + - *386 responses: '200': description: Response @@ -74966,8 +74973,8 @@ paths: description: API method documentation url: https://docs.github.com/rest/branches/branches#sync-a-fork-branch-with-the-upstream-repository parameters: - - *279 - *280 + - *281 requestBody: required: true content: @@ -75032,8 +75039,8 @@ paths: description: API method documentation url: https://docs.github.com/rest/branches/branches#merge-a-branch parameters: - - *279 - *280 + - *281 requestBody: required: true content: @@ -75067,9 +75074,9 @@ paths: description: Successful Response (The resulting merge commit) content: application/json: - schema: *410 + schema: *411 examples: - default: *504 + default: *505 '204': description: Response when already merged '404': @@ -75094,8 +75101,8 @@ paths: description: API method documentation url: https://docs.github.com/rest/issues/milestones#list-milestones parameters: - - *279 - *280 + - *281 - name: state description: The state of the milestone. Either `open`, `closed`, or `all`. in: query @@ -75136,12 +75143,12 @@ paths: application/json: schema: type: array - items: &505 + items: &506 title: Milestone description: A collection of related issues and pull requests. type: object - properties: *414 - required: *415 + properties: *415 + required: *416 examples: default: value: @@ -75197,8 +75204,8 @@ paths: description: API method documentation url: https://docs.github.com/rest/issues/milestones#create-a-milestone parameters: - - *279 - *280 + - *281 requestBody: required: true content: @@ -75238,9 +75245,9 @@ paths: description: Response content: application/json: - schema: *505 + schema: *506 examples: - default: &506 + default: &507 value: url: https://api.github.com/repos/octocat/Hello-World/milestones/1 html_url: https://github.com/octocat/Hello-World/milestones/v1.0 @@ -75299,9 +75306,9 @@ paths: description: API method documentation url: https://docs.github.com/rest/issues/milestones#get-a-milestone parameters: - - *279 - *280 - - &507 + - *281 + - &508 name: milestone_number description: The number that identifies the milestone. in: path @@ -75313,9 +75320,9 @@ paths: description: Response content: application/json: - schema: *505 + schema: *506 examples: - default: *506 + default: *507 '404': *6 x-github: githubCloudOnly: false @@ -75332,9 +75339,9 @@ paths: description: API method documentation url: https://docs.github.com/rest/issues/milestones#update-a-milestone parameters: - - *279 - *280 - - *507 + - *281 + - *508 requestBody: required: false content: @@ -75372,9 +75379,9 @@ paths: description: Response content: application/json: - schema: *505 + schema: *506 examples: - default: *506 + default: *507 x-github: githubCloudOnly: false enabledForGitHubApps: true @@ -75390,9 +75397,9 @@ paths: description: API method documentation url: https://docs.github.com/rest/issues/milestones#delete-a-milestone parameters: - - *279 - *280 - - *507 + - *281 + - *508 responses: '204': description: Response @@ -75413,9 +75420,9 @@ paths: description: API method documentation url: https://docs.github.com/rest/issues/labels#list-labels-for-issues-in-a-milestone parameters: - - *279 - *280 - - *507 + - *281 + - *508 - *17 - *19 responses: @@ -75425,9 +75432,9 @@ paths: application/json: schema: type: array - items: *484 + items: *485 examples: - default: *485 + default: *486 headers: Link: *58 x-github: @@ -75446,12 +75453,12 @@ paths: description: API method documentation url: https://docs.github.com/rest/activity/notifications#list-repository-notifications-for-the-authenticated-user parameters: - - *279 - *280 - - *508 + - *281 - *509 - - *67 - *510 + - *67 + - *511 - *17 - *19 responses: @@ -75463,7 +75470,7 @@ paths: type: array items: *90 examples: - default: *511 + default: *512 headers: Link: *58 x-github: @@ -75487,8 +75494,8 @@ paths: description: API method documentation url: https://docs.github.com/rest/activity/notifications#mark-repository-notifications-as-read parameters: - - *279 - *280 + - *281 requestBody: required: false content: @@ -75546,14 +75553,14 @@ paths: description: API method documentation url: https://docs.github.com/rest/pages/pages#get-a-apiname-pages-site parameters: - - *279 - *280 + - *281 responses: '200': description: Response content: application/json: - schema: &512 + schema: &513 title: GitHub Pages description: The configuration for GitHub Pages for a repository. type: object @@ -75678,7 +75685,7 @@ paths: - custom_404 - public examples: - default: &513 + default: &514 value: url: https://api.github.com/repos/github/developer.github.com/pages status: built @@ -75719,8 +75726,8 @@ paths: description: API method documentation url: https://docs.github.com/rest/pages/pages#create-a-apiname-pages-site parameters: - - *279 - *280 + - *281 requestBody: required: true content: @@ -75774,9 +75781,9 @@ paths: description: Response content: application/json: - schema: *512 + schema: *513 examples: - default: *513 + default: *514 '422': *15 '409': *46 x-github: @@ -75799,8 +75806,8 @@ paths: description: API method documentation url: https://docs.github.com/rest/pages/pages#update-information-about-a-apiname-pages-site parameters: - - *279 - *280 + - *281 requestBody: required: true content: @@ -75899,8 +75906,8 @@ paths: description: API method documentation url: https://docs.github.com/rest/pages/pages#delete-a-apiname-pages-site parameters: - - *279 - *280 + - *281 responses: '204': description: Response @@ -75926,8 +75933,8 @@ paths: description: API method documentation url: https://docs.github.com/rest/pages/pages#list-apiname-pages-builds parameters: - - *279 - *280 + - *281 - *17 - *19 responses: @@ -75937,7 +75944,7 @@ paths: application/json: schema: type: array - items: &514 + items: &515 title: Page Build description: Page Build type: object @@ -76031,8 +76038,8 @@ paths: description: API method documentation url: https://docs.github.com/rest/pages/pages#request-a-apiname-pages-build parameters: - - *279 - *280 + - *281 responses: '201': description: Response @@ -76077,16 +76084,16 @@ paths: description: API method documentation url: https://docs.github.com/rest/pages/pages#get-latest-pages-build parameters: - - *279 - *280 + - *281 responses: '200': description: Response content: application/json: - schema: *514 + schema: *515 examples: - default: &515 + default: &516 value: url: https://api.github.com/repos/github/developer.github.com/pages/builds/5472601 status: built @@ -76134,8 +76141,8 @@ paths: description: API method documentation url: https://docs.github.com/rest/pages/pages#get-apiname-pages-build parameters: - - *279 - *280 + - *281 - name: build_id in: path required: true @@ -76146,9 +76153,9 @@ paths: description: Response content: application/json: - schema: *514 + schema: *515 examples: - default: *515 + default: *516 x-github: githubCloudOnly: false enabledForGitHubApps: true @@ -76168,8 +76175,8 @@ paths: description: API method documentation url: https://docs.github.com/rest/pages/pages#create-a-github-pages-deployment parameters: - - *279 - *280 + - *281 requestBody: required: true content: @@ -76274,9 +76281,9 @@ paths: description: API method documentation url: https://docs.github.com/rest/pages/pages#get-the-status-of-a-github-pages-deployment parameters: - - *279 - *280 - - &516 + - *281 + - &517 name: pages_deployment_id description: The ID of the Pages deployment. You can also give the commit SHA of the deployment. @@ -76334,9 +76341,9 @@ paths: description: API method documentation url: https://docs.github.com/rest/pages/pages#cancel-a-github-pages-deployment parameters: - - *279 - *280 - - *516 + - *281 + - *517 responses: '204': *145 '404': *6 @@ -76363,8 +76370,8 @@ paths: description: API method documentation url: https://docs.github.com/rest/pages/pages#get-a-dns-health-check-for-github-pages parameters: - - *279 - *280 + - *281 responses: '200': description: Response @@ -76622,8 +76629,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: - - *279 - *280 + - *281 responses: '200': description: Private vulnerability reporting status @@ -76660,8 +76667,8 @@ paths: description: API method documentation url: https://docs.github.com/rest/repos/repos#enable-private-vulnerability-reporting-for-a-repository parameters: - - *279 - *280 + - *281 responses: '204': *145 '422': *14 @@ -76682,8 +76689,8 @@ paths: description: API method documentation url: https://docs.github.com/rest/repos/repos#disable-private-vulnerability-reporting-for-a-repository parameters: - - *279 - *280 + - *281 responses: '204': *145 '422': *14 @@ -76706,8 +76713,8 @@ paths: description: API method documentation url: https://docs.github.com/rest/projects/projects#list-repository-projects parameters: - - *279 - *280 + - *281 - name: state description: Indicates the state of the projects to return. in: query @@ -76728,7 +76735,7 @@ paths: application/json: schema: type: array - items: *229 + items: *230 examples: default: value: @@ -76768,7 +76775,7 @@ paths: '401': *25 '403': *29 '404': *6 - '410': *288 + '410': *289 '422': *7 x-github: githubCloudOnly: false @@ -76791,8 +76798,8 @@ paths: description: API method documentation url: https://docs.github.com/rest/projects/projects#create-a-repository-project parameters: - - *279 - *280 + - *281 requestBody: required: true content: @@ -76818,13 +76825,13 @@ paths: description: Response content: application/json: - schema: *229 + schema: *230 examples: - default: *287 + default: *288 '401': *25 '403': *29 '404': *6 - '410': *288 + '410': *289 '422': *7 x-github: githubCloudOnly: false @@ -76847,8 +76854,8 @@ paths: description: API method documentation url: https://docs.github.com/rest/repos/custom-properties#get-all-custom-property-values-for-a-repository parameters: - - *279 - *280 + - *281 responses: '200': description: Response @@ -76856,7 +76863,7 @@ paths: application/json: schema: type: array - items: *234 + items: *235 examples: default: value: @@ -76887,8 +76894,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: - - *279 - *280 + - *281 requestBody: required: true content: @@ -76900,7 +76907,7 @@ paths: type: array description: A list of custom property names and associated values to apply to the repositories. - items: *234 + items: *235 required: - properties examples: @@ -76950,8 +76957,8 @@ paths: description: API method documentation url: https://docs.github.com/rest/pulls/pulls#list-pull-requests parameters: - - *279 - *280 + - *281 - name: state description: Either `open`, `closed`, or `all` to filter by state. in: query @@ -77011,9 +77018,9 @@ paths: application/json: schema: type: array - items: *517 + items: *518 examples: - default: *518 + default: *519 headers: Link: *58 '304': *37 @@ -77045,8 +77052,8 @@ paths: description: API method documentation url: https://docs.github.com/rest/pulls/pulls#create-a-pull-request parameters: - - *279 - *280 + - *281 requestBody: required: true content: @@ -77111,7 +77118,7 @@ paths: description: Response content: application/json: - schema: &522 + schema: &523 type: object title: Pull Request description: Pull requests let you tell others about changes you've @@ -77222,8 +77229,8 @@ paths: title: Milestone description: A collection of related issues and pull requests. type: object - properties: *414 - required: *415 + properties: *415 + required: *416 nullable: true active_lock_reason: type: string @@ -77268,7 +77275,7 @@ paths: nullable: true requested_teams: type: array - items: *257 + items: *258 nullable: true head: type: object @@ -77307,14 +77314,14 @@ paths: _links: type: object properties: - comments: *416 - commits: *416 - statuses: *416 - html: *416 - issue: *416 - review_comments: *416 - review_comment: *416 - self: *416 + comments: *417 + commits: *417 + statuses: *417 + html: *417 + issue: *417 + review_comments: *417 + review_comment: *417 + self: *417 required: - comments - commits @@ -77325,7 +77332,7 @@ paths: - review_comment - self author_association: *63 - auto_merge: *519 + auto_merge: *520 draft: description: Indicates whether or not the pull request is a draft. example: false @@ -77417,7 +77424,7 @@ paths: - merged_by - review_comments examples: - default: &523 + default: &524 value: url: https://api.github.com/repos/octocat/Hello-World/pulls/1347 id: 1 @@ -77944,8 +77951,8 @@ paths: description: API method documentation url: https://docs.github.com/rest/pulls/comments#list-review-comments-in-a-repository parameters: - - *279 - *280 + - *281 - name: sort in: query required: false @@ -77974,9 +77981,9 @@ paths: application/json: schema: type: array - items: *520 + items: *521 examples: - default: &525 + default: &526 value: - url: https://api.github.com/repos/octocat/Hello-World/pulls/comments/1 pull_request_review_id: 42 @@ -78053,17 +78060,17 @@ paths: description: API method documentation url: https://docs.github.com/rest/pulls/comments#get-a-review-comment-for-a-pull-request parameters: - - *279 - *280 + - *281 - *76 responses: '200': description: Response content: application/json: - schema: *520 + schema: *521 examples: - default: &521 + default: &522 value: url: https://api.github.com/repos/octocat/Hello-World/pulls/comments/1 pull_request_review_id: 42 @@ -78138,8 +78145,8 @@ paths: description: API method documentation url: https://docs.github.com/rest/pulls/comments#update-a-review-comment-for-a-pull-request parameters: - - *279 - *280 + - *281 - *76 requestBody: required: true @@ -78162,9 +78169,9 @@ paths: description: Response content: application/json: - schema: *520 + schema: *521 examples: - default: *521 + default: *522 x-github: githubCloudOnly: false enabledForGitHubApps: true @@ -78180,8 +78187,8 @@ paths: description: API method documentation url: https://docs.github.com/rest/pulls/comments#delete-a-review-comment-for-a-pull-request parameters: - - *279 - *280 + - *281 - *76 responses: '204': @@ -78203,8 +78210,8 @@ paths: description: API method documentation url: https://docs.github.com/rest/reactions/reactions#list-reactions-for-a-pull-request-review-comment parameters: - - *279 - *280 + - *281 - *76 - name: content description: Returns a single [reaction type](https://docs.github.com/rest/reactions/reactions#about-reactions). @@ -78231,9 +78238,9 @@ paths: application/json: schema: type: array - items: *272 + items: *273 examples: - default: *274 + default: *275 headers: Link: *58 '404': *6 @@ -78254,8 +78261,8 @@ paths: description: API method documentation url: https://docs.github.com/rest/reactions/reactions#create-reaction-for-a-pull-request-review-comment parameters: - - *279 - *280 + - *281 - *76 requestBody: required: true @@ -78288,16 +78295,16 @@ paths: description: Reaction exists content: application/json: - schema: *272 + schema: *273 examples: - default: *273 + default: *274 '201': description: Reaction created content: application/json: - schema: *272 + schema: *273 examples: - default: *273 + default: *274 '422': *15 x-github: githubCloudOnly: false @@ -78319,10 +78326,10 @@ paths: description: API method documentation url: https://docs.github.com/rest/reactions/reactions#delete-a-pull-request-comment-reaction parameters: - - *279 - *280 + - *281 - *76 - - *275 + - *276 responses: '204': description: Response @@ -78365,9 +78372,9 @@ paths: description: API method documentation url: https://docs.github.com/rest/pulls/pulls#get-a-pull-request parameters: - - *279 - *280 - - &524 + - *281 + - &525 name: pull_number description: The number that identifies the pull request. in: path @@ -78380,9 +78387,9 @@ paths: to fetch diff and patch formats. content: application/json: - schema: *522 + schema: *523 examples: - default: *523 + default: *524 '304': *37 '404': *6 '406': @@ -78417,9 +78424,9 @@ paths: description: API method documentation url: https://docs.github.com/rest/pulls/pulls#update-a-pull-request parameters: - - *279 - *280 - - *524 + - *281 + - *525 requestBody: required: false content: @@ -78461,9 +78468,9 @@ paths: description: Response content: application/json: - schema: *522 + schema: *523 examples: - default: *523 + default: *524 '422': *15 '403': *29 x-github: @@ -78485,9 +78492,9 @@ paths: description: API method documentation url: https://docs.github.com/rest/codespaces/codespaces#create-a-codespace-from-a-pull-request parameters: - - *279 - *280 - - *524 + - *281 + - *525 requestBody: required: true content: @@ -78547,17 +78554,17 @@ paths: description: Response when the codespace was successfully created content: application/json: - schema: *198 + schema: *199 examples: - default: *399 + default: *400 '202': description: Response when the codespace creation partially failed but is being retried in the background content: application/json: - schema: *198 + schema: *199 examples: - default: *399 + default: *400 '401': *25 '403': *29 '404': *6 @@ -78587,9 +78594,9 @@ paths: description: API method documentation url: https://docs.github.com/rest/pulls/comments#list-review-comments-on-a-pull-request parameters: - - *279 - *280 - - *524 + - *281 + - *525 - *87 - name: direction description: The direction to sort results. Ignored without `sort` parameter. @@ -78610,9 +78617,9 @@ paths: application/json: schema: type: array - items: *520 + items: *521 examples: - default: *525 + default: *526 headers: Link: *58 x-github: @@ -78645,9 +78652,9 @@ paths: description: API method documentation url: https://docs.github.com/rest/pulls/comments#create-a-review-comment-for-a-pull-request parameters: - - *279 - *280 - - *524 + - *281 + - *525 requestBody: required: true content: @@ -78752,7 +78759,7 @@ paths: description: Response content: application/json: - schema: *520 + schema: *521 examples: example-for-a-multi-line-comment: value: @@ -78840,9 +78847,9 @@ paths: description: API method documentation url: https://docs.github.com/rest/pulls/comments#create-a-reply-for-a-review-comment parameters: - - *279 - *280 - - *524 + - *281 + - *525 - *76 requestBody: required: true @@ -78865,7 +78872,7 @@ paths: description: Response content: application/json: - schema: *520 + schema: *521 examples: default: value: @@ -78951,9 +78958,9 @@ paths: description: API method documentation url: https://docs.github.com/rest/pulls/pulls#list-commits-on-a-pull-request parameters: - - *279 - *280 - - *524 + - *281 + - *525 - *17 - *19 responses: @@ -78963,9 +78970,9 @@ paths: application/json: schema: type: array - items: *410 + items: *411 examples: - default: *526 + default: *527 headers: Link: *58 x-github: @@ -78995,9 +79002,9 @@ paths: description: API method documentation url: https://docs.github.com/rest/pulls/pulls#list-pull-requests-files parameters: - - *279 - *280 - - *524 + - *281 + - *525 - *17 - *19 responses: @@ -79007,7 +79014,7 @@ paths: application/json: schema: type: array - items: *425 + items: *426 examples: default: value: @@ -79045,9 +79052,9 @@ paths: description: API method documentation url: https://docs.github.com/rest/pulls/pulls#check-if-a-pull-request-has-been-merged parameters: - - *279 - *280 - - *524 + - *281 + - *525 responses: '204': description: Response if pull request has been merged @@ -79070,9 +79077,9 @@ paths: description: API method documentation url: https://docs.github.com/rest/pulls/pulls#merge-a-pull-request parameters: - - *279 - *280 - - *524 + - *281 + - *525 requestBody: required: false content: @@ -79183,9 +79190,9 @@ paths: description: API method documentation url: https://docs.github.com/rest/pulls/review-requests#get-all-requested-reviewers-for-a-pull-request parameters: - - *279 - *280 - - *524 + - *281 + - *525 responses: '200': description: Response @@ -79260,9 +79267,9 @@ paths: description: API method documentation url: https://docs.github.com/rest/pulls/review-requests#request-reviewers-for-a-pull-request parameters: - - *279 - *280 - - *524 + - *281 + - *525 requestBody: required: false content: @@ -79299,7 +79306,7 @@ paths: description: Response content: application/json: - schema: *517 + schema: *518 examples: default: value: @@ -79835,9 +79842,9 @@ paths: description: API method documentation url: https://docs.github.com/rest/pulls/review-requests#remove-requested-reviewers-from-a-pull-request parameters: - - *279 - *280 - - *524 + - *281 + - *525 requestBody: required: true content: @@ -79871,7 +79878,7 @@ paths: description: Response content: application/json: - schema: *517 + schema: *518 examples: default: value: @@ -80376,9 +80383,9 @@ paths: description: API method documentation url: https://docs.github.com/rest/pulls/reviews#list-reviews-for-a-pull-request parameters: - - *279 - *280 - - *524 + - *281 + - *525 - *17 - *19 responses: @@ -80388,7 +80395,7 @@ paths: application/json: schema: type: array - items: &527 + items: &528 title: Pull Request Review description: Pull Request Reviews are reviews on pull requests. type: object @@ -80539,9 +80546,9 @@ paths: description: API method documentation url: https://docs.github.com/rest/pulls/reviews#create-a-review-for-a-pull-request parameters: - - *279 - *280 - - *524 + - *281 + - *525 requestBody: required: false content: @@ -80627,9 +80634,9 @@ paths: description: Response content: application/json: - schema: *527 + schema: *528 examples: - default: &529 + default: &530 value: id: 80 node_id: MDE3OlB1bGxSZXF1ZXN0UmV2aWV3ODA= @@ -80692,10 +80699,10 @@ paths: description: API method documentation url: https://docs.github.com/rest/pulls/reviews#get-a-review-for-a-pull-request parameters: - - *279 - *280 - - *524 - - &528 + - *281 + - *525 + - &529 name: review_id description: The unique identifier of the review. in: path @@ -80707,9 +80714,9 @@ paths: description: Response content: application/json: - schema: *527 + schema: *528 examples: - default: &530 + default: &531 value: id: 80 node_id: MDE3OlB1bGxSZXF1ZXN0UmV2aWV3ODA= @@ -80768,10 +80775,10 @@ paths: description: API method documentation url: https://docs.github.com/rest/pulls/reviews#update-a-review-for-a-pull-request parameters: - - *279 - *280 - - *524 - - *528 + - *281 + - *525 + - *529 requestBody: required: true content: @@ -80794,7 +80801,7 @@ paths: description: Response content: application/json: - schema: *527 + schema: *528 examples: default: value: @@ -80856,18 +80863,18 @@ paths: description: API method documentation url: https://docs.github.com/rest/pulls/reviews#delete-a-pending-review-for-a-pull-request parameters: - - *279 - *280 - - *524 - - *528 + - *281 + - *525 + - *529 responses: '200': description: Response content: application/json: - schema: *527 + schema: *528 examples: - default: *529 + default: *530 '422': *7 '404': *6 x-github: @@ -80894,10 +80901,10 @@ paths: description: API method documentation url: https://docs.github.com/rest/pulls/reviews#list-comments-for-a-pull-request-review parameters: - - *279 - *280 - - *524 - - *528 + - *281 + - *525 + - *529 - *17 - *19 responses: @@ -80980,9 +80987,9 @@ paths: _links: type: object properties: - self: *416 - html: *416 - pull_request: *416 + self: *417 + html: *417 + pull_request: *417 required: - self - html @@ -81125,10 +81132,10 @@ paths: description: API method documentation url: https://docs.github.com/rest/pulls/reviews#dismiss-a-review-for-a-pull-request parameters: - - *279 - *280 - - *524 - - *528 + - *281 + - *525 + - *529 requestBody: required: true content: @@ -81156,7 +81163,7 @@ paths: description: Response content: application/json: - schema: *527 + schema: *528 examples: default: value: @@ -81219,10 +81226,10 @@ paths: description: API method documentation url: https://docs.github.com/rest/pulls/reviews#submit-a-review-for-a-pull-request parameters: - - *279 - *280 - - *524 - - *528 + - *281 + - *525 + - *529 requestBody: required: true content: @@ -81257,9 +81264,9 @@ paths: description: Response content: application/json: - schema: *527 + schema: *528 examples: - default: *530 + default: *531 '404': *6 '422': *7 '403': *29 @@ -81281,9 +81288,9 @@ paths: description: API method documentation url: https://docs.github.com/rest/pulls/pulls#update-a-pull-request-branch parameters: - - *279 - *280 - - *524 + - *281 + - *525 requestBody: required: false content: @@ -81346,8 +81353,8 @@ paths: description: API method documentation url: https://docs.github.com/rest/repos/contents#get-a-repository-readme parameters: - - *279 - *280 + - *281 - name: ref description: 'The name of the commit/branch/tag. Default: the repository’s default branch.' @@ -81360,9 +81367,9 @@ paths: description: Response content: application/json: - schema: *531 + schema: *532 examples: - default: &532 + default: &533 value: type: file encoding: base64 @@ -81404,8 +81411,8 @@ paths: description: API method documentation url: https://docs.github.com/rest/repos/contents#get-a-repository-readme-for-a-directory parameters: - - *279 - *280 + - *281 - name: dir description: The alternate path to look for a README file in: path @@ -81425,9 +81432,9 @@ paths: description: Response content: application/json: - schema: *531 + schema: *532 examples: - default: *532 + default: *533 '404': *6 '422': *15 x-github: @@ -81449,8 +81456,8 @@ paths: description: API method documentation url: https://docs.github.com/rest/releases/releases#list-releases parameters: - - *279 - *280 + - *281 - *17 - *19 responses: @@ -81460,7 +81467,7 @@ paths: application/json: schema: type: array - items: &533 + items: &534 title: Release description: A release. type: object @@ -81523,7 +81530,7 @@ paths: author: *4 assets: type: array - items: &534 + items: &535 title: Release Asset description: Data related to a release. type: object @@ -81704,8 +81711,8 @@ paths: description: API method documentation url: https://docs.github.com/rest/releases/releases#create-a-release parameters: - - *279 - *280 + - *281 requestBody: required: true content: @@ -81781,9 +81788,9 @@ paths: description: Response content: application/json: - schema: *533 + schema: *534 examples: - default: &537 + default: &538 value: url: https://api.github.com/repos/octocat/Hello-World/releases/1 html_url: https://github.com/octocat/Hello-World/releases/v1.0.0 @@ -81886,9 +81893,9 @@ paths: description: API method documentation url: https://docs.github.com/rest/releases/assets#get-a-release-asset parameters: - - *279 - *280 - - &535 + - *281 + - &536 name: asset_id description: The unique identifier of the asset. in: path @@ -81900,9 +81907,9 @@ paths: description: Response content: application/json: - schema: *534 + schema: *535 examples: - default: &536 + default: &537 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 @@ -81936,7 +81943,7 @@ paths: type: User site_admin: false '404': *6 - '302': *427 + '302': *428 x-github: githubCloudOnly: false enabledForGitHubApps: true @@ -81952,9 +81959,9 @@ paths: description: API method documentation url: https://docs.github.com/rest/releases/assets#update-a-release-asset parameters: - - *279 - *280 - - *535 + - *281 + - *536 requestBody: required: false content: @@ -81982,9 +81989,9 @@ paths: description: Response content: application/json: - schema: *534 + schema: *535 examples: - default: *536 + default: *537 x-github: githubCloudOnly: false enabledForGitHubApps: true @@ -82000,9 +82007,9 @@ paths: description: API method documentation url: https://docs.github.com/rest/releases/assets#delete-a-release-asset parameters: - - *279 - *280 - - *535 + - *281 + - *536 responses: '204': description: Response @@ -82026,8 +82033,8 @@ paths: description: API method documentation url: https://docs.github.com/rest/releases/releases#generate-release-notes-content-for-a-release parameters: - - *279 - *280 + - *281 requestBody: required: true content: @@ -82112,16 +82119,16 @@ paths: description: API method documentation url: https://docs.github.com/rest/releases/releases#get-the-latest-release parameters: - - *279 - *280 + - *281 responses: '200': description: Response content: application/json: - schema: *533 + schema: *534 examples: - default: *537 + default: *538 x-github: githubCloudOnly: false enabledForGitHubApps: true @@ -82138,8 +82145,8 @@ paths: description: API method documentation url: https://docs.github.com/rest/releases/releases#get-a-release-by-tag-name parameters: - - *279 - *280 + - *281 - name: tag description: tag parameter in: path @@ -82152,9 +82159,9 @@ paths: description: Response content: application/json: - schema: *533 + schema: *534 examples: - default: *537 + default: *538 '404': *6 x-github: githubCloudOnly: false @@ -82176,9 +82183,9 @@ paths: description: API method documentation url: https://docs.github.com/rest/releases/releases#get-a-release parameters: - - *279 - *280 - - &538 + - *281 + - &539 name: release_id description: The unique identifier of the release. in: path @@ -82192,9 +82199,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: *533 + schema: *534 examples: - default: *537 + default: *538 '401': description: Unauthorized x-github: @@ -82212,9 +82219,9 @@ paths: description: API method documentation url: https://docs.github.com/rest/releases/releases#update-a-release parameters: - - *279 - *280 - - *538 + - *281 + - *539 requestBody: required: false content: @@ -82278,9 +82285,9 @@ paths: description: Response content: application/json: - schema: *533 + schema: *534 examples: - default: *537 + default: *538 '404': description: Not Found if the discussion category name is invalid content: @@ -82301,9 +82308,9 @@ paths: description: API method documentation url: https://docs.github.com/rest/releases/releases#delete-a-release parameters: - - *279 - *280 - - *538 + - *281 + - *539 responses: '204': description: Response @@ -82323,9 +82330,9 @@ paths: description: API method documentation url: https://docs.github.com/rest/releases/assets#list-release-assets parameters: - - *279 - *280 - - *538 + - *281 + - *539 - *17 - *19 responses: @@ -82335,7 +82342,7 @@ paths: application/json: schema: type: array - items: *534 + items: *535 examples: default: value: @@ -82415,9 +82422,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: - - *279 - *280 - - *538 + - *281 + - *539 - name: name in: query required: true @@ -82443,7 +82450,7 @@ paths: description: Response for successful upload content: application/json: - schema: *534 + schema: *535 examples: response-for-successful-upload: value: @@ -82497,9 +82504,9 @@ paths: description: API method documentation url: https://docs.github.com/rest/reactions/reactions#list-reactions-for-a-release parameters: - - *279 - *280 - - *538 + - *281 + - *539 - 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. @@ -82523,9 +82530,9 @@ paths: application/json: schema: type: array - items: *272 + items: *273 examples: - default: *274 + default: *275 headers: Link: *58 '404': *6 @@ -82546,9 +82553,9 @@ paths: description: API method documentation url: https://docs.github.com/rest/reactions/reactions#create-reaction-for-a-release parameters: - - *279 - *280 - - *538 + - *281 + - *539 requestBody: required: true content: @@ -82578,16 +82585,16 @@ paths: description: Reaction exists content: application/json: - schema: *272 + schema: *273 examples: - default: *273 + default: *274 '201': description: Reaction created content: application/json: - schema: *272 + schema: *273 examples: - default: *273 + default: *274 '422': *15 x-github: githubCloudOnly: false @@ -82609,10 +82616,10 @@ paths: description: API method documentation url: https://docs.github.com/rest/reactions/reactions#delete-a-release-reaction parameters: - - *279 - *280 - - *538 - - *275 + - *281 + - *539 + - *276 responses: '204': description: Response @@ -82636,9 +82643,9 @@ paths: description: API method documentation url: https://docs.github.com/rest/repos/rules#get-rules-for-a-branch parameters: - - *279 - *280 - - *347 + - *281 + - *348 - *17 - *19 responses: @@ -82654,8 +82661,8 @@ paths: description: A repository rule with ruleset details. oneOf: - allOf: - - *539 - - &541 + - *540 + - &542 title: repository ruleset data for rule description: User-defined metadata to store domain-specific information limited to 8 keys with scalar values. @@ -82675,65 +82682,65 @@ paths: type: integer description: The ID of the ruleset that includes this rule. - allOf: - - *540 - *541 - - allOf: - *542 - - *541 - allOf: - *543 - - *541 + - *542 - allOf: - *544 - - *541 + - *542 - allOf: - *545 - - *541 + - *542 - allOf: - *546 - - *541 + - *542 - allOf: - *547 - - *541 + - *542 - allOf: - *548 - - *541 + - *542 - allOf: - *549 - - *541 + - *542 - allOf: - *550 - - *541 + - *542 - allOf: - *551 - - *541 + - *542 - allOf: - *552 - - *541 + - *542 - allOf: - *553 - - *541 + - *542 - allOf: - *554 - - *541 + - *542 - allOf: - *555 - - *541 + - *542 - allOf: - *556 - - *541 + - *542 - allOf: - *557 - - *541 + - *542 - allOf: - *558 - - *541 + - *542 - allOf: - *559 - - *541 + - *542 - allOf: - *560 - - *541 + - *542 + - allOf: + - *561 + - *542 examples: default: value: @@ -82772,8 +82779,8 @@ paths: category: repos subcategory: rules parameters: - - *279 - *280 + - *281 - *17 - *19 - name: includes_parents @@ -82784,7 +82791,7 @@ paths: schema: type: boolean default: true - - *561 + - *562 responses: '200': description: Response @@ -82792,7 +82799,7 @@ paths: application/json: schema: type: array - items: *244 + items: *245 examples: default: value: @@ -82839,8 +82846,8 @@ paths: category: repos subcategory: rules parameters: - - *279 - *280 + - *281 requestBody: description: Request body required: true @@ -82860,16 +82867,16 @@ paths: - tag - push default: branch - enforcement: *240 + enforcement: *241 bypass_actors: type: array description: The actors that can bypass the rules in this ruleset - items: *241 - conditions: *238 + items: *242 + conditions: *239 rules: type: array description: An array of rules within the ruleset. - items: *243 + items: *244 required: - name - enforcement @@ -82900,9 +82907,9 @@ paths: description: Response content: application/json: - schema: *244 + schema: *245 examples: - default: &571 + default: &572 value: id: 42 name: super cool ruleset @@ -82949,12 +82956,12 @@ paths: description: API method documentation url: https://docs.github.com/rest/repos/rule-suites#list-repository-rule-suites parameters: - - *279 - *280 - - *562 + - *281 - *563 - *564 - *565 + - *566 - *17 - *19 responses: @@ -82962,9 +82969,9 @@ paths: description: Response content: application/json: - schema: *566 + schema: *567 examples: - default: *567 + default: *568 '404': *6 '500': *148 x-github: @@ -82985,17 +82992,17 @@ paths: description: API method documentation url: https://docs.github.com/rest/repos/rule-suites#get-a-repository-rule-suite parameters: - - *279 - *280 - - *568 + - *281 + - *569 responses: '200': description: Response content: application/json: - schema: *569 + schema: *570 examples: - default: *570 + default: *571 '404': *6 '500': *148 x-github: @@ -83023,8 +83030,8 @@ paths: category: repos subcategory: rules parameters: - - *279 - *280 + - *281 - name: ruleset_id description: The ID of the ruleset. in: path @@ -83044,9 +83051,9 @@ paths: description: Response content: application/json: - schema: *244 + schema: *245 examples: - default: *571 + default: *572 '404': *6 '500': *148 put: @@ -83064,8 +83071,8 @@ paths: category: repos subcategory: rules parameters: - - *279 - *280 + - *281 - name: ruleset_id description: The ID of the ruleset. in: path @@ -83090,16 +83097,16 @@ paths: - branch - tag - push - enforcement: *240 + enforcement: *241 bypass_actors: type: array description: The actors that can bypass the rules in this ruleset - items: *241 - conditions: *238 + items: *242 + conditions: *239 rules: description: An array of rules within the ruleset. type: array - items: *243 + items: *244 examples: default: value: @@ -83127,9 +83134,9 @@ paths: description: Response content: application/json: - schema: *244 + schema: *245 examples: - default: *571 + default: *572 '404': *6 '500': *148 delete: @@ -83147,8 +83154,8 @@ paths: category: repos subcategory: rules parameters: - - *279 - *280 + - *281 - name: ruleset_id description: The ID of the ruleset. in: path @@ -83171,8 +83178,8 @@ paths: description: API method documentation url: https://docs.github.com/rest/repos/rules#get-repository-ruleset-history parameters: - - *279 - *280 + - *281 - *17 - *19 - name: ruleset_id @@ -83188,9 +83195,9 @@ paths: application/json: schema: type: array - items: *246 + items: *247 examples: - default: *572 + default: *573 '404': *6 '500': *148 x-github: @@ -83209,8 +83216,8 @@ paths: description: API method documentation url: https://docs.github.com/rest/repos/rules#get-repository-ruleset-version parameters: - - *279 - *280 + - *281 - name: ruleset_id description: The ID of the ruleset. in: path @@ -83228,7 +83235,7 @@ paths: description: Response content: application/json: - schema: *573 + schema: *574 examples: default: value: @@ -83283,20 +83290,20 @@ paths: description: API method documentation url: https://docs.github.com/rest/secret-scanning/secret-scanning#list-secret-scanning-alerts-for-a-repository parameters: - - *279 - *280 - - *247 + - *281 - *248 - *249 - *250 + - *251 - *48 - *19 - *17 - - *574 - *575 - - *251 + - *576 - *252 - *253 + - *254 responses: '200': description: Response @@ -83304,7 +83311,7 @@ paths: application/json: schema: type: array - items: &578 + items: &579 type: object properties: number: *54 @@ -83323,8 +83330,8 @@ paths: format: uri description: The REST API URL of the code locations for this alert. - state: *576 - resolution: *577 + state: *577 + resolution: *578 resolved_at: type: string format: date-time @@ -83542,15 +83549,15 @@ paths: description: API method documentation url: https://docs.github.com/rest/secret-scanning/secret-scanning#get-a-secret-scanning-alert parameters: - - *279 - *280 - - *379 + - *281 + - *380 responses: '200': description: Response content: application/json: - schema: *578 + schema: *579 examples: default: value: @@ -83602,9 +83609,9 @@ paths: description: API method documentation url: https://docs.github.com/rest/secret-scanning/secret-scanning#update-a-secret-scanning-alert parameters: - - *279 - *280 - - *379 + - *281 + - *380 requestBody: required: true content: @@ -83612,8 +83619,8 @@ paths: schema: type: object properties: - state: *576 - resolution: *577 + state: *577 + resolution: *578 resolution_comment: description: An optional comment when closing an alert. Cannot be updated or deleted. Must be `null` when changing `state` to `open`. @@ -83631,7 +83638,7 @@ paths: description: Response content: application/json: - schema: *578 + schema: *579 examples: default: value: @@ -83706,9 +83713,9 @@ paths: description: API method documentation url: https://docs.github.com/rest/secret-scanning/secret-scanning#list-locations-for-a-secret-scanning-alert parameters: - - *279 - *280 - - *379 + - *281 + - *380 - *19 - *17 responses: @@ -83719,7 +83726,7 @@ paths: schema: type: array description: List of locations where the secret was detected - items: &711 + items: &712 type: object properties: type: @@ -84078,8 +84085,8 @@ paths: description: API method documentation url: https://docs.github.com/rest/secret-scanning/secret-scanning#create-a-push-protection-bypass parameters: - - *279 - *280 + - *281 requestBody: required: true content: @@ -84087,14 +84094,14 @@ paths: schema: type: object properties: - reason: &580 + reason: &581 description: The reason for bypassing push protection. type: string enum: - false_positive - used_in_tests - will_fix_later - placeholder_id: *579 + placeholder_id: *580 required: - reason - placeholder_id @@ -84111,7 +84118,7 @@ paths: schema: type: object properties: - reason: *580 + reason: *581 expire_at: type: string format: date-time @@ -84154,8 +84161,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: - - *279 - *280 + - *281 responses: '404': description: Repository does not have GitHub Advanced Security or secret @@ -84170,7 +84177,7 @@ paths: properties: incremental_scans: type: array - items: &581 + items: &582 description: Information on a single scan performed by secret scanning on the repository type: object @@ -84196,15 +84203,15 @@ paths: nullable: true pattern_update_scans: type: array - items: *581 + items: *582 backfill_scans: type: array - items: *581 + items: *582 custom_pattern_backfill_scans: type: array items: allOf: - - *581 + - *582 - type: object properties: pattern_name: @@ -84274,8 +84281,8 @@ paths: description: API method documentation url: https://docs.github.com/rest/security-advisories/repository-advisories#list-repository-security-advisories parameters: - - *279 - *280 + - *281 - *48 - name: sort description: The property to sort the results by. @@ -84319,9 +84326,9 @@ paths: application/json: schema: type: array - items: *582 + items: *583 examples: - default: *583 + default: *584 '400': *14 '404': *6 x-github: @@ -84344,8 +84351,8 @@ paths: description: API method documentation url: https://docs.github.com/rest/security-advisories/repository-advisories#create-a-repository-security-advisory parameters: - - *279 - *280 + - *281 requestBody: required: true content: @@ -84418,7 +84425,7 @@ paths: login: type: string description: The username of the user credited. - type: *256 + type: *257 required: - login - type @@ -84505,9 +84512,9 @@ paths: description: Response content: application/json: - schema: *582 + schema: *583 examples: - default: &585 + default: &586 value: ghsa_id: GHSA-abcd-1234-efgh cve_id: CVE-2050-00000 @@ -84740,8 +84747,8 @@ paths: description: API method documentation url: https://docs.github.com/rest/security-advisories/repository-advisories#privately-report-a-security-vulnerability parameters: - - *279 - *280 + - *281 requestBody: required: true content: @@ -84845,7 +84852,7 @@ paths: description: Response content: application/json: - schema: *582 + schema: *583 examples: default: value: @@ -84992,17 +84999,17 @@ paths: description: API method documentation url: https://docs.github.com/rest/security-advisories/repository-advisories#get-a-repository-security-advisory parameters: - - *279 - *280 - - *584 + - *281 + - *585 responses: '200': description: Response content: application/json: - schema: *582 + schema: *583 examples: - default: *585 + default: *586 '403': *29 '404': *6 x-github: @@ -85026,9 +85033,9 @@ paths: description: API method documentation url: https://docs.github.com/rest/security-advisories/repository-advisories#update-a-repository-security-advisory parameters: - - *279 - *280 - - *584 + - *281 + - *585 requestBody: required: true content: @@ -85101,7 +85108,7 @@ paths: login: type: string description: The username of the user credited. - type: *256 + type: *257 required: - login - type @@ -85187,10 +85194,10 @@ paths: description: Response content: application/json: - schema: *582 + schema: *583 examples: - default: *585 - add_credit: *585 + default: *586 + add_credit: *586 '403': *29 '404': *6 '422': @@ -85228,9 +85235,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: - - *279 - *280 - - *584 + - *281 + - *585 responses: '202': *47 '400': *14 @@ -85257,17 +85264,17 @@ paths: description: API method documentation url: https://docs.github.com/rest/security-advisories/repository-advisories#create-a-temporary-private-fork parameters: - - *279 - *280 - - *584 + - *281 + - *585 responses: '202': description: Response content: application/json: - schema: *290 + schema: *291 examples: - default: *292 + default: *293 '400': *14 '422': *15 '403': *29 @@ -85293,8 +85300,8 @@ paths: description: API method documentation url: https://docs.github.com/rest/activity/starring#list-stargazers parameters: - - *279 - *280 + - *281 - *17 - *19 responses: @@ -85393,8 +85400,8 @@ paths: description: API method documentation url: https://docs.github.com/rest/metrics/statistics#get-the-weekly-commit-activity parameters: - - *279 - *280 + - *281 responses: '200': description: Returns a weekly aggregate of the number of additions and deletions @@ -85403,7 +85410,7 @@ paths: application/json: schema: type: array - items: &586 + items: &587 title: Code Frequency Stat description: Code Frequency Stat type: array @@ -85436,8 +85443,8 @@ paths: description: API method documentation url: https://docs.github.com/rest/metrics/statistics#get-the-last-year-of-commit-activity parameters: - - *279 - *280 + - *281 responses: '200': description: Response @@ -85513,8 +85520,8 @@ paths: description: API method documentation url: https://docs.github.com/rest/metrics/statistics#get-all-contributor-commit-activity parameters: - - *279 - *280 + - *281 responses: '200': description: Response @@ -85610,8 +85617,8 @@ paths: description: API method documentation url: https://docs.github.com/rest/metrics/statistics#get-the-weekly-commit-count parameters: - - *279 - *280 + - *281 responses: '200': description: The array order is oldest week (index 0) to most recent week. @@ -85765,8 +85772,8 @@ paths: description: API method documentation url: https://docs.github.com/rest/metrics/statistics#get-the-hourly-commit-count-for-each-day parameters: - - *279 - *280 + - *281 responses: '200': description: For example, `[2, 14, 25]` indicates that there were 25 total @@ -85776,7 +85783,7 @@ paths: application/json: schema: type: array - items: *586 + items: *587 examples: default: value: @@ -85809,8 +85816,8 @@ paths: description: API method documentation url: https://docs.github.com/rest/commits/statuses#create-a-commit-status parameters: - - *279 - *280 + - *281 - name: sha in: path required: true @@ -85864,7 +85871,7 @@ paths: description: Response content: application/json: - schema: *587 + schema: *588 examples: default: value: @@ -85918,8 +85925,8 @@ paths: description: API method documentation url: https://docs.github.com/rest/activity/watching#list-watchers parameters: - - *279 - *280 + - *281 - *17 - *19 responses: @@ -85931,7 +85938,7 @@ paths: type: array items: *4 examples: - default: *197 + default: *198 headers: Link: *58 x-github: @@ -85951,14 +85958,14 @@ paths: description: API method documentation url: https://docs.github.com/rest/activity/watching#get-a-repository-subscription parameters: - - *279 - *280 + - *281 responses: '200': description: if you subscribe to the repository content: application/json: - schema: &588 + schema: &589 title: Repository Invitation description: Repository invitations let you manage who you collaborate with. @@ -86026,8 +86033,8 @@ paths: description: API method documentation url: https://docs.github.com/rest/activity/watching#set-a-repository-subscription parameters: - - *279 - *280 + - *281 requestBody: required: false content: @@ -86053,7 +86060,7 @@ paths: description: Response content: application/json: - schema: *588 + schema: *589 examples: default: value: @@ -86080,8 +86087,8 @@ paths: description: API method documentation url: https://docs.github.com/rest/activity/watching#delete-a-repository-subscription parameters: - - *279 - *280 + - *281 responses: '204': description: Response @@ -86101,8 +86108,8 @@ paths: description: API method documentation url: https://docs.github.com/rest/repos/repos#list-repository-tags parameters: - - *279 - *280 + - *281 - *17 - *19 responses: @@ -86181,8 +86188,8 @@ paths: description: API method documentation url: https://docs.github.com/rest/repos/tags#closing-down---list-tag-protection-states-for-a-repository parameters: - - *279 - *280 + - *281 responses: '200': description: Response @@ -86190,7 +86197,7 @@ paths: application/json: schema: type: array - items: &589 + items: &590 title: Tag protection description: Tag protection type: object @@ -86242,8 +86249,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: - - *279 - *280 + - *281 requestBody: required: true content: @@ -86266,7 +86273,7 @@ paths: description: Response content: application/json: - schema: *589 + schema: *590 examples: default: value: @@ -86297,8 +86304,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: - - *279 - *280 + - *281 - name: tag_protection_id description: The unique identifier of the tag protection. in: path @@ -86335,8 +86342,8 @@ paths: url: https://docs.github.com/rest/repos/contents#download-a-repository-archive-tar operationId: repos/download-tarball-archive parameters: - - *279 - *280 + - *281 - name: ref in: path required: true @@ -86372,8 +86379,8 @@ paths: description: API method documentation url: https://docs.github.com/rest/repos/repos#list-repository-teams parameters: - - *279 - *280 + - *281 - *17 - *19 responses: @@ -86385,7 +86392,7 @@ paths: type: array items: *152 examples: - default: *212 + default: *213 headers: Link: *58 '404': *6 @@ -86405,8 +86412,8 @@ paths: description: API method documentation url: https://docs.github.com/rest/repos/repos#get-all-repository-topics parameters: - - *279 - *280 + - *281 - *19 - *17 responses: @@ -86414,7 +86421,7 @@ paths: description: Response content: application/json: - schema: &590 + schema: &591 title: Topic description: A topic aggregates entities that are related to a subject. type: object @@ -86426,7 +86433,7 @@ paths: required: - names examples: - default: &591 + default: &592 value: names: - octocat @@ -86449,8 +86456,8 @@ paths: description: API method documentation url: https://docs.github.com/rest/repos/repos#replace-all-repository-topics parameters: - - *279 - *280 + - *281 requestBody: required: true content: @@ -86481,9 +86488,9 @@ paths: description: Response content: application/json: - schema: *590 + schema: *591 examples: - default: *591 + default: *592 '404': *6 '422': *7 x-github: @@ -86504,9 +86511,9 @@ paths: description: API method documentation url: https://docs.github.com/rest/metrics/traffic#get-repository-clones parameters: - - *279 - *280 - - &592 + - *281 + - &593 name: per description: The time frame to display results for. in: query @@ -86535,7 +86542,7 @@ paths: example: 128 clones: type: array - items: &593 + items: &594 title: Traffic type: object properties: @@ -86622,8 +86629,8 @@ paths: description: API method documentation url: https://docs.github.com/rest/metrics/traffic#get-top-referral-paths parameters: - - *279 - *280 + - *281 responses: '200': description: Response @@ -86713,8 +86720,8 @@ paths: description: API method documentation url: https://docs.github.com/rest/metrics/traffic#get-top-referral-sources parameters: - - *279 - *280 + - *281 responses: '200': description: Response @@ -86774,9 +86781,9 @@ paths: description: API method documentation url: https://docs.github.com/rest/metrics/traffic#get-page-views parameters: - - *279 - *280 - - *592 + - *281 + - *593 responses: '200': description: Response @@ -86795,7 +86802,7 @@ paths: example: 3782 views: type: array - items: *593 + items: *594 required: - uniques - count @@ -86872,8 +86879,8 @@ paths: description: API method documentation url: https://docs.github.com/rest/repos/repos#transfer-a-repository parameters: - - *279 - *280 + - *281 requestBody: required: true content: @@ -87147,8 +87154,8 @@ paths: description: API method documentation url: https://docs.github.com/rest/repos/repos#check-if-vulnerability-alerts-are-enabled-for-a-repository parameters: - - *279 - *280 + - *281 responses: '204': description: Response if repository is enabled with vulnerability alerts @@ -87171,8 +87178,8 @@ paths: description: API method documentation url: https://docs.github.com/rest/repos/repos#enable-vulnerability-alerts parameters: - - *279 - *280 + - *281 responses: '204': description: Response @@ -87194,8 +87201,8 @@ paths: description: API method documentation url: https://docs.github.com/rest/repos/repos#disable-vulnerability-alerts parameters: - - *279 - *280 + - *281 responses: '204': description: Response @@ -87221,8 +87228,8 @@ paths: url: https://docs.github.com/rest/repos/contents#download-a-repository-archive-zip operationId: repos/download-zipball-archive parameters: - - *279 - *280 + - *281 - name: ref in: path required: true @@ -87314,9 +87321,9 @@ paths: description: Response content: application/json: - schema: *290 + schema: *291 examples: - default: *292 + default: *293 headers: Location: example: https://api.github.com/repos/octocat/Hello-World @@ -87564,7 +87571,7 @@ paths: example: - 73..77 - 77..78 - text_matches: &594 + text_matches: &595 title: Search Result Text Matches type: array items: @@ -87726,7 +87733,7 @@ paths: enum: - author-date - committer-date - - &595 + - &596 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 @@ -87797,7 +87804,7 @@ paths: description: Metaproperties for Git author/committer information. type: object - properties: *345 + properties: *346 nullable: true comment_count: type: integer @@ -87817,7 +87824,7 @@ paths: url: type: string format: uri - verification: *462 + verification: *463 required: - author - committer @@ -87836,7 +87843,7 @@ paths: title: Git User description: Metaproperties for Git author/committer information. type: object - properties: *345 + properties: *346 nullable: true parents: type: array @@ -87854,7 +87861,7 @@ paths: type: number node_id: type: string - text_matches: *594 + text_matches: *595 required: - sha - node_id @@ -88036,7 +88043,7 @@ paths: - interactions - created - updated - - *595 + - *596 - *17 - *19 - name: advanced_search @@ -88163,8 +88170,8 @@ paths: title: Milestone description: A collection of related issues and pull requests. type: object - properties: *414 - required: *415 + properties: *415 + required: *416 nullable: true comments: type: integer @@ -88178,7 +88185,7 @@ paths: type: string format: date-time nullable: true - text_matches: *594 + text_matches: *595 pull_request: type: object properties: @@ -88222,7 +88229,7 @@ paths: timeline_url: type: string format: uri - type: *192 + type: *193 performed_via_github_app: title: GitHub app description: GitHub apps are a new way to extend GitHub. @@ -88406,7 +88413,7 @@ paths: enum: - created - updated - - *595 + - *596 - *17 - *19 responses: @@ -88450,7 +88457,7 @@ paths: nullable: true score: type: number - text_matches: *594 + text_matches: *595 required: - id - node_id @@ -88535,7 +88542,7 @@ paths: - forks - help-wanted-issues - updated - - *595 + - *596 - *17 - *19 responses: @@ -88774,7 +88781,7 @@ paths: - admin - pull - push - text_matches: *594 + text_matches: *595 temp_clone_token: type: string allow_merge_commit: @@ -89074,7 +89081,7 @@ paths: type: string format: uri nullable: true - text_matches: *594 + text_matches: *595 related: type: array nullable: true @@ -89265,7 +89272,7 @@ paths: - followers - repositories - joined - - *595 + - *596 - *17 - *19 responses: @@ -89369,7 +89376,7 @@ paths: hireable: type: boolean nullable: true - text_matches: *594 + text_matches: *595 blog: type: string nullable: true @@ -89448,7 +89455,7 @@ paths: description: API method documentation url: https://docs.github.com/rest/teams/teams#get-a-team-legacy parameters: - - &596 + - &597 name: team_id description: The unique identifier of the team. in: path @@ -89460,9 +89467,9 @@ paths: description: Response content: application/json: - schema: *264 + schema: *265 examples: - default: *265 + default: *266 '404': *6 x-github: githubCloudOnly: false @@ -89489,7 +89496,7 @@ paths: description: API method documentation url: https://docs.github.com/rest/teams/teams#update-a-team-legacy parameters: - - *596 + - *597 requestBody: required: true content: @@ -89552,16 +89559,16 @@ paths: description: Response when the updated information already exists content: application/json: - schema: *264 + schema: *265 examples: - default: *265 + default: *266 '201': description: Response content: application/json: - schema: *264 + schema: *265 examples: - default: *265 + default: *266 '404': *6 '422': *15 '403': *29 @@ -89589,7 +89596,7 @@ paths: description: API method documentation url: https://docs.github.com/rest/teams/teams#delete-a-team-legacy parameters: - - *596 + - *597 responses: '204': description: Response @@ -89620,7 +89627,7 @@ paths: description: API method documentation url: https://docs.github.com/rest/teams/discussions#list-discussions-legacy parameters: - - *596 + - *597 - *48 - *17 - *19 @@ -89631,9 +89638,9 @@ paths: application/json: schema: type: array - items: *266 + items: *267 examples: - default: *597 + default: *598 headers: Link: *58 x-github: @@ -89662,7 +89669,7 @@ paths: description: API method documentation url: https://docs.github.com/rest/teams/discussions#create-a-discussion-legacy parameters: - - *596 + - *597 requestBody: required: true content: @@ -89696,9 +89703,9 @@ paths: description: Response content: application/json: - schema: *266 + schema: *267 examples: - default: *267 + default: *268 x-github: triggersNotification: true githubCloudOnly: false @@ -89725,16 +89732,16 @@ paths: description: API method documentation url: https://docs.github.com/rest/teams/discussions#get-a-discussion-legacy parameters: - - *596 - - *268 + - *597 + - *269 responses: '200': description: Response content: application/json: - schema: *266 + schema: *267 examples: - default: *267 + default: *268 x-github: githubCloudOnly: false enabledForGitHubApps: true @@ -89759,8 +89766,8 @@ paths: description: API method documentation url: https://docs.github.com/rest/teams/discussions#update-a-discussion-legacy parameters: - - *596 - - *268 + - *597 + - *269 requestBody: required: false content: @@ -89783,9 +89790,9 @@ paths: description: Response content: application/json: - schema: *266 + schema: *267 examples: - default: *598 + default: *599 x-github: githubCloudOnly: false enabledForGitHubApps: true @@ -89810,8 +89817,8 @@ paths: description: API method documentation url: https://docs.github.com/rest/teams/discussions#delete-a-discussion-legacy parameters: - - *596 - - *268 + - *597 + - *269 responses: '204': description: Response @@ -89840,8 +89847,8 @@ paths: description: API method documentation url: https://docs.github.com/rest/teams/discussion-comments#list-discussion-comments-legacy parameters: - - *596 - - *268 + - *597 + - *269 - *48 - *17 - *19 @@ -89852,9 +89859,9 @@ paths: application/json: schema: type: array - items: *269 + items: *270 examples: - default: *599 + default: *600 headers: Link: *58 x-github: @@ -89883,8 +89890,8 @@ paths: description: API method documentation url: https://docs.github.com/rest/teams/discussion-comments#create-a-discussion-comment-legacy parameters: - - *596 - - *268 + - *597 + - *269 requestBody: required: true content: @@ -89906,9 +89913,9 @@ paths: description: Response content: application/json: - schema: *269 + schema: *270 examples: - default: *270 + default: *271 x-github: triggersNotification: true githubCloudOnly: false @@ -89935,17 +89942,17 @@ paths: description: API method documentation url: https://docs.github.com/rest/teams/discussion-comments#get-a-discussion-comment-legacy parameters: - - *596 - - *268 - - *271 + - *597 + - *269 + - *272 responses: '200': description: Response content: application/json: - schema: *269 + schema: *270 examples: - default: *270 + default: *271 x-github: githubCloudOnly: false enabledForGitHubApps: true @@ -89970,9 +89977,9 @@ paths: description: API method documentation url: https://docs.github.com/rest/teams/discussion-comments#update-a-discussion-comment-legacy parameters: - - *596 - - *268 - - *271 + - *597 + - *269 + - *272 requestBody: required: true content: @@ -89994,9 +90001,9 @@ paths: description: Response content: application/json: - schema: *269 + schema: *270 examples: - default: *600 + default: *601 x-github: githubCloudOnly: false enabledForGitHubApps: true @@ -90021,9 +90028,9 @@ paths: description: API method documentation url: https://docs.github.com/rest/teams/discussion-comments#delete-a-discussion-comment-legacy parameters: - - *596 - - *268 - - *271 + - *597 + - *269 + - *272 responses: '204': description: Response @@ -90052,9 +90059,9 @@ paths: description: API method documentation url: https://docs.github.com/rest/reactions/reactions#list-reactions-for-a-team-discussion-comment-legacy parameters: - - *596 - - *268 - - *271 + - *597 + - *269 + - *272 - 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. @@ -90080,9 +90087,9 @@ paths: application/json: schema: type: array - items: *272 + items: *273 examples: - default: *274 + default: *275 headers: Link: *58 x-github: @@ -90111,9 +90118,9 @@ paths: description: API method documentation url: https://docs.github.com/rest/reactions/reactions#create-reaction-for-a-team-discussion-comment-legacy parameters: - - *596 - - *268 - - *271 + - *597 + - *269 + - *272 requestBody: required: true content: @@ -90145,9 +90152,9 @@ paths: description: Response content: application/json: - schema: *272 + schema: *273 examples: - default: *273 + default: *274 x-github: githubCloudOnly: false enabledForGitHubApps: true @@ -90173,8 +90180,8 @@ paths: description: API method documentation url: https://docs.github.com/rest/reactions/reactions#list-reactions-for-a-team-discussion-legacy parameters: - - *596 - - *268 + - *597 + - *269 - 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. @@ -90200,9 +90207,9 @@ paths: application/json: schema: type: array - items: *272 + items: *273 examples: - default: *274 + default: *275 headers: Link: *58 x-github: @@ -90231,8 +90238,8 @@ paths: description: API method documentation url: https://docs.github.com/rest/reactions/reactions#create-reaction-for-a-team-discussion-legacy parameters: - - *596 - - *268 + - *597 + - *269 requestBody: required: true content: @@ -90264,9 +90271,9 @@ paths: description: Response content: application/json: - schema: *272 + schema: *273 examples: - default: *273 + default: *274 x-github: githubCloudOnly: false enabledForGitHubApps: false @@ -90290,7 +90297,7 @@ paths: description: API method documentation url: https://docs.github.com/rest/teams/members#list-pending-team-invitations-legacy parameters: - - *596 + - *597 - *17 - *19 responses: @@ -90300,9 +90307,9 @@ paths: application/json: schema: type: array - items: *189 + items: *190 examples: - default: *190 + default: *191 headers: Link: *58 x-github: @@ -90328,7 +90335,7 @@ paths: description: API method documentation url: https://docs.github.com/rest/teams/members#list-team-members-legacy parameters: - - *596 + - *597 - name: role description: Filters members returned by their role in the team. in: query @@ -90351,7 +90358,7 @@ paths: type: array items: *4 examples: - default: *197 + default: *198 headers: Link: *58 '404': *6 @@ -90379,7 +90386,7 @@ paths: description: API method documentation url: https://docs.github.com/rest/teams/members#get-team-member-legacy parameters: - - *596 + - *597 - *132 responses: '204': @@ -90416,7 +90423,7 @@ paths: description: API method documentation url: https://docs.github.com/rest/teams/members#add-team-member-legacy parameters: - - *596 + - *597 - *132 responses: '204': @@ -90456,7 +90463,7 @@ paths: description: API method documentation url: https://docs.github.com/rest/teams/members#remove-team-member-legacy parameters: - - *596 + - *597 - *132 responses: '204': @@ -90493,16 +90500,16 @@ paths: description: API method documentation url: https://docs.github.com/rest/teams/members#get-team-membership-for-a-user-legacy parameters: - - *596 + - *597 - *132 responses: '200': description: Response content: application/json: - schema: *276 + schema: *277 examples: - response-if-user-is-a-team-maintainer: *601 + response-if-user-is-a-team-maintainer: *602 '404': *6 x-github: githubCloudOnly: false @@ -90535,7 +90542,7 @@ paths: description: API method documentation url: https://docs.github.com/rest/teams/members#add-or-update-team-membership-for-a-user-legacy parameters: - - *596 + - *597 - *132 requestBody: required: false @@ -90561,9 +90568,9 @@ paths: description: Response content: application/json: - schema: *276 + schema: *277 examples: - response-if-users-membership-with-team-is-now-pending: *602 + response-if-users-membership-with-team-is-now-pending: *603 '403': description: Forbidden if team synchronization is set up '422': @@ -90597,7 +90604,7 @@ paths: description: API method documentation url: https://docs.github.com/rest/teams/members#remove-team-membership-for-a-user-legacy parameters: - - *596 + - *597 - *132 responses: '204': @@ -90626,7 +90633,7 @@ paths: description: API method documentation url: https://docs.github.com/rest/teams/teams#list-team-projects-legacy parameters: - - *596 + - *597 - *17 - *19 responses: @@ -90636,9 +90643,9 @@ paths: application/json: schema: type: array - items: *277 + items: *278 examples: - default: *603 + default: *604 headers: Link: *58 '404': *6 @@ -90664,16 +90671,16 @@ paths: description: API method documentation url: https://docs.github.com/rest/teams/teams#check-team-permissions-for-a-project-legacy parameters: - - *596 - - *278 + - *597 + - *279 responses: '200': description: Response content: application/json: - schema: *277 + schema: *278 examples: - default: *604 + default: *605 '404': description: Not Found if project is not managed by this team x-github: @@ -90697,8 +90704,8 @@ paths: description: API method documentation url: https://docs.github.com/rest/teams/teams#add-or-update-team-project-permissions-legacy parameters: - - *596 - - *278 + - *597 + - *279 requestBody: required: false content: @@ -90765,8 +90772,8 @@ paths: description: API method documentation url: https://docs.github.com/rest/teams/teams#remove-a-project-from-a-team-legacy parameters: - - *596 - - *278 + - *597 + - *279 responses: '204': description: Response @@ -90793,7 +90800,7 @@ paths: description: API method documentation url: https://docs.github.com/rest/teams/teams#list-team-repositories-legacy parameters: - - *596 + - *597 - *17 - *19 responses: @@ -90805,7 +90812,7 @@ paths: type: array items: *119 examples: - default: *219 + default: *220 headers: Link: *58 '404': *6 @@ -90835,15 +90842,15 @@ paths: description: API method documentation url: https://docs.github.com/rest/teams/teams#check-team-permissions-for-a-repository-legacy parameters: - - *596 - - *279 + - *597 - *280 + - *281 responses: '200': description: Alternative response with extra repository information content: application/json: - schema: *605 + schema: *606 examples: alternative-response-with-extra-repository-information: value: @@ -90994,9 +91001,9 @@ paths: description: API method documentation url: https://docs.github.com/rest/teams/teams#add-or-update-team-repository-permissions-legacy parameters: - - *596 - - *279 + - *597 - *280 + - *281 requestBody: required: false content: @@ -91046,9 +91053,9 @@ paths: description: API method documentation url: https://docs.github.com/rest/teams/teams#remove-a-repository-from-a-team-legacy parameters: - - *596 - - *279 + - *597 - *280 + - *281 responses: '204': description: Response @@ -91073,7 +91080,7 @@ paths: description: API method documentation url: https://docs.github.com/rest/teams/teams#list-child-teams-legacy parameters: - - *596 + - *597 - *17 - *19 responses: @@ -91085,7 +91092,7 @@ paths: type: array items: *152 examples: - response-if-child-teams-exist: *606 + response-if-child-teams-exist: *607 headers: Link: *58 '404': *6 @@ -91118,7 +91125,7 @@ paths: application/json: schema: oneOf: - - &608 + - &609 title: Private User description: Private User type: object @@ -91321,7 +91328,7 @@ paths: - private_gists - total_private_repos - two_factor_authentication - - *607 + - *608 examples: response-with-public-and-private-profile-information: summary: Response with public and private profile information @@ -91474,7 +91481,7 @@ paths: description: Response content: application/json: - schema: *608 + schema: *609 examples: default: value: @@ -91553,7 +91560,7 @@ paths: type: array items: *4 examples: - default: *197 + default: *198 '304': *37 '404': *6 '403': *29 @@ -91677,9 +91684,9 @@ paths: type: integer codespaces: type: array - items: *198 + items: *199 examples: - default: *199 + default: *200 '304': *37 '500': *148 '401': *25 @@ -91818,17 +91825,17 @@ paths: description: Response when the codespace was successfully created content: application/json: - schema: *198 + schema: *199 examples: - default: *399 + default: *400 '202': description: Response when the codespace creation partially failed but is being retried in the background content: application/json: - schema: *198 + schema: *199 examples: - default: *399 + default: *400 '401': *25 '403': *29 '404': *6 @@ -91872,7 +91879,7 @@ paths: type: integer secrets: type: array - items: &609 + items: &610 title: Codespaces Secret description: Secrets for a GitHub Codespace. type: object @@ -91912,7 +91919,7 @@ paths: - visibility - selected_repositories_url examples: - default: *402 + default: *403 headers: Link: *58 x-github: @@ -91988,7 +91995,7 @@ paths: description: Response content: application/json: - schema: *609 + schema: *610 examples: default: value: @@ -92134,7 +92141,7 @@ paths: type: array items: *119 examples: - default: *610 + default: *611 '401': *25 '403': *29 '404': *6 @@ -92278,15 +92285,15 @@ paths: description: API method documentation url: https://docs.github.com/rest/codespaces/codespaces#get-a-codespace-for-the-authenticated-user parameters: - - *200 + - *201 responses: '200': description: Response content: application/json: - schema: *198 + schema: *199 examples: - default: *399 + default: *400 '304': *37 '500': *148 '401': *25 @@ -92312,7 +92319,7 @@ paths: description: API method documentation url: https://docs.github.com/rest/codespaces/codespaces#update-a-codespace-for-the-authenticated-user parameters: - - *200 + - *201 requestBody: required: false content: @@ -92342,9 +92349,9 @@ paths: description: Response content: application/json: - schema: *198 + schema: *199 examples: - default: *399 + default: *400 '401': *25 '403': *29 '404': *6 @@ -92366,7 +92373,7 @@ paths: description: API method documentation url: https://docs.github.com/rest/codespaces/codespaces#delete-a-codespace-for-the-authenticated-user parameters: - - *200 + - *201 responses: '202': *47 '304': *37 @@ -92395,13 +92402,13 @@ paths: description: API method documentation url: https://docs.github.com/rest/codespaces/codespaces#export-a-codespace-for-the-authenticated-user parameters: - - *200 + - *201 responses: '202': description: Response content: application/json: - schema: &611 + schema: &612 type: object title: Fetches information about an export of a codespace. description: An export of a codespace. Also, latest export details @@ -92442,7 +92449,7 @@ paths: description: Web url for the exported branch example: https://github.com/octocat/hello-world/tree/:branch examples: - default: &612 + default: &613 value: state: succeeded completed_at: '2022-01-01T14:59:22Z' @@ -92474,7 +92481,7 @@ paths: description: API method documentation url: https://docs.github.com/rest/codespaces/codespaces#get-details-about-a-codespace-export parameters: - - *200 + - *201 - name: export_id in: path required: true @@ -92487,9 +92494,9 @@ paths: description: Response content: application/json: - schema: *611 + schema: *612 examples: - default: *612 + default: *613 '404': *6 x-github: githubCloudOnly: false @@ -92510,7 +92517,7 @@ paths: description: API method documentation url: https://docs.github.com/rest/codespaces/machines#list-machine-types-for-a-codespace parameters: - - *200 + - *201 responses: '200': description: Response @@ -92526,9 +92533,9 @@ paths: type: integer machines: type: array - items: *613 + items: *614 examples: - default: *614 + default: *615 '304': *37 '500': *148 '401': *25 @@ -92557,7 +92564,7 @@ paths: description: API method documentation url: https://docs.github.com/rest/codespaces/codespaces#create-a-repository-from-an-unpublished-codespace parameters: - - *200 + - *201 requestBody: required: true content: @@ -92607,13 +92614,13 @@ paths: nullable: true owner: *4 billable_owner: *4 - repository: *290 + repository: *291 machine: type: object title: Codespace machine description: A description of the machine powering a codespace. - properties: *400 - required: *401 + properties: *401 + required: *402 nullable: true devcontainer_path: description: Path to devcontainer.json from repo root used to @@ -93387,15 +93394,15 @@ paths: description: API method documentation url: https://docs.github.com/rest/codespaces/codespaces#start-a-codespace-for-the-authenticated-user parameters: - - *200 + - *201 responses: '200': description: Response content: application/json: - schema: *198 + schema: *199 examples: - default: *399 + default: *400 '304': *37 '500': *148 '400': *14 @@ -93427,15 +93434,15 @@ paths: description: API method documentation url: https://docs.github.com/rest/codespaces/codespaces#stop-a-codespace-for-the-authenticated-user parameters: - - *200 + - *201 responses: '200': description: Response content: application/json: - schema: *198 + schema: *199 examples: - default: *399 + default: *400 '500': *148 '401': *25 '403': *29 @@ -93465,9 +93472,9 @@ paths: application/json: schema: type: array - items: *213 + items: *214 examples: - default: &627 + default: &628 value: - id: 197 name: hello_docker @@ -93568,7 +93575,7 @@ paths: application/json: schema: type: array - items: &615 + items: &616 title: Email description: Email type: object @@ -93633,9 +93640,9 @@ paths: application/json: schema: type: array - items: *615 + items: *616 examples: - default: &629 + default: &630 value: - email: octocat@github.com verified: true @@ -93710,7 +93717,7 @@ paths: application/json: schema: type: array - items: *615 + items: *616 examples: default: value: @@ -93820,7 +93827,7 @@ paths: type: array items: *4 examples: - default: *197 + default: *198 headers: Link: *58 '304': *37 @@ -93853,7 +93860,7 @@ paths: type: array items: *4 examples: - default: *197 + default: *198 headers: Link: *58 '304': *37 @@ -93966,7 +93973,7 @@ paths: application/json: schema: type: array - items: &616 + items: &617 title: GPG Key description: A unique encryption key type: object @@ -94097,7 +94104,7 @@ paths: - subkeys - revoked examples: - default: &640 + default: &641 value: - id: 3 name: Octocat's GPG Key @@ -94182,9 +94189,9 @@ paths: description: Response content: application/json: - schema: *616 + schema: *617 examples: - default: &617 + default: &618 value: id: 3 name: Octocat's GPG Key @@ -94241,7 +94248,7 @@ paths: description: API method documentation url: https://docs.github.com/rest/users/gpg-keys#get-a-gpg-key-for-the-authenticated-user parameters: - - &618 + - &619 name: gpg_key_id description: The unique identifier of the GPG key. in: path @@ -94253,9 +94260,9 @@ paths: description: Response content: application/json: - schema: *616 + schema: *617 examples: - default: *617 + default: *618 '404': *6 '304': *37 '403': *29 @@ -94278,7 +94285,7 @@ paths: description: API method documentation url: https://docs.github.com/rest/users/gpg-keys#delete-a-gpg-key-for-the-authenticated-user parameters: - - *618 + - *619 responses: '204': description: Response @@ -94469,7 +94476,7 @@ paths: type: array items: *60 examples: - default: *619 + default: *620 headers: Link: *58 '404': *6 @@ -94554,12 +94561,12 @@ paths: application/json: schema: anyOf: - - *187 + - *188 - type: object properties: {} additionalProperties: false examples: - default: *188 + default: *189 '204': description: Response when there are no restrictions x-github: @@ -94583,7 +94590,7 @@ paths: required: true content: application/json: - schema: *473 + schema: *474 examples: default: value: @@ -94594,7 +94601,7 @@ paths: description: Response content: application/json: - schema: *187 + schema: *188 examples: default: value: @@ -94675,7 +94682,7 @@ paths: - closed - all default: open - - *195 + - *196 - name: sort description: What to sort results by. in: query @@ -94700,7 +94707,7 @@ paths: type: array items: *77 examples: - default: *196 + default: *197 headers: Link: *58 '404': *6 @@ -94733,7 +94740,7 @@ paths: application/json: schema: type: array - items: &620 + items: &621 title: Key description: Key type: object @@ -94830,9 +94837,9 @@ paths: description: Response content: application/json: - schema: *620 + schema: *621 examples: - default: &621 + default: &622 value: key: 2Sg8iYjAxxmI2LvUXpJjkYrMxURPc8r+dB7TJyvv1234 id: 2 @@ -94865,15 +94872,15 @@ paths: description: API method documentation url: https://docs.github.com/rest/users/keys#get-a-public-ssh-key-for-the-authenticated-user parameters: - - *502 + - *503 responses: '200': description: Response content: application/json: - schema: *620 + schema: *621 examples: - default: *621 + default: *622 '404': *6 '304': *37 '403': *29 @@ -94896,7 +94903,7 @@ paths: description: API method documentation url: https://docs.github.com/rest/users/keys#delete-a-public-ssh-key-for-the-authenticated-user parameters: - - *502 + - *503 responses: '204': description: Response @@ -94929,7 +94936,7 @@ paths: application/json: schema: type: array - items: &622 + items: &623 title: User Marketplace Purchase description: User Marketplace Purchase type: object @@ -94997,7 +95004,7 @@ paths: - account - plan examples: - default: &623 + default: &624 value: - billing_cycle: monthly next_billing_date: '2017-11-11T00:00:00Z' @@ -95059,9 +95066,9 @@ paths: application/json: schema: type: array - items: *622 + items: *623 examples: - default: *623 + default: *624 headers: Link: *58 '304': *37 @@ -95101,7 +95108,7 @@ paths: application/json: schema: type: array - items: *203 + items: *204 examples: default: value: @@ -95209,7 +95216,7 @@ paths: description: Response content: application/json: - schema: *203 + schema: *204 examples: default: value: @@ -95292,7 +95299,7 @@ paths: description: Response content: application/json: - schema: *203 + schema: *204 examples: default: value: @@ -95360,7 +95367,7 @@ paths: application/json: schema: type: array - items: *205 + items: *206 examples: default: value: @@ -95613,7 +95620,7 @@ paths: description: Response content: application/json: - schema: *205 + schema: *206 examples: default: value: @@ -95793,7 +95800,7 @@ paths: description: API method documentation url: https://docs.github.com/rest/migrations/users#get-a-user-migration-status parameters: - - *206 + - *207 - name: exclude in: query required: false @@ -95806,7 +95813,7 @@ paths: description: Response content: application/json: - schema: *205 + schema: *206 examples: default: value: @@ -96000,7 +96007,7 @@ paths: description: API method documentation url: https://docs.github.com/rest/migrations/users#download-a-user-migration-archive parameters: - - *206 + - *207 responses: '302': description: Response @@ -96026,7 +96033,7 @@ paths: description: API method documentation url: https://docs.github.com/rest/migrations/users#delete-a-user-migration-archive parameters: - - *206 + - *207 responses: '204': description: Response @@ -96055,8 +96062,8 @@ paths: description: API method documentation url: https://docs.github.com/rest/migrations/users#unlock-a-user-repository parameters: - - *206 - - *624 + - *207 + - *625 responses: '204': description: Response @@ -96080,7 +96087,7 @@ paths: description: API method documentation url: https://docs.github.com/rest/migrations/users#list-repositories-for-a-user-migration parameters: - - *206 + - *207 - *17 - *19 responses: @@ -96092,7 +96099,7 @@ paths: type: array items: *119 examples: - default: *219 + default: *220 headers: Link: *58 '404': *6 @@ -96127,9 +96134,9 @@ paths: application/json: schema: type: array - items: *202 + items: *203 examples: - default: *625 + default: *626 headers: Link: *58 '304': *37 @@ -96171,7 +96178,7 @@ paths: - docker - nuget - container - - *626 + - *627 - *19 - *17 responses: @@ -96181,10 +96188,10 @@ paths: application/json: schema: type: array - items: *213 + items: *214 examples: - default: *627 - '400': *628 + default: *628 + '400': *629 x-github: githubCloudOnly: false enabledForGitHubApps: false @@ -96204,16 +96211,16 @@ paths: description: API method documentation url: https://docs.github.com/rest/packages/packages#get-a-package-for-the-authenticated-user parameters: - - *215 - *216 + - *217 responses: '200': description: Response content: application/json: - schema: *213 + schema: *214 examples: - default: &641 + default: &642 value: id: 40201 name: octo-name @@ -96326,8 +96333,8 @@ paths: description: API method documentation url: https://docs.github.com/rest/packages/packages#delete-a-package-for-the-authenticated-user parameters: - - *215 - *216 + - *217 responses: '204': description: Response @@ -96357,8 +96364,8 @@ paths: description: API method documentation url: https://docs.github.com/rest/packages/packages#restore-a-package-for-the-authenticated-user parameters: - - *215 - *216 + - *217 - name: token description: package token schema: @@ -96390,8 +96397,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: - - *215 - *216 + - *217 - *19 - *17 - name: state @@ -96411,7 +96418,7 @@ paths: application/json: schema: type: array - items: *217 + items: *218 examples: default: value: @@ -96460,15 +96467,15 @@ paths: description: API method documentation url: https://docs.github.com/rest/packages/packages#get-a-package-version-for-the-authenticated-user parameters: - - *215 - *216 - - *218 + - *217 + - *219 responses: '200': description: Response content: application/json: - schema: *217 + schema: *218 examples: default: value: @@ -96504,9 +96511,9 @@ paths: description: API method documentation url: https://docs.github.com/rest/packages/packages#delete-a-package-version-for-the-authenticated-user parameters: - - *215 - *216 - - *218 + - *217 + - *219 responses: '204': description: Response @@ -96536,9 +96543,9 @@ paths: description: API method documentation url: https://docs.github.com/rest/packages/packages#restore-a-package-version-for-the-authenticated-user parameters: - - *215 - *216 - - *218 + - *217 + - *219 responses: '204': description: Response @@ -96594,7 +96601,7 @@ paths: description: Response content: application/json: - schema: *229 + schema: *230 examples: default: value: @@ -96666,9 +96673,9 @@ paths: application/json: schema: type: array - items: *615 + items: *616 examples: - default: *629 + default: *630 headers: Link: *58 '304': *37 @@ -96781,7 +96788,7 @@ paths: type: array items: *60 examples: - default: &636 + default: &637 summary: Default response value: - id: 1296269 @@ -97085,9 +97092,9 @@ paths: description: Response content: application/json: - schema: *290 + schema: *291 examples: - default: *292 + default: *293 headers: Location: example: https://api.github.com/repos/octocat/Hello-World @@ -97125,9 +97132,9 @@ paths: application/json: schema: type: array - items: *475 + items: *476 examples: - default: *630 + default: *631 headers: Link: *58 '304': *37 @@ -97150,7 +97157,7 @@ paths: description: API method documentation url: https://docs.github.com/rest/collaborators/invitations#accept-a-repository-invitation parameters: - - *191 + - *192 responses: '204': description: Response @@ -97173,7 +97180,7 @@ paths: description: API method documentation url: https://docs.github.com/rest/collaborators/invitations#decline-a-repository-invitation parameters: - - *191 + - *192 responses: '204': description: Response @@ -97206,7 +97213,7 @@ paths: application/json: schema: type: array - items: &631 + items: &632 title: Social account description: Social media account type: object @@ -97221,7 +97228,7 @@ paths: - provider - url examples: - default: &632 + default: &633 value: - provider: twitter url: https://twitter.com/github @@ -97283,9 +97290,9 @@ paths: application/json: schema: type: array - items: *631 + items: *632 examples: - default: *632 + default: *633 '422': *15 '304': *37 '404': *6 @@ -97372,7 +97379,7 @@ paths: application/json: schema: type: array - items: &633 + items: &634 title: SSH Signing Key description: A public SSH key used to sign Git commits type: object @@ -97392,7 +97399,7 @@ paths: - title - created_at examples: - default: &648 + default: &649 value: - key: 2Sg8iYjAxxmI2LvUXpJjkYrMxURPc8r+dB7TJyvv1234 id: 2 @@ -97458,9 +97465,9 @@ paths: description: Response content: application/json: - schema: *633 + schema: *634 examples: - default: &634 + default: &635 value: key: 2Sg8iYjAxxmI2LvUXpJjkYrMxURPc8r+dB7TJyvv1234 id: 2 @@ -97491,7 +97498,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: - - &635 + - &636 name: ssh_signing_key_id description: The unique identifier of the SSH signing key. in: path @@ -97503,9 +97510,9 @@ paths: description: Response content: application/json: - schema: *633 + schema: *634 examples: - default: *634 + default: *635 '404': *6 '304': *37 '403': *29 @@ -97528,7 +97535,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: - - *635 + - *636 responses: '204': description: Response @@ -97557,7 +97564,7 @@ paths: description: API method documentation url: https://docs.github.com/rest/activity/starring#list-repositories-starred-by-the-authenticated-user parameters: - - &649 + - &650 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 @@ -97582,11 +97589,11 @@ paths: type: array items: *60 examples: - default-response: *636 + default-response: *637 application/vnd.github.v3.star+json: schema: type: array - items: &650 + items: &651 title: Starred Repository description: Starred Repository type: object @@ -97742,8 +97749,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: - - *279 - *280 + - *281 responses: '204': description: Response if this repository is starred by you @@ -97771,8 +97778,8 @@ paths: description: API method documentation url: https://docs.github.com/rest/activity/starring#star-a-repository-for-the-authenticated-user parameters: - - *279 - *280 + - *281 responses: '204': description: Response @@ -97796,8 +97803,8 @@ paths: description: API method documentation url: https://docs.github.com/rest/activity/starring#unstar-a-repository-for-the-authenticated-user parameters: - - *279 - *280 + - *281 responses: '204': description: Response @@ -97832,7 +97839,7 @@ paths: type: array items: *119 examples: - default: *219 + default: *220 headers: Link: *58 '304': *37 @@ -97869,7 +97876,7 @@ paths: application/json: schema: type: array - items: *264 + items: *265 examples: default: value: @@ -97955,10 +97962,10 @@ paths: application/json: schema: oneOf: + - *609 - *608 - - *607 examples: - default-response: &638 + default-response: &639 summary: Default response value: login: octocat @@ -97993,7 +98000,7 @@ paths: following: 0 created_at: '2008-01-14T04:33:35Z' updated_at: '2008-01-14T04:33:35Z' - response-with-git-hub-plan-information: &639 + response-with-git-hub-plan-information: &640 summary: Response with GitHub plan information value: login: octocat @@ -98053,7 +98060,7 @@ paths: description: API method documentation url: https://docs.github.com/rest/users/users#list-users parameters: - - *637 + - *638 - *17 responses: '200': @@ -98064,7 +98071,7 @@ paths: type: array items: *4 examples: - default: *197 + default: *198 headers: Link: example: ; rel="next" @@ -98102,11 +98109,11 @@ paths: application/json: schema: oneOf: + - *609 - *608 - - *607 examples: - default-response: *638 - response-with-git-hub-plan-information: *639 + default-response: *639 + response-with-git-hub-plan-information: *640 '404': *6 x-github: githubCloudOnly: false @@ -98182,7 +98189,7 @@ paths: bundle_url: type: string examples: - default: *341 + default: *342 '201': description: Response content: @@ -98221,9 +98228,9 @@ paths: application/json: schema: type: array - items: *213 + items: *214 examples: - default: *627 + default: *628 '403': *29 '401': *25 x-github: @@ -98506,7 +98513,7 @@ paths: type: array items: *4 examples: - default: *197 + default: *198 headers: Link: *58 x-github: @@ -98537,7 +98544,7 @@ paths: type: array items: *4 examples: - default: *197 + default: *198 headers: Link: *58 x-github: @@ -98627,9 +98634,9 @@ paths: application/json: schema: type: array - items: *616 + items: *617 examples: - default: *640 + default: *641 headers: Link: *58 x-github: @@ -98733,7 +98740,7 @@ paths: application/json: schema: *22 examples: - default: *472 + default: *473 x-github: githubCloudOnly: false enabledForGitHubApps: false @@ -98809,9 +98816,9 @@ paths: application/json: schema: type: array - items: *202 + items: *203 examples: - default: *625 + default: *626 headers: Link: *58 x-github: @@ -98850,7 +98857,7 @@ paths: - docker - nuget - container - - *626 + - *627 - *132 - *19 - *17 @@ -98861,12 +98868,12 @@ paths: application/json: schema: type: array - items: *213 + items: *214 examples: - default: *627 + default: *628 '403': *29 '401': *25 - '400': *628 + '400': *629 x-github: githubCloudOnly: false enabledForGitHubApps: false @@ -98886,17 +98893,17 @@ paths: description: API method documentation url: https://docs.github.com/rest/packages/packages#get-a-package-for-a-user parameters: - - *215 - *216 + - *217 - *132 responses: '200': description: Response content: application/json: - schema: *213 + schema: *214 examples: - default: *641 + default: *642 x-github: githubCloudOnly: false enabledForGitHubApps: false @@ -98917,8 +98924,8 @@ paths: description: API method documentation url: https://docs.github.com/rest/packages/packages#delete-a-package-for-a-user parameters: - - *215 - *216 + - *217 - *132 responses: '204': @@ -98951,8 +98958,8 @@ paths: description: API method documentation url: https://docs.github.com/rest/packages/packages#restore-a-package-for-a-user parameters: - - *215 - *216 + - *217 - *132 - name: token description: package token @@ -98985,8 +98992,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: - - *215 - *216 + - *217 - *132 responses: '200': @@ -98995,7 +99002,7 @@ paths: application/json: schema: type: array - items: *217 + items: *218 examples: default: value: @@ -99053,16 +99060,16 @@ paths: description: API method documentation url: https://docs.github.com/rest/packages/packages#get-a-package-version-for-a-user parameters: - - *215 - *216 - - *218 + - *217 + - *219 - *132 responses: '200': description: Response content: application/json: - schema: *217 + schema: *218 examples: default: value: @@ -99097,10 +99104,10 @@ paths: description: API method documentation url: https://docs.github.com/rest/packages/packages#delete-package-version-for-a-user parameters: - - *215 - *216 + - *217 - *132 - - *218 + - *219 responses: '204': description: Response @@ -99132,10 +99139,10 @@ paths: description: API method documentation url: https://docs.github.com/rest/packages/packages#restore-package-version-for-a-user parameters: - - *215 - *216 + - *217 - *132 - - *218 + - *219 responses: '204': description: Response @@ -99182,7 +99189,7 @@ paths: application/json: schema: type: array - items: *229 + items: *230 examples: default: value: @@ -99465,7 +99472,7 @@ paths: type: array items: *119 examples: - default: *219 + default: *220 headers: Link: *58 x-github: @@ -99495,9 +99502,9 @@ paths: description: Response content: application/json: - schema: *642 + schema: *643 examples: - default: *643 + default: *644 x-github: githubCloudOnly: false enabledForGitHubApps: false @@ -99525,9 +99532,9 @@ paths: description: Response content: application/json: - schema: *644 + schema: *645 examples: - default: *645 + default: *646 x-github: githubCloudOnly: false enabledForGitHubApps: false @@ -99555,9 +99562,9 @@ paths: description: Response content: application/json: - schema: *646 + schema: *647 examples: - default: *647 + default: *648 x-github: githubCloudOnly: false enabledForGitHubApps: false @@ -99585,9 +99592,9 @@ paths: application/json: schema: type: array - items: *631 + items: *632 examples: - default: *632 + default: *633 headers: Link: *58 x-github: @@ -99617,9 +99624,9 @@ paths: application/json: schema: type: array - items: *633 + items: *634 examples: - default: *648 + default: *649 headers: Link: *58 x-github: @@ -99644,7 +99651,7 @@ paths: url: https://docs.github.com/rest/activity/starring#list-repositories-starred-by-a-user parameters: - *132 - - *649 + - *650 - *48 - *17 - *19 @@ -99656,11 +99663,11 @@ paths: schema: anyOf: - type: array - items: *650 + items: *651 - type: array items: *60 examples: - default-response: *636 + default-response: *637 headers: Link: *58 x-github: @@ -99691,7 +99698,7 @@ paths: type: array items: *119 examples: - default: *219 + default: *220 headers: Link: *58 x-github: @@ -99819,7 +99826,7 @@ x-webhooks: type: string enum: - disabled - enterprise: &651 + enterprise: &652 title: Enterprise description: |- An enterprise on GitHub. Webhook payloads contain the `enterprise` property when the webhook is configured @@ -99877,7 +99884,7 @@ x-webhooks: - created_at - updated_at - avatar_url - installation: &652 + installation: &653 title: Simple Installation description: |- The GitHub App installation. Webhook payloads contain the `installation` property when the event is configured @@ -99896,7 +99903,7 @@ x-webhooks: required: - id - node_id - organization: &653 + organization: &654 title: Organization Simple description: |- A GitHub organization. Webhook payloads contain the `organization` property when the webhook is configured for an @@ -99956,13 +99963,13 @@ x-webhooks: - public_members_url - avatar_url - description - repository: &654 + repository: &655 title: Repository description: |- The repository on GitHub where the event occurred. Webhook payloads contain the `repository` property when the event occurs from activity in a repository. type: object - properties: &684 + properties: &685 id: description: Unique identifier of the repository example: 42 @@ -100645,7 +100652,7 @@ x-webhooks: type: boolean description: Whether anonymous git access is enabled for this repository - required: &685 + required: &686 - archive_url - assignees_url - blobs_url @@ -100796,10 +100803,10 @@ x-webhooks: type: string enum: - enabled - enterprise: *651 - installation: *652 - organization: *653 - repository: *654 + enterprise: *652 + installation: *653 + organization: *654 + repository: *655 sender: *4 required: - action @@ -100875,11 +100882,11 @@ x-webhooks: type: string enum: - created - enterprise: *651 - installation: *652 - organization: *653 - repository: *654 - rule: &655 + enterprise: *652 + installation: *653 + organization: *654 + repository: *655 + rule: &656 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) @@ -101102,11 +101109,11 @@ x-webhooks: type: string enum: - deleted - enterprise: *651 - installation: *652 - organization: *653 - repository: *654 - rule: *655 + enterprise: *652 + installation: *653 + organization: *654 + repository: *655 + rule: *656 sender: *4 required: - action @@ -101289,11 +101296,11 @@ x-webhooks: - everyone required: - from - enterprise: *651 - installation: *652 - organization: *653 - repository: *654 - rule: *655 + enterprise: *652 + installation: *653 + organization: *654 + repository: *655 + rule: *656 sender: *4 required: - action @@ -101377,7 +101384,7 @@ x-webhooks: type: string enum: - completed - check_run: &657 + check_run: &658 title: CheckRun description: A check performed on the code of a given code change type: object @@ -101440,7 +101447,7 @@ x-webhooks: type: string pull_requests: type: array - items: *358 + items: *359 repository: *119 status: example: completed @@ -101478,7 +101485,7 @@ x-webhooks: - skipped - timed_out - action_required - deployment: *656 + deployment: *657 details_url: example: https://example.com type: string @@ -101528,7 +101535,7 @@ x-webhooks: - annotations_url pull_requests: type: array - items: *358 + items: *359 started_at: example: '2018-05-04T01:14:52Z' type: string @@ -101563,9 +101570,9 @@ x-webhooks: - output - app - pull_requests - installation: *652 - organization: *653 - repository: *654 + installation: *653 + organization: *654 + repository: *655 sender: *4 required: - check_run @@ -101958,10 +101965,10 @@ x-webhooks: type: string enum: - created - check_run: *657 - installation: *652 - organization: *653 - repository: *654 + check_run: *658 + installation: *653 + organization: *654 + repository: *655 sender: *4 required: - check_run @@ -102357,10 +102364,10 @@ x-webhooks: type: string enum: - requested_action - check_run: *657 - installation: *652 - organization: *653 - repository: *654 + check_run: *658 + installation: *653 + organization: *654 + repository: *655 requested_action: description: The action requested by the user. type: object @@ -102765,10 +102772,10 @@ x-webhooks: type: string enum: - rerequested - check_run: *657 - installation: *652 - organization: *653 - repository: *654 + check_run: *658 + installation: *653 + organization: *654 + repository: *655 sender: *4 required: - check_run @@ -103745,10 +103752,10 @@ x-webhooks: - latest_check_runs_count - check_runs_url - head_commit - enterprise: *651 - installation: *652 - organization: *653 - repository: *654 + enterprise: *652 + installation: *653 + organization: *654 + repository: *655 sender: *4 required: - action @@ -104418,10 +104425,10 @@ x-webhooks: - latest_check_runs_count - check_runs_url - head_commit - enterprise: *651 - installation: *652 - organization: *653 - repository: *654 + enterprise: *652 + installation: *653 + organization: *654 + repository: *655 sender: *4 required: - action @@ -105085,10 +105092,10 @@ x-webhooks: - latest_check_runs_count - check_runs_url - head_commit - enterprise: *651 - installation: *652 - organization: *653 - repository: *654 + enterprise: *652 + installation: *653 + organization: *654 + repository: *655 sender: *4 required: - action @@ -105251,7 +105258,7 @@ x-webhooks: required: - login - id - dismissed_comment: *374 + dismissed_comment: *375 dismissed_reason: description: The reason for dismissing or closing the alert. type: string @@ -105396,20 +105403,20 @@ x-webhooks: - dismissed_reason - rule - tool - commit_oid: &658 + commit_oid: &659 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: *651 - installation: *652 - organization: *653 - ref: &659 + enterprise: *652 + installation: *653 + organization: *654 + ref: &660 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: *654 + repository: *655 sender: *4 required: - action @@ -105571,7 +105578,7 @@ x-webhooks: required: - login - id - dismissed_comment: *374 + dismissed_comment: *375 dismissed_reason: description: The reason for dismissing or closing the alert. type: string @@ -105801,12 +105808,12 @@ x-webhooks: - dismissed_reason - rule - tool - commit_oid: *658 - enterprise: *651 - installation: *652 - organization: *653 - ref: *659 - repository: *654 + commit_oid: *659 + enterprise: *652 + installation: *653 + organization: *654 + ref: *660 + repository: *655 sender: *4 required: - action @@ -105901,7 +105908,7 @@ x-webhooks: nullable: true dismissed_by: nullable: true - dismissed_comment: *374 + dismissed_comment: *375 dismissed_reason: description: 'The reason for dismissing or closing the alert. Can be one of: `false positive`, `won''t fix`, and `used in @@ -106069,12 +106076,12 @@ x-webhooks: - dismissed_reason - rule - tool - commit_oid: *658 - enterprise: *651 - installation: *652 - organization: *653 - ref: *659 - repository: *654 + commit_oid: *659 + enterprise: *652 + installation: *653 + organization: *654 + ref: *660 + repository: *655 sender: *4 required: - action @@ -106237,7 +106244,7 @@ x-webhooks: required: - login - id - dismissed_comment: *374 + dismissed_comment: *375 dismissed_reason: description: The reason for dismissing or closing the alert. type: string @@ -106403,12 +106410,12 @@ x-webhooks: - dismissed_reason - rule - tool - commit_oid: *658 - enterprise: *651 - installation: *652 - organization: *653 - ref: *659 - repository: *654 + commit_oid: *659 + enterprise: *652 + installation: *653 + organization: *654 + ref: *660 + repository: *655 sender: *4 required: - action @@ -106505,7 +106512,7 @@ x-webhooks: dismissed_by: type: object nullable: true - dismissed_comment: *374 + dismissed_comment: *375 dismissed_reason: description: 'The reason for dismissing or closing the alert. Can be one of: `false positive`, `won''t fix`, and `used in @@ -106673,16 +106680,16 @@ x-webhooks: triggered by the `sender` and this value will be empty. type: string nullable: true - enterprise: *651 - installation: *652 - organization: *653 + enterprise: *652 + installation: *653 + organization: *654 ref: description: The Git reference of the code scanning alert. When the action is `reopened_by_user` or `closed_by_user`, the event was triggered by the `sender` and this value will be empty. type: string nullable: true - repository: *654 + repository: *655 sender: *4 required: - action @@ -106776,7 +106783,7 @@ x-webhooks: nullable: true dismissed_by: nullable: true - dismissed_comment: *374 + dismissed_comment: *375 dismissed_reason: description: 'The reason for dismissing or closing the alert. Can be one of: `false positive`, `won''t fix`, and `used in @@ -106916,12 +106923,12 @@ x-webhooks: - dismissed_reason - rule - tool - commit_oid: *658 - enterprise: *651 - installation: *652 - organization: *653 - ref: *659 - repository: *654 + commit_oid: *659 + enterprise: *652 + installation: *653 + organization: *654 + ref: *660 + repository: *655 sender: *4 required: - action @@ -107178,10 +107185,10 @@ x-webhooks: - updated_at - author_association - body - enterprise: *651 - installation: *652 - organization: *653 - repository: *654 + enterprise: *652 + installation: *653 + organization: *654 + repository: *655 sender: *4 required: - action @@ -107261,18 +107268,18 @@ x-webhooks: description: The repository's current description. type: string nullable: true - enterprise: *651 - installation: *652 + enterprise: *652 + installation: *653 master_branch: description: The name of the repository's default branch (usually `main`). type: string - organization: *653 - pusher_type: &660 + organization: *654 + pusher_type: &661 description: The pusher type for the event. Can be either `user` or a deploy key. type: string - ref: &661 + ref: &662 description: The [`git ref`](https://docs.github.com/rest/git/refs#get-a-reference) resource. type: string @@ -107282,7 +107289,7 @@ x-webhooks: enum: - tag - branch - repository: *654 + repository: *655 sender: *4 required: - ref @@ -107364,10 +107371,10 @@ x-webhooks: type: string enum: - created - definition: *230 - enterprise: *651 - installation: *652 - organization: *653 + definition: *231 + enterprise: *652 + installation: *653 + organization: *654 sender: *4 required: - action @@ -107452,9 +107459,9 @@ x-webhooks: description: The name of the property that was deleted. required: - property_name - enterprise: *651 - installation: *652 - organization: *653 + enterprise: *652 + installation: *653 + organization: *654 sender: *4 required: - action @@ -107531,10 +107538,10 @@ x-webhooks: type: string enum: - promote_to_enterprise - definition: *230 - enterprise: *651 - installation: *652 - organization: *653 + definition: *231 + enterprise: *652 + installation: *653 + organization: *654 sender: *4 required: - action @@ -107611,10 +107618,10 @@ x-webhooks: type: string enum: - updated - definition: *230 - enterprise: *651 - installation: *652 - organization: *653 + definition: *231 + enterprise: *652 + installation: *653 + organization: *654 sender: *4 required: - action @@ -107691,19 +107698,19 @@ x-webhooks: type: string enum: - updated - enterprise: *651 - installation: *652 - repository: *654 - organization: *653 + enterprise: *652 + installation: *653 + repository: *655 + organization: *654 sender: *4 new_property_values: type: array description: The new custom property values for the repository. - items: *234 + items: *235 old_property_values: type: array description: The old custom property values for the repository. - items: *234 + items: *235 required: - action - repository @@ -107779,18 +107786,18 @@ x-webhooks: title: delete event type: object properties: - enterprise: *651 - installation: *652 - organization: *653 - pusher_type: *660 - ref: *661 + enterprise: *652 + installation: *653 + organization: *654 + pusher_type: *661 + ref: *662 ref_type: description: The type of Git ref object deleted in the repository. type: string enum: - tag - branch - repository: *654 + repository: *655 sender: *4 required: - ref @@ -107874,11 +107881,11 @@ x-webhooks: type: string enum: - auto_dismissed - alert: *431 - installation: *652 - organization: *653 - enterprise: *651 - repository: *654 + alert: *432 + installation: *653 + organization: *654 + enterprise: *652 + repository: *655 sender: *4 required: - action @@ -107962,11 +107969,11 @@ x-webhooks: type: string enum: - auto_reopened - alert: *431 - installation: *652 - organization: *653 - enterprise: *651 - repository: *654 + alert: *432 + installation: *653 + organization: *654 + enterprise: *652 + repository: *655 sender: *4 required: - action @@ -108050,11 +108057,11 @@ x-webhooks: type: string enum: - created - alert: *431 - installation: *652 - organization: *653 - enterprise: *651 - repository: *654 + alert: *432 + installation: *653 + organization: *654 + enterprise: *652 + repository: *655 sender: *4 required: - action @@ -108136,11 +108143,11 @@ x-webhooks: type: string enum: - dismissed - alert: *431 - installation: *652 - organization: *653 - enterprise: *651 - repository: *654 + alert: *432 + installation: *653 + organization: *654 + enterprise: *652 + repository: *655 sender: *4 required: - action @@ -108222,11 +108229,11 @@ x-webhooks: type: string enum: - fixed - alert: *431 - installation: *652 - organization: *653 - enterprise: *651 - repository: *654 + alert: *432 + installation: *653 + organization: *654 + enterprise: *652 + repository: *655 sender: *4 required: - action @@ -108309,11 +108316,11 @@ x-webhooks: type: string enum: - reintroduced - alert: *431 - installation: *652 - organization: *653 - enterprise: *651 - repository: *654 + alert: *432 + installation: *653 + organization: *654 + enterprise: *652 + repository: *655 sender: *4 required: - action @@ -108395,11 +108402,11 @@ x-webhooks: type: string enum: - reopened - alert: *431 - installation: *652 - organization: *653 - enterprise: *651 - repository: *654 + alert: *432 + installation: *653 + organization: *654 + enterprise: *652 + repository: *655 sender: *4 required: - action @@ -108476,9 +108483,9 @@ x-webhooks: type: string enum: - created - enterprise: *651 - installation: *652 - key: &662 + enterprise: *652 + installation: *653 + key: &663 description: The [`deploy key`](https://docs.github.com/rest/deploy-keys/deploy-keys#get-a-deploy-key) resource. type: object @@ -108514,8 +108521,8 @@ x-webhooks: - verified - created_at - read_only - organization: *653 - repository: *654 + organization: *654 + repository: *655 sender: *4 required: - action @@ -108592,11 +108599,11 @@ x-webhooks: type: string enum: - deleted - enterprise: *651 - installation: *652 - key: *662 - organization: *653 - repository: *654 + enterprise: *652 + installation: *653 + key: *663 + organization: *654 + repository: *655 sender: *4 required: - action @@ -109157,12 +109164,12 @@ x-webhooks: - updated_at - statuses_url - repository_url - enterprise: *651 - installation: *652 - organization: *653 - repository: *654 + enterprise: *652 + installation: *653 + organization: *654 + repository: *655 sender: *4 - workflow: &666 + workflow: &667 title: Workflow type: object nullable: true @@ -109888,13 +109895,13 @@ x-webhooks: description: The URL to review the deployment protection rule. type: string format: uri - deployment: *437 + deployment: *438 pull_requests: type: array - items: *522 - repository: *654 - organization: *653 - installation: *652 + items: *523 + repository: *655 + organization: *654 + installation: *653 sender: *4 responses: '200': @@ -109965,7 +109972,7 @@ x-webhooks: type: string enum: - approved - approver: &663 + approver: &664 type: object properties: avatar_url: @@ -110008,11 +110015,11 @@ x-webhooks: type: string comment: type: string - enterprise: *651 - installation: *652 - organization: *653 - repository: *654 - reviewers: &664 + enterprise: *652 + installation: *653 + organization: *654 + repository: *655 + reviewers: &665 type: array items: type: object @@ -110091,7 +110098,7 @@ x-webhooks: sender: *4 since: type: string - workflow_job_run: &665 + workflow_job_run: &666 type: object properties: conclusion: @@ -110822,18 +110829,18 @@ x-webhooks: type: string enum: - rejected - approver: *663 + approver: *664 comment: type: string - enterprise: *651 - installation: *652 - organization: *653 - repository: *654 - reviewers: *664 + enterprise: *652 + installation: *653 + organization: *654 + repository: *655 + reviewers: *665 sender: *4 since: type: string - workflow_job_run: *665 + workflow_job_run: *666 workflow_job_runs: type: array items: @@ -111537,13 +111544,13 @@ x-webhooks: type: string enum: - requested - enterprise: *651 + enterprise: *652 environment: type: string - installation: *652 - organization: *653 - repository: *654 - requestor: &671 + installation: *653 + organization: *654 + repository: *655 + requestor: &672 title: User type: object nullable: true @@ -113442,12 +113449,12 @@ x-webhooks: - updated_at - deployment_url - repository_url - enterprise: *651 - installation: *652 - organization: *653 - repository: *654 + enterprise: *652 + installation: *653 + organization: *654 + repository: *655 sender: *4 - workflow: *666 + workflow: *667 workflow_run: title: Deployment Workflow Run type: object @@ -114127,7 +114134,7 @@ x-webhooks: type: string enum: - answered - answer: &669 + answer: &670 type: object properties: author_association: @@ -114284,7 +114291,7 @@ x-webhooks: - created_at - updated_at - body - discussion: &667 + discussion: &668 title: Discussion description: A Discussion in a repository. type: object @@ -114570,7 +114577,7 @@ x-webhooks: - id labels: type: array - items: *484 + items: *485 required: - repository_url - category @@ -114592,10 +114599,10 @@ x-webhooks: - author_association - active_lock_reason - body - enterprise: *651 - installation: *652 - organization: *653 - repository: *654 + enterprise: *652 + installation: *653 + organization: *654 + repository: *655 sender: *4 required: - action @@ -114722,11 +114729,11 @@ x-webhooks: - from required: - category - discussion: *667 - enterprise: *651 - installation: *652 - organization: *653 - repository: *654 + discussion: *668 + enterprise: *652 + installation: *653 + organization: *654 + repository: *655 sender: *4 required: - action @@ -114809,11 +114816,11 @@ x-webhooks: type: string enum: - closed - discussion: *667 - enterprise: *651 - installation: *652 - organization: *653 - repository: *654 + discussion: *668 + enterprise: *652 + installation: *653 + organization: *654 + repository: *655 sender: *4 required: - action @@ -114895,7 +114902,7 @@ x-webhooks: type: string enum: - created - comment: &668 + comment: &669 type: object properties: author_association: @@ -115052,11 +115059,11 @@ x-webhooks: - updated_at - body - reactions - discussion: *667 - enterprise: *651 - installation: *652 - organization: *653 - repository: *654 + discussion: *668 + enterprise: *652 + installation: *653 + organization: *654 + repository: *655 sender: *4 required: - action @@ -115139,12 +115146,12 @@ x-webhooks: type: string enum: - deleted - comment: *668 - discussion: *667 - enterprise: *651 - installation: *652 - organization: *653 - repository: *654 + comment: *669 + discussion: *668 + enterprise: *652 + installation: *653 + organization: *654 + repository: *655 sender: *4 required: - action @@ -115239,12 +115246,12 @@ x-webhooks: - from required: - body - comment: *668 - discussion: *667 - enterprise: *651 - installation: *652 - organization: *653 - repository: *654 + comment: *669 + discussion: *668 + enterprise: *652 + installation: *653 + organization: *654 + repository: *655 sender: *4 required: - action @@ -115328,11 +115335,11 @@ x-webhooks: type: string enum: - created - discussion: *667 - enterprise: *651 - installation: *652 - organization: *653 - repository: *654 + discussion: *668 + enterprise: *652 + installation: *653 + organization: *654 + repository: *655 sender: *4 required: - action @@ -115414,11 +115421,11 @@ x-webhooks: type: string enum: - deleted - discussion: *667 - enterprise: *651 - installation: *652 - organization: *653 - repository: *654 + discussion: *668 + enterprise: *652 + installation: *653 + organization: *654 + repository: *655 sender: *4 required: - action @@ -115518,11 +115525,11 @@ x-webhooks: type: string required: - from - discussion: *667 - enterprise: *651 - installation: *652 - organization: *653 - repository: *654 + discussion: *668 + enterprise: *652 + installation: *653 + organization: *654 + repository: *655 sender: *4 required: - action @@ -115604,10 +115611,10 @@ x-webhooks: type: string enum: - labeled - discussion: *667 - enterprise: *651 - installation: *652 - label: &670 + discussion: *668 + enterprise: *652 + installation: *653 + label: &671 title: Label type: object properties: @@ -115639,8 +115646,8 @@ x-webhooks: - color - default - description - organization: *653 - repository: *654 + organization: *654 + repository: *655 sender: *4 required: - action @@ -115723,11 +115730,11 @@ x-webhooks: type: string enum: - locked - discussion: *667 - enterprise: *651 - installation: *652 - organization: *653 - repository: *654 + discussion: *668 + enterprise: *652 + installation: *653 + organization: *654 + repository: *655 sender: *4 required: - action @@ -115809,11 +115816,11 @@ x-webhooks: type: string enum: - pinned - discussion: *667 - enterprise: *651 - installation: *652 - organization: *653 - repository: *654 + discussion: *668 + enterprise: *652 + installation: *653 + organization: *654 + repository: *655 sender: *4 required: - action @@ -115895,11 +115902,11 @@ x-webhooks: type: string enum: - reopened - discussion: *667 - enterprise: *651 - installation: *652 - organization: *653 - repository: *654 + discussion: *668 + enterprise: *652 + installation: *653 + organization: *654 + repository: *655 sender: *4 required: - action @@ -115984,16 +115991,16 @@ x-webhooks: changes: type: object properties: - new_discussion: *667 - new_repository: *654 + new_discussion: *668 + new_repository: *655 required: - new_discussion - new_repository - discussion: *667 - enterprise: *651 - installation: *652 - organization: *653 - repository: *654 + discussion: *668 + enterprise: *652 + installation: *653 + organization: *654 + repository: *655 sender: *4 required: - action @@ -116076,10 +116083,10 @@ x-webhooks: type: string enum: - unanswered - discussion: *667 - old_answer: *669 - organization: *653 - repository: *654 + discussion: *668 + old_answer: *670 + organization: *654 + repository: *655 sender: *4 required: - action @@ -116161,12 +116168,12 @@ x-webhooks: type: string enum: - unlabeled - discussion: *667 - enterprise: *651 - installation: *652 - label: *670 - organization: *653 - repository: *654 + discussion: *668 + enterprise: *652 + installation: *653 + label: *671 + organization: *654 + repository: *655 sender: *4 required: - action @@ -116249,11 +116256,11 @@ x-webhooks: type: string enum: - unlocked - discussion: *667 - enterprise: *651 - installation: *652 - organization: *653 - repository: *654 + discussion: *668 + enterprise: *652 + installation: *653 + organization: *654 + repository: *655 sender: *4 required: - action @@ -116335,11 +116342,11 @@ x-webhooks: type: string enum: - unpinned - discussion: *667 - enterprise: *651 - installation: *652 - organization: *653 - repository: *654 + discussion: *668 + enterprise: *652 + installation: *653 + organization: *654 + repository: *655 sender: *4 required: - action @@ -116412,7 +116419,7 @@ x-webhooks: description: A user forks a repository. type: object properties: - enterprise: *651 + enterprise: *652 forkee: description: The created [`repository`](https://docs.github.com/rest/repos/repos#get-a-repository) resource. @@ -117072,9 +117079,9 @@ x-webhooks: type: integer watchers_count: type: integer - installation: *652 - organization: *653 - repository: *654 + installation: *653 + organization: *654 + repository: *655 sender: *4 required: - forkee @@ -117220,9 +117227,9 @@ x-webhooks: title: gollum event type: object properties: - enterprise: *651 - installation: *652 - organization: *653 + enterprise: *652 + installation: *653 + organization: *654 pages: description: The pages that were updated. type: array @@ -117259,7 +117266,7 @@ x-webhooks: - action - sha - html_url - repository: *654 + repository: *655 sender: *4 required: - pages @@ -117335,10 +117342,10 @@ x-webhooks: type: string enum: - created - enterprise: *651 + enterprise: *652 installation: *22 - organization: *653 - repositories: &672 + organization: *654 + repositories: &673 description: An array of repository objects that the installation can access. type: array @@ -117364,8 +117371,8 @@ x-webhooks: - name - full_name - private - repository: *654 - requester: *671 + repository: *655 + requester: *672 sender: *4 required: - action @@ -117440,11 +117447,11 @@ x-webhooks: type: string enum: - deleted - enterprise: *651 + enterprise: *652 installation: *22 - organization: *653 - repositories: *672 - repository: *654 + organization: *654 + repositories: *673 + repository: *655 requester: nullable: true sender: *4 @@ -117520,11 +117527,11 @@ x-webhooks: type: string enum: - new_permissions_accepted - enterprise: *651 + enterprise: *652 installation: *22 - organization: *653 - repositories: *672 - repository: *654 + organization: *654 + repositories: *673 + repository: *655 requester: nullable: true sender: *4 @@ -117600,10 +117607,10 @@ x-webhooks: type: string enum: - added - enterprise: *651 + enterprise: *652 installation: *22 - organization: *653 - repositories_added: &673 + organization: *654 + repositories_added: &674 description: An array of repository objects, which were added to the installation. type: array @@ -117649,15 +117656,15 @@ x-webhooks: private: description: Whether the repository is private or public. type: boolean - repository: *654 - repository_selection: &674 + repository: *655 + repository_selection: &675 description: Describe whether all repositories have been selected or there's a selection involved type: string enum: - all - selected - requester: *671 + requester: *672 sender: *4 required: - action @@ -117736,10 +117743,10 @@ x-webhooks: type: string enum: - removed - enterprise: *651 + enterprise: *652 installation: *22 - organization: *653 - repositories_added: *673 + organization: *654 + repositories_added: *674 repositories_removed: description: An array of repository objects, which were removed from the installation. @@ -117766,9 +117773,9 @@ x-webhooks: - name - full_name - private - repository: *654 - repository_selection: *674 - requester: *671 + repository: *655 + repository_selection: *675 + requester: *672 sender: *4 required: - action @@ -117847,11 +117854,11 @@ x-webhooks: type: string enum: - suspend - enterprise: *651 + enterprise: *652 installation: *22 - organization: *653 - repositories: *672 - repository: *654 + organization: *654 + repositories: *673 + repository: *655 requester: nullable: true sender: *4 @@ -118029,10 +118036,10 @@ x-webhooks: type: string required: - from - enterprise: *651 - installation: *652 - organization: *653 - repository: *654 + enterprise: *652 + installation: *653 + organization: *654 + repository: *655 sender: *4 target_type: type: string @@ -118111,11 +118118,11 @@ x-webhooks: type: string enum: - unsuspend - enterprise: *651 + enterprise: *652 installation: *22 - organization: *653 - repositories: *672 - repository: *654 + organization: *654 + repositories: *673 + repository: *655 requester: nullable: true sender: *4 @@ -118367,8 +118374,8 @@ x-webhooks: - performed_via_github_app - body - reactions - enterprise: *651 - installation: *652 + enterprise: *652 + installation: *653 issue: description: The [issue](https://docs.github.com/rest/issues/issues#get-an-issue) the comment belongs to. @@ -119191,7 +119198,7 @@ x-webhooks: title: description: Title of the issue type: string - type: *192 + type: *193 updated_at: type: string format: date-time @@ -119524,8 +119531,8 @@ x-webhooks: - state - locked - assignee - organization: *653 - repository: *654 + organization: *654 + repository: *655 sender: *4 required: - action @@ -119605,7 +119612,7 @@ x-webhooks: type: string enum: - deleted - comment: &675 + comment: &676 title: issue comment description: The [comment](https://docs.github.com/rest/issues/comments#get-an-issue-comment) itself. @@ -119770,8 +119777,8 @@ x-webhooks: - performed_via_github_app - body - reactions - enterprise: *651 - installation: *652 + enterprise: *652 + installation: *653 issue: description: The [issue](https://docs.github.com/rest/issues/issues#get-an-issue) the comment belongs to. @@ -120590,7 +120597,7 @@ x-webhooks: title: description: Title of the issue type: string - type: *192 + type: *193 updated_at: type: string format: date-time @@ -120925,8 +120932,8 @@ x-webhooks: - state - locked - assignee - organization: *653 - repository: *654 + organization: *654 + repository: *655 sender: *4 required: - action @@ -121006,7 +121013,7 @@ x-webhooks: type: string enum: - edited - changes: &703 + changes: &704 description: The changes to the comment. type: object properties: @@ -121018,9 +121025,9 @@ x-webhooks: type: string required: - from - comment: *675 - enterprise: *651 - installation: *652 + comment: *676 + enterprise: *652 + installation: *653 issue: description: The [issue](https://docs.github.com/rest/issues/issues#get-an-issue) the comment belongs to. @@ -121842,7 +121849,7 @@ x-webhooks: title: description: Title of the issue type: string - type: *192 + type: *193 updated_at: type: string format: date-time @@ -122175,8 +122182,8 @@ x-webhooks: - state - locked - assignee - organization: *653 - repository: *654 + organization: *654 + repository: *655 sender: *4 required: - action @@ -122258,10 +122265,10 @@ x-webhooks: type: string enum: - assigned - assignee: *671 - enterprise: *651 - installation: *652 - issue: &678 + assignee: *672 + enterprise: *652 + installation: *653 + issue: &679 title: Issue description: The [issue](https://docs.github.com/rest/issues/issues#get-an-issue) itself. @@ -123079,7 +123086,7 @@ x-webhooks: title: description: Title of the issue type: string - type: *192 + type: *193 updated_at: type: string format: date-time @@ -123180,8 +123187,8 @@ x-webhooks: - active_lock_reason - body - reactions - organization: *653 - repository: *654 + organization: *654 + repository: *655 sender: *4 required: - action @@ -123261,8 +123268,8 @@ x-webhooks: type: string enum: - closed - enterprise: *651 - installation: *652 + enterprise: *652 + installation: *653 issue: description: The [issue](https://docs.github.com/rest/issues/issues#get-an-issue) itself. @@ -124085,7 +124092,7 @@ x-webhooks: title: description: Title of the issue type: string - type: *192 + type: *193 updated_at: type: string format: date-time @@ -124321,8 +124328,8 @@ x-webhooks: required: - state - closed_at - organization: *653 - repository: *654 + organization: *654 + repository: *655 sender: *4 required: - action @@ -124401,8 +124408,8 @@ x-webhooks: type: string enum: - deleted - enterprise: *651 - installation: *652 + enterprise: *652 + installation: *653 issue: title: Issue description: The [issue](https://docs.github.com/rest/issues/issues#get-an-issue) @@ -125214,7 +125221,7 @@ x-webhooks: title: description: Title of the issue type: string - type: *192 + type: *193 updated_at: type: string format: date-time @@ -125314,8 +125321,8 @@ x-webhooks: - active_lock_reason - body - reactions - organization: *653 - repository: *654 + organization: *654 + repository: *655 sender: *4 required: - action @@ -125394,8 +125401,8 @@ x-webhooks: type: string enum: - demilestoned - enterprise: *651 - installation: *652 + enterprise: *652 + installation: *653 issue: title: Issue description: The [issue](https://docs.github.com/rest/issues/issues#get-an-issue) @@ -126231,7 +126238,7 @@ x-webhooks: title: description: Title of the issue type: string - type: *192 + type: *193 updated_at: type: string format: date-time @@ -126310,7 +126317,7 @@ x-webhooks: format: uri user_view_type: type: string - milestone: &676 + milestone: &677 title: Milestone description: A collection of related issues and pull requests. type: object @@ -126448,8 +126455,8 @@ x-webhooks: - updated_at - due_on - closed_at - organization: *653 - repository: *654 + organization: *654 + repository: *655 sender: *4 required: - action @@ -126548,8 +126555,8 @@ x-webhooks: type: string required: - from - enterprise: *651 - installation: *652 + enterprise: *652 + installation: *653 issue: title: Issue description: The [issue](https://docs.github.com/rest/issues/issues#get-an-issue) @@ -127364,7 +127371,7 @@ x-webhooks: timeline_url: type: string format: uri - type: *192 + type: *193 title: description: Title of the issue type: string @@ -127468,9 +127475,9 @@ x-webhooks: - active_lock_reason - body - reactions - label: *670 - organization: *653 - repository: *654 + label: *671 + organization: *654 + repository: *655 sender: *4 required: - action @@ -127550,8 +127557,8 @@ x-webhooks: type: string enum: - labeled - enterprise: *651 - installation: *652 + enterprise: *652 + installation: *653 issue: title: Issue description: The [issue](https://docs.github.com/rest/issues/issues#get-an-issue) @@ -128365,7 +128372,7 @@ x-webhooks: timeline_url: type: string format: uri - type: *192 + type: *193 title: description: Title of the issue type: string @@ -128469,9 +128476,9 @@ x-webhooks: - active_lock_reason - body - reactions - label: *670 - organization: *653 - repository: *654 + label: *671 + organization: *654 + repository: *655 sender: *4 required: - action @@ -128551,8 +128558,8 @@ x-webhooks: type: string enum: - locked - enterprise: *651 - installation: *652 + enterprise: *652 + installation: *653 issue: title: Issue description: The [issue](https://docs.github.com/rest/issues/issues#get-an-issue) @@ -129390,7 +129397,7 @@ x-webhooks: timeline_url: type: string format: uri - type: *192 + type: *193 title: description: Title of the issue type: string @@ -129471,8 +129478,8 @@ x-webhooks: format: uri user_view_type: type: string - organization: *653 - repository: *654 + organization: *654 + repository: *655 sender: *4 required: - action @@ -129551,8 +129558,8 @@ x-webhooks: type: string enum: - milestoned - enterprise: *651 - installation: *652 + enterprise: *652 + installation: *653 issue: title: Issue description: The [issue](https://docs.github.com/rest/issues/issues#get-an-issue) @@ -130387,7 +130394,7 @@ x-webhooks: title: description: Title of the issue type: string - type: *192 + type: *193 updated_at: type: string format: date-time @@ -130465,9 +130472,9 @@ x-webhooks: format: uri user_view_type: type: string - milestone: *676 - organization: *653 - repository: *654 + milestone: *677 + organization: *654 + repository: *655 sender: *4 required: - action @@ -131928,8 +131935,8 @@ x-webhooks: required: - old_issue - old_repository - enterprise: *651 - installation: *652 + enterprise: *652 + installation: *653 issue: title: Issue description: The [issue](https://docs.github.com/rest/issues/issues#get-an-issue) @@ -132747,7 +132754,7 @@ x-webhooks: title: description: Title of the issue type: string - type: *192 + type: *193 updated_at: type: string format: date-time @@ -132847,8 +132854,8 @@ x-webhooks: - active_lock_reason - body - reactions - organization: *653 - repository: *654 + organization: *654 + repository: *655 sender: *4 required: - action @@ -132928,9 +132935,9 @@ x-webhooks: type: string enum: - pinned - enterprise: *651 - installation: *652 - issue: &677 + enterprise: *652 + installation: *653 + issue: &678 title: Issue description: The [issue](https://docs.github.com/rest/issues/issues#get-an-issue) itself. @@ -133742,7 +133749,7 @@ x-webhooks: title: description: Title of the issue type: string - type: *192 + type: *193 updated_at: type: string format: date-time @@ -133842,8 +133849,8 @@ x-webhooks: - active_lock_reason - body - reactions - organization: *653 - repository: *654 + organization: *654 + repository: *655 sender: *4 required: - action @@ -133922,8 +133929,8 @@ x-webhooks: type: string enum: - reopened - enterprise: *651 - installation: *652 + enterprise: *652 + installation: *653 issue: title: Issue description: The [issue](https://docs.github.com/rest/issues/issues#get-an-issue) @@ -134840,9 +134847,9 @@ x-webhooks: format: uri user_view_type: type: string - type: *192 - organization: *653 - repository: *654 + type: *193 + organization: *654 + repository: *655 sender: *4 required: - action @@ -135737,7 +135744,7 @@ x-webhooks: title: description: Title of the issue type: string - type: *192 + type: *193 updated_at: type: string format: date-time @@ -136305,11 +136312,11 @@ x-webhooks: required: - new_issue - new_repository - enterprise: *651 - installation: *652 - issue: *677 - organization: *653 - repository: *654 + enterprise: *652 + installation: *653 + issue: *678 + organization: *654 + repository: *655 sender: *4 required: - action @@ -136389,12 +136396,12 @@ x-webhooks: type: string enum: - typed - enterprise: *651 - installation: *652 - issue: *678 - type: *192 - organization: *653 - repository: *654 + enterprise: *652 + installation: *653 + issue: *679 + type: *193 + organization: *654 + repository: *655 sender: *4 required: - action @@ -136475,7 +136482,7 @@ x-webhooks: type: string enum: - unassigned - assignee: &706 + assignee: &707 title: User type: object nullable: true @@ -136545,11 +136552,11 @@ x-webhooks: required: - login - id - enterprise: *651 - installation: *652 - issue: *678 - organization: *653 - repository: *654 + enterprise: *652 + installation: *653 + issue: *679 + organization: *654 + repository: *655 sender: *4 required: - action @@ -136628,12 +136635,12 @@ x-webhooks: type: string enum: - unlabeled - enterprise: *651 - installation: *652 - issue: *678 - label: *670 - organization: *653 - repository: *654 + enterprise: *652 + installation: *653 + issue: *679 + label: *671 + organization: *654 + repository: *655 sender: *4 required: - action @@ -136713,8 +136720,8 @@ x-webhooks: type: string enum: - unlocked - enterprise: *651 - installation: *652 + enterprise: *652 + installation: *653 issue: title: Issue description: The [issue](https://docs.github.com/rest/issues/issues#get-an-issue) @@ -137553,7 +137560,7 @@ x-webhooks: title: description: Title of the issue type: string - type: *192 + type: *193 updated_at: type: string format: date-time @@ -137631,8 +137638,8 @@ x-webhooks: format: uri user_view_type: type: string - organization: *653 - repository: *654 + organization: *654 + repository: *655 sender: *4 required: - action @@ -137712,11 +137719,11 @@ x-webhooks: type: string enum: - unpinned - enterprise: *651 - installation: *652 - issue: *677 - organization: *653 - repository: *654 + enterprise: *652 + installation: *653 + issue: *678 + organization: *654 + repository: *655 sender: *4 required: - action @@ -137795,12 +137802,12 @@ x-webhooks: type: string enum: - untyped - enterprise: *651 - installation: *652 - issue: *678 - type: *192 - organization: *653 - repository: *654 + enterprise: *652 + installation: *653 + issue: *679 + type: *193 + organization: *654 + repository: *655 sender: *4 required: - action @@ -137880,11 +137887,11 @@ x-webhooks: type: string enum: - created - enterprise: *651 - installation: *652 - label: *670 - organization: *653 - repository: *654 + enterprise: *652 + installation: *653 + label: *671 + organization: *654 + repository: *655 sender: *4 required: - action @@ -137962,11 +137969,11 @@ x-webhooks: type: string enum: - deleted - enterprise: *651 - installation: *652 - label: *670 - organization: *653 - repository: *654 + enterprise: *652 + installation: *653 + label: *671 + organization: *654 + repository: *655 sender: *4 required: - action @@ -138076,11 +138083,11 @@ x-webhooks: type: string required: - from - enterprise: *651 - installation: *652 - label: *670 - organization: *653 - repository: *654 + enterprise: *652 + installation: *653 + label: *671 + organization: *654 + repository: *655 sender: *4 required: - action @@ -138162,9 +138169,9 @@ x-webhooks: - cancelled effective_date: type: string - enterprise: *651 - installation: *652 - marketplace_purchase: &679 + enterprise: *652 + installation: *653 + marketplace_purchase: &680 title: Marketplace Purchase type: object required: @@ -138247,8 +138254,8 @@ x-webhooks: type: integer unit_count: type: integer - organization: *653 - previous_marketplace_purchase: &680 + organization: *654 + previous_marketplace_purchase: &681 title: Marketplace Purchase type: object properties: @@ -138328,7 +138335,7 @@ x-webhooks: - on_free_trial - free_trial_ends_on - plan - repository: *654 + repository: *655 sender: *4 required: - action @@ -138408,10 +138415,10 @@ x-webhooks: - changed effective_date: type: string - enterprise: *651 - installation: *652 - marketplace_purchase: *679 - organization: *653 + enterprise: *652 + installation: *653 + marketplace_purchase: *680 + organization: *654 previous_marketplace_purchase: title: Marketplace Purchase type: object @@ -138494,7 +138501,7 @@ x-webhooks: - on_free_trial - free_trial_ends_on - plan - repository: *654 + repository: *655 sender: *4 required: - action @@ -138576,10 +138583,10 @@ x-webhooks: - pending_change effective_date: type: string - enterprise: *651 - installation: *652 - marketplace_purchase: *679 - organization: *653 + enterprise: *652 + installation: *653 + marketplace_purchase: *680 + organization: *654 previous_marketplace_purchase: title: Marketplace Purchase type: object @@ -138661,7 +138668,7 @@ x-webhooks: - on_free_trial - free_trial_ends_on - plan - repository: *654 + repository: *655 sender: *4 required: - action @@ -138742,8 +138749,8 @@ x-webhooks: - pending_change_cancelled effective_date: type: string - enterprise: *651 - installation: *652 + enterprise: *652 + installation: *653 marketplace_purchase: title: Marketplace Purchase type: object @@ -138825,9 +138832,9 @@ x-webhooks: type: integer unit_count: type: integer - organization: *653 - previous_marketplace_purchase: *680 - repository: *654 + organization: *654 + previous_marketplace_purchase: *681 + repository: *655 sender: *4 required: - action @@ -138907,12 +138914,12 @@ x-webhooks: - purchased effective_date: type: string - enterprise: *651 - installation: *652 - marketplace_purchase: *679 - organization: *653 - previous_marketplace_purchase: *680 - repository: *654 + enterprise: *652 + installation: *653 + marketplace_purchase: *680 + organization: *654 + previous_marketplace_purchase: *681 + repository: *655 sender: *4 required: - action @@ -139014,11 +139021,11 @@ x-webhooks: type: string required: - to - enterprise: *651 - installation: *652 - member: *671 - organization: *653 - repository: *654 + enterprise: *652 + installation: *653 + member: *672 + organization: *654 + repository: *655 sender: *4 required: - action @@ -139118,11 +139125,11 @@ x-webhooks: to: type: string nullable: true - enterprise: *651 - installation: *652 - member: *671 - organization: *653 - repository: *654 + enterprise: *652 + installation: *653 + member: *672 + organization: *654 + repository: *655 sender: *4 required: - action @@ -139201,11 +139208,11 @@ x-webhooks: type: string enum: - removed - enterprise: *651 - installation: *652 - member: *671 - organization: *653 - repository: *654 + enterprise: *652 + installation: *653 + member: *672 + organization: *654 + repository: *655 sender: *4 required: - action @@ -139283,11 +139290,11 @@ x-webhooks: type: string enum: - added - enterprise: *651 - installation: *652 - member: *671 - organization: *653 - repository: *654 + enterprise: *652 + installation: *653 + member: *672 + organization: *654 + repository: *655 scope: description: The scope of the membership. Currently, can only be `team`. @@ -139363,7 +139370,7 @@ x-webhooks: required: - login - id - team: &681 + team: &682 title: Team description: Groups of organization members that gives permissions on specified repositories. @@ -139553,11 +139560,11 @@ x-webhooks: type: string enum: - removed - enterprise: *651 - installation: *652 - member: *671 - organization: *653 - repository: *654 + enterprise: *652 + installation: *653 + member: *672 + organization: *654 + repository: *655 scope: description: The scope of the membership. Currently, can only be `team`. @@ -139634,7 +139641,7 @@ x-webhooks: required: - login - id - team: *681 + team: *682 required: - action - scope @@ -139716,8 +139723,8 @@ x-webhooks: type: string enum: - checks_requested - installation: *652 - merge_group: &683 + installation: *653 + merge_group: &684 type: object title: Merge Group description: A group of pull requests that the merge queue has grouped @@ -139736,15 +139743,15 @@ x-webhooks: description: The full ref of the branch the merge group will be merged into. type: string - head_commit: *682 + head_commit: *683 required: - head_sha - head_ref - base_sha - base_ref - head_commit - organization: *653 - repository: *654 + organization: *654 + repository: *655 sender: *4 required: - action @@ -139830,10 +139837,10 @@ x-webhooks: - merged - invalidated - dequeued - installation: *652 - merge_group: *683 - organization: *653 - repository: *654 + installation: *653 + merge_group: *684 + organization: *654 + repository: *655 sender: *4 required: - action @@ -139906,7 +139913,7 @@ x-webhooks: type: string enum: - deleted - enterprise: *651 + enterprise: *652 hook: description: 'The modified webhook. This will contain different keys based on the type of webhook it is: repository, organization, @@ -140014,16 +140021,16 @@ x-webhooks: hook_id: description: The id of the modified webhook. type: integer - installation: *652 - organization: *653 + installation: *653 + organization: *654 repository: title: Repository description: |- The repository on GitHub where the event occurred. Webhook payloads contain the `repository` property when the event occurs from activity in a repository. type: object - properties: *684 - required: *685 + properties: *685 + required: *686 nullable: true sender: *4 required: @@ -140104,11 +140111,11 @@ x-webhooks: type: string enum: - closed - enterprise: *651 - installation: *652 - milestone: *676 - organization: *653 - repository: *654 + enterprise: *652 + installation: *653 + milestone: *677 + organization: *654 + repository: *655 sender: *4 required: - action @@ -140187,9 +140194,9 @@ x-webhooks: type: string enum: - created - enterprise: *651 - installation: *652 - milestone: &686 + enterprise: *652 + installation: *653 + milestone: &687 title: Milestone description: A collection of related issues and pull requests. type: object @@ -140326,8 +140333,8 @@ x-webhooks: - updated_at - due_on - closed_at - organization: *653 - repository: *654 + organization: *654 + repository: *655 sender: *4 required: - action @@ -140406,11 +140413,11 @@ x-webhooks: type: string enum: - deleted - enterprise: *651 - installation: *652 - milestone: *676 - organization: *653 - repository: *654 + enterprise: *652 + installation: *653 + milestone: *677 + organization: *654 + repository: *655 sender: *4 required: - action @@ -140520,11 +140527,11 @@ x-webhooks: type: string required: - from - enterprise: *651 - installation: *652 - milestone: *676 - organization: *653 - repository: *654 + enterprise: *652 + installation: *653 + milestone: *677 + organization: *654 + repository: *655 sender: *4 required: - action @@ -140604,11 +140611,11 @@ x-webhooks: type: string enum: - opened - enterprise: *651 - installation: *652 - milestone: *686 - organization: *653 - repository: *654 + enterprise: *652 + installation: *653 + milestone: *687 + organization: *654 + repository: *655 sender: *4 required: - action @@ -140687,11 +140694,11 @@ x-webhooks: type: string enum: - blocked - blocked_user: *671 - enterprise: *651 - installation: *652 - organization: *653 - repository: *654 + blocked_user: *672 + enterprise: *652 + installation: *653 + organization: *654 + repository: *655 sender: *4 required: - action @@ -140770,11 +140777,11 @@ x-webhooks: type: string enum: - unblocked - blocked_user: *671 - enterprise: *651 - installation: *652 - organization: *653 - repository: *654 + blocked_user: *672 + enterprise: *652 + installation: *653 + organization: *654 + repository: *655 sender: *4 required: - action @@ -140853,9 +140860,9 @@ x-webhooks: type: string enum: - deleted - enterprise: *651 - installation: *652 - membership: &687 + enterprise: *652 + installation: *653 + membership: &688 title: Membership description: The membership between the user and the organization. Not present when the action is `member_invited`. @@ -140947,8 +140954,8 @@ x-webhooks: - role - organization_url - user - organization: *653 - repository: *654 + organization: *654 + repository: *655 sender: *4 required: - action @@ -141026,11 +141033,11 @@ x-webhooks: type: string enum: - member_added - enterprise: *651 - installation: *652 - membership: *687 - organization: *653 - repository: *654 + enterprise: *652 + installation: *653 + membership: *688 + organization: *654 + repository: *655 sender: *4 required: - action @@ -141109,8 +141116,8 @@ x-webhooks: type: string enum: - member_invited - enterprise: *651 - installation: *652 + enterprise: *652 + installation: *653 invitation: description: The invitation for the user or email if the action is `member_invited`. @@ -141226,10 +141233,10 @@ x-webhooks: - inviter - team_count - invitation_teams_url - organization: *653 - repository: *654 + organization: *654 + repository: *655 sender: *4 - user: *671 + user: *672 required: - action - invitation @@ -141307,11 +141314,11 @@ x-webhooks: type: string enum: - member_removed - enterprise: *651 - installation: *652 - membership: *687 - organization: *653 - repository: *654 + enterprise: *652 + installation: *653 + membership: *688 + organization: *654 + repository: *655 sender: *4 required: - action @@ -141398,11 +141405,11 @@ x-webhooks: properties: from: type: string - enterprise: *651 - installation: *652 - membership: *687 - organization: *653 - repository: *654 + enterprise: *652 + installation: *653 + membership: *688 + organization: *654 + repository: *655 sender: *4 required: - action @@ -141478,9 +141485,9 @@ x-webhooks: type: string enum: - published - enterprise: *651 - installation: *652 - organization: *653 + enterprise: *652 + installation: *653 + organization: *654 package: description: Information about the package. type: object @@ -141979,7 +141986,7 @@ x-webhooks: - published_at rubygems_metadata: type: array - items: &688 + items: &689 title: Ruby Gems metadata type: object properties: @@ -142074,7 +142081,7 @@ x-webhooks: - owner - package_version - registry - repository: *654 + repository: *655 sender: *4 required: - action @@ -142150,9 +142157,9 @@ x-webhooks: type: string enum: - updated - enterprise: *651 - installation: *652 - organization: *653 + enterprise: *652 + installation: *653 + organization: *654 package: description: Information about the package. type: object @@ -142505,7 +142512,7 @@ x-webhooks: - published_at rubygems_metadata: type: array - items: *688 + items: *689 source_url: type: string format: uri @@ -142575,7 +142582,7 @@ x-webhooks: - owner - package_version - registry - repository: *654 + repository: *655 sender: *4 required: - action @@ -142752,12 +142759,12 @@ x-webhooks: - duration - created_at - updated_at - enterprise: *651 + enterprise: *652 id: type: integer - installation: *652 - organization: *653 - repository: *654 + installation: *653 + organization: *654 + repository: *655 sender: *4 required: - id @@ -142834,7 +142841,7 @@ x-webhooks: type: string enum: - approved - personal_access_token_request: &689 + personal_access_token_request: &690 title: Personal Access Token Request description: Details of a Personal Access Token Request. type: object @@ -142980,10 +142987,10 @@ x-webhooks: - token_expired - token_expires_at - token_last_used_at - enterprise: *651 - organization: *653 + enterprise: *652 + organization: *654 sender: *4 - installation: *652 + installation: *653 required: - action - personal_access_token_request @@ -143060,11 +143067,11 @@ x-webhooks: type: string enum: - cancelled - personal_access_token_request: *689 - enterprise: *651 - organization: *653 + personal_access_token_request: *690 + enterprise: *652 + organization: *654 sender: *4 - installation: *652 + installation: *653 required: - action - personal_access_token_request @@ -143140,11 +143147,11 @@ x-webhooks: type: string enum: - created - personal_access_token_request: *689 - enterprise: *651 - organization: *653 + personal_access_token_request: *690 + enterprise: *652 + organization: *654 sender: *4 - installation: *652 + installation: *653 required: - action - personal_access_token_request @@ -143219,11 +143226,11 @@ x-webhooks: type: string enum: - denied - personal_access_token_request: *689 - organization: *653 - enterprise: *651 + personal_access_token_request: *690 + organization: *654 + enterprise: *652 sender: *4 - installation: *652 + installation: *653 required: - action - personal_access_token_request @@ -143328,7 +143335,7 @@ x-webhooks: id: description: Unique identifier of the webhook. type: integer - last_response: *690 + last_response: *691 name: description: The type of webhook. The only valid value is 'web'. type: string @@ -143360,8 +143367,8 @@ x-webhooks: hook_id: description: The ID of the webhook that triggered the ping. type: integer - organization: *653 - repository: *654 + organization: *654 + repository: *655 sender: *4 zen: description: Random string of GitHub zen. @@ -143606,10 +143613,10 @@ x-webhooks: - from required: - note - enterprise: *651 - installation: *652 - organization: *653 - project_card: &691 + enterprise: *652 + installation: *653 + organization: *654 + project_card: &692 title: Project Card type: object properties: @@ -143728,7 +143735,7 @@ x-webhooks: - creator - created_at - updated_at - repository: *654 + repository: *655 sender: *4 required: - action @@ -143809,11 +143816,11 @@ x-webhooks: type: string enum: - created - enterprise: *651 - installation: *652 - organization: *653 - project_card: *691 - repository: *654 + enterprise: *652 + installation: *653 + organization: *654 + project_card: *692 + repository: *655 sender: *4 required: - action @@ -143893,9 +143900,9 @@ x-webhooks: type: string enum: - deleted - enterprise: *651 - installation: *652 - organization: *653 + enterprise: *652 + installation: *653 + organization: *654 project_card: title: Project Card type: object @@ -144023,8 +144030,8 @@ x-webhooks: The repository on GitHub where the event occurred. Webhook payloads contain the `repository` property when the event occurs from activity in a repository. type: object - properties: *684 - required: *685 + properties: *685 + required: *686 nullable: true sender: *4 required: @@ -144118,11 +144125,11 @@ x-webhooks: - from required: - note - enterprise: *651 - installation: *652 - organization: *653 - project_card: *691 - repository: *654 + enterprise: *652 + installation: *653 + organization: *654 + project_card: *692 + repository: *655 sender: *4 required: - action @@ -144216,9 +144223,9 @@ x-webhooks: - from required: - column_id - enterprise: *651 - installation: *652 - organization: *653 + enterprise: *652 + installation: *653 + organization: *654 project_card: allOf: - title: Project Card @@ -144408,7 +144415,7 @@ x-webhooks: type: string required: - after_id - repository: *654 + repository: *655 sender: *4 required: - action @@ -144488,10 +144495,10 @@ x-webhooks: type: string enum: - closed - enterprise: *651 - installation: *652 - organization: *653 - project: &693 + enterprise: *652 + installation: *653 + organization: *654 + project: &694 title: Project type: object properties: @@ -144615,7 +144622,7 @@ x-webhooks: - creator - created_at - updated_at - repository: *654 + repository: *655 sender: *4 required: - action @@ -144695,10 +144702,10 @@ x-webhooks: type: string enum: - created - enterprise: *651 - installation: *652 - organization: *653 - project_column: &692 + enterprise: *652 + installation: *653 + organization: *654 + project_column: &693 title: Project Column type: object properties: @@ -144737,7 +144744,7 @@ x-webhooks: - name - created_at - updated_at - repository: *654 + repository: *655 sender: *4 required: - action @@ -144816,18 +144823,18 @@ x-webhooks: type: string enum: - deleted - enterprise: *651 - installation: *652 - organization: *653 - project_column: *692 + enterprise: *652 + installation: *653 + organization: *654 + project_column: *693 repository: title: Repository description: |- The repository on GitHub where the event occurred. Webhook payloads contain the `repository` property when the event occurs from activity in a repository. type: object - properties: *684 - required: *685 + properties: *685 + required: *686 nullable: true sender: *4 required: @@ -144917,11 +144924,11 @@ x-webhooks: type: string required: - from - enterprise: *651 - installation: *652 - organization: *653 - project_column: *692 - repository: *654 + enterprise: *652 + installation: *653 + organization: *654 + project_column: *693 + repository: *655 sender: *4 required: - action @@ -145001,11 +145008,11 @@ x-webhooks: type: string enum: - moved - enterprise: *651 - installation: *652 - organization: *653 - project_column: *692 - repository: *654 + enterprise: *652 + installation: *653 + organization: *654 + project_column: *693 + repository: *655 sender: *4 required: - action @@ -145085,11 +145092,11 @@ x-webhooks: type: string enum: - created - enterprise: *651 - installation: *652 - organization: *653 - project: *693 - repository: *654 + enterprise: *652 + installation: *653 + organization: *654 + project: *694 + repository: *655 sender: *4 required: - action @@ -145169,18 +145176,18 @@ x-webhooks: type: string enum: - deleted - enterprise: *651 - installation: *652 - organization: *653 - project: *693 + enterprise: *652 + installation: *653 + organization: *654 + project: *694 repository: title: Repository description: |- The repository on GitHub where the event occurred. Webhook payloads contain the `repository` property when the event occurs from activity in a repository. type: object - properties: *684 - required: *685 + properties: *685 + required: *686 nullable: true sender: *4 required: @@ -145282,11 +145289,11 @@ x-webhooks: type: string required: - from - enterprise: *651 - installation: *652 - organization: *653 - project: *693 - repository: *654 + enterprise: *652 + installation: *653 + organization: *654 + project: *694 + repository: *655 sender: *4 required: - action @@ -145365,11 +145372,11 @@ x-webhooks: type: string enum: - reopened - enterprise: *651 - installation: *652 - organization: *653 - project: *693 - repository: *654 + enterprise: *652 + installation: *653 + organization: *654 + project: *694 + repository: *655 sender: *4 required: - action @@ -145450,9 +145457,9 @@ x-webhooks: type: string enum: - closed - installation: *652 - organization: *653 - projects_v2: &694 + installation: *653 + organization: *654 + projects_v2: &695 title: Projects v2 Project description: A projects v2 project type: object @@ -145595,9 +145602,9 @@ x-webhooks: type: string enum: - created - installation: *652 - organization: *653 - projects_v2: *694 + installation: *653 + organization: *654 + projects_v2: *695 sender: *4 required: - action @@ -145678,9 +145685,9 @@ x-webhooks: type: string enum: - deleted - installation: *652 - organization: *653 - projects_v2: *694 + installation: *653 + organization: *654 + projects_v2: *695 sender: *4 required: - action @@ -145797,9 +145804,9 @@ x-webhooks: type: string to: type: string - installation: *652 - organization: *653 - projects_v2: *694 + installation: *653 + organization: *654 + projects_v2: *695 sender: *4 required: - action @@ -145882,7 +145889,7 @@ x-webhooks: type: string enum: - archived - changes: &698 + changes: &699 type: object properties: archived_at: @@ -145896,9 +145903,9 @@ x-webhooks: type: string nullable: true format: date-time - installation: *652 - organization: *653 - projects_v2_item: &695 + installation: *653 + organization: *654 + projects_v2_item: &696 title: Projects v2 Item description: An item belonging to a project type: object @@ -146032,9 +146039,9 @@ x-webhooks: nullable: true to: type: string - installation: *652 - organization: *653 - projects_v2_item: *695 + installation: *653 + organization: *654 + projects_v2_item: *696 sender: *4 required: - action @@ -146116,9 +146123,9 @@ x-webhooks: type: string enum: - created - installation: *652 - organization: *653 - projects_v2_item: *695 + installation: *653 + organization: *654 + projects_v2_item: *696 sender: *4 required: - action @@ -146199,9 +146206,9 @@ x-webhooks: type: string enum: - deleted - installation: *652 - organization: *653 - projects_v2_item: *695 + installation: *653 + organization: *654 + projects_v2_item: *696 sender: *4 required: - action @@ -146307,7 +146314,7 @@ x-webhooks: oneOf: - type: string - type: integer - - &696 + - &697 title: Projects v2 Single Select Option description: An option for a single select field type: object @@ -146325,7 +146332,7 @@ x-webhooks: required: - id - name - - &697 + - &698 title: Projects v2 Iteration Setting description: An iteration setting for an iteration field type: object @@ -146348,8 +146355,8 @@ x-webhooks: oneOf: - type: string - type: integer - - *696 - *697 + - *698 required: - field_value - type: object @@ -146365,9 +146372,9 @@ x-webhooks: nullable: true required: - body - installation: *652 - organization: *653 - projects_v2_item: *695 + installation: *653 + organization: *654 + projects_v2_item: *696 sender: *4 required: - action @@ -146462,9 +146469,9 @@ x-webhooks: to: type: string nullable: true - installation: *652 - organization: *653 - projects_v2_item: *695 + installation: *653 + organization: *654 + projects_v2_item: *696 sender: *4 required: - action @@ -146547,10 +146554,10 @@ x-webhooks: type: string enum: - restored - changes: *698 - installation: *652 - organization: *653 - projects_v2_item: *695 + changes: *699 + installation: *653 + organization: *654 + projects_v2_item: *696 sender: *4 required: - action @@ -146632,9 +146639,9 @@ x-webhooks: type: string enum: - reopened - installation: *652 - organization: *653 - projects_v2: *694 + installation: *653 + organization: *654 + projects_v2: *695 sender: *4 required: - action @@ -146715,9 +146722,9 @@ x-webhooks: type: string enum: - created - installation: *652 - organization: *653 - projects_v2_status_update: &699 + installation: *653 + organization: *654 + projects_v2_status_update: &700 title: Projects v2 Status Update description: An status update belonging to a project type: object @@ -146844,9 +146851,9 @@ x-webhooks: type: string enum: - deleted - installation: *652 - organization: *653 - projects_v2_status_update: *699 + installation: *653 + organization: *654 + projects_v2_status_update: *700 sender: *4 required: - action @@ -146982,9 +146989,9 @@ x-webhooks: type: string format: date nullable: true - installation: *652 - organization: *653 - projects_v2_status_update: *699 + installation: *653 + organization: *654 + projects_v2_status_update: *700 sender: *4 required: - action @@ -147055,10 +147062,10 @@ x-webhooks: title: public event type: object properties: - enterprise: *651 - installation: *652 - organization: *653 - repository: *654 + enterprise: *652 + installation: *653 + organization: *654 + repository: *655 sender: *4 required: - repository @@ -147135,13 +147142,13 @@ x-webhooks: type: string enum: - assigned - assignee: *671 - enterprise: *651 - installation: *652 - number: &700 + assignee: *672 + enterprise: *652 + installation: *653 + number: &701 description: The pull request number. type: integer - organization: *653 + organization: *654 pull_request: title: Pull Request type: object @@ -149424,7 +149431,7 @@ x-webhooks: - auto_merge - active_lock_reason - draft - repository: *654 + repository: *655 sender: *4 required: - action @@ -149506,11 +149513,11 @@ x-webhooks: type: string enum: - auto_merge_disabled - enterprise: *651 - installation: *652 + enterprise: *652 + installation: *653 number: type: integer - organization: *653 + organization: *654 pull_request: title: Pull Request type: object @@ -151788,7 +151795,7 @@ x-webhooks: - draft reason: type: string - repository: *654 + repository: *655 sender: *4 required: - action @@ -151870,11 +151877,11 @@ x-webhooks: type: string enum: - auto_merge_enabled - enterprise: *651 - installation: *652 + enterprise: *652 + installation: *653 number: type: integer - organization: *653 + organization: *654 pull_request: title: Pull Request type: object @@ -154152,7 +154159,7 @@ x-webhooks: - draft reason: type: string - repository: *654 + repository: *655 sender: *4 required: - action @@ -154234,13 +154241,13 @@ x-webhooks: type: string enum: - closed - enterprise: *651 - installation: *652 - number: *700 - organization: *653 - pull_request: &701 + enterprise: *652 + installation: *653 + number: *701 + organization: *654 + pull_request: &702 allOf: - - *522 + - *523 - type: object properties: allow_auto_merge: @@ -154302,7 +154309,7 @@ x-webhooks: Please use `squash_merge_commit_title` instead.** type: boolean default: false - repository: *654 + repository: *655 sender: *4 required: - action @@ -154383,12 +154390,12 @@ x-webhooks: type: string enum: - converted_to_draft - enterprise: *651 - installation: *652 - number: *700 - organization: *653 - pull_request: *701 - repository: *654 + enterprise: *652 + installation: *653 + number: *701 + organization: *654 + pull_request: *702 + repository: *655 sender: *4 required: - action @@ -154468,11 +154475,11 @@ x-webhooks: type: string enum: - demilestoned - enterprise: *651 - milestone: *505 - number: *700 - organization: *653 - pull_request: &702 + enterprise: *652 + milestone: *506 + number: *701 + organization: *654 + pull_request: &703 title: Pull Request type: object properties: @@ -156735,7 +156742,7 @@ x-webhooks: - auto_merge - active_lock_reason - draft - repository: *654 + repository: *655 sender: *4 required: - action @@ -156814,11 +156821,11 @@ x-webhooks: type: string enum: - dequeued - enterprise: *651 - installation: *652 + enterprise: *652 + installation: *653 number: type: integer - organization: *653 + organization: *654 pull_request: title: Pull Request type: object @@ -159100,7 +159107,7 @@ x-webhooks: - BRANCH_PROTECTIONS - GIT_TREE_INVALID - INVALID_MERGE_COMMIT - repository: *654 + repository: *655 sender: *4 required: - action @@ -159224,12 +159231,12 @@ x-webhooks: type: string required: - from - enterprise: *651 - installation: *652 - number: *700 - organization: *653 - pull_request: *701 - repository: *654 + enterprise: *652 + installation: *653 + number: *701 + organization: *654 + pull_request: *702 + repository: *655 sender: *4 required: - action @@ -159309,11 +159316,11 @@ x-webhooks: type: string enum: - enqueued - enterprise: *651 - installation: *652 + enterprise: *652 + installation: *653 number: type: integer - organization: *653 + organization: *654 pull_request: title: Pull Request type: object @@ -161580,7 +161587,7 @@ x-webhooks: - auto_merge - active_lock_reason - draft - repository: *654 + repository: *655 sender: *4 required: - action @@ -161660,11 +161667,11 @@ x-webhooks: type: string enum: - labeled - enterprise: *651 - installation: *652 - label: *670 - number: *700 - organization: *653 + enterprise: *652 + installation: *653 + label: *671 + number: *701 + organization: *654 pull_request: title: Pull Request type: object @@ -163946,7 +163953,7 @@ x-webhooks: - auto_merge - active_lock_reason - draft - repository: *654 + repository: *655 sender: *4 required: - action @@ -164027,10 +164034,10 @@ x-webhooks: type: string enum: - locked - enterprise: *651 - installation: *652 - number: *700 - organization: *653 + enterprise: *652 + installation: *653 + number: *701 + organization: *654 pull_request: title: Pull Request type: object @@ -166310,7 +166317,7 @@ x-webhooks: - auto_merge - active_lock_reason - draft - repository: *654 + repository: *655 sender: *4 required: - action @@ -166390,12 +166397,12 @@ x-webhooks: type: string enum: - milestoned - enterprise: *651 - milestone: *505 - number: *700 - organization: *653 - pull_request: *702 - repository: *654 + enterprise: *652 + milestone: *506 + number: *701 + organization: *654 + pull_request: *703 + repository: *655 sender: *4 required: - action @@ -166474,12 +166481,12 @@ x-webhooks: type: string enum: - opened - enterprise: *651 - installation: *652 - number: *700 - organization: *653 - pull_request: *701 - repository: *654 + enterprise: *652 + installation: *653 + number: *701 + organization: *654 + pull_request: *702 + repository: *655 sender: *4 required: - action @@ -166560,12 +166567,12 @@ x-webhooks: type: string enum: - ready_for_review - enterprise: *651 - installation: *652 - number: *700 - organization: *653 - pull_request: *701 - repository: *654 + enterprise: *652 + installation: *653 + number: *701 + organization: *654 + pull_request: *702 + repository: *655 sender: *4 required: - action @@ -166645,12 +166652,12 @@ x-webhooks: type: string enum: - reopened - enterprise: *651 - installation: *652 - number: *700 - organization: *653 - pull_request: *701 - repository: *654 + enterprise: *652 + installation: *653 + number: *701 + organization: *654 + pull_request: *702 + repository: *655 sender: *4 required: - action @@ -167016,9 +167023,9 @@ x-webhooks: - start_side - side - reactions - enterprise: *651 - installation: *652 - organization: *653 + enterprise: *652 + installation: *653 + organization: *654 pull_request: type: object properties: @@ -169188,7 +169195,7 @@ x-webhooks: - _links - author_association - active_lock_reason - repository: *654 + repository: *655 sender: *4 required: - action @@ -169268,7 +169275,7 @@ x-webhooks: type: string enum: - deleted - comment: &704 + comment: &705 title: Pull Request Review Comment description: The [comment](https://docs.github.com/rest/pulls/comments#get-a-review-comment-for-a-pull-request) itself. @@ -169553,9 +169560,9 @@ x-webhooks: - start_side - side - reactions - enterprise: *651 - installation: *652 - organization: *653 + enterprise: *652 + installation: *653 + organization: *654 pull_request: type: object properties: @@ -171713,7 +171720,7 @@ x-webhooks: - _links - author_association - active_lock_reason - repository: *654 + repository: *655 sender: *4 required: - action @@ -171793,11 +171800,11 @@ x-webhooks: type: string enum: - edited - changes: *703 - comment: *704 - enterprise: *651 - installation: *652 - organization: *653 + changes: *704 + comment: *705 + enterprise: *652 + installation: *653 + organization: *654 pull_request: type: object properties: @@ -173958,7 +173965,7 @@ x-webhooks: - _links - author_association - active_lock_reason - repository: *654 + repository: *655 sender: *4 required: - action @@ -174039,9 +174046,9 @@ x-webhooks: type: string enum: - dismissed - enterprise: *651 - installation: *652 - organization: *653 + enterprise: *652 + installation: *653 + organization: *654 pull_request: title: Simple Pull Request type: object @@ -176214,7 +176221,7 @@ x-webhooks: - author_association - auto_merge - active_lock_reason - repository: *654 + repository: *655 review: description: The review that was affected. type: object @@ -176457,9 +176464,9 @@ x-webhooks: type: string required: - from - enterprise: *651 - installation: *652 - organization: *653 + enterprise: *652 + installation: *653 + organization: *654 pull_request: title: Simple Pull Request type: object @@ -178513,8 +178520,8 @@ x-webhooks: - author_association - auto_merge - active_lock_reason - repository: *654 - review: &705 + repository: *655 + review: &706 description: The review that was affected. type: object properties: @@ -178743,12 +178750,12 @@ x-webhooks: type: string enum: - review_request_removed - enterprise: *651 - installation: *652 + enterprise: *652 + installation: *653 number: description: The pull request number. type: integer - organization: *653 + organization: *654 pull_request: title: Pull Request type: object @@ -181031,7 +181038,7 @@ x-webhooks: - auto_merge - active_lock_reason - draft - repository: *654 + repository: *655 requested_reviewer: title: User type: object @@ -181115,12 +181122,12 @@ x-webhooks: type: string enum: - review_request_removed - enterprise: *651 - installation: *652 + enterprise: *652 + installation: *653 number: description: The pull request number. type: integer - organization: *653 + organization: *654 pull_request: title: Pull Request type: object @@ -183410,7 +183417,7 @@ x-webhooks: - auto_merge - active_lock_reason - draft - repository: *654 + repository: *655 requested_team: title: Team description: Groups of organization members that gives permissions @@ -183602,12 +183609,12 @@ x-webhooks: type: string enum: - review_requested - enterprise: *651 - installation: *652 + enterprise: *652 + installation: *653 number: description: The pull request number. type: integer - organization: *653 + organization: *654 pull_request: title: Pull Request type: object @@ -185892,7 +185899,7 @@ x-webhooks: - auto_merge - active_lock_reason - draft - repository: *654 + repository: *655 requested_reviewer: title: User type: object @@ -185977,12 +185984,12 @@ x-webhooks: type: string enum: - review_requested - enterprise: *651 - installation: *652 + enterprise: *652 + installation: *653 number: description: The pull request number. type: integer - organization: *653 + organization: *654 pull_request: title: Pull Request type: object @@ -188258,7 +188265,7 @@ x-webhooks: - auto_merge - active_lock_reason - draft - repository: *654 + repository: *655 requested_team: title: Team description: Groups of organization members that gives permissions @@ -188439,9 +188446,9 @@ x-webhooks: type: string enum: - submitted - enterprise: *651 - installation: *652 - organization: *653 + enterprise: *652 + installation: *653 + organization: *654 pull_request: title: Simple Pull Request type: object @@ -190616,8 +190623,8 @@ x-webhooks: - author_association - auto_merge - active_lock_reason - repository: *654 - review: *705 + repository: *655 + review: *706 sender: *4 required: - action @@ -190697,9 +190704,9 @@ x-webhooks: type: string enum: - resolved - enterprise: *651 - installation: *652 - organization: *653 + enterprise: *652 + installation: *653 + organization: *654 pull_request: title: Simple Pull Request type: object @@ -192769,7 +192776,7 @@ x-webhooks: - author_association - auto_merge - active_lock_reason - repository: *654 + repository: *655 sender: *4 thread: type: object @@ -193152,9 +193159,9 @@ x-webhooks: type: string enum: - unresolved - enterprise: *651 - installation: *652 - organization: *653 + enterprise: *652 + installation: *653 + organization: *654 pull_request: title: Simple Pull Request type: object @@ -195210,7 +195217,7 @@ x-webhooks: - author_association - auto_merge - active_lock_reason - repository: *654 + repository: *655 sender: *4 thread: type: object @@ -195596,10 +195603,10 @@ x-webhooks: type: string before: type: string - enterprise: *651 - installation: *652 - number: *700 - organization: *653 + enterprise: *652 + installation: *653 + number: *701 + organization: *654 pull_request: title: Pull Request type: object @@ -197870,7 +197877,7 @@ x-webhooks: - auto_merge - active_lock_reason - draft - repository: *654 + repository: *655 sender: *4 required: - action @@ -197952,11 +197959,11 @@ x-webhooks: type: string enum: - unassigned - assignee: *706 - enterprise: *651 - installation: *652 - number: *700 - organization: *653 + assignee: *707 + enterprise: *652 + installation: *653 + number: *701 + organization: *654 pull_request: title: Pull Request type: object @@ -200239,7 +200246,7 @@ x-webhooks: - auto_merge - active_lock_reason - draft - repository: *654 + repository: *655 sender: *4 required: - action @@ -200318,11 +200325,11 @@ x-webhooks: type: string enum: - unlabeled - enterprise: *651 - installation: *652 - label: *670 - number: *700 - organization: *653 + enterprise: *652 + installation: *653 + label: *671 + number: *701 + organization: *654 pull_request: title: Pull Request type: object @@ -202595,7 +202602,7 @@ x-webhooks: - auto_merge - active_lock_reason - draft - repository: *654 + repository: *655 sender: *4 required: - action @@ -202676,10 +202683,10 @@ x-webhooks: type: string enum: - unlocked - enterprise: *651 - installation: *652 - number: *700 - organization: *653 + enterprise: *652 + installation: *653 + number: *701 + organization: *654 pull_request: title: Pull Request type: object @@ -204944,7 +204951,7 @@ x-webhooks: - auto_merge - active_lock_reason - draft - repository: *654 + repository: *655 sender: *4 required: - action @@ -205144,7 +205151,7 @@ x-webhooks: deleted: description: Whether this push deleted the `ref`. type: boolean - enterprise: *651 + enterprise: *652 forced: description: Whether this push was a force push of the `ref`. type: boolean @@ -205236,8 +205243,8 @@ x-webhooks: - url - author - committer - installation: *652 - organization: *653 + installation: *653 + organization: *654 pusher: title: Committer description: Metaproperties for Git author/committer information. @@ -205812,9 +205819,9 @@ x-webhooks: type: string enum: - published - enterprise: *651 - installation: *652 - organization: *653 + enterprise: *652 + installation: *653 + organization: *654 registry_package: type: object properties: @@ -206260,7 +206267,7 @@ x-webhooks: type: string rubygems_metadata: type: array - items: *688 + items: *689 summary: type: string tag_name: @@ -206314,7 +206321,7 @@ x-webhooks: - owner - package_version - registry - repository: *654 + repository: *655 sender: *4 required: - action @@ -206392,9 +206399,9 @@ x-webhooks: type: string enum: - updated - enterprise: *651 - installation: *652 - organization: *653 + enterprise: *652 + installation: *653 + organization: *654 registry_package: type: object properties: @@ -206702,7 +206709,7 @@ x-webhooks: - published_at rubygems_metadata: type: array - items: *688 + items: *689 summary: type: string tag_name: @@ -206751,7 +206758,7 @@ x-webhooks: - owner - package_version - registry - repository: *654 + repository: *655 sender: *4 required: - action @@ -206828,10 +206835,10 @@ x-webhooks: type: string enum: - created - enterprise: *651 - installation: *652 - organization: *653 - release: &707 + enterprise: *652 + installation: *653 + organization: *654 + release: &708 title: Release description: The [release](https://docs.github.com/rest/releases/releases/#get-a-release) object. @@ -207136,7 +207143,7 @@ x-webhooks: - tarball_url - zipball_url - body - repository: *654 + repository: *655 sender: *4 required: - action @@ -207213,11 +207220,11 @@ x-webhooks: type: string enum: - deleted - enterprise: *651 - installation: *652 - organization: *653 - release: *707 - repository: *654 + enterprise: *652 + installation: *653 + organization: *654 + release: *708 + repository: *655 sender: *4 required: - action @@ -207334,11 +207341,11 @@ x-webhooks: type: boolean required: - to - enterprise: *651 - installation: *652 - organization: *653 - release: *707 - repository: *654 + enterprise: *652 + installation: *653 + organization: *654 + release: *708 + repository: *655 sender: *4 required: - action @@ -207416,9 +207423,9 @@ x-webhooks: type: string enum: - prereleased - enterprise: *651 - installation: *652 - organization: *653 + enterprise: *652 + installation: *653 + organization: *654 release: title: Release description: The [release](https://docs.github.com/rest/releases/releases/#get-a-release) @@ -207727,7 +207734,7 @@ x-webhooks: type: string nullable: true format: uri - repository: *654 + repository: *655 sender: *4 required: - action @@ -207803,10 +207810,10 @@ x-webhooks: type: string enum: - published - enterprise: *651 - installation: *652 - organization: *653 - release: &708 + enterprise: *652 + installation: *653 + organization: *654 + release: &709 title: Release description: The [release](https://docs.github.com/rest/releases/releases/#get-a-release) object. @@ -208112,7 +208119,7 @@ x-webhooks: type: string nullable: true format: uri - repository: *654 + repository: *655 sender: *4 required: - action @@ -208188,11 +208195,11 @@ x-webhooks: type: string enum: - released - enterprise: *651 - installation: *652 - organization: *653 - release: *707 - repository: *654 + enterprise: *652 + installation: *653 + organization: *654 + release: *708 + repository: *655 sender: *4 required: - action @@ -208268,11 +208275,11 @@ x-webhooks: type: string enum: - unpublished - enterprise: *651 - installation: *652 - organization: *653 - release: *708 - repository: *654 + enterprise: *652 + installation: *653 + organization: *654 + release: *709 + repository: *655 sender: *4 required: - action @@ -208348,11 +208355,11 @@ x-webhooks: type: string enum: - published - enterprise: *651 - installation: *652 - organization: *653 - repository: *654 - repository_advisory: *582 + enterprise: *652 + installation: *653 + organization: *654 + repository: *655 + repository_advisory: *583 sender: *4 required: - action @@ -208428,11 +208435,11 @@ x-webhooks: type: string enum: - reported - enterprise: *651 - installation: *652 - organization: *653 - repository: *654 - repository_advisory: *582 + enterprise: *652 + installation: *653 + organization: *654 + repository: *655 + repository_advisory: *583 sender: *4 required: - action @@ -208508,10 +208515,10 @@ x-webhooks: type: string enum: - archived - enterprise: *651 - installation: *652 - organization: *653 - repository: *654 + enterprise: *652 + installation: *653 + organization: *654 + repository: *655 sender: *4 required: - action @@ -208588,10 +208595,10 @@ x-webhooks: type: string enum: - created - enterprise: *651 - installation: *652 - organization: *653 - repository: *654 + enterprise: *652 + installation: *653 + organization: *654 + repository: *655 sender: *4 required: - action @@ -208669,10 +208676,10 @@ x-webhooks: type: string enum: - deleted - enterprise: *651 - installation: *652 - organization: *653 - repository: *654 + enterprise: *652 + installation: *653 + organization: *654 + repository: *655 sender: *4 required: - action @@ -208756,10 +208763,10 @@ x-webhooks: additionalProperties: true description: The `client_payload` that was specified in the `POST /repos/{owner}/{repo}/dispatches` request body. - enterprise: *651 - installation: *652 - organization: *653 - repository: *654 + enterprise: *652 + installation: *653 + organization: *654 + repository: *655 sender: *4 required: - action @@ -208871,10 +208878,10 @@ x-webhooks: nullable: true items: type: string - enterprise: *651 - installation: *652 - organization: *653 - repository: *654 + enterprise: *652 + installation: *653 + organization: *654 + repository: *655 sender: *4 required: - action @@ -208946,10 +208953,10 @@ x-webhooks: title: repository_import event type: object properties: - enterprise: *651 - installation: *652 - organization: *653 - repository: *654 + enterprise: *652 + installation: *653 + organization: *654 + repository: *655 sender: *4 status: type: string @@ -209030,10 +209037,10 @@ x-webhooks: type: string enum: - privatized - enterprise: *651 - installation: *652 - organization: *653 - repository: *654 + enterprise: *652 + installation: *653 + organization: *654 + repository: *655 sender: *4 required: - action @@ -209110,10 +209117,10 @@ x-webhooks: type: string enum: - publicized - enterprise: *651 - installation: *652 - organization: *653 - repository: *654 + enterprise: *652 + installation: *653 + organization: *654 + repository: *655 sender: *4 required: - action @@ -209207,10 +209214,10 @@ x-webhooks: - name required: - repository - enterprise: *651 - installation: *652 - organization: *653 - repository: *654 + enterprise: *652 + installation: *653 + organization: *654 + repository: *655 sender: *4 required: - action @@ -209290,11 +209297,11 @@ x-webhooks: type: string enum: - created - enterprise: *651 - installation: *652 - organization: *653 - repository: *654 - repository_ruleset: *244 + enterprise: *652 + installation: *653 + organization: *654 + repository: *655 + repository_ruleset: *245 sender: *4 required: - action @@ -209372,11 +209379,11 @@ x-webhooks: type: string enum: - deleted - enterprise: *651 - installation: *652 - organization: *653 - repository: *654 - repository_ruleset: *244 + enterprise: *652 + installation: *653 + organization: *654 + repository: *655 + repository_ruleset: *245 sender: *4 required: - action @@ -209454,11 +209461,11 @@ x-webhooks: type: string enum: - edited - enterprise: *651 - installation: *652 - organization: *653 - repository: *654 - repository_ruleset: *244 + enterprise: *652 + installation: *653 + organization: *654 + repository: *655 + repository_ruleset: *245 changes: type: object properties: @@ -209477,16 +209484,16 @@ x-webhooks: properties: added: type: array - items: *238 + items: *239 deleted: type: array - items: *238 + items: *239 updated: type: array items: type: object properties: - condition: *238 + condition: *239 changes: type: object properties: @@ -209519,16 +209526,16 @@ x-webhooks: properties: added: type: array - items: *243 + items: *244 deleted: type: array - items: *243 + items: *244 updated: type: array items: type: object properties: - rule: *243 + rule: *244 changes: type: object properties: @@ -209762,10 +209769,10 @@ x-webhooks: - from required: - owner - enterprise: *651 - installation: *652 - organization: *653 - repository: *654 + enterprise: *652 + installation: *653 + organization: *654 + repository: *655 sender: *4 required: - action @@ -209843,10 +209850,10 @@ x-webhooks: type: string enum: - unarchived - enterprise: *651 - installation: *652 - organization: *653 - repository: *654 + enterprise: *652 + installation: *653 + organization: *654 + repository: *655 sender: *4 required: - action @@ -209924,7 +209931,7 @@ x-webhooks: type: string enum: - create - alert: &709 + alert: &710 title: Repository Vulnerability Alert Alert description: The security alert of the vulnerable dependency. type: object @@ -210045,10 +210052,10 @@ x-webhooks: type: string enum: - open - enterprise: *651 - installation: *652 - organization: *653 - repository: *654 + enterprise: *652 + installation: *653 + organization: *654 + repository: *655 sender: *4 required: - action @@ -210254,10 +210261,10 @@ x-webhooks: type: string enum: - dismissed - enterprise: *651 - installation: *652 - organization: *653 - repository: *654 + enterprise: *652 + installation: *653 + organization: *654 + repository: *655 sender: *4 required: - action @@ -210335,11 +210342,11 @@ x-webhooks: type: string enum: - reopen - alert: *709 - enterprise: *651 - installation: *652 - organization: *653 - repository: *654 + alert: *710 + enterprise: *652 + installation: *653 + organization: *654 + repository: *655 sender: *4 required: - action @@ -210538,10 +210545,10 @@ x-webhooks: enum: - fixed - open - enterprise: *651 - installation: *652 - organization: *653 - repository: *654 + enterprise: *652 + installation: *653 + organization: *654 + repository: *655 sender: *4 required: - action @@ -210619,7 +210626,7 @@ x-webhooks: type: string enum: - created - alert: &710 + alert: &711 type: object properties: number: *54 @@ -210730,10 +210737,10 @@ x-webhooks: description: Whether the detected secret was found in multiple repositories in the same organization or business. nullable: true - enterprise: *651 - installation: *652 - organization: *653 - repository: *654 + enterprise: *652 + installation: *653 + organization: *654 + repository: *655 sender: *4 required: - action @@ -210814,11 +210821,11 @@ x-webhooks: type: string enum: - created - alert: *710 - installation: *652 - location: *711 - organization: *653 - repository: *654 + alert: *711 + installation: *653 + location: *712 + organization: *654 + repository: *655 sender: *4 required: - location @@ -211056,11 +211063,11 @@ x-webhooks: type: string enum: - publicly_leaked - alert: *710 - enterprise: *651 - installation: *652 - organization: *653 - repository: *654 + alert: *711 + enterprise: *652 + installation: *653 + organization: *654 + repository: *655 sender: *4 required: - action @@ -211138,11 +211145,11 @@ x-webhooks: type: string enum: - reopened - alert: *710 - enterprise: *651 - installation: *652 - organization: *653 - repository: *654 + alert: *711 + enterprise: *652 + installation: *653 + organization: *654 + repository: *655 sender: *4 required: - action @@ -211220,11 +211227,11 @@ x-webhooks: type: string enum: - resolved - alert: *710 - enterprise: *651 - installation: *652 - organization: *653 - repository: *654 + alert: *711 + enterprise: *652 + installation: *653 + organization: *654 + repository: *655 sender: *4 required: - action @@ -211302,11 +211309,11 @@ x-webhooks: type: string enum: - validated - alert: *710 - enterprise: *651 - installation: *652 - organization: *653 - repository: *654 + alert: *711 + enterprise: *652 + installation: *653 + organization: *654 + repository: *655 sender: *4 required: - action @@ -211432,10 +211439,10 @@ x-webhooks: - organization - enterprise nullable: true - repository: *654 - enterprise: *651 - installation: *652 - organization: *653 + repository: *655 + enterprise: *652 + installation: *653 + organization: *654 sender: *4 required: - action @@ -211513,11 +211520,11 @@ x-webhooks: type: string enum: - published - enterprise: *651 - installation: *652 - organization: *653 - repository: *654 - security_advisory: &712 + enterprise: *652 + installation: *653 + organization: *654 + repository: *655 + security_advisory: &713 description: The details of the security advisory, including summary, description, and severity. type: object @@ -211700,11 +211707,11 @@ x-webhooks: type: string enum: - updated - enterprise: *651 - installation: *652 - organization: *653 - repository: *654 - security_advisory: *712 + enterprise: *652 + installation: *653 + organization: *654 + repository: *655 + security_advisory: *713 sender: *4 required: - action @@ -211777,10 +211784,10 @@ x-webhooks: type: string enum: - withdrawn - enterprise: *651 - installation: *652 - organization: *653 - repository: *654 + enterprise: *652 + installation: *653 + organization: *654 + repository: *655 security_advisory: description: The details of the security advisory, including summary, description, and severity. @@ -211964,11 +211971,11 @@ x-webhooks: from: type: object properties: - security_and_analysis: *237 - enterprise: *651 - installation: *652 - organization: *653 - repository: *290 + security_and_analysis: *238 + enterprise: *652 + installation: *653 + organization: *654 + repository: *291 sender: *4 required: - changes @@ -212046,12 +212053,12 @@ x-webhooks: type: string enum: - cancelled - enterprise: *651 - installation: *652 - organization: *653 - repository: *654 + enterprise: *652 + installation: *653 + organization: *654 + repository: *655 sender: *4 - sponsorship: &713 + sponsorship: &714 type: object properties: created_at: @@ -212352,12 +212359,12 @@ x-webhooks: type: string enum: - created - enterprise: *651 - installation: *652 - organization: *653 - repository: *654 + enterprise: *652 + installation: *653 + organization: *654 + repository: *655 sender: *4 - sponsorship: *713 + sponsorship: *714 required: - action - sponsorship @@ -212445,12 +212452,12 @@ x-webhooks: type: string required: - from - enterprise: *651 - installation: *652 - organization: *653 - repository: *654 + enterprise: *652 + installation: *653 + organization: *654 + repository: *655 sender: *4 - sponsorship: *713 + sponsorship: *714 required: - action - changes @@ -212527,17 +212534,17 @@ x-webhooks: type: string enum: - pending_cancellation - effective_date: &714 + effective_date: &715 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: *651 - installation: *652 - organization: *653 - repository: *654 + enterprise: *652 + installation: *653 + organization: *654 + repository: *655 sender: *4 - sponsorship: *713 + sponsorship: *714 required: - action - sponsorship @@ -212611,7 +212618,7 @@ x-webhooks: type: string enum: - pending_tier_change - changes: &715 + changes: &716 type: object properties: tier: @@ -212655,13 +212662,13 @@ x-webhooks: - from required: - tier - effective_date: *714 - enterprise: *651 - installation: *652 - organization: *653 - repository: *654 + effective_date: *715 + enterprise: *652 + installation: *653 + organization: *654 + repository: *655 sender: *4 - sponsorship: *713 + sponsorship: *714 required: - action - changes @@ -212738,13 +212745,13 @@ x-webhooks: type: string enum: - tier_changed - changes: *715 - enterprise: *651 - installation: *652 - organization: *653 - repository: *654 + changes: *716 + enterprise: *652 + installation: *653 + organization: *654 + repository: *655 sender: *4 - sponsorship: *713 + sponsorship: *714 required: - action - changes @@ -212818,10 +212825,10 @@ x-webhooks: type: string enum: - created - enterprise: *651 - installation: *652 - organization: *653 - repository: *654 + enterprise: *652 + installation: *653 + organization: *654 + repository: *655 sender: *4 starred_at: description: 'The time the star was created. This is a timestamp @@ -212904,10 +212911,10 @@ x-webhooks: type: string enum: - deleted - enterprise: *651 - installation: *652 - organization: *653 - repository: *654 + enterprise: *652 + installation: *653 + organization: *654 + repository: *655 sender: *4 starred_at: description: 'The time the star was created. This is a timestamp @@ -213327,15 +213334,15 @@ x-webhooks: status. type: string nullable: true - enterprise: *651 + enterprise: *652 id: description: The unique identifier of the status. type: integer - installation: *652 + installation: *653 name: type: string - organization: *653 - repository: *654 + organization: *654 + repository: *655 sender: *4 sha: description: The Commit SHA. @@ -213450,9 +213457,9 @@ x-webhooks: description: The ID of the sub-issue. type: number sub_issue: *77 - installation: *652 - organization: *653 - repository: *654 + installation: *653 + organization: *654 + repository: *655 sender: *4 required: - action @@ -213542,9 +213549,9 @@ x-webhooks: description: The ID of the sub-issue. type: number sub_issue: *77 - installation: *652 - organization: *653 - repository: *654 + installation: *653 + organization: *654 + repository: *655 sender: *4 required: - action @@ -213634,9 +213641,9 @@ x-webhooks: description: The ID of the parent issue. type: number parent_issue: *77 - installation: *652 - organization: *653 - repository: *654 + installation: *653 + organization: *654 + repository: *655 sender: *4 required: - action @@ -213726,9 +213733,9 @@ x-webhooks: description: The ID of the parent issue. type: number parent_issue: *77 - installation: *652 - organization: *653 - repository: *654 + installation: *653 + organization: *654 + repository: *655 sender: *4 required: - action @@ -213805,12 +213812,12 @@ x-webhooks: title: team_add event type: object properties: - enterprise: *651 - installation: *652 - organization: *653 - repository: *654 + enterprise: *652 + installation: *653 + organization: *654 + repository: *655 sender: *4 - team: &716 + team: &717 title: Team description: Groups of organization members that gives permissions on specified repositories. @@ -214000,9 +214007,9 @@ x-webhooks: type: string enum: - added_to_repository - enterprise: *651 - installation: *652 - organization: *653 + enterprise: *652 + installation: *653 + organization: *654 repository: title: Repository description: A git repository @@ -214460,7 +214467,7 @@ x-webhooks: - topics - visibility sender: *4 - team: *716 + team: *717 required: - action - team @@ -214536,9 +214543,9 @@ x-webhooks: type: string enum: - created - enterprise: *651 - installation: *652 - organization: *653 + enterprise: *652 + installation: *653 + organization: *654 repository: title: Repository description: A git repository @@ -214996,7 +215003,7 @@ x-webhooks: - topics - visibility sender: *4 - team: *716 + team: *717 required: - action - team @@ -215073,9 +215080,9 @@ x-webhooks: type: string enum: - deleted - enterprise: *651 - installation: *652 - organization: *653 + enterprise: *652 + installation: *653 + organization: *654 repository: title: Repository description: A git repository @@ -215533,7 +215540,7 @@ x-webhooks: - topics - visibility sender: *4 - team: *716 + team: *717 required: - action - team @@ -215677,9 +215684,9 @@ x-webhooks: - from required: - permissions - enterprise: *651 - installation: *652 - organization: *653 + enterprise: *652 + installation: *653 + organization: *654 repository: title: Repository description: A git repository @@ -216137,7 +216144,7 @@ x-webhooks: - topics - visibility sender: *4 - team: *716 + team: *717 required: - action - changes @@ -216215,9 +216222,9 @@ x-webhooks: type: string enum: - removed_from_repository - enterprise: *651 - installation: *652 - organization: *653 + enterprise: *652 + installation: *653 + organization: *654 repository: title: Repository description: A git repository @@ -216675,7 +216682,7 @@ x-webhooks: - topics - visibility sender: *4 - team: *716 + team: *717 required: - action - team @@ -216751,10 +216758,10 @@ x-webhooks: type: string enum: - started - enterprise: *651 - installation: *652 - organization: *653 - repository: *654 + enterprise: *652 + installation: *653 + organization: *654 + repository: *655 sender: *4 required: - action @@ -216827,16 +216834,16 @@ x-webhooks: title: workflow_dispatch event type: object properties: - enterprise: *651 + enterprise: *652 inputs: type: object nullable: true additionalProperties: true - installation: *652 - organization: *653 + installation: *653 + organization: *654 ref: type: string - repository: *654 + repository: *655 sender: *4 workflow: type: string @@ -216918,10 +216925,10 @@ x-webhooks: type: string enum: - completed - enterprise: *651 - installation: *652 - organization: *653 - repository: *654 + enterprise: *652 + installation: *653 + organization: *654 + repository: *655 sender: *4 workflow_job: allOf: @@ -217158,7 +217165,7 @@ x-webhooks: type: string required: - conclusion - deployment: *437 + deployment: *438 required: - action - repository @@ -217237,10 +217244,10 @@ x-webhooks: type: string enum: - in_progress - enterprise: *651 - installation: *652 - organization: *653 - repository: *654 + enterprise: *652 + installation: *653 + organization: *654 + repository: *655 sender: *4 workflow_job: allOf: @@ -217500,7 +217507,7 @@ x-webhooks: required: - status - steps - deployment: *437 + deployment: *438 required: - action - repository @@ -217579,10 +217586,10 @@ x-webhooks: type: string enum: - queued - enterprise: *651 - installation: *652 - organization: *653 - repository: *654 + enterprise: *652 + installation: *653 + organization: *654 + repository: *655 sender: *4 workflow_job: type: object @@ -217717,7 +217724,7 @@ x-webhooks: - workflow_name - head_branch - created_at - deployment: *437 + deployment: *438 required: - action - repository @@ -217796,10 +217803,10 @@ x-webhooks: type: string enum: - waiting - enterprise: *651 - installation: *652 - organization: *653 - repository: *654 + enterprise: *652 + installation: *653 + organization: *654 + repository: *655 sender: *4 workflow_job: type: object @@ -217935,7 +217942,7 @@ x-webhooks: - workflow_name - head_branch - created_at - deployment: *437 + deployment: *438 required: - action - repository @@ -218015,12 +218022,12 @@ x-webhooks: type: string enum: - completed - enterprise: *651 - installation: *652 - organization: *653 - repository: *654 + enterprise: *652 + installation: *653 + organization: *654 + repository: *655 sender: *4 - workflow: *666 + workflow: *667 workflow_run: title: Workflow Run type: object @@ -219019,12 +219026,12 @@ x-webhooks: type: string enum: - in_progress - enterprise: *651 - installation: *652 - organization: *653 - repository: *654 + enterprise: *652 + installation: *653 + organization: *654 + repository: *655 sender: *4 - workflow: *666 + workflow: *667 workflow_run: title: Workflow Run type: object @@ -220008,12 +220015,12 @@ x-webhooks: type: string enum: - requested - enterprise: *651 - installation: *652 - organization: *653 - repository: *654 + enterprise: *652 + installation: *653 + organization: *654 + repository: *655 sender: *4 - workflow: *666 + workflow: *667 workflow_run: title: Workflow Run type: object diff --git a/descriptions/api.github.com/dereferenced/api.github.com.deref.json b/descriptions/api.github.com/dereferenced/api.github.com.deref.json index bc75ff26fe..4e6895b2bd 100644 --- a/descriptions/api.github.com/dereferenced/api.github.com.deref.json +++ b/descriptions/api.github.com/dereferenced/api.github.com.deref.json @@ -20152,6 +20152,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", @@ -80049,6 +80057,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", @@ -215521,7 +215537,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" ], @@ -222834,7 +222850,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" ], @@ -259339,6 +259355,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/api.github.com/dereferenced/api.github.com.deref.yaml b/descriptions/api.github.com/dereferenced/api.github.com.deref.yaml index ff1d17fbd9..847f1b84b9 100644 --- a/descriptions/api.github.com/dereferenced/api.github.com.deref.yaml +++ b/descriptions/api.github.com/dereferenced/api.github.com.deref.yaml @@ -849,7 +849,7 @@ paths: - subscriptions_url - type - url - type: &256 + type: &257 type: string description: The type of credit the user is receiving. enum: @@ -1015,7 +1015,7 @@ paths: description: API method documentation url: https://docs.github.com/rest/security-advisories/global-advisories#get-a-global-security-advisory parameters: - - &584 + - &585 name: ghsa_id description: The GHSA (GitHub Security Advisory) identifier of the advisory. in: path @@ -1578,7 +1578,7 @@ paths: schema: type: integer default: 30 - - &170 + - &171 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 @@ -1594,7 +1594,7 @@ paths: application/json: schema: type: array - items: &171 + items: &172 title: Simple webhook delivery description: Delivery made by a webhook, without request and response information. @@ -1674,7 +1674,7 @@ paths: - installation_id - repository_id examples: - default: &172 + default: &173 value: - id: 12345678 guid: 0b989ba4-242f-11e5-81e1-c7b6966d2516 @@ -1802,7 +1802,7 @@ paths: description: Response content: application/json: - schema: &173 + schema: &174 title: Webhook delivery description: Delivery made by a webhook. type: object @@ -1916,7 +1916,7 @@ paths: - request - response examples: - default: &174 + default: &175 value: id: 12345678 guid: 0b989ba4-242f-11e5-81e1-c7b6966d2516 @@ -2843,7 +2843,7 @@ paths: title: Repository description: A repository on GitHub. type: object - properties: &235 + properties: &236 id: description: Unique identifier of the repository example: 42 @@ -3272,7 +3272,7 @@ paths: type: boolean description: Whether anonymous git access is enabled for this repository - required: &236 + required: &237 - archive_url - assignees_url - blobs_url @@ -8464,6 +8464,13 @@ paths: schema: type: string - &158 + 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 + - &159 name: scope in: query description: The scope of the vulnerable dependency. If specified, only alerts @@ -8473,7 +8480,7 @@ paths: enum: - development - runtime - - &159 + - &160 name: sort in: query description: |- @@ -8491,7 +8498,7 @@ paths: - *48 - *39 - *40 - - &160 + - &161 name: first description: |- **Deprecated**. The number of results per page (max 100), starting from the first matching result. @@ -8504,7 +8511,7 @@ paths: minimum: 1 maximum: 100 default: 30 - - &161 + - &162 name: last description: |- **Deprecated**. The number of results per page (max 100), starting from the last matching result. @@ -8524,7 +8531,7 @@ paths: application/json: schema: type: array - items: &162 + items: &163 type: object description: A Dependabot alert. properties: @@ -8590,7 +8597,7 @@ paths: - unknown - direct - transitive - security_advisory: &429 + security_advisory: &430 type: object description: Details for the GitHub Security Advisory. readOnly: true @@ -8852,7 +8859,7 @@ paths: format: date-time readOnly: true nullable: true - auto_dismissed_at: &430 + auto_dismissed_at: &431 type: string description: 'The time that the alert was auto-dismissed in ISO 8601 format: `YYYY-MM-DDTHH:MM:SSZ`.' @@ -8878,7 +8885,7 @@ paths: - repository additionalProperties: false examples: - default: &163 + default: &164 value: - number: 2 state: dismissed @@ -9225,7 +9232,7 @@ paths: url: https://docs.github.com/rest/secret-scanning/secret-scanning#list-secret-scanning-alerts-for-an-enterprise parameters: - *41 - - &247 + - &248 name: state in: query description: Set to `open` or `resolved` to only list secret scanning alerts @@ -9236,7 +9243,7 @@ paths: enum: - open - resolved - - &248 + - &249 name: secret_type in: query description: A comma-separated list of secret types to return. All default @@ -9246,7 +9253,7 @@ paths: required: false schema: type: string - - &249 + - &250 name: resolution in: query description: A comma-separated list of resolutions. Only secret scanning alerts @@ -9255,7 +9262,7 @@ paths: required: false schema: type: string - - &250 + - &251 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. @@ -9271,7 +9278,7 @@ paths: - *17 - *39 - *40 - - &251 + - &252 name: validity in: query description: A comma-separated list of validities that, when present, will @@ -9280,7 +9287,7 @@ paths: required: false schema: type: string - - &252 + - &253 name: is_publicly_leaked in: query description: A boolean value representing whether or not to filter alerts @@ -9289,7 +9296,7 @@ paths: schema: type: boolean default: false - - &253 + - &254 name: is_multi_repo in: query description: A boolean value representing whether or not to filter alerts @@ -9305,7 +9312,7 @@ paths: application/json: schema: type: array - items: &254 + items: &255 type: object properties: number: *54 @@ -9324,14 +9331,14 @@ paths: format: uri description: The REST API URL of the code locations for this alert. - state: &576 + state: &577 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: &577 + resolution: &578 type: string description: "**Required when the `state` is `resolved`.** The reason for resolving the alert." @@ -9433,7 +9440,7 @@ paths: is base64 encoded nullable: true examples: - default: &255 + default: &256 value: - number: 2 created_at: '2020-11-06T18:48:51Z' @@ -9769,7 +9776,7 @@ paths: description: Issues are a great way to keep track of tasks, enhancements, and bugs for your projects. type: object - properties: &478 + properties: &479 id: type: integer format: int64 @@ -9880,7 +9887,7 @@ paths: description: A collection of related issues and pull requests. type: object - properties: &414 + properties: &415 url: type: string format: uri @@ -9950,7 +9957,7 @@ paths: format: date-time example: '2012-10-09T23:39:01Z' nullable: true - required: &415 + required: &416 - closed_issues - creator - description @@ -10029,7 +10036,7 @@ paths: timeline_url: type: string format: uri - type: &192 + type: &193 title: Issue Type description: The type of issue. type: object @@ -10154,7 +10161,7 @@ paths: - total - completed - percent_completed - required: &479 + required: &480 - assignee - closed_at - comments @@ -10176,7 +10183,7 @@ paths: - author_association - created_at - updated_at - comment: &476 + comment: &477 title: Issue Comment description: Comments provide a way for people to collaborate on an issue. @@ -10743,7 +10750,7 @@ paths: url: type: string format: uri - user: &607 + user: &608 title: Public User description: Public User type: object @@ -12613,7 +12620,7 @@ paths: - closed - all default: open - - &195 + - &196 name: labels description: 'A list of comma separated label names. Example: `bug,ui,@high`' in: query @@ -12664,7 +12671,7 @@ paths: type: array items: *77 examples: - default: &196 + default: &197 value: - id: 1 node_id: MDU6SXNzdWUx @@ -14048,14 +14055,14 @@ paths: description: API method documentation url: https://docs.github.com/rest/activity/events#list-public-events-for-a-network-of-repositories parameters: - - &279 + - &280 name: owner description: The account owner of the repository. The name is not case sensitive. in: path required: true schema: type: string - - &280 + - &281 name: repo description: The name of the repository without the `.git` extension. The name is not case sensitive. @@ -14126,7 +14133,7 @@ paths: '404': *6 '403': *29 '304': *37 - '301': &291 + '301': &292 description: Moved permanently content: application/json: @@ -14148,7 +14155,7 @@ paths: description: API method documentation url: https://docs.github.com/rest/activity/notifications#list-notifications-for-the-authenticated-user parameters: - - &508 + - &509 name: all description: If `true`, show notifications marked as read. in: query @@ -14156,7 +14163,7 @@ paths: schema: type: boolean default: false - - &509 + - &510 name: participating description: If `true`, only shows notifications in which the user is directly participating or mentioned. @@ -14166,7 +14173,7 @@ paths: type: boolean default: false - *67 - - &510 + - &511 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: @@ -14202,7 +14209,7 @@ paths: title: Minimal Repository description: Minimal Repository type: object - properties: &165 + properties: &166 id: type: integer format: int64 @@ -14478,7 +14485,7 @@ paths: web_commit_signoff_required: type: boolean example: false - security_and_analysis: &237 + security_and_analysis: &238 nullable: true type: object properties: @@ -14542,7 +14549,7 @@ paths: enum: - enabled - disabled - required: &166 + required: &167 - archive_url - assignees_url - blobs_url @@ -14630,7 +14637,7 @@ paths: - url - subscription_url examples: - default: &511 + default: &512 value: - id: '1' repository: @@ -15172,7 +15179,7 @@ paths: application/json: schema: type: array - items: &202 + items: &203 title: Organization Simple description: A GitHub organization. type: object @@ -15231,7 +15238,7 @@ paths: - avatar_url - description examples: - default: &625 + default: &626 value: - login: github id: 1 @@ -16140,7 +16147,7 @@ paths: type: integer repository_cache_usages: type: array - items: &296 + items: &297 title: Actions Cache Usage by repository description: GitHub Actions Cache Usage by repository. type: object @@ -17008,7 +17015,7 @@ paths: - all - local_only - selected - selected_actions_url: &302 + selected_actions_url: &303 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` @@ -17098,7 +17105,7 @@ paths: type: array items: *60 examples: - default: &619 + default: &620 value: total_count: 1 repositories: @@ -17426,7 +17433,7 @@ paths: description: Response content: application/json: - schema: &306 + schema: &307 type: object properties: default_workflow_permissions: &112 @@ -17477,7 +17484,7 @@ paths: required: false content: application/json: - schema: &307 + schema: &308 type: object properties: default_workflow_permissions: *112 @@ -17966,7 +17973,7 @@ paths: type: array items: *119 examples: - default: &610 + default: &611 value: total_count: 1 repositories: @@ -18608,7 +18615,7 @@ paths: application/json: schema: type: array - items: &308 + items: &309 title: Runner Application description: Runner Application type: object @@ -18633,7 +18640,7 @@ paths: - download_url - filename examples: - default: &309 + default: &310 value: - os: osx architecture: x64 @@ -18719,7 +18726,7 @@ paths: - no-gpu work_folder: _work responses: - '201': &310 + '201': &311 description: Response content: application/json: @@ -18830,7 +18837,7 @@ paths: - token - expires_at examples: - default: &311 + default: &312 value: token: LLBF3JGZDX3P5PMEXLND6TS6FCWO6 expires_at: '2020-01-22T12:13:35.123-08:00' @@ -18869,7 +18876,7 @@ paths: application/json: schema: *123 examples: - default: &312 + default: &313 value: token: AABF3JGZDX3P5PMEXLND6TS6FCWO6 expires_at: '2020-01-29T12:13:35.123-08:00' @@ -18903,7 +18910,7 @@ paths: application/json: schema: *121 examples: - default: &313 + default: &314 value: id: 23 name: MBP @@ -19128,7 +19135,7 @@ paths: - *94 - *120 responses: - '200': &314 + '200': &315 description: Response content: application/json: @@ -19185,7 +19192,7 @@ paths: parameters: - *94 - *120 - - &315 + - &316 name: name description: The name of a self-hosted runner's custom label. in: path @@ -19315,7 +19322,7 @@ paths: description: Response content: application/json: - schema: &327 + schema: &328 title: ActionsPublicKey description: The public key used for setting Actions Secrets. type: object @@ -19344,7 +19351,7 @@ paths: - key_id - key examples: - default: &328 + default: &329 value: key_id: '012345678912345678' key: 2Sg8iYjAxxmI2LvUXpJjkYrMxURPc8r+dB7TJyvv1234 @@ -19757,7 +19764,7 @@ paths: url: https://docs.github.com/rest/actions/variables#list-organization-variables parameters: - *94 - - &301 + - &302 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)." @@ -20292,7 +20299,7 @@ paths: bundle_url: type: string examples: - default: &341 + default: &342 value: attestations: - bundle: @@ -20411,7 +20418,7 @@ paths: type: array items: *4 examples: - default: &197 + default: &198 value: - login: octocat id: 1 @@ -20652,7 +20659,7 @@ paths: description: Groups of organization members that gives permissions on specified repositories. type: object - properties: &210 + properties: &211 id: description: Unique identifier of the team type: integer @@ -20708,7 +20715,7 @@ paths: to within LDAP environment example: uid=example,ou=users,dc=github,dc=com type: string - required: &211 + required: &212 - id - node_id - url @@ -21207,7 +21214,7 @@ paths: url: https://docs.github.com/rest/code-scanning/code-scanning#list-code-scanning-alerts-for-an-organization parameters: - *94 - - &367 + - &368 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`, @@ -21217,7 +21224,7 @@ paths: schema: &139 type: string description: The name of the tool used to generate the code scanning analysis. - - &368 + - &369 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 @@ -21240,7 +21247,7 @@ paths: be returned. in: query required: false - schema: &370 + schema: &371 type: string description: State of a code scanning alert. enum: @@ -21263,7 +21270,7 @@ paths: be returned. in: query required: false - schema: &371 + schema: &372 type: string description: Severity of a code scanning alert. enum: @@ -21289,7 +21296,7 @@ paths: updated_at: *136 url: *56 html_url: *57 - instances_url: &372 + instances_url: &373 type: string description: The REST API URL for fetching the list of instances for an alert. @@ -21312,7 +21319,7 @@ paths: required: *21 nullable: true dismissed_at: *138 - dismissed_reason: &373 + dismissed_reason: &374 type: string description: "**Required when the state is dismissed.** The reason for dismissing or closing the alert." @@ -21321,13 +21328,13 @@ paths: - false positive - won't fix - used in tests - dismissed_comment: &374 + dismissed_comment: &375 type: string description: The dismissal comment associated with the dismissal of the alert. nullable: true maxLength: 280 - rule: &375 + rule: &376 type: object properties: id: @@ -21380,7 +21387,7 @@ paths: type: string description: A link to the documentation for the rule used to detect the alert. - tool: &376 + tool: &377 type: object properties: name: *139 @@ -21390,15 +21397,15 @@ paths: description: The version of the tool used to generate the code scanning analysis. guid: *140 - most_recent_instance: &377 + most_recent_instance: &378 type: object properties: - ref: &369 + ref: &370 type: string description: |- The Git reference, formatted as `refs/pull//merge`, `refs/pull//head`, `refs/heads/` or simply ``. - analysis_key: &387 + analysis_key: &388 type: string description: Identifies the configuration under which the analysis was executed. For example, in GitHub Actions @@ -21409,7 +21416,7 @@ paths: the environment in which the analysis that generated this alert instance was performed, such as the language that was analyzed. - category: &388 + category: &389 type: string description: Identifies the configuration under which the analysis was executed. Used to distinguish between multiple @@ -22662,7 +22669,7 @@ paths: type: integer codespaces: type: array - items: &198 + items: &199 type: object title: Codespace description: A codespace. @@ -22692,7 +22699,7 @@ paths: type: object title: Codespace machine description: A description of the machine powering a codespace. - properties: &400 + properties: &401 name: type: string description: The name of the machine. @@ -22734,7 +22741,7 @@ paths: - ready - in_progress nullable: true - required: &401 + required: &402 - name - display_name - operating_system @@ -22939,7 +22946,7 @@ paths: - pulls_url - recent_folders examples: - default: &199 + default: &200 value: total_count: 3 codespaces: @@ -23602,7 +23609,7 @@ paths: - updated_at - visibility examples: - default: &402 + default: &403 value: total_count: 2 secrets: @@ -23640,7 +23647,7 @@ paths: description: Response content: application/json: - schema: &403 + schema: &404 title: CodespacesPublicKey description: The public key used for setting Codespaces secrets. type: object @@ -23669,7 +23676,7 @@ paths: - key_id - key examples: - default: &404 + default: &405 value: key_id: '012345678912345678' key: 2Sg8iYjAxxmI2LvUXpJjkYrMxURPc8r+dB7TJyvv1234 @@ -23701,7 +23708,7 @@ paths: application/json: schema: *149 examples: - default: &406 + default: &407 value: name: GH_TOKEN created_at: '2019-08-10T14:59:22Z' @@ -24168,7 +24175,7 @@ paths: currently being billed. seats: type: array - items: &201 + items: &202 title: Copilot Business Seat Detail description: Information about a Copilot Business seat assignment for a user, team, or organization. @@ -24737,7 +24744,7 @@ paths: application/json: schema: type: array - items: &261 + items: &262 title: Copilot Usage Metrics description: Copilot usage metrics for a given day. type: object @@ -25044,7 +25051,7 @@ paths: - date additionalProperties: true examples: - default: &262 + default: &263 value: - date: '2024-06-24' total_active_users: 24 @@ -25146,7 +25153,7 @@ paths: '500': *148 '403': *29 '404': *6 - '422': &263 + '422': &264 description: Copilot Usage Merics API setting is disabled at the organization or enterprise level. content: @@ -25181,11 +25188,12 @@ paths: - *157 - *158 - *159 + - *160 - *48 - *39 - *40 - - *160 - *161 + - *162 - *17 responses: '200': @@ -25194,9 +25202,9 @@ paths: application/json: schema: type: array - items: *162 + items: *163 examples: - default: *163 + default: *164 '304': *37 '400': *14 '403': *29 @@ -25240,7 +25248,7 @@ paths: type: integer secrets: type: array - items: &164 + items: &165 title: Dependabot Secret for an Organization description: Secrets for GitHub Dependabot for an organization. type: object @@ -25317,7 +25325,7 @@ paths: description: Response content: application/json: - schema: &433 + schema: &434 title: DependabotPublicKey description: The public key used for setting Dependabot Secrets. type: object @@ -25334,7 +25342,7 @@ paths: - key_id - key examples: - default: &434 + default: &435 value: key_id: '012345678912345678' key: 2Sg8iYjAxxmI2LvUXpJjkYrMxURPc8r+dB7TJyvv1234 @@ -25364,7 +25372,7 @@ paths: description: Response content: application/json: - schema: *164 + schema: *165 examples: default: value: @@ -25661,7 +25669,7 @@ paths: application/json: schema: type: array - items: &213 + items: &214 title: Package description: A software package type: object @@ -25711,8 +25719,8 @@ paths: title: Minimal Repository description: Minimal Repository type: object - properties: *165 - required: *166 + properties: *166 + required: *167 nullable: true created_at: type: string @@ -25731,7 +25739,7 @@ paths: - created_at - updated_at examples: - default: &214 + default: &215 value: - id: 197 name: hello_docker @@ -25898,7 +25906,7 @@ paths: application/json: schema: type: array - items: &189 + items: &190 title: Organization Invitation description: Organization Invitation type: object @@ -25945,7 +25953,7 @@ paths: - invitation_teams_url - node_id examples: - default: &190 + default: &191 value: - id: 1 login: monalisa @@ -26012,7 +26020,7 @@ paths: application/json: schema: type: array - items: &167 + items: &168 title: Org Hook description: Org Hook type: object @@ -26183,9 +26191,9 @@ paths: description: Response content: application/json: - schema: *167 + schema: *168 examples: - default: &168 + default: &169 value: id: 1 url: https://api.github.com/orgs/octocat/hooks/1 @@ -26233,7 +26241,7 @@ paths: url: https://docs.github.com/rest/orgs/webhooks#get-an-organization-webhook parameters: - *94 - - &169 + - &170 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. @@ -26246,9 +26254,9 @@ paths: description: Response content: application/json: - schema: *167 + schema: *168 examples: - default: *168 + default: *169 '404': *6 x-github: githubCloudOnly: false @@ -26276,7 +26284,7 @@ paths: url: https://docs.github.com/rest/orgs/webhooks#update-an-organization-webhook parameters: - *94 - - *169 + - *170 requestBody: required: false content: @@ -26321,7 +26329,7 @@ paths: description: Response content: application/json: - schema: *167 + schema: *168 examples: default: value: @@ -26363,7 +26371,7 @@ paths: url: https://docs.github.com/rest/orgs/webhooks#delete-an-organization-webhook parameters: - *94 - - *169 + - *170 responses: '204': description: Response @@ -26391,7 +26399,7 @@ paths: url: https://docs.github.com/rest/orgs/webhooks#get-a-webhook-configuration-for-an-organization parameters: - *94 - - *169 + - *170 responses: '200': description: Response @@ -26422,7 +26430,7 @@ paths: url: https://docs.github.com/rest/orgs/webhooks#update-a-webhook-configuration-for-an-organization parameters: - *94 - - *169 + - *170 requestBody: required: false content: @@ -26473,9 +26481,9 @@ paths: url: https://docs.github.com/rest/orgs/webhooks#list-deliveries-for-an-organization-webhook parameters: - *94 - - *169 - - *17 - *170 + - *17 + - *171 responses: '200': description: Response @@ -26483,9 +26491,9 @@ paths: application/json: schema: type: array - items: *171 + items: *172 examples: - default: *172 + default: *173 '400': *14 '422': *15 x-github: @@ -26511,16 +26519,16 @@ paths: url: https://docs.github.com/rest/orgs/webhooks#get-a-webhook-delivery-for-an-organization-webhook parameters: - *94 - - *169 + - *170 - *16 responses: '200': description: Response content: application/json: - schema: *173 + schema: *174 examples: - default: *174 + default: *175 '400': *14 '422': *15 x-github: @@ -26546,7 +26554,7 @@ paths: url: https://docs.github.com/rest/orgs/webhooks#redeliver-a-delivery-for-an-organization-webhook parameters: - *94 - - *169 + - *170 - *16 responses: '202': *47 @@ -26576,7 +26584,7 @@ paths: url: https://docs.github.com/rest/orgs/webhooks#ping-an-organization-webhook parameters: - *94 - - *169 + - *170 responses: '204': description: Response @@ -26599,7 +26607,7 @@ paths: url: https://docs.github.com/rest/orgs/api-insights#get-route-stats-by-actor parameters: - *94 - - &179 + - &180 name: actor_type in: path description: The type of the actor @@ -26612,14 +26620,14 @@ paths: - fine_grained_pat - oauth_app - github_app_user_to_server - - &180 + - &181 name: actor_id in: path description: The ID of the actor required: true schema: type: integer - - &175 + - &176 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`.' @@ -26627,7 +26635,7 @@ paths: required: true schema: type: string - - &176 + - &177 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) @@ -26721,12 +26729,12 @@ paths: url: https://docs.github.com/rest/orgs/api-insights#get-subject-stats parameters: - *94 - - *175 - *176 + - *177 - *19 - *17 - *48 - - &185 + - &186 name: sort description: The property to sort the results by. in: query @@ -26805,14 +26813,14 @@ paths: url: https://docs.github.com/rest/orgs/api-insights#get-summary-stats parameters: - *94 - - *175 - *176 + - *177 responses: '200': description: Response content: application/json: - schema: &177 + schema: &178 title: Summary Stats description: API Insights usage summary stats for an organization type: object @@ -26828,7 +26836,7 @@ paths: type: integer format: int64 examples: - default: &178 + default: &179 value: total_request_count: 34225 rate_limited_request_count: 23 @@ -26849,23 +26857,23 @@ paths: url: https://docs.github.com/rest/orgs/api-insights#get-summary-stats-by-user parameters: - *94 - - &181 + - &182 name: user_id in: path description: The ID of the user to query for stats required: true schema: type: string - - *175 - *176 + - *177 responses: '200': description: Response content: application/json: - schema: *177 + schema: *178 examples: - default: *178 + default: *179 x-github: enabledForGitHubApps: true category: orgs @@ -26884,18 +26892,18 @@ paths: url: https://docs.github.com/rest/orgs/api-insights#get-summary-stats-by-actor parameters: - *94 - - *175 - *176 - - *179 + - *177 - *180 + - *181 responses: '200': description: Response content: application/json: - schema: *177 + schema: *178 examples: - default: *178 + default: *179 x-github: enabledForGitHubApps: true category: orgs @@ -26913,9 +26921,9 @@ paths: url: https://docs.github.com/rest/orgs/api-insights#get-time-stats parameters: - *94 - - *175 - *176 - - &182 + - *177 + - &183 name: timestamp_increment description: The increment of time used to breakdown the query results (5m, 10m, 1h, etc.) @@ -26928,7 +26936,7 @@ paths: description: Response content: application/json: - schema: &183 + schema: &184 title: Time Stats description: API Insights usage time stats for an organization type: array @@ -26944,7 +26952,7 @@ paths: type: integer format: int64 examples: - default: &184 + default: &185 value: - timestamp: '2024-09-11T15:00:00Z' total_request_count: 34225 @@ -26981,18 +26989,18 @@ paths: url: https://docs.github.com/rest/orgs/api-insights#get-time-stats-by-user parameters: - *94 - - *181 - - *175 - - *176 - *182 + - *176 + - *177 + - *183 responses: '200': description: Response content: application/json: - schema: *183 + schema: *184 examples: - default: *184 + default: *185 x-github: enabledForGitHubApps: true category: orgs @@ -27010,19 +27018,19 @@ paths: url: https://docs.github.com/rest/orgs/api-insights#get-time-stats-by-actor parameters: - *94 - - *179 - *180 - - *175 + - *181 - *176 - - *182 + - *177 + - *183 responses: '200': description: Response content: application/json: - schema: *183 + schema: *184 examples: - default: *184 + default: *185 x-github: enabledForGitHubApps: true category: orgs @@ -27040,13 +27048,13 @@ paths: url: https://docs.github.com/rest/orgs/api-insights#get-user-stats parameters: - *94 - - *181 - - *175 + - *182 - *176 + - *177 - *19 - *17 - *48 - - *185 + - *186 - name: actor_name_substring in: query description: Providing a substring will filter results where the actor name @@ -27127,7 +27135,7 @@ paths: application/json: schema: *22 examples: - default: &472 + default: &473 value: id: 1 account: @@ -27293,12 +27301,12 @@ paths: application/json: schema: anyOf: - - &187 + - &188 title: Interaction Limits description: Interaction limit settings. type: object properties: - limit: &186 + limit: &187 type: string description: The type of GitHub user that can comment, open issues, or create pull requests while the interaction limit @@ -27323,7 +27331,7 @@ paths: properties: {} additionalProperties: false examples: - default: &188 + default: &189 value: limit: collaborators_only origin: organization @@ -27352,13 +27360,13 @@ paths: required: true content: application/json: - schema: &473 + schema: &474 title: Interaction Restrictions description: Limit interactions to a specific type of user for a specified duration type: object properties: - limit: *186 + limit: *187 expiry: type: string description: 'The duration of the interaction restriction. Default: @@ -27382,9 +27390,9 @@ paths: description: Response content: application/json: - schema: *187 + schema: *188 examples: - default: *188 + default: *189 '422': *15 x-github: githubCloudOnly: false @@ -27460,9 +27468,9 @@ paths: application/json: schema: type: array - items: *189 + items: *190 examples: - default: *190 + default: *191 headers: Link: *58 '404': *6 @@ -27539,7 +27547,7 @@ paths: description: Response content: application/json: - schema: *189 + schema: *190 examples: default: value: @@ -27594,7 +27602,7 @@ paths: url: https://docs.github.com/rest/orgs/members#cancel-an-organization-invitation parameters: - *94 - - &191 + - &192 name: invitation_id description: The unique identifier of the invitation. in: path @@ -27625,7 +27633,7 @@ paths: url: https://docs.github.com/rest/orgs/members#list-organization-invitation-teams parameters: - *94 - - *191 + - *192 - *17 - *19 responses: @@ -27637,7 +27645,7 @@ paths: type: array items: *152 examples: - default: &212 + default: &213 value: - id: 1 node_id: MDQ6VGVhbTE= @@ -27680,7 +27688,7 @@ paths: application/json: schema: type: array - items: *192 + items: *193 examples: default: value: @@ -27765,9 +27773,9 @@ paths: description: Response content: application/json: - schema: *192 + schema: *193 examples: - default: &193 + default: &194 value: id: 410 node_id: IT_kwDNAd3NAZo @@ -27800,7 +27808,7 @@ paths: url: https://docs.github.com/rest/orgs/issue-types#update-issue-type-for-an-organization parameters: - *94 - - &194 + - &195 name: issue_type_id description: The unique identifier of the issue type. in: path @@ -27853,9 +27861,9 @@ paths: description: Response content: application/json: - schema: *192 + schema: *193 examples: - default: *193 + default: *194 '404': *6 '422': *7 x-github: @@ -27880,7 +27888,7 @@ paths: url: https://docs.github.com/rest/orgs/issue-types#delete-issue-type-for-an-organization parameters: - *94 - - *194 + - *195 responses: '204': description: Response @@ -27943,7 +27951,7 @@ paths: - closed - all default: open - - *195 + - *196 - name: type description: Can be the name of an issue type. in: query @@ -27974,7 +27982,7 @@ paths: type: array items: *77 examples: - default: *196 + default: *197 headers: Link: *58 '404': *6 @@ -28032,7 +28040,7 @@ paths: type: array items: *4 examples: - default: *197 + default: *198 headers: Link: *58 '422': *15 @@ -28128,9 +28136,9 @@ paths: type: integer codespaces: type: array - items: *198 + items: *199 examples: - default: *199 + default: *200 '304': *37 '500': *148 '401': *25 @@ -28157,7 +28165,7 @@ paths: parameters: - *94 - *132 - - &200 + - &201 name: codespace_name in: path required: true @@ -28192,15 +28200,15 @@ paths: parameters: - *94 - *132 - - *200 + - *201 responses: '200': description: Response content: application/json: - schema: *198 + schema: *199 examples: - default: &399 + default: &400 value: id: 1 name: monalisa-octocat-hello-world-g4wpq6h95q @@ -28380,7 +28388,7 @@ paths: description: The user's GitHub Copilot seat details, including usage. content: application/json: - schema: *201 + schema: *202 examples: default: value: @@ -28455,7 +28463,7 @@ paths: description: Response content: application/json: - schema: &203 + schema: &204 title: Org Membership description: Org Membership type: object @@ -28484,7 +28492,7 @@ paths: type: string format: uri example: https://api.github.com/orgs/octocat - organization: *202 + organization: *203 user: title: Simple User description: A GitHub user. @@ -28507,7 +28515,7 @@ paths: - organization - user examples: - response-if-user-has-an-active-admin-membership-with-organization: &204 + response-if-user-has-an-active-admin-membership-with-organization: &205 summary: Response if user has an active admin membership with organization value: url: https://api.github.com/orgs/octocat/memberships/defunkt @@ -28604,9 +28612,9 @@ paths: description: Response content: application/json: - schema: *203 + schema: *204 examples: - response-if-user-already-had-membership-with-organization: *204 + response-if-user-already-had-membership-with-organization: *205 '422': *15 '403': *29 x-github: @@ -28674,7 +28682,7 @@ paths: application/json: schema: type: array - items: &205 + items: &206 title: Migration description: A migration. type: object @@ -29003,7 +29011,7 @@ paths: description: Response content: application/json: - schema: *205 + schema: *206 examples: default: value: @@ -29182,7 +29190,7 @@ paths: url: https://docs.github.com/rest/migrations/orgs#get-an-organization-migration-status parameters: - *94 - - &206 + - &207 name: migration_id description: The unique identifier of the migration. in: path @@ -29209,7 +29217,7 @@ paths: * `failed`, which means the migration failed. content: application/json: - schema: *205 + schema: *206 examples: default: value: @@ -29379,7 +29387,7 @@ paths: url: https://docs.github.com/rest/migrations/orgs#download-an-organization-migration-archive parameters: - *94 - - *206 + - *207 responses: '302': description: Response @@ -29401,7 +29409,7 @@ paths: url: https://docs.github.com/rest/migrations/orgs#delete-an-organization-migration-archive parameters: - *94 - - *206 + - *207 responses: '204': description: Response @@ -29425,8 +29433,8 @@ paths: url: https://docs.github.com/rest/migrations/orgs#unlock-an-organization-repository parameters: - *94 - - *206 - - &624 + - *207 + - &625 name: repo_name description: repo_name parameter in: path @@ -29454,7 +29462,7 @@ paths: url: https://docs.github.com/rest/migrations/orgs#list-repositories-in-an-organization-migration parameters: - *94 - - *206 + - *207 - *17 - *19 responses: @@ -29466,7 +29474,7 @@ paths: type: array items: *119 examples: - default: &219 + default: &220 value: - id: 1296269 node_id: MDEwOlJlcG9zaXRvcnkxMjk2MjY5 @@ -29619,7 +29627,7 @@ paths: roles: type: array description: The list of organization roles available to the organization. - items: &209 + items: &210 title: Organization Role description: Organization roles type: object @@ -29767,7 +29775,7 @@ paths: url: https://docs.github.com/rest/orgs/organization-roles#remove-all-organization-roles-for-a-team parameters: - *94 - - &207 + - &208 name: team_slug description: The slug of the team name. in: path @@ -29799,8 +29807,8 @@ paths: url: https://docs.github.com/rest/orgs/organization-roles#assign-an-organization-role-to-a-team parameters: - *94 - - *207 - - &208 + - *208 + - &209 name: role_id description: The unique identifier of the role. in: path @@ -29836,8 +29844,8 @@ paths: url: https://docs.github.com/rest/orgs/organization-roles#remove-an-organization-role-from-a-team parameters: - *94 - - *207 - *208 + - *209 responses: '204': description: Response @@ -29890,7 +29898,7 @@ paths: parameters: - *94 - *132 - - *208 + - *209 responses: '204': description: Response @@ -29922,7 +29930,7 @@ paths: parameters: - *94 - *132 - - *208 + - *209 responses: '204': description: Response @@ -29951,13 +29959,13 @@ paths: url: https://docs.github.com/rest/orgs/organization-roles#get-an-organization-role parameters: - *94 - - *208 + - *209 responses: '200': description: Response content: application/json: - schema: *209 + schema: *210 examples: default: value: @@ -30008,7 +30016,7 @@ paths: url: https://docs.github.com/rest/orgs/organization-roles#list-teams-that-are-assigned-to-an-organization-role parameters: - *94 - - *208 + - *209 - *17 - *19 responses: @@ -30086,8 +30094,8 @@ paths: description: Groups of organization members that gives permissions on specified repositories. type: object - properties: *210 - required: *211 + properties: *211 + required: *212 nullable: true required: - id @@ -30102,7 +30110,7 @@ paths: - slug - parent examples: - default: *212 + default: *213 headers: Link: *58 '404': @@ -30132,7 +30140,7 @@ paths: url: https://docs.github.com/rest/orgs/organization-roles#list-users-that-are-assigned-to-an-organization-role parameters: - *94 - - *208 + - *209 - *17 - *19 responses: @@ -30160,13 +30168,13 @@ paths: inherited_from: description: Team the user has gotten the role through type: array - items: &257 + items: &258 title: Team Simple description: Groups of organization members that gives permissions on specified repositories. type: object - properties: *210 - required: *211 + properties: *211 + required: *212 name: nullable: true type: string @@ -30261,7 +30269,7 @@ paths: - type - url examples: - default: *197 + default: *198 headers: Link: *58 '404': @@ -30309,7 +30317,7 @@ paths: type: array items: *4 examples: - default: *197 + default: *198 headers: Link: *58 x-github: @@ -30451,7 +30459,7 @@ paths: - nuget - container - *94 - - &626 + - &627 name: visibility description: |- The selected visibility of the packages. This parameter is optional and only filters an existing result set. @@ -30487,12 +30495,12 @@ paths: application/json: schema: type: array - items: *213 + items: *214 examples: - default: *214 + default: *215 '403': *29 '401': *25 - '400': &628 + '400': &629 description: The value of `per_page` multiplied by `page` cannot be greater than 10000. x-github: @@ -30514,7 +30522,7 @@ paths: description: API method documentation url: https://docs.github.com/rest/packages/packages#get-a-package-for-an-organization parameters: - - &215 + - &216 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 @@ -30532,7 +30540,7 @@ paths: - docker - nuget - container - - &216 + - &217 name: package_name description: The name of the package. in: path @@ -30545,7 +30553,7 @@ paths: description: Response content: application/json: - schema: *213 + schema: *214 examples: default: value: @@ -30597,8 +30605,8 @@ paths: description: API method documentation url: https://docs.github.com/rest/packages/packages#delete-a-package-for-an-organization parameters: - - *215 - *216 + - *217 - *94 responses: '204': @@ -30631,8 +30639,8 @@ paths: description: API method documentation url: https://docs.github.com/rest/packages/packages#restore-a-package-for-an-organization parameters: - - *215 - *216 + - *217 - *94 - name: token description: package token @@ -30665,8 +30673,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: - - *215 - *216 + - *217 - *94 - *19 - *17 @@ -30687,7 +30695,7 @@ paths: application/json: schema: type: array - items: &217 + items: &218 title: Package Version description: A version of a software package type: object @@ -30812,10 +30820,10 @@ paths: description: API method documentation url: https://docs.github.com/rest/packages/packages#get-a-package-version-for-an-organization parameters: - - *215 - *216 + - *217 - *94 - - &218 + - &219 name: package_version_id description: Unique identifier of the package version. in: path @@ -30827,7 +30835,7 @@ paths: description: Response content: application/json: - schema: *217 + schema: *218 examples: default: value: @@ -30863,10 +30871,10 @@ paths: description: API method documentation url: https://docs.github.com/rest/packages/packages#delete-package-version-for-an-organization parameters: - - *215 - *216 + - *217 - *94 - - *218 + - *219 responses: '204': description: Response @@ -30898,10 +30906,10 @@ paths: description: API method documentation url: https://docs.github.com/rest/packages/packages#restore-package-version-for-an-organization parameters: - - *215 - *216 + - *217 - *94 - - *218 + - *219 responses: '204': description: Response @@ -30931,7 +30939,7 @@ paths: - *94 - *17 - *19 - - &220 + - &221 name: sort description: The property by which to sort the results. in: query @@ -30942,7 +30950,7 @@ paths: - created_at default: created_at - *48 - - &221 + - &222 name: owner description: A list of owner usernames to use to filter the results. in: query @@ -30953,7 +30961,7 @@ paths: items: type: string example: owner[]=octocat1,owner[]=octocat2 - - &222 + - &223 name: repository description: The name of the repository to use to filter the results. in: query @@ -30961,7 +30969,7 @@ paths: schema: type: string example: Hello-World - - &223 + - &224 name: permission description: The permission to use to filter the results. in: query @@ -30969,7 +30977,7 @@ paths: schema: type: string example: issues_read - - &224 + - &225 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) @@ -30979,7 +30987,7 @@ paths: schema: type: string format: date-time - - &225 + - &226 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) @@ -30989,7 +30997,7 @@ paths: schema: type: string format: date-time - - &226 + - &227 name: token_id description: The ID of the token in: query @@ -31302,7 +31310,7 @@ paths: type: array items: *119 examples: - default: *219 + default: *220 headers: Link: *58 x-github: @@ -31328,14 +31336,14 @@ paths: - *94 - *17 - *19 - - *220 - - *48 - *221 + - *48 - *222 - *223 - *224 - *225 - *226 + - *227 responses: '500': *148 '422': *15 @@ -31617,7 +31625,7 @@ paths: type: array items: *119 examples: - default: *219 + default: *220 headers: Link: *58 x-github: @@ -31659,7 +31667,7 @@ paths: type: integer configurations: type: array - items: &227 + items: &228 title: Organization private registry description: Private registry configuration for an organization type: object @@ -31863,7 +31871,7 @@ paths: - created_at - updated_at examples: - org-private-registry-with-selected-visibility: &228 + org-private-registry-with-selected-visibility: &229 value: name: MAVEN_REPOSITORY_SECRET registry_type: maven_repository @@ -31959,9 +31967,9 @@ paths: description: The specified private registry configuration for the organization content: application/json: - schema: *227 + schema: *228 examples: - default: *228 + default: *229 '404': *6 x-github: githubCloudOnly: false @@ -32107,7 +32115,7 @@ paths: application/json: schema: type: array - items: &229 + items: &230 title: Project description: Projects are a way to organize columns and cards of work. @@ -32280,7 +32288,7 @@ paths: description: Response content: application/json: - schema: *229 + schema: *230 examples: default: value: @@ -32318,7 +32326,7 @@ paths: '401': *25 '403': *29 '404': *6 - '410': &288 + '410': &289 description: Gone content: application/json: @@ -32353,7 +32361,7 @@ paths: application/json: schema: type: array - items: &230 + items: &231 title: Organization Custom Property description: Custom property defined on an organization type: object @@ -32419,7 +32427,7 @@ paths: - property_name - value_type examples: - default: &231 + default: &232 value: - property_name: environment url: https://api.github.com/orgs/github/properties/schema/environment @@ -32478,7 +32486,7 @@ paths: properties: type: array description: The array of custom properties to create or update. - items: *230 + items: *231 minItems: 1 maxItems: 100 required: @@ -32508,9 +32516,9 @@ paths: application/json: schema: type: array - items: *230 + items: *231 examples: - default: *231 + default: *232 '403': *29 '404': *6 x-github: @@ -32532,7 +32540,7 @@ paths: url: https://docs.github.com/rest/orgs/custom-properties#get-a-custom-property-for-an-organization parameters: - *94 - - &232 + - &233 name: custom_property_name description: The custom property name in: path @@ -32544,9 +32552,9 @@ paths: description: Response content: application/json: - schema: *230 + schema: *231 examples: - default: &233 + default: &234 value: property_name: environment url: https://api.github.com/orgs/github/properties/schema/environment @@ -32581,7 +32589,7 @@ paths: url: https://docs.github.com/rest/orgs/custom-properties#create-or-update-a-custom-property-for-an-organization parameters: - *94 - - *232 + - *233 requestBody: required: true content: @@ -32650,9 +32658,9 @@ paths: description: Response content: application/json: - schema: *230 + schema: *231 examples: - default: *233 + default: *234 '403': *29 '404': *6 x-github: @@ -32676,7 +32684,7 @@ paths: url: https://docs.github.com/rest/orgs/custom-properties#remove-a-custom-property-for-an-organization parameters: - *94 - - *232 + - *233 responses: '204': *145 '403': *29 @@ -32737,7 +32745,7 @@ paths: example: octocat/Hello-World properties: type: array - items: &234 + items: &235 title: Custom Property Value description: Custom property name and associated value type: object @@ -32824,7 +32832,7 @@ paths: type: array description: List of custom property names and associated values to apply to the repositories. - items: *234 + items: *235 required: - repository_names - properties @@ -32877,7 +32885,7 @@ paths: type: array items: *4 examples: - default: *197 + default: *198 headers: Link: *58 x-github: @@ -33016,7 +33024,7 @@ paths: type: array items: *119 examples: - default: *219 + default: *220 headers: Link: *58 x-github: @@ -33218,7 +33226,7 @@ paths: description: Response content: application/json: - schema: &290 + schema: &291 title: Full Repository description: Full Repository type: object @@ -33495,8 +33503,8 @@ paths: title: Repository description: A repository on GitHub. type: object - properties: *235 - required: *236 + properties: *236 + required: *237 nullable: true temp_clone_token: type: string @@ -33611,7 +33619,7 @@ paths: title: Code Of Conduct Simple description: Code of Conduct Simple type: object - properties: &421 + properties: &422 url: type: string format: uri @@ -33627,12 +33635,12 @@ paths: nullable: true format: uri example: https://github.com/github/docs/blob/main/CODE_OF_CONDUCT.md - required: &422 + required: &423 - url - key - name - html_url - security_and_analysis: *237 + security_and_analysis: *238 custom_properties: type: object description: The custom properties that were defined for the repository. @@ -33716,7 +33724,7 @@ paths: - network_count - subscribers_count examples: - default: &292 + default: &293 value: id: 1296269 node_id: MDEwOlJlcG9zaXRvcnkxMjk2MjY5 @@ -34237,7 +34245,7 @@ paths: - *94 - *17 - *19 - - &561 + - &562 name: targets description: | A comma-separated list of rule targets to filter by. @@ -34255,7 +34263,7 @@ paths: application/json: schema: type: array - items: &244 + items: &245 title: Repository ruleset type: object description: A set of rules to apply when specified conditions are @@ -34290,7 +34298,7 @@ paths: source: type: string description: The name of the source - enforcement: &240 + enforcement: &241 type: string description: The enforcement level of the ruleset. `evaluate` allows admins to test rules before enforcing them. Admins @@ -34303,7 +34311,7 @@ paths: bypass_actors: type: array description: The actors that can bypass the rules in this ruleset - items: &241 + items: &242 title: Repository Ruleset Bypass Actor type: object description: An actor that can bypass rules in a ruleset @@ -34368,7 +34376,7 @@ paths: conditions: nullable: true anyOf: - - &238 + - &239 title: Repository ruleset conditions for ref names type: object description: Parameters for a repository ruleset ref name @@ -34392,7 +34400,7 @@ paths: match. items: type: string - - &242 + - &243 title: Organization ruleset conditions type: object description: |- @@ -34406,7 +34414,7 @@ paths: description: Conditions to target repositories by name and refs by name allOf: - - *238 + - *239 - title: Repository ruleset conditions for repository names type: object description: Parameters for a repository name condition @@ -34440,7 +34448,7 @@ paths: description: Conditions to target repositories by id and refs by name allOf: - - *238 + - *239 - title: Repository ruleset conditions for repository IDs type: object description: Parameters for a repository ID condition @@ -34462,7 +34470,7 @@ paths: description: Conditions to target repositories by property and refs by name allOf: - - *238 + - *239 - title: Repository ruleset conditions for repository properties type: object description: Parameters for a repository property condition @@ -34475,7 +34483,7 @@ paths: description: The repository properties and values to include. All of these properties must match for the condition to pass. - items: &239 + items: &240 title: Repository ruleset property targeting definition type: object @@ -34508,17 +34516,17 @@ paths: description: The repository properties and values to exclude. The condition will not pass if any of these properties match. - items: *239 + items: *240 required: - repository_property rules: type: array - items: &243 + items: &244 title: Repository Rule type: object description: A repository rule. oneOf: - - &539 + - &540 title: creation description: Only allow users with bypass permission to create matching refs. @@ -34530,7 +34538,7 @@ paths: type: string enum: - creation - - &540 + - &541 title: update description: Only allow users with bypass permission to update matching refs. @@ -34551,7 +34559,7 @@ paths: repository required: - update_allows_fetch_and_merge - - &542 + - &543 title: deletion description: Only allow users with bypass permissions to delete matching refs. @@ -34563,7 +34571,7 @@ paths: type: string enum: - deletion - - &543 + - &544 title: required_linear_history description: Prevent merge commits from being pushed to matching refs. @@ -34575,7 +34583,7 @@ paths: type: string enum: - required_linear_history - - &544 + - &545 title: merge_queue description: Merges must be performed via a merge queue. type: object @@ -34653,7 +34661,7 @@ paths: - merge_method - min_entries_to_merge - min_entries_to_merge_wait_minutes - - &545 + - &546 title: required_deployments description: Choose which environments must be successfully deployed to before refs can be pushed into a ref that @@ -34677,7 +34685,7 @@ paths: type: string required: - required_deployment_environments - - &546 + - &547 title: required_signatures description: Commits pushed to matching refs must have verified signatures. @@ -34689,7 +34697,7 @@ paths: type: string enum: - required_signatures - - &547 + - &548 title: pull_request description: Require all commits be made to a non-target branch and submitted via a pull request before they can @@ -34751,7 +34759,7 @@ paths: - require_last_push_approval - required_approving_review_count - required_review_thread_resolution - - &548 + - &549 title: required_status_checks description: Choose which status checks must pass before the ref is updated. When enabled, commits must first be @@ -34799,7 +34807,7 @@ paths: required: - required_status_checks - strict_required_status_checks_policy - - &549 + - &550 title: non_fast_forward description: Prevent users with push access from force pushing to refs. @@ -34811,7 +34819,7 @@ paths: type: string enum: - non_fast_forward - - &550 + - &551 title: commit_message_pattern description: Parameters to be used for the commit_message_pattern rule @@ -34847,7 +34855,7 @@ paths: required: - operator - pattern - - &551 + - &552 title: commit_author_email_pattern description: Parameters to be used for the commit_author_email_pattern rule @@ -34883,7 +34891,7 @@ paths: required: - operator - pattern - - &552 + - &553 title: committer_email_pattern description: Parameters to be used for the committer_email_pattern rule @@ -34919,7 +34927,7 @@ paths: required: - operator - pattern - - &553 + - &554 title: branch_name_pattern description: Parameters to be used for the branch_name_pattern rule @@ -34955,7 +34963,7 @@ paths: required: - operator - pattern - - &554 + - &555 title: tag_name_pattern description: Parameters to be used for the tag_name_pattern rule @@ -34991,7 +34999,7 @@ paths: required: - operator - pattern - - &555 + - &556 title: file_path_restriction description: Prevent commits that include changes in specified file and folder paths from being pushed to the commit @@ -35016,7 +35024,7 @@ paths: type: string required: - restricted_file_paths - - &556 + - &557 title: max_file_path_length description: Prevent commits that include file paths that exceed the specified character limit from being pushed @@ -35040,7 +35048,7 @@ paths: maximum: 256 required: - max_file_path_length - - &557 + - &558 title: file_extension_restriction description: Prevent commits that include files with specified file extensions from being pushed to the commit graph. @@ -35063,7 +35071,7 @@ paths: type: string required: - restricted_file_extensions - - &558 + - &559 title: max_file_size description: Prevent commits with individual files that exceed the specified limit from being pushed to the commit @@ -35088,7 +35096,7 @@ paths: maximum: 100 required: - max_file_size - - &559 + - &560 title: workflows description: Require all changes made to a targeted branch to pass the specified workflows before they can be merged. @@ -35138,7 +35146,7 @@ paths: - repository_id required: - workflows - - &560 + - &561 title: code_scanning description: Choose which tools must provide code scanning results before the reference is updated. When configured, @@ -35272,16 +35280,16 @@ paths: - push - repository default: branch - enforcement: *240 + enforcement: *241 bypass_actors: type: array description: The actors that can bypass the rules in this ruleset - items: *241 - conditions: *242 + items: *242 + conditions: *243 rules: type: array description: An array of rules within the ruleset. - items: *243 + items: *244 required: - name - enforcement @@ -35319,9 +35327,9 @@ paths: description: Response content: application/json: - schema: *244 + schema: *245 examples: - default: &245 + default: &246 value: id: 21 name: super cool ruleset @@ -35376,7 +35384,7 @@ paths: url: https://docs.github.com/rest/orgs/rule-suites#list-organization-rule-suites parameters: - *94 - - &562 + - &563 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 @@ -35391,7 +35399,7 @@ paths: in: query schema: type: string - - &563 + - &564 name: time_period description: |- The time period to filter by. @@ -35407,14 +35415,14 @@ paths: - week - month default: day - - &564 + - &565 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 - - &565 + - &566 name: rule_suite_result description: The rule results to filter on. When specified, only suites with this result will be returned. @@ -35434,7 +35442,7 @@ paths: description: Response content: application/json: - schema: &566 + schema: &567 title: Rule Suites description: Response type: array @@ -35489,7 +35497,7 @@ paths: whether rules would pass or fail if all rules in the rule suite were `active`. examples: - default: &567 + default: &568 value: - id: 21 actor_id: 12 @@ -35533,7 +35541,7 @@ paths: url: https://docs.github.com/rest/orgs/rule-suites#get-an-organization-rule-suite parameters: - *94 - - &568 + - &569 name: rule_suite_id description: |- The unique identifier of the rule suite result. @@ -35549,7 +35557,7 @@ paths: description: Response content: application/json: - schema: &569 + schema: &570 title: Rule Suite description: Response type: object @@ -35648,7 +35656,7 @@ paths: description: The detailed failure message for the rule. Null if the rule passed. examples: - default: &570 + default: &571 value: id: 21 actor_id: 12 @@ -35721,9 +35729,9 @@ paths: description: Response content: application/json: - schema: *244 + schema: *245 examples: - default: *245 + default: *246 '404': *6 '500': *148 put: @@ -35767,16 +35775,16 @@ paths: - tag - push - repository - enforcement: *240 + enforcement: *241 bypass_actors: type: array description: The actors that can bypass the rules in this ruleset - items: *241 - conditions: *242 + items: *242 + conditions: *243 rules: description: An array of rules within the ruleset. type: array - items: *243 + items: *244 examples: default: value: @@ -35811,9 +35819,9 @@ paths: description: Response content: application/json: - schema: *244 + schema: *245 examples: - default: *245 + default: *246 '404': *6 '500': *148 delete: @@ -35870,7 +35878,7 @@ paths: application/json: schema: type: array - items: &246 + items: &247 title: Ruleset version type: object description: The historical version of a ruleset @@ -35894,7 +35902,7 @@ paths: type: string format: date-time examples: - default: &572 + default: &573 value: - version_id: 3 actor: @@ -35947,9 +35955,9 @@ paths: description: Response content: application/json: - schema: &573 + schema: &574 allOf: - - *246 + - *247 - type: object required: - state @@ -36019,14 +36027,14 @@ paths: url: https://docs.github.com/rest/secret-scanning/secret-scanning#list-secret-scanning-alerts-for-an-organization parameters: - *94 - - *247 - *248 - *249 - *250 + - *251 - *48 - *19 - *17 - - &574 + - &575 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 @@ -36036,7 +36044,7 @@ paths: required: false schema: type: string - - &575 + - &576 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 @@ -36046,9 +36054,9 @@ paths: required: false schema: type: string - - *251 - *252 - *253 + - *254 responses: '200': description: Response @@ -36056,9 +36064,9 @@ paths: application/json: schema: type: array - items: *254 + items: *255 examples: - default: *255 + default: *256 headers: Link: *58 '404': *6 @@ -36128,7 +36136,7 @@ paths: application/json: schema: type: array - items: &582 + items: &583 description: A repository security advisory. type: object properties: @@ -36348,7 +36356,7 @@ paths: login: type: string description: The username of the user credited. - type: *256 + type: *257 credits_detailed: type: array nullable: true @@ -36358,7 +36366,7 @@ paths: type: object properties: user: *4 - type: *256 + type: *257 state: type: string description: The state of the user's acceptance of the @@ -36419,7 +36427,7 @@ paths: - private_fork additionalProperties: false examples: - default: &583 + default: &584 value: - ghsa_id: GHSA-abcd-1234-efgh cve_id: CVE-2050-00000 @@ -36806,9 +36814,9 @@ paths: application/json: schema: type: array - items: *257 + items: *258 examples: - default: *212 + default: *213 x-github: githubCloudOnly: false enabledForGitHubApps: true @@ -36832,7 +36840,7 @@ paths: url: https://docs.github.com/rest/orgs/security-managers#add-a-security-manager-team parameters: - *94 - - *207 + - *208 responses: '204': description: Response @@ -36858,7 +36866,7 @@ paths: url: https://docs.github.com/rest/orgs/security-managers#remove-a-security-manager-team parameters: - *94 - - *207 + - *208 responses: '204': description: Response @@ -36893,7 +36901,7 @@ paths: description: Response content: application/json: - schema: &642 + schema: &643 type: object properties: total_minutes_used: @@ -36963,7 +36971,7 @@ paths: - included_minutes - minutes_used_breakdown examples: - default: &643 + default: &644 value: total_minutes_used: 305 total_paid_minutes_used: 0 @@ -36999,7 +37007,7 @@ paths: description: Response content: application/json: - schema: &644 + schema: &645 type: object properties: total_gigabytes_bandwidth_used: @@ -37017,7 +37025,7 @@ paths: - total_paid_gigabytes_bandwidth_used - included_gigabytes_bandwidth examples: - default: &645 + default: &646 value: total_gigabytes_bandwidth_used: 50 total_paid_gigabytes_bandwidth_used: 40 @@ -37049,7 +37057,7 @@ paths: description: Response content: application/json: - schema: &646 + schema: &647 type: object properties: days_left_in_billing_cycle: @@ -37067,7 +37075,7 @@ paths: - estimated_paid_storage_for_month - estimated_storage_for_month examples: - default: &647 + default: &648 value: days_left_in_billing_cycle: 20 estimated_paid_storage_for_month: 15 @@ -37109,7 +37117,7 @@ paths: type: integer network_configurations: type: array - items: &258 + items: &259 title: Hosted compute network configuration description: A hosted compute network configuration. type: object @@ -37229,9 +37237,9 @@ paths: description: Response content: application/json: - schema: *258 + schema: *259 examples: - default: &259 + default: &260 value: id: 123456789ABCDEF name: My network configuration @@ -37260,7 +37268,7 @@ paths: url: https://docs.github.com/rest/orgs/network-configurations#get-a-hosted-compute-network-configuration-for-an-organization parameters: - *94 - - &260 + - &261 name: network_configuration_id description: Unique identifier of the hosted compute network configuration. in: path @@ -37272,9 +37280,9 @@ paths: description: Response content: application/json: - schema: *258 + schema: *259 examples: - default: *259 + default: *260 headers: Link: *58 x-github: @@ -37296,7 +37304,7 @@ paths: url: https://docs.github.com/rest/orgs/network-configurations#update-a-hosted-compute-network-configuration-for-an-organization parameters: - *94 - - *260 + - *261 requestBody: required: true content: @@ -37335,9 +37343,9 @@ paths: description: Response content: application/json: - schema: *258 + schema: *259 examples: - default: *259 + default: *260 x-github: githubCloudOnly: false enabledForGitHubApps: true @@ -37357,7 +37365,7 @@ paths: url: https://docs.github.com/rest/orgs/network-configurations#delete-a-hosted-compute-network-configuration-from-an-organization parameters: - *94 - - *260 + - *261 responses: '204': description: Response @@ -37465,7 +37473,7 @@ paths: url: https://docs.github.com/rest/copilot/copilot-metrics#get-copilot-metrics-for-a-team parameters: - *94 - - *207 + - *208 - 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`). @@ -37497,13 +37505,13 @@ paths: application/json: schema: type: array - items: *261 + items: *262 examples: - default: *262 + default: *263 '500': *148 '403': *29 '404': *6 - '422': *263 + '422': *264 x-github: githubCloudOnly: false enabledForGitHubApps: true @@ -37533,7 +37541,7 @@ paths: type: array items: *152 examples: - default: *212 + default: *213 headers: Link: *58 '403': *29 @@ -37627,7 +37635,7 @@ paths: description: Response content: application/json: - schema: &264 + schema: &265 title: Full Team description: Groups of organization members that gives permissions on specified repositories. @@ -37690,8 +37698,8 @@ paths: description: Groups of organization members that gives permissions on specified repositories. type: object - properties: *210 - required: *211 + properties: *211 + required: *212 nullable: true members_count: type: integer @@ -37937,7 +37945,7 @@ paths: - repos_count - organization examples: - default: &265 + default: &266 value: id: 1 node_id: MDQ6VGVhbTE= @@ -38008,15 +38016,15 @@ paths: url: https://docs.github.com/rest/teams/teams#get-a-team-by-name parameters: - *94 - - *207 + - *208 responses: '200': description: Response content: application/json: - schema: *264 + schema: *265 examples: - default: *265 + default: *266 '404': *6 x-github: githubCloudOnly: false @@ -38038,7 +38046,7 @@ paths: url: https://docs.github.com/rest/teams/teams#update-a-team parameters: - *94 - - *207 + - *208 requestBody: required: false content: @@ -38100,16 +38108,16 @@ paths: description: Response when the updated information already exists content: application/json: - schema: *264 + schema: *265 examples: - default: *265 + default: *266 '201': description: Response content: application/json: - schema: *264 + schema: *265 examples: - default: *265 + default: *266 '404': *6 '422': *15 '403': *29 @@ -38135,7 +38143,7 @@ paths: url: https://docs.github.com/rest/teams/teams#delete-a-team parameters: - *94 - - *207 + - *208 responses: '204': description: Response @@ -38162,7 +38170,7 @@ paths: url: https://docs.github.com/rest/teams/discussions#list-discussions parameters: - *94 - - *207 + - *208 - *48 - *17 - *19 @@ -38179,7 +38187,7 @@ paths: application/json: schema: type: array - items: &266 + items: &267 title: Team Discussion description: A team discussion is a persistent record of a free-form conversation within a team. @@ -38278,7 +38286,7 @@ paths: - updated_at - url examples: - default: &597 + default: &598 value: - author: login: octocat @@ -38353,7 +38361,7 @@ paths: url: https://docs.github.com/rest/teams/discussions#create-a-discussion parameters: - *94 - - *207 + - *208 requestBody: required: true content: @@ -38387,9 +38395,9 @@ paths: description: Response content: application/json: - schema: *266 + schema: *267 examples: - default: &267 + default: &268 value: author: login: octocat @@ -38462,8 +38470,8 @@ paths: url: https://docs.github.com/rest/teams/discussions#get-a-discussion parameters: - *94 - - *207 - - &268 + - *208 + - &269 name: discussion_number description: The number that identifies the discussion. in: path @@ -38475,9 +38483,9 @@ paths: description: Response content: application/json: - schema: *266 + schema: *267 examples: - default: *267 + default: *268 x-github: githubCloudOnly: false enabledForGitHubApps: true @@ -38500,8 +38508,8 @@ paths: url: https://docs.github.com/rest/teams/discussions#update-a-discussion parameters: - *94 - - *207 - - *268 + - *208 + - *269 requestBody: required: false content: @@ -38524,9 +38532,9 @@ paths: description: Response content: application/json: - schema: *266 + schema: *267 examples: - default: &598 + default: &599 value: author: login: octocat @@ -38597,8 +38605,8 @@ paths: url: https://docs.github.com/rest/teams/discussions#delete-a-discussion parameters: - *94 - - *207 - - *268 + - *208 + - *269 responses: '204': description: Response @@ -38625,8 +38633,8 @@ paths: url: https://docs.github.com/rest/teams/discussion-comments#list-discussion-comments parameters: - *94 - - *207 - - *268 + - *208 + - *269 - *48 - *17 - *19 @@ -38637,7 +38645,7 @@ paths: application/json: schema: type: array - items: &269 + items: &270 title: Team Discussion Comment description: A reply to a discussion within a team. type: object @@ -38709,7 +38717,7 @@ paths: - updated_at - url examples: - default: &599 + default: &600 value: - author: login: octocat @@ -38778,8 +38786,8 @@ paths: url: https://docs.github.com/rest/teams/discussion-comments#create-a-discussion-comment parameters: - *94 - - *207 - - *268 + - *208 + - *269 requestBody: required: true content: @@ -38801,9 +38809,9 @@ paths: description: Response content: application/json: - schema: *269 + schema: *270 examples: - default: &270 + default: &271 value: author: login: octocat @@ -38870,9 +38878,9 @@ paths: url: https://docs.github.com/rest/teams/discussion-comments#get-a-discussion-comment parameters: - *94 - - *207 - - *268 - - &271 + - *208 + - *269 + - &272 name: comment_number description: The number that identifies the comment. in: path @@ -38884,9 +38892,9 @@ paths: description: Response content: application/json: - schema: *269 + schema: *270 examples: - default: *270 + default: *271 x-github: githubCloudOnly: false enabledForGitHubApps: true @@ -38909,9 +38917,9 @@ paths: url: https://docs.github.com/rest/teams/discussion-comments#update-a-discussion-comment parameters: - *94 - - *207 - - *268 - - *271 + - *208 + - *269 + - *272 requestBody: required: true content: @@ -38933,9 +38941,9 @@ paths: description: Response content: application/json: - schema: *269 + schema: *270 examples: - default: &600 + default: &601 value: author: login: octocat @@ -39000,9 +39008,9 @@ paths: url: https://docs.github.com/rest/teams/discussion-comments#delete-a-discussion-comment parameters: - *94 - - *207 - - *268 - - *271 + - *208 + - *269 + - *272 responses: '204': description: Response @@ -39029,9 +39037,9 @@ paths: url: https://docs.github.com/rest/reactions/reactions#list-reactions-for-a-team-discussion-comment parameters: - *94 - - *207 - - *268 - - *271 + - *208 + - *269 + - *272 - 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. @@ -39057,7 +39065,7 @@ paths: application/json: schema: type: array - items: &272 + items: &273 title: Reaction description: Reactions to conversations provide a way to help people express their feelings more simply and effectively. @@ -39100,7 +39108,7 @@ paths: - content - created_at examples: - default: &274 + default: &275 value: - id: 1 node_id: MDg6UmVhY3Rpb24x @@ -39151,9 +39159,9 @@ paths: url: https://docs.github.com/rest/reactions/reactions#create-reaction-for-a-team-discussion-comment parameters: - *94 - - *207 - - *268 - - *271 + - *208 + - *269 + - *272 requestBody: required: true content: @@ -39186,9 +39194,9 @@ paths: team discussion comment content: application/json: - schema: *272 + schema: *273 examples: - default: &273 + default: &274 value: id: 1 node_id: MDg6UmVhY3Rpb24x @@ -39217,9 +39225,9 @@ paths: description: Response content: application/json: - schema: *272 + schema: *273 examples: - default: *273 + default: *274 x-github: githubCloudOnly: false enabledForGitHubApps: true @@ -39243,10 +39251,10 @@ paths: url: https://docs.github.com/rest/reactions/reactions#delete-team-discussion-comment-reaction parameters: - *94 - - *207 - - *268 - - *271 - - &275 + - *208 + - *269 + - *272 + - &276 name: reaction_id description: The unique identifier of the reaction. in: path @@ -39279,8 +39287,8 @@ paths: url: https://docs.github.com/rest/reactions/reactions#list-reactions-for-a-team-discussion parameters: - *94 - - *207 - - *268 + - *208 + - *269 - 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. @@ -39306,9 +39314,9 @@ paths: application/json: schema: type: array - items: *272 + items: *273 examples: - default: *274 + default: *275 headers: Link: *58 x-github: @@ -39335,8 +39343,8 @@ paths: url: https://docs.github.com/rest/reactions/reactions#create-reaction-for-a-team-discussion parameters: - *94 - - *207 - - *268 + - *208 + - *269 requestBody: required: true content: @@ -39368,16 +39376,16 @@ paths: description: Response content: application/json: - schema: *272 + schema: *273 examples: - default: *273 + default: *274 '201': description: Response content: application/json: - schema: *272 + schema: *273 examples: - default: *273 + default: *274 x-github: githubCloudOnly: false enabledForGitHubApps: false @@ -39401,9 +39409,9 @@ paths: url: https://docs.github.com/rest/reactions/reactions#delete-team-discussion-reaction parameters: - *94 - - *207 - - *268 - - *275 + - *208 + - *269 + - *276 responses: '204': description: Response @@ -39428,7 +39436,7 @@ paths: url: https://docs.github.com/rest/teams/members#list-pending-team-invitations parameters: - *94 - - *207 + - *208 - *17 - *19 responses: @@ -39438,9 +39446,9 @@ paths: application/json: schema: type: array - items: *189 + items: *190 examples: - default: *190 + default: *191 headers: Link: *58 x-github: @@ -39463,7 +39471,7 @@ paths: url: https://docs.github.com/rest/teams/members#list-team-members parameters: - *94 - - *207 + - *208 - name: role description: Filters members returned by their role in the team. in: query @@ -39486,7 +39494,7 @@ paths: type: array items: *4 examples: - default: *197 + default: *198 headers: Link: *58 x-github: @@ -39517,14 +39525,14 @@ paths: url: https://docs.github.com/rest/teams/members#get-team-membership-for-a-user parameters: - *94 - - *207 + - *208 - *132 responses: '200': description: Response content: application/json: - schema: &276 + schema: &277 title: Team Membership description: Team Membership type: object @@ -39551,7 +39559,7 @@ paths: - state - url examples: - response-if-user-is-a-team-maintainer: &601 + response-if-user-is-a-team-maintainer: &602 summary: Response if user is a team maintainer value: url: https://api.github.com/teams/1/memberships/octocat @@ -39588,7 +39596,7 @@ paths: url: https://docs.github.com/rest/teams/members#add-or-update-team-membership-for-a-user parameters: - *94 - - *207 + - *208 - *132 requestBody: required: false @@ -39614,9 +39622,9 @@ paths: description: Response content: application/json: - schema: *276 + schema: *277 examples: - response-if-users-membership-with-team-is-now-pending: &602 + response-if-users-membership-with-team-is-now-pending: &603 summary: Response if user's membership with team is now pending value: url: https://api.github.com/teams/1/memberships/octocat @@ -39652,7 +39660,7 @@ paths: url: https://docs.github.com/rest/teams/members#remove-team-membership-for-a-user parameters: - *94 - - *207 + - *208 - *132 responses: '204': @@ -39679,7 +39687,7 @@ paths: url: https://docs.github.com/rest/teams/teams#list-team-projects parameters: - *94 - - *207 + - *208 - *17 - *19 responses: @@ -39689,7 +39697,7 @@ paths: application/json: schema: type: array - items: &277 + items: &278 title: Team Project description: A team's access to a project. type: object @@ -39757,7 +39765,7 @@ paths: - updated_at - permissions examples: - default: &603 + default: &604 value: - owner_url: https://api.github.com/orgs/octocat url: https://api.github.com/projects/1002605 @@ -39821,8 +39829,8 @@ paths: url: https://docs.github.com/rest/teams/teams#check-team-permissions-for-a-project parameters: - *94 - - *207 - - &278 + - *208 + - &279 name: project_id description: The unique identifier of the project. in: path @@ -39834,9 +39842,9 @@ paths: description: Response content: application/json: - schema: *277 + schema: *278 examples: - default: &604 + default: &605 value: owner_url: https://api.github.com/orgs/octocat url: https://api.github.com/projects/1002605 @@ -39899,8 +39907,8 @@ paths: url: https://docs.github.com/rest/teams/teams#add-or-update-team-project-permissions parameters: - *94 - - *207 - - *278 + - *208 + - *279 requestBody: required: false content: @@ -39967,8 +39975,8 @@ paths: url: https://docs.github.com/rest/teams/teams#remove-a-project-from-a-team parameters: - *94 - - *207 - - *278 + - *208 + - *279 responses: '204': description: Response @@ -39996,7 +40004,7 @@ paths: url: https://docs.github.com/rest/teams/teams#list-team-repositories parameters: - *94 - - *207 + - *208 - *17 - *19 responses: @@ -40008,7 +40016,7 @@ paths: type: array items: *119 examples: - default: *219 + default: *220 headers: Link: *58 x-github: @@ -40038,15 +40046,15 @@ paths: url: https://docs.github.com/rest/teams/teams#check-team-permissions-for-a-repository parameters: - *94 - - *207 - - *279 + - *208 - *280 + - *281 responses: '200': description: Alternative response with repository permissions content: application/json: - schema: &605 + schema: &606 title: Team Repository description: A team's access to a repository. type: object @@ -40616,9 +40624,9 @@ paths: url: https://docs.github.com/rest/teams/teams#add-or-update-team-repository-permissions parameters: - *94 - - *207 - - *279 + - *208 - *280 + - *281 requestBody: required: false content: @@ -40664,9 +40672,9 @@ paths: url: https://docs.github.com/rest/teams/teams#remove-a-repository-from-a-team parameters: - *94 - - *207 - - *279 + - *208 - *280 + - *281 responses: '204': description: Response @@ -40691,7 +40699,7 @@ paths: url: https://docs.github.com/rest/teams/teams#list-child-teams parameters: - *94 - - *207 + - *208 - *17 - *19 responses: @@ -40703,7 +40711,7 @@ paths: type: array items: *152 examples: - response-if-child-teams-exist: &606 + response-if-child-teams-exist: &607 value: - id: 2 node_id: MDQ6VGVhbTI= @@ -40830,7 +40838,7 @@ paths: description: API method documentation url: https://docs.github.com/rest/projects/cards#get-a-project-card parameters: - - &281 + - &282 name: card_id description: The unique identifier of the card. in: path @@ -40842,7 +40850,7 @@ paths: description: Response content: application/json: - schema: &282 + schema: &283 title: Project Card description: Project cards represent a scope of work. type: object @@ -40909,7 +40917,7 @@ paths: - created_at - updated_at examples: - default: &283 + default: &284 value: url: https://api.github.com/projects/columns/cards/1478 id: 1478 @@ -40965,7 +40973,7 @@ paths: description: API method documentation url: https://docs.github.com/rest/projects/cards#update-an-existing-project-card parameters: - - *281 + - *282 requestBody: required: false content: @@ -40992,9 +41000,9 @@ paths: description: Response content: application/json: - schema: *282 + schema: *283 examples: - default: *283 + default: *284 '304': *37 '403': *29 '401': *25 @@ -41021,7 +41029,7 @@ paths: description: API method documentation url: https://docs.github.com/rest/projects/cards#delete-a-project-card parameters: - - *281 + - *282 responses: '204': description: Response @@ -41065,7 +41073,7 @@ paths: description: API method documentation url: https://docs.github.com/rest/projects/cards#move-a-project-card parameters: - - *281 + - *282 requestBody: required: true content: @@ -41176,7 +41184,7 @@ paths: description: API method documentation url: https://docs.github.com/rest/projects/columns#get-a-project-column parameters: - - &284 + - &285 name: column_id description: The unique identifier of the column. in: path @@ -41188,7 +41196,7 @@ paths: description: Response content: application/json: - schema: &285 + schema: &286 title: Project Column description: Project columns contain cards of work. type: object @@ -41234,7 +41242,7 @@ paths: - created_at - updated_at examples: - default: &286 + default: &287 value: url: https://api.github.com/projects/columns/367 project_url: https://api.github.com/projects/120 @@ -41269,7 +41277,7 @@ paths: description: API method documentation url: https://docs.github.com/rest/projects/columns#update-an-existing-project-column parameters: - - *284 + - *285 requestBody: required: true content: @@ -41293,9 +41301,9 @@ paths: description: Response content: application/json: - schema: *285 + schema: *286 examples: - default: *286 + default: *287 '304': *37 '403': *29 '401': *25 @@ -41320,7 +41328,7 @@ paths: description: API method documentation url: https://docs.github.com/rest/projects/columns#delete-a-project-column parameters: - - *284 + - *285 responses: '204': description: Response @@ -41349,7 +41357,7 @@ paths: description: API method documentation url: https://docs.github.com/rest/projects/cards#list-project-cards parameters: - - *284 + - *285 - name: archived_state description: Filters the project cards that are returned by the card's state. in: query @@ -41370,7 +41378,7 @@ paths: application/json: schema: type: array - items: *282 + items: *283 examples: default: value: @@ -41429,7 +41437,7 @@ paths: description: API method documentation url: https://docs.github.com/rest/projects/cards#create-a-project-card parameters: - - *284 + - *285 requestBody: required: true content: @@ -41469,9 +41477,9 @@ paths: description: Response content: application/json: - schema: *282 + schema: *283 examples: - default: *283 + default: *284 '304': *37 '403': *29 '401': *25 @@ -41527,7 +41535,7 @@ paths: description: API method documentation url: https://docs.github.com/rest/projects/columns#move-a-project-column parameters: - - *284 + - *285 requestBody: required: true content: @@ -41587,15 +41595,15 @@ paths: description: API method documentation url: https://docs.github.com/rest/projects/projects#get-a-project parameters: - - *278 + - *279 responses: '200': description: Response content: application/json: - schema: *229 + schema: *230 examples: - default: &287 + default: &288 value: owner_url: https://api.github.com/repos/api-playground/projects-test url: https://api.github.com/projects/1002604 @@ -41652,7 +41660,7 @@ paths: description: API method documentation url: https://docs.github.com/rest/projects/projects#update-a-project parameters: - - *278 + - *279 requestBody: required: false content: @@ -41698,9 +41706,9 @@ paths: description: Response content: application/json: - schema: *229 + schema: *230 examples: - default: *287 + default: *288 '404': description: Not Found if the authenticated user does not have access to the project @@ -41721,7 +41729,7 @@ paths: items: type: string '401': *25 - '410': *288 + '410': *289 '422': *7 x-github: githubCloudOnly: false @@ -41744,7 +41752,7 @@ paths: description: API method documentation url: https://docs.github.com/rest/projects/projects#delete-a-project parameters: - - *278 + - *279 responses: '204': description: Delete Success @@ -41765,7 +41773,7 @@ paths: items: type: string '401': *25 - '410': *288 + '410': *289 '404': *6 x-github: githubCloudOnly: false @@ -41789,7 +41797,7 @@ paths: description: API method documentation url: https://docs.github.com/rest/projects/collaborators#list-project-collaborators parameters: - - *278 + - *279 - 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 @@ -41816,7 +41824,7 @@ paths: type: array items: *4 examples: - default: *197 + default: *198 headers: Link: *58 '404': *6 @@ -41846,7 +41854,7 @@ paths: description: API method documentation url: https://docs.github.com/rest/projects/collaborators#add-project-collaborator parameters: - - *278 + - *279 - *132 requestBody: required: false @@ -41899,7 +41907,7 @@ paths: description: API method documentation url: https://docs.github.com/rest/projects/collaborators#remove-user-as-a-collaborator parameters: - - *278 + - *279 - *132 responses: '204': @@ -41931,7 +41939,7 @@ paths: description: API method documentation url: https://docs.github.com/rest/projects/collaborators#get-project-permission-for-a-user parameters: - - *278 + - *279 - *132 responses: '200': @@ -42005,7 +42013,7 @@ paths: description: API method documentation url: https://docs.github.com/rest/projects/columns#list-project-columns parameters: - - *278 + - *279 - *17 - *19 responses: @@ -42015,7 +42023,7 @@ paths: application/json: schema: type: array - items: *285 + items: *286 examples: default: value: @@ -42053,7 +42061,7 @@ paths: description: API method documentation url: https://docs.github.com/rest/projects/columns#create-a-project-column parameters: - - *278 + - *279 requestBody: required: true content: @@ -42076,7 +42084,7 @@ paths: description: Response content: application/json: - schema: *285 + schema: *286 examples: default: value: @@ -42140,7 +42148,7 @@ paths: resources: type: object properties: - core: &289 + core: &290 title: Rate Limit type: object properties: @@ -42157,20 +42165,20 @@ paths: - remaining - reset - used - graphql: *289 - search: *289 - code_search: *289 - source_import: *289 - integration_manifest: *289 - code_scanning_upload: *289 - actions_runner_registration: *289 - scim: *289 - dependency_snapshots: *289 - code_scanning_autofix: *289 + graphql: *290 + search: *290 + code_search: *290 + source_import: *290 + integration_manifest: *290 + code_scanning_upload: *290 + actions_runner_registration: *290 + scim: *290 + dependency_snapshots: *290 + code_scanning_autofix: *290 required: - core - search - rate: *289 + rate: *290 required: - rate - resources @@ -42274,14 +42282,14 @@ paths: description: API method documentation url: https://docs.github.com/rest/repos/repos#get-a-repository parameters: - - *279 - *280 + - *281 responses: '200': description: Response content: application/json: - schema: *290 + schema: *291 examples: default-response: summary: Default response @@ -42782,7 +42790,7 @@ paths: status: disabled '403': *29 '404': *6 - '301': *291 + '301': *292 x-github: githubCloudOnly: false enabledForGitHubApps: true @@ -42800,8 +42808,8 @@ paths: description: API method documentation url: https://docs.github.com/rest/repos/repos#update-a-repository parameters: - - *279 - *280 + - *281 requestBody: required: false content: @@ -43045,10 +43053,10 @@ paths: description: Response content: application/json: - schema: *290 + schema: *291 examples: - default: *292 - '307': &293 + default: *293 + '307': &294 description: Temporary Redirect content: application/json: @@ -43077,8 +43085,8 @@ paths: description: API method documentation url: https://docs.github.com/rest/repos/repos#delete-a-repository parameters: - - *279 - *280 + - *281 responses: '204': description: Response @@ -43100,7 +43108,7 @@ paths: value: message: Organization members cannot delete repositories. documentation_url: https://docs.github.com/rest/repos/repos#delete-a-repository - '307': *293 + '307': *294 '404': *6 x-github: githubCloudOnly: false @@ -43123,11 +43131,11 @@ paths: description: API method documentation url: https://docs.github.com/rest/actions/artifacts#list-artifacts-for-a-repository parameters: - - *279 - *280 + - *281 - *17 - *19 - - &319 + - &320 name: name description: The name field of an artifact. When specified, only artifacts with this name will be returned. @@ -43150,7 +43158,7 @@ paths: type: integer artifacts: type: array - items: &294 + items: &295 title: Artifact description: An artifact type: object @@ -43228,7 +43236,7 @@ paths: - expires_at - updated_at examples: - default: &320 + default: &321 value: total_count: 2 artifacts: @@ -43289,9 +43297,9 @@ paths: description: API method documentation url: https://docs.github.com/rest/actions/artifacts#get-an-artifact parameters: - - *279 - *280 - - &295 + - *281 + - &296 name: artifact_id description: The unique identifier of the artifact. in: path @@ -43303,7 +43311,7 @@ paths: description: Response content: application/json: - schema: *294 + schema: *295 examples: default: value: @@ -43341,9 +43349,9 @@ paths: description: API method documentation url: https://docs.github.com/rest/actions/artifacts#delete-an-artifact parameters: - - *279 - *280 - - *295 + - *281 + - *296 responses: '204': description: Response @@ -43367,9 +43375,9 @@ paths: description: API method documentation url: https://docs.github.com/rest/actions/artifacts#download-an-artifact parameters: - - *279 - *280 - - *295 + - *281 + - *296 - name: archive_format in: path required: true @@ -43383,7 +43391,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': *288 + '410': *289 x-github: githubCloudOnly: false enabledForGitHubApps: true @@ -43406,14 +43414,14 @@ paths: description: API method documentation url: https://docs.github.com/rest/actions/cache#get-github-actions-cache-usage-for-a-repository parameters: - - *279 - *280 + - *281 responses: '200': description: Response content: application/json: - schema: *296 + schema: *297 examples: default: value: @@ -43439,11 +43447,11 @@ paths: description: API method documentation url: https://docs.github.com/rest/actions/cache#list-github-actions-caches-for-a-repository parameters: - - *279 - *280 + - *281 - *17 - *19 - - &297 + - &298 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 @@ -43477,7 +43485,7 @@ paths: description: Response content: application/json: - schema: &298 + schema: &299 title: Repository actions caches description: Repository actions caches type: object @@ -43519,7 +43527,7 @@ paths: - total_count - actions_caches examples: - default: &299 + default: &300 value: total_count: 1 actions_caches: @@ -43551,23 +43559,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: - - *279 - *280 + - *281 - name: key description: A key for identifying the cache. in: query required: true schema: type: string - - *297 + - *298 responses: '200': description: Response content: application/json: - schema: *298 + schema: *299 examples: - default: *299 + default: *300 x-github: githubCloudOnly: false enabledForGitHubApps: true @@ -43587,8 +43595,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: - - *279 - *280 + - *281 - name: cache_id description: The unique identifier of the GitHub Actions cache. in: path @@ -43619,9 +43627,9 @@ paths: description: API method documentation url: https://docs.github.com/rest/actions/workflow-jobs#get-a-job-for-a-workflow-run parameters: - - *279 - *280 - - &300 + - *281 + - &301 name: job_id description: The unique identifier of the job. in: path @@ -43633,7 +43641,7 @@ paths: description: Response content: application/json: - schema: &323 + schema: &324 title: Job description: Information of a job execution in a workflow run type: object @@ -43940,9 +43948,9 @@ paths: description: API method documentation url: https://docs.github.com/rest/actions/workflow-jobs#download-job-logs-for-a-workflow-run parameters: - - *279 - *280 - - *300 + - *281 + - *301 responses: '302': description: Response @@ -43970,9 +43978,9 @@ paths: description: API method documentation url: https://docs.github.com/rest/actions/workflow-runs#re-run-a-job-from-a-workflow-run parameters: - - *279 - *280 - - *300 + - *281 + - *301 requestBody: required: false content: @@ -44017,8 +44025,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: - - *279 - *280 + - *281 responses: '200': description: Status response @@ -44068,8 +44076,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: - - *279 - *280 + - *281 requestBody: required: true content: @@ -44132,8 +44140,8 @@ paths: description: API method documentation url: https://docs.github.com/rest/actions/secrets#list-repository-organization-secrets parameters: - - *279 - *280 + - *281 - *17 - *19 responses: @@ -44151,7 +44159,7 @@ paths: type: integer secrets: type: array - items: &325 + items: &326 title: Actions Secret description: Set secrets for GitHub Actions. type: object @@ -44171,7 +44179,7 @@ paths: - created_at - updated_at examples: - default: &326 + default: &327 value: total_count: 2 secrets: @@ -44204,9 +44212,9 @@ paths: description: API method documentation url: https://docs.github.com/rest/actions/variables#list-repository-organization-variables parameters: - - *279 - *280 - - *301 + - *281 + - *302 - *19 responses: '200': @@ -44223,7 +44231,7 @@ paths: type: integer variables: type: array - items: &329 + items: &330 title: Actions Variable type: object properties: @@ -44253,7 +44261,7 @@ paths: - created_at - updated_at examples: - default: &330 + default: &331 value: total_count: 2 variables: @@ -44286,8 +44294,8 @@ paths: description: API method documentation url: https://docs.github.com/rest/actions/permissions#get-github-actions-permissions-for-a-repository parameters: - - *279 - *280 + - *281 responses: '200': description: Response @@ -44296,11 +44304,11 @@ paths: schema: type: object properties: - enabled: &303 + enabled: &304 type: boolean description: Whether GitHub Actions is enabled on the repository. allowed_actions: *108 - selected_actions_url: *302 + selected_actions_url: *303 required: - enabled examples: @@ -44327,8 +44335,8 @@ paths: description: API method documentation url: https://docs.github.com/rest/actions/permissions#set-github-actions-permissions-for-a-repository parameters: - - *279 - *280 + - *281 responses: '204': description: Response @@ -44339,7 +44347,7 @@ paths: schema: type: object properties: - enabled: *303 + enabled: *304 allowed_actions: *108 required: - enabled @@ -44369,14 +44377,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: - - *279 - *280 + - *281 responses: '200': description: Response content: application/json: - schema: &304 + schema: &305 type: object properties: access_level: @@ -44393,7 +44401,7 @@ paths: required: - access_level examples: - default: &305 + default: &306 value: access_level: organization x-github: @@ -44417,15 +44425,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: - - *279 - *280 + - *281 requestBody: required: true content: application/json: - schema: *304 + schema: *305 examples: - default: *305 + default: *306 responses: '204': description: Response @@ -44449,8 +44457,8 @@ paths: description: API method documentation url: https://docs.github.com/rest/actions/permissions#get-allowed-actions-and-reusable-workflows-for-a-repository parameters: - - *279 - *280 + - *281 responses: '200': description: Response @@ -44477,8 +44485,8 @@ paths: description: API method documentation url: https://docs.github.com/rest/actions/permissions#set-allowed-actions-and-reusable-workflows-for-a-repository parameters: - - *279 - *280 + - *281 responses: '204': description: Response @@ -44510,14 +44518,14 @@ paths: description: API method documentation url: https://docs.github.com/rest/actions/permissions#get-default-workflow-permissions-for-a-repository parameters: - - *279 - *280 + - *281 responses: '200': description: Response content: application/json: - schema: *306 + schema: *307 examples: default: *114 x-github: @@ -44540,8 +44548,8 @@ paths: description: API method documentation url: https://docs.github.com/rest/actions/permissions#set-default-workflow-permissions-for-a-repository parameters: - - *279 - *280 + - *281 responses: '204': description: Success response @@ -44552,7 +44560,7 @@ paths: required: true content: application/json: - schema: *307 + schema: *308 examples: default: *114 x-github: @@ -44581,8 +44589,8 @@ paths: in: query schema: type: string - - *279 - *280 + - *281 - *17 - *19 responses: @@ -44626,8 +44634,8 @@ paths: description: API method documentation url: https://docs.github.com/rest/actions/self-hosted-runners#list-runner-applications-for-a-repository parameters: - - *279 - *280 + - *281 responses: '200': description: Response @@ -44635,9 +44643,9 @@ paths: application/json: schema: type: array - items: *308 + items: *309 examples: - default: *309 + default: *310 x-github: githubCloudOnly: false enabledForGitHubApps: true @@ -44659,8 +44667,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: - - *279 - *280 + - *281 requestBody: required: true content: @@ -44703,7 +44711,7 @@ paths: - no-gpu work_folder: _work responses: - '201': *310 + '201': *311 '404': *6 '422': *7 '409': *46 @@ -44734,8 +44742,8 @@ paths: description: API method documentation url: https://docs.github.com/rest/actions/self-hosted-runners#create-a-registration-token-for-a-repository parameters: - - *279 - *280 + - *281 responses: '201': description: Response @@ -44743,7 +44751,7 @@ paths: application/json: schema: *123 examples: - default: *311 + default: *312 x-github: githubCloudOnly: false enabledForGitHubApps: true @@ -44771,8 +44779,8 @@ paths: description: API method documentation url: https://docs.github.com/rest/actions/self-hosted-runners#create-a-remove-token-for-a-repository parameters: - - *279 - *280 + - *281 responses: '201': description: Response @@ -44780,7 +44788,7 @@ paths: application/json: schema: *123 examples: - default: *312 + default: *313 x-github: githubCloudOnly: false enabledForGitHubApps: true @@ -44802,8 +44810,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: - - *279 - *280 + - *281 - *120 responses: '200': @@ -44812,7 +44820,7 @@ paths: application/json: schema: *121 examples: - default: *313 + default: *314 x-github: githubCloudOnly: false enabledForGitHubApps: true @@ -44833,8 +44841,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: - - *279 - *280 + - *281 - *120 responses: '204': @@ -44860,8 +44868,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: - - *279 - *280 + - *281 - *120 responses: '200': *125 @@ -44886,8 +44894,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: - - *279 - *280 + - *281 - *120 requestBody: required: true @@ -44936,8 +44944,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: - - *279 - *280 + - *281 - *120 requestBody: required: true @@ -44987,11 +44995,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: - - *279 - *280 + - *281 - *120 responses: - '200': *314 + '200': *315 '404': *6 x-github: githubCloudOnly: false @@ -45018,10 +45026,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: - - *279 - *280 + - *281 - *120 - - *315 + - *316 responses: '200': *125 '404': *6 @@ -45049,9 +45057,9 @@ paths: description: API method documentation url: https://docs.github.com/rest/actions/workflow-runs#list-workflow-runs-for-a-repository parameters: - - *279 - *280 - - &333 + - *281 + - &334 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. @@ -45059,7 +45067,7 @@ paths: required: false schema: type: string - - &334 + - &335 name: branch description: Returns workflow runs associated with a branch. Use the name of the branch of the `push`. @@ -45067,7 +45075,7 @@ paths: required: false schema: type: string - - &335 + - &336 name: event description: Returns workflow run triggered by the event you specify. For example, `push`, `pull_request` or `issue`. For more information, see "[Events @@ -45076,7 +45084,7 @@ paths: required: false schema: type: string - - &336 + - &337 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 @@ -45103,7 +45111,7 @@ paths: - pending - *17 - *19 - - &337 + - &338 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)." @@ -45112,7 +45120,7 @@ paths: schema: type: string format: date-time - - &316 + - &317 name: exclude_pull_requests description: If `true` pull requests are omitted from the response (empty array). @@ -45121,13 +45129,13 @@ paths: schema: type: boolean default: false - - &338 + - &339 name: check_suite_id description: Returns workflow runs with the `check_suite_id` that you specify. in: query schema: type: integer - - &339 + - &340 name: head_sha description: Only returns workflow runs that are associated with the specified `head_sha`. @@ -45150,7 +45158,7 @@ paths: type: integer workflow_runs: type: array - items: &317 + items: &318 title: Workflow Run description: An invocation of a workflow type: object @@ -45245,7 +45253,7 @@ paths: that triggered the run. type: array nullable: true - items: &358 + items: &359 title: Pull Request Minimal type: object properties: @@ -45364,7 +45372,7 @@ paths: title: Simple Commit description: A commit. type: object - properties: &362 + properties: &363 id: type: string description: SHA for the commit @@ -45415,7 +45423,7 @@ paths: - name - email nullable: true - required: &363 + required: &364 - id - tree_id - message @@ -45462,7 +45470,7 @@ paths: - workflow_url - pull_requests examples: - default: &340 + default: &341 value: total_count: 1 workflow_runs: @@ -45698,24 +45706,24 @@ paths: description: API method documentation url: https://docs.github.com/rest/actions/workflow-runs#get-a-workflow-run parameters: - - *279 - *280 - - &318 + - *281 + - &319 name: run_id description: The unique identifier of the workflow run. in: path required: true schema: type: integer - - *316 + - *317 responses: '200': description: Response content: application/json: - schema: *317 + schema: *318 examples: - default: &321 + default: &322 value: id: 30433642 name: Build @@ -45956,9 +45964,9 @@ paths: description: API method documentation url: https://docs.github.com/rest/actions/workflow-runs#delete-a-workflow-run parameters: - - *279 - *280 - - *318 + - *281 + - *319 responses: '204': description: Response @@ -45981,9 +45989,9 @@ paths: description: API method documentation url: https://docs.github.com/rest/actions/workflow-runs#get-the-review-history-for-a-workflow-run parameters: - - *279 - *280 - - *318 + - *281 + - *319 responses: '200': description: Response @@ -46102,9 +46110,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: - - *279 - *280 - - *318 + - *281 + - *319 responses: '201': description: Response @@ -46137,12 +46145,12 @@ paths: description: API method documentation url: https://docs.github.com/rest/actions/artifacts#list-workflow-run-artifacts parameters: - - *279 - *280 - - *318 + - *281 + - *319 - *17 - *19 - - *319 + - *320 responses: '200': description: Response @@ -46158,9 +46166,9 @@ paths: type: integer artifacts: type: array - items: *294 + items: *295 examples: - default: *320 + default: *321 headers: Link: *58 x-github: @@ -46184,25 +46192,25 @@ paths: description: API method documentation url: https://docs.github.com/rest/actions/workflow-runs#get-a-workflow-run-attempt parameters: - - *279 - *280 - - *318 - - &322 + - *281 + - *319 + - &323 name: attempt_number description: The attempt number of the workflow run. in: path required: true schema: type: integer - - *316 + - *317 responses: '200': description: Response content: application/json: - schema: *317 + schema: *318 examples: - default: *321 + default: *322 x-github: githubCloudOnly: false enabledForGitHubApps: true @@ -46225,10 +46233,10 @@ paths: description: API method documentation url: https://docs.github.com/rest/actions/workflow-jobs#list-jobs-for-a-workflow-run-attempt parameters: - - *279 - *280 - - *318 - - *322 + - *281 + - *319 + - *323 - *17 - *19 responses: @@ -46246,9 +46254,9 @@ paths: type: integer jobs: type: array - items: *323 + items: *324 examples: - default: &324 + default: &325 value: total_count: 1 jobs: @@ -46361,10 +46369,10 @@ paths: description: API method documentation url: https://docs.github.com/rest/actions/workflow-runs#download-workflow-run-attempt-logs parameters: - - *279 - *280 - - *318 - - *322 + - *281 + - *319 + - *323 responses: '302': description: Response @@ -46392,9 +46400,9 @@ paths: description: API method documentation url: https://docs.github.com/rest/actions/workflow-runs#cancel-a-workflow-run parameters: - - *279 - *280 - - *318 + - *281 + - *319 responses: '202': description: Response @@ -46427,9 +46435,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: - - *279 - *280 - - *318 + - *281 + - *319 requestBody: required: true content: @@ -46496,9 +46504,9 @@ paths: description: API method documentation url: https://docs.github.com/rest/actions/workflow-runs#force-cancel-a-workflow-run parameters: - - *279 - *280 - - *318 + - *281 + - *319 responses: '202': description: Response @@ -46531,9 +46539,9 @@ paths: description: API method documentation url: https://docs.github.com/rest/actions/workflow-jobs#list-jobs-for-a-workflow-run parameters: - - *279 - *280 - - *318 + - *281 + - *319 - 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 @@ -46563,9 +46571,9 @@ paths: type: integer jobs: type: array - items: *323 + items: *324 examples: - default: *324 + default: *325 headers: Link: *58 x-github: @@ -46590,9 +46598,9 @@ paths: description: API method documentation url: https://docs.github.com/rest/actions/workflow-runs#download-workflow-run-logs parameters: - - *279 - *280 - - *318 + - *281 + - *319 responses: '302': description: Response @@ -46619,9 +46627,9 @@ paths: description: API method documentation url: https://docs.github.com/rest/actions/workflow-runs#delete-workflow-run-logs parameters: - - *279 - *280 - - *318 + - *281 + - *319 responses: '204': description: Response @@ -46648,9 +46656,9 @@ paths: description: API method documentation url: https://docs.github.com/rest/actions/workflow-runs#get-pending-deployments-for-a-workflow-run parameters: - - *279 - *280 - - *318 + - *281 + - *319 responses: '200': description: Response @@ -46710,7 +46718,7 @@ paths: items: type: object properties: - type: &442 + type: &443 type: string description: The type of reviewer. enum: @@ -46795,9 +46803,9 @@ paths: description: API method documentation url: https://docs.github.com/rest/actions/workflow-runs#review-pending-deployments-for-a-workflow-run parameters: - - *279 - *280 - - *318 + - *281 + - *319 requestBody: required: true content: @@ -46844,7 +46852,7 @@ paths: application/json: schema: type: array - items: &437 + items: &438 title: Deployment description: A request for a specific ref(branch,sha,tag) to be deployed @@ -46950,7 +46958,7 @@ paths: - created_at - updated_at examples: - default: &438 + default: &439 value: - url: https://api.github.com/repos/octocat/example/deployments/1 id: 1 @@ -47006,9 +47014,9 @@ paths: description: API method documentation url: https://docs.github.com/rest/actions/workflow-runs#re-run-a-workflow parameters: - - *279 - *280 - - *318 + - *281 + - *319 requestBody: required: false content: @@ -47052,9 +47060,9 @@ paths: description: API method documentation url: https://docs.github.com/rest/actions/workflow-runs#re-run-failed-jobs-from-a-workflow-run parameters: - - *279 - *280 - - *318 + - *281 + - *319 requestBody: required: false content: @@ -47107,9 +47115,9 @@ paths: description: API method documentation url: https://docs.github.com/rest/actions/workflow-runs#get-workflow-run-usage parameters: - - *279 - *280 - - *318 + - *281 + - *319 responses: '200': description: Response @@ -47246,8 +47254,8 @@ paths: description: API method documentation url: https://docs.github.com/rest/actions/secrets#list-repository-secrets parameters: - - *279 - *280 + - *281 - *17 - *19 responses: @@ -47265,9 +47273,9 @@ paths: type: integer secrets: type: array - items: *325 + items: *326 examples: - default: *326 + default: *327 headers: Link: *58 x-github: @@ -47292,16 +47300,16 @@ paths: description: API method documentation url: https://docs.github.com/rest/actions/secrets#get-a-repository-public-key parameters: - - *279 - *280 + - *281 responses: '200': description: Response content: application/json: - schema: *327 + schema: *328 examples: - default: *328 + default: *329 x-github: githubCloudOnly: false enabledForGitHubApps: true @@ -47323,17 +47331,17 @@ paths: description: API method documentation url: https://docs.github.com/rest/actions/secrets#get-a-repository-secret parameters: - - *279 - *280 + - *281 - *127 responses: '200': description: Response content: application/json: - schema: *325 + schema: *326 examples: - default: &455 + default: &456 value: name: GH_TOKEN created_at: '2019-08-10T14:59:22Z' @@ -47359,8 +47367,8 @@ paths: description: API method documentation url: https://docs.github.com/rest/actions/secrets#create-or-update-a-repository-secret parameters: - - *279 - *280 + - *281 - *127 requestBody: required: true @@ -47418,8 +47426,8 @@ paths: description: API method documentation url: https://docs.github.com/rest/actions/secrets#delete-a-repository-secret parameters: - - *279 - *280 + - *281 - *127 responses: '204': @@ -47445,9 +47453,9 @@ paths: description: API method documentation url: https://docs.github.com/rest/actions/variables#list-repository-variables parameters: - - *279 - *280 - - *301 + - *281 + - *302 - *19 responses: '200': @@ -47464,9 +47472,9 @@ paths: type: integer variables: type: array - items: *329 + items: *330 examples: - default: *330 + default: *331 headers: Link: *58 x-github: @@ -47489,8 +47497,8 @@ paths: description: API method documentation url: https://docs.github.com/rest/actions/variables#create-a-repository-variable parameters: - - *279 - *280 + - *281 requestBody: required: true content: @@ -47542,17 +47550,17 @@ paths: description: API method documentation url: https://docs.github.com/rest/actions/variables#get-a-repository-variable parameters: - - *279 - *280 + - *281 - *130 responses: '200': description: Response content: application/json: - schema: *329 + schema: *330 examples: - default: &456 + default: &457 value: name: USERNAME value: octocat @@ -47578,8 +47586,8 @@ paths: description: API method documentation url: https://docs.github.com/rest/actions/variables#update-a-repository-variable parameters: - - *279 - *280 + - *281 - *130 requestBody: required: true @@ -47622,8 +47630,8 @@ paths: description: API method documentation url: https://docs.github.com/rest/actions/variables#delete-a-repository-variable parameters: - - *279 - *280 + - *281 - *130 responses: '204': @@ -47649,8 +47657,8 @@ paths: description: API method documentation url: https://docs.github.com/rest/actions/workflows#list-repository-workflows parameters: - - *279 - *280 + - *281 - *17 - *19 responses: @@ -47668,7 +47676,7 @@ paths: type: integer workflows: type: array - items: &331 + items: &332 title: Workflow description: A GitHub Actions workflow type: object @@ -47775,9 +47783,9 @@ paths: description: API method documentation url: https://docs.github.com/rest/actions/workflows#get-a-workflow parameters: - - *279 - *280 - - &332 + - *281 + - &333 name: workflow_id in: path description: The ID of the workflow. You can also pass the workflow file name @@ -47792,7 +47800,7 @@ paths: description: Response content: application/json: - schema: *331 + schema: *332 examples: default: value: @@ -47825,9 +47833,9 @@ paths: description: API method documentation url: https://docs.github.com/rest/actions/workflows#disable-a-workflow parameters: - - *279 - *280 - - *332 + - *281 + - *333 responses: '204': description: Response @@ -47852,9 +47860,9 @@ paths: description: API method documentation url: https://docs.github.com/rest/actions/workflows#create-a-workflow-dispatch-event parameters: - - *279 - *280 - - *332 + - *281 + - *333 responses: '204': description: Response @@ -47905,9 +47913,9 @@ paths: description: API method documentation url: https://docs.github.com/rest/actions/workflows#enable-a-workflow parameters: - - *279 - *280 - - *332 + - *281 + - *333 responses: '204': description: Response @@ -47934,19 +47942,19 @@ paths: description: API method documentation url: https://docs.github.com/rest/actions/workflow-runs#list-workflow-runs-for-a-workflow parameters: - - *279 - *280 - - *332 + - *281 - *333 - *334 - *335 - *336 + - *337 - *17 - *19 - - *337 - - *316 - *338 + - *317 - *339 + - *340 responses: '200': description: Response @@ -47962,9 +47970,9 @@ paths: type: integer workflow_runs: type: array - items: *317 + items: *318 examples: - default: *340 + default: *341 headers: Link: *58 x-github: @@ -47996,9 +48004,9 @@ paths: description: API method documentation url: https://docs.github.com/rest/actions/workflows#get-workflow-usage parameters: - - *279 - *280 - - *332 + - *281 + - *333 responses: '200': description: Response @@ -48059,8 +48067,8 @@ paths: description: API method documentation url: https://docs.github.com/rest/repos/repos#list-repository-activities parameters: - - *279 - *280 + - *281 - *48 - *17 - *39 @@ -48224,8 +48232,8 @@ paths: description: API method documentation url: https://docs.github.com/rest/issues/assignees#list-assignees parameters: - - *279 - *280 + - *281 - *17 - *19 responses: @@ -48237,7 +48245,7 @@ paths: type: array items: *4 examples: - default: *197 + default: *198 headers: Link: *58 '404': *6 @@ -48262,8 +48270,8 @@ paths: description: API method documentation url: https://docs.github.com/rest/issues/assignees#check-if-a-user-can-be-assigned parameters: - - *279 - *280 + - *281 - name: assignee in: path required: true @@ -48299,8 +48307,8 @@ paths: description: API method documentation url: https://docs.github.com/rest/repos/repos#create-an-attestation parameters: - - *279 - *280 + - *281 requestBody: required: true content: @@ -48412,8 +48420,8 @@ paths: description: API method documentation url: https://docs.github.com/rest/repos/repos#list-attestations parameters: - - *279 - *280 + - *281 - *17 - *39 - *40 @@ -48467,7 +48475,7 @@ paths: bundle_url: type: string examples: - default: *341 + default: *342 x-github: githubCloudOnly: false enabledForGitHubApps: true @@ -48487,8 +48495,8 @@ paths: description: API method documentation url: https://docs.github.com/rest/repos/autolinks#get-all-autolinks-of-a-repository parameters: - - *279 - *280 + - *281 responses: '200': description: Response @@ -48496,7 +48504,7 @@ paths: application/json: schema: type: array - items: &342 + items: &343 title: Autolink reference description: An autolink reference. type: object @@ -48546,8 +48554,8 @@ paths: description: API method documentation url: https://docs.github.com/rest/repos/autolinks#create-an-autolink-reference-for-a-repository parameters: - - *279 - *280 + - *281 requestBody: required: true content: @@ -48586,9 +48594,9 @@ paths: description: response content: application/json: - schema: *342 + schema: *343 examples: - default: &343 + default: &344 value: id: 1 key_prefix: TICKET- @@ -48619,9 +48627,9 @@ paths: description: API method documentation url: https://docs.github.com/rest/repos/autolinks#get-an-autolink-reference-of-a-repository parameters: - - *279 - *280 - - &344 + - *281 + - &345 name: autolink_id description: The unique identifier of the autolink. in: path @@ -48633,9 +48641,9 @@ paths: description: Response content: application/json: - schema: *342 + schema: *343 examples: - default: *343 + default: *344 '404': *6 x-github: githubCloudOnly: false @@ -48655,9 +48663,9 @@ paths: description: API method documentation url: https://docs.github.com/rest/repos/autolinks#delete-an-autolink-reference-from-a-repository parameters: - - *279 - *280 - - *344 + - *281 + - *345 responses: '204': description: Response @@ -48681,8 +48689,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: - - *279 - *280 + - *281 responses: '200': description: Response if Dependabot is enabled @@ -48730,8 +48738,8 @@ paths: description: API method documentation url: https://docs.github.com/rest/repos/repos#enable-dependabot-security-updates parameters: - - *279 - *280 + - *281 responses: '204': description: Response @@ -48752,8 +48760,8 @@ paths: description: API method documentation url: https://docs.github.com/rest/repos/repos#disable-dependabot-security-updates parameters: - - *279 - *280 + - *281 responses: '204': description: Response @@ -48773,8 +48781,8 @@ paths: description: API method documentation url: https://docs.github.com/rest/branches/branches#list-branches parameters: - - *279 - *280 + - *281 - name: protected description: Setting to `true` returns only branches protected by branch protections or rulesets. When set to `false`, only unprotected branches are returned. @@ -48812,7 +48820,7 @@ paths: - url protected: type: boolean - protection: &346 + protection: &347 title: Branch Protection description: Branch Protection type: object @@ -48854,7 +48862,7 @@ paths: required: - contexts - checks - enforce_admins: &349 + enforce_admins: &350 title: Protected Branch Admin Enforced description: Protected Branch Admin Enforced type: object @@ -48869,7 +48877,7 @@ paths: required: - url - enabled - required_pull_request_reviews: &351 + required_pull_request_reviews: &352 title: Protected Branch Pull Request Review description: Protected Branch Pull Request Review type: object @@ -48945,7 +48953,7 @@ paths: required: - dismiss_stale_reviews - require_code_owner_reviews - restrictions: &348 + restrictions: &349 title: Branch Restriction Policy description: Branch Restriction Policy type: object @@ -49252,9 +49260,9 @@ paths: description: API method documentation url: https://docs.github.com/rest/branches/branches#get-a-branch parameters: - - *279 - *280 - - &347 + - *281 + - &348 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). @@ -49268,14 +49276,14 @@ paths: description: Response content: application/json: - schema: &357 + schema: &358 title: Branch With Protection description: Branch With Protection type: object properties: name: type: string - commit: &410 + commit: &411 title: Commit description: Commit type: object @@ -49309,7 +49317,7 @@ paths: title: Git User description: Metaproperties for Git author/committer information. type: object - properties: &345 + properties: &346 name: type: string example: '"Chris Wanstrath"' @@ -49324,7 +49332,7 @@ paths: title: Git User description: Metaproperties for Git author/committer information. type: object - properties: *345 + properties: *346 nullable: true message: type: string @@ -49345,7 +49353,7 @@ paths: required: - sha - url - verification: &462 + verification: &463 title: Verification type: object properties: @@ -49415,7 +49423,7 @@ paths: type: integer files: type: array - items: &425 + items: &426 title: Diff Entry description: Diff Entry type: object @@ -49498,7 +49506,7 @@ paths: - self protected: type: boolean - protection: *346 + protection: *347 protection_url: type: string format: uri @@ -49605,7 +49613,7 @@ paths: contexts: [] checks: [] protection_url: https://api.github.com/repos/octocat/Hello-World/branches/main/protection - '301': *291 + '301': *292 '404': *6 x-github: githubCloudOnly: false @@ -49627,15 +49635,15 @@ paths: description: API method documentation url: https://docs.github.com/rest/branches/branch-protection#get-branch-protection parameters: - - *279 - *280 - - *347 + - *281 + - *348 responses: '200': description: Response content: application/json: - schema: *346 + schema: *347 examples: default: value: @@ -49829,9 +49837,9 @@ paths: description: API method documentation url: https://docs.github.com/rest/branches/branch-protection#update-branch-protection parameters: - - *279 - *280 - - *347 + - *281 + - *348 requestBody: required: true content: @@ -50086,7 +50094,7 @@ paths: url: type: string format: uri - required_status_checks: &354 + required_status_checks: &355 title: Status Check Policy description: Status Check Policy type: object @@ -50238,7 +50246,7 @@ paths: additionalProperties: false required: - enabled - restrictions: *348 + restrictions: *349 required_conversation_resolution: type: object properties: @@ -50350,9 +50358,9 @@ paths: description: API method documentation url: https://docs.github.com/rest/branches/branch-protection#delete-branch-protection parameters: - - *279 - *280 - - *347 + - *281 + - *348 responses: '204': description: Response @@ -50377,17 +50385,17 @@ paths: description: API method documentation url: https://docs.github.com/rest/branches/branch-protection#get-admin-branch-protection parameters: - - *279 - *280 - - *347 + - *281 + - *348 responses: '200': description: Response content: application/json: - schema: *349 + schema: *350 examples: - default: &350 + default: &351 value: url: https://api.github.com/repos/octocat/Hello-World/branches/master/protection/enforce_admins enabled: true @@ -50409,17 +50417,17 @@ paths: description: API method documentation url: https://docs.github.com/rest/branches/branch-protection#set-admin-branch-protection parameters: - - *279 - *280 - - *347 + - *281 + - *348 responses: '200': description: Response content: application/json: - schema: *349 + schema: *350 examples: - default: *350 + default: *351 x-github: githubCloudOnly: false enabledForGitHubApps: true @@ -50438,9 +50446,9 @@ paths: description: API method documentation url: https://docs.github.com/rest/branches/branch-protection#delete-admin-branch-protection parameters: - - *279 - *280 - - *347 + - *281 + - *348 responses: '204': description: Response @@ -50465,17 +50473,17 @@ paths: description: API method documentation url: https://docs.github.com/rest/branches/branch-protection#get-pull-request-review-protection parameters: - - *279 - *280 - - *347 + - *281 + - *348 responses: '200': description: Response content: application/json: - schema: *351 + schema: *352 examples: - default: &352 + default: &353 value: url: https://api.github.com/repos/octocat/Hello-World/branches/master/protection/required_pull_request_reviews dismissal_restrictions: @@ -50571,9 +50579,9 @@ paths: description: API method documentation url: https://docs.github.com/rest/branches/branch-protection#update-pull-request-review-protection parameters: - - *279 - *280 - - *347 + - *281 + - *348 requestBody: required: false content: @@ -50671,9 +50679,9 @@ paths: description: Response content: application/json: - schema: *351 + schema: *352 examples: - default: *352 + default: *353 '422': *15 x-github: githubCloudOnly: false @@ -50694,9 +50702,9 @@ paths: description: API method documentation url: https://docs.github.com/rest/branches/branch-protection#delete-pull-request-review-protection parameters: - - *279 - *280 - - *347 + - *281 + - *348 responses: '204': description: Response @@ -50723,17 +50731,17 @@ paths: description: API method documentation url: https://docs.github.com/rest/branches/branch-protection#get-commit-signature-protection parameters: - - *279 - *280 - - *347 + - *281 + - *348 responses: '200': description: Response content: application/json: - schema: *349 + schema: *350 examples: - default: &353 + default: &354 value: url: https://api.github.com/repos/octocat/Hello-World/branches/master/protection/required_signatures enabled: true @@ -50756,17 +50764,17 @@ paths: description: API method documentation url: https://docs.github.com/rest/branches/branch-protection#create-commit-signature-protection parameters: - - *279 - *280 - - *347 + - *281 + - *348 responses: '200': description: Response content: application/json: - schema: *349 + schema: *350 examples: - default: *353 + default: *354 '404': *6 x-github: githubCloudOnly: false @@ -50786,9 +50794,9 @@ paths: description: API method documentation url: https://docs.github.com/rest/branches/branch-protection#delete-commit-signature-protection parameters: - - *279 - *280 - - *347 + - *281 + - *348 responses: '204': description: Response @@ -50813,17 +50821,17 @@ paths: description: API method documentation url: https://docs.github.com/rest/branches/branch-protection#get-status-checks-protection parameters: - - *279 - *280 - - *347 + - *281 + - *348 responses: '200': description: Response content: application/json: - schema: *354 + schema: *355 examples: - default: &355 + default: &356 value: url: https://api.github.com/repos/octocat/Hello-World/branches/master/protection/required_status_checks strict: true @@ -50849,9 +50857,9 @@ paths: description: API method documentation url: https://docs.github.com/rest/branches/branch-protection#update-status-check-protection parameters: - - *279 - *280 - - *347 + - *281 + - *348 requestBody: required: false content: @@ -50903,9 +50911,9 @@ paths: description: Response content: application/json: - schema: *354 + schema: *355 examples: - default: *355 + default: *356 '404': *6 '422': *15 x-github: @@ -50927,9 +50935,9 @@ paths: description: API method documentation url: https://docs.github.com/rest/branches/branch-protection#remove-status-check-protection parameters: - - *279 - *280 - - *347 + - *281 + - *348 responses: '204': description: Response @@ -50953,9 +50961,9 @@ paths: description: API method documentation url: https://docs.github.com/rest/branches/branch-protection#get-all-status-check-contexts parameters: - - *279 - *280 - - *347 + - *281 + - *348 responses: '200': description: Response @@ -50989,9 +50997,9 @@ paths: description: API method documentation url: https://docs.github.com/rest/branches/branch-protection#add-status-check-contexts parameters: - - *279 - *280 - - *347 + - *281 + - *348 requestBody: required: false content: @@ -51058,9 +51066,9 @@ paths: description: API method documentation url: https://docs.github.com/rest/branches/branch-protection#set-status-check-contexts parameters: - - *279 - *280 - - *347 + - *281 + - *348 requestBody: required: false content: @@ -51124,9 +51132,9 @@ paths: description: API method documentation url: https://docs.github.com/rest/branches/branch-protection#remove-status-check-contexts parameters: - - *279 - *280 - - *347 + - *281 + - *348 requestBody: content: application/json: @@ -51192,15 +51200,15 @@ paths: description: API method documentation url: https://docs.github.com/rest/branches/branch-protection#get-access-restrictions parameters: - - *279 - *280 - - *347 + - *281 + - *348 responses: '200': description: Response content: application/json: - schema: *348 + schema: *349 examples: default: value: @@ -51291,9 +51299,9 @@ paths: description: API method documentation url: https://docs.github.com/rest/branches/branch-protection#delete-access-restrictions parameters: - - *279 - *280 - - *347 + - *281 + - *348 responses: '204': description: Response @@ -51316,9 +51324,9 @@ paths: description: API method documentation url: https://docs.github.com/rest/branches/branch-protection#get-apps-with-access-to-the-protected-branch parameters: - - *279 - *280 - - *347 + - *281 + - *348 responses: '200': description: Response @@ -51328,7 +51336,7 @@ paths: type: array items: *5 examples: - default: &356 + default: &357 value: - id: 1 slug: octoapp @@ -51385,9 +51393,9 @@ paths: description: API method documentation url: https://docs.github.com/rest/branches/branch-protection#add-app-access-restrictions parameters: - - *279 - *280 - - *347 + - *281 + - *348 requestBody: required: true content: @@ -51421,7 +51429,7 @@ paths: type: array items: *5 examples: - default: *356 + default: *357 '422': *15 x-github: githubCloudOnly: false @@ -51442,9 +51450,9 @@ paths: description: API method documentation url: https://docs.github.com/rest/branches/branch-protection#set-app-access-restrictions parameters: - - *279 - *280 - - *347 + - *281 + - *348 requestBody: required: true content: @@ -51478,7 +51486,7 @@ paths: type: array items: *5 examples: - default: *356 + default: *357 '422': *15 x-github: githubCloudOnly: false @@ -51499,9 +51507,9 @@ paths: description: API method documentation url: https://docs.github.com/rest/branches/branch-protection#remove-app-access-restrictions parameters: - - *279 - *280 - - *347 + - *281 + - *348 requestBody: required: true content: @@ -51535,7 +51543,7 @@ paths: type: array items: *5 examples: - default: *356 + default: *357 '422': *15 x-github: githubCloudOnly: false @@ -51557,9 +51565,9 @@ paths: description: API method documentation url: https://docs.github.com/rest/branches/branch-protection#get-teams-with-access-to-the-protected-branch parameters: - - *279 - *280 - - *347 + - *281 + - *348 responses: '200': description: Response @@ -51569,7 +51577,7 @@ paths: type: array items: *152 examples: - default: *212 + default: *213 '404': *6 x-github: githubCloudOnly: false @@ -51589,9 +51597,9 @@ paths: description: API method documentation url: https://docs.github.com/rest/branches/branch-protection#add-team-access-restrictions parameters: - - *279 - *280 - - *347 + - *281 + - *348 requestBody: required: false content: @@ -51629,7 +51637,7 @@ paths: type: array items: *152 examples: - default: *212 + default: *213 '422': *15 x-github: githubCloudOnly: false @@ -51650,9 +51658,9 @@ paths: description: API method documentation url: https://docs.github.com/rest/branches/branch-protection#set-team-access-restrictions parameters: - - *279 - *280 - - *347 + - *281 + - *348 requestBody: required: false content: @@ -51690,7 +51698,7 @@ paths: type: array items: *152 examples: - default: *212 + default: *213 '422': *15 x-github: githubCloudOnly: false @@ -51711,9 +51719,9 @@ paths: description: API method documentation url: https://docs.github.com/rest/branches/branch-protection#remove-team-access-restrictions parameters: - - *279 - *280 - - *347 + - *281 + - *348 requestBody: content: application/json: @@ -51750,7 +51758,7 @@ paths: type: array items: *152 examples: - default: *212 + default: *213 '422': *15 x-github: githubCloudOnly: false @@ -51772,9 +51780,9 @@ paths: description: API method documentation url: https://docs.github.com/rest/branches/branch-protection#get-users-with-access-to-the-protected-branch parameters: - - *279 - *280 - - *347 + - *281 + - *348 responses: '200': description: Response @@ -51784,7 +51792,7 @@ paths: type: array items: *4 examples: - default: *197 + default: *198 '404': *6 x-github: githubCloudOnly: false @@ -51808,9 +51816,9 @@ paths: description: API method documentation url: https://docs.github.com/rest/branches/branch-protection#add-user-access-restrictions parameters: - - *279 - *280 - - *347 + - *281 + - *348 requestBody: required: true content: @@ -51843,7 +51851,7 @@ paths: type: array items: *4 examples: - default: *197 + default: *198 '422': *15 x-github: githubCloudOnly: false @@ -51868,9 +51876,9 @@ paths: description: API method documentation url: https://docs.github.com/rest/branches/branch-protection#set-user-access-restrictions parameters: - - *279 - *280 - - *347 + - *281 + - *348 requestBody: required: true content: @@ -51903,7 +51911,7 @@ paths: type: array items: *4 examples: - default: *197 + default: *198 '422': *15 x-github: githubCloudOnly: false @@ -51928,9 +51936,9 @@ paths: description: API method documentation url: https://docs.github.com/rest/branches/branch-protection#remove-user-access-restrictions parameters: - - *279 - *280 - - *347 + - *281 + - *348 requestBody: required: true content: @@ -51963,7 +51971,7 @@ paths: type: array items: *4 examples: - default: *197 + default: *198 '422': *15 x-github: githubCloudOnly: false @@ -51990,9 +51998,9 @@ paths: description: API method documentation url: https://docs.github.com/rest/branches/branches#rename-a-branch parameters: - - *279 - *280 - - *347 + - *281 + - *348 requestBody: required: true content: @@ -52014,7 +52022,7 @@ paths: description: Response content: application/json: - schema: *357 + schema: *358 examples: default: value: @@ -52130,8 +52138,8 @@ paths: description: API method documentation url: https://docs.github.com/rest/checks/runs#create-a-check-run parameters: - - *279 - *280 + - *281 requestBody: required: true content: @@ -52410,7 +52418,7 @@ paths: description: Response content: application/json: - schema: &359 + schema: &360 title: CheckRun description: A check performed on the code of a given code change type: object @@ -52529,8 +52537,8 @@ paths: do not necessarily indicate pull requests that triggered the check. type: array - items: *358 - deployment: &656 + items: *359 + deployment: &657 title: Deployment description: A deployment created as the result of an Actions check run from a workflow that references an environment @@ -52810,9 +52818,9 @@ paths: description: API method documentation url: https://docs.github.com/rest/checks/runs#get-a-check-run parameters: - - *279 - *280 - - &360 + - *281 + - &361 name: check_run_id description: The unique identifier of the check run. in: path @@ -52824,9 +52832,9 @@ paths: description: Response content: application/json: - schema: *359 + schema: *360 examples: - default: &361 + default: &362 value: id: 4 head_sha: ce587453ced02b1526dfb4cb910479d431683101 @@ -52926,9 +52934,9 @@ paths: description: API method documentation url: https://docs.github.com/rest/checks/runs#update-a-check-run parameters: - - *279 - *280 - - *360 + - *281 + - *361 requestBody: required: true content: @@ -53168,9 +53176,9 @@ paths: description: Response content: application/json: - schema: *359 + schema: *360 examples: - default: *361 + default: *362 x-github: githubCloudOnly: false enabledForGitHubApps: true @@ -53190,9 +53198,9 @@ paths: description: API method documentation url: https://docs.github.com/rest/checks/runs#list-check-run-annotations parameters: - - *279 - *280 - - *360 + - *281 + - *361 - *17 - *19 responses: @@ -53280,8 +53288,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 @@ -53289,9 +53295,9 @@ paths: description: API method documentation url: https://docs.github.com/rest/checks/runs#rerequest-a-check-run parameters: - - *279 - *280 - - *360 + - *281 + - *361 responses: '201': description: Response @@ -53335,8 +53341,8 @@ paths: description: API method documentation url: https://docs.github.com/rest/checks/suites#create-a-check-suite parameters: - - *279 - *280 + - *281 requestBody: required: true content: @@ -53358,7 +53364,7 @@ paths: description: Response when the suite already exists content: application/json: - schema: &364 + schema: &365 title: CheckSuite description: A suite of checks performed on the code of a given code change @@ -53422,7 +53428,7 @@ paths: nullable: true pull_requests: type: array - items: *358 + items: *359 nullable: true app: title: GitHub app @@ -53444,12 +53450,12 @@ paths: type: string format: date-time nullable: true - head_commit: &682 + head_commit: &683 title: Simple Commit description: A commit. type: object - properties: *362 - required: *363 + properties: *363 + required: *364 latest_check_runs_count: type: integer check_runs_url: @@ -53477,7 +53483,7 @@ paths: - check_runs_url - pull_requests examples: - default: &365 + default: &366 value: id: 5 node_id: MDEwOkNoZWNrU3VpdGU1 @@ -53768,9 +53774,9 @@ paths: description: Response when the suite was created content: application/json: - schema: *364 + schema: *365 examples: - default: *365 + default: *366 x-github: githubCloudOnly: false enabledForGitHubApps: true @@ -53789,8 +53795,8 @@ paths: description: API method documentation url: https://docs.github.com/rest/checks/suites#update-repository-preferences-for-check-suites parameters: - - *279 - *280 + - *281 requestBody: required: true content: @@ -54099,9 +54105,9 @@ paths: description: API method documentation url: https://docs.github.com/rest/checks/suites#get-a-check-suite parameters: - - *279 - *280 - - &366 + - *281 + - &367 name: check_suite_id description: The unique identifier of the check suite. in: path @@ -54113,9 +54119,9 @@ paths: description: Response content: application/json: - schema: *364 + schema: *365 examples: - default: *365 + default: *366 x-github: githubCloudOnly: false enabledForGitHubApps: true @@ -54138,17 +54144,17 @@ paths: description: API method documentation url: https://docs.github.com/rest/checks/runs#list-check-runs-in-a-check-suite parameters: - - *279 - *280 - - *366 - - &418 + - *281 + - *367 + - &419 name: check_name description: Returns check runs with the specified `name`. in: query required: false schema: type: string - - &419 + - &420 name: status description: Returns check runs with the specified `status`. in: query @@ -54187,9 +54193,9 @@ paths: type: integer check_runs: type: array - items: *359 + items: *360 examples: - default: &420 + default: &421 value: total_count: 1 check_runs: @@ -54280,10 +54286,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 @@ -54291,9 +54297,9 @@ paths: description: API method documentation url: https://docs.github.com/rest/checks/suites#rerequest-a-check-suite parameters: - - *279 - *280 - - *366 + - *281 + - *367 responses: '201': description: Response @@ -54326,21 +54332,21 @@ paths: description: API method documentation url: https://docs.github.com/rest/code-scanning/code-scanning#list-code-scanning-alerts-for-a-repository parameters: - - *279 - *280 - - *367 + - *281 - *368 + - *369 - *19 - *17 - - &385 + - &386 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: *369 - - &386 + schema: *370 + - &387 name: pr description: The number of the pull request for the results you want to list. in: query @@ -54365,13 +54371,13 @@ paths: be returned. in: query required: false - schema: *370 + schema: *371 - name: severity description: If specified, only code scanning alerts with this severity will be returned. in: query required: false - schema: *371 + schema: *372 responses: '200': description: Response @@ -54387,7 +54393,7 @@ paths: updated_at: *136 url: *56 html_url: *57 - instances_url: *372 + instances_url: *373 state: *141 fixed_at: *137 dismissed_by: @@ -54398,11 +54404,11 @@ paths: required: *21 nullable: true dismissed_at: *138 - dismissed_reason: *373 - dismissed_comment: *374 - rule: *375 - tool: *376 - most_recent_instance: *377 + dismissed_reason: *374 + dismissed_comment: *375 + rule: *376 + tool: *377 + most_recent_instance: *378 dismissal_approved_by: title: Simple User description: A GitHub user. @@ -54525,7 +54531,7 @@ paths: classifications: [] instances_url: https://api.github.com/repos/octocat/hello-world/code-scanning/alerts/3/instances '304': *37 - '403': &378 + '403': &379 description: Response if GitHub Advanced Security is not enabled for this repository content: @@ -54552,9 +54558,9 @@ paths: description: API method documentation url: https://docs.github.com/rest/code-scanning/code-scanning#get-a-code-scanning-alert parameters: - - *279 - *280 - - &379 + - *281 + - &380 name: alert_number in: path description: The number that identifies an alert. You can find this at the @@ -54568,7 +54574,7 @@ paths: description: Response content: application/json: - schema: &380 + schema: &381 type: object properties: number: *54 @@ -54576,7 +54582,7 @@ paths: updated_at: *136 url: *56 html_url: *57 - instances_url: *372 + instances_url: *373 state: *141 fixed_at: *137 dismissed_by: @@ -54587,8 +54593,8 @@ paths: required: *21 nullable: true dismissed_at: *138 - dismissed_reason: *373 - dismissed_comment: *374 + dismissed_reason: *374 + dismissed_comment: *375 rule: type: object properties: @@ -54642,8 +54648,8 @@ paths: type: string description: A link to the documentation for the rule used to detect the alert. - tool: *376 - most_recent_instance: *377 + tool: *377 + most_recent_instance: *378 dismissal_approved_by: title: Simple User description: A GitHub user. @@ -54739,7 +54745,7 @@ paths: - test instances_url: https://api.github.com/repos/octocat/hello-world/code-scanning/alerts/42/instances '304': *37 - '403': *378 + '403': *379 '404': *6 '503': *65 x-github: @@ -54759,9 +54765,9 @@ paths: description: API method documentation url: https://docs.github.com/rest/code-scanning/code-scanning#update-a-code-scanning-alert parameters: - - *279 - *280 - - *379 + - *281 + - *380 requestBody: required: true content: @@ -54776,8 +54782,8 @@ paths: enum: - open - dismissed - dismissed_reason: *373 - dismissed_comment: *374 + dismissed_reason: *374 + dismissed_comment: *375 create_request: type: boolean description: If `true`, attempt to create an alert dismissal request. @@ -54796,7 +54802,7 @@ paths: description: Response content: application/json: - schema: *380 + schema: *381 examples: default: value: @@ -54872,7 +54878,7 @@ paths: - test instances_url: https://api.github.com/repos/octocat/hello-world/code-scanning/alerts/42/instances '400': *14 - '403': &384 + '403': &385 description: Response if the repository is archived or if GitHub Advanced Security is not enabled for this repository content: @@ -54899,15 +54905,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: - - *279 - *280 - - *379 + - *281 + - *380 responses: '200': description: Response content: application/json: - schema: &381 + schema: &382 type: object properties: status: @@ -54933,13 +54939,13 @@ paths: - description - started_at examples: - default: &382 + default: &383 value: status: success description: This fixes an XSS vulnerability by escaping the user input. started_at: '2024-02-14T12:29:18Z' - '400': &383 + '400': &384 description: Bad Request content: application/json: @@ -54950,7 +54956,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': *378 + '403': *379 '404': *6 '503': *65 x-github: @@ -54975,29 +54981,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: - - *279 - *280 - - *379 + - *281 + - *380 responses: '200': description: OK content: application/json: - schema: *381 + schema: *382 examples: - default: *382 + default: *383 '202': description: Accepted content: application/json: - schema: *381 + schema: *382 examples: default: value: status: pending description: started_at: '2024-02-14T12:29:18Z' - '400': *383 + '400': *384 '403': description: Response if the repository is archived, if GitHub Advanced Security is not enabled for this repository or if rate limit is exceeded @@ -55029,9 +55035,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: - - *279 - *280 - - *379 + - *281 + - *380 requestBody: required: false content: @@ -55076,8 +55082,8 @@ paths: value: target_ref: refs/heads/main sha: 178f4f6090b3fccad4a65b3e83d076a622d59652 - '400': *383 - '403': *384 + '400': *384 + '403': *385 '404': *6 '422': description: Unprocessable Entity @@ -55101,13 +55107,13 @@ paths: description: API method documentation url: https://docs.github.com/rest/code-scanning/code-scanning#list-instances-of-a-code-scanning-alert parameters: - - *279 - *280 - - *379 + - *281 + - *380 - *19 - *17 - - *385 - *386 + - *387 responses: '200': description: Response @@ -55115,7 +55121,7 @@ paths: application/json: schema: type: array - items: *377 + items: *378 examples: default: value: @@ -55154,7 +55160,7 @@ paths: end_column: 50 classifications: - source - '403': *378 + '403': *379 '404': *6 '503': *65 x-github: @@ -55188,25 +55194,25 @@ paths: description: API method documentation url: https://docs.github.com/rest/code-scanning/code-scanning#list-code-scanning-analyses-for-a-repository parameters: - - *279 - *280 - - *367 + - *281 - *368 + - *369 - *19 - *17 - - *386 + - *387 - 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: *369 + schema: *370 - name: sarif_id in: query description: Filter analyses belonging to the same SARIF upload. required: false - schema: &389 + schema: &390 type: string description: An identifier for the upload. example: 6c81cd8e-b078-4ac3-a3be-1dad7dbd0b53 @@ -55227,23 +55233,23 @@ paths: application/json: schema: type: array - items: &390 + items: &391 type: object properties: - ref: *369 - commit_sha: &398 + ref: *370 + commit_sha: &399 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: *387 + analysis_key: *388 environment: type: string description: Identifies the variable values associated with the environment in which this analysis was performed. - category: *388 + category: *389 error: type: string example: error reading field xyz @@ -55267,8 +55273,8 @@ paths: description: The REST API URL of the analysis resource. format: uri readOnly: true - sarif_id: *389 - tool: *376 + sarif_id: *390 + tool: *377 deletable: type: boolean warning: @@ -55329,7 +55335,7 @@ paths: version: 1.2.0 deletable: true warning: '' - '403': *378 + '403': *379 '404': *6 '503': *65 x-github: @@ -55365,8 +55371,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: - - *279 - *280 + - *281 - name: analysis_id in: path description: The ID of the analysis, as returned from the `GET /repos/{owner}/{repo}/code-scanning/analyses` @@ -55379,7 +55385,7 @@ paths: description: Response content: application/json: - schema: *390 + schema: *391 examples: response: summary: application/json response @@ -55433,7 +55439,7 @@ paths: properties: - github/alertNumber: 2 - github/alertUrl: https://api.github.com/repos/monalisa/monalisa/code-scanning/alerts/2 - '403': *378 + '403': *379 '404': *6 '503': *65 x-github: @@ -55515,8 +55521,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: - - *279 - *280 + - *281 - name: analysis_id in: path description: The ID of the analysis, as returned from the `GET /repos/{owner}/{repo}/code-scanning/analyses` @@ -55569,7 +55575,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': *384 + '403': *385 '404': *6 '503': *65 x-github: @@ -55591,8 +55597,8 @@ paths: description: API method documentation url: https://docs.github.com/rest/code-scanning/code-scanning#list-codeql-databases-for-a-repository parameters: - - *279 - *280 + - *281 responses: '200': description: Response @@ -55600,7 +55606,7 @@ paths: application/json: schema: type: array - items: &391 + items: &392 title: CodeQL Database description: A CodeQL database. type: object @@ -55711,7 +55717,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': *378 + '403': *379 '404': *6 '503': *65 x-github: @@ -55740,8 +55746,8 @@ paths: description: API method documentation url: https://docs.github.com/rest/code-scanning/code-scanning#get-a-codeql-database-for-a-repository parameters: - - *279 - *280 + - *281 - name: language in: path description: The language of the CodeQL database. @@ -55753,7 +55759,7 @@ paths: description: Response content: application/json: - schema: *391 + schema: *392 examples: default: value: @@ -55785,9 +55791,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': &427 + '302': &428 description: Found - '403': *378 + '403': *379 '404': *6 '503': *65 x-github: @@ -55809,8 +55815,8 @@ paths: description: API method documentation url: https://docs.github.com/rest/code-scanning/code-scanning#delete-a-codeql-database parameters: - - *279 - *280 + - *281 - name: language in: path description: The language of the CodeQL database. @@ -55820,7 +55826,7 @@ paths: responses: '204': description: Response - '403': *384 + '403': *385 '404': *6 '503': *65 x-github: @@ -55848,8 +55854,8 @@ paths: description: API method documentation url: https://docs.github.com/rest/code-scanning/code-scanning#create-a-codeql-variant-analysis parameters: - - *279 - *280 + - *281 requestBody: required: true content: @@ -55858,7 +55864,7 @@ paths: type: object additionalProperties: false properties: - language: &392 + language: &393 type: string description: The language targeted by the CodeQL query enum: @@ -55937,7 +55943,7 @@ paths: description: Variant analysis submitted for processing content: application/json: - schema: &396 + schema: &397 title: Variant Analysis description: A run of a CodeQL query against one or more repositories. type: object @@ -55947,7 +55953,7 @@ paths: description: The ID of the variant analysis. controller_repo: *53 actor: *4 - query_language: *392 + query_language: *393 query_pack_url: type: string description: The download url for the query pack. @@ -55994,7 +56000,7 @@ paths: items: type: object properties: - repository: &393 + repository: &394 title: Repository Identifier description: Repository Identifier type: object @@ -56030,7 +56036,7 @@ paths: - private - stargazers_count - updated_at - analysis_status: &397 + analysis_status: &398 type: string description: The new status of the CodeQL variant analysis repository task. @@ -56062,7 +56068,7 @@ paths: from processing. This information is only available to the user that initiated the variant analysis. properties: - access_mismatch_repos: &394 + access_mismatch_repos: &395 type: object properties: repository_count: @@ -56076,7 +56082,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: *393 + items: *394 required: - repository_count - repositories @@ -56098,8 +56104,8 @@ paths: required: - repository_count - repository_full_names - no_codeql_db_repos: *394 - over_limit_repos: *394 + no_codeql_db_repos: *395 + over_limit_repos: *395 required: - access_mismatch_repos - not_found_repos @@ -56115,7 +56121,7 @@ paths: examples: repositories_parameter: summary: Response for a successful variant analysis submission - value: &395 + value: &396 summary: Default response value: id: 1 @@ -56267,10 +56273,10 @@ paths: private: false repository_owners: summary: Response for a successful variant analysis submission - value: *395 + value: *396 repository_lists: summary: Response for a successful variant analysis submission - value: *395 + value: *396 '404': *6 '422': description: Unable to process variant analysis submission @@ -56298,8 +56304,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: - - *279 - *280 + - *281 - name: codeql_variant_analysis_id in: path description: The unique identifier of the variant analysis. @@ -56311,9 +56317,9 @@ paths: description: Response content: application/json: - schema: *396 + schema: *397 examples: - default: *395 + default: *396 '404': *6 '503': *65 x-github: @@ -56336,7 +56342,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: - - *279 + - *280 - name: repo in: path description: The name of the controller repository. @@ -56371,7 +56377,7 @@ paths: type: object properties: repository: *53 - analysis_status: *397 + analysis_status: *398 artifact_size_in_bytes: type: integer description: The size of the artifact. This is only available @@ -56496,8 +56502,8 @@ paths: description: API method documentation url: https://docs.github.com/rest/code-scanning/code-scanning#get-a-code-scanning-default-setup-configuration parameters: - - *279 - *280 + - *281 responses: '200': description: Response @@ -56571,7 +56577,7 @@ paths: query_suite: default updated_at: '2023-01-19T11:21:34Z' schedule: weekly - '403': *378 + '403': *379 '404': *6 '503': *65 x-github: @@ -56592,8 +56598,8 @@ paths: description: API method documentation url: https://docs.github.com/rest/code-scanning/code-scanning#update-a-code-scanning-default-setup-configuration parameters: - - *279 - *280 + - *281 requestBody: required: true content: @@ -56675,7 +56681,7 @@ paths: value: run_id: 42 run_url: https://api.github.com/repos/octoorg/octocat/actions/runs/42 - '403': *384 + '403': *385 '404': *6 '409': description: Response if there is already a validation run in progress with @@ -56740,8 +56746,8 @@ paths: description: API method documentation url: https://docs.github.com/rest/code-scanning/code-scanning#upload-an-analysis-as-sarif-data parameters: - - *279 - *280 + - *281 requestBody: required: true content: @@ -56749,7 +56755,7 @@ paths: schema: type: object properties: - commit_sha: *398 + commit_sha: *399 ref: type: string description: |- @@ -56807,7 +56813,7 @@ paths: schema: type: object properties: - id: *389 + id: *390 url: type: string description: The REST API URL for checking the status of the upload. @@ -56821,7 +56827,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': *384 + '403': *385 '404': *6 '413': description: Payload Too Large if the sarif field is too large @@ -56844,8 +56850,8 @@ paths: description: API method documentation url: https://docs.github.com/rest/code-scanning/code-scanning#get-information-about-a-sarif-upload parameters: - - *279 - *280 + - *281 - name: sarif_id description: The SARIF ID obtained after uploading. in: path @@ -56891,7 +56897,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': *378 + '403': *379 '404': description: Not Found if the sarif id does not match any upload '503': *65 @@ -56916,8 +56922,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: - - *279 - *280 + - *281 responses: '200': description: Response @@ -56998,8 +57004,8 @@ paths: description: API method documentation url: https://docs.github.com/rest/repos/repos#list-codeowners-errors parameters: - - *279 - *280 + - *281 - 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 @@ -57119,8 +57125,8 @@ paths: parameters: - *17 - *19 - - *279 - *280 + - *281 responses: '200': description: Response @@ -57136,7 +57142,7 @@ paths: type: integer codespaces: type: array - items: *198 + items: *199 examples: default: value: @@ -57434,8 +57440,8 @@ paths: description: API method documentation url: https://docs.github.com/rest/codespaces/codespaces#create-a-codespace-in-a-repository parameters: - - *279 - *280 + - *281 requestBody: required: true content: @@ -57498,17 +57504,17 @@ paths: description: Response when the codespace was successfully created content: application/json: - schema: *198 + schema: *199 examples: - default: *399 + default: *400 '202': description: Response when the codespace creation partially failed but is being retried in the background content: application/json: - schema: *198 + schema: *199 examples: - default: *399 + default: *400 '400': *14 '401': *25 '403': *29 @@ -57537,8 +57543,8 @@ paths: parameters: - *17 - *19 - - *279 - *280 + - *281 responses: '200': description: Response @@ -57602,8 +57608,8 @@ paths: description: API method documentation url: https://docs.github.com/rest/codespaces/machines#list-available-machine-types-for-a-repository parameters: - - *279 - *280 + - *281 - name: location description: The location to check for available machines. Assigned by IP if not provided. @@ -57638,14 +57644,14 @@ paths: type: integer machines: type: array - items: &613 + items: &614 type: object title: Codespace machine description: A description of the machine powering a codespace. - properties: *400 - required: *401 + properties: *401 + required: *402 examples: - default: &614 + default: &615 value: total_count: 2 machines: @@ -57685,8 +57691,8 @@ paths: description: API method documentation url: https://docs.github.com/rest/codespaces/codespaces#get-default-attributes-for-a-codespace parameters: - - *279 - *280 + - *281 - name: ref description: The branch or commit to check for a default devcontainer path. If not specified, the default branch will be checked. @@ -57770,8 +57776,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: - - *279 - *280 + - *281 - 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 @@ -57837,8 +57843,8 @@ paths: description: API method documentation url: https://docs.github.com/rest/codespaces/repository-secrets#list-repository-secrets parameters: - - *279 - *280 + - *281 - *17 - *19 responses: @@ -57856,7 +57862,7 @@ paths: type: integer secrets: type: array - items: &405 + items: &406 title: Codespaces Secret description: Set repository secrets for GitHub Codespaces. type: object @@ -57876,7 +57882,7 @@ paths: - created_at - updated_at examples: - default: *402 + default: *403 headers: Link: *58 x-github: @@ -57899,16 +57905,16 @@ paths: description: API method documentation url: https://docs.github.com/rest/codespaces/repository-secrets#get-a-repository-public-key parameters: - - *279 - *280 + - *281 responses: '200': description: Response content: application/json: - schema: *403 + schema: *404 examples: - default: *404 + default: *405 x-github: githubCloudOnly: false enabledForGitHubApps: false @@ -57928,17 +57934,17 @@ paths: description: API method documentation url: https://docs.github.com/rest/codespaces/repository-secrets#get-a-repository-secret parameters: - - *279 - *280 + - *281 - *127 responses: '200': description: Response content: application/json: - schema: *405 + schema: *406 examples: - default: *406 + default: *407 x-github: githubCloudOnly: false enabledForGitHubApps: true @@ -57958,8 +57964,8 @@ paths: description: API method documentation url: https://docs.github.com/rest/codespaces/repository-secrets#create-or-update-a-repository-secret parameters: - - *279 - *280 + - *281 - *127 requestBody: required: true @@ -58012,8 +58018,8 @@ paths: description: API method documentation url: https://docs.github.com/rest/codespaces/repository-secrets#delete-a-repository-secret parameters: - - *279 - *280 + - *281 - *127 responses: '204': @@ -58042,8 +58048,8 @@ paths: description: API method documentation url: https://docs.github.com/rest/collaborators/collaborators#list-repository-collaborators parameters: - - *279 - *280 + - *281 - name: affiliation description: Filter collaborators returned by their affiliation. `outside` means all outside collaborators of an organization-owned repository. `direct` @@ -58085,7 +58091,7 @@ paths: title: Collaborator description: Collaborator type: object - properties: &407 + properties: &408 login: type: string example: octocat @@ -58178,7 +58184,7 @@ paths: user_view_type: type: string example: public - required: &408 + required: &409 - avatar_url - events_url - followers_url @@ -58252,8 +58258,8 @@ paths: description: API method documentation url: https://docs.github.com/rest/collaborators/collaborators#check-if-a-user-is-a-repository-collaborator parameters: - - *279 - *280 + - *281 - *132 responses: '204': @@ -58296,8 +58302,8 @@ paths: description: API method documentation url: https://docs.github.com/rest/collaborators/collaborators#add-a-repository-collaborator parameters: - - *279 - *280 + - *281 - *132 requestBody: required: false @@ -58324,7 +58330,7 @@ paths: description: Response when a new invitation is created content: application/json: - schema: &475 + schema: &476 title: Repository Invitation description: Repository invitations let you manage who you collaborate with. @@ -58546,8 +58552,8 @@ paths: description: API method documentation url: https://docs.github.com/rest/collaborators/collaborators#remove-a-repository-collaborator parameters: - - *279 - *280 + - *281 - *132 responses: '204': @@ -58577,8 +58583,8 @@ paths: description: API method documentation url: https://docs.github.com/rest/collaborators/collaborators#get-repository-permissions-for-a-user parameters: - - *279 - *280 + - *281 - *132 responses: '200': @@ -58599,8 +58605,8 @@ paths: title: Collaborator description: Collaborator type: object - properties: *407 - required: *408 + properties: *408 + required: *409 nullable: true required: - permission @@ -58655,8 +58661,8 @@ paths: description: API method documentation url: https://docs.github.com/rest/commits/comments#list-commit-comments-for-a-repository parameters: - - *279 - *280 + - *281 - *17 - *19 responses: @@ -58666,7 +58672,7 @@ paths: application/json: schema: type: array - items: &409 + items: &410 title: Commit Comment description: Commit Comment type: object @@ -58724,7 +58730,7 @@ paths: - created_at - updated_at examples: - default: &412 + default: &413 value: - html_url: https://github.com/octocat/Hello-World/commit/6dcb09b5b57875f334f61aebed695e2e4193db5e#commitcomment-1 url: https://api.github.com/repos/octocat/Hello-World/comments/1 @@ -58783,17 +58789,17 @@ paths: description: API method documentation url: https://docs.github.com/rest/commits/comments#get-a-commit-comment parameters: - - *279 - *280 + - *281 - *76 responses: '200': description: Response content: application/json: - schema: *409 + schema: *410 examples: - default: &413 + default: &414 value: html_url: https://github.com/octocat/Hello-World/commit/6dcb09b5b57875f334f61aebed695e2e4193db5e#commitcomment-1 url: https://api.github.com/repos/octocat/Hello-World/comments/1 @@ -58850,8 +58856,8 @@ paths: description: API method documentation url: https://docs.github.com/rest/commits/comments#update-a-commit-comment parameters: - - *279 - *280 + - *281 - *76 requestBody: required: true @@ -58874,7 +58880,7 @@ paths: description: Response content: application/json: - schema: *409 + schema: *410 examples: default: value: @@ -58925,8 +58931,8 @@ paths: description: API method documentation url: https://docs.github.com/rest/commits/comments#delete-a-commit-comment parameters: - - *279 - *280 + - *281 - *76 responses: '204': @@ -58948,8 +58954,8 @@ paths: description: API method documentation url: https://docs.github.com/rest/reactions/reactions#list-reactions-for-a-commit-comment parameters: - - *279 - *280 + - *281 - *76 - name: content description: Returns a single [reaction type](https://docs.github.com/rest/reactions/reactions#about-reactions). @@ -58976,9 +58982,9 @@ paths: application/json: schema: type: array - items: *272 + items: *273 examples: - default: *274 + default: *275 headers: Link: *58 '404': *6 @@ -58999,8 +59005,8 @@ paths: description: API method documentation url: https://docs.github.com/rest/reactions/reactions#create-reaction-for-a-commit-comment parameters: - - *279 - *280 + - *281 - *76 requestBody: required: true @@ -59033,16 +59039,16 @@ paths: description: Reaction exists content: application/json: - schema: *272 + schema: *273 examples: - default: *273 + default: *274 '201': description: Reaction created content: application/json: - schema: *272 + schema: *273 examples: - default: *273 + default: *274 '422': *15 x-github: githubCloudOnly: false @@ -59064,10 +59070,10 @@ paths: description: API method documentation url: https://docs.github.com/rest/reactions/reactions#delete-a-commit-comment-reaction parameters: - - *279 - *280 + - *281 - *76 - - *275 + - *276 responses: '204': description: Response @@ -59116,8 +59122,8 @@ paths: description: API method documentation url: https://docs.github.com/rest/commits/commits#list-commits parameters: - - *279 - *280 + - *281 - name: sha description: 'SHA or branch to start listing commits from. Default: the repository’s default branch (usually `main`).' @@ -59173,9 +59179,9 @@ paths: application/json: schema: type: array - items: *410 + items: *411 examples: - default: &526 + default: &527 value: - url: https://api.github.com/repos/octocat/Hello-World/commits/6dcb09b5b57875f334f61aebed695e2e4193db5e sha: 6dcb09b5b57875f334f61aebed695e2e4193db5e @@ -59269,9 +59275,9 @@ paths: description: API method documentation url: https://docs.github.com/rest/commits/commits#list-branches-for-head-commit parameters: - - *279 - *280 - - &411 + - *281 + - &412 name: commit_sha description: The SHA of the commit. in: path @@ -59343,9 +59349,9 @@ paths: description: API method documentation url: https://docs.github.com/rest/commits/comments#list-commit-comments parameters: - - *279 - *280 - - *411 + - *281 + - *412 - *17 - *19 responses: @@ -59355,9 +59361,9 @@ paths: application/json: schema: type: array - items: *409 + items: *410 examples: - default: *412 + default: *413 headers: Link: *58 x-github: @@ -59385,9 +59391,9 @@ paths: description: API method documentation url: https://docs.github.com/rest/commits/comments#create-a-commit-comment parameters: - - *279 - *280 - - *411 + - *281 + - *412 requestBody: required: true content: @@ -59422,9 +59428,9 @@ paths: description: Response content: application/json: - schema: *409 + schema: *410 examples: - default: *413 + default: *414 headers: Location: example: https://api.github.com/repos/octocat/Hello-World/comments/1 @@ -59452,9 +59458,9 @@ paths: description: API method documentation url: https://docs.github.com/rest/commits/commits#list-pull-requests-associated-with-a-commit parameters: - - *279 - *280 - - *411 + - *281 + - *412 - *17 - *19 responses: @@ -59464,7 +59470,7 @@ paths: application/json: schema: type: array - items: &517 + items: &518 title: Pull Request Simple description: Pull Request Simple type: object @@ -59570,8 +59576,8 @@ paths: title: Milestone description: A collection of related issues and pull requests. type: object - properties: *414 - required: *415 + properties: *415 + required: *416 nullable: true active_lock_reason: type: string @@ -59667,7 +59673,7 @@ paths: _links: type: object properties: - comments: &416 + comments: &417 title: Link description: Hypermedia Link type: object @@ -59676,13 +59682,13 @@ paths: type: string required: - href - commits: *416 - statuses: *416 - html: *416 - issue: *416 - review_comments: *416 - review_comment: *416 - self: *416 + commits: *417 + statuses: *417 + html: *417 + issue: *417 + review_comments: *417 + review_comment: *417 + self: *417 required: - comments - commits @@ -59693,7 +59699,7 @@ paths: - review_comment - self author_association: *63 - auto_merge: &519 + auto_merge: &520 title: Auto merge description: The status of auto merging a pull request. type: object @@ -59756,7 +59762,7 @@ paths: - author_association - auto_merge examples: - default: &518 + default: &519 value: - url: https://api.github.com/repos/octocat/Hello-World/pulls/1347 id: 1 @@ -60293,11 +60299,11 @@ paths: description: API method documentation url: https://docs.github.com/rest/commits/commits#get-a-commit parameters: - - *279 - *280 + - *281 - *19 - *17 - - &417 + - &418 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)" @@ -60312,9 +60318,9 @@ paths: description: Response content: application/json: - schema: *410 + schema: *411 examples: - default: &504 + default: &505 value: url: https://api.github.com/repos/octocat/Hello-World/commits/6dcb09b5b57875f334f61aebed695e2e4193db5e sha: 6dcb09b5b57875f334f61aebed695e2e4193db5e @@ -60427,11 +60433,11 @@ paths: description: API method documentation url: https://docs.github.com/rest/checks/runs#list-check-runs-for-a-git-reference parameters: - - *279 - *280 - - *417 + - *281 - *418 - *419 + - *420 - name: filter description: Filters check runs by their `completed_at` timestamp. `latest` returns the most recent check runs. @@ -60465,9 +60471,9 @@ paths: type: integer check_runs: type: array - items: *359 + items: *360 examples: - default: *420 + default: *421 headers: Link: *58 x-github: @@ -60492,9 +60498,9 @@ paths: description: API method documentation url: https://docs.github.com/rest/checks/suites#list-check-suites-for-a-git-reference parameters: - - *279 - *280 - - *417 + - *281 + - *418 - name: app_id description: Filters check suites by GitHub App `id`. in: query @@ -60502,7 +60508,7 @@ paths: schema: type: integer example: 1 - - *418 + - *419 - *17 - *19 responses: @@ -60520,7 +60526,7 @@ paths: type: integer check_suites: type: array - items: *364 + items: *365 examples: default: value: @@ -60720,9 +60726,9 @@ paths: description: API method documentation url: https://docs.github.com/rest/commits/statuses#get-the-combined-status-for-a-specific-reference parameters: - - *279 - *280 - - *417 + - *281 + - *418 - *17 - *19 responses: @@ -60920,9 +60926,9 @@ paths: description: API method documentation url: https://docs.github.com/rest/commits/statuses#list-commit-statuses-for-a-reference parameters: - - *279 - *280 - - *417 + - *281 + - *418 - *17 - *19 responses: @@ -60932,7 +60938,7 @@ paths: application/json: schema: type: array - items: &587 + items: &588 title: Status description: The status of a commit. type: object @@ -61013,7 +61019,7 @@ paths: site_admin: false headers: Link: *58 - '301': *291 + '301': *292 x-github: githubCloudOnly: false enabledForGitHubApps: true @@ -61041,8 +61047,8 @@ paths: description: API method documentation url: https://docs.github.com/rest/metrics/community#get-community-profile-metrics parameters: - - *279 - *280 + - *281 responses: '200': description: Response @@ -61071,20 +61077,20 @@ paths: title: Code Of Conduct Simple description: Code of Conduct Simple type: object - properties: *421 - required: *422 + properties: *422 + required: *423 nullable: true code_of_conduct_file: title: Community Health File type: object - properties: &423 + properties: &424 url: type: string format: uri html_url: type: string format: uri - required: &424 + required: &425 - url - html_url nullable: true @@ -61098,26 +61104,26 @@ paths: contributing: title: Community Health File type: object - properties: *423 - required: *424 + properties: *424 + required: *425 nullable: true readme: title: Community Health File type: object - properties: *423 - required: *424 + properties: *424 + required: *425 nullable: true issue_template: title: Community Health File type: object - properties: *423 - required: *424 + properties: *424 + required: *425 nullable: true pull_request_template: title: Community Health File type: object - properties: *423 - required: *424 + properties: *424 + required: *425 nullable: true required: - code_of_conduct @@ -61244,8 +61250,8 @@ paths: description: API method documentation url: https://docs.github.com/rest/commits/commits#compare-two-commits parameters: - - *279 - *280 + - *281 - *19 - *17 - name: basehead @@ -61288,8 +61294,8 @@ paths: type: string format: uri example: https://github.com/octocat/Hello-World/compare/master...topic.patch - base_commit: *410 - merge_base_commit: *410 + base_commit: *411 + merge_base_commit: *411 status: type: string enum: @@ -61309,10 +61315,10 @@ paths: example: 6 commits: type: array - items: *410 + items: *411 files: type: array - items: *425 + items: *426 required: - url - html_url @@ -61598,8 +61604,8 @@ paths: description: API method documentation url: https://docs.github.com/rest/repos/contents#get-repository-content parameters: - - *279 - *280 + - *281 - name: path description: path parameter in: path @@ -61742,7 +61748,7 @@ paths: - type - url examples: - response-if-content-is-a-file: &426 + response-if-content-is-a-file: &427 summary: Response if content is a file value: type: file @@ -61874,7 +61880,7 @@ paths: - size - type - url - - &531 + - &532 title: Content File description: Content File type: object @@ -62075,7 +62081,7 @@ paths: - url - submodule_git_url examples: - response-if-content-is-a-file: *426 + response-if-content-is-a-file: *427 response-if-content-is-a-directory: summary: Response if content is a directory and the application/json media type is requested @@ -62144,7 +62150,7 @@ paths: html: https://github.com/jquery/qunit/tree/6ca3721222109997540bd6d9ccd396902e0ad2f9 '404': *6 '403': *29 - '302': *427 + '302': *428 '304': *37 x-github: githubCloudOnly: false @@ -62167,8 +62173,8 @@ paths: description: API method documentation url: https://docs.github.com/rest/repos/contents#create-or-update-file-contents parameters: - - *279 - *280 + - *281 - name: path description: path parameter in: path @@ -62261,7 +62267,7 @@ paths: description: Response content: application/json: - schema: &428 + schema: &429 title: File Commit description: File Commit type: object @@ -62413,7 +62419,7 @@ paths: description: Response content: application/json: - schema: *428 + schema: *429 examples: example-for-creating-a-file: value: @@ -62467,7 +62473,7 @@ paths: schema: oneOf: - *3 - - &457 + - &458 description: Repository rule violation was detected type: object properties: @@ -62488,7 +62494,7 @@ paths: items: type: object properties: - placeholder_id: &579 + placeholder_id: &580 description: The ID of the push protection bypass placeholder. This value is returned on any push protected routes. @@ -62520,8 +62526,8 @@ paths: description: API method documentation url: https://docs.github.com/rest/repos/contents#delete-a-file parameters: - - *279 - *280 + - *281 - name: path description: path parameter in: path @@ -62582,7 +62588,7 @@ paths: description: Response content: application/json: - schema: *428 + schema: *429 examples: default: value: @@ -62637,8 +62643,8 @@ paths: description: API method documentation url: https://docs.github.com/rest/repos/repos#list-repository-contributors parameters: - - *279 - *280 + - *281 - name: anon description: Set to `1` or `true` to include anonymous contributors in results. in: query @@ -62761,8 +62767,8 @@ paths: description: API method documentation url: https://docs.github.com/rest/dependabot/alerts#list-dependabot-alerts-for-a-repository parameters: - - *279 - *280 + - *281 - *153 - *154 - *155 @@ -62776,6 +62782,7 @@ paths: - *157 - *158 - *159 + - *160 - *48 - name: page description: "**Closing down notice**. Page number of the results to fetch. @@ -62795,8 +62802,8 @@ paths: default: 30 - *39 - *40 - - *160 - *161 + - *162 responses: '200': description: Response @@ -62804,7 +62811,7 @@ paths: application/json: schema: type: array - items: &431 + items: &432 type: object description: A Dependabot alert. properties: @@ -62850,7 +62857,7 @@ paths: - unknown - direct - transitive - security_advisory: *429 + security_advisory: *430 security_vulnerability: *52 url: *56 html_url: *57 @@ -62881,7 +62888,7 @@ paths: nullable: true maxLength: 280 fixed_at: *137 - auto_dismissed_at: *430 + auto_dismissed_at: *431 required: - number - state @@ -63111,9 +63118,9 @@ paths: description: API method documentation url: https://docs.github.com/rest/dependabot/alerts#get-a-dependabot-alert parameters: - - *279 - *280 - - &432 + - *281 + - &433 name: alert_number in: path description: |- @@ -63128,7 +63135,7 @@ paths: description: Response content: application/json: - schema: *431 + schema: *432 examples: default: value: @@ -63241,9 +63248,9 @@ paths: description: API method documentation url: https://docs.github.com/rest/dependabot/alerts#update-a-dependabot-alert parameters: - - *279 - *280 - - *432 + - *281 + - *433 requestBody: required: true content: @@ -63288,7 +63295,7 @@ paths: description: Response content: application/json: - schema: *431 + schema: *432 examples: default: value: @@ -63417,8 +63424,8 @@ paths: description: API method documentation url: https://docs.github.com/rest/dependabot/secrets#list-repository-secrets parameters: - - *279 - *280 + - *281 - *17 - *19 responses: @@ -63436,7 +63443,7 @@ paths: type: integer secrets: type: array - items: &435 + items: &436 title: Dependabot Secret description: Set secrets for Dependabot. type: object @@ -63489,16 +63496,16 @@ paths: description: API method documentation url: https://docs.github.com/rest/dependabot/secrets#get-a-repository-public-key parameters: - - *279 - *280 + - *281 responses: '200': description: Response content: application/json: - schema: *433 + schema: *434 examples: - default: *434 + default: *435 x-github: githubCloudOnly: false enabledForGitHubApps: true @@ -63518,15 +63525,15 @@ paths: description: API method documentation url: https://docs.github.com/rest/dependabot/secrets#get-a-repository-secret parameters: - - *279 - *280 + - *281 - *127 responses: '200': description: Response content: application/json: - schema: *435 + schema: *436 examples: default: value: @@ -63552,8 +63559,8 @@ paths: description: API method documentation url: https://docs.github.com/rest/dependabot/secrets#create-or-update-a-repository-secret parameters: - - *279 - *280 + - *281 - *127 requestBody: required: true @@ -63606,8 +63613,8 @@ paths: description: API method documentation url: https://docs.github.com/rest/dependabot/secrets#delete-a-repository-secret parameters: - - *279 - *280 + - *281 - *127 responses: '204': @@ -63630,8 +63637,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: - - *279 - *280 + - *281 - 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 @@ -63791,8 +63798,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: - - *279 - *280 + - *281 responses: '200': description: Response @@ -64031,8 +64038,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: - - *279 - *280 + - *281 requestBody: required: true content: @@ -64107,7 +64114,7 @@ paths: - version - url additionalProperties: false - metadata: &436 + metadata: &437 title: metadata description: User-defined metadata to store domain-specific information limited to 8 keys with scalar values. @@ -64140,7 +64147,7 @@ paths: the root of the Git repository. example: "/src/build/package-lock.json" additionalProperties: false - metadata: *436 + metadata: *437 resolved: type: object description: A collection of resolved package dependencies. @@ -64153,7 +64160,7 @@ paths: for more details. example: pkg:/npm/%40actions/http-client@1.0.11 pattern: "^pkg" - metadata: *436 + metadata: *437 relationship: type: string description: A notation of whether a dependency is requested @@ -64282,8 +64289,8 @@ paths: description: API method documentation url: https://docs.github.com/rest/deployments/deployments#list-deployments parameters: - - *279 - *280 + - *281 - name: sha description: The SHA recorded at creation time. in: query @@ -64323,9 +64330,9 @@ paths: application/json: schema: type: array - items: *437 + items: *438 examples: - default: *438 + default: *439 headers: Link: *58 x-github: @@ -64391,8 +64398,8 @@ paths: description: API method documentation url: https://docs.github.com/rest/deployments/deployments#create-a-deployment parameters: - - *279 - *280 + - *281 requestBody: required: true content: @@ -64473,7 +64480,7 @@ paths: description: Response content: application/json: - schema: *437 + schema: *438 examples: simple-example: summary: Simple example @@ -64546,9 +64553,9 @@ paths: description: API method documentation url: https://docs.github.com/rest/deployments/deployments#get-a-deployment parameters: - - *279 - *280 - - &439 + - *281 + - &440 name: deployment_id description: deployment_id parameter in: path @@ -64560,7 +64567,7 @@ paths: description: Response content: application/json: - schema: *437 + schema: *438 examples: default: value: @@ -64625,9 +64632,9 @@ paths: description: API method documentation url: https://docs.github.com/rest/deployments/deployments#delete-a-deployment parameters: - - *279 - *280 - - *439 + - *281 + - *440 responses: '204': description: Response @@ -64649,9 +64656,9 @@ paths: description: API method documentation url: https://docs.github.com/rest/deployments/statuses#list-deployment-statuses parameters: - - *279 - *280 - - *439 + - *281 + - *440 - *17 - *19 responses: @@ -64661,7 +64668,7 @@ paths: application/json: schema: type: array - items: &440 + items: &441 title: Deployment Status description: The status of a deployment. type: object @@ -64822,9 +64829,9 @@ paths: description: API method documentation url: https://docs.github.com/rest/deployments/statuses#create-a-deployment-status parameters: - - *279 - *280 - - *439 + - *281 + - *440 requestBody: required: true content: @@ -64899,9 +64906,9 @@ paths: description: Response content: application/json: - schema: *440 + schema: *441 examples: - default: &441 + default: &442 value: url: https://api.github.com/repos/octocat/example/deployments/42/statuses/1 id: 1 @@ -64957,9 +64964,9 @@ paths: description: API method documentation url: https://docs.github.com/rest/deployments/statuses#get-a-deployment-status parameters: - - *279 - *280 - - *439 + - *281 + - *440 - name: status_id in: path required: true @@ -64970,9 +64977,9 @@ paths: description: Response content: application/json: - schema: *440 + schema: *441 examples: - default: *441 + default: *442 '404': *6 x-github: githubCloudOnly: false @@ -64997,8 +65004,8 @@ paths: description: API method documentation url: https://docs.github.com/rest/repos/repos#create-a-repository-dispatch-event parameters: - - *279 - *280 + - *281 requestBody: required: true content: @@ -65055,8 +65062,8 @@ paths: description: API method documentation url: https://docs.github.com/rest/deployments/environments#list-environments parameters: - - *279 - *280 + - *281 - *17 - *19 responses: @@ -65073,7 +65080,7 @@ paths: type: integer environments: type: array - items: &443 + items: &444 title: Environment description: Details of a deployment environment type: object @@ -65125,7 +65132,7 @@ paths: type: type: string example: wait_timer - wait_timer: &445 + wait_timer: &446 type: integer example: 30 description: The amount of time to delay a job after @@ -65162,7 +65169,7 @@ paths: items: type: object properties: - type: *442 + type: *443 reviewer: anyOf: - *4 @@ -65186,7 +65193,7 @@ paths: - id - node_id - type - deployment_branch_policy: &446 + deployment_branch_policy: &447 type: object description: The type of deployment branch policy for this environment. To allow all branches to deploy, set to `null`. @@ -65302,9 +65309,9 @@ paths: description: API method documentation url: https://docs.github.com/rest/deployments/environments#get-an-environment parameters: - - *279 - *280 - - &444 + - *281 + - &445 name: environment_name in: path required: true @@ -65317,9 +65324,9 @@ paths: description: Response content: application/json: - schema: *443 + schema: *444 examples: - default: &447 + default: &448 value: id: 161088068 node_id: MDExOkVudmlyb25tZW50MTYxMDg4MDY4 @@ -65403,9 +65410,9 @@ paths: description: API method documentation url: https://docs.github.com/rest/deployments/environments#create-or-update-an-environment parameters: - - *279 - *280 - - *444 + - *281 + - *445 requestBody: required: false content: @@ -65414,7 +65421,7 @@ paths: type: object nullable: true properties: - wait_timer: *445 + wait_timer: *446 prevent_self_review: type: boolean example: false @@ -65431,13 +65438,13 @@ paths: items: type: object properties: - type: *442 + type: *443 id: type: integer description: The id of the user or team who can review the deployment example: 4532992 - deployment_branch_policy: *446 + deployment_branch_policy: *447 additionalProperties: false examples: default: @@ -65457,9 +65464,9 @@ paths: description: Response content: application/json: - schema: *443 + schema: *444 examples: - default: *447 + default: *448 '422': description: Validation error when the environment name is invalid or when `protected_branches` and `custom_branch_policies` in `deployment_branch_policy` @@ -65483,9 +65490,9 @@ paths: description: API method documentation url: https://docs.github.com/rest/deployments/environments#delete-an-environment parameters: - - *279 - *280 - - *444 + - *281 + - *445 responses: '204': description: Default response @@ -65510,9 +65517,9 @@ paths: description: API method documentation url: https://docs.github.com/rest/deployments/branch-policies#list-deployment-branch-policies parameters: - - *279 - *280 - - *444 + - *281 + - *445 - *17 - *19 responses: @@ -65530,7 +65537,7 @@ paths: example: 2 branch_policies: type: array - items: &448 + items: &449 title: Deployment branch policy description: Details of a deployment branch or tag policy. type: object @@ -65587,9 +65594,9 @@ paths: description: API method documentation url: https://docs.github.com/rest/deployments/branch-policies#create-a-deployment-branch-policy parameters: - - *279 - *280 - - *444 + - *281 + - *445 requestBody: required: true content: @@ -65635,9 +65642,9 @@ paths: description: Response content: application/json: - schema: *448 + schema: *449 examples: - example-wildcard: &449 + example-wildcard: &450 value: id: 364662 node_id: MDE2OkdhdGVCcmFuY2hQb2xpY3kzNjQ2NjI= @@ -65679,10 +65686,10 @@ paths: description: API method documentation url: https://docs.github.com/rest/deployments/branch-policies#get-a-deployment-branch-policy parameters: - - *279 - *280 - - *444 - - &450 + - *281 + - *445 + - &451 name: branch_policy_id in: path required: true @@ -65694,9 +65701,9 @@ paths: description: Response content: application/json: - schema: *448 + schema: *449 examples: - default: *449 + default: *450 x-github: githubCloudOnly: false enabledForGitHubApps: true @@ -65715,10 +65722,10 @@ paths: description: API method documentation url: https://docs.github.com/rest/deployments/branch-policies#update-a-deployment-branch-policy parameters: - - *279 - *280 - - *444 - - *450 + - *281 + - *445 + - *451 requestBody: required: true content: @@ -65746,9 +65753,9 @@ paths: description: Response content: application/json: - schema: *448 + schema: *449 examples: - default: *449 + default: *450 x-github: githubCloudOnly: false enabledForGitHubApps: true @@ -65767,10 +65774,10 @@ paths: description: API method documentation url: https://docs.github.com/rest/deployments/branch-policies#delete-a-deployment-branch-policy parameters: - - *279 - *280 - - *444 - - *450 + - *281 + - *445 + - *451 responses: '204': description: Response @@ -65795,9 +65802,9 @@ paths: description: API method documentation url: https://docs.github.com/rest/deployments/protection-rules#get-all-deployment-protection-rules-for-an-environment parameters: - - *444 + - *445 + - *281 - *280 - - *279 responses: '200': description: List of deployment protection rules @@ -65813,7 +65820,7 @@ paths: example: 10 custom_deployment_protection_rules: type: array - items: &451 + items: &452 title: Deployment protection rule description: Deployment protection rule type: object @@ -65832,7 +65839,7 @@ paths: example: true description: Whether the deployment protection rule is enabled for the environment. - app: &452 + app: &453 title: Custom deployment protection rule app description: A GitHub App that is providing a custom deployment protection rule. @@ -65931,9 +65938,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: - - *444 + - *445 + - *281 - *280 - - *279 requestBody: content: application/json: @@ -65954,9 +65961,9 @@ paths: description: The enabled custom deployment protection rule content: application/json: - schema: *451 + schema: *452 examples: - default: &453 + default: &454 value: id: 3 node_id: IEH37kRlcGxveW1lbnRTdGF0ddiv @@ -65991,9 +65998,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: - - *444 + - *445 + - *281 - *280 - - *279 - *19 - *17 responses: @@ -66012,7 +66019,7 @@ paths: example: 35 available_custom_deployment_protection_rule_integrations: type: array - items: *452 + items: *453 examples: default: value: @@ -66047,10 +66054,10 @@ paths: description: API method documentation url: https://docs.github.com/rest/deployments/protection-rules#get-a-custom-deployment-protection-rule parameters: - - *279 - *280 - - *444 - - &454 + - *281 + - *445 + - &455 name: protection_rule_id description: The unique identifier of the protection rule. in: path @@ -66062,9 +66069,9 @@ paths: description: Response content: application/json: - schema: *451 + schema: *452 examples: - default: *453 + default: *454 x-github: githubCloudOnly: false enabledForGitHubApps: true @@ -66085,10 +66092,10 @@ paths: description: API method documentation url: https://docs.github.com/rest/deployments/protection-rules#disable-a-custom-protection-rule-for-an-environment parameters: - - *444 + - *445 + - *281 - *280 - - *279 - - *454 + - *455 responses: '204': description: Response @@ -66114,9 +66121,9 @@ paths: description: API method documentation url: https://docs.github.com/rest/actions/secrets#list-environment-secrets parameters: - - *279 - *280 - - *444 + - *281 + - *445 - *17 - *19 responses: @@ -66134,9 +66141,9 @@ paths: type: integer secrets: type: array - items: *325 + items: *326 examples: - default: *326 + default: *327 headers: Link: *58 x-github: @@ -66161,17 +66168,17 @@ paths: description: API method documentation url: https://docs.github.com/rest/actions/secrets#get-an-environment-public-key parameters: - - *279 - *280 - - *444 + - *281 + - *445 responses: '200': description: Response content: application/json: - schema: *327 + schema: *328 examples: - default: *328 + default: *329 x-github: githubCloudOnly: false enabledForGitHubApps: true @@ -66193,18 +66200,18 @@ paths: description: API method documentation url: https://docs.github.com/rest/actions/secrets#get-an-environment-secret parameters: - - *279 - *280 - - *444 + - *281 + - *445 - *127 responses: '200': description: Response content: application/json: - schema: *325 + schema: *326 examples: - default: *455 + default: *456 x-github: githubCloudOnly: false enabledForGitHubApps: true @@ -66226,9 +66233,9 @@ paths: description: API method documentation url: https://docs.github.com/rest/actions/secrets#create-or-update-an-environment-secret parameters: - - *279 - *280 - - *444 + - *281 + - *445 - *127 requestBody: required: true @@ -66286,9 +66293,9 @@ paths: description: API method documentation url: https://docs.github.com/rest/actions/secrets#delete-an-environment-secret parameters: - - *279 - *280 - - *444 + - *281 + - *445 - *127 responses: '204': @@ -66314,10 +66321,10 @@ paths: description: API method documentation url: https://docs.github.com/rest/actions/variables#list-environment-variables parameters: - - *279 - *280 - - *444 - - *301 + - *281 + - *445 + - *302 - *19 responses: '200': @@ -66334,9 +66341,9 @@ paths: type: integer variables: type: array - items: *329 + items: *330 examples: - default: *330 + default: *331 headers: Link: *58 x-github: @@ -66359,9 +66366,9 @@ paths: description: API method documentation url: https://docs.github.com/rest/actions/variables#create-an-environment-variable parameters: - - *279 - *280 - - *444 + - *281 + - *445 requestBody: required: true content: @@ -66413,18 +66420,18 @@ paths: description: API method documentation url: https://docs.github.com/rest/actions/variables#get-an-environment-variable parameters: - - *279 - *280 - - *444 + - *281 + - *445 - *130 responses: '200': description: Response content: application/json: - schema: *329 + schema: *330 examples: - default: *456 + default: *457 x-github: githubCloudOnly: false enabledForGitHubApps: true @@ -66445,10 +66452,10 @@ paths: description: API method documentation url: https://docs.github.com/rest/actions/variables#update-an-environment-variable parameters: - - *279 - *280 + - *281 - *130 - - *444 + - *445 requestBody: required: true content: @@ -66490,10 +66497,10 @@ paths: description: API method documentation url: https://docs.github.com/rest/actions/variables#delete-an-environment-variable parameters: - - *279 - *280 + - *281 - *130 - - *444 + - *445 responses: '204': description: Response @@ -66515,8 +66522,8 @@ paths: description: API method documentation url: https://docs.github.com/rest/activity/events#list-repository-events parameters: - - *279 - *280 + - *281 - *17 - *19 responses: @@ -66593,8 +66600,8 @@ paths: description: API method documentation url: https://docs.github.com/rest/repos/forks#list-forks parameters: - - *279 - *280 + - *281 - name: sort description: The sort order. `stargazers` will sort by star count. in: query @@ -66753,8 +66760,8 @@ paths: description: API method documentation url: https://docs.github.com/rest/repos/forks#create-a-fork parameters: - - *279 - *280 + - *281 requestBody: required: false content: @@ -66786,9 +66793,9 @@ paths: description: Response content: application/json: - schema: *290 + schema: *291 examples: - default: *292 + default: *293 '400': *14 '422': *15 '403': *29 @@ -66809,8 +66816,8 @@ paths: description: API method documentation url: https://docs.github.com/rest/git/blobs#create-a-blob parameters: - - *279 - *280 + - *281 requestBody: required: true content: @@ -66870,7 +66877,7 @@ paths: schema: oneOf: - *97 - - *457 + - *458 x-github: githubCloudOnly: false enabledForGitHubApps: true @@ -66895,8 +66902,8 @@ paths: description: API method documentation url: https://docs.github.com/rest/git/blobs#get-a-blob parameters: - - *279 - *280 + - *281 - name: file_sha in: path required: true @@ -66995,8 +67002,8 @@ paths: description: API method documentation url: https://docs.github.com/rest/git/commits#create-a-commit parameters: - - *279 - *280 + - *281 requestBody: required: true content: @@ -67105,7 +67112,7 @@ paths: description: Response content: application/json: - schema: &458 + schema: &459 title: Git Commit description: Low-level Git commit operations within a repository type: object @@ -67319,15 +67326,15 @@ paths: description: API method documentation url: https://docs.github.com/rest/git/commits#get-a-commit-object parameters: - - *279 - *280 - - *411 + - *281 + - *412 responses: '200': description: Response content: application/json: - schema: *458 + schema: *459 examples: default: value: @@ -67383,9 +67390,9 @@ paths: description: API method documentation url: https://docs.github.com/rest/git/refs#list-matching-references parameters: - - *279 - *280 - - &459 + - *281 + - &460 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. @@ -67402,7 +67409,7 @@ paths: application/json: schema: type: array - items: &460 + items: &461 title: Git Reference description: Git references within a repository type: object @@ -67477,17 +67484,17 @@ paths: description: API method documentation url: https://docs.github.com/rest/git/refs#get-a-reference parameters: - - *279 - *280 - - *459 + - *281 + - *460 responses: '200': description: Response content: application/json: - schema: *460 + schema: *461 examples: - default: &461 + default: &462 value: ref: refs/heads/featureA node_id: MDM6UmVmcmVmcy9oZWFkcy9mZWF0dXJlQQ== @@ -67516,8 +67523,8 @@ paths: description: API method documentation url: https://docs.github.com/rest/git/refs#create-a-reference parameters: - - *279 - *280 + - *281 requestBody: required: true content: @@ -67546,9 +67553,9 @@ paths: description: Response content: application/json: - schema: *460 + schema: *461 examples: - default: *461 + default: *462 headers: Location: example: https://api.github.com/repos/octocat/Hello-World/git/refs/heads/featureA @@ -67574,9 +67581,9 @@ paths: description: API method documentation url: https://docs.github.com/rest/git/refs#update-a-reference parameters: - - *279 - *280 - - *459 + - *281 + - *460 requestBody: required: true content: @@ -67605,9 +67612,9 @@ paths: description: Response content: application/json: - schema: *460 + schema: *461 examples: - default: *461 + default: *462 '422': *15 '409': *46 x-github: @@ -67625,9 +67632,9 @@ paths: description: API method documentation url: https://docs.github.com/rest/git/refs#delete-a-reference parameters: - - *279 - *280 - - *459 + - *281 + - *460 responses: '204': description: Response @@ -67682,8 +67689,8 @@ paths: description: API method documentation url: https://docs.github.com/rest/git/tags#create-a-tag-object parameters: - - *279 - *280 + - *281 requestBody: required: true content: @@ -67750,7 +67757,7 @@ paths: description: Response content: application/json: - schema: &463 + schema: &464 title: Git Tag description: Metadata for a Git tag type: object @@ -67801,7 +67808,7 @@ paths: - sha - type - url - verification: *462 + verification: *463 required: - sha - url @@ -67811,7 +67818,7 @@ paths: - tag - message examples: - default: &464 + default: &465 value: node_id: MDM6VGFnOTQwYmQzMzYyNDhlZmFlMGY5ZWU1YmM3YjJkNWM5ODU4ODdiMTZhYw== tag: v0.0.1 @@ -67884,8 +67891,8 @@ paths: description: API method documentation url: https://docs.github.com/rest/git/tags#get-a-tag parameters: - - *279 - *280 + - *281 - name: tag_sha in: path required: true @@ -67896,9 +67903,9 @@ paths: description: Response content: application/json: - schema: *463 + schema: *464 examples: - default: *464 + default: *465 '404': *6 '409': *46 x-github: @@ -67922,8 +67929,8 @@ paths: description: API method documentation url: https://docs.github.com/rest/git/trees#create-a-tree parameters: - - *279 - *280 + - *281 requestBody: required: true content: @@ -67996,7 +68003,7 @@ paths: description: Response content: application/json: - schema: &465 + schema: &466 title: Git Tree description: The hierarchy between files in a Git repository. type: object @@ -68092,8 +68099,8 @@ paths: description: API method documentation url: https://docs.github.com/rest/git/trees#get-a-tree parameters: - - *279 - *280 + - *281 - name: tree_sha description: The SHA1 value or ref (branch or tag) name of the tree. in: path @@ -68116,7 +68123,7 @@ paths: description: Response content: application/json: - schema: *465 + schema: *466 examples: default-response: summary: Default response @@ -68175,8 +68182,8 @@ paths: description: API method documentation url: https://docs.github.com/rest/repos/webhooks#list-repository-webhooks parameters: - - *279 - *280 + - *281 - *17 - *19 responses: @@ -68186,7 +68193,7 @@ paths: application/json: schema: type: array - items: &466 + items: &467 title: Webhook description: Webhooks for repositories. type: object @@ -68240,7 +68247,7 @@ paths: type: string format: uri example: https://api.github.com/repos/octocat/Hello-World/hooks/1/deliveries - last_response: &690 + last_response: &691 title: Hook Response type: object properties: @@ -68314,8 +68321,8 @@ paths: description: API method documentation url: https://docs.github.com/rest/repos/webhooks#create-a-repository-webhook parameters: - - *279 - *280 + - *281 requestBody: required: false content: @@ -68367,9 +68374,9 @@ paths: description: Response content: application/json: - schema: *466 + schema: *467 examples: - default: &467 + default: &468 value: type: Repository id: 12345678 @@ -68417,17 +68424,17 @@ paths: description: API method documentation url: https://docs.github.com/rest/repos/webhooks#get-a-repository-webhook parameters: - - *279 - *280 - - *169 + - *281 + - *170 responses: '200': description: Response content: application/json: - schema: *466 + schema: *467 examples: - default: *467 + default: *468 '404': *6 x-github: githubCloudOnly: false @@ -68447,9 +68454,9 @@ paths: description: API method documentation url: https://docs.github.com/rest/repos/webhooks#update-a-repository-webhook parameters: - - *279 - *280 - - *169 + - *281 + - *170 requestBody: required: true content: @@ -68494,9 +68501,9 @@ paths: description: Response content: application/json: - schema: *466 + schema: *467 examples: - default: *467 + default: *468 '422': *15 '404': *6 x-github: @@ -68517,9 +68524,9 @@ paths: description: API method documentation url: https://docs.github.com/rest/repos/webhooks#delete-a-repository-webhook parameters: - - *279 - *280 - - *169 + - *281 + - *170 responses: '204': description: Response @@ -68543,9 +68550,9 @@ paths: description: API method documentation url: https://docs.github.com/rest/repos/webhooks#get-a-webhook-configuration-for-a-repository parameters: - - *279 - *280 - - *169 + - *281 + - *170 responses: '200': description: Response @@ -68572,9 +68579,9 @@ paths: description: API method documentation url: https://docs.github.com/rest/repos/webhooks#update-a-webhook-configuration-for-a-repository parameters: - - *279 - *280 - - *169 + - *281 + - *170 requestBody: required: false content: @@ -68618,11 +68625,11 @@ paths: description: API method documentation url: https://docs.github.com/rest/repos/webhooks#list-deliveries-for-a-repository-webhook parameters: - - *279 - *280 - - *169 - - *17 + - *281 - *170 + - *17 + - *171 responses: '200': description: Response @@ -68630,9 +68637,9 @@ paths: application/json: schema: type: array - items: *171 + items: *172 examples: - default: *172 + default: *173 '400': *14 '422': *15 x-github: @@ -68651,18 +68658,18 @@ paths: description: API method documentation url: https://docs.github.com/rest/repos/webhooks#get-a-delivery-for-a-repository-webhook parameters: - - *279 - *280 - - *169 + - *281 + - *170 - *16 responses: '200': description: Response content: application/json: - schema: *173 + schema: *174 examples: - default: *174 + default: *175 '400': *14 '422': *15 x-github: @@ -68681,9 +68688,9 @@ paths: description: API method documentation url: https://docs.github.com/rest/repos/webhooks#redeliver-a-delivery-for-a-repository-webhook parameters: - - *279 - *280 - - *169 + - *281 + - *170 - *16 responses: '202': *47 @@ -68706,9 +68713,9 @@ paths: description: API method documentation url: https://docs.github.com/rest/repos/webhooks#ping-a-repository-webhook parameters: - - *279 - *280 - - *169 + - *281 + - *170 responses: '204': description: Response @@ -68733,9 +68740,9 @@ paths: description: API method documentation url: https://docs.github.com/rest/repos/webhooks#test-the-push-repository-webhook parameters: - - *279 - *280 - - *169 + - *281 + - *170 responses: '204': description: Response @@ -68793,14 +68800,14 @@ paths: description: API method documentation url: https://docs.github.com/rest/migrations/source-imports#get-an-import-status parameters: - - *279 - *280 + - *281 responses: '200': description: Response content: application/json: - schema: &468 + schema: &469 title: Import description: A repository import from an external source. type: object @@ -68899,7 +68906,7 @@ paths: - html_url - authors_url examples: - default: &471 + default: &472 value: vcs: subversion use_lfs: true @@ -68915,7 +68922,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': &469 + '503': &470 description: Unavailable due to service under maintenance. content: application/json: @@ -68944,8 +68951,8 @@ paths: description: API method documentation url: https://docs.github.com/rest/migrations/source-imports#start-an-import parameters: - - *279 - *280 + - *281 requestBody: required: true content: @@ -68993,7 +69000,7 @@ paths: description: Response content: application/json: - schema: *468 + schema: *469 examples: default: value: @@ -69018,7 +69025,7 @@ paths: type: string '422': *15 '404': *6 - '503': *469 + '503': *470 x-github: githubCloudOnly: false enabledForGitHubApps: true @@ -69046,8 +69053,8 @@ paths: description: API method documentation url: https://docs.github.com/rest/migrations/source-imports#update-an-import parameters: - - *279 - *280 + - *281 requestBody: required: false content: @@ -69096,7 +69103,7 @@ paths: description: Response content: application/json: - schema: *468 + schema: *469 examples: example-1: summary: Example 1 @@ -69144,7 +69151,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': *469 + '503': *470 x-github: githubCloudOnly: false enabledForGitHubApps: true @@ -69167,12 +69174,12 @@ paths: description: API method documentation url: https://docs.github.com/rest/migrations/source-imports#cancel-an-import parameters: - - *279 - *280 + - *281 responses: '204': description: Response - '503': *469 + '503': *470 x-github: githubCloudOnly: false enabledForGitHubApps: true @@ -69198,9 +69205,9 @@ paths: description: API method documentation url: https://docs.github.com/rest/migrations/source-imports#get-commit-authors parameters: - - *279 - *280 - - &637 + - *281 + - &638 name: since description: A user ID. Only return users with an ID greater than this ID. in: query @@ -69214,7 +69221,7 @@ paths: application/json: schema: type: array - items: &470 + items: &471 title: Porter Author description: Porter Author type: object @@ -69268,7 +69275,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': *469 + '503': *470 x-github: githubCloudOnly: false enabledForGitHubApps: true @@ -69293,8 +69300,8 @@ paths: description: API method documentation url: https://docs.github.com/rest/migrations/source-imports#map-a-commit-author parameters: - - *279 - *280 + - *281 - name: author_id in: path required: true @@ -69324,7 +69331,7 @@ paths: description: Response content: application/json: - schema: *470 + schema: *471 examples: default: value: @@ -69337,7 +69344,7 @@ paths: import_url: https://api.github.com/repos/octocat/socm/import '422': *15 '404': *6 - '503': *469 + '503': *470 x-github: githubCloudOnly: false enabledForGitHubApps: true @@ -69361,8 +69368,8 @@ paths: description: API method documentation url: https://docs.github.com/rest/migrations/source-imports#get-large-files parameters: - - *279 - *280 + - *281 responses: '200': description: Response @@ -69403,7 +69410,7 @@ paths: path: foo/bar/3 oid: c20ad4d76fe97759aa27a0c99bff6710 size: 12582912 - '503': *469 + '503': *470 x-github: githubCloudOnly: false enabledForGitHubApps: true @@ -69431,8 +69438,8 @@ paths: description: API method documentation url: https://docs.github.com/rest/migrations/source-imports#update-git-lfs-preference parameters: - - *279 - *280 + - *281 requestBody: required: true content: @@ -69459,11 +69466,11 @@ paths: description: Response content: application/json: - schema: *468 + schema: *469 examples: - default: *471 + default: *472 '422': *15 - '503': *469 + '503': *470 x-github: githubCloudOnly: false enabledForGitHubApps: true @@ -69486,8 +69493,8 @@ paths: description: API method documentation url: https://docs.github.com/rest/apps/apps#get-a-repository-installation-for-the-authenticated-app parameters: - - *279 - *280 + - *281 responses: '200': description: Response @@ -69495,8 +69502,8 @@ paths: application/json: schema: *22 examples: - default: *472 - '301': *291 + default: *473 + '301': *292 '404': *6 x-github: githubCloudOnly: false @@ -69516,8 +69523,8 @@ paths: description: API method documentation url: https://docs.github.com/rest/interactions/repos#get-interaction-restrictions-for-a-repository parameters: - - *279 - *280 + - *281 responses: '200': description: Response @@ -69525,12 +69532,12 @@ paths: application/json: schema: anyOf: - - *187 + - *188 - type: object properties: {} additionalProperties: false examples: - default: &474 + default: &475 value: limit: collaborators_only origin: repository @@ -69555,13 +69562,13 @@ paths: description: API method documentation url: https://docs.github.com/rest/interactions/repos#set-interaction-restrictions-for-a-repository parameters: - - *279 - *280 + - *281 requestBody: required: true content: application/json: - schema: *473 + schema: *474 examples: default: summary: Example request body @@ -69573,9 +69580,9 @@ paths: description: Response content: application/json: - schema: *187 + schema: *188 examples: - default: *474 + default: *475 '409': description: Response x-github: @@ -69597,8 +69604,8 @@ paths: description: API method documentation url: https://docs.github.com/rest/interactions/repos#remove-interaction-restrictions-for-a-repository parameters: - - *279 - *280 + - *281 responses: '204': description: Response @@ -69621,8 +69628,8 @@ paths: description: API method documentation url: https://docs.github.com/rest/collaborators/invitations#list-repository-invitations parameters: - - *279 - *280 + - *281 - *17 - *19 responses: @@ -69632,9 +69639,9 @@ paths: application/json: schema: type: array - items: *475 + items: *476 examples: - default: &630 + default: &631 value: - id: 1 repository: @@ -69765,9 +69772,9 @@ paths: description: API method documentation url: https://docs.github.com/rest/collaborators/invitations#update-a-repository-invitation parameters: - - *279 - *280 - - *191 + - *281 + - *192 requestBody: required: false content: @@ -69796,7 +69803,7 @@ paths: description: Response content: application/json: - schema: *475 + schema: *476 examples: default: value: @@ -69927,9 +69934,9 @@ paths: description: API method documentation url: https://docs.github.com/rest/collaborators/invitations#delete-a-repository-invitation parameters: - - *279 - *280 - - *191 + - *281 + - *192 responses: '204': description: Response @@ -69960,8 +69967,8 @@ paths: description: API method documentation url: https://docs.github.com/rest/issues/issues#list-repository-issues parameters: - - *279 - *280 + - *281 - 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 @@ -70009,7 +70016,7 @@ paths: required: false schema: type: string - - *195 + - *196 - name: sort description: What to sort results by. in: query @@ -70034,7 +70041,7 @@ paths: type: array items: *77 examples: - default: &486 + default: &487 value: - id: 1 node_id: MDU6SXNzdWUx @@ -70182,7 +70189,7 @@ paths: state_reason: completed headers: Link: *58 - '301': *291 + '301': *292 '422': *15 '404': *6 x-github: @@ -70211,8 +70218,8 @@ paths: description: API method documentation url: https://docs.github.com/rest/issues/issues#create-an-issue parameters: - - *279 - *280 + - *281 requestBody: required: true content: @@ -70296,7 +70303,7 @@ paths: application/json: schema: *77 examples: - default: &481 + default: &482 value: id: 1 node_id: MDU6SXNzdWUx @@ -70452,7 +70459,7 @@ paths: '422': *15 '503': *65 '404': *6 - '410': *288 + '410': *289 x-github: triggersNotification: true githubCloudOnly: false @@ -70480,8 +70487,8 @@ paths: description: API method documentation url: https://docs.github.com/rest/issues/comments#list-issue-comments-for-a-repository parameters: - - *279 - *280 + - *281 - *87 - name: direction description: Either `asc` or `desc`. Ignored without the `sort` parameter. @@ -70502,9 +70509,9 @@ paths: application/json: schema: type: array - items: *476 + items: *477 examples: - default: &483 + default: &484 value: - id: 1 node_id: MDEyOklzc3VlQ29tbWVudDE= @@ -70562,17 +70569,17 @@ paths: description: API method documentation url: https://docs.github.com/rest/issues/comments#get-an-issue-comment parameters: - - *279 - *280 + - *281 - *76 responses: '200': description: Response content: application/json: - schema: *476 + schema: *477 examples: - default: &477 + default: &478 value: id: 1 node_id: MDEyOklzc3VlQ29tbWVudDE= @@ -70626,8 +70633,8 @@ paths: description: API method documentation url: https://docs.github.com/rest/issues/comments#update-an-issue-comment parameters: - - *279 - *280 + - *281 - *76 requestBody: required: true @@ -70650,9 +70657,9 @@ paths: description: Response content: application/json: - schema: *476 + schema: *477 examples: - default: *477 + default: *478 '422': *15 x-github: githubCloudOnly: false @@ -70670,8 +70677,8 @@ paths: description: API method documentation url: https://docs.github.com/rest/issues/comments#delete-an-issue-comment parameters: - - *279 - *280 + - *281 - *76 responses: '204': @@ -70692,8 +70699,8 @@ paths: description: API method documentation url: https://docs.github.com/rest/reactions/reactions#list-reactions-for-an-issue-comment parameters: - - *279 - *280 + - *281 - *76 - name: content description: Returns a single [reaction type](https://docs.github.com/rest/reactions/reactions#about-reactions). @@ -70720,9 +70727,9 @@ paths: application/json: schema: type: array - items: *272 + items: *273 examples: - default: *274 + default: *275 headers: Link: *58 '404': *6 @@ -70743,8 +70750,8 @@ paths: description: API method documentation url: https://docs.github.com/rest/reactions/reactions#create-reaction-for-an-issue-comment parameters: - - *279 - *280 + - *281 - *76 requestBody: required: true @@ -70777,16 +70784,16 @@ paths: description: Reaction exists content: application/json: - schema: *272 + schema: *273 examples: - default: *273 + default: *274 '201': description: Reaction created content: application/json: - schema: *272 + schema: *273 examples: - default: *273 + default: *274 '422': *15 x-github: githubCloudOnly: false @@ -70808,10 +70815,10 @@ paths: description: API method documentation url: https://docs.github.com/rest/reactions/reactions#delete-an-issue-comment-reaction parameters: - - *279 - *280 + - *281 - *76 - - *275 + - *276 responses: '204': description: Response @@ -70831,8 +70838,8 @@ paths: description: API method documentation url: https://docs.github.com/rest/issues/events#list-issue-events-for-a-repository parameters: - - *279 - *280 + - *281 - *17 - *19 responses: @@ -70842,7 +70849,7 @@ paths: application/json: schema: type: array - items: &480 + items: &481 title: Issue Event description: Issue Event type: object @@ -70885,8 +70892,8 @@ paths: description: Issues are a great way to keep track of tasks, enhancements, and bugs for your projects. type: object - properties: *478 - required: *479 + properties: *479 + required: *480 nullable: true label: title: Issue Event Label @@ -71193,8 +71200,8 @@ paths: description: API method documentation url: https://docs.github.com/rest/issues/events#get-an-issue-event parameters: - - *279 - *280 + - *281 - name: event_id in: path required: true @@ -71205,7 +71212,7 @@ paths: description: Response content: application/json: - schema: *480 + schema: *481 examples: default: value: @@ -71398,7 +71405,7 @@ paths: author_association: COLLABORATOR state_reason: completed '404': *6 - '410': *288 + '410': *289 '403': *29 x-github: githubCloudOnly: false @@ -71432,9 +71439,9 @@ paths: description: API method documentation url: https://docs.github.com/rest/issues/issues#get-an-issue parameters: - - *279 - *280 - - &482 + - *281 + - &483 name: issue_number description: The number that identifies the issue. in: path @@ -71448,10 +71455,10 @@ paths: application/json: schema: *77 examples: - default: *481 - '301': *291 + default: *482 + '301': *292 '404': *6 - '410': *288 + '410': *289 '304': *37 x-github: githubCloudOnly: false @@ -71476,9 +71483,9 @@ paths: description: API method documentation url: https://docs.github.com/rest/issues/issues#update-an-issue parameters: - - *279 - *280 - - *482 + - *281 + - *483 requestBody: required: false content: @@ -71583,13 +71590,13 @@ paths: application/json: schema: *77 examples: - default: *481 + default: *482 '422': *15 '503': *65 '403': *29 - '301': *291 + '301': *292 '404': *6 - '410': *288 + '410': *289 x-github: githubCloudOnly: false enabledForGitHubApps: true @@ -71607,9 +71614,9 @@ paths: description: API method documentation url: https://docs.github.com/rest/issues/assignees#add-assignees-to-an-issue parameters: - - *279 - *280 - - *482 + - *281 + - *483 requestBody: required: false content: @@ -71637,7 +71644,7 @@ paths: application/json: schema: *77 examples: - default: *481 + default: *482 x-github: githubCloudOnly: false enabledForGitHubApps: true @@ -71653,9 +71660,9 @@ paths: description: API method documentation url: https://docs.github.com/rest/issues/assignees#remove-assignees-from-an-issue parameters: - - *279 - *280 - - *482 + - *281 + - *483 requestBody: content: application/json: @@ -71682,7 +71689,7 @@ paths: application/json: schema: *77 examples: - default: *481 + default: *482 x-github: githubCloudOnly: false enabledForGitHubApps: true @@ -71704,9 +71711,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: - - *279 - *280 - - *482 + - *281 + - *483 - name: assignee in: path required: true @@ -71746,9 +71753,9 @@ paths: description: API method documentation url: https://docs.github.com/rest/issues/comments#list-issue-comments parameters: - - *279 - *280 - - *482 + - *281 + - *483 - *67 - *17 - *19 @@ -71759,13 +71766,13 @@ paths: application/json: schema: type: array - items: *476 + items: *477 examples: - default: *483 + default: *484 headers: Link: *58 '404': *6 - '410': *288 + '410': *289 x-github: githubCloudOnly: false enabledForGitHubApps: true @@ -71794,9 +71801,9 @@ paths: description: API method documentation url: https://docs.github.com/rest/issues/comments#create-an-issue-comment parameters: - - *279 - *280 - - *482 + - *281 + - *483 requestBody: required: true content: @@ -71818,16 +71825,16 @@ paths: description: Response content: application/json: - schema: *476 + schema: *477 examples: - default: *477 + default: *478 headers: Location: example: https://api.github.com/repos/octocat/Hello-World/issues/comments/1 schema: type: string '403': *29 - '410': *288 + '410': *289 '422': *15 '404': *6 x-github: @@ -71847,9 +71854,9 @@ paths: description: API method documentation url: https://docs.github.com/rest/issues/events#list-issue-events parameters: - - *279 - *280 - - *482 + - *281 + - *483 - *17 - *19 responses: @@ -71863,7 +71870,7 @@ paths: title: Issue Event for Issue description: Issue Event for Issue anyOf: - - &487 + - &488 title: Labeled Issue Event description: Labeled Issue Event type: object @@ -71917,7 +71924,7 @@ paths: - commit_url - created_at - performed_via_github_app - - &488 + - &489 title: Unlabeled Issue Event description: Unlabeled Issue Event type: object @@ -72053,7 +72060,7 @@ paths: - performed_via_github_app - assignee - assigner - - &489 + - &490 title: Milestoned Issue Event description: Milestoned Issue Event type: object @@ -72104,7 +72111,7 @@ paths: - commit_url - created_at - performed_via_github_app - - &490 + - &491 title: Demilestoned Issue Event description: Demilestoned Issue Event type: object @@ -72155,7 +72162,7 @@ paths: - commit_url - created_at - performed_via_github_app - - &491 + - &492 title: Renamed Issue Event description: Renamed Issue Event type: object @@ -72209,7 +72216,7 @@ paths: - commit_url - created_at - performed_via_github_app - - &492 + - &493 title: Review Requested Issue Event description: Review Requested Issue Event type: object @@ -72256,7 +72263,7 @@ paths: - commit_url - created_at - performed_via_github_app - - &493 + - &494 title: Review Request Removed Issue Event description: Review Request Removed Issue Event type: object @@ -72303,7 +72310,7 @@ paths: - commit_url - created_at - performed_via_github_app - - &494 + - &495 title: Review Dismissed Issue Event description: Review Dismissed Issue Event type: object @@ -72363,7 +72370,7 @@ paths: - commit_url - created_at - performed_via_github_app - - &495 + - &496 title: Locked Issue Event description: Locked Issue Event type: object @@ -72411,7 +72418,7 @@ paths: - commit_url - created_at - performed_via_github_app - - &496 + - &497 title: Added to Project Issue Event description: Added to Project Issue Event type: object @@ -72477,7 +72484,7 @@ paths: - commit_url - created_at - performed_via_github_app - - &497 + - &498 title: Moved Column in Project Issue Event description: Moved Column in Project Issue Event type: object @@ -72543,7 +72550,7 @@ paths: - commit_url - created_at - performed_via_github_app - - &498 + - &499 title: Removed from Project Issue Event description: Removed from Project Issue Event type: object @@ -72609,7 +72616,7 @@ paths: - commit_url - created_at - performed_via_github_app - - &499 + - &500 title: Converted Note to Issue Issue Event description: Converted Note to Issue Issue Event type: object @@ -72700,7 +72707,7 @@ paths: color: red headers: Link: *58 - '410': *288 + '410': *289 x-github: githubCloudOnly: false enabledForGitHubApps: true @@ -72717,9 +72724,9 @@ paths: description: API method documentation url: https://docs.github.com/rest/issues/labels#list-labels-for-an-issue parameters: - - *279 - *280 - - *482 + - *281 + - *483 - *17 - *19 responses: @@ -72729,7 +72736,7 @@ paths: application/json: schema: type: array - items: &484 + items: &485 title: Label description: Color-coded labels help you categorize and filter your issues (just like labels in Gmail). @@ -72776,7 +72783,7 @@ paths: - color - default examples: - default: &485 + default: &486 value: - id: 208045946 node_id: MDU6TGFiZWwyMDgwNDU5NDY= @@ -72794,9 +72801,9 @@ paths: default: false headers: Link: *58 - '301': *291 + '301': *292 '404': *6 - '410': *288 + '410': *289 x-github: githubCloudOnly: false enabledForGitHubApps: true @@ -72813,9 +72820,9 @@ paths: description: API method documentation url: https://docs.github.com/rest/issues/labels#add-labels-to-an-issue parameters: - - *279 - *280 - - *482 + - *281 + - *483 requestBody: required: false content: @@ -72874,12 +72881,12 @@ paths: application/json: schema: type: array - items: *484 + items: *485 examples: - default: *485 - '301': *291 + default: *486 + '301': *292 '404': *6 - '410': *288 + '410': *289 '422': *15 x-github: githubCloudOnly: false @@ -72896,9 +72903,9 @@ paths: description: API method documentation url: https://docs.github.com/rest/issues/labels#set-labels-for-an-issue parameters: - - *279 - *280 - - *482 + - *281 + - *483 requestBody: required: false content: @@ -72958,12 +72965,12 @@ paths: application/json: schema: type: array - items: *484 + items: *485 examples: - default: *485 - '301': *291 + default: *486 + '301': *292 '404': *6 - '410': *288 + '410': *289 '422': *15 x-github: githubCloudOnly: false @@ -72980,15 +72987,15 @@ paths: description: API method documentation url: https://docs.github.com/rest/issues/labels#remove-all-labels-from-an-issue parameters: - - *279 - *280 - - *482 + - *281 + - *483 responses: '204': description: Response - '301': *291 + '301': *292 '404': *6 - '410': *288 + '410': *289 x-github: githubCloudOnly: false enabledForGitHubApps: true @@ -73007,9 +73014,9 @@ paths: description: API method documentation url: https://docs.github.com/rest/issues/labels#remove-a-label-from-an-issue parameters: - - *279 - *280 - - *482 + - *281 + - *483 - name: name in: path required: true @@ -73022,7 +73029,7 @@ paths: application/json: schema: type: array - items: *484 + items: *485 examples: default: value: @@ -73033,9 +73040,9 @@ paths: description: Something isn't working color: f29513 default: true - '301': *291 + '301': *292 '404': *6 - '410': *288 + '410': *289 x-github: githubCloudOnly: false enabledForGitHubApps: true @@ -73055,9 +73062,9 @@ paths: description: API method documentation url: https://docs.github.com/rest/issues/issues#lock-an-issue parameters: - - *279 - *280 - - *482 + - *281 + - *483 requestBody: required: false content: @@ -73085,7 +73092,7 @@ paths: '204': description: Response '403': *29 - '410': *288 + '410': *289 '404': *6 '422': *15 x-github: @@ -73103,9 +73110,9 @@ paths: description: API method documentation url: https://docs.github.com/rest/issues/issues#unlock-an-issue parameters: - - *279 - *280 - - *482 + - *281 + - *483 responses: '204': description: Response @@ -73127,9 +73134,9 @@ paths: description: API method documentation url: https://docs.github.com/rest/reactions/reactions#list-reactions-for-an-issue parameters: - - *279 - *280 - - *482 + - *281 + - *483 - 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. @@ -73155,13 +73162,13 @@ paths: application/json: schema: type: array - items: *272 + items: *273 examples: - default: *274 + default: *275 headers: Link: *58 '404': *6 - '410': *288 + '410': *289 x-github: githubCloudOnly: false enabledForGitHubApps: true @@ -73179,9 +73186,9 @@ paths: description: API method documentation url: https://docs.github.com/rest/reactions/reactions#create-reaction-for-an-issue parameters: - - *279 - *280 - - *482 + - *281 + - *483 requestBody: required: true content: @@ -73213,16 +73220,16 @@ paths: description: Response content: application/json: - schema: *272 + schema: *273 examples: - default: *273 + default: *274 '201': description: Response content: application/json: - schema: *272 + schema: *273 examples: - default: *273 + default: *274 '422': *15 x-github: githubCloudOnly: false @@ -73244,10 +73251,10 @@ paths: description: API method documentation url: https://docs.github.com/rest/reactions/reactions#delete-an-issue-reaction parameters: - - *279 - *280 - - *482 - - *275 + - *281 + - *483 + - *276 responses: '204': description: Response @@ -73276,9 +73283,9 @@ paths: description: API method documentation url: https://docs.github.com/rest/issues/sub-issues#remove-sub-issue parameters: - - *279 - *280 - - *482 + - *281 + - *483 requestBody: required: true content: @@ -73302,7 +73309,7 @@ paths: application/json: schema: *77 examples: - default: *481 + default: *482 headers: Location: example: https://api.github.com/repos/octocat/Hello-World/issues/1/sub-issue @@ -73335,9 +73342,9 @@ paths: description: API method documentation url: https://docs.github.com/rest/issues/sub-issues#list-sub-issues parameters: - - *279 - *280 - - *482 + - *281 + - *483 - *17 - *19 responses: @@ -73349,11 +73356,11 @@ paths: type: array items: *77 examples: - default: *486 + default: *487 headers: Link: *58 '404': *6 - '410': *288 + '410': *289 x-github: githubCloudOnly: false enabledForGitHubApps: true @@ -73381,9 +73388,9 @@ paths: description: API method documentation url: https://docs.github.com/rest/issues/sub-issues#add-sub-issue parameters: - - *279 - *280 - - *482 + - *281 + - *483 requestBody: required: true content: @@ -73412,14 +73419,14 @@ paths: application/json: schema: *77 examples: - default: *481 + default: *482 headers: Location: example: https://api.github.com/repos/octocat/Hello-World/issues/sub-issues/1 schema: type: string '403': *29 - '410': *288 + '410': *289 '422': *15 '404': *6 x-github: @@ -73439,9 +73446,9 @@ paths: description: API method documentation url: https://docs.github.com/rest/issues/sub-issues#reprioritize-sub-issue parameters: - - *279 - *280 - - *482 + - *281 + - *483 requestBody: required: true content: @@ -73474,7 +73481,7 @@ paths: application/json: schema: *77 examples: - default: *481 + default: *482 '403': *29 '404': *6 '422': *7 @@ -73496,9 +73503,9 @@ paths: description: API method documentation url: https://docs.github.com/rest/issues/timeline#list-timeline-events-for-an-issue parameters: - - *279 - *280 - - *482 + - *281 + - *483 - *17 - *19 responses: @@ -73513,7 +73520,6 @@ paths: description: Timeline Event type: object anyOf: - - *487 - *488 - *489 - *490 @@ -73526,6 +73532,7 @@ paths: - *497 - *498 - *499 + - *500 - title: Timeline Comment Event description: Timeline Comment Event type: object @@ -73830,7 +73837,7 @@ paths: type: string comments: type: array - items: &520 + items: &521 title: Pull Request Review Comment description: Pull Request Review Comments are comments on a portion of the Pull Request's diff. @@ -74039,7 +74046,7 @@ paths: type: string comments: type: array - items: *409 + items: *410 - title: Timeline Assigned Issue Event description: Timeline Assigned Issue Event type: object @@ -74328,7 +74335,7 @@ paths: headers: Link: *58 '404': *6 - '410': *288 + '410': *289 x-github: githubCloudOnly: false enabledForGitHubApps: true @@ -74345,8 +74352,8 @@ paths: description: API method documentation url: https://docs.github.com/rest/deploy-keys/deploy-keys#list-deploy-keys parameters: - - *279 - *280 + - *281 - *17 - *19 responses: @@ -74356,7 +74363,7 @@ paths: application/json: schema: type: array - items: &500 + items: &501 title: Deploy Key description: An SSH key granting access to a single repository. type: object @@ -74421,8 +74428,8 @@ paths: description: API method documentation url: https://docs.github.com/rest/deploy-keys/deploy-keys#create-a-deploy-key parameters: - - *279 - *280 + - *281 requestBody: required: true content: @@ -74458,9 +74465,9 @@ paths: description: Response content: application/json: - schema: *500 + schema: *501 examples: - default: &501 + default: &502 value: id: 1 key: ssh-rsa AAA... @@ -74494,9 +74501,9 @@ paths: description: API method documentation url: https://docs.github.com/rest/deploy-keys/deploy-keys#get-a-deploy-key parameters: - - *279 - *280 - - &502 + - *281 + - &503 name: key_id description: The unique identifier of the key. in: path @@ -74508,9 +74515,9 @@ paths: description: Response content: application/json: - schema: *500 + schema: *501 examples: - default: *501 + default: *502 '404': *6 x-github: githubCloudOnly: false @@ -74528,9 +74535,9 @@ paths: description: API method documentation url: https://docs.github.com/rest/deploy-keys/deploy-keys#delete-a-deploy-key parameters: - - *279 - *280 - - *502 + - *281 + - *503 responses: '204': description: Response @@ -74550,8 +74557,8 @@ paths: description: API method documentation url: https://docs.github.com/rest/issues/labels#list-labels-for-a-repository parameters: - - *279 - *280 + - *281 - *17 - *19 responses: @@ -74561,9 +74568,9 @@ paths: application/json: schema: type: array - items: *484 + items: *485 examples: - default: *485 + default: *486 headers: Link: *58 '404': *6 @@ -74584,8 +74591,8 @@ paths: description: API method documentation url: https://docs.github.com/rest/issues/labels#create-a-label parameters: - - *279 - *280 + - *281 requestBody: required: true content: @@ -74621,9 +74628,9 @@ paths: description: Response content: application/json: - schema: *484 + schema: *485 examples: - default: &503 + default: &504 value: id: 208045946 node_id: MDU6TGFiZWwyMDgwNDU5NDY= @@ -74655,8 +74662,8 @@ paths: description: API method documentation url: https://docs.github.com/rest/issues/labels#get-a-label parameters: - - *279 - *280 + - *281 - name: name in: path required: true @@ -74667,9 +74674,9 @@ paths: description: Response content: application/json: - schema: *484 + schema: *485 examples: - default: *503 + default: *504 '404': *6 x-github: githubCloudOnly: false @@ -74686,8 +74693,8 @@ paths: description: API method documentation url: https://docs.github.com/rest/issues/labels#update-a-label parameters: - - *279 - *280 + - *281 - name: name in: path required: true @@ -74726,7 +74733,7 @@ paths: description: Response content: application/json: - schema: *484 + schema: *485 examples: default: value: @@ -74752,8 +74759,8 @@ paths: description: API method documentation url: https://docs.github.com/rest/issues/labels#delete-a-label parameters: - - *279 - *280 + - *281 - name: name in: path required: true @@ -74779,8 +74786,8 @@ paths: description: API method documentation url: https://docs.github.com/rest/repos/repos#list-repository-languages parameters: - - *279 - *280 + - *281 responses: '200': description: Response @@ -74819,9 +74826,9 @@ paths: description: API method documentation url: https://docs.github.com/rest/licenses/licenses#get-the-license-for-a-repository parameters: - - *279 - *280 - - *385 + - *281 + - *386 responses: '200': description: Response @@ -74966,8 +74973,8 @@ paths: description: API method documentation url: https://docs.github.com/rest/branches/branches#sync-a-fork-branch-with-the-upstream-repository parameters: - - *279 - *280 + - *281 requestBody: required: true content: @@ -75032,8 +75039,8 @@ paths: description: API method documentation url: https://docs.github.com/rest/branches/branches#merge-a-branch parameters: - - *279 - *280 + - *281 requestBody: required: true content: @@ -75067,9 +75074,9 @@ paths: description: Successful Response (The resulting merge commit) content: application/json: - schema: *410 + schema: *411 examples: - default: *504 + default: *505 '204': description: Response when already merged '404': @@ -75094,8 +75101,8 @@ paths: description: API method documentation url: https://docs.github.com/rest/issues/milestones#list-milestones parameters: - - *279 - *280 + - *281 - name: state description: The state of the milestone. Either `open`, `closed`, or `all`. in: query @@ -75136,12 +75143,12 @@ paths: application/json: schema: type: array - items: &505 + items: &506 title: Milestone description: A collection of related issues and pull requests. type: object - properties: *414 - required: *415 + properties: *415 + required: *416 examples: default: value: @@ -75197,8 +75204,8 @@ paths: description: API method documentation url: https://docs.github.com/rest/issues/milestones#create-a-milestone parameters: - - *279 - *280 + - *281 requestBody: required: true content: @@ -75238,9 +75245,9 @@ paths: description: Response content: application/json: - schema: *505 + schema: *506 examples: - default: &506 + default: &507 value: url: https://api.github.com/repos/octocat/Hello-World/milestones/1 html_url: https://github.com/octocat/Hello-World/milestones/v1.0 @@ -75299,9 +75306,9 @@ paths: description: API method documentation url: https://docs.github.com/rest/issues/milestones#get-a-milestone parameters: - - *279 - *280 - - &507 + - *281 + - &508 name: milestone_number description: The number that identifies the milestone. in: path @@ -75313,9 +75320,9 @@ paths: description: Response content: application/json: - schema: *505 + schema: *506 examples: - default: *506 + default: *507 '404': *6 x-github: githubCloudOnly: false @@ -75332,9 +75339,9 @@ paths: description: API method documentation url: https://docs.github.com/rest/issues/milestones#update-a-milestone parameters: - - *279 - *280 - - *507 + - *281 + - *508 requestBody: required: false content: @@ -75372,9 +75379,9 @@ paths: description: Response content: application/json: - schema: *505 + schema: *506 examples: - default: *506 + default: *507 x-github: githubCloudOnly: false enabledForGitHubApps: true @@ -75390,9 +75397,9 @@ paths: description: API method documentation url: https://docs.github.com/rest/issues/milestones#delete-a-milestone parameters: - - *279 - *280 - - *507 + - *281 + - *508 responses: '204': description: Response @@ -75413,9 +75420,9 @@ paths: description: API method documentation url: https://docs.github.com/rest/issues/labels#list-labels-for-issues-in-a-milestone parameters: - - *279 - *280 - - *507 + - *281 + - *508 - *17 - *19 responses: @@ -75425,9 +75432,9 @@ paths: application/json: schema: type: array - items: *484 + items: *485 examples: - default: *485 + default: *486 headers: Link: *58 x-github: @@ -75446,12 +75453,12 @@ paths: description: API method documentation url: https://docs.github.com/rest/activity/notifications#list-repository-notifications-for-the-authenticated-user parameters: - - *279 - *280 - - *508 + - *281 - *509 - - *67 - *510 + - *67 + - *511 - *17 - *19 responses: @@ -75463,7 +75470,7 @@ paths: type: array items: *90 examples: - default: *511 + default: *512 headers: Link: *58 x-github: @@ -75487,8 +75494,8 @@ paths: description: API method documentation url: https://docs.github.com/rest/activity/notifications#mark-repository-notifications-as-read parameters: - - *279 - *280 + - *281 requestBody: required: false content: @@ -75546,14 +75553,14 @@ paths: description: API method documentation url: https://docs.github.com/rest/pages/pages#get-a-apiname-pages-site parameters: - - *279 - *280 + - *281 responses: '200': description: Response content: application/json: - schema: &512 + schema: &513 title: GitHub Pages description: The configuration for GitHub Pages for a repository. type: object @@ -75678,7 +75685,7 @@ paths: - custom_404 - public examples: - default: &513 + default: &514 value: url: https://api.github.com/repos/github/developer.github.com/pages status: built @@ -75719,8 +75726,8 @@ paths: description: API method documentation url: https://docs.github.com/rest/pages/pages#create-a-apiname-pages-site parameters: - - *279 - *280 + - *281 requestBody: required: true content: @@ -75774,9 +75781,9 @@ paths: description: Response content: application/json: - schema: *512 + schema: *513 examples: - default: *513 + default: *514 '422': *15 '409': *46 x-github: @@ -75799,8 +75806,8 @@ paths: description: API method documentation url: https://docs.github.com/rest/pages/pages#update-information-about-a-apiname-pages-site parameters: - - *279 - *280 + - *281 requestBody: required: true content: @@ -75899,8 +75906,8 @@ paths: description: API method documentation url: https://docs.github.com/rest/pages/pages#delete-a-apiname-pages-site parameters: - - *279 - *280 + - *281 responses: '204': description: Response @@ -75926,8 +75933,8 @@ paths: description: API method documentation url: https://docs.github.com/rest/pages/pages#list-apiname-pages-builds parameters: - - *279 - *280 + - *281 - *17 - *19 responses: @@ -75937,7 +75944,7 @@ paths: application/json: schema: type: array - items: &514 + items: &515 title: Page Build description: Page Build type: object @@ -76031,8 +76038,8 @@ paths: description: API method documentation url: https://docs.github.com/rest/pages/pages#request-a-apiname-pages-build parameters: - - *279 - *280 + - *281 responses: '201': description: Response @@ -76077,16 +76084,16 @@ paths: description: API method documentation url: https://docs.github.com/rest/pages/pages#get-latest-pages-build parameters: - - *279 - *280 + - *281 responses: '200': description: Response content: application/json: - schema: *514 + schema: *515 examples: - default: &515 + default: &516 value: url: https://api.github.com/repos/github/developer.github.com/pages/builds/5472601 status: built @@ -76134,8 +76141,8 @@ paths: description: API method documentation url: https://docs.github.com/rest/pages/pages#get-apiname-pages-build parameters: - - *279 - *280 + - *281 - name: build_id in: path required: true @@ -76146,9 +76153,9 @@ paths: description: Response content: application/json: - schema: *514 + schema: *515 examples: - default: *515 + default: *516 x-github: githubCloudOnly: false enabledForGitHubApps: true @@ -76168,8 +76175,8 @@ paths: description: API method documentation url: https://docs.github.com/rest/pages/pages#create-a-github-pages-deployment parameters: - - *279 - *280 + - *281 requestBody: required: true content: @@ -76274,9 +76281,9 @@ paths: description: API method documentation url: https://docs.github.com/rest/pages/pages#get-the-status-of-a-github-pages-deployment parameters: - - *279 - *280 - - &516 + - *281 + - &517 name: pages_deployment_id description: The ID of the Pages deployment. You can also give the commit SHA of the deployment. @@ -76334,9 +76341,9 @@ paths: description: API method documentation url: https://docs.github.com/rest/pages/pages#cancel-a-github-pages-deployment parameters: - - *279 - *280 - - *516 + - *281 + - *517 responses: '204': *145 '404': *6 @@ -76363,8 +76370,8 @@ paths: description: API method documentation url: https://docs.github.com/rest/pages/pages#get-a-dns-health-check-for-github-pages parameters: - - *279 - *280 + - *281 responses: '200': description: Response @@ -76622,8 +76629,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: - - *279 - *280 + - *281 responses: '200': description: Private vulnerability reporting status @@ -76660,8 +76667,8 @@ paths: description: API method documentation url: https://docs.github.com/rest/repos/repos#enable-private-vulnerability-reporting-for-a-repository parameters: - - *279 - *280 + - *281 responses: '204': *145 '422': *14 @@ -76682,8 +76689,8 @@ paths: description: API method documentation url: https://docs.github.com/rest/repos/repos#disable-private-vulnerability-reporting-for-a-repository parameters: - - *279 - *280 + - *281 responses: '204': *145 '422': *14 @@ -76706,8 +76713,8 @@ paths: description: API method documentation url: https://docs.github.com/rest/projects/projects#list-repository-projects parameters: - - *279 - *280 + - *281 - name: state description: Indicates the state of the projects to return. in: query @@ -76728,7 +76735,7 @@ paths: application/json: schema: type: array - items: *229 + items: *230 examples: default: value: @@ -76768,7 +76775,7 @@ paths: '401': *25 '403': *29 '404': *6 - '410': *288 + '410': *289 '422': *7 x-github: githubCloudOnly: false @@ -76791,8 +76798,8 @@ paths: description: API method documentation url: https://docs.github.com/rest/projects/projects#create-a-repository-project parameters: - - *279 - *280 + - *281 requestBody: required: true content: @@ -76818,13 +76825,13 @@ paths: description: Response content: application/json: - schema: *229 + schema: *230 examples: - default: *287 + default: *288 '401': *25 '403': *29 '404': *6 - '410': *288 + '410': *289 '422': *7 x-github: githubCloudOnly: false @@ -76847,8 +76854,8 @@ paths: description: API method documentation url: https://docs.github.com/rest/repos/custom-properties#get-all-custom-property-values-for-a-repository parameters: - - *279 - *280 + - *281 responses: '200': description: Response @@ -76856,7 +76863,7 @@ paths: application/json: schema: type: array - items: *234 + items: *235 examples: default: value: @@ -76887,8 +76894,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: - - *279 - *280 + - *281 requestBody: required: true content: @@ -76900,7 +76907,7 @@ paths: type: array description: A list of custom property names and associated values to apply to the repositories. - items: *234 + items: *235 required: - properties examples: @@ -76950,8 +76957,8 @@ paths: description: API method documentation url: https://docs.github.com/rest/pulls/pulls#list-pull-requests parameters: - - *279 - *280 + - *281 - name: state description: Either `open`, `closed`, or `all` to filter by state. in: query @@ -77011,9 +77018,9 @@ paths: application/json: schema: type: array - items: *517 + items: *518 examples: - default: *518 + default: *519 headers: Link: *58 '304': *37 @@ -77045,8 +77052,8 @@ paths: description: API method documentation url: https://docs.github.com/rest/pulls/pulls#create-a-pull-request parameters: - - *279 - *280 + - *281 requestBody: required: true content: @@ -77111,7 +77118,7 @@ paths: description: Response content: application/json: - schema: &522 + schema: &523 type: object title: Pull Request description: Pull requests let you tell others about changes you've @@ -77222,8 +77229,8 @@ paths: title: Milestone description: A collection of related issues and pull requests. type: object - properties: *414 - required: *415 + properties: *415 + required: *416 nullable: true active_lock_reason: type: string @@ -77268,7 +77275,7 @@ paths: nullable: true requested_teams: type: array - items: *257 + items: *258 nullable: true head: type: object @@ -77307,14 +77314,14 @@ paths: _links: type: object properties: - comments: *416 - commits: *416 - statuses: *416 - html: *416 - issue: *416 - review_comments: *416 - review_comment: *416 - self: *416 + comments: *417 + commits: *417 + statuses: *417 + html: *417 + issue: *417 + review_comments: *417 + review_comment: *417 + self: *417 required: - comments - commits @@ -77325,7 +77332,7 @@ paths: - review_comment - self author_association: *63 - auto_merge: *519 + auto_merge: *520 draft: description: Indicates whether or not the pull request is a draft. example: false @@ -77417,7 +77424,7 @@ paths: - merged_by - review_comments examples: - default: &523 + default: &524 value: url: https://api.github.com/repos/octocat/Hello-World/pulls/1347 id: 1 @@ -77944,8 +77951,8 @@ paths: description: API method documentation url: https://docs.github.com/rest/pulls/comments#list-review-comments-in-a-repository parameters: - - *279 - *280 + - *281 - name: sort in: query required: false @@ -77974,9 +77981,9 @@ paths: application/json: schema: type: array - items: *520 + items: *521 examples: - default: &525 + default: &526 value: - url: https://api.github.com/repos/octocat/Hello-World/pulls/comments/1 pull_request_review_id: 42 @@ -78053,17 +78060,17 @@ paths: description: API method documentation url: https://docs.github.com/rest/pulls/comments#get-a-review-comment-for-a-pull-request parameters: - - *279 - *280 + - *281 - *76 responses: '200': description: Response content: application/json: - schema: *520 + schema: *521 examples: - default: &521 + default: &522 value: url: https://api.github.com/repos/octocat/Hello-World/pulls/comments/1 pull_request_review_id: 42 @@ -78138,8 +78145,8 @@ paths: description: API method documentation url: https://docs.github.com/rest/pulls/comments#update-a-review-comment-for-a-pull-request parameters: - - *279 - *280 + - *281 - *76 requestBody: required: true @@ -78162,9 +78169,9 @@ paths: description: Response content: application/json: - schema: *520 + schema: *521 examples: - default: *521 + default: *522 x-github: githubCloudOnly: false enabledForGitHubApps: true @@ -78180,8 +78187,8 @@ paths: description: API method documentation url: https://docs.github.com/rest/pulls/comments#delete-a-review-comment-for-a-pull-request parameters: - - *279 - *280 + - *281 - *76 responses: '204': @@ -78203,8 +78210,8 @@ paths: description: API method documentation url: https://docs.github.com/rest/reactions/reactions#list-reactions-for-a-pull-request-review-comment parameters: - - *279 - *280 + - *281 - *76 - name: content description: Returns a single [reaction type](https://docs.github.com/rest/reactions/reactions#about-reactions). @@ -78231,9 +78238,9 @@ paths: application/json: schema: type: array - items: *272 + items: *273 examples: - default: *274 + default: *275 headers: Link: *58 '404': *6 @@ -78254,8 +78261,8 @@ paths: description: API method documentation url: https://docs.github.com/rest/reactions/reactions#create-reaction-for-a-pull-request-review-comment parameters: - - *279 - *280 + - *281 - *76 requestBody: required: true @@ -78288,16 +78295,16 @@ paths: description: Reaction exists content: application/json: - schema: *272 + schema: *273 examples: - default: *273 + default: *274 '201': description: Reaction created content: application/json: - schema: *272 + schema: *273 examples: - default: *273 + default: *274 '422': *15 x-github: githubCloudOnly: false @@ -78319,10 +78326,10 @@ paths: description: API method documentation url: https://docs.github.com/rest/reactions/reactions#delete-a-pull-request-comment-reaction parameters: - - *279 - *280 + - *281 - *76 - - *275 + - *276 responses: '204': description: Response @@ -78365,9 +78372,9 @@ paths: description: API method documentation url: https://docs.github.com/rest/pulls/pulls#get-a-pull-request parameters: - - *279 - *280 - - &524 + - *281 + - &525 name: pull_number description: The number that identifies the pull request. in: path @@ -78380,9 +78387,9 @@ paths: to fetch diff and patch formats. content: application/json: - schema: *522 + schema: *523 examples: - default: *523 + default: *524 '304': *37 '404': *6 '406': @@ -78417,9 +78424,9 @@ paths: description: API method documentation url: https://docs.github.com/rest/pulls/pulls#update-a-pull-request parameters: - - *279 - *280 - - *524 + - *281 + - *525 requestBody: required: false content: @@ -78461,9 +78468,9 @@ paths: description: Response content: application/json: - schema: *522 + schema: *523 examples: - default: *523 + default: *524 '422': *15 '403': *29 x-github: @@ -78485,9 +78492,9 @@ paths: description: API method documentation url: https://docs.github.com/rest/codespaces/codespaces#create-a-codespace-from-a-pull-request parameters: - - *279 - *280 - - *524 + - *281 + - *525 requestBody: required: true content: @@ -78547,17 +78554,17 @@ paths: description: Response when the codespace was successfully created content: application/json: - schema: *198 + schema: *199 examples: - default: *399 + default: *400 '202': description: Response when the codespace creation partially failed but is being retried in the background content: application/json: - schema: *198 + schema: *199 examples: - default: *399 + default: *400 '401': *25 '403': *29 '404': *6 @@ -78587,9 +78594,9 @@ paths: description: API method documentation url: https://docs.github.com/rest/pulls/comments#list-review-comments-on-a-pull-request parameters: - - *279 - *280 - - *524 + - *281 + - *525 - *87 - name: direction description: The direction to sort results. Ignored without `sort` parameter. @@ -78610,9 +78617,9 @@ paths: application/json: schema: type: array - items: *520 + items: *521 examples: - default: *525 + default: *526 headers: Link: *58 x-github: @@ -78645,9 +78652,9 @@ paths: description: API method documentation url: https://docs.github.com/rest/pulls/comments#create-a-review-comment-for-a-pull-request parameters: - - *279 - *280 - - *524 + - *281 + - *525 requestBody: required: true content: @@ -78752,7 +78759,7 @@ paths: description: Response content: application/json: - schema: *520 + schema: *521 examples: example-for-a-multi-line-comment: value: @@ -78840,9 +78847,9 @@ paths: description: API method documentation url: https://docs.github.com/rest/pulls/comments#create-a-reply-for-a-review-comment parameters: - - *279 - *280 - - *524 + - *281 + - *525 - *76 requestBody: required: true @@ -78865,7 +78872,7 @@ paths: description: Response content: application/json: - schema: *520 + schema: *521 examples: default: value: @@ -78951,9 +78958,9 @@ paths: description: API method documentation url: https://docs.github.com/rest/pulls/pulls#list-commits-on-a-pull-request parameters: - - *279 - *280 - - *524 + - *281 + - *525 - *17 - *19 responses: @@ -78963,9 +78970,9 @@ paths: application/json: schema: type: array - items: *410 + items: *411 examples: - default: *526 + default: *527 headers: Link: *58 x-github: @@ -78995,9 +79002,9 @@ paths: description: API method documentation url: https://docs.github.com/rest/pulls/pulls#list-pull-requests-files parameters: - - *279 - *280 - - *524 + - *281 + - *525 - *17 - *19 responses: @@ -79007,7 +79014,7 @@ paths: application/json: schema: type: array - items: *425 + items: *426 examples: default: value: @@ -79045,9 +79052,9 @@ paths: description: API method documentation url: https://docs.github.com/rest/pulls/pulls#check-if-a-pull-request-has-been-merged parameters: - - *279 - *280 - - *524 + - *281 + - *525 responses: '204': description: Response if pull request has been merged @@ -79070,9 +79077,9 @@ paths: description: API method documentation url: https://docs.github.com/rest/pulls/pulls#merge-a-pull-request parameters: - - *279 - *280 - - *524 + - *281 + - *525 requestBody: required: false content: @@ -79183,9 +79190,9 @@ paths: description: API method documentation url: https://docs.github.com/rest/pulls/review-requests#get-all-requested-reviewers-for-a-pull-request parameters: - - *279 - *280 - - *524 + - *281 + - *525 responses: '200': description: Response @@ -79260,9 +79267,9 @@ paths: description: API method documentation url: https://docs.github.com/rest/pulls/review-requests#request-reviewers-for-a-pull-request parameters: - - *279 - *280 - - *524 + - *281 + - *525 requestBody: required: false content: @@ -79299,7 +79306,7 @@ paths: description: Response content: application/json: - schema: *517 + schema: *518 examples: default: value: @@ -79835,9 +79842,9 @@ paths: description: API method documentation url: https://docs.github.com/rest/pulls/review-requests#remove-requested-reviewers-from-a-pull-request parameters: - - *279 - *280 - - *524 + - *281 + - *525 requestBody: required: true content: @@ -79871,7 +79878,7 @@ paths: description: Response content: application/json: - schema: *517 + schema: *518 examples: default: value: @@ -80376,9 +80383,9 @@ paths: description: API method documentation url: https://docs.github.com/rest/pulls/reviews#list-reviews-for-a-pull-request parameters: - - *279 - *280 - - *524 + - *281 + - *525 - *17 - *19 responses: @@ -80388,7 +80395,7 @@ paths: application/json: schema: type: array - items: &527 + items: &528 title: Pull Request Review description: Pull Request Reviews are reviews on pull requests. type: object @@ -80539,9 +80546,9 @@ paths: description: API method documentation url: https://docs.github.com/rest/pulls/reviews#create-a-review-for-a-pull-request parameters: - - *279 - *280 - - *524 + - *281 + - *525 requestBody: required: false content: @@ -80627,9 +80634,9 @@ paths: description: Response content: application/json: - schema: *527 + schema: *528 examples: - default: &529 + default: &530 value: id: 80 node_id: MDE3OlB1bGxSZXF1ZXN0UmV2aWV3ODA= @@ -80692,10 +80699,10 @@ paths: description: API method documentation url: https://docs.github.com/rest/pulls/reviews#get-a-review-for-a-pull-request parameters: - - *279 - *280 - - *524 - - &528 + - *281 + - *525 + - &529 name: review_id description: The unique identifier of the review. in: path @@ -80707,9 +80714,9 @@ paths: description: Response content: application/json: - schema: *527 + schema: *528 examples: - default: &530 + default: &531 value: id: 80 node_id: MDE3OlB1bGxSZXF1ZXN0UmV2aWV3ODA= @@ -80768,10 +80775,10 @@ paths: description: API method documentation url: https://docs.github.com/rest/pulls/reviews#update-a-review-for-a-pull-request parameters: - - *279 - *280 - - *524 - - *528 + - *281 + - *525 + - *529 requestBody: required: true content: @@ -80794,7 +80801,7 @@ paths: description: Response content: application/json: - schema: *527 + schema: *528 examples: default: value: @@ -80856,18 +80863,18 @@ paths: description: API method documentation url: https://docs.github.com/rest/pulls/reviews#delete-a-pending-review-for-a-pull-request parameters: - - *279 - *280 - - *524 - - *528 + - *281 + - *525 + - *529 responses: '200': description: Response content: application/json: - schema: *527 + schema: *528 examples: - default: *529 + default: *530 '422': *7 '404': *6 x-github: @@ -80894,10 +80901,10 @@ paths: description: API method documentation url: https://docs.github.com/rest/pulls/reviews#list-comments-for-a-pull-request-review parameters: - - *279 - *280 - - *524 - - *528 + - *281 + - *525 + - *529 - *17 - *19 responses: @@ -80980,9 +80987,9 @@ paths: _links: type: object properties: - self: *416 - html: *416 - pull_request: *416 + self: *417 + html: *417 + pull_request: *417 required: - self - html @@ -81125,10 +81132,10 @@ paths: description: API method documentation url: https://docs.github.com/rest/pulls/reviews#dismiss-a-review-for-a-pull-request parameters: - - *279 - *280 - - *524 - - *528 + - *281 + - *525 + - *529 requestBody: required: true content: @@ -81156,7 +81163,7 @@ paths: description: Response content: application/json: - schema: *527 + schema: *528 examples: default: value: @@ -81219,10 +81226,10 @@ paths: description: API method documentation url: https://docs.github.com/rest/pulls/reviews#submit-a-review-for-a-pull-request parameters: - - *279 - *280 - - *524 - - *528 + - *281 + - *525 + - *529 requestBody: required: true content: @@ -81257,9 +81264,9 @@ paths: description: Response content: application/json: - schema: *527 + schema: *528 examples: - default: *530 + default: *531 '404': *6 '422': *7 '403': *29 @@ -81281,9 +81288,9 @@ paths: description: API method documentation url: https://docs.github.com/rest/pulls/pulls#update-a-pull-request-branch parameters: - - *279 - *280 - - *524 + - *281 + - *525 requestBody: required: false content: @@ -81346,8 +81353,8 @@ paths: description: API method documentation url: https://docs.github.com/rest/repos/contents#get-a-repository-readme parameters: - - *279 - *280 + - *281 - name: ref description: 'The name of the commit/branch/tag. Default: the repository’s default branch.' @@ -81360,9 +81367,9 @@ paths: description: Response content: application/json: - schema: *531 + schema: *532 examples: - default: &532 + default: &533 value: type: file encoding: base64 @@ -81404,8 +81411,8 @@ paths: description: API method documentation url: https://docs.github.com/rest/repos/contents#get-a-repository-readme-for-a-directory parameters: - - *279 - *280 + - *281 - name: dir description: The alternate path to look for a README file in: path @@ -81425,9 +81432,9 @@ paths: description: Response content: application/json: - schema: *531 + schema: *532 examples: - default: *532 + default: *533 '404': *6 '422': *15 x-github: @@ -81449,8 +81456,8 @@ paths: description: API method documentation url: https://docs.github.com/rest/releases/releases#list-releases parameters: - - *279 - *280 + - *281 - *17 - *19 responses: @@ -81460,7 +81467,7 @@ paths: application/json: schema: type: array - items: &533 + items: &534 title: Release description: A release. type: object @@ -81523,7 +81530,7 @@ paths: author: *4 assets: type: array - items: &534 + items: &535 title: Release Asset description: Data related to a release. type: object @@ -81704,8 +81711,8 @@ paths: description: API method documentation url: https://docs.github.com/rest/releases/releases#create-a-release parameters: - - *279 - *280 + - *281 requestBody: required: true content: @@ -81781,9 +81788,9 @@ paths: description: Response content: application/json: - schema: *533 + schema: *534 examples: - default: &537 + default: &538 value: url: https://api.github.com/repos/octocat/Hello-World/releases/1 html_url: https://github.com/octocat/Hello-World/releases/v1.0.0 @@ -81886,9 +81893,9 @@ paths: description: API method documentation url: https://docs.github.com/rest/releases/assets#get-a-release-asset parameters: - - *279 - *280 - - &535 + - *281 + - &536 name: asset_id description: The unique identifier of the asset. in: path @@ -81900,9 +81907,9 @@ paths: description: Response content: application/json: - schema: *534 + schema: *535 examples: - default: &536 + default: &537 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 @@ -81936,7 +81943,7 @@ paths: type: User site_admin: false '404': *6 - '302': *427 + '302': *428 x-github: githubCloudOnly: false enabledForGitHubApps: true @@ -81952,9 +81959,9 @@ paths: description: API method documentation url: https://docs.github.com/rest/releases/assets#update-a-release-asset parameters: - - *279 - *280 - - *535 + - *281 + - *536 requestBody: required: false content: @@ -81982,9 +81989,9 @@ paths: description: Response content: application/json: - schema: *534 + schema: *535 examples: - default: *536 + default: *537 x-github: githubCloudOnly: false enabledForGitHubApps: true @@ -82000,9 +82007,9 @@ paths: description: API method documentation url: https://docs.github.com/rest/releases/assets#delete-a-release-asset parameters: - - *279 - *280 - - *535 + - *281 + - *536 responses: '204': description: Response @@ -82026,8 +82033,8 @@ paths: description: API method documentation url: https://docs.github.com/rest/releases/releases#generate-release-notes-content-for-a-release parameters: - - *279 - *280 + - *281 requestBody: required: true content: @@ -82112,16 +82119,16 @@ paths: description: API method documentation url: https://docs.github.com/rest/releases/releases#get-the-latest-release parameters: - - *279 - *280 + - *281 responses: '200': description: Response content: application/json: - schema: *533 + schema: *534 examples: - default: *537 + default: *538 x-github: githubCloudOnly: false enabledForGitHubApps: true @@ -82138,8 +82145,8 @@ paths: description: API method documentation url: https://docs.github.com/rest/releases/releases#get-a-release-by-tag-name parameters: - - *279 - *280 + - *281 - name: tag description: tag parameter in: path @@ -82152,9 +82159,9 @@ paths: description: Response content: application/json: - schema: *533 + schema: *534 examples: - default: *537 + default: *538 '404': *6 x-github: githubCloudOnly: false @@ -82176,9 +82183,9 @@ paths: description: API method documentation url: https://docs.github.com/rest/releases/releases#get-a-release parameters: - - *279 - *280 - - &538 + - *281 + - &539 name: release_id description: The unique identifier of the release. in: path @@ -82192,9 +82199,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: *533 + schema: *534 examples: - default: *537 + default: *538 '401': description: Unauthorized x-github: @@ -82212,9 +82219,9 @@ paths: description: API method documentation url: https://docs.github.com/rest/releases/releases#update-a-release parameters: - - *279 - *280 - - *538 + - *281 + - *539 requestBody: required: false content: @@ -82278,9 +82285,9 @@ paths: description: Response content: application/json: - schema: *533 + schema: *534 examples: - default: *537 + default: *538 '404': description: Not Found if the discussion category name is invalid content: @@ -82301,9 +82308,9 @@ paths: description: API method documentation url: https://docs.github.com/rest/releases/releases#delete-a-release parameters: - - *279 - *280 - - *538 + - *281 + - *539 responses: '204': description: Response @@ -82323,9 +82330,9 @@ paths: description: API method documentation url: https://docs.github.com/rest/releases/assets#list-release-assets parameters: - - *279 - *280 - - *538 + - *281 + - *539 - *17 - *19 responses: @@ -82335,7 +82342,7 @@ paths: application/json: schema: type: array - items: *534 + items: *535 examples: default: value: @@ -82415,9 +82422,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: - - *279 - *280 - - *538 + - *281 + - *539 - name: name in: query required: true @@ -82443,7 +82450,7 @@ paths: description: Response for successful upload content: application/json: - schema: *534 + schema: *535 examples: response-for-successful-upload: value: @@ -82497,9 +82504,9 @@ paths: description: API method documentation url: https://docs.github.com/rest/reactions/reactions#list-reactions-for-a-release parameters: - - *279 - *280 - - *538 + - *281 + - *539 - 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. @@ -82523,9 +82530,9 @@ paths: application/json: schema: type: array - items: *272 + items: *273 examples: - default: *274 + default: *275 headers: Link: *58 '404': *6 @@ -82546,9 +82553,9 @@ paths: description: API method documentation url: https://docs.github.com/rest/reactions/reactions#create-reaction-for-a-release parameters: - - *279 - *280 - - *538 + - *281 + - *539 requestBody: required: true content: @@ -82578,16 +82585,16 @@ paths: description: Reaction exists content: application/json: - schema: *272 + schema: *273 examples: - default: *273 + default: *274 '201': description: Reaction created content: application/json: - schema: *272 + schema: *273 examples: - default: *273 + default: *274 '422': *15 x-github: githubCloudOnly: false @@ -82609,10 +82616,10 @@ paths: description: API method documentation url: https://docs.github.com/rest/reactions/reactions#delete-a-release-reaction parameters: - - *279 - *280 - - *538 - - *275 + - *281 + - *539 + - *276 responses: '204': description: Response @@ -82636,9 +82643,9 @@ paths: description: API method documentation url: https://docs.github.com/rest/repos/rules#get-rules-for-a-branch parameters: - - *279 - *280 - - *347 + - *281 + - *348 - *17 - *19 responses: @@ -82654,8 +82661,8 @@ paths: description: A repository rule with ruleset details. oneOf: - allOf: - - *539 - - &541 + - *540 + - &542 title: repository ruleset data for rule description: User-defined metadata to store domain-specific information limited to 8 keys with scalar values. @@ -82675,65 +82682,65 @@ paths: type: integer description: The ID of the ruleset that includes this rule. - allOf: - - *540 - *541 - - allOf: - *542 - - *541 - allOf: - *543 - - *541 + - *542 - allOf: - *544 - - *541 + - *542 - allOf: - *545 - - *541 + - *542 - allOf: - *546 - - *541 + - *542 - allOf: - *547 - - *541 + - *542 - allOf: - *548 - - *541 + - *542 - allOf: - *549 - - *541 + - *542 - allOf: - *550 - - *541 + - *542 - allOf: - *551 - - *541 + - *542 - allOf: - *552 - - *541 + - *542 - allOf: - *553 - - *541 + - *542 - allOf: - *554 - - *541 + - *542 - allOf: - *555 - - *541 + - *542 - allOf: - *556 - - *541 + - *542 - allOf: - *557 - - *541 + - *542 - allOf: - *558 - - *541 + - *542 - allOf: - *559 - - *541 + - *542 - allOf: - *560 - - *541 + - *542 + - allOf: + - *561 + - *542 examples: default: value: @@ -82772,8 +82779,8 @@ paths: category: repos subcategory: rules parameters: - - *279 - *280 + - *281 - *17 - *19 - name: includes_parents @@ -82784,7 +82791,7 @@ paths: schema: type: boolean default: true - - *561 + - *562 responses: '200': description: Response @@ -82792,7 +82799,7 @@ paths: application/json: schema: type: array - items: *244 + items: *245 examples: default: value: @@ -82839,8 +82846,8 @@ paths: category: repos subcategory: rules parameters: - - *279 - *280 + - *281 requestBody: description: Request body required: true @@ -82860,16 +82867,16 @@ paths: - tag - push default: branch - enforcement: *240 + enforcement: *241 bypass_actors: type: array description: The actors that can bypass the rules in this ruleset - items: *241 - conditions: *238 + items: *242 + conditions: *239 rules: type: array description: An array of rules within the ruleset. - items: *243 + items: *244 required: - name - enforcement @@ -82900,9 +82907,9 @@ paths: description: Response content: application/json: - schema: *244 + schema: *245 examples: - default: &571 + default: &572 value: id: 42 name: super cool ruleset @@ -82949,12 +82956,12 @@ paths: description: API method documentation url: https://docs.github.com/rest/repos/rule-suites#list-repository-rule-suites parameters: - - *279 - *280 - - *562 + - *281 - *563 - *564 - *565 + - *566 - *17 - *19 responses: @@ -82962,9 +82969,9 @@ paths: description: Response content: application/json: - schema: *566 + schema: *567 examples: - default: *567 + default: *568 '404': *6 '500': *148 x-github: @@ -82985,17 +82992,17 @@ paths: description: API method documentation url: https://docs.github.com/rest/repos/rule-suites#get-a-repository-rule-suite parameters: - - *279 - *280 - - *568 + - *281 + - *569 responses: '200': description: Response content: application/json: - schema: *569 + schema: *570 examples: - default: *570 + default: *571 '404': *6 '500': *148 x-github: @@ -83023,8 +83030,8 @@ paths: category: repos subcategory: rules parameters: - - *279 - *280 + - *281 - name: ruleset_id description: The ID of the ruleset. in: path @@ -83044,9 +83051,9 @@ paths: description: Response content: application/json: - schema: *244 + schema: *245 examples: - default: *571 + default: *572 '404': *6 '500': *148 put: @@ -83064,8 +83071,8 @@ paths: category: repos subcategory: rules parameters: - - *279 - *280 + - *281 - name: ruleset_id description: The ID of the ruleset. in: path @@ -83090,16 +83097,16 @@ paths: - branch - tag - push - enforcement: *240 + enforcement: *241 bypass_actors: type: array description: The actors that can bypass the rules in this ruleset - items: *241 - conditions: *238 + items: *242 + conditions: *239 rules: description: An array of rules within the ruleset. type: array - items: *243 + items: *244 examples: default: value: @@ -83127,9 +83134,9 @@ paths: description: Response content: application/json: - schema: *244 + schema: *245 examples: - default: *571 + default: *572 '404': *6 '500': *148 delete: @@ -83147,8 +83154,8 @@ paths: category: repos subcategory: rules parameters: - - *279 - *280 + - *281 - name: ruleset_id description: The ID of the ruleset. in: path @@ -83171,8 +83178,8 @@ paths: description: API method documentation url: https://docs.github.com/rest/repos/rules#get-repository-ruleset-history parameters: - - *279 - *280 + - *281 - *17 - *19 - name: ruleset_id @@ -83188,9 +83195,9 @@ paths: application/json: schema: type: array - items: *246 + items: *247 examples: - default: *572 + default: *573 '404': *6 '500': *148 x-github: @@ -83209,8 +83216,8 @@ paths: description: API method documentation url: https://docs.github.com/rest/repos/rules#get-repository-ruleset-version parameters: - - *279 - *280 + - *281 - name: ruleset_id description: The ID of the ruleset. in: path @@ -83228,7 +83235,7 @@ paths: description: Response content: application/json: - schema: *573 + schema: *574 examples: default: value: @@ -83283,20 +83290,20 @@ paths: description: API method documentation url: https://docs.github.com/rest/secret-scanning/secret-scanning#list-secret-scanning-alerts-for-a-repository parameters: - - *279 - *280 - - *247 + - *281 - *248 - *249 - *250 + - *251 - *48 - *19 - *17 - - *574 - *575 - - *251 + - *576 - *252 - *253 + - *254 responses: '200': description: Response @@ -83304,7 +83311,7 @@ paths: application/json: schema: type: array - items: &578 + items: &579 type: object properties: number: *54 @@ -83323,8 +83330,8 @@ paths: format: uri description: The REST API URL of the code locations for this alert. - state: *576 - resolution: *577 + state: *577 + resolution: *578 resolved_at: type: string format: date-time @@ -83542,15 +83549,15 @@ paths: description: API method documentation url: https://docs.github.com/rest/secret-scanning/secret-scanning#get-a-secret-scanning-alert parameters: - - *279 - *280 - - *379 + - *281 + - *380 responses: '200': description: Response content: application/json: - schema: *578 + schema: *579 examples: default: value: @@ -83602,9 +83609,9 @@ paths: description: API method documentation url: https://docs.github.com/rest/secret-scanning/secret-scanning#update-a-secret-scanning-alert parameters: - - *279 - *280 - - *379 + - *281 + - *380 requestBody: required: true content: @@ -83612,8 +83619,8 @@ paths: schema: type: object properties: - state: *576 - resolution: *577 + state: *577 + resolution: *578 resolution_comment: description: An optional comment when closing an alert. Cannot be updated or deleted. Must be `null` when changing `state` to `open`. @@ -83631,7 +83638,7 @@ paths: description: Response content: application/json: - schema: *578 + schema: *579 examples: default: value: @@ -83706,9 +83713,9 @@ paths: description: API method documentation url: https://docs.github.com/rest/secret-scanning/secret-scanning#list-locations-for-a-secret-scanning-alert parameters: - - *279 - *280 - - *379 + - *281 + - *380 - *19 - *17 responses: @@ -83719,7 +83726,7 @@ paths: schema: type: array description: List of locations where the secret was detected - items: &711 + items: &712 type: object properties: type: @@ -84078,8 +84085,8 @@ paths: description: API method documentation url: https://docs.github.com/rest/secret-scanning/secret-scanning#create-a-push-protection-bypass parameters: - - *279 - *280 + - *281 requestBody: required: true content: @@ -84087,14 +84094,14 @@ paths: schema: type: object properties: - reason: &580 + reason: &581 description: The reason for bypassing push protection. type: string enum: - false_positive - used_in_tests - will_fix_later - placeholder_id: *579 + placeholder_id: *580 required: - reason - placeholder_id @@ -84111,7 +84118,7 @@ paths: schema: type: object properties: - reason: *580 + reason: *581 expire_at: type: string format: date-time @@ -84154,8 +84161,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: - - *279 - *280 + - *281 responses: '404': description: Repository does not have GitHub Advanced Security or secret @@ -84170,7 +84177,7 @@ paths: properties: incremental_scans: type: array - items: &581 + items: &582 description: Information on a single scan performed by secret scanning on the repository type: object @@ -84196,15 +84203,15 @@ paths: nullable: true pattern_update_scans: type: array - items: *581 + items: *582 backfill_scans: type: array - items: *581 + items: *582 custom_pattern_backfill_scans: type: array items: allOf: - - *581 + - *582 - type: object properties: pattern_name: @@ -84274,8 +84281,8 @@ paths: description: API method documentation url: https://docs.github.com/rest/security-advisories/repository-advisories#list-repository-security-advisories parameters: - - *279 - *280 + - *281 - *48 - name: sort description: The property to sort the results by. @@ -84319,9 +84326,9 @@ paths: application/json: schema: type: array - items: *582 + items: *583 examples: - default: *583 + default: *584 '400': *14 '404': *6 x-github: @@ -84344,8 +84351,8 @@ paths: description: API method documentation url: https://docs.github.com/rest/security-advisories/repository-advisories#create-a-repository-security-advisory parameters: - - *279 - *280 + - *281 requestBody: required: true content: @@ -84418,7 +84425,7 @@ paths: login: type: string description: The username of the user credited. - type: *256 + type: *257 required: - login - type @@ -84505,9 +84512,9 @@ paths: description: Response content: application/json: - schema: *582 + schema: *583 examples: - default: &585 + default: &586 value: ghsa_id: GHSA-abcd-1234-efgh cve_id: CVE-2050-00000 @@ -84740,8 +84747,8 @@ paths: description: API method documentation url: https://docs.github.com/rest/security-advisories/repository-advisories#privately-report-a-security-vulnerability parameters: - - *279 - *280 + - *281 requestBody: required: true content: @@ -84845,7 +84852,7 @@ paths: description: Response content: application/json: - schema: *582 + schema: *583 examples: default: value: @@ -84992,17 +84999,17 @@ paths: description: API method documentation url: https://docs.github.com/rest/security-advisories/repository-advisories#get-a-repository-security-advisory parameters: - - *279 - *280 - - *584 + - *281 + - *585 responses: '200': description: Response content: application/json: - schema: *582 + schema: *583 examples: - default: *585 + default: *586 '403': *29 '404': *6 x-github: @@ -85026,9 +85033,9 @@ paths: description: API method documentation url: https://docs.github.com/rest/security-advisories/repository-advisories#update-a-repository-security-advisory parameters: - - *279 - *280 - - *584 + - *281 + - *585 requestBody: required: true content: @@ -85101,7 +85108,7 @@ paths: login: type: string description: The username of the user credited. - type: *256 + type: *257 required: - login - type @@ -85187,10 +85194,10 @@ paths: description: Response content: application/json: - schema: *582 + schema: *583 examples: - default: *585 - add_credit: *585 + default: *586 + add_credit: *586 '403': *29 '404': *6 '422': @@ -85228,9 +85235,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: - - *279 - *280 - - *584 + - *281 + - *585 responses: '202': *47 '400': *14 @@ -85257,17 +85264,17 @@ paths: description: API method documentation url: https://docs.github.com/rest/security-advisories/repository-advisories#create-a-temporary-private-fork parameters: - - *279 - *280 - - *584 + - *281 + - *585 responses: '202': description: Response content: application/json: - schema: *290 + schema: *291 examples: - default: *292 + default: *293 '400': *14 '422': *15 '403': *29 @@ -85293,8 +85300,8 @@ paths: description: API method documentation url: https://docs.github.com/rest/activity/starring#list-stargazers parameters: - - *279 - *280 + - *281 - *17 - *19 responses: @@ -85393,8 +85400,8 @@ paths: description: API method documentation url: https://docs.github.com/rest/metrics/statistics#get-the-weekly-commit-activity parameters: - - *279 - *280 + - *281 responses: '200': description: Returns a weekly aggregate of the number of additions and deletions @@ -85403,7 +85410,7 @@ paths: application/json: schema: type: array - items: &586 + items: &587 title: Code Frequency Stat description: Code Frequency Stat type: array @@ -85436,8 +85443,8 @@ paths: description: API method documentation url: https://docs.github.com/rest/metrics/statistics#get-the-last-year-of-commit-activity parameters: - - *279 - *280 + - *281 responses: '200': description: Response @@ -85513,8 +85520,8 @@ paths: description: API method documentation url: https://docs.github.com/rest/metrics/statistics#get-all-contributor-commit-activity parameters: - - *279 - *280 + - *281 responses: '200': description: Response @@ -85610,8 +85617,8 @@ paths: description: API method documentation url: https://docs.github.com/rest/metrics/statistics#get-the-weekly-commit-count parameters: - - *279 - *280 + - *281 responses: '200': description: The array order is oldest week (index 0) to most recent week. @@ -85765,8 +85772,8 @@ paths: description: API method documentation url: https://docs.github.com/rest/metrics/statistics#get-the-hourly-commit-count-for-each-day parameters: - - *279 - *280 + - *281 responses: '200': description: For example, `[2, 14, 25]` indicates that there were 25 total @@ -85776,7 +85783,7 @@ paths: application/json: schema: type: array - items: *586 + items: *587 examples: default: value: @@ -85809,8 +85816,8 @@ paths: description: API method documentation url: https://docs.github.com/rest/commits/statuses#create-a-commit-status parameters: - - *279 - *280 + - *281 - name: sha in: path required: true @@ -85864,7 +85871,7 @@ paths: description: Response content: application/json: - schema: *587 + schema: *588 examples: default: value: @@ -85918,8 +85925,8 @@ paths: description: API method documentation url: https://docs.github.com/rest/activity/watching#list-watchers parameters: - - *279 - *280 + - *281 - *17 - *19 responses: @@ -85931,7 +85938,7 @@ paths: type: array items: *4 examples: - default: *197 + default: *198 headers: Link: *58 x-github: @@ -85951,14 +85958,14 @@ paths: description: API method documentation url: https://docs.github.com/rest/activity/watching#get-a-repository-subscription parameters: - - *279 - *280 + - *281 responses: '200': description: if you subscribe to the repository content: application/json: - schema: &588 + schema: &589 title: Repository Invitation description: Repository invitations let you manage who you collaborate with. @@ -86026,8 +86033,8 @@ paths: description: API method documentation url: https://docs.github.com/rest/activity/watching#set-a-repository-subscription parameters: - - *279 - *280 + - *281 requestBody: required: false content: @@ -86053,7 +86060,7 @@ paths: description: Response content: application/json: - schema: *588 + schema: *589 examples: default: value: @@ -86080,8 +86087,8 @@ paths: description: API method documentation url: https://docs.github.com/rest/activity/watching#delete-a-repository-subscription parameters: - - *279 - *280 + - *281 responses: '204': description: Response @@ -86101,8 +86108,8 @@ paths: description: API method documentation url: https://docs.github.com/rest/repos/repos#list-repository-tags parameters: - - *279 - *280 + - *281 - *17 - *19 responses: @@ -86181,8 +86188,8 @@ paths: description: API method documentation url: https://docs.github.com/rest/repos/tags#closing-down---list-tag-protection-states-for-a-repository parameters: - - *279 - *280 + - *281 responses: '200': description: Response @@ -86190,7 +86197,7 @@ paths: application/json: schema: type: array - items: &589 + items: &590 title: Tag protection description: Tag protection type: object @@ -86242,8 +86249,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: - - *279 - *280 + - *281 requestBody: required: true content: @@ -86266,7 +86273,7 @@ paths: description: Response content: application/json: - schema: *589 + schema: *590 examples: default: value: @@ -86297,8 +86304,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: - - *279 - *280 + - *281 - name: tag_protection_id description: The unique identifier of the tag protection. in: path @@ -86335,8 +86342,8 @@ paths: url: https://docs.github.com/rest/repos/contents#download-a-repository-archive-tar operationId: repos/download-tarball-archive parameters: - - *279 - *280 + - *281 - name: ref in: path required: true @@ -86372,8 +86379,8 @@ paths: description: API method documentation url: https://docs.github.com/rest/repos/repos#list-repository-teams parameters: - - *279 - *280 + - *281 - *17 - *19 responses: @@ -86385,7 +86392,7 @@ paths: type: array items: *152 examples: - default: *212 + default: *213 headers: Link: *58 '404': *6 @@ -86405,8 +86412,8 @@ paths: description: API method documentation url: https://docs.github.com/rest/repos/repos#get-all-repository-topics parameters: - - *279 - *280 + - *281 - *19 - *17 responses: @@ -86414,7 +86421,7 @@ paths: description: Response content: application/json: - schema: &590 + schema: &591 title: Topic description: A topic aggregates entities that are related to a subject. type: object @@ -86426,7 +86433,7 @@ paths: required: - names examples: - default: &591 + default: &592 value: names: - octocat @@ -86449,8 +86456,8 @@ paths: description: API method documentation url: https://docs.github.com/rest/repos/repos#replace-all-repository-topics parameters: - - *279 - *280 + - *281 requestBody: required: true content: @@ -86481,9 +86488,9 @@ paths: description: Response content: application/json: - schema: *590 + schema: *591 examples: - default: *591 + default: *592 '404': *6 '422': *7 x-github: @@ -86504,9 +86511,9 @@ paths: description: API method documentation url: https://docs.github.com/rest/metrics/traffic#get-repository-clones parameters: - - *279 - *280 - - &592 + - *281 + - &593 name: per description: The time frame to display results for. in: query @@ -86535,7 +86542,7 @@ paths: example: 128 clones: type: array - items: &593 + items: &594 title: Traffic type: object properties: @@ -86622,8 +86629,8 @@ paths: description: API method documentation url: https://docs.github.com/rest/metrics/traffic#get-top-referral-paths parameters: - - *279 - *280 + - *281 responses: '200': description: Response @@ -86713,8 +86720,8 @@ paths: description: API method documentation url: https://docs.github.com/rest/metrics/traffic#get-top-referral-sources parameters: - - *279 - *280 + - *281 responses: '200': description: Response @@ -86774,9 +86781,9 @@ paths: description: API method documentation url: https://docs.github.com/rest/metrics/traffic#get-page-views parameters: - - *279 - *280 - - *592 + - *281 + - *593 responses: '200': description: Response @@ -86795,7 +86802,7 @@ paths: example: 3782 views: type: array - items: *593 + items: *594 required: - uniques - count @@ -86872,8 +86879,8 @@ paths: description: API method documentation url: https://docs.github.com/rest/repos/repos#transfer-a-repository parameters: - - *279 - *280 + - *281 requestBody: required: true content: @@ -87147,8 +87154,8 @@ paths: description: API method documentation url: https://docs.github.com/rest/repos/repos#check-if-vulnerability-alerts-are-enabled-for-a-repository parameters: - - *279 - *280 + - *281 responses: '204': description: Response if repository is enabled with vulnerability alerts @@ -87171,8 +87178,8 @@ paths: description: API method documentation url: https://docs.github.com/rest/repos/repos#enable-vulnerability-alerts parameters: - - *279 - *280 + - *281 responses: '204': description: Response @@ -87194,8 +87201,8 @@ paths: description: API method documentation url: https://docs.github.com/rest/repos/repos#disable-vulnerability-alerts parameters: - - *279 - *280 + - *281 responses: '204': description: Response @@ -87221,8 +87228,8 @@ paths: url: https://docs.github.com/rest/repos/contents#download-a-repository-archive-zip operationId: repos/download-zipball-archive parameters: - - *279 - *280 + - *281 - name: ref in: path required: true @@ -87314,9 +87321,9 @@ paths: description: Response content: application/json: - schema: *290 + schema: *291 examples: - default: *292 + default: *293 headers: Location: example: https://api.github.com/repos/octocat/Hello-World @@ -87564,7 +87571,7 @@ paths: example: - 73..77 - 77..78 - text_matches: &594 + text_matches: &595 title: Search Result Text Matches type: array items: @@ -87726,7 +87733,7 @@ paths: enum: - author-date - committer-date - - &595 + - &596 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 @@ -87797,7 +87804,7 @@ paths: description: Metaproperties for Git author/committer information. type: object - properties: *345 + properties: *346 nullable: true comment_count: type: integer @@ -87817,7 +87824,7 @@ paths: url: type: string format: uri - verification: *462 + verification: *463 required: - author - committer @@ -87836,7 +87843,7 @@ paths: title: Git User description: Metaproperties for Git author/committer information. type: object - properties: *345 + properties: *346 nullable: true parents: type: array @@ -87854,7 +87861,7 @@ paths: type: number node_id: type: string - text_matches: *594 + text_matches: *595 required: - sha - node_id @@ -88036,7 +88043,7 @@ paths: - interactions - created - updated - - *595 + - *596 - *17 - *19 - name: advanced_search @@ -88163,8 +88170,8 @@ paths: title: Milestone description: A collection of related issues and pull requests. type: object - properties: *414 - required: *415 + properties: *415 + required: *416 nullable: true comments: type: integer @@ -88178,7 +88185,7 @@ paths: type: string format: date-time nullable: true - text_matches: *594 + text_matches: *595 pull_request: type: object properties: @@ -88222,7 +88229,7 @@ paths: timeline_url: type: string format: uri - type: *192 + type: *193 performed_via_github_app: title: GitHub app description: GitHub apps are a new way to extend GitHub. @@ -88406,7 +88413,7 @@ paths: enum: - created - updated - - *595 + - *596 - *17 - *19 responses: @@ -88450,7 +88457,7 @@ paths: nullable: true score: type: number - text_matches: *594 + text_matches: *595 required: - id - node_id @@ -88535,7 +88542,7 @@ paths: - forks - help-wanted-issues - updated - - *595 + - *596 - *17 - *19 responses: @@ -88774,7 +88781,7 @@ paths: - admin - pull - push - text_matches: *594 + text_matches: *595 temp_clone_token: type: string allow_merge_commit: @@ -89074,7 +89081,7 @@ paths: type: string format: uri nullable: true - text_matches: *594 + text_matches: *595 related: type: array nullable: true @@ -89265,7 +89272,7 @@ paths: - followers - repositories - joined - - *595 + - *596 - *17 - *19 responses: @@ -89369,7 +89376,7 @@ paths: hireable: type: boolean nullable: true - text_matches: *594 + text_matches: *595 blog: type: string nullable: true @@ -89448,7 +89455,7 @@ paths: description: API method documentation url: https://docs.github.com/rest/teams/teams#get-a-team-legacy parameters: - - &596 + - &597 name: team_id description: The unique identifier of the team. in: path @@ -89460,9 +89467,9 @@ paths: description: Response content: application/json: - schema: *264 + schema: *265 examples: - default: *265 + default: *266 '404': *6 x-github: githubCloudOnly: false @@ -89489,7 +89496,7 @@ paths: description: API method documentation url: https://docs.github.com/rest/teams/teams#update-a-team-legacy parameters: - - *596 + - *597 requestBody: required: true content: @@ -89552,16 +89559,16 @@ paths: description: Response when the updated information already exists content: application/json: - schema: *264 + schema: *265 examples: - default: *265 + default: *266 '201': description: Response content: application/json: - schema: *264 + schema: *265 examples: - default: *265 + default: *266 '404': *6 '422': *15 '403': *29 @@ -89589,7 +89596,7 @@ paths: description: API method documentation url: https://docs.github.com/rest/teams/teams#delete-a-team-legacy parameters: - - *596 + - *597 responses: '204': description: Response @@ -89620,7 +89627,7 @@ paths: description: API method documentation url: https://docs.github.com/rest/teams/discussions#list-discussions-legacy parameters: - - *596 + - *597 - *48 - *17 - *19 @@ -89631,9 +89638,9 @@ paths: application/json: schema: type: array - items: *266 + items: *267 examples: - default: *597 + default: *598 headers: Link: *58 x-github: @@ -89662,7 +89669,7 @@ paths: description: API method documentation url: https://docs.github.com/rest/teams/discussions#create-a-discussion-legacy parameters: - - *596 + - *597 requestBody: required: true content: @@ -89696,9 +89703,9 @@ paths: description: Response content: application/json: - schema: *266 + schema: *267 examples: - default: *267 + default: *268 x-github: triggersNotification: true githubCloudOnly: false @@ -89725,16 +89732,16 @@ paths: description: API method documentation url: https://docs.github.com/rest/teams/discussions#get-a-discussion-legacy parameters: - - *596 - - *268 + - *597 + - *269 responses: '200': description: Response content: application/json: - schema: *266 + schema: *267 examples: - default: *267 + default: *268 x-github: githubCloudOnly: false enabledForGitHubApps: true @@ -89759,8 +89766,8 @@ paths: description: API method documentation url: https://docs.github.com/rest/teams/discussions#update-a-discussion-legacy parameters: - - *596 - - *268 + - *597 + - *269 requestBody: required: false content: @@ -89783,9 +89790,9 @@ paths: description: Response content: application/json: - schema: *266 + schema: *267 examples: - default: *598 + default: *599 x-github: githubCloudOnly: false enabledForGitHubApps: true @@ -89810,8 +89817,8 @@ paths: description: API method documentation url: https://docs.github.com/rest/teams/discussions#delete-a-discussion-legacy parameters: - - *596 - - *268 + - *597 + - *269 responses: '204': description: Response @@ -89840,8 +89847,8 @@ paths: description: API method documentation url: https://docs.github.com/rest/teams/discussion-comments#list-discussion-comments-legacy parameters: - - *596 - - *268 + - *597 + - *269 - *48 - *17 - *19 @@ -89852,9 +89859,9 @@ paths: application/json: schema: type: array - items: *269 + items: *270 examples: - default: *599 + default: *600 headers: Link: *58 x-github: @@ -89883,8 +89890,8 @@ paths: description: API method documentation url: https://docs.github.com/rest/teams/discussion-comments#create-a-discussion-comment-legacy parameters: - - *596 - - *268 + - *597 + - *269 requestBody: required: true content: @@ -89906,9 +89913,9 @@ paths: description: Response content: application/json: - schema: *269 + schema: *270 examples: - default: *270 + default: *271 x-github: triggersNotification: true githubCloudOnly: false @@ -89935,17 +89942,17 @@ paths: description: API method documentation url: https://docs.github.com/rest/teams/discussion-comments#get-a-discussion-comment-legacy parameters: - - *596 - - *268 - - *271 + - *597 + - *269 + - *272 responses: '200': description: Response content: application/json: - schema: *269 + schema: *270 examples: - default: *270 + default: *271 x-github: githubCloudOnly: false enabledForGitHubApps: true @@ -89970,9 +89977,9 @@ paths: description: API method documentation url: https://docs.github.com/rest/teams/discussion-comments#update-a-discussion-comment-legacy parameters: - - *596 - - *268 - - *271 + - *597 + - *269 + - *272 requestBody: required: true content: @@ -89994,9 +90001,9 @@ paths: description: Response content: application/json: - schema: *269 + schema: *270 examples: - default: *600 + default: *601 x-github: githubCloudOnly: false enabledForGitHubApps: true @@ -90021,9 +90028,9 @@ paths: description: API method documentation url: https://docs.github.com/rest/teams/discussion-comments#delete-a-discussion-comment-legacy parameters: - - *596 - - *268 - - *271 + - *597 + - *269 + - *272 responses: '204': description: Response @@ -90052,9 +90059,9 @@ paths: description: API method documentation url: https://docs.github.com/rest/reactions/reactions#list-reactions-for-a-team-discussion-comment-legacy parameters: - - *596 - - *268 - - *271 + - *597 + - *269 + - *272 - 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. @@ -90080,9 +90087,9 @@ paths: application/json: schema: type: array - items: *272 + items: *273 examples: - default: *274 + default: *275 headers: Link: *58 x-github: @@ -90111,9 +90118,9 @@ paths: description: API method documentation url: https://docs.github.com/rest/reactions/reactions#create-reaction-for-a-team-discussion-comment-legacy parameters: - - *596 - - *268 - - *271 + - *597 + - *269 + - *272 requestBody: required: true content: @@ -90145,9 +90152,9 @@ paths: description: Response content: application/json: - schema: *272 + schema: *273 examples: - default: *273 + default: *274 x-github: githubCloudOnly: false enabledForGitHubApps: true @@ -90173,8 +90180,8 @@ paths: description: API method documentation url: https://docs.github.com/rest/reactions/reactions#list-reactions-for-a-team-discussion-legacy parameters: - - *596 - - *268 + - *597 + - *269 - 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. @@ -90200,9 +90207,9 @@ paths: application/json: schema: type: array - items: *272 + items: *273 examples: - default: *274 + default: *275 headers: Link: *58 x-github: @@ -90231,8 +90238,8 @@ paths: description: API method documentation url: https://docs.github.com/rest/reactions/reactions#create-reaction-for-a-team-discussion-legacy parameters: - - *596 - - *268 + - *597 + - *269 requestBody: required: true content: @@ -90264,9 +90271,9 @@ paths: description: Response content: application/json: - schema: *272 + schema: *273 examples: - default: *273 + default: *274 x-github: githubCloudOnly: false enabledForGitHubApps: false @@ -90290,7 +90297,7 @@ paths: description: API method documentation url: https://docs.github.com/rest/teams/members#list-pending-team-invitations-legacy parameters: - - *596 + - *597 - *17 - *19 responses: @@ -90300,9 +90307,9 @@ paths: application/json: schema: type: array - items: *189 + items: *190 examples: - default: *190 + default: *191 headers: Link: *58 x-github: @@ -90328,7 +90335,7 @@ paths: description: API method documentation url: https://docs.github.com/rest/teams/members#list-team-members-legacy parameters: - - *596 + - *597 - name: role description: Filters members returned by their role in the team. in: query @@ -90351,7 +90358,7 @@ paths: type: array items: *4 examples: - default: *197 + default: *198 headers: Link: *58 '404': *6 @@ -90379,7 +90386,7 @@ paths: description: API method documentation url: https://docs.github.com/rest/teams/members#get-team-member-legacy parameters: - - *596 + - *597 - *132 responses: '204': @@ -90416,7 +90423,7 @@ paths: description: API method documentation url: https://docs.github.com/rest/teams/members#add-team-member-legacy parameters: - - *596 + - *597 - *132 responses: '204': @@ -90456,7 +90463,7 @@ paths: description: API method documentation url: https://docs.github.com/rest/teams/members#remove-team-member-legacy parameters: - - *596 + - *597 - *132 responses: '204': @@ -90493,16 +90500,16 @@ paths: description: API method documentation url: https://docs.github.com/rest/teams/members#get-team-membership-for-a-user-legacy parameters: - - *596 + - *597 - *132 responses: '200': description: Response content: application/json: - schema: *276 + schema: *277 examples: - response-if-user-is-a-team-maintainer: *601 + response-if-user-is-a-team-maintainer: *602 '404': *6 x-github: githubCloudOnly: false @@ -90535,7 +90542,7 @@ paths: description: API method documentation url: https://docs.github.com/rest/teams/members#add-or-update-team-membership-for-a-user-legacy parameters: - - *596 + - *597 - *132 requestBody: required: false @@ -90561,9 +90568,9 @@ paths: description: Response content: application/json: - schema: *276 + schema: *277 examples: - response-if-users-membership-with-team-is-now-pending: *602 + response-if-users-membership-with-team-is-now-pending: *603 '403': description: Forbidden if team synchronization is set up '422': @@ -90597,7 +90604,7 @@ paths: description: API method documentation url: https://docs.github.com/rest/teams/members#remove-team-membership-for-a-user-legacy parameters: - - *596 + - *597 - *132 responses: '204': @@ -90626,7 +90633,7 @@ paths: description: API method documentation url: https://docs.github.com/rest/teams/teams#list-team-projects-legacy parameters: - - *596 + - *597 - *17 - *19 responses: @@ -90636,9 +90643,9 @@ paths: application/json: schema: type: array - items: *277 + items: *278 examples: - default: *603 + default: *604 headers: Link: *58 '404': *6 @@ -90664,16 +90671,16 @@ paths: description: API method documentation url: https://docs.github.com/rest/teams/teams#check-team-permissions-for-a-project-legacy parameters: - - *596 - - *278 + - *597 + - *279 responses: '200': description: Response content: application/json: - schema: *277 + schema: *278 examples: - default: *604 + default: *605 '404': description: Not Found if project is not managed by this team x-github: @@ -90697,8 +90704,8 @@ paths: description: API method documentation url: https://docs.github.com/rest/teams/teams#add-or-update-team-project-permissions-legacy parameters: - - *596 - - *278 + - *597 + - *279 requestBody: required: false content: @@ -90765,8 +90772,8 @@ paths: description: API method documentation url: https://docs.github.com/rest/teams/teams#remove-a-project-from-a-team-legacy parameters: - - *596 - - *278 + - *597 + - *279 responses: '204': description: Response @@ -90793,7 +90800,7 @@ paths: description: API method documentation url: https://docs.github.com/rest/teams/teams#list-team-repositories-legacy parameters: - - *596 + - *597 - *17 - *19 responses: @@ -90805,7 +90812,7 @@ paths: type: array items: *119 examples: - default: *219 + default: *220 headers: Link: *58 '404': *6 @@ -90835,15 +90842,15 @@ paths: description: API method documentation url: https://docs.github.com/rest/teams/teams#check-team-permissions-for-a-repository-legacy parameters: - - *596 - - *279 + - *597 - *280 + - *281 responses: '200': description: Alternative response with extra repository information content: application/json: - schema: *605 + schema: *606 examples: alternative-response-with-extra-repository-information: value: @@ -90994,9 +91001,9 @@ paths: description: API method documentation url: https://docs.github.com/rest/teams/teams#add-or-update-team-repository-permissions-legacy parameters: - - *596 - - *279 + - *597 - *280 + - *281 requestBody: required: false content: @@ -91046,9 +91053,9 @@ paths: description: API method documentation url: https://docs.github.com/rest/teams/teams#remove-a-repository-from-a-team-legacy parameters: - - *596 - - *279 + - *597 - *280 + - *281 responses: '204': description: Response @@ -91073,7 +91080,7 @@ paths: description: API method documentation url: https://docs.github.com/rest/teams/teams#list-child-teams-legacy parameters: - - *596 + - *597 - *17 - *19 responses: @@ -91085,7 +91092,7 @@ paths: type: array items: *152 examples: - response-if-child-teams-exist: *606 + response-if-child-teams-exist: *607 headers: Link: *58 '404': *6 @@ -91118,7 +91125,7 @@ paths: application/json: schema: oneOf: - - &608 + - &609 title: Private User description: Private User type: object @@ -91321,7 +91328,7 @@ paths: - private_gists - total_private_repos - two_factor_authentication - - *607 + - *608 examples: response-with-public-and-private-profile-information: summary: Response with public and private profile information @@ -91474,7 +91481,7 @@ paths: description: Response content: application/json: - schema: *608 + schema: *609 examples: default: value: @@ -91553,7 +91560,7 @@ paths: type: array items: *4 examples: - default: *197 + default: *198 '304': *37 '404': *6 '403': *29 @@ -91677,9 +91684,9 @@ paths: type: integer codespaces: type: array - items: *198 + items: *199 examples: - default: *199 + default: *200 '304': *37 '500': *148 '401': *25 @@ -91818,17 +91825,17 @@ paths: description: Response when the codespace was successfully created content: application/json: - schema: *198 + schema: *199 examples: - default: *399 + default: *400 '202': description: Response when the codespace creation partially failed but is being retried in the background content: application/json: - schema: *198 + schema: *199 examples: - default: *399 + default: *400 '401': *25 '403': *29 '404': *6 @@ -91872,7 +91879,7 @@ paths: type: integer secrets: type: array - items: &609 + items: &610 title: Codespaces Secret description: Secrets for a GitHub Codespace. type: object @@ -91912,7 +91919,7 @@ paths: - visibility - selected_repositories_url examples: - default: *402 + default: *403 headers: Link: *58 x-github: @@ -91988,7 +91995,7 @@ paths: description: Response content: application/json: - schema: *609 + schema: *610 examples: default: value: @@ -92134,7 +92141,7 @@ paths: type: array items: *119 examples: - default: *610 + default: *611 '401': *25 '403': *29 '404': *6 @@ -92278,15 +92285,15 @@ paths: description: API method documentation url: https://docs.github.com/rest/codespaces/codespaces#get-a-codespace-for-the-authenticated-user parameters: - - *200 + - *201 responses: '200': description: Response content: application/json: - schema: *198 + schema: *199 examples: - default: *399 + default: *400 '304': *37 '500': *148 '401': *25 @@ -92312,7 +92319,7 @@ paths: description: API method documentation url: https://docs.github.com/rest/codespaces/codespaces#update-a-codespace-for-the-authenticated-user parameters: - - *200 + - *201 requestBody: required: false content: @@ -92342,9 +92349,9 @@ paths: description: Response content: application/json: - schema: *198 + schema: *199 examples: - default: *399 + default: *400 '401': *25 '403': *29 '404': *6 @@ -92366,7 +92373,7 @@ paths: description: API method documentation url: https://docs.github.com/rest/codespaces/codespaces#delete-a-codespace-for-the-authenticated-user parameters: - - *200 + - *201 responses: '202': *47 '304': *37 @@ -92395,13 +92402,13 @@ paths: description: API method documentation url: https://docs.github.com/rest/codespaces/codespaces#export-a-codespace-for-the-authenticated-user parameters: - - *200 + - *201 responses: '202': description: Response content: application/json: - schema: &611 + schema: &612 type: object title: Fetches information about an export of a codespace. description: An export of a codespace. Also, latest export details @@ -92442,7 +92449,7 @@ paths: description: Web url for the exported branch example: https://github.com/octocat/hello-world/tree/:branch examples: - default: &612 + default: &613 value: state: succeeded completed_at: '2022-01-01T14:59:22Z' @@ -92474,7 +92481,7 @@ paths: description: API method documentation url: https://docs.github.com/rest/codespaces/codespaces#get-details-about-a-codespace-export parameters: - - *200 + - *201 - name: export_id in: path required: true @@ -92487,9 +92494,9 @@ paths: description: Response content: application/json: - schema: *611 + schema: *612 examples: - default: *612 + default: *613 '404': *6 x-github: githubCloudOnly: false @@ -92510,7 +92517,7 @@ paths: description: API method documentation url: https://docs.github.com/rest/codespaces/machines#list-machine-types-for-a-codespace parameters: - - *200 + - *201 responses: '200': description: Response @@ -92526,9 +92533,9 @@ paths: type: integer machines: type: array - items: *613 + items: *614 examples: - default: *614 + default: *615 '304': *37 '500': *148 '401': *25 @@ -92557,7 +92564,7 @@ paths: description: API method documentation url: https://docs.github.com/rest/codespaces/codespaces#create-a-repository-from-an-unpublished-codespace parameters: - - *200 + - *201 requestBody: required: true content: @@ -92607,13 +92614,13 @@ paths: nullable: true owner: *4 billable_owner: *4 - repository: *290 + repository: *291 machine: type: object title: Codespace machine description: A description of the machine powering a codespace. - properties: *400 - required: *401 + properties: *401 + required: *402 nullable: true devcontainer_path: description: Path to devcontainer.json from repo root used to @@ -93387,15 +93394,15 @@ paths: description: API method documentation url: https://docs.github.com/rest/codespaces/codespaces#start-a-codespace-for-the-authenticated-user parameters: - - *200 + - *201 responses: '200': description: Response content: application/json: - schema: *198 + schema: *199 examples: - default: *399 + default: *400 '304': *37 '500': *148 '400': *14 @@ -93427,15 +93434,15 @@ paths: description: API method documentation url: https://docs.github.com/rest/codespaces/codespaces#stop-a-codespace-for-the-authenticated-user parameters: - - *200 + - *201 responses: '200': description: Response content: application/json: - schema: *198 + schema: *199 examples: - default: *399 + default: *400 '500': *148 '401': *25 '403': *29 @@ -93465,9 +93472,9 @@ paths: application/json: schema: type: array - items: *213 + items: *214 examples: - default: &627 + default: &628 value: - id: 197 name: hello_docker @@ -93568,7 +93575,7 @@ paths: application/json: schema: type: array - items: &615 + items: &616 title: Email description: Email type: object @@ -93633,9 +93640,9 @@ paths: application/json: schema: type: array - items: *615 + items: *616 examples: - default: &629 + default: &630 value: - email: octocat@github.com verified: true @@ -93710,7 +93717,7 @@ paths: application/json: schema: type: array - items: *615 + items: *616 examples: default: value: @@ -93820,7 +93827,7 @@ paths: type: array items: *4 examples: - default: *197 + default: *198 headers: Link: *58 '304': *37 @@ -93853,7 +93860,7 @@ paths: type: array items: *4 examples: - default: *197 + default: *198 headers: Link: *58 '304': *37 @@ -93966,7 +93973,7 @@ paths: application/json: schema: type: array - items: &616 + items: &617 title: GPG Key description: A unique encryption key type: object @@ -94097,7 +94104,7 @@ paths: - subkeys - revoked examples: - default: &640 + default: &641 value: - id: 3 name: Octocat's GPG Key @@ -94182,9 +94189,9 @@ paths: description: Response content: application/json: - schema: *616 + schema: *617 examples: - default: &617 + default: &618 value: id: 3 name: Octocat's GPG Key @@ -94241,7 +94248,7 @@ paths: description: API method documentation url: https://docs.github.com/rest/users/gpg-keys#get-a-gpg-key-for-the-authenticated-user parameters: - - &618 + - &619 name: gpg_key_id description: The unique identifier of the GPG key. in: path @@ -94253,9 +94260,9 @@ paths: description: Response content: application/json: - schema: *616 + schema: *617 examples: - default: *617 + default: *618 '404': *6 '304': *37 '403': *29 @@ -94278,7 +94285,7 @@ paths: description: API method documentation url: https://docs.github.com/rest/users/gpg-keys#delete-a-gpg-key-for-the-authenticated-user parameters: - - *618 + - *619 responses: '204': description: Response @@ -94469,7 +94476,7 @@ paths: type: array items: *60 examples: - default: *619 + default: *620 headers: Link: *58 '404': *6 @@ -94554,12 +94561,12 @@ paths: application/json: schema: anyOf: - - *187 + - *188 - type: object properties: {} additionalProperties: false examples: - default: *188 + default: *189 '204': description: Response when there are no restrictions x-github: @@ -94583,7 +94590,7 @@ paths: required: true content: application/json: - schema: *473 + schema: *474 examples: default: value: @@ -94594,7 +94601,7 @@ paths: description: Response content: application/json: - schema: *187 + schema: *188 examples: default: value: @@ -94675,7 +94682,7 @@ paths: - closed - all default: open - - *195 + - *196 - name: sort description: What to sort results by. in: query @@ -94700,7 +94707,7 @@ paths: type: array items: *77 examples: - default: *196 + default: *197 headers: Link: *58 '404': *6 @@ -94733,7 +94740,7 @@ paths: application/json: schema: type: array - items: &620 + items: &621 title: Key description: Key type: object @@ -94830,9 +94837,9 @@ paths: description: Response content: application/json: - schema: *620 + schema: *621 examples: - default: &621 + default: &622 value: key: 2Sg8iYjAxxmI2LvUXpJjkYrMxURPc8r+dB7TJyvv1234 id: 2 @@ -94865,15 +94872,15 @@ paths: description: API method documentation url: https://docs.github.com/rest/users/keys#get-a-public-ssh-key-for-the-authenticated-user parameters: - - *502 + - *503 responses: '200': description: Response content: application/json: - schema: *620 + schema: *621 examples: - default: *621 + default: *622 '404': *6 '304': *37 '403': *29 @@ -94896,7 +94903,7 @@ paths: description: API method documentation url: https://docs.github.com/rest/users/keys#delete-a-public-ssh-key-for-the-authenticated-user parameters: - - *502 + - *503 responses: '204': description: Response @@ -94929,7 +94936,7 @@ paths: application/json: schema: type: array - items: &622 + items: &623 title: User Marketplace Purchase description: User Marketplace Purchase type: object @@ -94997,7 +95004,7 @@ paths: - account - plan examples: - default: &623 + default: &624 value: - billing_cycle: monthly next_billing_date: '2017-11-11T00:00:00Z' @@ -95059,9 +95066,9 @@ paths: application/json: schema: type: array - items: *622 + items: *623 examples: - default: *623 + default: *624 headers: Link: *58 '304': *37 @@ -95101,7 +95108,7 @@ paths: application/json: schema: type: array - items: *203 + items: *204 examples: default: value: @@ -95209,7 +95216,7 @@ paths: description: Response content: application/json: - schema: *203 + schema: *204 examples: default: value: @@ -95292,7 +95299,7 @@ paths: description: Response content: application/json: - schema: *203 + schema: *204 examples: default: value: @@ -95360,7 +95367,7 @@ paths: application/json: schema: type: array - items: *205 + items: *206 examples: default: value: @@ -95613,7 +95620,7 @@ paths: description: Response content: application/json: - schema: *205 + schema: *206 examples: default: value: @@ -95793,7 +95800,7 @@ paths: description: API method documentation url: https://docs.github.com/rest/migrations/users#get-a-user-migration-status parameters: - - *206 + - *207 - name: exclude in: query required: false @@ -95806,7 +95813,7 @@ paths: description: Response content: application/json: - schema: *205 + schema: *206 examples: default: value: @@ -96000,7 +96007,7 @@ paths: description: API method documentation url: https://docs.github.com/rest/migrations/users#download-a-user-migration-archive parameters: - - *206 + - *207 responses: '302': description: Response @@ -96026,7 +96033,7 @@ paths: description: API method documentation url: https://docs.github.com/rest/migrations/users#delete-a-user-migration-archive parameters: - - *206 + - *207 responses: '204': description: Response @@ -96055,8 +96062,8 @@ paths: description: API method documentation url: https://docs.github.com/rest/migrations/users#unlock-a-user-repository parameters: - - *206 - - *624 + - *207 + - *625 responses: '204': description: Response @@ -96080,7 +96087,7 @@ paths: description: API method documentation url: https://docs.github.com/rest/migrations/users#list-repositories-for-a-user-migration parameters: - - *206 + - *207 - *17 - *19 responses: @@ -96092,7 +96099,7 @@ paths: type: array items: *119 examples: - default: *219 + default: *220 headers: Link: *58 '404': *6 @@ -96127,9 +96134,9 @@ paths: application/json: schema: type: array - items: *202 + items: *203 examples: - default: *625 + default: *626 headers: Link: *58 '304': *37 @@ -96171,7 +96178,7 @@ paths: - docker - nuget - container - - *626 + - *627 - *19 - *17 responses: @@ -96181,10 +96188,10 @@ paths: application/json: schema: type: array - items: *213 + items: *214 examples: - default: *627 - '400': *628 + default: *628 + '400': *629 x-github: githubCloudOnly: false enabledForGitHubApps: false @@ -96204,16 +96211,16 @@ paths: description: API method documentation url: https://docs.github.com/rest/packages/packages#get-a-package-for-the-authenticated-user parameters: - - *215 - *216 + - *217 responses: '200': description: Response content: application/json: - schema: *213 + schema: *214 examples: - default: &641 + default: &642 value: id: 40201 name: octo-name @@ -96326,8 +96333,8 @@ paths: description: API method documentation url: https://docs.github.com/rest/packages/packages#delete-a-package-for-the-authenticated-user parameters: - - *215 - *216 + - *217 responses: '204': description: Response @@ -96357,8 +96364,8 @@ paths: description: API method documentation url: https://docs.github.com/rest/packages/packages#restore-a-package-for-the-authenticated-user parameters: - - *215 - *216 + - *217 - name: token description: package token schema: @@ -96390,8 +96397,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: - - *215 - *216 + - *217 - *19 - *17 - name: state @@ -96411,7 +96418,7 @@ paths: application/json: schema: type: array - items: *217 + items: *218 examples: default: value: @@ -96460,15 +96467,15 @@ paths: description: API method documentation url: https://docs.github.com/rest/packages/packages#get-a-package-version-for-the-authenticated-user parameters: - - *215 - *216 - - *218 + - *217 + - *219 responses: '200': description: Response content: application/json: - schema: *217 + schema: *218 examples: default: value: @@ -96504,9 +96511,9 @@ paths: description: API method documentation url: https://docs.github.com/rest/packages/packages#delete-a-package-version-for-the-authenticated-user parameters: - - *215 - *216 - - *218 + - *217 + - *219 responses: '204': description: Response @@ -96536,9 +96543,9 @@ paths: description: API method documentation url: https://docs.github.com/rest/packages/packages#restore-a-package-version-for-the-authenticated-user parameters: - - *215 - *216 - - *218 + - *217 + - *219 responses: '204': description: Response @@ -96594,7 +96601,7 @@ paths: description: Response content: application/json: - schema: *229 + schema: *230 examples: default: value: @@ -96666,9 +96673,9 @@ paths: application/json: schema: type: array - items: *615 + items: *616 examples: - default: *629 + default: *630 headers: Link: *58 '304': *37 @@ -96781,7 +96788,7 @@ paths: type: array items: *60 examples: - default: &636 + default: &637 summary: Default response value: - id: 1296269 @@ -97085,9 +97092,9 @@ paths: description: Response content: application/json: - schema: *290 + schema: *291 examples: - default: *292 + default: *293 headers: Location: example: https://api.github.com/repos/octocat/Hello-World @@ -97125,9 +97132,9 @@ paths: application/json: schema: type: array - items: *475 + items: *476 examples: - default: *630 + default: *631 headers: Link: *58 '304': *37 @@ -97150,7 +97157,7 @@ paths: description: API method documentation url: https://docs.github.com/rest/collaborators/invitations#accept-a-repository-invitation parameters: - - *191 + - *192 responses: '204': description: Response @@ -97173,7 +97180,7 @@ paths: description: API method documentation url: https://docs.github.com/rest/collaborators/invitations#decline-a-repository-invitation parameters: - - *191 + - *192 responses: '204': description: Response @@ -97206,7 +97213,7 @@ paths: application/json: schema: type: array - items: &631 + items: &632 title: Social account description: Social media account type: object @@ -97221,7 +97228,7 @@ paths: - provider - url examples: - default: &632 + default: &633 value: - provider: twitter url: https://twitter.com/github @@ -97283,9 +97290,9 @@ paths: application/json: schema: type: array - items: *631 + items: *632 examples: - default: *632 + default: *633 '422': *15 '304': *37 '404': *6 @@ -97372,7 +97379,7 @@ paths: application/json: schema: type: array - items: &633 + items: &634 title: SSH Signing Key description: A public SSH key used to sign Git commits type: object @@ -97392,7 +97399,7 @@ paths: - title - created_at examples: - default: &648 + default: &649 value: - key: 2Sg8iYjAxxmI2LvUXpJjkYrMxURPc8r+dB7TJyvv1234 id: 2 @@ -97458,9 +97465,9 @@ paths: description: Response content: application/json: - schema: *633 + schema: *634 examples: - default: &634 + default: &635 value: key: 2Sg8iYjAxxmI2LvUXpJjkYrMxURPc8r+dB7TJyvv1234 id: 2 @@ -97491,7 +97498,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: - - &635 + - &636 name: ssh_signing_key_id description: The unique identifier of the SSH signing key. in: path @@ -97503,9 +97510,9 @@ paths: description: Response content: application/json: - schema: *633 + schema: *634 examples: - default: *634 + default: *635 '404': *6 '304': *37 '403': *29 @@ -97528,7 +97535,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: - - *635 + - *636 responses: '204': description: Response @@ -97557,7 +97564,7 @@ paths: description: API method documentation url: https://docs.github.com/rest/activity/starring#list-repositories-starred-by-the-authenticated-user parameters: - - &649 + - &650 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 @@ -97582,11 +97589,11 @@ paths: type: array items: *60 examples: - default-response: *636 + default-response: *637 application/vnd.github.v3.star+json: schema: type: array - items: &650 + items: &651 title: Starred Repository description: Starred Repository type: object @@ -97742,8 +97749,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: - - *279 - *280 + - *281 responses: '204': description: Response if this repository is starred by you @@ -97771,8 +97778,8 @@ paths: description: API method documentation url: https://docs.github.com/rest/activity/starring#star-a-repository-for-the-authenticated-user parameters: - - *279 - *280 + - *281 responses: '204': description: Response @@ -97796,8 +97803,8 @@ paths: description: API method documentation url: https://docs.github.com/rest/activity/starring#unstar-a-repository-for-the-authenticated-user parameters: - - *279 - *280 + - *281 responses: '204': description: Response @@ -97832,7 +97839,7 @@ paths: type: array items: *119 examples: - default: *219 + default: *220 headers: Link: *58 '304': *37 @@ -97869,7 +97876,7 @@ paths: application/json: schema: type: array - items: *264 + items: *265 examples: default: value: @@ -97955,10 +97962,10 @@ paths: application/json: schema: oneOf: + - *609 - *608 - - *607 examples: - default-response: &638 + default-response: &639 summary: Default response value: login: octocat @@ -97993,7 +98000,7 @@ paths: following: 0 created_at: '2008-01-14T04:33:35Z' updated_at: '2008-01-14T04:33:35Z' - response-with-git-hub-plan-information: &639 + response-with-git-hub-plan-information: &640 summary: Response with GitHub plan information value: login: octocat @@ -98053,7 +98060,7 @@ paths: description: API method documentation url: https://docs.github.com/rest/users/users#list-users parameters: - - *637 + - *638 - *17 responses: '200': @@ -98064,7 +98071,7 @@ paths: type: array items: *4 examples: - default: *197 + default: *198 headers: Link: example: ; rel="next" @@ -98102,11 +98109,11 @@ paths: application/json: schema: oneOf: + - *609 - *608 - - *607 examples: - default-response: *638 - response-with-git-hub-plan-information: *639 + default-response: *639 + response-with-git-hub-plan-information: *640 '404': *6 x-github: githubCloudOnly: false @@ -98182,7 +98189,7 @@ paths: bundle_url: type: string examples: - default: *341 + default: *342 '201': description: Response content: @@ -98221,9 +98228,9 @@ paths: application/json: schema: type: array - items: *213 + items: *214 examples: - default: *627 + default: *628 '403': *29 '401': *25 x-github: @@ -98506,7 +98513,7 @@ paths: type: array items: *4 examples: - default: *197 + default: *198 headers: Link: *58 x-github: @@ -98537,7 +98544,7 @@ paths: type: array items: *4 examples: - default: *197 + default: *198 headers: Link: *58 x-github: @@ -98627,9 +98634,9 @@ paths: application/json: schema: type: array - items: *616 + items: *617 examples: - default: *640 + default: *641 headers: Link: *58 x-github: @@ -98733,7 +98740,7 @@ paths: application/json: schema: *22 examples: - default: *472 + default: *473 x-github: githubCloudOnly: false enabledForGitHubApps: false @@ -98809,9 +98816,9 @@ paths: application/json: schema: type: array - items: *202 + items: *203 examples: - default: *625 + default: *626 headers: Link: *58 x-github: @@ -98850,7 +98857,7 @@ paths: - docker - nuget - container - - *626 + - *627 - *132 - *19 - *17 @@ -98861,12 +98868,12 @@ paths: application/json: schema: type: array - items: *213 + items: *214 examples: - default: *627 + default: *628 '403': *29 '401': *25 - '400': *628 + '400': *629 x-github: githubCloudOnly: false enabledForGitHubApps: false @@ -98886,17 +98893,17 @@ paths: description: API method documentation url: https://docs.github.com/rest/packages/packages#get-a-package-for-a-user parameters: - - *215 - *216 + - *217 - *132 responses: '200': description: Response content: application/json: - schema: *213 + schema: *214 examples: - default: *641 + default: *642 x-github: githubCloudOnly: false enabledForGitHubApps: false @@ -98917,8 +98924,8 @@ paths: description: API method documentation url: https://docs.github.com/rest/packages/packages#delete-a-package-for-a-user parameters: - - *215 - *216 + - *217 - *132 responses: '204': @@ -98951,8 +98958,8 @@ paths: description: API method documentation url: https://docs.github.com/rest/packages/packages#restore-a-package-for-a-user parameters: - - *215 - *216 + - *217 - *132 - name: token description: package token @@ -98985,8 +98992,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: - - *215 - *216 + - *217 - *132 responses: '200': @@ -98995,7 +99002,7 @@ paths: application/json: schema: type: array - items: *217 + items: *218 examples: default: value: @@ -99053,16 +99060,16 @@ paths: description: API method documentation url: https://docs.github.com/rest/packages/packages#get-a-package-version-for-a-user parameters: - - *215 - *216 - - *218 + - *217 + - *219 - *132 responses: '200': description: Response content: application/json: - schema: *217 + schema: *218 examples: default: value: @@ -99097,10 +99104,10 @@ paths: description: API method documentation url: https://docs.github.com/rest/packages/packages#delete-package-version-for-a-user parameters: - - *215 - *216 + - *217 - *132 - - *218 + - *219 responses: '204': description: Response @@ -99132,10 +99139,10 @@ paths: description: API method documentation url: https://docs.github.com/rest/packages/packages#restore-package-version-for-a-user parameters: - - *215 - *216 + - *217 - *132 - - *218 + - *219 responses: '204': description: Response @@ -99182,7 +99189,7 @@ paths: application/json: schema: type: array - items: *229 + items: *230 examples: default: value: @@ -99465,7 +99472,7 @@ paths: type: array items: *119 examples: - default: *219 + default: *220 headers: Link: *58 x-github: @@ -99495,9 +99502,9 @@ paths: description: Response content: application/json: - schema: *642 + schema: *643 examples: - default: *643 + default: *644 x-github: githubCloudOnly: false enabledForGitHubApps: false @@ -99525,9 +99532,9 @@ paths: description: Response content: application/json: - schema: *644 + schema: *645 examples: - default: *645 + default: *646 x-github: githubCloudOnly: false enabledForGitHubApps: false @@ -99555,9 +99562,9 @@ paths: description: Response content: application/json: - schema: *646 + schema: *647 examples: - default: *647 + default: *648 x-github: githubCloudOnly: false enabledForGitHubApps: false @@ -99585,9 +99592,9 @@ paths: application/json: schema: type: array - items: *631 + items: *632 examples: - default: *632 + default: *633 headers: Link: *58 x-github: @@ -99617,9 +99624,9 @@ paths: application/json: schema: type: array - items: *633 + items: *634 examples: - default: *648 + default: *649 headers: Link: *58 x-github: @@ -99644,7 +99651,7 @@ paths: url: https://docs.github.com/rest/activity/starring#list-repositories-starred-by-a-user parameters: - *132 - - *649 + - *650 - *48 - *17 - *19 @@ -99656,11 +99663,11 @@ paths: schema: anyOf: - type: array - items: *650 + items: *651 - type: array items: *60 examples: - default-response: *636 + default-response: *637 headers: Link: *58 x-github: @@ -99691,7 +99698,7 @@ paths: type: array items: *119 examples: - default: *219 + default: *220 headers: Link: *58 x-github: @@ -99819,7 +99826,7 @@ x-webhooks: type: string enum: - disabled - enterprise: &651 + enterprise: &652 title: Enterprise description: |- An enterprise on GitHub. Webhook payloads contain the `enterprise` property when the webhook is configured @@ -99877,7 +99884,7 @@ x-webhooks: - created_at - updated_at - avatar_url - installation: &652 + installation: &653 title: Simple Installation description: |- The GitHub App installation. Webhook payloads contain the `installation` property when the event is configured @@ -99896,7 +99903,7 @@ x-webhooks: required: - id - node_id - organization: &653 + organization: &654 title: Organization Simple description: |- A GitHub organization. Webhook payloads contain the `organization` property when the webhook is configured for an @@ -99956,13 +99963,13 @@ x-webhooks: - public_members_url - avatar_url - description - repository: &654 + repository: &655 title: Repository description: |- The repository on GitHub where the event occurred. Webhook payloads contain the `repository` property when the event occurs from activity in a repository. type: object - properties: &684 + properties: &685 id: description: Unique identifier of the repository example: 42 @@ -100645,7 +100652,7 @@ x-webhooks: type: boolean description: Whether anonymous git access is enabled for this repository - required: &685 + required: &686 - archive_url - assignees_url - blobs_url @@ -100796,10 +100803,10 @@ x-webhooks: type: string enum: - enabled - enterprise: *651 - installation: *652 - organization: *653 - repository: *654 + enterprise: *652 + installation: *653 + organization: *654 + repository: *655 sender: *4 required: - action @@ -100875,11 +100882,11 @@ x-webhooks: type: string enum: - created - enterprise: *651 - installation: *652 - organization: *653 - repository: *654 - rule: &655 + enterprise: *652 + installation: *653 + organization: *654 + repository: *655 + rule: &656 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) @@ -101102,11 +101109,11 @@ x-webhooks: type: string enum: - deleted - enterprise: *651 - installation: *652 - organization: *653 - repository: *654 - rule: *655 + enterprise: *652 + installation: *653 + organization: *654 + repository: *655 + rule: *656 sender: *4 required: - action @@ -101289,11 +101296,11 @@ x-webhooks: - everyone required: - from - enterprise: *651 - installation: *652 - organization: *653 - repository: *654 - rule: *655 + enterprise: *652 + installation: *653 + organization: *654 + repository: *655 + rule: *656 sender: *4 required: - action @@ -101377,7 +101384,7 @@ x-webhooks: type: string enum: - completed - check_run: &657 + check_run: &658 title: CheckRun description: A check performed on the code of a given code change type: object @@ -101440,7 +101447,7 @@ x-webhooks: type: string pull_requests: type: array - items: *358 + items: *359 repository: *119 status: example: completed @@ -101478,7 +101485,7 @@ x-webhooks: - skipped - timed_out - action_required - deployment: *656 + deployment: *657 details_url: example: https://example.com type: string @@ -101528,7 +101535,7 @@ x-webhooks: - annotations_url pull_requests: type: array - items: *358 + items: *359 started_at: example: '2018-05-04T01:14:52Z' type: string @@ -101563,9 +101570,9 @@ x-webhooks: - output - app - pull_requests - installation: *652 - organization: *653 - repository: *654 + installation: *653 + organization: *654 + repository: *655 sender: *4 required: - check_run @@ -101958,10 +101965,10 @@ x-webhooks: type: string enum: - created - check_run: *657 - installation: *652 - organization: *653 - repository: *654 + check_run: *658 + installation: *653 + organization: *654 + repository: *655 sender: *4 required: - check_run @@ -102357,10 +102364,10 @@ x-webhooks: type: string enum: - requested_action - check_run: *657 - installation: *652 - organization: *653 - repository: *654 + check_run: *658 + installation: *653 + organization: *654 + repository: *655 requested_action: description: The action requested by the user. type: object @@ -102765,10 +102772,10 @@ x-webhooks: type: string enum: - rerequested - check_run: *657 - installation: *652 - organization: *653 - repository: *654 + check_run: *658 + installation: *653 + organization: *654 + repository: *655 sender: *4 required: - check_run @@ -103745,10 +103752,10 @@ x-webhooks: - latest_check_runs_count - check_runs_url - head_commit - enterprise: *651 - installation: *652 - organization: *653 - repository: *654 + enterprise: *652 + installation: *653 + organization: *654 + repository: *655 sender: *4 required: - action @@ -104418,10 +104425,10 @@ x-webhooks: - latest_check_runs_count - check_runs_url - head_commit - enterprise: *651 - installation: *652 - organization: *653 - repository: *654 + enterprise: *652 + installation: *653 + organization: *654 + repository: *655 sender: *4 required: - action @@ -105085,10 +105092,10 @@ x-webhooks: - latest_check_runs_count - check_runs_url - head_commit - enterprise: *651 - installation: *652 - organization: *653 - repository: *654 + enterprise: *652 + installation: *653 + organization: *654 + repository: *655 sender: *4 required: - action @@ -105251,7 +105258,7 @@ x-webhooks: required: - login - id - dismissed_comment: *374 + dismissed_comment: *375 dismissed_reason: description: The reason for dismissing or closing the alert. type: string @@ -105396,20 +105403,20 @@ x-webhooks: - dismissed_reason - rule - tool - commit_oid: &658 + commit_oid: &659 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: *651 - installation: *652 - organization: *653 - ref: &659 + enterprise: *652 + installation: *653 + organization: *654 + ref: &660 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: *654 + repository: *655 sender: *4 required: - action @@ -105571,7 +105578,7 @@ x-webhooks: required: - login - id - dismissed_comment: *374 + dismissed_comment: *375 dismissed_reason: description: The reason for dismissing or closing the alert. type: string @@ -105801,12 +105808,12 @@ x-webhooks: - dismissed_reason - rule - tool - commit_oid: *658 - enterprise: *651 - installation: *652 - organization: *653 - ref: *659 - repository: *654 + commit_oid: *659 + enterprise: *652 + installation: *653 + organization: *654 + ref: *660 + repository: *655 sender: *4 required: - action @@ -105901,7 +105908,7 @@ x-webhooks: nullable: true dismissed_by: nullable: true - dismissed_comment: *374 + dismissed_comment: *375 dismissed_reason: description: 'The reason for dismissing or closing the alert. Can be one of: `false positive`, `won''t fix`, and `used in @@ -106069,12 +106076,12 @@ x-webhooks: - dismissed_reason - rule - tool - commit_oid: *658 - enterprise: *651 - installation: *652 - organization: *653 - ref: *659 - repository: *654 + commit_oid: *659 + enterprise: *652 + installation: *653 + organization: *654 + ref: *660 + repository: *655 sender: *4 required: - action @@ -106237,7 +106244,7 @@ x-webhooks: required: - login - id - dismissed_comment: *374 + dismissed_comment: *375 dismissed_reason: description: The reason for dismissing or closing the alert. type: string @@ -106403,12 +106410,12 @@ x-webhooks: - dismissed_reason - rule - tool - commit_oid: *658 - enterprise: *651 - installation: *652 - organization: *653 - ref: *659 - repository: *654 + commit_oid: *659 + enterprise: *652 + installation: *653 + organization: *654 + ref: *660 + repository: *655 sender: *4 required: - action @@ -106505,7 +106512,7 @@ x-webhooks: dismissed_by: type: object nullable: true - dismissed_comment: *374 + dismissed_comment: *375 dismissed_reason: description: 'The reason for dismissing or closing the alert. Can be one of: `false positive`, `won''t fix`, and `used in @@ -106673,16 +106680,16 @@ x-webhooks: triggered by the `sender` and this value will be empty. type: string nullable: true - enterprise: *651 - installation: *652 - organization: *653 + enterprise: *652 + installation: *653 + organization: *654 ref: description: The Git reference of the code scanning alert. When the action is `reopened_by_user` or `closed_by_user`, the event was triggered by the `sender` and this value will be empty. type: string nullable: true - repository: *654 + repository: *655 sender: *4 required: - action @@ -106776,7 +106783,7 @@ x-webhooks: nullable: true dismissed_by: nullable: true - dismissed_comment: *374 + dismissed_comment: *375 dismissed_reason: description: 'The reason for dismissing or closing the alert. Can be one of: `false positive`, `won''t fix`, and `used in @@ -106916,12 +106923,12 @@ x-webhooks: - dismissed_reason - rule - tool - commit_oid: *658 - enterprise: *651 - installation: *652 - organization: *653 - ref: *659 - repository: *654 + commit_oid: *659 + enterprise: *652 + installation: *653 + organization: *654 + ref: *660 + repository: *655 sender: *4 required: - action @@ -107178,10 +107185,10 @@ x-webhooks: - updated_at - author_association - body - enterprise: *651 - installation: *652 - organization: *653 - repository: *654 + enterprise: *652 + installation: *653 + organization: *654 + repository: *655 sender: *4 required: - action @@ -107261,18 +107268,18 @@ x-webhooks: description: The repository's current description. type: string nullable: true - enterprise: *651 - installation: *652 + enterprise: *652 + installation: *653 master_branch: description: The name of the repository's default branch (usually `main`). type: string - organization: *653 - pusher_type: &660 + organization: *654 + pusher_type: &661 description: The pusher type for the event. Can be either `user` or a deploy key. type: string - ref: &661 + ref: &662 description: The [`git ref`](https://docs.github.com/rest/git/refs#get-a-reference) resource. type: string @@ -107282,7 +107289,7 @@ x-webhooks: enum: - tag - branch - repository: *654 + repository: *655 sender: *4 required: - ref @@ -107364,10 +107371,10 @@ x-webhooks: type: string enum: - created - definition: *230 - enterprise: *651 - installation: *652 - organization: *653 + definition: *231 + enterprise: *652 + installation: *653 + organization: *654 sender: *4 required: - action @@ -107452,9 +107459,9 @@ x-webhooks: description: The name of the property that was deleted. required: - property_name - enterprise: *651 - installation: *652 - organization: *653 + enterprise: *652 + installation: *653 + organization: *654 sender: *4 required: - action @@ -107531,10 +107538,10 @@ x-webhooks: type: string enum: - promote_to_enterprise - definition: *230 - enterprise: *651 - installation: *652 - organization: *653 + definition: *231 + enterprise: *652 + installation: *653 + organization: *654 sender: *4 required: - action @@ -107611,10 +107618,10 @@ x-webhooks: type: string enum: - updated - definition: *230 - enterprise: *651 - installation: *652 - organization: *653 + definition: *231 + enterprise: *652 + installation: *653 + organization: *654 sender: *4 required: - action @@ -107691,19 +107698,19 @@ x-webhooks: type: string enum: - updated - enterprise: *651 - installation: *652 - repository: *654 - organization: *653 + enterprise: *652 + installation: *653 + repository: *655 + organization: *654 sender: *4 new_property_values: type: array description: The new custom property values for the repository. - items: *234 + items: *235 old_property_values: type: array description: The old custom property values for the repository. - items: *234 + items: *235 required: - action - repository @@ -107779,18 +107786,18 @@ x-webhooks: title: delete event type: object properties: - enterprise: *651 - installation: *652 - organization: *653 - pusher_type: *660 - ref: *661 + enterprise: *652 + installation: *653 + organization: *654 + pusher_type: *661 + ref: *662 ref_type: description: The type of Git ref object deleted in the repository. type: string enum: - tag - branch - repository: *654 + repository: *655 sender: *4 required: - ref @@ -107874,11 +107881,11 @@ x-webhooks: type: string enum: - auto_dismissed - alert: *431 - installation: *652 - organization: *653 - enterprise: *651 - repository: *654 + alert: *432 + installation: *653 + organization: *654 + enterprise: *652 + repository: *655 sender: *4 required: - action @@ -107962,11 +107969,11 @@ x-webhooks: type: string enum: - auto_reopened - alert: *431 - installation: *652 - organization: *653 - enterprise: *651 - repository: *654 + alert: *432 + installation: *653 + organization: *654 + enterprise: *652 + repository: *655 sender: *4 required: - action @@ -108050,11 +108057,11 @@ x-webhooks: type: string enum: - created - alert: *431 - installation: *652 - organization: *653 - enterprise: *651 - repository: *654 + alert: *432 + installation: *653 + organization: *654 + enterprise: *652 + repository: *655 sender: *4 required: - action @@ -108136,11 +108143,11 @@ x-webhooks: type: string enum: - dismissed - alert: *431 - installation: *652 - organization: *653 - enterprise: *651 - repository: *654 + alert: *432 + installation: *653 + organization: *654 + enterprise: *652 + repository: *655 sender: *4 required: - action @@ -108222,11 +108229,11 @@ x-webhooks: type: string enum: - fixed - alert: *431 - installation: *652 - organization: *653 - enterprise: *651 - repository: *654 + alert: *432 + installation: *653 + organization: *654 + enterprise: *652 + repository: *655 sender: *4 required: - action @@ -108309,11 +108316,11 @@ x-webhooks: type: string enum: - reintroduced - alert: *431 - installation: *652 - organization: *653 - enterprise: *651 - repository: *654 + alert: *432 + installation: *653 + organization: *654 + enterprise: *652 + repository: *655 sender: *4 required: - action @@ -108395,11 +108402,11 @@ x-webhooks: type: string enum: - reopened - alert: *431 - installation: *652 - organization: *653 - enterprise: *651 - repository: *654 + alert: *432 + installation: *653 + organization: *654 + enterprise: *652 + repository: *655 sender: *4 required: - action @@ -108476,9 +108483,9 @@ x-webhooks: type: string enum: - created - enterprise: *651 - installation: *652 - key: &662 + enterprise: *652 + installation: *653 + key: &663 description: The [`deploy key`](https://docs.github.com/rest/deploy-keys/deploy-keys#get-a-deploy-key) resource. type: object @@ -108514,8 +108521,8 @@ x-webhooks: - verified - created_at - read_only - organization: *653 - repository: *654 + organization: *654 + repository: *655 sender: *4 required: - action @@ -108592,11 +108599,11 @@ x-webhooks: type: string enum: - deleted - enterprise: *651 - installation: *652 - key: *662 - organization: *653 - repository: *654 + enterprise: *652 + installation: *653 + key: *663 + organization: *654 + repository: *655 sender: *4 required: - action @@ -109157,12 +109164,12 @@ x-webhooks: - updated_at - statuses_url - repository_url - enterprise: *651 - installation: *652 - organization: *653 - repository: *654 + enterprise: *652 + installation: *653 + organization: *654 + repository: *655 sender: *4 - workflow: &666 + workflow: &667 title: Workflow type: object nullable: true @@ -109888,13 +109895,13 @@ x-webhooks: description: The URL to review the deployment protection rule. type: string format: uri - deployment: *437 + deployment: *438 pull_requests: type: array - items: *522 - repository: *654 - organization: *653 - installation: *652 + items: *523 + repository: *655 + organization: *654 + installation: *653 sender: *4 responses: '200': @@ -109965,7 +109972,7 @@ x-webhooks: type: string enum: - approved - approver: &663 + approver: &664 type: object properties: avatar_url: @@ -110008,11 +110015,11 @@ x-webhooks: type: string comment: type: string - enterprise: *651 - installation: *652 - organization: *653 - repository: *654 - reviewers: &664 + enterprise: *652 + installation: *653 + organization: *654 + repository: *655 + reviewers: &665 type: array items: type: object @@ -110091,7 +110098,7 @@ x-webhooks: sender: *4 since: type: string - workflow_job_run: &665 + workflow_job_run: &666 type: object properties: conclusion: @@ -110822,18 +110829,18 @@ x-webhooks: type: string enum: - rejected - approver: *663 + approver: *664 comment: type: string - enterprise: *651 - installation: *652 - organization: *653 - repository: *654 - reviewers: *664 + enterprise: *652 + installation: *653 + organization: *654 + repository: *655 + reviewers: *665 sender: *4 since: type: string - workflow_job_run: *665 + workflow_job_run: *666 workflow_job_runs: type: array items: @@ -111537,13 +111544,13 @@ x-webhooks: type: string enum: - requested - enterprise: *651 + enterprise: *652 environment: type: string - installation: *652 - organization: *653 - repository: *654 - requestor: &671 + installation: *653 + organization: *654 + repository: *655 + requestor: &672 title: User type: object nullable: true @@ -113442,12 +113449,12 @@ x-webhooks: - updated_at - deployment_url - repository_url - enterprise: *651 - installation: *652 - organization: *653 - repository: *654 + enterprise: *652 + installation: *653 + organization: *654 + repository: *655 sender: *4 - workflow: *666 + workflow: *667 workflow_run: title: Deployment Workflow Run type: object @@ -114127,7 +114134,7 @@ x-webhooks: type: string enum: - answered - answer: &669 + answer: &670 type: object properties: author_association: @@ -114284,7 +114291,7 @@ x-webhooks: - created_at - updated_at - body - discussion: &667 + discussion: &668 title: Discussion description: A Discussion in a repository. type: object @@ -114570,7 +114577,7 @@ x-webhooks: - id labels: type: array - items: *484 + items: *485 required: - repository_url - category @@ -114592,10 +114599,10 @@ x-webhooks: - author_association - active_lock_reason - body - enterprise: *651 - installation: *652 - organization: *653 - repository: *654 + enterprise: *652 + installation: *653 + organization: *654 + repository: *655 sender: *4 required: - action @@ -114722,11 +114729,11 @@ x-webhooks: - from required: - category - discussion: *667 - enterprise: *651 - installation: *652 - organization: *653 - repository: *654 + discussion: *668 + enterprise: *652 + installation: *653 + organization: *654 + repository: *655 sender: *4 required: - action @@ -114809,11 +114816,11 @@ x-webhooks: type: string enum: - closed - discussion: *667 - enterprise: *651 - installation: *652 - organization: *653 - repository: *654 + discussion: *668 + enterprise: *652 + installation: *653 + organization: *654 + repository: *655 sender: *4 required: - action @@ -114895,7 +114902,7 @@ x-webhooks: type: string enum: - created - comment: &668 + comment: &669 type: object properties: author_association: @@ -115052,11 +115059,11 @@ x-webhooks: - updated_at - body - reactions - discussion: *667 - enterprise: *651 - installation: *652 - organization: *653 - repository: *654 + discussion: *668 + enterprise: *652 + installation: *653 + organization: *654 + repository: *655 sender: *4 required: - action @@ -115139,12 +115146,12 @@ x-webhooks: type: string enum: - deleted - comment: *668 - discussion: *667 - enterprise: *651 - installation: *652 - organization: *653 - repository: *654 + comment: *669 + discussion: *668 + enterprise: *652 + installation: *653 + organization: *654 + repository: *655 sender: *4 required: - action @@ -115239,12 +115246,12 @@ x-webhooks: - from required: - body - comment: *668 - discussion: *667 - enterprise: *651 - installation: *652 - organization: *653 - repository: *654 + comment: *669 + discussion: *668 + enterprise: *652 + installation: *653 + organization: *654 + repository: *655 sender: *4 required: - action @@ -115328,11 +115335,11 @@ x-webhooks: type: string enum: - created - discussion: *667 - enterprise: *651 - installation: *652 - organization: *653 - repository: *654 + discussion: *668 + enterprise: *652 + installation: *653 + organization: *654 + repository: *655 sender: *4 required: - action @@ -115414,11 +115421,11 @@ x-webhooks: type: string enum: - deleted - discussion: *667 - enterprise: *651 - installation: *652 - organization: *653 - repository: *654 + discussion: *668 + enterprise: *652 + installation: *653 + organization: *654 + repository: *655 sender: *4 required: - action @@ -115518,11 +115525,11 @@ x-webhooks: type: string required: - from - discussion: *667 - enterprise: *651 - installation: *652 - organization: *653 - repository: *654 + discussion: *668 + enterprise: *652 + installation: *653 + organization: *654 + repository: *655 sender: *4 required: - action @@ -115604,10 +115611,10 @@ x-webhooks: type: string enum: - labeled - discussion: *667 - enterprise: *651 - installation: *652 - label: &670 + discussion: *668 + enterprise: *652 + installation: *653 + label: &671 title: Label type: object properties: @@ -115639,8 +115646,8 @@ x-webhooks: - color - default - description - organization: *653 - repository: *654 + organization: *654 + repository: *655 sender: *4 required: - action @@ -115723,11 +115730,11 @@ x-webhooks: type: string enum: - locked - discussion: *667 - enterprise: *651 - installation: *652 - organization: *653 - repository: *654 + discussion: *668 + enterprise: *652 + installation: *653 + organization: *654 + repository: *655 sender: *4 required: - action @@ -115809,11 +115816,11 @@ x-webhooks: type: string enum: - pinned - discussion: *667 - enterprise: *651 - installation: *652 - organization: *653 - repository: *654 + discussion: *668 + enterprise: *652 + installation: *653 + organization: *654 + repository: *655 sender: *4 required: - action @@ -115895,11 +115902,11 @@ x-webhooks: type: string enum: - reopened - discussion: *667 - enterprise: *651 - installation: *652 - organization: *653 - repository: *654 + discussion: *668 + enterprise: *652 + installation: *653 + organization: *654 + repository: *655 sender: *4 required: - action @@ -115984,16 +115991,16 @@ x-webhooks: changes: type: object properties: - new_discussion: *667 - new_repository: *654 + new_discussion: *668 + new_repository: *655 required: - new_discussion - new_repository - discussion: *667 - enterprise: *651 - installation: *652 - organization: *653 - repository: *654 + discussion: *668 + enterprise: *652 + installation: *653 + organization: *654 + repository: *655 sender: *4 required: - action @@ -116076,10 +116083,10 @@ x-webhooks: type: string enum: - unanswered - discussion: *667 - old_answer: *669 - organization: *653 - repository: *654 + discussion: *668 + old_answer: *670 + organization: *654 + repository: *655 sender: *4 required: - action @@ -116161,12 +116168,12 @@ x-webhooks: type: string enum: - unlabeled - discussion: *667 - enterprise: *651 - installation: *652 - label: *670 - organization: *653 - repository: *654 + discussion: *668 + enterprise: *652 + installation: *653 + label: *671 + organization: *654 + repository: *655 sender: *4 required: - action @@ -116249,11 +116256,11 @@ x-webhooks: type: string enum: - unlocked - discussion: *667 - enterprise: *651 - installation: *652 - organization: *653 - repository: *654 + discussion: *668 + enterprise: *652 + installation: *653 + organization: *654 + repository: *655 sender: *4 required: - action @@ -116335,11 +116342,11 @@ x-webhooks: type: string enum: - unpinned - discussion: *667 - enterprise: *651 - installation: *652 - organization: *653 - repository: *654 + discussion: *668 + enterprise: *652 + installation: *653 + organization: *654 + repository: *655 sender: *4 required: - action @@ -116412,7 +116419,7 @@ x-webhooks: description: A user forks a repository. type: object properties: - enterprise: *651 + enterprise: *652 forkee: description: The created [`repository`](https://docs.github.com/rest/repos/repos#get-a-repository) resource. @@ -117072,9 +117079,9 @@ x-webhooks: type: integer watchers_count: type: integer - installation: *652 - organization: *653 - repository: *654 + installation: *653 + organization: *654 + repository: *655 sender: *4 required: - forkee @@ -117220,9 +117227,9 @@ x-webhooks: title: gollum event type: object properties: - enterprise: *651 - installation: *652 - organization: *653 + enterprise: *652 + installation: *653 + organization: *654 pages: description: The pages that were updated. type: array @@ -117259,7 +117266,7 @@ x-webhooks: - action - sha - html_url - repository: *654 + repository: *655 sender: *4 required: - pages @@ -117335,10 +117342,10 @@ x-webhooks: type: string enum: - created - enterprise: *651 + enterprise: *652 installation: *22 - organization: *653 - repositories: &672 + organization: *654 + repositories: &673 description: An array of repository objects that the installation can access. type: array @@ -117364,8 +117371,8 @@ x-webhooks: - name - full_name - private - repository: *654 - requester: *671 + repository: *655 + requester: *672 sender: *4 required: - action @@ -117440,11 +117447,11 @@ x-webhooks: type: string enum: - deleted - enterprise: *651 + enterprise: *652 installation: *22 - organization: *653 - repositories: *672 - repository: *654 + organization: *654 + repositories: *673 + repository: *655 requester: nullable: true sender: *4 @@ -117520,11 +117527,11 @@ x-webhooks: type: string enum: - new_permissions_accepted - enterprise: *651 + enterprise: *652 installation: *22 - organization: *653 - repositories: *672 - repository: *654 + organization: *654 + repositories: *673 + repository: *655 requester: nullable: true sender: *4 @@ -117600,10 +117607,10 @@ x-webhooks: type: string enum: - added - enterprise: *651 + enterprise: *652 installation: *22 - organization: *653 - repositories_added: &673 + organization: *654 + repositories_added: &674 description: An array of repository objects, which were added to the installation. type: array @@ -117649,15 +117656,15 @@ x-webhooks: private: description: Whether the repository is private or public. type: boolean - repository: *654 - repository_selection: &674 + repository: *655 + repository_selection: &675 description: Describe whether all repositories have been selected or there's a selection involved type: string enum: - all - selected - requester: *671 + requester: *672 sender: *4 required: - action @@ -117736,10 +117743,10 @@ x-webhooks: type: string enum: - removed - enterprise: *651 + enterprise: *652 installation: *22 - organization: *653 - repositories_added: *673 + organization: *654 + repositories_added: *674 repositories_removed: description: An array of repository objects, which were removed from the installation. @@ -117766,9 +117773,9 @@ x-webhooks: - name - full_name - private - repository: *654 - repository_selection: *674 - requester: *671 + repository: *655 + repository_selection: *675 + requester: *672 sender: *4 required: - action @@ -117847,11 +117854,11 @@ x-webhooks: type: string enum: - suspend - enterprise: *651 + enterprise: *652 installation: *22 - organization: *653 - repositories: *672 - repository: *654 + organization: *654 + repositories: *673 + repository: *655 requester: nullable: true sender: *4 @@ -118029,10 +118036,10 @@ x-webhooks: type: string required: - from - enterprise: *651 - installation: *652 - organization: *653 - repository: *654 + enterprise: *652 + installation: *653 + organization: *654 + repository: *655 sender: *4 target_type: type: string @@ -118111,11 +118118,11 @@ x-webhooks: type: string enum: - unsuspend - enterprise: *651 + enterprise: *652 installation: *22 - organization: *653 - repositories: *672 - repository: *654 + organization: *654 + repositories: *673 + repository: *655 requester: nullable: true sender: *4 @@ -118367,8 +118374,8 @@ x-webhooks: - performed_via_github_app - body - reactions - enterprise: *651 - installation: *652 + enterprise: *652 + installation: *653 issue: description: The [issue](https://docs.github.com/rest/issues/issues#get-an-issue) the comment belongs to. @@ -119191,7 +119198,7 @@ x-webhooks: title: description: Title of the issue type: string - type: *192 + type: *193 updated_at: type: string format: date-time @@ -119524,8 +119531,8 @@ x-webhooks: - state - locked - assignee - organization: *653 - repository: *654 + organization: *654 + repository: *655 sender: *4 required: - action @@ -119605,7 +119612,7 @@ x-webhooks: type: string enum: - deleted - comment: &675 + comment: &676 title: issue comment description: The [comment](https://docs.github.com/rest/issues/comments#get-an-issue-comment) itself. @@ -119770,8 +119777,8 @@ x-webhooks: - performed_via_github_app - body - reactions - enterprise: *651 - installation: *652 + enterprise: *652 + installation: *653 issue: description: The [issue](https://docs.github.com/rest/issues/issues#get-an-issue) the comment belongs to. @@ -120590,7 +120597,7 @@ x-webhooks: title: description: Title of the issue type: string - type: *192 + type: *193 updated_at: type: string format: date-time @@ -120925,8 +120932,8 @@ x-webhooks: - state - locked - assignee - organization: *653 - repository: *654 + organization: *654 + repository: *655 sender: *4 required: - action @@ -121006,7 +121013,7 @@ x-webhooks: type: string enum: - edited - changes: &703 + changes: &704 description: The changes to the comment. type: object properties: @@ -121018,9 +121025,9 @@ x-webhooks: type: string required: - from - comment: *675 - enterprise: *651 - installation: *652 + comment: *676 + enterprise: *652 + installation: *653 issue: description: The [issue](https://docs.github.com/rest/issues/issues#get-an-issue) the comment belongs to. @@ -121842,7 +121849,7 @@ x-webhooks: title: description: Title of the issue type: string - type: *192 + type: *193 updated_at: type: string format: date-time @@ -122175,8 +122182,8 @@ x-webhooks: - state - locked - assignee - organization: *653 - repository: *654 + organization: *654 + repository: *655 sender: *4 required: - action @@ -122258,10 +122265,10 @@ x-webhooks: type: string enum: - assigned - assignee: *671 - enterprise: *651 - installation: *652 - issue: &678 + assignee: *672 + enterprise: *652 + installation: *653 + issue: &679 title: Issue description: The [issue](https://docs.github.com/rest/issues/issues#get-an-issue) itself. @@ -123079,7 +123086,7 @@ x-webhooks: title: description: Title of the issue type: string - type: *192 + type: *193 updated_at: type: string format: date-time @@ -123180,8 +123187,8 @@ x-webhooks: - active_lock_reason - body - reactions - organization: *653 - repository: *654 + organization: *654 + repository: *655 sender: *4 required: - action @@ -123261,8 +123268,8 @@ x-webhooks: type: string enum: - closed - enterprise: *651 - installation: *652 + enterprise: *652 + installation: *653 issue: description: The [issue](https://docs.github.com/rest/issues/issues#get-an-issue) itself. @@ -124085,7 +124092,7 @@ x-webhooks: title: description: Title of the issue type: string - type: *192 + type: *193 updated_at: type: string format: date-time @@ -124321,8 +124328,8 @@ x-webhooks: required: - state - closed_at - organization: *653 - repository: *654 + organization: *654 + repository: *655 sender: *4 required: - action @@ -124401,8 +124408,8 @@ x-webhooks: type: string enum: - deleted - enterprise: *651 - installation: *652 + enterprise: *652 + installation: *653 issue: title: Issue description: The [issue](https://docs.github.com/rest/issues/issues#get-an-issue) @@ -125214,7 +125221,7 @@ x-webhooks: title: description: Title of the issue type: string - type: *192 + type: *193 updated_at: type: string format: date-time @@ -125314,8 +125321,8 @@ x-webhooks: - active_lock_reason - body - reactions - organization: *653 - repository: *654 + organization: *654 + repository: *655 sender: *4 required: - action @@ -125394,8 +125401,8 @@ x-webhooks: type: string enum: - demilestoned - enterprise: *651 - installation: *652 + enterprise: *652 + installation: *653 issue: title: Issue description: The [issue](https://docs.github.com/rest/issues/issues#get-an-issue) @@ -126231,7 +126238,7 @@ x-webhooks: title: description: Title of the issue type: string - type: *192 + type: *193 updated_at: type: string format: date-time @@ -126310,7 +126317,7 @@ x-webhooks: format: uri user_view_type: type: string - milestone: &676 + milestone: &677 title: Milestone description: A collection of related issues and pull requests. type: object @@ -126448,8 +126455,8 @@ x-webhooks: - updated_at - due_on - closed_at - organization: *653 - repository: *654 + organization: *654 + repository: *655 sender: *4 required: - action @@ -126548,8 +126555,8 @@ x-webhooks: type: string required: - from - enterprise: *651 - installation: *652 + enterprise: *652 + installation: *653 issue: title: Issue description: The [issue](https://docs.github.com/rest/issues/issues#get-an-issue) @@ -127364,7 +127371,7 @@ x-webhooks: timeline_url: type: string format: uri - type: *192 + type: *193 title: description: Title of the issue type: string @@ -127468,9 +127475,9 @@ x-webhooks: - active_lock_reason - body - reactions - label: *670 - organization: *653 - repository: *654 + label: *671 + organization: *654 + repository: *655 sender: *4 required: - action @@ -127550,8 +127557,8 @@ x-webhooks: type: string enum: - labeled - enterprise: *651 - installation: *652 + enterprise: *652 + installation: *653 issue: title: Issue description: The [issue](https://docs.github.com/rest/issues/issues#get-an-issue) @@ -128365,7 +128372,7 @@ x-webhooks: timeline_url: type: string format: uri - type: *192 + type: *193 title: description: Title of the issue type: string @@ -128469,9 +128476,9 @@ x-webhooks: - active_lock_reason - body - reactions - label: *670 - organization: *653 - repository: *654 + label: *671 + organization: *654 + repository: *655 sender: *4 required: - action @@ -128551,8 +128558,8 @@ x-webhooks: type: string enum: - locked - enterprise: *651 - installation: *652 + enterprise: *652 + installation: *653 issue: title: Issue description: The [issue](https://docs.github.com/rest/issues/issues#get-an-issue) @@ -129390,7 +129397,7 @@ x-webhooks: timeline_url: type: string format: uri - type: *192 + type: *193 title: description: Title of the issue type: string @@ -129471,8 +129478,8 @@ x-webhooks: format: uri user_view_type: type: string - organization: *653 - repository: *654 + organization: *654 + repository: *655 sender: *4 required: - action @@ -129551,8 +129558,8 @@ x-webhooks: type: string enum: - milestoned - enterprise: *651 - installation: *652 + enterprise: *652 + installation: *653 issue: title: Issue description: The [issue](https://docs.github.com/rest/issues/issues#get-an-issue) @@ -130387,7 +130394,7 @@ x-webhooks: title: description: Title of the issue type: string - type: *192 + type: *193 updated_at: type: string format: date-time @@ -130465,9 +130472,9 @@ x-webhooks: format: uri user_view_type: type: string - milestone: *676 - organization: *653 - repository: *654 + milestone: *677 + organization: *654 + repository: *655 sender: *4 required: - action @@ -131928,8 +131935,8 @@ x-webhooks: required: - old_issue - old_repository - enterprise: *651 - installation: *652 + enterprise: *652 + installation: *653 issue: title: Issue description: The [issue](https://docs.github.com/rest/issues/issues#get-an-issue) @@ -132747,7 +132754,7 @@ x-webhooks: title: description: Title of the issue type: string - type: *192 + type: *193 updated_at: type: string format: date-time @@ -132847,8 +132854,8 @@ x-webhooks: - active_lock_reason - body - reactions - organization: *653 - repository: *654 + organization: *654 + repository: *655 sender: *4 required: - action @@ -132928,9 +132935,9 @@ x-webhooks: type: string enum: - pinned - enterprise: *651 - installation: *652 - issue: &677 + enterprise: *652 + installation: *653 + issue: &678 title: Issue description: The [issue](https://docs.github.com/rest/issues/issues#get-an-issue) itself. @@ -133742,7 +133749,7 @@ x-webhooks: title: description: Title of the issue type: string - type: *192 + type: *193 updated_at: type: string format: date-time @@ -133842,8 +133849,8 @@ x-webhooks: - active_lock_reason - body - reactions - organization: *653 - repository: *654 + organization: *654 + repository: *655 sender: *4 required: - action @@ -133922,8 +133929,8 @@ x-webhooks: type: string enum: - reopened - enterprise: *651 - installation: *652 + enterprise: *652 + installation: *653 issue: title: Issue description: The [issue](https://docs.github.com/rest/issues/issues#get-an-issue) @@ -134840,9 +134847,9 @@ x-webhooks: format: uri user_view_type: type: string - type: *192 - organization: *653 - repository: *654 + type: *193 + organization: *654 + repository: *655 sender: *4 required: - action @@ -135737,7 +135744,7 @@ x-webhooks: title: description: Title of the issue type: string - type: *192 + type: *193 updated_at: type: string format: date-time @@ -136305,11 +136312,11 @@ x-webhooks: required: - new_issue - new_repository - enterprise: *651 - installation: *652 - issue: *677 - organization: *653 - repository: *654 + enterprise: *652 + installation: *653 + issue: *678 + organization: *654 + repository: *655 sender: *4 required: - action @@ -136389,12 +136396,12 @@ x-webhooks: type: string enum: - typed - enterprise: *651 - installation: *652 - issue: *678 - type: *192 - organization: *653 - repository: *654 + enterprise: *652 + installation: *653 + issue: *679 + type: *193 + organization: *654 + repository: *655 sender: *4 required: - action @@ -136475,7 +136482,7 @@ x-webhooks: type: string enum: - unassigned - assignee: &706 + assignee: &707 title: User type: object nullable: true @@ -136545,11 +136552,11 @@ x-webhooks: required: - login - id - enterprise: *651 - installation: *652 - issue: *678 - organization: *653 - repository: *654 + enterprise: *652 + installation: *653 + issue: *679 + organization: *654 + repository: *655 sender: *4 required: - action @@ -136628,12 +136635,12 @@ x-webhooks: type: string enum: - unlabeled - enterprise: *651 - installation: *652 - issue: *678 - label: *670 - organization: *653 - repository: *654 + enterprise: *652 + installation: *653 + issue: *679 + label: *671 + organization: *654 + repository: *655 sender: *4 required: - action @@ -136713,8 +136720,8 @@ x-webhooks: type: string enum: - unlocked - enterprise: *651 - installation: *652 + enterprise: *652 + installation: *653 issue: title: Issue description: The [issue](https://docs.github.com/rest/issues/issues#get-an-issue) @@ -137553,7 +137560,7 @@ x-webhooks: title: description: Title of the issue type: string - type: *192 + type: *193 updated_at: type: string format: date-time @@ -137631,8 +137638,8 @@ x-webhooks: format: uri user_view_type: type: string - organization: *653 - repository: *654 + organization: *654 + repository: *655 sender: *4 required: - action @@ -137712,11 +137719,11 @@ x-webhooks: type: string enum: - unpinned - enterprise: *651 - installation: *652 - issue: *677 - organization: *653 - repository: *654 + enterprise: *652 + installation: *653 + issue: *678 + organization: *654 + repository: *655 sender: *4 required: - action @@ -137795,12 +137802,12 @@ x-webhooks: type: string enum: - untyped - enterprise: *651 - installation: *652 - issue: *678 - type: *192 - organization: *653 - repository: *654 + enterprise: *652 + installation: *653 + issue: *679 + type: *193 + organization: *654 + repository: *655 sender: *4 required: - action @@ -137880,11 +137887,11 @@ x-webhooks: type: string enum: - created - enterprise: *651 - installation: *652 - label: *670 - organization: *653 - repository: *654 + enterprise: *652 + installation: *653 + label: *671 + organization: *654 + repository: *655 sender: *4 required: - action @@ -137962,11 +137969,11 @@ x-webhooks: type: string enum: - deleted - enterprise: *651 - installation: *652 - label: *670 - organization: *653 - repository: *654 + enterprise: *652 + installation: *653 + label: *671 + organization: *654 + repository: *655 sender: *4 required: - action @@ -138076,11 +138083,11 @@ x-webhooks: type: string required: - from - enterprise: *651 - installation: *652 - label: *670 - organization: *653 - repository: *654 + enterprise: *652 + installation: *653 + label: *671 + organization: *654 + repository: *655 sender: *4 required: - action @@ -138162,9 +138169,9 @@ x-webhooks: - cancelled effective_date: type: string - enterprise: *651 - installation: *652 - marketplace_purchase: &679 + enterprise: *652 + installation: *653 + marketplace_purchase: &680 title: Marketplace Purchase type: object required: @@ -138247,8 +138254,8 @@ x-webhooks: type: integer unit_count: type: integer - organization: *653 - previous_marketplace_purchase: &680 + organization: *654 + previous_marketplace_purchase: &681 title: Marketplace Purchase type: object properties: @@ -138328,7 +138335,7 @@ x-webhooks: - on_free_trial - free_trial_ends_on - plan - repository: *654 + repository: *655 sender: *4 required: - action @@ -138408,10 +138415,10 @@ x-webhooks: - changed effective_date: type: string - enterprise: *651 - installation: *652 - marketplace_purchase: *679 - organization: *653 + enterprise: *652 + installation: *653 + marketplace_purchase: *680 + organization: *654 previous_marketplace_purchase: title: Marketplace Purchase type: object @@ -138494,7 +138501,7 @@ x-webhooks: - on_free_trial - free_trial_ends_on - plan - repository: *654 + repository: *655 sender: *4 required: - action @@ -138576,10 +138583,10 @@ x-webhooks: - pending_change effective_date: type: string - enterprise: *651 - installation: *652 - marketplace_purchase: *679 - organization: *653 + enterprise: *652 + installation: *653 + marketplace_purchase: *680 + organization: *654 previous_marketplace_purchase: title: Marketplace Purchase type: object @@ -138661,7 +138668,7 @@ x-webhooks: - on_free_trial - free_trial_ends_on - plan - repository: *654 + repository: *655 sender: *4 required: - action @@ -138742,8 +138749,8 @@ x-webhooks: - pending_change_cancelled effective_date: type: string - enterprise: *651 - installation: *652 + enterprise: *652 + installation: *653 marketplace_purchase: title: Marketplace Purchase type: object @@ -138825,9 +138832,9 @@ x-webhooks: type: integer unit_count: type: integer - organization: *653 - previous_marketplace_purchase: *680 - repository: *654 + organization: *654 + previous_marketplace_purchase: *681 + repository: *655 sender: *4 required: - action @@ -138907,12 +138914,12 @@ x-webhooks: - purchased effective_date: type: string - enterprise: *651 - installation: *652 - marketplace_purchase: *679 - organization: *653 - previous_marketplace_purchase: *680 - repository: *654 + enterprise: *652 + installation: *653 + marketplace_purchase: *680 + organization: *654 + previous_marketplace_purchase: *681 + repository: *655 sender: *4 required: - action @@ -139014,11 +139021,11 @@ x-webhooks: type: string required: - to - enterprise: *651 - installation: *652 - member: *671 - organization: *653 - repository: *654 + enterprise: *652 + installation: *653 + member: *672 + organization: *654 + repository: *655 sender: *4 required: - action @@ -139118,11 +139125,11 @@ x-webhooks: to: type: string nullable: true - enterprise: *651 - installation: *652 - member: *671 - organization: *653 - repository: *654 + enterprise: *652 + installation: *653 + member: *672 + organization: *654 + repository: *655 sender: *4 required: - action @@ -139201,11 +139208,11 @@ x-webhooks: type: string enum: - removed - enterprise: *651 - installation: *652 - member: *671 - organization: *653 - repository: *654 + enterprise: *652 + installation: *653 + member: *672 + organization: *654 + repository: *655 sender: *4 required: - action @@ -139283,11 +139290,11 @@ x-webhooks: type: string enum: - added - enterprise: *651 - installation: *652 - member: *671 - organization: *653 - repository: *654 + enterprise: *652 + installation: *653 + member: *672 + organization: *654 + repository: *655 scope: description: The scope of the membership. Currently, can only be `team`. @@ -139363,7 +139370,7 @@ x-webhooks: required: - login - id - team: &681 + team: &682 title: Team description: Groups of organization members that gives permissions on specified repositories. @@ -139553,11 +139560,11 @@ x-webhooks: type: string enum: - removed - enterprise: *651 - installation: *652 - member: *671 - organization: *653 - repository: *654 + enterprise: *652 + installation: *653 + member: *672 + organization: *654 + repository: *655 scope: description: The scope of the membership. Currently, can only be `team`. @@ -139634,7 +139641,7 @@ x-webhooks: required: - login - id - team: *681 + team: *682 required: - action - scope @@ -139716,8 +139723,8 @@ x-webhooks: type: string enum: - checks_requested - installation: *652 - merge_group: &683 + installation: *653 + merge_group: &684 type: object title: Merge Group description: A group of pull requests that the merge queue has grouped @@ -139736,15 +139743,15 @@ x-webhooks: description: The full ref of the branch the merge group will be merged into. type: string - head_commit: *682 + head_commit: *683 required: - head_sha - head_ref - base_sha - base_ref - head_commit - organization: *653 - repository: *654 + organization: *654 + repository: *655 sender: *4 required: - action @@ -139830,10 +139837,10 @@ x-webhooks: - merged - invalidated - dequeued - installation: *652 - merge_group: *683 - organization: *653 - repository: *654 + installation: *653 + merge_group: *684 + organization: *654 + repository: *655 sender: *4 required: - action @@ -139906,7 +139913,7 @@ x-webhooks: type: string enum: - deleted - enterprise: *651 + enterprise: *652 hook: description: 'The modified webhook. This will contain different keys based on the type of webhook it is: repository, organization, @@ -140014,16 +140021,16 @@ x-webhooks: hook_id: description: The id of the modified webhook. type: integer - installation: *652 - organization: *653 + installation: *653 + organization: *654 repository: title: Repository description: |- The repository on GitHub where the event occurred. Webhook payloads contain the `repository` property when the event occurs from activity in a repository. type: object - properties: *684 - required: *685 + properties: *685 + required: *686 nullable: true sender: *4 required: @@ -140104,11 +140111,11 @@ x-webhooks: type: string enum: - closed - enterprise: *651 - installation: *652 - milestone: *676 - organization: *653 - repository: *654 + enterprise: *652 + installation: *653 + milestone: *677 + organization: *654 + repository: *655 sender: *4 required: - action @@ -140187,9 +140194,9 @@ x-webhooks: type: string enum: - created - enterprise: *651 - installation: *652 - milestone: &686 + enterprise: *652 + installation: *653 + milestone: &687 title: Milestone description: A collection of related issues and pull requests. type: object @@ -140326,8 +140333,8 @@ x-webhooks: - updated_at - due_on - closed_at - organization: *653 - repository: *654 + organization: *654 + repository: *655 sender: *4 required: - action @@ -140406,11 +140413,11 @@ x-webhooks: type: string enum: - deleted - enterprise: *651 - installation: *652 - milestone: *676 - organization: *653 - repository: *654 + enterprise: *652 + installation: *653 + milestone: *677 + organization: *654 + repository: *655 sender: *4 required: - action @@ -140520,11 +140527,11 @@ x-webhooks: type: string required: - from - enterprise: *651 - installation: *652 - milestone: *676 - organization: *653 - repository: *654 + enterprise: *652 + installation: *653 + milestone: *677 + organization: *654 + repository: *655 sender: *4 required: - action @@ -140604,11 +140611,11 @@ x-webhooks: type: string enum: - opened - enterprise: *651 - installation: *652 - milestone: *686 - organization: *653 - repository: *654 + enterprise: *652 + installation: *653 + milestone: *687 + organization: *654 + repository: *655 sender: *4 required: - action @@ -140687,11 +140694,11 @@ x-webhooks: type: string enum: - blocked - blocked_user: *671 - enterprise: *651 - installation: *652 - organization: *653 - repository: *654 + blocked_user: *672 + enterprise: *652 + installation: *653 + organization: *654 + repository: *655 sender: *4 required: - action @@ -140770,11 +140777,11 @@ x-webhooks: type: string enum: - unblocked - blocked_user: *671 - enterprise: *651 - installation: *652 - organization: *653 - repository: *654 + blocked_user: *672 + enterprise: *652 + installation: *653 + organization: *654 + repository: *655 sender: *4 required: - action @@ -140853,9 +140860,9 @@ x-webhooks: type: string enum: - deleted - enterprise: *651 - installation: *652 - membership: &687 + enterprise: *652 + installation: *653 + membership: &688 title: Membership description: The membership between the user and the organization. Not present when the action is `member_invited`. @@ -140947,8 +140954,8 @@ x-webhooks: - role - organization_url - user - organization: *653 - repository: *654 + organization: *654 + repository: *655 sender: *4 required: - action @@ -141026,11 +141033,11 @@ x-webhooks: type: string enum: - member_added - enterprise: *651 - installation: *652 - membership: *687 - organization: *653 - repository: *654 + enterprise: *652 + installation: *653 + membership: *688 + organization: *654 + repository: *655 sender: *4 required: - action @@ -141109,8 +141116,8 @@ x-webhooks: type: string enum: - member_invited - enterprise: *651 - installation: *652 + enterprise: *652 + installation: *653 invitation: description: The invitation for the user or email if the action is `member_invited`. @@ -141226,10 +141233,10 @@ x-webhooks: - inviter - team_count - invitation_teams_url - organization: *653 - repository: *654 + organization: *654 + repository: *655 sender: *4 - user: *671 + user: *672 required: - action - invitation @@ -141307,11 +141314,11 @@ x-webhooks: type: string enum: - member_removed - enterprise: *651 - installation: *652 - membership: *687 - organization: *653 - repository: *654 + enterprise: *652 + installation: *653 + membership: *688 + organization: *654 + repository: *655 sender: *4 required: - action @@ -141398,11 +141405,11 @@ x-webhooks: properties: from: type: string - enterprise: *651 - installation: *652 - membership: *687 - organization: *653 - repository: *654 + enterprise: *652 + installation: *653 + membership: *688 + organization: *654 + repository: *655 sender: *4 required: - action @@ -141478,9 +141485,9 @@ x-webhooks: type: string enum: - published - enterprise: *651 - installation: *652 - organization: *653 + enterprise: *652 + installation: *653 + organization: *654 package: description: Information about the package. type: object @@ -141979,7 +141986,7 @@ x-webhooks: - published_at rubygems_metadata: type: array - items: &688 + items: &689 title: Ruby Gems metadata type: object properties: @@ -142074,7 +142081,7 @@ x-webhooks: - owner - package_version - registry - repository: *654 + repository: *655 sender: *4 required: - action @@ -142150,9 +142157,9 @@ x-webhooks: type: string enum: - updated - enterprise: *651 - installation: *652 - organization: *653 + enterprise: *652 + installation: *653 + organization: *654 package: description: Information about the package. type: object @@ -142505,7 +142512,7 @@ x-webhooks: - published_at rubygems_metadata: type: array - items: *688 + items: *689 source_url: type: string format: uri @@ -142575,7 +142582,7 @@ x-webhooks: - owner - package_version - registry - repository: *654 + repository: *655 sender: *4 required: - action @@ -142752,12 +142759,12 @@ x-webhooks: - duration - created_at - updated_at - enterprise: *651 + enterprise: *652 id: type: integer - installation: *652 - organization: *653 - repository: *654 + installation: *653 + organization: *654 + repository: *655 sender: *4 required: - id @@ -142834,7 +142841,7 @@ x-webhooks: type: string enum: - approved - personal_access_token_request: &689 + personal_access_token_request: &690 title: Personal Access Token Request description: Details of a Personal Access Token Request. type: object @@ -142980,10 +142987,10 @@ x-webhooks: - token_expired - token_expires_at - token_last_used_at - enterprise: *651 - organization: *653 + enterprise: *652 + organization: *654 sender: *4 - installation: *652 + installation: *653 required: - action - personal_access_token_request @@ -143060,11 +143067,11 @@ x-webhooks: type: string enum: - cancelled - personal_access_token_request: *689 - enterprise: *651 - organization: *653 + personal_access_token_request: *690 + enterprise: *652 + organization: *654 sender: *4 - installation: *652 + installation: *653 required: - action - personal_access_token_request @@ -143140,11 +143147,11 @@ x-webhooks: type: string enum: - created - personal_access_token_request: *689 - enterprise: *651 - organization: *653 + personal_access_token_request: *690 + enterprise: *652 + organization: *654 sender: *4 - installation: *652 + installation: *653 required: - action - personal_access_token_request @@ -143219,11 +143226,11 @@ x-webhooks: type: string enum: - denied - personal_access_token_request: *689 - organization: *653 - enterprise: *651 + personal_access_token_request: *690 + organization: *654 + enterprise: *652 sender: *4 - installation: *652 + installation: *653 required: - action - personal_access_token_request @@ -143328,7 +143335,7 @@ x-webhooks: id: description: Unique identifier of the webhook. type: integer - last_response: *690 + last_response: *691 name: description: The type of webhook. The only valid value is 'web'. type: string @@ -143360,8 +143367,8 @@ x-webhooks: hook_id: description: The ID of the webhook that triggered the ping. type: integer - organization: *653 - repository: *654 + organization: *654 + repository: *655 sender: *4 zen: description: Random string of GitHub zen. @@ -143606,10 +143613,10 @@ x-webhooks: - from required: - note - enterprise: *651 - installation: *652 - organization: *653 - project_card: &691 + enterprise: *652 + installation: *653 + organization: *654 + project_card: &692 title: Project Card type: object properties: @@ -143728,7 +143735,7 @@ x-webhooks: - creator - created_at - updated_at - repository: *654 + repository: *655 sender: *4 required: - action @@ -143809,11 +143816,11 @@ x-webhooks: type: string enum: - created - enterprise: *651 - installation: *652 - organization: *653 - project_card: *691 - repository: *654 + enterprise: *652 + installation: *653 + organization: *654 + project_card: *692 + repository: *655 sender: *4 required: - action @@ -143893,9 +143900,9 @@ x-webhooks: type: string enum: - deleted - enterprise: *651 - installation: *652 - organization: *653 + enterprise: *652 + installation: *653 + organization: *654 project_card: title: Project Card type: object @@ -144023,8 +144030,8 @@ x-webhooks: The repository on GitHub where the event occurred. Webhook payloads contain the `repository` property when the event occurs from activity in a repository. type: object - properties: *684 - required: *685 + properties: *685 + required: *686 nullable: true sender: *4 required: @@ -144118,11 +144125,11 @@ x-webhooks: - from required: - note - enterprise: *651 - installation: *652 - organization: *653 - project_card: *691 - repository: *654 + enterprise: *652 + installation: *653 + organization: *654 + project_card: *692 + repository: *655 sender: *4 required: - action @@ -144216,9 +144223,9 @@ x-webhooks: - from required: - column_id - enterprise: *651 - installation: *652 - organization: *653 + enterprise: *652 + installation: *653 + organization: *654 project_card: allOf: - title: Project Card @@ -144408,7 +144415,7 @@ x-webhooks: type: string required: - after_id - repository: *654 + repository: *655 sender: *4 required: - action @@ -144488,10 +144495,10 @@ x-webhooks: type: string enum: - closed - enterprise: *651 - installation: *652 - organization: *653 - project: &693 + enterprise: *652 + installation: *653 + organization: *654 + project: &694 title: Project type: object properties: @@ -144615,7 +144622,7 @@ x-webhooks: - creator - created_at - updated_at - repository: *654 + repository: *655 sender: *4 required: - action @@ -144695,10 +144702,10 @@ x-webhooks: type: string enum: - created - enterprise: *651 - installation: *652 - organization: *653 - project_column: &692 + enterprise: *652 + installation: *653 + organization: *654 + project_column: &693 title: Project Column type: object properties: @@ -144737,7 +144744,7 @@ x-webhooks: - name - created_at - updated_at - repository: *654 + repository: *655 sender: *4 required: - action @@ -144816,18 +144823,18 @@ x-webhooks: type: string enum: - deleted - enterprise: *651 - installation: *652 - organization: *653 - project_column: *692 + enterprise: *652 + installation: *653 + organization: *654 + project_column: *693 repository: title: Repository description: |- The repository on GitHub where the event occurred. Webhook payloads contain the `repository` property when the event occurs from activity in a repository. type: object - properties: *684 - required: *685 + properties: *685 + required: *686 nullable: true sender: *4 required: @@ -144917,11 +144924,11 @@ x-webhooks: type: string required: - from - enterprise: *651 - installation: *652 - organization: *653 - project_column: *692 - repository: *654 + enterprise: *652 + installation: *653 + organization: *654 + project_column: *693 + repository: *655 sender: *4 required: - action @@ -145001,11 +145008,11 @@ x-webhooks: type: string enum: - moved - enterprise: *651 - installation: *652 - organization: *653 - project_column: *692 - repository: *654 + enterprise: *652 + installation: *653 + organization: *654 + project_column: *693 + repository: *655 sender: *4 required: - action @@ -145085,11 +145092,11 @@ x-webhooks: type: string enum: - created - enterprise: *651 - installation: *652 - organization: *653 - project: *693 - repository: *654 + enterprise: *652 + installation: *653 + organization: *654 + project: *694 + repository: *655 sender: *4 required: - action @@ -145169,18 +145176,18 @@ x-webhooks: type: string enum: - deleted - enterprise: *651 - installation: *652 - organization: *653 - project: *693 + enterprise: *652 + installation: *653 + organization: *654 + project: *694 repository: title: Repository description: |- The repository on GitHub where the event occurred. Webhook payloads contain the `repository` property when the event occurs from activity in a repository. type: object - properties: *684 - required: *685 + properties: *685 + required: *686 nullable: true sender: *4 required: @@ -145282,11 +145289,11 @@ x-webhooks: type: string required: - from - enterprise: *651 - installation: *652 - organization: *653 - project: *693 - repository: *654 + enterprise: *652 + installation: *653 + organization: *654 + project: *694 + repository: *655 sender: *4 required: - action @@ -145365,11 +145372,11 @@ x-webhooks: type: string enum: - reopened - enterprise: *651 - installation: *652 - organization: *653 - project: *693 - repository: *654 + enterprise: *652 + installation: *653 + organization: *654 + project: *694 + repository: *655 sender: *4 required: - action @@ -145450,9 +145457,9 @@ x-webhooks: type: string enum: - closed - installation: *652 - organization: *653 - projects_v2: &694 + installation: *653 + organization: *654 + projects_v2: &695 title: Projects v2 Project description: A projects v2 project type: object @@ -145595,9 +145602,9 @@ x-webhooks: type: string enum: - created - installation: *652 - organization: *653 - projects_v2: *694 + installation: *653 + organization: *654 + projects_v2: *695 sender: *4 required: - action @@ -145678,9 +145685,9 @@ x-webhooks: type: string enum: - deleted - installation: *652 - organization: *653 - projects_v2: *694 + installation: *653 + organization: *654 + projects_v2: *695 sender: *4 required: - action @@ -145797,9 +145804,9 @@ x-webhooks: type: string to: type: string - installation: *652 - organization: *653 - projects_v2: *694 + installation: *653 + organization: *654 + projects_v2: *695 sender: *4 required: - action @@ -145882,7 +145889,7 @@ x-webhooks: type: string enum: - archived - changes: &698 + changes: &699 type: object properties: archived_at: @@ -145896,9 +145903,9 @@ x-webhooks: type: string nullable: true format: date-time - installation: *652 - organization: *653 - projects_v2_item: &695 + installation: *653 + organization: *654 + projects_v2_item: &696 title: Projects v2 Item description: An item belonging to a project type: object @@ -146032,9 +146039,9 @@ x-webhooks: nullable: true to: type: string - installation: *652 - organization: *653 - projects_v2_item: *695 + installation: *653 + organization: *654 + projects_v2_item: *696 sender: *4 required: - action @@ -146116,9 +146123,9 @@ x-webhooks: type: string enum: - created - installation: *652 - organization: *653 - projects_v2_item: *695 + installation: *653 + organization: *654 + projects_v2_item: *696 sender: *4 required: - action @@ -146199,9 +146206,9 @@ x-webhooks: type: string enum: - deleted - installation: *652 - organization: *653 - projects_v2_item: *695 + installation: *653 + organization: *654 + projects_v2_item: *696 sender: *4 required: - action @@ -146307,7 +146314,7 @@ x-webhooks: oneOf: - type: string - type: integer - - &696 + - &697 title: Projects v2 Single Select Option description: An option for a single select field type: object @@ -146325,7 +146332,7 @@ x-webhooks: required: - id - name - - &697 + - &698 title: Projects v2 Iteration Setting description: An iteration setting for an iteration field type: object @@ -146348,8 +146355,8 @@ x-webhooks: oneOf: - type: string - type: integer - - *696 - *697 + - *698 required: - field_value - type: object @@ -146365,9 +146372,9 @@ x-webhooks: nullable: true required: - body - installation: *652 - organization: *653 - projects_v2_item: *695 + installation: *653 + organization: *654 + projects_v2_item: *696 sender: *4 required: - action @@ -146462,9 +146469,9 @@ x-webhooks: to: type: string nullable: true - installation: *652 - organization: *653 - projects_v2_item: *695 + installation: *653 + organization: *654 + projects_v2_item: *696 sender: *4 required: - action @@ -146547,10 +146554,10 @@ x-webhooks: type: string enum: - restored - changes: *698 - installation: *652 - organization: *653 - projects_v2_item: *695 + changes: *699 + installation: *653 + organization: *654 + projects_v2_item: *696 sender: *4 required: - action @@ -146632,9 +146639,9 @@ x-webhooks: type: string enum: - reopened - installation: *652 - organization: *653 - projects_v2: *694 + installation: *653 + organization: *654 + projects_v2: *695 sender: *4 required: - action @@ -146715,9 +146722,9 @@ x-webhooks: type: string enum: - created - installation: *652 - organization: *653 - projects_v2_status_update: &699 + installation: *653 + organization: *654 + projects_v2_status_update: &700 title: Projects v2 Status Update description: An status update belonging to a project type: object @@ -146844,9 +146851,9 @@ x-webhooks: type: string enum: - deleted - installation: *652 - organization: *653 - projects_v2_status_update: *699 + installation: *653 + organization: *654 + projects_v2_status_update: *700 sender: *4 required: - action @@ -146982,9 +146989,9 @@ x-webhooks: type: string format: date nullable: true - installation: *652 - organization: *653 - projects_v2_status_update: *699 + installation: *653 + organization: *654 + projects_v2_status_update: *700 sender: *4 required: - action @@ -147055,10 +147062,10 @@ x-webhooks: title: public event type: object properties: - enterprise: *651 - installation: *652 - organization: *653 - repository: *654 + enterprise: *652 + installation: *653 + organization: *654 + repository: *655 sender: *4 required: - repository @@ -147135,13 +147142,13 @@ x-webhooks: type: string enum: - assigned - assignee: *671 - enterprise: *651 - installation: *652 - number: &700 + assignee: *672 + enterprise: *652 + installation: *653 + number: &701 description: The pull request number. type: integer - organization: *653 + organization: *654 pull_request: title: Pull Request type: object @@ -149424,7 +149431,7 @@ x-webhooks: - auto_merge - active_lock_reason - draft - repository: *654 + repository: *655 sender: *4 required: - action @@ -149506,11 +149513,11 @@ x-webhooks: type: string enum: - auto_merge_disabled - enterprise: *651 - installation: *652 + enterprise: *652 + installation: *653 number: type: integer - organization: *653 + organization: *654 pull_request: title: Pull Request type: object @@ -151788,7 +151795,7 @@ x-webhooks: - draft reason: type: string - repository: *654 + repository: *655 sender: *4 required: - action @@ -151870,11 +151877,11 @@ x-webhooks: type: string enum: - auto_merge_enabled - enterprise: *651 - installation: *652 + enterprise: *652 + installation: *653 number: type: integer - organization: *653 + organization: *654 pull_request: title: Pull Request type: object @@ -154152,7 +154159,7 @@ x-webhooks: - draft reason: type: string - repository: *654 + repository: *655 sender: *4 required: - action @@ -154234,13 +154241,13 @@ x-webhooks: type: string enum: - closed - enterprise: *651 - installation: *652 - number: *700 - organization: *653 - pull_request: &701 + enterprise: *652 + installation: *653 + number: *701 + organization: *654 + pull_request: &702 allOf: - - *522 + - *523 - type: object properties: allow_auto_merge: @@ -154302,7 +154309,7 @@ x-webhooks: Please use `squash_merge_commit_title` instead.** type: boolean default: false - repository: *654 + repository: *655 sender: *4 required: - action @@ -154383,12 +154390,12 @@ x-webhooks: type: string enum: - converted_to_draft - enterprise: *651 - installation: *652 - number: *700 - organization: *653 - pull_request: *701 - repository: *654 + enterprise: *652 + installation: *653 + number: *701 + organization: *654 + pull_request: *702 + repository: *655 sender: *4 required: - action @@ -154468,11 +154475,11 @@ x-webhooks: type: string enum: - demilestoned - enterprise: *651 - milestone: *505 - number: *700 - organization: *653 - pull_request: &702 + enterprise: *652 + milestone: *506 + number: *701 + organization: *654 + pull_request: &703 title: Pull Request type: object properties: @@ -156735,7 +156742,7 @@ x-webhooks: - auto_merge - active_lock_reason - draft - repository: *654 + repository: *655 sender: *4 required: - action @@ -156814,11 +156821,11 @@ x-webhooks: type: string enum: - dequeued - enterprise: *651 - installation: *652 + enterprise: *652 + installation: *653 number: type: integer - organization: *653 + organization: *654 pull_request: title: Pull Request type: object @@ -159100,7 +159107,7 @@ x-webhooks: - BRANCH_PROTECTIONS - GIT_TREE_INVALID - INVALID_MERGE_COMMIT - repository: *654 + repository: *655 sender: *4 required: - action @@ -159224,12 +159231,12 @@ x-webhooks: type: string required: - from - enterprise: *651 - installation: *652 - number: *700 - organization: *653 - pull_request: *701 - repository: *654 + enterprise: *652 + installation: *653 + number: *701 + organization: *654 + pull_request: *702 + repository: *655 sender: *4 required: - action @@ -159309,11 +159316,11 @@ x-webhooks: type: string enum: - enqueued - enterprise: *651 - installation: *652 + enterprise: *652 + installation: *653 number: type: integer - organization: *653 + organization: *654 pull_request: title: Pull Request type: object @@ -161580,7 +161587,7 @@ x-webhooks: - auto_merge - active_lock_reason - draft - repository: *654 + repository: *655 sender: *4 required: - action @@ -161660,11 +161667,11 @@ x-webhooks: type: string enum: - labeled - enterprise: *651 - installation: *652 - label: *670 - number: *700 - organization: *653 + enterprise: *652 + installation: *653 + label: *671 + number: *701 + organization: *654 pull_request: title: Pull Request type: object @@ -163946,7 +163953,7 @@ x-webhooks: - auto_merge - active_lock_reason - draft - repository: *654 + repository: *655 sender: *4 required: - action @@ -164027,10 +164034,10 @@ x-webhooks: type: string enum: - locked - enterprise: *651 - installation: *652 - number: *700 - organization: *653 + enterprise: *652 + installation: *653 + number: *701 + organization: *654 pull_request: title: Pull Request type: object @@ -166310,7 +166317,7 @@ x-webhooks: - auto_merge - active_lock_reason - draft - repository: *654 + repository: *655 sender: *4 required: - action @@ -166390,12 +166397,12 @@ x-webhooks: type: string enum: - milestoned - enterprise: *651 - milestone: *505 - number: *700 - organization: *653 - pull_request: *702 - repository: *654 + enterprise: *652 + milestone: *506 + number: *701 + organization: *654 + pull_request: *703 + repository: *655 sender: *4 required: - action @@ -166474,12 +166481,12 @@ x-webhooks: type: string enum: - opened - enterprise: *651 - installation: *652 - number: *700 - organization: *653 - pull_request: *701 - repository: *654 + enterprise: *652 + installation: *653 + number: *701 + organization: *654 + pull_request: *702 + repository: *655 sender: *4 required: - action @@ -166560,12 +166567,12 @@ x-webhooks: type: string enum: - ready_for_review - enterprise: *651 - installation: *652 - number: *700 - organization: *653 - pull_request: *701 - repository: *654 + enterprise: *652 + installation: *653 + number: *701 + organization: *654 + pull_request: *702 + repository: *655 sender: *4 required: - action @@ -166645,12 +166652,12 @@ x-webhooks: type: string enum: - reopened - enterprise: *651 - installation: *652 - number: *700 - organization: *653 - pull_request: *701 - repository: *654 + enterprise: *652 + installation: *653 + number: *701 + organization: *654 + pull_request: *702 + repository: *655 sender: *4 required: - action @@ -167016,9 +167023,9 @@ x-webhooks: - start_side - side - reactions - enterprise: *651 - installation: *652 - organization: *653 + enterprise: *652 + installation: *653 + organization: *654 pull_request: type: object properties: @@ -169188,7 +169195,7 @@ x-webhooks: - _links - author_association - active_lock_reason - repository: *654 + repository: *655 sender: *4 required: - action @@ -169268,7 +169275,7 @@ x-webhooks: type: string enum: - deleted - comment: &704 + comment: &705 title: Pull Request Review Comment description: The [comment](https://docs.github.com/rest/pulls/comments#get-a-review-comment-for-a-pull-request) itself. @@ -169553,9 +169560,9 @@ x-webhooks: - start_side - side - reactions - enterprise: *651 - installation: *652 - organization: *653 + enterprise: *652 + installation: *653 + organization: *654 pull_request: type: object properties: @@ -171713,7 +171720,7 @@ x-webhooks: - _links - author_association - active_lock_reason - repository: *654 + repository: *655 sender: *4 required: - action @@ -171793,11 +171800,11 @@ x-webhooks: type: string enum: - edited - changes: *703 - comment: *704 - enterprise: *651 - installation: *652 - organization: *653 + changes: *704 + comment: *705 + enterprise: *652 + installation: *653 + organization: *654 pull_request: type: object properties: @@ -173958,7 +173965,7 @@ x-webhooks: - _links - author_association - active_lock_reason - repository: *654 + repository: *655 sender: *4 required: - action @@ -174039,9 +174046,9 @@ x-webhooks: type: string enum: - dismissed - enterprise: *651 - installation: *652 - organization: *653 + enterprise: *652 + installation: *653 + organization: *654 pull_request: title: Simple Pull Request type: object @@ -176214,7 +176221,7 @@ x-webhooks: - author_association - auto_merge - active_lock_reason - repository: *654 + repository: *655 review: description: The review that was affected. type: object @@ -176457,9 +176464,9 @@ x-webhooks: type: string required: - from - enterprise: *651 - installation: *652 - organization: *653 + enterprise: *652 + installation: *653 + organization: *654 pull_request: title: Simple Pull Request type: object @@ -178513,8 +178520,8 @@ x-webhooks: - author_association - auto_merge - active_lock_reason - repository: *654 - review: &705 + repository: *655 + review: &706 description: The review that was affected. type: object properties: @@ -178743,12 +178750,12 @@ x-webhooks: type: string enum: - review_request_removed - enterprise: *651 - installation: *652 + enterprise: *652 + installation: *653 number: description: The pull request number. type: integer - organization: *653 + organization: *654 pull_request: title: Pull Request type: object @@ -181031,7 +181038,7 @@ x-webhooks: - auto_merge - active_lock_reason - draft - repository: *654 + repository: *655 requested_reviewer: title: User type: object @@ -181115,12 +181122,12 @@ x-webhooks: type: string enum: - review_request_removed - enterprise: *651 - installation: *652 + enterprise: *652 + installation: *653 number: description: The pull request number. type: integer - organization: *653 + organization: *654 pull_request: title: Pull Request type: object @@ -183410,7 +183417,7 @@ x-webhooks: - auto_merge - active_lock_reason - draft - repository: *654 + repository: *655 requested_team: title: Team description: Groups of organization members that gives permissions @@ -183602,12 +183609,12 @@ x-webhooks: type: string enum: - review_requested - enterprise: *651 - installation: *652 + enterprise: *652 + installation: *653 number: description: The pull request number. type: integer - organization: *653 + organization: *654 pull_request: title: Pull Request type: object @@ -185892,7 +185899,7 @@ x-webhooks: - auto_merge - active_lock_reason - draft - repository: *654 + repository: *655 requested_reviewer: title: User type: object @@ -185977,12 +185984,12 @@ x-webhooks: type: string enum: - review_requested - enterprise: *651 - installation: *652 + enterprise: *652 + installation: *653 number: description: The pull request number. type: integer - organization: *653 + organization: *654 pull_request: title: Pull Request type: object @@ -188258,7 +188265,7 @@ x-webhooks: - auto_merge - active_lock_reason - draft - repository: *654 + repository: *655 requested_team: title: Team description: Groups of organization members that gives permissions @@ -188439,9 +188446,9 @@ x-webhooks: type: string enum: - submitted - enterprise: *651 - installation: *652 - organization: *653 + enterprise: *652 + installation: *653 + organization: *654 pull_request: title: Simple Pull Request type: object @@ -190616,8 +190623,8 @@ x-webhooks: - author_association - auto_merge - active_lock_reason - repository: *654 - review: *705 + repository: *655 + review: *706 sender: *4 required: - action @@ -190697,9 +190704,9 @@ x-webhooks: type: string enum: - resolved - enterprise: *651 - installation: *652 - organization: *653 + enterprise: *652 + installation: *653 + organization: *654 pull_request: title: Simple Pull Request type: object @@ -192769,7 +192776,7 @@ x-webhooks: - author_association - auto_merge - active_lock_reason - repository: *654 + repository: *655 sender: *4 thread: type: object @@ -193152,9 +193159,9 @@ x-webhooks: type: string enum: - unresolved - enterprise: *651 - installation: *652 - organization: *653 + enterprise: *652 + installation: *653 + organization: *654 pull_request: title: Simple Pull Request type: object @@ -195210,7 +195217,7 @@ x-webhooks: - author_association - auto_merge - active_lock_reason - repository: *654 + repository: *655 sender: *4 thread: type: object @@ -195596,10 +195603,10 @@ x-webhooks: type: string before: type: string - enterprise: *651 - installation: *652 - number: *700 - organization: *653 + enterprise: *652 + installation: *653 + number: *701 + organization: *654 pull_request: title: Pull Request type: object @@ -197870,7 +197877,7 @@ x-webhooks: - auto_merge - active_lock_reason - draft - repository: *654 + repository: *655 sender: *4 required: - action @@ -197952,11 +197959,11 @@ x-webhooks: type: string enum: - unassigned - assignee: *706 - enterprise: *651 - installation: *652 - number: *700 - organization: *653 + assignee: *707 + enterprise: *652 + installation: *653 + number: *701 + organization: *654 pull_request: title: Pull Request type: object @@ -200239,7 +200246,7 @@ x-webhooks: - auto_merge - active_lock_reason - draft - repository: *654 + repository: *655 sender: *4 required: - action @@ -200318,11 +200325,11 @@ x-webhooks: type: string enum: - unlabeled - enterprise: *651 - installation: *652 - label: *670 - number: *700 - organization: *653 + enterprise: *652 + installation: *653 + label: *671 + number: *701 + organization: *654 pull_request: title: Pull Request type: object @@ -202595,7 +202602,7 @@ x-webhooks: - auto_merge - active_lock_reason - draft - repository: *654 + repository: *655 sender: *4 required: - action @@ -202676,10 +202683,10 @@ x-webhooks: type: string enum: - unlocked - enterprise: *651 - installation: *652 - number: *700 - organization: *653 + enterprise: *652 + installation: *653 + number: *701 + organization: *654 pull_request: title: Pull Request type: object @@ -204944,7 +204951,7 @@ x-webhooks: - auto_merge - active_lock_reason - draft - repository: *654 + repository: *655 sender: *4 required: - action @@ -205144,7 +205151,7 @@ x-webhooks: deleted: description: Whether this push deleted the `ref`. type: boolean - enterprise: *651 + enterprise: *652 forced: description: Whether this push was a force push of the `ref`. type: boolean @@ -205236,8 +205243,8 @@ x-webhooks: - url - author - committer - installation: *652 - organization: *653 + installation: *653 + organization: *654 pusher: title: Committer description: Metaproperties for Git author/committer information. @@ -205812,9 +205819,9 @@ x-webhooks: type: string enum: - published - enterprise: *651 - installation: *652 - organization: *653 + enterprise: *652 + installation: *653 + organization: *654 registry_package: type: object properties: @@ -206260,7 +206267,7 @@ x-webhooks: type: string rubygems_metadata: type: array - items: *688 + items: *689 summary: type: string tag_name: @@ -206314,7 +206321,7 @@ x-webhooks: - owner - package_version - registry - repository: *654 + repository: *655 sender: *4 required: - action @@ -206392,9 +206399,9 @@ x-webhooks: type: string enum: - updated - enterprise: *651 - installation: *652 - organization: *653 + enterprise: *652 + installation: *653 + organization: *654 registry_package: type: object properties: @@ -206702,7 +206709,7 @@ x-webhooks: - published_at rubygems_metadata: type: array - items: *688 + items: *689 summary: type: string tag_name: @@ -206751,7 +206758,7 @@ x-webhooks: - owner - package_version - registry - repository: *654 + repository: *655 sender: *4 required: - action @@ -206828,10 +206835,10 @@ x-webhooks: type: string enum: - created - enterprise: *651 - installation: *652 - organization: *653 - release: &707 + enterprise: *652 + installation: *653 + organization: *654 + release: &708 title: Release description: The [release](https://docs.github.com/rest/releases/releases/#get-a-release) object. @@ -207136,7 +207143,7 @@ x-webhooks: - tarball_url - zipball_url - body - repository: *654 + repository: *655 sender: *4 required: - action @@ -207213,11 +207220,11 @@ x-webhooks: type: string enum: - deleted - enterprise: *651 - installation: *652 - organization: *653 - release: *707 - repository: *654 + enterprise: *652 + installation: *653 + organization: *654 + release: *708 + repository: *655 sender: *4 required: - action @@ -207334,11 +207341,11 @@ x-webhooks: type: boolean required: - to - enterprise: *651 - installation: *652 - organization: *653 - release: *707 - repository: *654 + enterprise: *652 + installation: *653 + organization: *654 + release: *708 + repository: *655 sender: *4 required: - action @@ -207416,9 +207423,9 @@ x-webhooks: type: string enum: - prereleased - enterprise: *651 - installation: *652 - organization: *653 + enterprise: *652 + installation: *653 + organization: *654 release: title: Release description: The [release](https://docs.github.com/rest/releases/releases/#get-a-release) @@ -207727,7 +207734,7 @@ x-webhooks: type: string nullable: true format: uri - repository: *654 + repository: *655 sender: *4 required: - action @@ -207803,10 +207810,10 @@ x-webhooks: type: string enum: - published - enterprise: *651 - installation: *652 - organization: *653 - release: &708 + enterprise: *652 + installation: *653 + organization: *654 + release: &709 title: Release description: The [release](https://docs.github.com/rest/releases/releases/#get-a-release) object. @@ -208112,7 +208119,7 @@ x-webhooks: type: string nullable: true format: uri - repository: *654 + repository: *655 sender: *4 required: - action @@ -208188,11 +208195,11 @@ x-webhooks: type: string enum: - released - enterprise: *651 - installation: *652 - organization: *653 - release: *707 - repository: *654 + enterprise: *652 + installation: *653 + organization: *654 + release: *708 + repository: *655 sender: *4 required: - action @@ -208268,11 +208275,11 @@ x-webhooks: type: string enum: - unpublished - enterprise: *651 - installation: *652 - organization: *653 - release: *708 - repository: *654 + enterprise: *652 + installation: *653 + organization: *654 + release: *709 + repository: *655 sender: *4 required: - action @@ -208348,11 +208355,11 @@ x-webhooks: type: string enum: - published - enterprise: *651 - installation: *652 - organization: *653 - repository: *654 - repository_advisory: *582 + enterprise: *652 + installation: *653 + organization: *654 + repository: *655 + repository_advisory: *583 sender: *4 required: - action @@ -208428,11 +208435,11 @@ x-webhooks: type: string enum: - reported - enterprise: *651 - installation: *652 - organization: *653 - repository: *654 - repository_advisory: *582 + enterprise: *652 + installation: *653 + organization: *654 + repository: *655 + repository_advisory: *583 sender: *4 required: - action @@ -208508,10 +208515,10 @@ x-webhooks: type: string enum: - archived - enterprise: *651 - installation: *652 - organization: *653 - repository: *654 + enterprise: *652 + installation: *653 + organization: *654 + repository: *655 sender: *4 required: - action @@ -208588,10 +208595,10 @@ x-webhooks: type: string enum: - created - enterprise: *651 - installation: *652 - organization: *653 - repository: *654 + enterprise: *652 + installation: *653 + organization: *654 + repository: *655 sender: *4 required: - action @@ -208669,10 +208676,10 @@ x-webhooks: type: string enum: - deleted - enterprise: *651 - installation: *652 - organization: *653 - repository: *654 + enterprise: *652 + installation: *653 + organization: *654 + repository: *655 sender: *4 required: - action @@ -208756,10 +208763,10 @@ x-webhooks: additionalProperties: true description: The `client_payload` that was specified in the `POST /repos/{owner}/{repo}/dispatches` request body. - enterprise: *651 - installation: *652 - organization: *653 - repository: *654 + enterprise: *652 + installation: *653 + organization: *654 + repository: *655 sender: *4 required: - action @@ -208871,10 +208878,10 @@ x-webhooks: nullable: true items: type: string - enterprise: *651 - installation: *652 - organization: *653 - repository: *654 + enterprise: *652 + installation: *653 + organization: *654 + repository: *655 sender: *4 required: - action @@ -208946,10 +208953,10 @@ x-webhooks: title: repository_import event type: object properties: - enterprise: *651 - installation: *652 - organization: *653 - repository: *654 + enterprise: *652 + installation: *653 + organization: *654 + repository: *655 sender: *4 status: type: string @@ -209030,10 +209037,10 @@ x-webhooks: type: string enum: - privatized - enterprise: *651 - installation: *652 - organization: *653 - repository: *654 + enterprise: *652 + installation: *653 + organization: *654 + repository: *655 sender: *4 required: - action @@ -209110,10 +209117,10 @@ x-webhooks: type: string enum: - publicized - enterprise: *651 - installation: *652 - organization: *653 - repository: *654 + enterprise: *652 + installation: *653 + organization: *654 + repository: *655 sender: *4 required: - action @@ -209207,10 +209214,10 @@ x-webhooks: - name required: - repository - enterprise: *651 - installation: *652 - organization: *653 - repository: *654 + enterprise: *652 + installation: *653 + organization: *654 + repository: *655 sender: *4 required: - action @@ -209290,11 +209297,11 @@ x-webhooks: type: string enum: - created - enterprise: *651 - installation: *652 - organization: *653 - repository: *654 - repository_ruleset: *244 + enterprise: *652 + installation: *653 + organization: *654 + repository: *655 + repository_ruleset: *245 sender: *4 required: - action @@ -209372,11 +209379,11 @@ x-webhooks: type: string enum: - deleted - enterprise: *651 - installation: *652 - organization: *653 - repository: *654 - repository_ruleset: *244 + enterprise: *652 + installation: *653 + organization: *654 + repository: *655 + repository_ruleset: *245 sender: *4 required: - action @@ -209454,11 +209461,11 @@ x-webhooks: type: string enum: - edited - enterprise: *651 - installation: *652 - organization: *653 - repository: *654 - repository_ruleset: *244 + enterprise: *652 + installation: *653 + organization: *654 + repository: *655 + repository_ruleset: *245 changes: type: object properties: @@ -209477,16 +209484,16 @@ x-webhooks: properties: added: type: array - items: *238 + items: *239 deleted: type: array - items: *238 + items: *239 updated: type: array items: type: object properties: - condition: *238 + condition: *239 changes: type: object properties: @@ -209519,16 +209526,16 @@ x-webhooks: properties: added: type: array - items: *243 + items: *244 deleted: type: array - items: *243 + items: *244 updated: type: array items: type: object properties: - rule: *243 + rule: *244 changes: type: object properties: @@ -209762,10 +209769,10 @@ x-webhooks: - from required: - owner - enterprise: *651 - installation: *652 - organization: *653 - repository: *654 + enterprise: *652 + installation: *653 + organization: *654 + repository: *655 sender: *4 required: - action @@ -209843,10 +209850,10 @@ x-webhooks: type: string enum: - unarchived - enterprise: *651 - installation: *652 - organization: *653 - repository: *654 + enterprise: *652 + installation: *653 + organization: *654 + repository: *655 sender: *4 required: - action @@ -209924,7 +209931,7 @@ x-webhooks: type: string enum: - create - alert: &709 + alert: &710 title: Repository Vulnerability Alert Alert description: The security alert of the vulnerable dependency. type: object @@ -210045,10 +210052,10 @@ x-webhooks: type: string enum: - open - enterprise: *651 - installation: *652 - organization: *653 - repository: *654 + enterprise: *652 + installation: *653 + organization: *654 + repository: *655 sender: *4 required: - action @@ -210254,10 +210261,10 @@ x-webhooks: type: string enum: - dismissed - enterprise: *651 - installation: *652 - organization: *653 - repository: *654 + enterprise: *652 + installation: *653 + organization: *654 + repository: *655 sender: *4 required: - action @@ -210335,11 +210342,11 @@ x-webhooks: type: string enum: - reopen - alert: *709 - enterprise: *651 - installation: *652 - organization: *653 - repository: *654 + alert: *710 + enterprise: *652 + installation: *653 + organization: *654 + repository: *655 sender: *4 required: - action @@ -210538,10 +210545,10 @@ x-webhooks: enum: - fixed - open - enterprise: *651 - installation: *652 - organization: *653 - repository: *654 + enterprise: *652 + installation: *653 + organization: *654 + repository: *655 sender: *4 required: - action @@ -210619,7 +210626,7 @@ x-webhooks: type: string enum: - created - alert: &710 + alert: &711 type: object properties: number: *54 @@ -210730,10 +210737,10 @@ x-webhooks: description: Whether the detected secret was found in multiple repositories in the same organization or business. nullable: true - enterprise: *651 - installation: *652 - organization: *653 - repository: *654 + enterprise: *652 + installation: *653 + organization: *654 + repository: *655 sender: *4 required: - action @@ -210814,11 +210821,11 @@ x-webhooks: type: string enum: - created - alert: *710 - installation: *652 - location: *711 - organization: *653 - repository: *654 + alert: *711 + installation: *653 + location: *712 + organization: *654 + repository: *655 sender: *4 required: - location @@ -211056,11 +211063,11 @@ x-webhooks: type: string enum: - publicly_leaked - alert: *710 - enterprise: *651 - installation: *652 - organization: *653 - repository: *654 + alert: *711 + enterprise: *652 + installation: *653 + organization: *654 + repository: *655 sender: *4 required: - action @@ -211138,11 +211145,11 @@ x-webhooks: type: string enum: - reopened - alert: *710 - enterprise: *651 - installation: *652 - organization: *653 - repository: *654 + alert: *711 + enterprise: *652 + installation: *653 + organization: *654 + repository: *655 sender: *4 required: - action @@ -211220,11 +211227,11 @@ x-webhooks: type: string enum: - resolved - alert: *710 - enterprise: *651 - installation: *652 - organization: *653 - repository: *654 + alert: *711 + enterprise: *652 + installation: *653 + organization: *654 + repository: *655 sender: *4 required: - action @@ -211302,11 +211309,11 @@ x-webhooks: type: string enum: - validated - alert: *710 - enterprise: *651 - installation: *652 - organization: *653 - repository: *654 + alert: *711 + enterprise: *652 + installation: *653 + organization: *654 + repository: *655 sender: *4 required: - action @@ -211432,10 +211439,10 @@ x-webhooks: - organization - enterprise nullable: true - repository: *654 - enterprise: *651 - installation: *652 - organization: *653 + repository: *655 + enterprise: *652 + installation: *653 + organization: *654 sender: *4 required: - action @@ -211513,11 +211520,11 @@ x-webhooks: type: string enum: - published - enterprise: *651 - installation: *652 - organization: *653 - repository: *654 - security_advisory: &712 + enterprise: *652 + installation: *653 + organization: *654 + repository: *655 + security_advisory: &713 description: The details of the security advisory, including summary, description, and severity. type: object @@ -211700,11 +211707,11 @@ x-webhooks: type: string enum: - updated - enterprise: *651 - installation: *652 - organization: *653 - repository: *654 - security_advisory: *712 + enterprise: *652 + installation: *653 + organization: *654 + repository: *655 + security_advisory: *713 sender: *4 required: - action @@ -211777,10 +211784,10 @@ x-webhooks: type: string enum: - withdrawn - enterprise: *651 - installation: *652 - organization: *653 - repository: *654 + enterprise: *652 + installation: *653 + organization: *654 + repository: *655 security_advisory: description: The details of the security advisory, including summary, description, and severity. @@ -211964,11 +211971,11 @@ x-webhooks: from: type: object properties: - security_and_analysis: *237 - enterprise: *651 - installation: *652 - organization: *653 - repository: *290 + security_and_analysis: *238 + enterprise: *652 + installation: *653 + organization: *654 + repository: *291 sender: *4 required: - changes @@ -212046,12 +212053,12 @@ x-webhooks: type: string enum: - cancelled - enterprise: *651 - installation: *652 - organization: *653 - repository: *654 + enterprise: *652 + installation: *653 + organization: *654 + repository: *655 sender: *4 - sponsorship: &713 + sponsorship: &714 type: object properties: created_at: @@ -212352,12 +212359,12 @@ x-webhooks: type: string enum: - created - enterprise: *651 - installation: *652 - organization: *653 - repository: *654 + enterprise: *652 + installation: *653 + organization: *654 + repository: *655 sender: *4 - sponsorship: *713 + sponsorship: *714 required: - action - sponsorship @@ -212445,12 +212452,12 @@ x-webhooks: type: string required: - from - enterprise: *651 - installation: *652 - organization: *653 - repository: *654 + enterprise: *652 + installation: *653 + organization: *654 + repository: *655 sender: *4 - sponsorship: *713 + sponsorship: *714 required: - action - changes @@ -212527,17 +212534,17 @@ x-webhooks: type: string enum: - pending_cancellation - effective_date: &714 + effective_date: &715 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: *651 - installation: *652 - organization: *653 - repository: *654 + enterprise: *652 + installation: *653 + organization: *654 + repository: *655 sender: *4 - sponsorship: *713 + sponsorship: *714 required: - action - sponsorship @@ -212611,7 +212618,7 @@ x-webhooks: type: string enum: - pending_tier_change - changes: &715 + changes: &716 type: object properties: tier: @@ -212655,13 +212662,13 @@ x-webhooks: - from required: - tier - effective_date: *714 - enterprise: *651 - installation: *652 - organization: *653 - repository: *654 + effective_date: *715 + enterprise: *652 + installation: *653 + organization: *654 + repository: *655 sender: *4 - sponsorship: *713 + sponsorship: *714 required: - action - changes @@ -212738,13 +212745,13 @@ x-webhooks: type: string enum: - tier_changed - changes: *715 - enterprise: *651 - installation: *652 - organization: *653 - repository: *654 + changes: *716 + enterprise: *652 + installation: *653 + organization: *654 + repository: *655 sender: *4 - sponsorship: *713 + sponsorship: *714 required: - action - changes @@ -212818,10 +212825,10 @@ x-webhooks: type: string enum: - created - enterprise: *651 - installation: *652 - organization: *653 - repository: *654 + enterprise: *652 + installation: *653 + organization: *654 + repository: *655 sender: *4 starred_at: description: 'The time the star was created. This is a timestamp @@ -212904,10 +212911,10 @@ x-webhooks: type: string enum: - deleted - enterprise: *651 - installation: *652 - organization: *653 - repository: *654 + enterprise: *652 + installation: *653 + organization: *654 + repository: *655 sender: *4 starred_at: description: 'The time the star was created. This is a timestamp @@ -213327,15 +213334,15 @@ x-webhooks: status. type: string nullable: true - enterprise: *651 + enterprise: *652 id: description: The unique identifier of the status. type: integer - installation: *652 + installation: *653 name: type: string - organization: *653 - repository: *654 + organization: *654 + repository: *655 sender: *4 sha: description: The Commit SHA. @@ -213450,9 +213457,9 @@ x-webhooks: description: The ID of the sub-issue. type: number sub_issue: *77 - installation: *652 - organization: *653 - repository: *654 + installation: *653 + organization: *654 + repository: *655 sender: *4 required: - action @@ -213542,9 +213549,9 @@ x-webhooks: description: The ID of the sub-issue. type: number sub_issue: *77 - installation: *652 - organization: *653 - repository: *654 + installation: *653 + organization: *654 + repository: *655 sender: *4 required: - action @@ -213634,9 +213641,9 @@ x-webhooks: description: The ID of the parent issue. type: number parent_issue: *77 - installation: *652 - organization: *653 - repository: *654 + installation: *653 + organization: *654 + repository: *655 sender: *4 required: - action @@ -213726,9 +213733,9 @@ x-webhooks: description: The ID of the parent issue. type: number parent_issue: *77 - installation: *652 - organization: *653 - repository: *654 + installation: *653 + organization: *654 + repository: *655 sender: *4 required: - action @@ -213805,12 +213812,12 @@ x-webhooks: title: team_add event type: object properties: - enterprise: *651 - installation: *652 - organization: *653 - repository: *654 + enterprise: *652 + installation: *653 + organization: *654 + repository: *655 sender: *4 - team: &716 + team: &717 title: Team description: Groups of organization members that gives permissions on specified repositories. @@ -214000,9 +214007,9 @@ x-webhooks: type: string enum: - added_to_repository - enterprise: *651 - installation: *652 - organization: *653 + enterprise: *652 + installation: *653 + organization: *654 repository: title: Repository description: A git repository @@ -214460,7 +214467,7 @@ x-webhooks: - topics - visibility sender: *4 - team: *716 + team: *717 required: - action - team @@ -214536,9 +214543,9 @@ x-webhooks: type: string enum: - created - enterprise: *651 - installation: *652 - organization: *653 + enterprise: *652 + installation: *653 + organization: *654 repository: title: Repository description: A git repository @@ -214996,7 +215003,7 @@ x-webhooks: - topics - visibility sender: *4 - team: *716 + team: *717 required: - action - team @@ -215073,9 +215080,9 @@ x-webhooks: type: string enum: - deleted - enterprise: *651 - installation: *652 - organization: *653 + enterprise: *652 + installation: *653 + organization: *654 repository: title: Repository description: A git repository @@ -215533,7 +215540,7 @@ x-webhooks: - topics - visibility sender: *4 - team: *716 + team: *717 required: - action - team @@ -215677,9 +215684,9 @@ x-webhooks: - from required: - permissions - enterprise: *651 - installation: *652 - organization: *653 + enterprise: *652 + installation: *653 + organization: *654 repository: title: Repository description: A git repository @@ -216137,7 +216144,7 @@ x-webhooks: - topics - visibility sender: *4 - team: *716 + team: *717 required: - action - changes @@ -216215,9 +216222,9 @@ x-webhooks: type: string enum: - removed_from_repository - enterprise: *651 - installation: *652 - organization: *653 + enterprise: *652 + installation: *653 + organization: *654 repository: title: Repository description: A git repository @@ -216675,7 +216682,7 @@ x-webhooks: - topics - visibility sender: *4 - team: *716 + team: *717 required: - action - team @@ -216751,10 +216758,10 @@ x-webhooks: type: string enum: - started - enterprise: *651 - installation: *652 - organization: *653 - repository: *654 + enterprise: *652 + installation: *653 + organization: *654 + repository: *655 sender: *4 required: - action @@ -216827,16 +216834,16 @@ x-webhooks: title: workflow_dispatch event type: object properties: - enterprise: *651 + enterprise: *652 inputs: type: object nullable: true additionalProperties: true - installation: *652 - organization: *653 + installation: *653 + organization: *654 ref: type: string - repository: *654 + repository: *655 sender: *4 workflow: type: string @@ -216918,10 +216925,10 @@ x-webhooks: type: string enum: - completed - enterprise: *651 - installation: *652 - organization: *653 - repository: *654 + enterprise: *652 + installation: *653 + organization: *654 + repository: *655 sender: *4 workflow_job: allOf: @@ -217158,7 +217165,7 @@ x-webhooks: type: string required: - conclusion - deployment: *437 + deployment: *438 required: - action - repository @@ -217237,10 +217244,10 @@ x-webhooks: type: string enum: - in_progress - enterprise: *651 - installation: *652 - organization: *653 - repository: *654 + enterprise: *652 + installation: *653 + organization: *654 + repository: *655 sender: *4 workflow_job: allOf: @@ -217500,7 +217507,7 @@ x-webhooks: required: - status - steps - deployment: *437 + deployment: *438 required: - action - repository @@ -217579,10 +217586,10 @@ x-webhooks: type: string enum: - queued - enterprise: *651 - installation: *652 - organization: *653 - repository: *654 + enterprise: *652 + installation: *653 + organization: *654 + repository: *655 sender: *4 workflow_job: type: object @@ -217717,7 +217724,7 @@ x-webhooks: - workflow_name - head_branch - created_at - deployment: *437 + deployment: *438 required: - action - repository @@ -217796,10 +217803,10 @@ x-webhooks: type: string enum: - waiting - enterprise: *651 - installation: *652 - organization: *653 - repository: *654 + enterprise: *652 + installation: *653 + organization: *654 + repository: *655 sender: *4 workflow_job: type: object @@ -217935,7 +217942,7 @@ x-webhooks: - workflow_name - head_branch - created_at - deployment: *437 + deployment: *438 required: - action - repository @@ -218015,12 +218022,12 @@ x-webhooks: type: string enum: - completed - enterprise: *651 - installation: *652 - organization: *653 - repository: *654 + enterprise: *652 + installation: *653 + organization: *654 + repository: *655 sender: *4 - workflow: *666 + workflow: *667 workflow_run: title: Workflow Run type: object @@ -219019,12 +219026,12 @@ x-webhooks: type: string enum: - in_progress - enterprise: *651 - installation: *652 - organization: *653 - repository: *654 + enterprise: *652 + installation: *653 + organization: *654 + repository: *655 sender: *4 - workflow: *666 + workflow: *667 workflow_run: title: Workflow Run type: object @@ -220008,12 +220015,12 @@ x-webhooks: type: string enum: - requested - enterprise: *651 - installation: *652 - organization: *653 - repository: *654 + enterprise: *652 + installation: *653 + organization: *654 + repository: *655 sender: *4 - workflow: *666 + workflow: *667 workflow_run: title: Workflow Run type: object diff --git a/descriptions/ghec/dereferenced/ghec.2022-11-28.deref.json b/descriptions/ghec/dereferenced/ghec.2022-11-28.deref.json index ac87e3a91d..57644f9bac 100644 --- a/descriptions/ghec/dereferenced/ghec.2022-11-28.deref.json +++ b/descriptions/ghec/dereferenced/ghec.2022-11-28.deref.json @@ -33634,6 +33634,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", @@ -110015,6 +110023,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", @@ -250942,7 +250958,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" ], @@ -258303,7 +258319,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" ], @@ -294880,6 +294896,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/ghec/dereferenced/ghec.2022-11-28.deref.yaml b/descriptions/ghec/dereferenced/ghec.2022-11-28.deref.yaml index 7b6bb3b13b..887478d562 100644 --- a/descriptions/ghec/dereferenced/ghec.2022-11-28.deref.yaml +++ b/descriptions/ghec/dereferenced/ghec.2022-11-28.deref.yaml @@ -857,7 +857,7 @@ paths: - subscriptions_url - type - url - type: &343 + type: &344 type: string description: The type of credit the user is receiving. enum: @@ -1023,7 +1023,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: - - &672 + - &673 name: ghsa_id description: The GHSA (GitHub Security Advisory) identifier of the advisory. in: path @@ -1586,7 +1586,7 @@ paths: schema: type: integer default: 30 - - &266 + - &267 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 @@ -1602,7 +1602,7 @@ paths: application/json: schema: type: array - items: &267 + items: &268 title: Simple webhook delivery description: Delivery made by a webhook, without request and response information. @@ -1682,7 +1682,7 @@ paths: - installation_id - repository_id examples: - default: &268 + default: &269 value: - id: 12345678 guid: 0b989ba4-242f-11e5-81e1-c7b6966d2516 @@ -1714,7 +1714,7 @@ paths: application/json: schema: *3 application/scim+json: - schema: &682 + schema: &683 title: Scim Error description: Scim Error type: object @@ -1810,7 +1810,7 @@ paths: description: Response content: application/json: - schema: &269 + schema: &270 title: Webhook delivery description: Delivery made by a webhook. type: object @@ -1924,7 +1924,7 @@ paths: - request - response examples: - default: &270 + default: &271 value: id: 12345678 guid: 0b989ba4-242f-11e5-81e1-c7b6966d2516 @@ -2851,7 +2851,7 @@ paths: title: Repository description: A repository on GitHub. type: object - properties: &325 + properties: &326 id: description: Unique identifier of the repository example: 42 @@ -3280,7 +3280,7 @@ paths: type: boolean description: Whether anonymous git access is enabled for this repository - required: &326 + required: &327 - archive_url - assignees_url - blobs_url @@ -11261,7 +11261,7 @@ paths: description: The GitHub URL of the alert resource. format: uri readOnly: true - instances_url: &460 + instances_url: &461 type: string description: The REST API URL for fetching the list of instances for an alert. @@ -11296,7 +11296,7 @@ paths: format: date-time readOnly: true nullable: true - dismissed_reason: &461 + dismissed_reason: &462 type: string description: "**Required when the state is dismissed.** The reason for dismissing or closing the alert." @@ -11305,13 +11305,13 @@ paths: - false positive - won't fix - used in tests - dismissed_comment: &462 + dismissed_comment: &463 type: string description: The dismissal comment associated with the dismissal of the alert. nullable: true maxLength: 280 - rule: &463 + rule: &464 type: object properties: id: @@ -11364,7 +11364,7 @@ paths: type: string description: A link to the documentation for the rule used to detect the alert. - tool: &464 + tool: &465 type: object properties: name: *87 @@ -11374,15 +11374,15 @@ paths: description: The version of the tool used to generate the code scanning analysis. guid: *88 - most_recent_instance: &465 + most_recent_instance: &466 type: object properties: - ref: &458 + ref: &459 type: string description: |- The Git reference, formatted as `refs/pull//merge`, `refs/pull//head`, `refs/heads/` or simply ``. - analysis_key: &475 + analysis_key: &476 type: string description: Identifies the configuration under which the analysis was executed. For example, in GitHub Actions @@ -11393,7 +11393,7 @@ paths: the environment in which the analysis that generated this alert instance was performed, such as the language that was analyzed. - category: &476 + category: &477 type: string description: Identifies the configuration under which the analysis was executed. Used to distinguish between multiple @@ -13656,7 +13656,7 @@ paths: description: Groups of organization members that gives permissions on specified repositories. type: object - properties: &303 + properties: &304 id: description: Unique identifier of the team type: integer @@ -13712,7 +13712,7 @@ paths: maps to within LDAP environment example: uid=example,ou=users,dc=github,dc=com type: string - required: &304 + required: &305 - id - node_id - url @@ -14447,6 +14447,13 @@ paths: schema: type: string - &254 + 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 + - &255 name: scope in: query description: The scope of the vulnerable dependency. If specified, only alerts @@ -14456,7 +14463,7 @@ paths: enum: - development - runtime - - &255 + - &256 name: sort in: query description: |- @@ -14474,7 +14481,7 @@ paths: - *86 - *84 - *85 - - &256 + - &257 name: first description: |- **Deprecated**. The number of results per page (max 100), starting from the first matching result. @@ -14487,7 +14494,7 @@ paths: minimum: 1 maximum: 100 default: 30 - - &257 + - &258 name: last description: |- **Deprecated**. The number of results per page (max 100), starting from the last matching result. @@ -14507,7 +14514,7 @@ paths: application/json: schema: type: array - items: &258 + items: &259 type: object description: A Dependabot alert. properties: @@ -14570,7 +14577,7 @@ paths: - unknown - direct - transitive - security_advisory: &517 + security_advisory: &518 type: object description: Details for the GitHub Security Advisory. readOnly: true @@ -14802,7 +14809,7 @@ paths: nullable: true maxLength: 280 fixed_at: *110 - auto_dismissed_at: &518 + auto_dismissed_at: &519 type: string description: 'The time that the alert was auto-dismissed in ISO 8601 format: `YYYY-MM-DDTHH:MM:SSZ`.' @@ -14828,7 +14835,7 @@ paths: - repository additionalProperties: false examples: - default: &259 + default: &260 value: - number: 2 state: dismissed @@ -15294,7 +15301,7 @@ paths: - name - created_on examples: - default: &354 + default: &355 value: total_count: 2 network_configurations: @@ -15517,7 +15524,7 @@ paths: url: https://docs.github.com/enterprise-cloud@latest//rest/enterprise-admin/network-configurations#get-a-hosted-compute-network-settings-resource-for-an-enterprise parameters: - *40 - - &355 + - &356 name: network_settings_id description: Unique identifier of the hosted compute network settings. in: path @@ -15529,7 +15536,7 @@ paths: description: Response content: application/json: - schema: &356 + schema: &357 title: Hosted compute network settings resource description: A hosted compute network settings resource. type: object @@ -15563,7 +15570,7 @@ paths: - subnet_id - region examples: - default: &357 + default: &358 value: id: 220F78DACB92BBFBC5E6F22DE1CCF52309D network_configuration_id: 934E208B3EE0BD60CF5F752C426BFB53562 @@ -15865,7 +15872,7 @@ paths: required: true content: application/json: - schema: &323 + schema: &324 title: Custom Property Set Payload description: Custom property set payload type: object @@ -16231,7 +16238,7 @@ paths: type: object description: A repository rule. oneOf: - - &630 + - &631 title: creation description: Only allow users with bypass permission to create matching refs. @@ -16243,7 +16250,7 @@ paths: type: string enum: - creation - - &631 + - &632 title: update description: Only allow users with bypass permission to update matching refs. @@ -16264,7 +16271,7 @@ paths: repository required: - update_allows_fetch_and_merge - - &633 + - &634 title: deletion description: Only allow users with bypass permissions to delete matching refs. @@ -16276,7 +16283,7 @@ paths: type: string enum: - deletion - - &634 + - &635 title: required_linear_history description: Prevent merge commits from being pushed to matching refs. @@ -16288,7 +16295,7 @@ paths: type: string enum: - required_linear_history - - &635 + - &636 title: merge_queue description: Merges must be performed via a merge queue. type: object @@ -16364,7 +16371,7 @@ paths: - merge_method - min_entries_to_merge - min_entries_to_merge_wait_minutes - - &636 + - &637 title: required_deployments description: Choose which environments must be successfully deployed to before refs can be pushed into a ref that matches @@ -16388,7 +16395,7 @@ paths: type: string required: - required_deployment_environments - - &637 + - &638 title: required_signatures description: Commits pushed to matching refs must have verified signatures. @@ -16400,7 +16407,7 @@ paths: type: string enum: - required_signatures - - &638 + - &639 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. @@ -16460,7 +16467,7 @@ paths: - require_last_push_approval - required_approving_review_count - required_review_thread_resolution - - &639 + - &640 title: required_status_checks description: Choose which status checks must pass before the ref is updated. When enabled, commits must first be pushed @@ -16507,7 +16514,7 @@ paths: required: - required_status_checks - strict_required_status_checks_policy - - &640 + - &641 title: non_fast_forward description: Prevent users with push access from force pushing to refs. @@ -16519,7 +16526,7 @@ paths: type: string enum: - non_fast_forward - - &641 + - &642 title: commit_message_pattern description: Parameters to be used for the commit_message_pattern rule @@ -16555,7 +16562,7 @@ paths: required: - operator - pattern - - &642 + - &643 title: commit_author_email_pattern description: Parameters to be used for the commit_author_email_pattern rule @@ -16591,7 +16598,7 @@ paths: required: - operator - pattern - - &643 + - &644 title: committer_email_pattern description: Parameters to be used for the committer_email_pattern rule @@ -16627,7 +16634,7 @@ paths: required: - operator - pattern - - &644 + - &645 title: branch_name_pattern description: Parameters to be used for the branch_name_pattern rule @@ -16663,7 +16670,7 @@ paths: required: - operator - pattern - - &645 + - &646 title: tag_name_pattern description: Parameters to be used for the tag_name_pattern rule @@ -16699,7 +16706,7 @@ paths: required: - operator - pattern - - &646 + - &647 title: file_path_restriction description: Prevent commits that include changes in specified file and folder paths from being pushed to the commit graph. @@ -16723,7 +16730,7 @@ paths: type: string required: - restricted_file_paths - - &647 + - &648 title: max_file_path_length description: Prevent commits that include file paths that exceed the specified character limit from being pushed to the commit @@ -16747,7 +16754,7 @@ paths: maximum: 256 required: - max_file_path_length - - &648 + - &649 title: file_extension_restriction description: Prevent commits that include files with specified file extensions from being pushed to the commit graph. @@ -16770,7 +16777,7 @@ paths: type: string required: - restricted_file_extensions - - &649 + - &650 title: max_file_size description: Prevent commits with individual files that exceed the specified limit from being pushed to the commit graph. @@ -16794,7 +16801,7 @@ paths: maximum: 100 required: - max_file_size - - &650 + - &651 title: workflows description: Require all changes made to a targeted branch to pass the specified workflows before they can be merged. @@ -16843,7 +16850,7 @@ paths: - repository_id required: - workflows - - &651 + - &652 title: code_scanning description: Choose which tools must provide code scanning results before the reference is updated. When configured, code scanning @@ -17000,7 +17007,7 @@ paths: nullable: true anyOf: - *121 - - &330 + - &331 title: Organization ruleset conditions type: object description: |- @@ -17281,7 +17288,7 @@ paths: type: string format: date-time examples: - default: &332 + default: &333 value: - version_id: 3 actor: @@ -17334,7 +17341,7 @@ paths: description: Response content: application/json: - schema: &333 + schema: &334 allOf: - *131 - type: object @@ -17389,7 +17396,7 @@ paths: url: https://docs.github.com/enterprise-cloud@latest//rest/secret-scanning/secret-scanning#list-secret-scanning-alerts-for-an-enterprise parameters: - *40 - - &334 + - &335 name: state in: query description: Set to `open` or `resolved` to only list secret scanning alerts @@ -17400,7 +17407,7 @@ paths: enum: - open - resolved - - &335 + - &336 name: secret_type in: query description: A comma-separated list of secret types to return. All default @@ -17410,7 +17417,7 @@ paths: required: false schema: type: string - - &336 + - &337 name: resolution in: query description: A comma-separated list of resolutions. Only secret scanning alerts @@ -17419,7 +17426,7 @@ paths: required: false schema: type: string - - &337 + - &338 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. @@ -17435,7 +17442,7 @@ paths: - *17 - *84 - *85 - - &338 + - &339 name: validity in: query description: A comma-separated list of validities that, when present, will @@ -17444,7 +17451,7 @@ paths: required: false schema: type: string - - &339 + - &340 name: is_publicly_leaked in: query description: A boolean value representing whether or not to filter alerts @@ -17453,7 +17460,7 @@ paths: schema: type: boolean default: false - - &340 + - &341 name: is_multi_repo in: query description: A boolean value representing whether or not to filter alerts @@ -17469,7 +17476,7 @@ paths: application/json: schema: type: array - items: &341 + items: &342 type: object properties: number: *100 @@ -17488,14 +17495,14 @@ paths: format: uri description: The REST API URL of the code locations for this alert. - state: &664 + state: &665 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: &665 + resolution: &666 type: string description: "**Required when the `state` is `resolved`.** The reason for resolving the alert." @@ -17597,7 +17604,7 @@ paths: is base64 encoded nullable: true examples: - default: &342 + default: &343 value: - number: 2 created_at: '2020-11-06T18:48:51Z' @@ -17863,7 +17870,7 @@ paths: description: Response content: application/json: - schema: &345 + schema: &346 type: object properties: total_minutes_used: @@ -17933,7 +17940,7 @@ paths: - included_minutes - minutes_used_breakdown examples: - default: &346 + default: &347 value: total_minutes_used: 305 total_paid_minutes_used: 0 @@ -17964,7 +17971,7 @@ paths: url: https://docs.github.com/enterprise-cloud@latest//rest/enterprise-admin/billing#get-github-advanced-security-active-committers-for-an-enterprise parameters: - *40 - - &347 + - &348 name: advanced_security_product in: query description: The security feature to get GitHub Advanced Security active committers @@ -17982,7 +17989,7 @@ paths: description: Success content: application/json: - schema: &348 + schema: &349 type: object properties: total_advanced_security_committers: @@ -18037,7 +18044,7 @@ paths: required: - repositories examples: - default: &349 + default: &350 value: total_advanced_security_committers: 2 total_count: 2 @@ -18277,7 +18284,7 @@ paths: description: Response content: application/json: - schema: &350 + schema: &351 type: object properties: total_gigabytes_bandwidth_used: @@ -18295,7 +18302,7 @@ paths: - total_paid_gigabytes_bandwidth_used - included_gigabytes_bandwidth examples: - default: &351 + default: &352 value: total_gigabytes_bandwidth_used: 50 total_paid_gigabytes_bandwidth_used: 40 @@ -18330,7 +18337,7 @@ paths: description: Response content: application/json: - schema: &352 + schema: &353 type: object properties: days_left_in_billing_cycle: @@ -18348,7 +18355,7 @@ paths: - estimated_paid_storage_for_month - estimated_storage_for_month examples: - default: &353 + default: &354 value: days_left_in_billing_cycle: 20 estimated_paid_storage_for_month: 15 @@ -18718,7 +18725,7 @@ paths: description: Issues are a great way to keep track of tasks, enhancements, and bugs for your projects. type: object - properties: &569 + properties: &570 id: type: integer format: int64 @@ -18829,7 +18836,7 @@ paths: description: A collection of related issues and pull requests. type: object - properties: &502 + properties: &503 url: type: string format: uri @@ -18899,7 +18906,7 @@ paths: format: date-time example: '2012-10-09T23:39:01Z' nullable: true - required: &503 + required: &504 - closed_issues - creator - description @@ -18978,7 +18985,7 @@ paths: timeline_url: type: string format: uri - type: &288 + type: &289 title: Issue Type description: The type of issue. type: object @@ -19103,7 +19110,7 @@ paths: - total - completed - percent_completed - required: &570 + required: &571 - assignee - closed_at - comments @@ -19125,7 +19132,7 @@ paths: - author_association - created_at - updated_at - comment: &567 + comment: &568 title: Issue Comment description: Comments provide a way for people to collaborate on an issue. @@ -19692,7 +19699,7 @@ paths: url: type: string format: uri - user: &721 + user: &722 title: Public User description: Public User type: object @@ -21562,7 +21569,7 @@ paths: - closed - all default: open - - &291 + - &292 name: labels description: 'A list of comma separated label names. Example: `bug,ui,@high`' in: query @@ -21613,7 +21620,7 @@ paths: type: array items: *153 examples: - default: &292 + default: &293 value: - id: 1 node_id: MDU6SXNzdWUx @@ -22997,14 +23004,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: - - &377 + - &378 name: owner description: The account owner of the repository. The name is not case sensitive. in: path required: true schema: type: string - - &378 + - &379 name: repo description: The name of the repository without the `.git` extension. The name is not case sensitive. @@ -23075,7 +23082,7 @@ paths: '404': *6 '403': *29 '304': *37 - '301': &391 + '301': &392 description: Moved permanently content: application/json: @@ -23097,7 +23104,7 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/activity/notifications#list-notifications-for-the-authenticated-user parameters: - - &599 + - &600 name: all description: If `true`, show notifications marked as read. in: query @@ -23105,7 +23112,7 @@ paths: schema: type: boolean default: false - - &600 + - &601 name: participating description: If `true`, only shows notifications in which the user is directly participating or mentioned. @@ -23115,7 +23122,7 @@ paths: type: boolean default: false - *143 - - &601 + - &602 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: @@ -23151,7 +23158,7 @@ paths: title: Minimal Repository description: Minimal Repository type: object - properties: &261 + properties: &262 id: type: integer format: int64 @@ -23427,7 +23434,7 @@ paths: web_commit_signoff_required: type: boolean example: false - security_and_analysis: &327 + security_and_analysis: &328 nullable: true type: object properties: @@ -23499,7 +23506,7 @@ paths: enum: - enabled - disabled - required: &262 + required: &263 - archive_url - assignees_url - blobs_url @@ -23587,7 +23594,7 @@ paths: - url - subscription_url examples: - default: &602 + default: &603 value: - id: '1' repository: @@ -24133,7 +24140,7 @@ paths: type: array items: *58 examples: - default: &739 + default: &740 value: - login: github id: 1 @@ -25066,7 +25073,7 @@ paths: type: integer repository_cache_usages: type: array - items: &396 + items: &397 title: Actions Cache Usage by repository description: GitHub Actions Cache Usage by repository. type: object @@ -25736,7 +25743,7 @@ paths: type: array items: *63 examples: - default: &733 + default: &734 value: total_count: 1 repositories: @@ -26555,7 +26562,7 @@ paths: type: array items: *196 examples: - default: &724 + default: &725 value: total_count: 1 repositories: @@ -27596,7 +27603,7 @@ paths: description: Response content: application/json: - schema: &416 + schema: &417 title: ActionsPublicKey description: The public key used for setting Actions Secrets. type: object @@ -27625,7 +27632,7 @@ paths: - key_id - key examples: - default: &417 + default: &418 value: key_id: '012345678912345678' key: 2Sg8iYjAxxmI2LvUXpJjkYrMxURPc8r+dB7TJyvv1234 @@ -28038,7 +28045,7 @@ paths: url: https://docs.github.com/enterprise-cloud@latest//rest/actions/variables#list-organization-variables parameters: - *170 - - &401 + - &402 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)." @@ -28651,7 +28658,7 @@ paths: bundle_url: type: string examples: - default: &430 + default: &431 value: attestations: - bundle: @@ -28820,7 +28827,7 @@ paths: type: array items: *4 examples: - default: &293 + default: &294 value: - login: octocat id: 1 @@ -28998,7 +29005,7 @@ paths: application/json: schema: type: array - items: &447 + items: &448 title: Secret scanning bypass request description: A bypass request made by a user asking to be exempted from push protection in this repository. @@ -29123,7 +29130,7 @@ paths: format: uri example: https://github.com/octo-org/smile/exemptions/1 examples: - default: &448 + default: &449 value: - id: 21 number: 42 @@ -29776,7 +29783,7 @@ paths: be returned. in: query required: false - schema: &459 + schema: &460 type: string description: Severity of a code scanning alert. enum: @@ -30754,7 +30761,7 @@ paths: type: integer codespaces: type: array - items: &294 + items: &295 type: object title: Codespace description: A codespace. @@ -30784,7 +30791,7 @@ paths: type: object title: Codespace machine description: A description of the machine powering a codespace. - properties: &488 + properties: &489 name: type: string description: The name of the machine. @@ -30826,7 +30833,7 @@ paths: - ready - in_progress nullable: true - required: &489 + required: &490 - name - display_name - operating_system @@ -31031,7 +31038,7 @@ paths: - pulls_url - recent_folders examples: - default: &295 + default: &296 value: total_count: 3 codespaces: @@ -31694,7 +31701,7 @@ paths: - updated_at - visibility examples: - default: &490 + default: &491 value: total_count: 2 secrets: @@ -31732,7 +31739,7 @@ paths: description: Response content: application/json: - schema: &491 + schema: &492 title: CodespacesPublicKey description: The public key used for setting Codespaces secrets. type: object @@ -31761,7 +31768,7 @@ paths: - key_id - key examples: - default: &492 + default: &493 value: key_id: '012345678912345678' key: 2Sg8iYjAxxmI2LvUXpJjkYrMxURPc8r+dB7TJyvv1234 @@ -31793,7 +31800,7 @@ paths: application/json: schema: *241 examples: - default: &494 + default: &495 value: name: GH_TOKEN created_at: '2019-08-10T14:59:22Z' @@ -33337,11 +33344,12 @@ paths: - *253 - *254 - *255 + - *256 - *86 - *84 - *85 - - *256 - *257 + - *258 - *17 responses: '200': @@ -33350,9 +33358,9 @@ paths: application/json: schema: type: array - items: *258 + items: *259 examples: - default: *259 + default: *260 '304': *37 '400': *14 '403': *29 @@ -33396,7 +33404,7 @@ paths: type: integer secrets: type: array - items: &260 + items: &261 title: Dependabot Secret for an Organization description: Secrets for GitHub Dependabot for an organization. type: object @@ -33473,7 +33481,7 @@ paths: description: Response content: application/json: - schema: &521 + schema: &522 title: DependabotPublicKey description: The public key used for setting Dependabot Secrets. type: object @@ -33490,7 +33498,7 @@ paths: - key_id - key examples: - default: &522 + default: &523 value: key_id: '012345678912345678' key: 2Sg8iYjAxxmI2LvUXpJjkYrMxURPc8r+dB7TJyvv1234 @@ -33520,7 +33528,7 @@ paths: description: Response content: application/json: - schema: *260 + schema: *261 examples: default: value: @@ -33820,7 +33828,7 @@ paths: - *219 - *220 - *221 - - &530 + - &531 name: request_status description: The status of the dismissal request to filter on. When specified, only requests with this status will be returned. @@ -33846,7 +33854,7 @@ paths: application/json: schema: type: array - items: &531 + items: &532 title: Secret scanning alert dismissal request description: A dismissal request made by a user asking to close a secret scanning alert in this repository. @@ -33958,7 +33966,7 @@ paths: format: uri example: https://github.com/octo-org/smile/security/secret-scanning/17 examples: - default: &532 + default: &533 value: - id: 21 number: 42 @@ -34045,7 +34053,7 @@ paths: application/json: schema: type: array - items: &306 + items: &307 title: Package description: A software package type: object @@ -34095,8 +34103,8 @@ paths: title: Minimal Repository description: Minimal Repository type: object - properties: *261 - required: *262 + properties: *262 + required: *263 nullable: true created_at: type: string @@ -34115,7 +34123,7 @@ paths: - created_at - updated_at examples: - default: &307 + default: &308 value: - id: 197 name: hello_docker @@ -34299,7 +34307,7 @@ paths: description: Response content: application/json: - schema: &372 + schema: &373 title: ExternalGroup description: Information about an external group's usage and its members type: object @@ -34380,7 +34388,7 @@ paths: example: mona_lisa@github.com type: string examples: - default: &373 + default: &374 value: group_id: '123' group_name: Octocat admins @@ -34435,7 +34443,7 @@ paths: description: Response content: application/json: - schema: &370 + schema: &371 title: ExternalGroups description: A list of external groups available to be connected to a team @@ -34472,7 +34480,7 @@ paths: example: 2019-06-03 22:27:15:000 -700 type: string examples: - default: &371 + default: &372 value: groups: - group_id: '123' @@ -34516,7 +34524,7 @@ paths: application/json: schema: type: array - items: &285 + items: &286 title: Organization Invitation description: Organization Invitation type: object @@ -34563,7 +34571,7 @@ paths: - invitation_teams_url - node_id examples: - default: &286 + default: &287 value: - id: 1 login: monalisa @@ -34630,7 +34638,7 @@ paths: application/json: schema: type: array - items: &328 + items: &329 title: Repository Fine-Grained Permission description: A fine-grained permission that protects repository resources. @@ -34644,7 +34652,7 @@ paths: - name - description examples: - default: &329 + default: &330 value: - name: add_assignee description: Assign or remove a user @@ -34685,7 +34693,7 @@ paths: application/json: schema: type: array - items: &263 + items: &264 title: Org Hook description: Org Hook type: object @@ -34854,9 +34862,9 @@ paths: description: Response content: application/json: - schema: *263 + schema: *264 examples: - default: &264 + default: &265 value: id: 1 url: https://api.github.com/orgs/octocat/hooks/1 @@ -34901,7 +34909,7 @@ paths: url: https://docs.github.com/enterprise-cloud@latest//rest/orgs/webhooks#get-an-organization-webhook parameters: - *170 - - &265 + - &266 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. @@ -34914,9 +34922,9 @@ paths: description: Response content: application/json: - schema: *263 + schema: *264 examples: - default: *264 + default: *265 '404': *6 x-github: githubCloudOnly: false @@ -34938,7 +34946,7 @@ paths: url: https://docs.github.com/enterprise-cloud@latest//rest/orgs/webhooks#update-an-organization-webhook parameters: - *170 - - *265 + - *266 requestBody: required: false content: @@ -34983,7 +34991,7 @@ paths: description: Response content: application/json: - schema: *263 + schema: *264 examples: default: value: @@ -35023,7 +35031,7 @@ paths: url: https://docs.github.com/enterprise-cloud@latest//rest/orgs/webhooks#delete-an-organization-webhook parameters: - *170 - - *265 + - *266 responses: '204': description: Response @@ -35049,7 +35057,7 @@ paths: url: https://docs.github.com/enterprise-cloud@latest//rest/orgs/webhooks#get-a-webhook-configuration-for-an-organization parameters: - *170 - - *265 + - *266 responses: '200': description: Response @@ -35078,7 +35086,7 @@ paths: url: https://docs.github.com/enterprise-cloud@latest//rest/orgs/webhooks#update-a-webhook-configuration-for-an-organization parameters: - *170 - - *265 + - *266 requestBody: required: false content: @@ -35127,9 +35135,9 @@ paths: url: https://docs.github.com/enterprise-cloud@latest//rest/orgs/webhooks#list-deliveries-for-an-organization-webhook parameters: - *170 - - *265 - - *17 - *266 + - *17 + - *267 responses: '200': description: Response @@ -35137,9 +35145,9 @@ paths: application/json: schema: type: array - items: *267 + items: *268 examples: - default: *268 + default: *269 '400': *14 '422': *15 x-github: @@ -35163,16 +35171,16 @@ paths: url: https://docs.github.com/enterprise-cloud@latest//rest/orgs/webhooks#get-a-webhook-delivery-for-an-organization-webhook parameters: - *170 - - *265 + - *266 - *16 responses: '200': description: Response content: application/json: - schema: *269 + schema: *270 examples: - default: *270 + default: *271 '400': *14 '422': *15 x-github: @@ -35196,7 +35204,7 @@ paths: url: https://docs.github.com/enterprise-cloud@latest//rest/orgs/webhooks#redeliver-a-delivery-for-an-organization-webhook parameters: - *170 - - *265 + - *266 - *16 responses: '202': *95 @@ -35223,7 +35231,7 @@ paths: url: https://docs.github.com/enterprise-cloud@latest//rest/orgs/webhooks#ping-an-organization-webhook parameters: - *170 - - *265 + - *266 responses: '204': description: Response @@ -35246,7 +35254,7 @@ paths: url: https://docs.github.com/enterprise-cloud@latest//rest/orgs/api-insights#get-route-stats-by-actor parameters: - *170 - - &275 + - &276 name: actor_type in: path description: The type of the actor @@ -35259,14 +35267,14 @@ paths: - fine_grained_pat - oauth_app - github_app_user_to_server - - &276 + - &277 name: actor_id in: path description: The ID of the actor required: true schema: type: integer - - &271 + - &272 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`.' @@ -35274,7 +35282,7 @@ paths: required: true schema: type: string - - &272 + - &273 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) @@ -35368,12 +35376,12 @@ paths: url: https://docs.github.com/enterprise-cloud@latest//rest/orgs/api-insights#get-subject-stats parameters: - *170 - - *271 - *272 + - *273 - *19 - *17 - *86 - - &281 + - &282 name: sort description: The property to sort the results by. in: query @@ -35452,14 +35460,14 @@ paths: url: https://docs.github.com/enterprise-cloud@latest//rest/orgs/api-insights#get-summary-stats parameters: - *170 - - *271 - *272 + - *273 responses: '200': description: Response content: application/json: - schema: &273 + schema: &274 title: Summary Stats description: API Insights usage summary stats for an organization type: object @@ -35475,7 +35483,7 @@ paths: type: integer format: int64 examples: - default: &274 + default: &275 value: total_request_count: 34225 rate_limited_request_count: 23 @@ -35496,23 +35504,23 @@ paths: url: https://docs.github.com/enterprise-cloud@latest//rest/orgs/api-insights#get-summary-stats-by-user parameters: - *170 - - &277 + - &278 name: user_id in: path description: The ID of the user to query for stats required: true schema: type: string - - *271 - *272 + - *273 responses: '200': description: Response content: application/json: - schema: *273 + schema: *274 examples: - default: *274 + default: *275 x-github: enabledForGitHubApps: true category: orgs @@ -35531,18 +35539,18 @@ paths: url: https://docs.github.com/enterprise-cloud@latest//rest/orgs/api-insights#get-summary-stats-by-actor parameters: - *170 - - *271 - *272 - - *275 + - *273 - *276 + - *277 responses: '200': description: Response content: application/json: - schema: *273 + schema: *274 examples: - default: *274 + default: *275 x-github: enabledForGitHubApps: true category: orgs @@ -35560,9 +35568,9 @@ paths: url: https://docs.github.com/enterprise-cloud@latest//rest/orgs/api-insights#get-time-stats parameters: - *170 - - *271 - *272 - - &278 + - *273 + - &279 name: timestamp_increment description: The increment of time used to breakdown the query results (5m, 10m, 1h, etc.) @@ -35575,7 +35583,7 @@ paths: description: Response content: application/json: - schema: &279 + schema: &280 title: Time Stats description: API Insights usage time stats for an organization type: array @@ -35591,7 +35599,7 @@ paths: type: integer format: int64 examples: - default: &280 + default: &281 value: - timestamp: '2024-09-11T15:00:00Z' total_request_count: 34225 @@ -35628,18 +35636,18 @@ paths: url: https://docs.github.com/enterprise-cloud@latest//rest/orgs/api-insights#get-time-stats-by-user parameters: - *170 - - *277 - - *271 - - *272 - *278 + - *272 + - *273 + - *279 responses: '200': description: Response content: application/json: - schema: *279 + schema: *280 examples: - default: *280 + default: *281 x-github: enabledForGitHubApps: true category: orgs @@ -35657,19 +35665,19 @@ paths: url: https://docs.github.com/enterprise-cloud@latest//rest/orgs/api-insights#get-time-stats-by-actor parameters: - *170 - - *275 - *276 - - *271 + - *277 - *272 - - *278 + - *273 + - *279 responses: '200': description: Response content: application/json: - schema: *279 + schema: *280 examples: - default: *280 + default: *281 x-github: enabledForGitHubApps: true category: orgs @@ -35687,13 +35695,13 @@ paths: url: https://docs.github.com/enterprise-cloud@latest//rest/orgs/api-insights#get-user-stats parameters: - *170 - - *277 - - *271 + - *278 - *272 + - *273 - *19 - *17 - *86 - - *281 + - *282 - name: actor_name_substring in: query description: Providing a substring will filter results where the actor name @@ -35774,7 +35782,7 @@ paths: application/json: schema: *22 examples: - default: &563 + default: &564 value: id: 1 account: @@ -35940,12 +35948,12 @@ paths: application/json: schema: anyOf: - - &283 + - &284 title: Interaction Limits description: Interaction limit settings. type: object properties: - limit: &282 + limit: &283 type: string description: The type of GitHub user that can comment, open issues, or create pull requests while the interaction limit @@ -35970,7 +35978,7 @@ paths: properties: {} additionalProperties: false examples: - default: &284 + default: &285 value: limit: collaborators_only origin: organization @@ -35999,13 +36007,13 @@ paths: required: true content: application/json: - schema: &564 + schema: &565 title: Interaction Restrictions description: Limit interactions to a specific type of user for a specified duration type: object properties: - limit: *282 + limit: *283 expiry: type: string description: 'The duration of the interaction restriction. Default: @@ -36029,9 +36037,9 @@ paths: description: Response content: application/json: - schema: *283 + schema: *284 examples: - default: *284 + default: *285 '422': *15 x-github: githubCloudOnly: false @@ -36109,9 +36117,9 @@ paths: application/json: schema: type: array - items: *285 + items: *286 examples: - default: *286 + default: *287 headers: Link: *39 '404': *6 @@ -36189,7 +36197,7 @@ paths: description: Response content: application/json: - schema: *285 + schema: *286 examples: default: value: @@ -36246,7 +36254,7 @@ paths: url: https://docs.github.com/enterprise-cloud@latest//rest/orgs/members#cancel-an-organization-invitation parameters: - *170 - - &287 + - &288 name: invitation_id description: The unique identifier of the invitation. in: path @@ -36280,7 +36288,7 @@ paths: url: https://docs.github.com/enterprise-cloud@latest//rest/orgs/members#list-organization-invitation-teams parameters: - *170 - - *287 + - *288 - *17 - *19 responses: @@ -36292,7 +36300,7 @@ paths: type: array items: *227 examples: - default: &305 + default: &306 value: - id: 1 node_id: MDQ6VGVhbTE= @@ -36335,7 +36343,7 @@ paths: application/json: schema: type: array - items: *288 + items: *289 examples: default: value: @@ -36420,9 +36428,9 @@ paths: description: Response content: application/json: - schema: *288 + schema: *289 examples: - default: &289 + default: &290 value: id: 410 node_id: IT_kwDNAd3NAZo @@ -36455,7 +36463,7 @@ paths: url: https://docs.github.com/enterprise-cloud@latest//rest/orgs/issue-types#update-issue-type-for-an-organization parameters: - *170 - - &290 + - &291 name: issue_type_id description: The unique identifier of the issue type. in: path @@ -36508,9 +36516,9 @@ paths: description: Response content: application/json: - schema: *288 + schema: *289 examples: - default: *289 + default: *290 '404': *6 '422': *7 x-github: @@ -36535,7 +36543,7 @@ paths: url: https://docs.github.com/enterprise-cloud@latest//rest/orgs/issue-types#delete-issue-type-for-an-organization parameters: - *170 - - *290 + - *291 responses: '204': description: Response @@ -36598,7 +36606,7 @@ paths: - closed - all default: open - - *291 + - *292 - name: type description: Can be the name of an issue type. in: query @@ -36629,7 +36637,7 @@ paths: type: array items: *153 examples: - default: *292 + default: *293 headers: Link: *39 '404': *6 @@ -36687,7 +36695,7 @@ paths: type: array items: *4 examples: - default: *293 + default: *294 headers: Link: *39 '422': *15 @@ -36783,9 +36791,9 @@ paths: type: integer codespaces: type: array - items: *294 + items: *295 examples: - default: *295 + default: *296 '304': *37 '500': *99 '401': *25 @@ -36812,7 +36820,7 @@ paths: parameters: - *170 - *218 - - &296 + - &297 name: codespace_name in: path required: true @@ -36847,15 +36855,15 @@ paths: parameters: - *170 - *218 - - *296 + - *297 responses: '200': description: Response content: application/json: - schema: *294 + schema: *295 examples: - default: &487 + default: &488 value: id: 1 name: monalisa-octocat-hello-world-g4wpq6h95q @@ -37110,7 +37118,7 @@ paths: description: Response content: application/json: - schema: &297 + schema: &298 title: Org Membership description: Org Membership type: object @@ -37162,7 +37170,7 @@ paths: - organization - user examples: - response-if-user-has-an-active-admin-membership-with-organization: &298 + response-if-user-has-an-active-admin-membership-with-organization: &299 summary: Response if user has an active admin membership with organization value: url: https://api.github.com/orgs/octocat/memberships/defunkt @@ -37259,9 +37267,9 @@ paths: description: Response content: application/json: - schema: *297 + schema: *298 examples: - response-if-user-already-had-membership-with-organization: *298 + response-if-user-already-had-membership-with-organization: *299 '422': *15 '403': *29 x-github: @@ -37329,7 +37337,7 @@ paths: application/json: schema: type: array - items: &299 + items: &300 title: Migration description: A migration. type: object @@ -37658,7 +37666,7 @@ paths: description: Response content: application/json: - schema: *299 + schema: *300 examples: default: value: @@ -37837,7 +37845,7 @@ paths: url: https://docs.github.com/enterprise-cloud@latest//rest/migrations/orgs#get-an-organization-migration-status parameters: - *170 - - &300 + - &301 name: migration_id description: The unique identifier of the migration. in: path @@ -37864,7 +37872,7 @@ paths: * `failed`, which means the migration failed. content: application/json: - schema: *299 + schema: *300 examples: default: value: @@ -38034,7 +38042,7 @@ paths: url: https://docs.github.com/enterprise-cloud@latest//rest/migrations/orgs#download-an-organization-migration-archive parameters: - *170 - - *300 + - *301 responses: '302': description: Response @@ -38056,7 +38064,7 @@ paths: url: https://docs.github.com/enterprise-cloud@latest//rest/migrations/orgs#delete-an-organization-migration-archive parameters: - *170 - - *300 + - *301 responses: '204': description: Response @@ -38080,8 +38088,8 @@ paths: url: https://docs.github.com/enterprise-cloud@latest//rest/migrations/orgs#unlock-an-organization-repository parameters: - *170 - - *300 - - &738 + - *301 + - &739 name: repo_name description: repo_name parameter in: path @@ -38109,7 +38117,7 @@ paths: url: https://docs.github.com/enterprise-cloud@latest//rest/migrations/orgs#list-repositories-in-an-organization-migration parameters: - *170 - - *300 + - *301 - *17 - *19 responses: @@ -38121,7 +38129,7 @@ paths: type: array items: *196 examples: - default: &312 + default: &313 value: - id: 1296269 node_id: MDEwOlJlcG9zaXRvcnkxMjk2MjY5 @@ -38330,7 +38338,7 @@ paths: roles: type: array description: The list of organization roles available to the organization. - items: &301 + items: &302 title: Organization Role description: Organization roles type: object @@ -38537,7 +38545,7 @@ paths: description: Response content: application/json: - schema: *301 + schema: *302 examples: default: value: @@ -38589,7 +38597,7 @@ paths: url: https://docs.github.com/enterprise-cloud@latest//rest/orgs/organization-roles#remove-all-organization-roles-for-a-team parameters: - *170 - - &302 + - &303 name: team_slug description: The slug of the team name. in: path @@ -38621,7 +38629,7 @@ paths: url: https://docs.github.com/enterprise-cloud@latest//rest/orgs/organization-roles#assign-an-organization-role-to-a-team parameters: - *170 - - *302 + - *303 - *246 responses: '204': @@ -38652,7 +38660,7 @@ paths: url: https://docs.github.com/enterprise-cloud@latest//rest/orgs/organization-roles#remove-an-organization-role-from-a-team parameters: - *170 - - *302 + - *303 - *246 responses: '204': @@ -38773,7 +38781,7 @@ paths: description: Response content: application/json: - schema: *301 + schema: *302 examples: default: value: @@ -38870,7 +38878,7 @@ paths: description: Response content: application/json: - schema: *301 + schema: *302 examples: default: value: @@ -39028,8 +39036,8 @@ paths: description: Groups of organization members that gives permissions on specified repositories. type: object - properties: *303 - required: *304 + properties: *304 + required: *305 nullable: true required: - id @@ -39044,7 +39052,7 @@ paths: - slug - parent examples: - default: *305 + default: *306 headers: Link: *39 '404': @@ -39102,13 +39110,13 @@ paths: inherited_from: description: Team the user has gotten the role through type: array - items: &344 + items: &345 title: Team Simple description: Groups of organization members that gives permissions on specified repositories. type: object - properties: *303 - required: *304 + properties: *304 + required: *305 name: nullable: true type: string @@ -39203,7 +39211,7 @@ paths: - type - url examples: - default: *293 + default: *294 headers: Link: *39 '404': @@ -39251,7 +39259,7 @@ paths: type: array items: *4 examples: - default: *293 + default: *294 headers: Link: *39 x-github: @@ -39393,7 +39401,7 @@ paths: - nuget - container - *170 - - &740 + - &741 name: visibility description: |- The selected visibility of the packages. This parameter is optional and only filters an existing result set. @@ -39429,12 +39437,12 @@ paths: application/json: schema: type: array - items: *306 + items: *307 examples: - default: *307 + default: *308 '403': *29 '401': *25 - '400': &742 + '400': &743 description: The value of `per_page` multiplied by `page` cannot be greater than 10000. x-github: @@ -39456,7 +39464,7 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/packages/packages#get-a-package-for-an-organization parameters: - - &308 + - &309 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 @@ -39474,7 +39482,7 @@ paths: - docker - nuget - container - - &309 + - &310 name: package_name description: The name of the package. in: path @@ -39487,7 +39495,7 @@ paths: description: Response content: application/json: - schema: *306 + schema: *307 examples: default: value: @@ -39539,8 +39547,8 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/packages/packages#delete-a-package-for-an-organization parameters: - - *308 - *309 + - *310 - *170 responses: '204': @@ -39573,8 +39581,8 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/packages/packages#restore-a-package-for-an-organization parameters: - - *308 - *309 + - *310 - *170 - name: token description: package token @@ -39607,8 +39615,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: - - *308 - *309 + - *310 - *170 - *19 - *17 @@ -39629,7 +39637,7 @@ paths: application/json: schema: type: array - items: &310 + items: &311 title: Package Version description: A version of a software package type: object @@ -39754,10 +39762,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: - - *308 - *309 + - *310 - *170 - - &311 + - &312 name: package_version_id description: Unique identifier of the package version. in: path @@ -39769,7 +39777,7 @@ paths: description: Response content: application/json: - schema: *310 + schema: *311 examples: default: value: @@ -39805,10 +39813,10 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/packages/packages#delete-package-version-for-an-organization parameters: - - *308 - *309 + - *310 - *170 - - *311 + - *312 responses: '204': description: Response @@ -39840,10 +39848,10 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/packages/packages#restore-package-version-for-an-organization parameters: - - *308 - *309 + - *310 - *170 - - *311 + - *312 responses: '204': description: Response @@ -39873,7 +39881,7 @@ paths: - *170 - *17 - *19 - - &313 + - &314 name: sort description: The property by which to sort the results. in: query @@ -39884,7 +39892,7 @@ paths: - created_at default: created_at - *86 - - &314 + - &315 name: owner description: A list of owner usernames to use to filter the results. in: query @@ -39895,7 +39903,7 @@ paths: items: type: string example: owner[]=octocat1,owner[]=octocat2 - - &315 + - &316 name: repository description: The name of the repository to use to filter the results. in: query @@ -39903,7 +39911,7 @@ paths: schema: type: string example: Hello-World - - &316 + - &317 name: permission description: The permission to use to filter the results. in: query @@ -39911,7 +39919,7 @@ paths: schema: type: string example: issues_read - - &317 + - &318 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) @@ -39921,7 +39929,7 @@ paths: schema: type: string format: date-time - - &318 + - &319 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) @@ -39931,7 +39939,7 @@ paths: schema: type: string format: date-time - - &319 + - &320 name: token_id description: The ID of the token in: query @@ -40244,7 +40252,7 @@ paths: type: array items: *196 examples: - default: *312 + default: *313 headers: Link: *39 x-github: @@ -40270,14 +40278,14 @@ paths: - *170 - *17 - *19 - - *313 - - *86 - *314 + - *86 - *315 - *316 - *317 - *318 - *319 + - *320 responses: '500': *99 '422': *15 @@ -40559,7 +40567,7 @@ paths: type: array items: *196 examples: - default: *312 + default: *313 headers: Link: *39 x-github: @@ -40601,7 +40609,7 @@ paths: type: integer configurations: type: array - items: &320 + items: &321 title: Organization private registry description: Private registry configuration for an organization type: object @@ -40805,7 +40813,7 @@ paths: - created_at - updated_at examples: - org-private-registry-with-selected-visibility: &321 + org-private-registry-with-selected-visibility: &322 value: name: MAVEN_REPOSITORY_SECRET registry_type: maven_repository @@ -40901,9 +40909,9 @@ paths: description: The specified private registry configuration for the organization content: application/json: - schema: *320 + schema: *321 examples: - default: *321 + default: *322 '404': *6 x-github: githubCloudOnly: false @@ -41049,7 +41057,7 @@ paths: application/json: schema: type: array - items: &322 + items: &323 title: Project description: Projects are a way to organize columns and cards of work. @@ -41222,7 +41230,7 @@ paths: description: Response content: application/json: - schema: *322 + schema: *323 examples: default: value: @@ -41260,7 +41268,7 @@ paths: '401': *25 '403': *29 '404': *6 - '410': &388 + '410': &389 description: Gone content: application/json: @@ -41426,7 +41434,7 @@ paths: required: true content: application/json: - schema: *323 + schema: *324 examples: default: value: @@ -41529,7 +41537,7 @@ paths: example: octocat/Hello-World properties: type: array - items: &324 + items: &325 title: Custom Property Value description: Custom property name and associated value type: object @@ -41616,7 +41624,7 @@ paths: type: array description: List of custom property names and associated values to apply to the repositories. - items: *324 + items: *325 required: - repository_names - properties @@ -41669,7 +41677,7 @@ paths: type: array items: *4 examples: - default: *293 + default: *294 headers: Link: *39 x-github: @@ -41809,7 +41817,7 @@ paths: type: array items: *196 examples: - default: *312 + default: *313 headers: Link: *39 x-github: @@ -42012,7 +42020,7 @@ paths: description: Response content: application/json: - schema: &390 + schema: &391 title: Full Repository description: Full Repository type: object @@ -42289,8 +42297,8 @@ paths: title: Repository description: A repository on GitHub. type: object - properties: *325 - required: *326 + properties: *326 + required: *327 nullable: true temp_clone_token: type: string @@ -42405,7 +42413,7 @@ paths: title: Code Of Conduct Simple description: Code of Conduct Simple type: object - properties: &509 + properties: &510 url: type: string format: uri @@ -42421,12 +42429,12 @@ paths: nullable: true format: uri example: https://github.com/github/docs/blob/main/CODE_OF_CONDUCT.md - required: &510 + required: &511 - url - key - name - html_url - security_and_analysis: *327 + security_and_analysis: *328 custom_properties: type: object description: The custom properties that were defined for the repository. @@ -42510,7 +42518,7 @@ paths: - network_count - subscribers_count examples: - default: &392 + default: &393 value: id: 1296269 node_id: MDEwOlJlcG9zaXRvcnkxMjk2MjY5 @@ -43036,9 +43044,9 @@ paths: application/json: schema: type: array - items: *328 + items: *329 examples: - default: *329 + default: *330 x-github: githubCloudOnly: true enabledForGitHubApps: true @@ -43063,7 +43071,7 @@ paths: - *170 - *17 - *19 - - &652 + - &653 name: targets description: | A comma-separated list of rule targets to filter by. @@ -43154,7 +43162,7 @@ paths: type: array description: The actors that can bypass the rules in this ruleset items: *126 - conditions: *330 + conditions: *331 rules: type: array description: An array of rules within the ruleset. @@ -43198,7 +43206,7 @@ paths: application/json: schema: *128 examples: - default: &331 + default: &332 value: id: 21 name: super cool ruleset @@ -43253,7 +43261,7 @@ paths: url: https://docs.github.com/enterprise-cloud@latest//rest/orgs/rule-suites#list-organization-rule-suites parameters: - *170 - - &653 + - &654 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 @@ -43265,14 +43273,14 @@ paths: x-multi-segment: true - *225 - *221 - - &654 + - &655 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 - - &655 + - &656 name: rule_suite_result description: The rule results to filter on. When specified, only suites with this result will be returned. @@ -43292,7 +43300,7 @@ paths: description: Response content: application/json: - schema: &656 + schema: &657 title: Rule Suites description: Response type: array @@ -43347,7 +43355,7 @@ paths: whether rules would pass or fail if all rules in the rule suite were `active`. examples: - default: &657 + default: &658 value: - id: 21 actor_id: 12 @@ -43391,7 +43399,7 @@ paths: url: https://docs.github.com/enterprise-cloud@latest//rest/orgs/rule-suites#get-an-organization-rule-suite parameters: - *170 - - &658 + - &659 name: rule_suite_id description: |- The unique identifier of the rule suite result. @@ -43407,7 +43415,7 @@ paths: description: Response content: application/json: - schema: &659 + schema: &660 title: Rule Suite description: Response type: object @@ -43506,7 +43514,7 @@ paths: description: The detailed failure message for the rule. Null if the rule passed. examples: - default: &660 + default: &661 value: id: 21 actor_id: 12 @@ -43581,7 +43589,7 @@ paths: application/json: schema: *128 examples: - default: *331 + default: *332 '404': *6 '500': *99 put: @@ -43630,7 +43638,7 @@ paths: type: array description: The actors that can bypass the rules in this ruleset items: *126 - conditions: *330 + conditions: *331 rules: description: An array of rules within the ruleset. type: array @@ -43671,7 +43679,7 @@ paths: application/json: schema: *128 examples: - default: *331 + default: *332 '404': *6 '500': *99 delete: @@ -43730,7 +43738,7 @@ paths: type: array items: *131 examples: - default: *332 + default: *333 '404': *6 '500': *99 x-github: @@ -43767,7 +43775,7 @@ paths: description: Response content: application/json: - schema: *333 + schema: *334 examples: default: value: @@ -43830,14 +43838,14 @@ paths: url: https://docs.github.com/enterprise-cloud@latest//rest/secret-scanning/secret-scanning#list-secret-scanning-alerts-for-an-organization parameters: - *170 - - *334 - *335 - *336 - *337 + - *338 - *86 - *19 - *17 - - &662 + - &663 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 @@ -43847,7 +43855,7 @@ paths: required: false schema: type: string - - &663 + - &664 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 @@ -43857,9 +43865,9 @@ paths: required: false schema: type: string - - *338 - *339 - *340 + - *341 responses: '200': description: Response @@ -43867,9 +43875,9 @@ paths: application/json: schema: type: array - items: *341 + items: *342 examples: - default: *342 + default: *343 headers: Link: *39 '404': *6 @@ -43939,7 +43947,7 @@ paths: application/json: schema: type: array - items: &670 + items: &671 description: A repository security advisory. type: object properties: @@ -44159,7 +44167,7 @@ paths: login: type: string description: The username of the user credited. - type: *343 + type: *344 credits_detailed: type: array nullable: true @@ -44169,7 +44177,7 @@ paths: type: object properties: user: *4 - type: *343 + type: *344 state: type: string description: The state of the user's acceptance of the @@ -44230,7 +44238,7 @@ paths: - private_fork additionalProperties: false examples: - default: &671 + default: &672 value: - ghsa_id: GHSA-abcd-1234-efgh cve_id: CVE-2050-00000 @@ -44617,9 +44625,9 @@ paths: application/json: schema: type: array - items: *344 + items: *345 examples: - default: *305 + default: *306 x-github: githubCloudOnly: false enabledForGitHubApps: true @@ -44643,7 +44651,7 @@ paths: url: https://docs.github.com/enterprise-cloud@latest//rest/orgs/security-managers#add-a-security-manager-team parameters: - *170 - - *302 + - *303 responses: '204': description: Response @@ -44669,7 +44677,7 @@ paths: url: https://docs.github.com/enterprise-cloud@latest//rest/orgs/security-managers#remove-a-security-manager-team parameters: - *170 - - *302 + - *303 responses: '204': description: Response @@ -44704,9 +44712,9 @@ paths: description: Response content: application/json: - schema: *345 + schema: *346 examples: - default: *346 + default: *347 x-github: githubCloudOnly: false enabledForGitHubApps: false @@ -44731,7 +44739,7 @@ paths: url: https://docs.github.com/enterprise-cloud@latest//rest/billing/billing#get-github-advanced-security-active-committers-for-an-organization parameters: - *170 - - *347 + - *348 - *17 - *19 responses: @@ -44739,9 +44747,9 @@ paths: description: Success content: application/json: - schema: *348 + schema: *349 examples: - default: *349 + default: *350 x-github: githubCloudOnly: true enabledForGitHubApps: true @@ -44769,9 +44777,9 @@ paths: description: Response content: application/json: - schema: *350 + schema: *351 examples: - default: *351 + default: *352 x-github: githubCloudOnly: false enabledForGitHubApps: false @@ -44799,9 +44807,9 @@ paths: description: Response content: application/json: - schema: *352 + schema: *353 examples: - default: *353 + default: *354 x-github: githubCloudOnly: false enabledForGitHubApps: false @@ -44841,7 +44849,7 @@ paths: type: array items: *111 examples: - default: *354 + default: *355 headers: Link: *39 x-github: @@ -45042,15 +45050,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: - *170 - - *355 + - *356 responses: '200': description: Response content: application/json: - schema: *356 + schema: *357 examples: - default: *357 + default: *358 headers: Link: *39 x-github: @@ -45088,7 +45096,7 @@ paths: description: Response content: application/json: - schema: &379 + schema: &380 title: GroupMapping description: External Groups to be mapped to a team for membership type: object @@ -45134,7 +45142,7 @@ paths: type: string nullable: true examples: - default: &380 + default: &381 value: groups: - group_id: '123' @@ -45180,7 +45188,7 @@ paths: url: https://docs.github.com/enterprise-cloud@latest//rest/copilot/copilot-metrics#get-copilot-metrics-for-a-team parameters: - *170 - - *302 + - *303 - 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`). @@ -45248,7 +45256,7 @@ paths: type: array items: *227 examples: - default: *305 + default: *306 headers: Link: *39 '403': *29 @@ -45342,7 +45350,7 @@ paths: description: Response content: application/json: - schema: &358 + schema: &359 title: Full Team description: Groups of organization members that gives permissions on specified repositories. @@ -45405,8 +45413,8 @@ paths: description: Groups of organization members that gives permissions on specified repositories. type: object - properties: *303 - required: *304 + properties: *304 + required: *305 nullable: true members_count: type: integer @@ -45652,7 +45660,7 @@ paths: - repos_count - organization examples: - default: &359 + default: &360 value: id: 1 node_id: MDQ6VGVhbTE= @@ -45723,15 +45731,15 @@ paths: url: https://docs.github.com/enterprise-cloud@latest//rest/teams/teams#get-a-team-by-name parameters: - *170 - - *302 + - *303 responses: '200': description: Response content: application/json: - schema: *358 + schema: *359 examples: - default: *359 + default: *360 '404': *6 x-github: githubCloudOnly: false @@ -45753,7 +45761,7 @@ paths: url: https://docs.github.com/enterprise-cloud@latest//rest/teams/teams#update-a-team parameters: - *170 - - *302 + - *303 requestBody: required: false content: @@ -45815,16 +45823,16 @@ paths: description: Response when the updated information already exists content: application/json: - schema: *358 + schema: *359 examples: - default: *359 + default: *360 '201': description: Response content: application/json: - schema: *358 + schema: *359 examples: - default: *359 + default: *360 '404': *6 '422': *15 '403': *29 @@ -45850,7 +45858,7 @@ paths: url: https://docs.github.com/enterprise-cloud@latest//rest/teams/teams#delete-a-team parameters: - *170 - - *302 + - *303 responses: '204': description: Response @@ -45877,7 +45885,7 @@ paths: url: https://docs.github.com/enterprise-cloud@latest//rest/teams/discussions#list-discussions parameters: - *170 - - *302 + - *303 - *86 - *17 - *19 @@ -45894,7 +45902,7 @@ paths: application/json: schema: type: array - items: &360 + items: &361 title: Team Discussion description: A team discussion is a persistent record of a free-form conversation within a team. @@ -45993,7 +46001,7 @@ paths: - updated_at - url examples: - default: &711 + default: &712 value: - author: login: octocat @@ -46068,7 +46076,7 @@ paths: url: https://docs.github.com/enterprise-cloud@latest//rest/teams/discussions#create-a-discussion parameters: - *170 - - *302 + - *303 requestBody: required: true content: @@ -46102,9 +46110,9 @@ paths: description: Response content: application/json: - schema: *360 + schema: *361 examples: - default: &361 + default: &362 value: author: login: octocat @@ -46177,8 +46185,8 @@ paths: url: https://docs.github.com/enterprise-cloud@latest//rest/teams/discussions#get-a-discussion parameters: - *170 - - *302 - - &362 + - *303 + - &363 name: discussion_number description: The number that identifies the discussion. in: path @@ -46190,9 +46198,9 @@ paths: description: Response content: application/json: - schema: *360 + schema: *361 examples: - default: *361 + default: *362 x-github: githubCloudOnly: false enabledForGitHubApps: true @@ -46215,8 +46223,8 @@ paths: url: https://docs.github.com/enterprise-cloud@latest//rest/teams/discussions#update-a-discussion parameters: - *170 - - *302 - - *362 + - *303 + - *363 requestBody: required: false content: @@ -46239,9 +46247,9 @@ paths: description: Response content: application/json: - schema: *360 + schema: *361 examples: - default: &712 + default: &713 value: author: login: octocat @@ -46312,8 +46320,8 @@ paths: url: https://docs.github.com/enterprise-cloud@latest//rest/teams/discussions#delete-a-discussion parameters: - *170 - - *302 - - *362 + - *303 + - *363 responses: '204': description: Response @@ -46340,8 +46348,8 @@ paths: url: https://docs.github.com/enterprise-cloud@latest//rest/teams/discussion-comments#list-discussion-comments parameters: - *170 - - *302 - - *362 + - *303 + - *363 - *86 - *17 - *19 @@ -46352,7 +46360,7 @@ paths: application/json: schema: type: array - items: &363 + items: &364 title: Team Discussion Comment description: A reply to a discussion within a team. type: object @@ -46424,7 +46432,7 @@ paths: - updated_at - url examples: - default: &713 + default: &714 value: - author: login: octocat @@ -46493,8 +46501,8 @@ paths: url: https://docs.github.com/enterprise-cloud@latest//rest/teams/discussion-comments#create-a-discussion-comment parameters: - *170 - - *302 - - *362 + - *303 + - *363 requestBody: required: true content: @@ -46516,9 +46524,9 @@ paths: description: Response content: application/json: - schema: *363 + schema: *364 examples: - default: &364 + default: &365 value: author: login: octocat @@ -46585,9 +46593,9 @@ paths: url: https://docs.github.com/enterprise-cloud@latest//rest/teams/discussion-comments#get-a-discussion-comment parameters: - *170 - - *302 - - *362 - - &365 + - *303 + - *363 + - &366 name: comment_number description: The number that identifies the comment. in: path @@ -46599,9 +46607,9 @@ paths: description: Response content: application/json: - schema: *363 + schema: *364 examples: - default: *364 + default: *365 x-github: githubCloudOnly: false enabledForGitHubApps: true @@ -46624,9 +46632,9 @@ paths: url: https://docs.github.com/enterprise-cloud@latest//rest/teams/discussion-comments#update-a-discussion-comment parameters: - *170 - - *302 - - *362 - - *365 + - *303 + - *363 + - *366 requestBody: required: true content: @@ -46648,9 +46656,9 @@ paths: description: Response content: application/json: - schema: *363 + schema: *364 examples: - default: &714 + default: &715 value: author: login: octocat @@ -46715,9 +46723,9 @@ paths: url: https://docs.github.com/enterprise-cloud@latest//rest/teams/discussion-comments#delete-a-discussion-comment parameters: - *170 - - *302 - - *362 - - *365 + - *303 + - *363 + - *366 responses: '204': description: Response @@ -46744,9 +46752,9 @@ paths: url: https://docs.github.com/enterprise-cloud@latest//rest/reactions/reactions#list-reactions-for-a-team-discussion-comment parameters: - *170 - - *302 - - *362 - - *365 + - *303 + - *363 + - *366 - 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. @@ -46772,7 +46780,7 @@ paths: application/json: schema: type: array - items: &366 + items: &367 title: Reaction description: Reactions to conversations provide a way to help people express their feelings more simply and effectively. @@ -46815,7 +46823,7 @@ paths: - content - created_at examples: - default: &368 + default: &369 value: - id: 1 node_id: MDg6UmVhY3Rpb24x @@ -46866,9 +46874,9 @@ paths: url: https://docs.github.com/enterprise-cloud@latest//rest/reactions/reactions#create-reaction-for-a-team-discussion-comment parameters: - *170 - - *302 - - *362 - - *365 + - *303 + - *363 + - *366 requestBody: required: true content: @@ -46901,9 +46909,9 @@ paths: team discussion comment content: application/json: - schema: *366 + schema: *367 examples: - default: &367 + default: &368 value: id: 1 node_id: MDg6UmVhY3Rpb24x @@ -46932,9 +46940,9 @@ paths: description: Response content: application/json: - schema: *366 + schema: *367 examples: - default: *367 + default: *368 x-github: githubCloudOnly: false enabledForGitHubApps: true @@ -46958,10 +46966,10 @@ paths: url: https://docs.github.com/enterprise-cloud@latest//rest/reactions/reactions#delete-team-discussion-comment-reaction parameters: - *170 - - *302 - - *362 - - *365 - - &369 + - *303 + - *363 + - *366 + - &370 name: reaction_id description: The unique identifier of the reaction. in: path @@ -46994,8 +47002,8 @@ paths: url: https://docs.github.com/enterprise-cloud@latest//rest/reactions/reactions#list-reactions-for-a-team-discussion parameters: - *170 - - *302 - - *362 + - *303 + - *363 - 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. @@ -47021,9 +47029,9 @@ paths: application/json: schema: type: array - items: *366 + items: *367 examples: - default: *368 + default: *369 headers: Link: *39 x-github: @@ -47050,8 +47058,8 @@ paths: url: https://docs.github.com/enterprise-cloud@latest//rest/reactions/reactions#create-reaction-for-a-team-discussion parameters: - *170 - - *302 - - *362 + - *303 + - *363 requestBody: required: true content: @@ -47083,16 +47091,16 @@ paths: description: Response content: application/json: - schema: *366 + schema: *367 examples: - default: *367 + default: *368 '201': description: Response content: application/json: - schema: *366 + schema: *367 examples: - default: *367 + default: *368 x-github: githubCloudOnly: false enabledForGitHubApps: false @@ -47116,9 +47124,9 @@ paths: url: https://docs.github.com/enterprise-cloud@latest//rest/reactions/reactions#delete-team-discussion-reaction parameters: - *170 - - *302 - - *362 - - *369 + - *303 + - *363 + - *370 responses: '204': description: Response @@ -47142,15 +47150,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: - *170 - - *302 + - *303 responses: '200': description: Response content: application/json: - schema: *370 + schema: *371 examples: - default: *371 + default: *372 x-github: githubCloudOnly: true enabledForGitHubApps: true @@ -47170,7 +47178,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: - *170 - - *302 + - *303 requestBody: required: true content: @@ -47193,9 +47201,9 @@ paths: description: Response content: application/json: - schema: *372 + schema: *373 examples: - default: *373 + default: *374 x-github: githubCloudOnly: true enabledForGitHubApps: false @@ -47215,7 +47223,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: - *170 - - *302 + - *303 responses: '204': description: Response @@ -47240,7 +47248,7 @@ paths: url: https://docs.github.com/enterprise-cloud@latest//rest/teams/members#list-pending-team-invitations parameters: - *170 - - *302 + - *303 - *17 - *19 responses: @@ -47250,9 +47258,9 @@ paths: application/json: schema: type: array - items: *285 + items: *286 examples: - default: *286 + default: *287 headers: Link: *39 x-github: @@ -47275,7 +47283,7 @@ paths: url: https://docs.github.com/enterprise-cloud@latest//rest/teams/members#list-team-members parameters: - *170 - - *302 + - *303 - name: role description: Filters members returned by their role in the team. in: query @@ -47298,7 +47306,7 @@ paths: type: array items: *4 examples: - default: *293 + default: *294 headers: Link: *39 x-github: @@ -47329,14 +47337,14 @@ paths: url: https://docs.github.com/enterprise-cloud@latest//rest/teams/members#get-team-membership-for-a-user parameters: - *170 - - *302 + - *303 - *218 responses: '200': description: Response content: application/json: - schema: &374 + schema: &375 title: Team Membership description: Team Membership type: object @@ -47363,7 +47371,7 @@ paths: - state - url examples: - response-if-user-is-a-team-maintainer: &715 + response-if-user-is-a-team-maintainer: &716 summary: Response if user is a team maintainer value: url: https://api.github.com/teams/1/memberships/octocat @@ -47400,7 +47408,7 @@ paths: url: https://docs.github.com/enterprise-cloud@latest//rest/teams/members#add-or-update-team-membership-for-a-user parameters: - *170 - - *302 + - *303 - *218 requestBody: required: false @@ -47426,9 +47434,9 @@ paths: description: Response content: application/json: - schema: *374 + schema: *375 examples: - response-if-users-membership-with-team-is-now-pending: &716 + response-if-users-membership-with-team-is-now-pending: &717 summary: Response if user's membership with team is now pending value: url: https://api.github.com/teams/1/memberships/octocat @@ -47464,7 +47472,7 @@ paths: url: https://docs.github.com/enterprise-cloud@latest//rest/teams/members#remove-team-membership-for-a-user parameters: - *170 - - *302 + - *303 - *218 responses: '204': @@ -47491,7 +47499,7 @@ paths: url: https://docs.github.com/enterprise-cloud@latest//rest/teams/teams#list-team-projects parameters: - *170 - - *302 + - *303 - *17 - *19 responses: @@ -47501,7 +47509,7 @@ paths: application/json: schema: type: array - items: &375 + items: &376 title: Team Project description: A team's access to a project. type: object @@ -47569,7 +47577,7 @@ paths: - updated_at - permissions examples: - default: &717 + default: &718 value: - owner_url: https://api.github.com/orgs/octocat url: https://api.github.com/projects/1002605 @@ -47633,8 +47641,8 @@ paths: url: https://docs.github.com/enterprise-cloud@latest//rest/teams/teams#check-team-permissions-for-a-project parameters: - *170 - - *302 - - &376 + - *303 + - &377 name: project_id description: The unique identifier of the project. in: path @@ -47646,9 +47654,9 @@ paths: description: Response content: application/json: - schema: *375 + schema: *376 examples: - default: &718 + default: &719 value: owner_url: https://api.github.com/orgs/octocat url: https://api.github.com/projects/1002605 @@ -47711,8 +47719,8 @@ paths: url: https://docs.github.com/enterprise-cloud@latest//rest/teams/teams#add-or-update-team-project-permissions parameters: - *170 - - *302 - - *376 + - *303 + - *377 requestBody: required: false content: @@ -47779,8 +47787,8 @@ paths: url: https://docs.github.com/enterprise-cloud@latest//rest/teams/teams#remove-a-project-from-a-team parameters: - *170 - - *302 - - *376 + - *303 + - *377 responses: '204': description: Response @@ -47808,7 +47816,7 @@ paths: url: https://docs.github.com/enterprise-cloud@latest//rest/teams/teams#list-team-repositories parameters: - *170 - - *302 + - *303 - *17 - *19 responses: @@ -47820,7 +47828,7 @@ paths: type: array items: *196 examples: - default: *312 + default: *313 headers: Link: *39 x-github: @@ -47850,15 +47858,15 @@ paths: url: https://docs.github.com/enterprise-cloud@latest//rest/teams/teams#check-team-permissions-for-a-repository parameters: - *170 - - *302 - - *377 + - *303 - *378 + - *379 responses: '200': description: Alternative response with repository permissions content: application/json: - schema: &719 + schema: &720 title: Team Repository description: A team's access to a repository. type: object @@ -48428,9 +48436,9 @@ paths: url: https://docs.github.com/enterprise-cloud@latest//rest/teams/teams#add-or-update-team-repository-permissions parameters: - *170 - - *302 - - *377 + - *303 - *378 + - *379 requestBody: required: false content: @@ -48476,9 +48484,9 @@ paths: url: https://docs.github.com/enterprise-cloud@latest//rest/teams/teams#remove-a-repository-from-a-team parameters: - *170 - - *302 - - *377 + - *303 - *378 + - *379 responses: '204': description: Response @@ -48505,15 +48513,15 @@ paths: url: https://docs.github.com/enterprise-cloud@latest//rest/teams/team-sync#list-idp-groups-for-a-team parameters: - *170 - - *302 + - *303 responses: '200': description: Response content: application/json: - schema: *379 + schema: *380 examples: - default: *380 + default: *381 x-github: githubCloudOnly: true enabledForGitHubApps: false @@ -48536,7 +48544,7 @@ paths: url: https://docs.github.com/enterprise-cloud@latest//rest/teams/team-sync#create-or-update-idp-group-connections parameters: - *170 - - *302 + - *303 requestBody: required: true content: @@ -48579,7 +48587,7 @@ paths: description: Response content: application/json: - schema: *379 + schema: *380 examples: default: value: @@ -48612,7 +48620,7 @@ paths: url: https://docs.github.com/enterprise-cloud@latest//rest/teams/teams#list-child-teams parameters: - *170 - - *302 + - *303 - *17 - *19 responses: @@ -48624,7 +48632,7 @@ paths: type: array items: *227 examples: - response-if-child-teams-exist: &720 + response-if-child-teams-exist: &721 value: - id: 2 node_id: MDQ6VGVhbTI= @@ -48751,7 +48759,7 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/projects/cards#get-a-project-card parameters: - - &381 + - &382 name: card_id description: The unique identifier of the card. in: path @@ -48763,7 +48771,7 @@ paths: description: Response content: application/json: - schema: &382 + schema: &383 title: Project Card description: Project cards represent a scope of work. type: object @@ -48830,7 +48838,7 @@ paths: - created_at - updated_at examples: - default: &383 + default: &384 value: url: https://api.github.com/projects/columns/cards/1478 id: 1478 @@ -48886,7 +48894,7 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/projects/cards#update-an-existing-project-card parameters: - - *381 + - *382 requestBody: required: false content: @@ -48913,9 +48921,9 @@ paths: description: Response content: application/json: - schema: *382 + schema: *383 examples: - default: *383 + default: *384 '304': *37 '403': *29 '401': *25 @@ -48942,7 +48950,7 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/projects/cards#delete-a-project-card parameters: - - *381 + - *382 responses: '204': description: Response @@ -48986,7 +48994,7 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/projects/cards#move-a-project-card parameters: - - *381 + - *382 requestBody: required: true content: @@ -49097,7 +49105,7 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/projects/columns#get-a-project-column parameters: - - &384 + - &385 name: column_id description: The unique identifier of the column. in: path @@ -49109,7 +49117,7 @@ paths: description: Response content: application/json: - schema: &385 + schema: &386 title: Project Column description: Project columns contain cards of work. type: object @@ -49155,7 +49163,7 @@ paths: - created_at - updated_at examples: - default: &386 + default: &387 value: url: https://api.github.com/projects/columns/367 project_url: https://api.github.com/projects/120 @@ -49190,7 +49198,7 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/projects/columns#update-an-existing-project-column parameters: - - *384 + - *385 requestBody: required: true content: @@ -49214,9 +49222,9 @@ paths: description: Response content: application/json: - schema: *385 + schema: *386 examples: - default: *386 + default: *387 '304': *37 '403': *29 '401': *25 @@ -49241,7 +49249,7 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/projects/columns#delete-a-project-column parameters: - - *384 + - *385 responses: '204': description: Response @@ -49270,7 +49278,7 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/projects/cards#list-project-cards parameters: - - *384 + - *385 - name: archived_state description: Filters the project cards that are returned by the card's state. in: query @@ -49291,7 +49299,7 @@ paths: application/json: schema: type: array - items: *382 + items: *383 examples: default: value: @@ -49350,7 +49358,7 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/projects/cards#create-a-project-card parameters: - - *384 + - *385 requestBody: required: true content: @@ -49390,9 +49398,9 @@ paths: description: Response content: application/json: - schema: *382 + schema: *383 examples: - default: *383 + default: *384 '304': *37 '403': *29 '401': *25 @@ -49448,7 +49456,7 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/projects/columns#move-a-project-column parameters: - - *384 + - *385 requestBody: required: true content: @@ -49508,15 +49516,15 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/projects/projects#get-a-project parameters: - - *376 + - *377 responses: '200': description: Response content: application/json: - schema: *322 + schema: *323 examples: - default: &387 + default: &388 value: owner_url: https://api.github.com/repos/api-playground/projects-test url: https://api.github.com/projects/1002604 @@ -49573,7 +49581,7 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/projects/projects#update-a-project parameters: - - *376 + - *377 requestBody: required: false content: @@ -49619,9 +49627,9 @@ paths: description: Response content: application/json: - schema: *322 + schema: *323 examples: - default: *387 + default: *388 '404': description: Not Found if the authenticated user does not have access to the project @@ -49642,7 +49650,7 @@ paths: items: type: string '401': *25 - '410': *388 + '410': *389 '422': *7 x-github: githubCloudOnly: false @@ -49665,7 +49673,7 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/projects/projects#delete-a-project parameters: - - *376 + - *377 responses: '204': description: Delete Success @@ -49686,7 +49694,7 @@ paths: items: type: string '401': *25 - '410': *388 + '410': *389 '404': *6 x-github: githubCloudOnly: false @@ -49710,7 +49718,7 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/projects/collaborators#list-project-collaborators parameters: - - *376 + - *377 - 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 @@ -49737,7 +49745,7 @@ paths: type: array items: *4 examples: - default: *293 + default: *294 headers: Link: *39 '404': *6 @@ -49767,7 +49775,7 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/projects/collaborators#add-project-collaborator parameters: - - *376 + - *377 - *218 requestBody: required: false @@ -49820,7 +49828,7 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/projects/collaborators#remove-user-as-a-collaborator parameters: - - *376 + - *377 - *218 responses: '204': @@ -49852,7 +49860,7 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/projects/collaborators#get-project-permission-for-a-user parameters: - - *376 + - *377 - *218 responses: '200': @@ -49926,7 +49934,7 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/projects/columns#list-project-columns parameters: - - *376 + - *377 - *17 - *19 responses: @@ -49936,7 +49944,7 @@ paths: application/json: schema: type: array - items: *385 + items: *386 examples: default: value: @@ -49974,7 +49982,7 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/projects/columns#create-a-project-column parameters: - - *376 + - *377 requestBody: required: true content: @@ -49997,7 +50005,7 @@ paths: description: Response content: application/json: - schema: *385 + schema: *386 examples: default: value: @@ -50061,7 +50069,7 @@ paths: resources: type: object properties: - core: &389 + core: &390 title: Rate Limit type: object properties: @@ -50078,20 +50086,20 @@ paths: - remaining - reset - used - graphql: *389 - search: *389 - code_search: *389 - source_import: *389 - integration_manifest: *389 - code_scanning_upload: *389 - actions_runner_registration: *389 - scim: *389 - dependency_snapshots: *389 - code_scanning_autofix: *389 + graphql: *390 + search: *390 + code_search: *390 + source_import: *390 + integration_manifest: *390 + code_scanning_upload: *390 + actions_runner_registration: *390 + scim: *390 + dependency_snapshots: *390 + code_scanning_autofix: *390 required: - core - search - rate: *389 + rate: *390 required: - rate - resources @@ -50195,14 +50203,14 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/repos/repos#get-a-repository parameters: - - *377 - *378 + - *379 responses: '200': description: Response content: application/json: - schema: *390 + schema: *391 examples: default-response: summary: Default response @@ -50707,7 +50715,7 @@ paths: status: disabled '403': *29 '404': *6 - '301': *391 + '301': *392 x-github: githubCloudOnly: false enabledForGitHubApps: true @@ -50725,8 +50733,8 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/repos/repos#update-a-repository parameters: - - *377 - *378 + - *379 requestBody: required: false content: @@ -50980,10 +50988,10 @@ paths: description: Response content: application/json: - schema: *390 + schema: *391 examples: - default: *392 - '307': &393 + default: *393 + '307': &394 description: Temporary Redirect content: application/json: @@ -51012,8 +51020,8 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/repos/repos#delete-a-repository parameters: - - *377 - *378 + - *379 responses: '204': description: Response @@ -51035,7 +51043,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': *393 + '307': *394 '404': *6 x-github: githubCloudOnly: false @@ -51058,11 +51066,11 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/actions/artifacts#list-artifacts-for-a-repository parameters: - - *377 - *378 + - *379 - *17 - *19 - - &408 + - &409 name: name description: The name field of an artifact. When specified, only artifacts with this name will be returned. @@ -51085,7 +51093,7 @@ paths: type: integer artifacts: type: array - items: &394 + items: &395 title: Artifact description: An artifact type: object @@ -51163,7 +51171,7 @@ paths: - expires_at - updated_at examples: - default: &409 + default: &410 value: total_count: 2 artifacts: @@ -51224,9 +51232,9 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/actions/artifacts#get-an-artifact parameters: - - *377 - *378 - - &395 + - *379 + - &396 name: artifact_id description: The unique identifier of the artifact. in: path @@ -51238,7 +51246,7 @@ paths: description: Response content: application/json: - schema: *394 + schema: *395 examples: default: value: @@ -51276,9 +51284,9 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/actions/artifacts#delete-an-artifact parameters: - - *377 - *378 - - *395 + - *379 + - *396 responses: '204': description: Response @@ -51302,9 +51310,9 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/actions/artifacts#download-an-artifact parameters: - - *377 - *378 - - *395 + - *379 + - *396 - name: archive_format in: path required: true @@ -51318,7 +51326,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': *388 + '410': *389 x-github: githubCloudOnly: false enabledForGitHubApps: true @@ -51341,14 +51349,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: - - *377 - *378 + - *379 responses: '200': description: Response content: application/json: - schema: *396 + schema: *397 examples: default: value: @@ -51374,11 +51382,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: - - *377 - *378 + - *379 - *17 - *19 - - &397 + - &398 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 @@ -51412,7 +51420,7 @@ paths: description: Response content: application/json: - schema: &398 + schema: &399 title: Repository actions caches description: Repository actions caches type: object @@ -51454,7 +51462,7 @@ paths: - total_count - actions_caches examples: - default: &399 + default: &400 value: total_count: 1 actions_caches: @@ -51486,23 +51494,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: - - *377 - *378 + - *379 - name: key description: A key for identifying the cache. in: query required: true schema: type: string - - *397 + - *398 responses: '200': description: Response content: application/json: - schema: *398 + schema: *399 examples: - default: *399 + default: *400 x-github: githubCloudOnly: false enabledForGitHubApps: true @@ -51522,8 +51530,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: - - *377 - *378 + - *379 - name: cache_id description: The unique identifier of the GitHub Actions cache. in: path @@ -51554,9 +51562,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: - - *377 - *378 - - &400 + - *379 + - &401 name: job_id description: The unique identifier of the job. in: path @@ -51568,7 +51576,7 @@ paths: description: Response content: application/json: - schema: &412 + schema: &413 title: Job description: Information of a job execution in a workflow run type: object @@ -51875,9 +51883,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: - - *377 - *378 - - *400 + - *379 + - *401 responses: '302': description: Response @@ -51905,9 +51913,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: - - *377 - *378 - - *400 + - *379 + - *401 requestBody: required: false content: @@ -51952,8 +51960,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: - - *377 - *378 + - *379 responses: '200': description: Status response @@ -52003,8 +52011,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: - - *377 - *378 + - *379 requestBody: required: true content: @@ -52067,8 +52075,8 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/actions/secrets#list-repository-organization-secrets parameters: - - *377 - *378 + - *379 - *17 - *19 responses: @@ -52086,7 +52094,7 @@ paths: type: integer secrets: type: array - items: &414 + items: &415 title: Actions Secret description: Set secrets for GitHub Actions. type: object @@ -52106,7 +52114,7 @@ paths: - created_at - updated_at examples: - default: &415 + default: &416 value: total_count: 2 secrets: @@ -52139,9 +52147,9 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/actions/variables#list-repository-organization-variables parameters: - - *377 - *378 - - *401 + - *379 + - *402 - *19 responses: '200': @@ -52158,7 +52166,7 @@ paths: type: integer variables: type: array - items: &418 + items: &419 title: Actions Variable type: object properties: @@ -52188,7 +52196,7 @@ paths: - created_at - updated_at examples: - default: &419 + default: &420 value: total_count: 2 variables: @@ -52221,8 +52229,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: - - *377 - *378 + - *379 responses: '200': description: Response @@ -52231,7 +52239,7 @@ paths: schema: type: object properties: - enabled: &402 + enabled: &403 type: boolean description: Whether GitHub Actions is enabled on the repository. allowed_actions: *48 @@ -52264,8 +52272,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: - - *377 - *378 + - *379 responses: '204': description: Response @@ -52276,7 +52284,7 @@ paths: schema: type: object properties: - enabled: *402 + enabled: *403 allowed_actions: *48 required: - enabled @@ -52307,14 +52315,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: - - *377 - *378 + - *379 responses: '200': description: Response content: application/json: - schema: &403 + schema: &404 type: object properties: access_level: @@ -52332,7 +52340,7 @@ paths: required: - access_level examples: - default: &404 + default: &405 value: access_level: organization x-github: @@ -52357,15 +52365,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: - - *377 - *378 + - *379 requestBody: required: true content: application/json: - schema: *403 + schema: *404 examples: - default: *404 + default: *405 responses: '204': description: Response @@ -52389,8 +52397,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: - - *377 - *378 + - *379 responses: '200': description: Response @@ -52421,8 +52429,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: - - *377 - *378 + - *379 responses: '204': description: Response @@ -52454,8 +52462,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: - - *377 - *378 + - *379 responses: '200': description: Response @@ -52484,8 +52492,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: - - *377 - *378 + - *379 responses: '204': description: Success response @@ -52525,8 +52533,8 @@ paths: in: query schema: type: string - - *377 - *378 + - *379 - *17 - *19 responses: @@ -52570,8 +52578,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: - - *377 - *378 + - *379 responses: '200': description: Response @@ -52603,8 +52611,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: - - *377 - *378 + - *379 requestBody: required: true content: @@ -52678,8 +52686,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: - - *377 - *378 + - *379 responses: '201': description: Response @@ -52715,8 +52723,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: - - *377 - *378 + - *379 responses: '201': description: Response @@ -52746,8 +52754,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: - - *377 - *378 + - *379 - *60 responses: '200': @@ -52777,8 +52785,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: - - *377 - *378 + - *379 - *60 responses: '204': @@ -52804,8 +52812,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: - - *377 - *378 + - *379 - *60 responses: '200': *66 @@ -52830,8 +52838,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: - - *377 - *378 + - *379 - *60 requestBody: required: true @@ -52880,8 +52888,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: - - *377 - *378 + - *379 - *60 requestBody: required: true @@ -52931,8 +52939,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: - - *377 - *378 + - *379 - *60 responses: '200': *203 @@ -52962,8 +52970,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: - - *377 - *378 + - *379 - *60 - *204 responses: @@ -52993,9 +53001,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: - - *377 - *378 - - &422 + - *379 + - &423 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. @@ -53003,7 +53011,7 @@ paths: required: false schema: type: string - - &423 + - &424 name: branch description: Returns workflow runs associated with a branch. Use the name of the branch of the `push`. @@ -53011,7 +53019,7 @@ paths: required: false schema: type: string - - &424 + - &425 name: event description: Returns workflow run triggered by the event you specify. For example, `push`, `pull_request` or `issue`. For more information, see "[Events @@ -53020,7 +53028,7 @@ paths: required: false schema: type: string - - &425 + - &426 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 @@ -53047,7 +53055,7 @@ paths: - pending - *17 - *19 - - &426 + - &427 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)." @@ -53056,7 +53064,7 @@ paths: schema: type: string format: date-time - - &405 + - &406 name: exclude_pull_requests description: If `true` pull requests are omitted from the response (empty array). @@ -53065,13 +53073,13 @@ paths: schema: type: boolean default: false - - &427 + - &428 name: check_suite_id description: Returns workflow runs with the `check_suite_id` that you specify. in: query schema: type: integer - - &428 + - &429 name: head_sha description: Only returns workflow runs that are associated with the specified `head_sha`. @@ -53094,7 +53102,7 @@ paths: type: integer workflow_runs: type: array - items: &406 + items: &407 title: Workflow Run description: An invocation of a workflow type: object @@ -53189,7 +53197,7 @@ paths: that triggered the run. type: array nullable: true - items: &449 + items: &450 title: Pull Request Minimal type: object properties: @@ -53308,7 +53316,7 @@ paths: title: Simple Commit description: A commit. type: object - properties: &453 + properties: &454 id: type: string description: SHA for the commit @@ -53359,7 +53367,7 @@ paths: - name - email nullable: true - required: &454 + required: &455 - id - tree_id - message @@ -53406,7 +53414,7 @@ paths: - workflow_url - pull_requests examples: - default: &429 + default: &430 value: total_count: 1 workflow_runs: @@ -53642,24 +53650,24 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/actions/workflow-runs#get-a-workflow-run parameters: - - *377 - *378 - - &407 + - *379 + - &408 name: run_id description: The unique identifier of the workflow run. in: path required: true schema: type: integer - - *405 + - *406 responses: '200': description: Response content: application/json: - schema: *406 + schema: *407 examples: - default: &410 + default: &411 value: id: 30433642 name: Build @@ -53900,9 +53908,9 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/actions/workflow-runs#delete-a-workflow-run parameters: - - *377 - *378 - - *407 + - *379 + - *408 responses: '204': description: Response @@ -53925,9 +53933,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: - - *377 - *378 - - *407 + - *379 + - *408 responses: '200': description: Response @@ -54046,9 +54054,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: - - *377 - *378 - - *407 + - *379 + - *408 responses: '201': description: Response @@ -54081,12 +54089,12 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/actions/artifacts#list-workflow-run-artifacts parameters: - - *377 - *378 - - *407 + - *379 + - *408 - *17 - *19 - - *408 + - *409 responses: '200': description: Response @@ -54102,9 +54110,9 @@ paths: type: integer artifacts: type: array - items: *394 + items: *395 examples: - default: *409 + default: *410 headers: Link: *39 x-github: @@ -54128,25 +54136,25 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/actions/workflow-runs#get-a-workflow-run-attempt parameters: - - *377 - *378 - - *407 - - &411 + - *379 + - *408 + - &412 name: attempt_number description: The attempt number of the workflow run. in: path required: true schema: type: integer - - *405 + - *406 responses: '200': description: Response content: application/json: - schema: *406 + schema: *407 examples: - default: *410 + default: *411 x-github: githubCloudOnly: false enabledForGitHubApps: true @@ -54169,10 +54177,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: - - *377 - *378 - - *407 - - *411 + - *379 + - *408 + - *412 - *17 - *19 responses: @@ -54190,9 +54198,9 @@ paths: type: integer jobs: type: array - items: *412 + items: *413 examples: - default: &413 + default: &414 value: total_count: 1 jobs: @@ -54305,10 +54313,10 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/actions/workflow-runs#download-workflow-run-attempt-logs parameters: - - *377 - *378 - - *407 - - *411 + - *379 + - *408 + - *412 responses: '302': description: Response @@ -54336,9 +54344,9 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/actions/workflow-runs#cancel-a-workflow-run parameters: - - *377 - *378 - - *407 + - *379 + - *408 responses: '202': description: Response @@ -54371,9 +54379,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: - - *377 - *378 - - *407 + - *379 + - *408 requestBody: required: true content: @@ -54440,9 +54448,9 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/actions/workflow-runs#force-cancel-a-workflow-run parameters: - - *377 - *378 - - *407 + - *379 + - *408 responses: '202': description: Response @@ -54475,9 +54483,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: - - *377 - *378 - - *407 + - *379 + - *408 - 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 @@ -54507,9 +54515,9 @@ paths: type: integer jobs: type: array - items: *412 + items: *413 examples: - default: *413 + default: *414 headers: Link: *39 x-github: @@ -54534,9 +54542,9 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/actions/workflow-runs#download-workflow-run-logs parameters: - - *377 - *378 - - *407 + - *379 + - *408 responses: '302': description: Response @@ -54563,9 +54571,9 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/actions/workflow-runs#delete-workflow-run-logs parameters: - - *377 - *378 - - *407 + - *379 + - *408 responses: '204': description: Response @@ -54592,9 +54600,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: - - *377 - *378 - - *407 + - *379 + - *408 responses: '200': description: Response @@ -54654,7 +54662,7 @@ paths: items: type: object properties: - type: &533 + type: &534 type: string description: The type of reviewer. enum: @@ -54739,9 +54747,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: - - *377 - *378 - - *407 + - *379 + - *408 requestBody: required: true content: @@ -54788,7 +54796,7 @@ paths: application/json: schema: type: array - items: &525 + items: &526 title: Deployment description: A request for a specific ref(branch,sha,tag) to be deployed @@ -54894,7 +54902,7 @@ paths: - created_at - updated_at examples: - default: &526 + default: &527 value: - url: https://api.github.com/repos/octocat/example/deployments/1 id: 1 @@ -54950,9 +54958,9 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/actions/workflow-runs#re-run-a-workflow parameters: - - *377 - *378 - - *407 + - *379 + - *408 requestBody: required: false content: @@ -54996,9 +55004,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: - - *377 - *378 - - *407 + - *379 + - *408 requestBody: required: false content: @@ -55052,9 +55060,9 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/actions/workflow-runs#get-workflow-run-usage parameters: - - *377 - *378 - - *407 + - *379 + - *408 responses: '200': description: Response @@ -55191,8 +55199,8 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/actions/secrets#list-repository-secrets parameters: - - *377 - *378 + - *379 - *17 - *19 responses: @@ -55210,9 +55218,9 @@ paths: type: integer secrets: type: array - items: *414 + items: *415 examples: - default: *415 + default: *416 headers: Link: *39 x-github: @@ -55237,16 +55245,16 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/actions/secrets#get-a-repository-public-key parameters: - - *377 - *378 + - *379 responses: '200': description: Response content: application/json: - schema: *416 + schema: *417 examples: - default: *417 + default: *418 x-github: githubCloudOnly: false enabledForGitHubApps: true @@ -55268,17 +55276,17 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/actions/secrets#get-a-repository-secret parameters: - - *377 - *378 + - *379 - *206 responses: '200': description: Response content: application/json: - schema: *414 + schema: *415 examples: - default: &546 + default: &547 value: name: GH_TOKEN created_at: '2019-08-10T14:59:22Z' @@ -55304,8 +55312,8 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/actions/secrets#create-or-update-a-repository-secret parameters: - - *377 - *378 + - *379 - *206 requestBody: required: true @@ -55363,8 +55371,8 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/actions/secrets#delete-a-repository-secret parameters: - - *377 - *378 + - *379 - *206 responses: '204': @@ -55390,9 +55398,9 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/actions/variables#list-repository-variables parameters: - - *377 - *378 - - *401 + - *379 + - *402 - *19 responses: '200': @@ -55409,9 +55417,9 @@ paths: type: integer variables: type: array - items: *418 + items: *419 examples: - default: *419 + default: *420 headers: Link: *39 x-github: @@ -55434,8 +55442,8 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/actions/variables#create-a-repository-variable parameters: - - *377 - *378 + - *379 requestBody: required: true content: @@ -55487,17 +55495,17 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/actions/variables#get-a-repository-variable parameters: - - *377 - *378 + - *379 - *209 responses: '200': description: Response content: application/json: - schema: *418 + schema: *419 examples: - default: &547 + default: &548 value: name: USERNAME value: octocat @@ -55523,8 +55531,8 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/actions/variables#update-a-repository-variable parameters: - - *377 - *378 + - *379 - *209 requestBody: required: true @@ -55567,8 +55575,8 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/actions/variables#delete-a-repository-variable parameters: - - *377 - *378 + - *379 - *209 responses: '204': @@ -55594,8 +55602,8 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/actions/workflows#list-repository-workflows parameters: - - *377 - *378 + - *379 - *17 - *19 responses: @@ -55613,7 +55621,7 @@ paths: type: integer workflows: type: array - items: &420 + items: &421 title: Workflow description: A GitHub Actions workflow type: object @@ -55720,9 +55728,9 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/actions/workflows#get-a-workflow parameters: - - *377 - *378 - - &421 + - *379 + - &422 name: workflow_id in: path description: The ID of the workflow. You can also pass the workflow file name @@ -55737,7 +55745,7 @@ paths: description: Response content: application/json: - schema: *420 + schema: *421 examples: default: value: @@ -55770,9 +55778,9 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/actions/workflows#disable-a-workflow parameters: - - *377 - *378 - - *421 + - *379 + - *422 responses: '204': description: Response @@ -55797,9 +55805,9 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/actions/workflows#create-a-workflow-dispatch-event parameters: - - *377 - *378 - - *421 + - *379 + - *422 responses: '204': description: Response @@ -55850,9 +55858,9 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/actions/workflows#enable-a-workflow parameters: - - *377 - *378 - - *421 + - *379 + - *422 responses: '204': description: Response @@ -55879,19 +55887,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: - - *377 - *378 - - *421 + - *379 - *422 - *423 - *424 - *425 + - *426 - *17 - *19 - - *426 - - *405 - *427 + - *406 - *428 + - *429 responses: '200': description: Response @@ -55907,9 +55915,9 @@ paths: type: integer workflow_runs: type: array - items: *406 + items: *407 examples: - default: *429 + default: *430 headers: Link: *39 x-github: @@ -55942,9 +55950,9 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/actions/workflows#get-workflow-usage parameters: - - *377 - *378 - - *421 + - *379 + - *422 responses: '200': description: Response @@ -56005,8 +56013,8 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/repos/repos#list-repository-activities parameters: - - *377 - *378 + - *379 - *86 - *17 - *84 @@ -56170,8 +56178,8 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/issues/assignees#list-assignees parameters: - - *377 - *378 + - *379 - *17 - *19 responses: @@ -56183,7 +56191,7 @@ paths: type: array items: *4 examples: - default: *293 + default: *294 headers: Link: *39 '404': *6 @@ -56208,8 +56216,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: - - *377 - *378 + - *379 - name: assignee in: path required: true @@ -56245,8 +56253,8 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/repos/repos#create-an-attestation parameters: - - *377 - *378 + - *379 requestBody: required: true content: @@ -56358,8 +56366,8 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/repos/repos#list-attestations parameters: - - *377 - *378 + - *379 - *17 - *84 - *85 @@ -56413,7 +56421,7 @@ paths: bundle_url: type: string examples: - default: *430 + default: *431 x-github: githubCloudOnly: false enabledForGitHubApps: true @@ -56433,8 +56441,8 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/repos/autolinks#get-all-autolinks-of-a-repository parameters: - - *377 - *378 + - *379 responses: '200': description: Response @@ -56442,7 +56450,7 @@ paths: application/json: schema: type: array - items: &431 + items: &432 title: Autolink reference description: An autolink reference. type: object @@ -56492,8 +56500,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: - - *377 - *378 + - *379 requestBody: required: true content: @@ -56532,9 +56540,9 @@ paths: description: response content: application/json: - schema: *431 + schema: *432 examples: - default: &432 + default: &433 value: id: 1 key_prefix: TICKET- @@ -56565,9 +56573,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: - - *377 - *378 - - &433 + - *379 + - &434 name: autolink_id description: The unique identifier of the autolink. in: path @@ -56579,9 +56587,9 @@ paths: description: Response content: application/json: - schema: *431 + schema: *432 examples: - default: *432 + default: *433 '404': *6 x-github: githubCloudOnly: false @@ -56601,9 +56609,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: - - *377 - *378 - - *433 + - *379 + - *434 responses: '204': description: Response @@ -56627,8 +56635,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: - - *377 - *378 + - *379 responses: '200': description: Response if Dependabot is enabled @@ -56676,8 +56684,8 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/repos/repos#enable-dependabot-security-updates parameters: - - *377 - *378 + - *379 responses: '204': description: Response @@ -56698,8 +56706,8 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/repos/repos#disable-dependabot-security-updates parameters: - - *377 - *378 + - *379 responses: '204': description: Response @@ -56719,8 +56727,8 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/branches/branches#list-branches parameters: - - *377 - *378 + - *379 - name: protected description: Setting to `true` returns only branches protected by branch protections or rulesets. When set to `false`, only unprotected branches are returned. @@ -56758,7 +56766,7 @@ paths: - url protected: type: boolean - protection: &435 + protection: &436 title: Branch Protection description: Branch Protection type: object @@ -56800,7 +56808,7 @@ paths: required: - contexts - checks - enforce_admins: &438 + enforce_admins: &439 title: Protected Branch Admin Enforced description: Protected Branch Admin Enforced type: object @@ -56815,7 +56823,7 @@ paths: required: - url - enabled - required_pull_request_reviews: &440 + required_pull_request_reviews: &441 title: Protected Branch Pull Request Review description: Protected Branch Pull Request Review type: object @@ -56891,7 +56899,7 @@ paths: required: - dismiss_stale_reviews - require_code_owner_reviews - restrictions: &437 + restrictions: &438 title: Branch Restriction Policy description: Branch Restriction Policy type: object @@ -57198,9 +57206,9 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/branches/branches#get-a-branch parameters: - - *377 - *378 - - &436 + - *379 + - &437 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). @@ -57214,14 +57222,14 @@ paths: description: Response content: application/json: - schema: &446 + schema: &447 title: Branch With Protection description: Branch With Protection type: object properties: name: type: string - commit: &498 + commit: &499 title: Commit description: Commit type: object @@ -57255,7 +57263,7 @@ paths: title: Git User description: Metaproperties for Git author/committer information. type: object - properties: &434 + properties: &435 name: type: string example: '"Chris Wanstrath"' @@ -57270,7 +57278,7 @@ paths: title: Git User description: Metaproperties for Git author/committer information. type: object - properties: *434 + properties: *435 nullable: true message: type: string @@ -57291,7 +57299,7 @@ paths: required: - sha - url - verification: &553 + verification: &554 title: Verification type: object properties: @@ -57361,7 +57369,7 @@ paths: type: integer files: type: array - items: &513 + items: &514 title: Diff Entry description: Diff Entry type: object @@ -57444,7 +57452,7 @@ paths: - self protected: type: boolean - protection: *435 + protection: *436 protection_url: type: string format: uri @@ -57551,7 +57559,7 @@ paths: contexts: [] checks: [] protection_url: https://api.github.com/repos/octocat/Hello-World/branches/main/protection - '301': *391 + '301': *392 '404': *6 x-github: githubCloudOnly: false @@ -57573,15 +57581,15 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/branches/branch-protection#get-branch-protection parameters: - - *377 - *378 - - *436 + - *379 + - *437 responses: '200': description: Response content: application/json: - schema: *435 + schema: *436 examples: default: value: @@ -57775,9 +57783,9 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/branches/branch-protection#update-branch-protection parameters: - - *377 - *378 - - *436 + - *379 + - *437 requestBody: required: true content: @@ -58032,7 +58040,7 @@ paths: url: type: string format: uri - required_status_checks: &443 + required_status_checks: &444 title: Status Check Policy description: Status Check Policy type: object @@ -58184,7 +58192,7 @@ paths: additionalProperties: false required: - enabled - restrictions: *437 + restrictions: *438 required_conversation_resolution: type: object properties: @@ -58296,9 +58304,9 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/branches/branch-protection#delete-branch-protection parameters: - - *377 - *378 - - *436 + - *379 + - *437 responses: '204': description: Response @@ -58323,17 +58331,17 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/branches/branch-protection#get-admin-branch-protection parameters: - - *377 - *378 - - *436 + - *379 + - *437 responses: '200': description: Response content: application/json: - schema: *438 + schema: *439 examples: - default: &439 + default: &440 value: url: https://api.github.com/repos/octocat/Hello-World/branches/master/protection/enforce_admins enabled: true @@ -58355,17 +58363,17 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/branches/branch-protection#set-admin-branch-protection parameters: - - *377 - *378 - - *436 + - *379 + - *437 responses: '200': description: Response content: application/json: - schema: *438 + schema: *439 examples: - default: *439 + default: *440 x-github: githubCloudOnly: false enabledForGitHubApps: true @@ -58384,9 +58392,9 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/branches/branch-protection#delete-admin-branch-protection parameters: - - *377 - *378 - - *436 + - *379 + - *437 responses: '204': description: Response @@ -58411,17 +58419,17 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/branches/branch-protection#get-pull-request-review-protection parameters: - - *377 - *378 - - *436 + - *379 + - *437 responses: '200': description: Response content: application/json: - schema: *440 + schema: *441 examples: - default: &441 + default: &442 value: url: https://api.github.com/repos/octocat/Hello-World/branches/master/protection/required_pull_request_reviews dismissal_restrictions: @@ -58517,9 +58525,9 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/branches/branch-protection#update-pull-request-review-protection parameters: - - *377 - *378 - - *436 + - *379 + - *437 requestBody: required: false content: @@ -58617,9 +58625,9 @@ paths: description: Response content: application/json: - schema: *440 + schema: *441 examples: - default: *441 + default: *442 '422': *15 x-github: githubCloudOnly: false @@ -58640,9 +58648,9 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/branches/branch-protection#delete-pull-request-review-protection parameters: - - *377 - *378 - - *436 + - *379 + - *437 responses: '204': description: Response @@ -58669,17 +58677,17 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/branches/branch-protection#get-commit-signature-protection parameters: - - *377 - *378 - - *436 + - *379 + - *437 responses: '200': description: Response content: application/json: - schema: *438 + schema: *439 examples: - default: &442 + default: &443 value: url: https://api.github.com/repos/octocat/Hello-World/branches/master/protection/required_signatures enabled: true @@ -58702,17 +58710,17 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/branches/branch-protection#create-commit-signature-protection parameters: - - *377 - *378 - - *436 + - *379 + - *437 responses: '200': description: Response content: application/json: - schema: *438 + schema: *439 examples: - default: *442 + default: *443 '404': *6 x-github: githubCloudOnly: false @@ -58732,9 +58740,9 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/branches/branch-protection#delete-commit-signature-protection parameters: - - *377 - *378 - - *436 + - *379 + - *437 responses: '204': description: Response @@ -58759,17 +58767,17 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/branches/branch-protection#get-status-checks-protection parameters: - - *377 - *378 - - *436 + - *379 + - *437 responses: '200': description: Response content: application/json: - schema: *443 + schema: *444 examples: - default: &444 + default: &445 value: url: https://api.github.com/repos/octocat/Hello-World/branches/master/protection/required_status_checks strict: true @@ -58795,9 +58803,9 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/branches/branch-protection#update-status-check-protection parameters: - - *377 - *378 - - *436 + - *379 + - *437 requestBody: required: false content: @@ -58849,9 +58857,9 @@ paths: description: Response content: application/json: - schema: *443 + schema: *444 examples: - default: *444 + default: *445 '404': *6 '422': *15 x-github: @@ -58873,9 +58881,9 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/branches/branch-protection#remove-status-check-protection parameters: - - *377 - *378 - - *436 + - *379 + - *437 responses: '204': description: Response @@ -58899,9 +58907,9 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/branches/branch-protection#get-all-status-check-contexts parameters: - - *377 - *378 - - *436 + - *379 + - *437 responses: '200': description: Response @@ -58935,9 +58943,9 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/branches/branch-protection#add-status-check-contexts parameters: - - *377 - *378 - - *436 + - *379 + - *437 requestBody: required: false content: @@ -59004,9 +59012,9 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/branches/branch-protection#set-status-check-contexts parameters: - - *377 - *378 - - *436 + - *379 + - *437 requestBody: required: false content: @@ -59070,9 +59078,9 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/branches/branch-protection#remove-status-check-contexts parameters: - - *377 - *378 - - *436 + - *379 + - *437 requestBody: content: application/json: @@ -59138,15 +59146,15 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/branches/branch-protection#get-access-restrictions parameters: - - *377 - *378 - - *436 + - *379 + - *437 responses: '200': description: Response content: application/json: - schema: *437 + schema: *438 examples: default: value: @@ -59237,9 +59245,9 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/branches/branch-protection#delete-access-restrictions parameters: - - *377 - *378 - - *436 + - *379 + - *437 responses: '204': description: Response @@ -59262,9 +59270,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: - - *377 - *378 - - *436 + - *379 + - *437 responses: '200': description: Response @@ -59274,7 +59282,7 @@ paths: type: array items: *5 examples: - default: &445 + default: &446 value: - id: 1 slug: octoapp @@ -59331,9 +59339,9 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/branches/branch-protection#add-app-access-restrictions parameters: - - *377 - *378 - - *436 + - *379 + - *437 requestBody: required: true content: @@ -59367,7 +59375,7 @@ paths: type: array items: *5 examples: - default: *445 + default: *446 '422': *15 x-github: githubCloudOnly: false @@ -59388,9 +59396,9 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/branches/branch-protection#set-app-access-restrictions parameters: - - *377 - *378 - - *436 + - *379 + - *437 requestBody: required: true content: @@ -59424,7 +59432,7 @@ paths: type: array items: *5 examples: - default: *445 + default: *446 '422': *15 x-github: githubCloudOnly: false @@ -59445,9 +59453,9 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/branches/branch-protection#remove-app-access-restrictions parameters: - - *377 - *378 - - *436 + - *379 + - *437 requestBody: required: true content: @@ -59481,7 +59489,7 @@ paths: type: array items: *5 examples: - default: *445 + default: *446 '422': *15 x-github: githubCloudOnly: false @@ -59503,9 +59511,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: - - *377 - *378 - - *436 + - *379 + - *437 responses: '200': description: Response @@ -59515,7 +59523,7 @@ paths: type: array items: *227 examples: - default: *305 + default: *306 '404': *6 x-github: githubCloudOnly: false @@ -59535,9 +59543,9 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/branches/branch-protection#add-team-access-restrictions parameters: - - *377 - *378 - - *436 + - *379 + - *437 requestBody: required: false content: @@ -59575,7 +59583,7 @@ paths: type: array items: *227 examples: - default: *305 + default: *306 '422': *15 x-github: githubCloudOnly: false @@ -59596,9 +59604,9 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/branches/branch-protection#set-team-access-restrictions parameters: - - *377 - *378 - - *436 + - *379 + - *437 requestBody: required: false content: @@ -59636,7 +59644,7 @@ paths: type: array items: *227 examples: - default: *305 + default: *306 '422': *15 x-github: githubCloudOnly: false @@ -59657,9 +59665,9 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/branches/branch-protection#remove-team-access-restrictions parameters: - - *377 - *378 - - *436 + - *379 + - *437 requestBody: content: application/json: @@ -59696,7 +59704,7 @@ paths: type: array items: *227 examples: - default: *305 + default: *306 '422': *15 x-github: githubCloudOnly: false @@ -59718,9 +59726,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: - - *377 - *378 - - *436 + - *379 + - *437 responses: '200': description: Response @@ -59730,7 +59738,7 @@ paths: type: array items: *4 examples: - default: *293 + default: *294 '404': *6 x-github: githubCloudOnly: false @@ -59754,9 +59762,9 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/branches/branch-protection#add-user-access-restrictions parameters: - - *377 - *378 - - *436 + - *379 + - *437 requestBody: required: true content: @@ -59789,7 +59797,7 @@ paths: type: array items: *4 examples: - default: *293 + default: *294 '422': *15 x-github: githubCloudOnly: false @@ -59814,9 +59822,9 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/branches/branch-protection#set-user-access-restrictions parameters: - - *377 - *378 - - *436 + - *379 + - *437 requestBody: required: true content: @@ -59849,7 +59857,7 @@ paths: type: array items: *4 examples: - default: *293 + default: *294 '422': *15 x-github: githubCloudOnly: false @@ -59874,9 +59882,9 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/branches/branch-protection#remove-user-access-restrictions parameters: - - *377 - *378 - - *436 + - *379 + - *437 requestBody: required: true content: @@ -59909,7 +59917,7 @@ paths: type: array items: *4 examples: - default: *293 + default: *294 '422': *15 x-github: githubCloudOnly: false @@ -59936,9 +59944,9 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/branches/branches#rename-a-branch parameters: - - *377 - *378 - - *436 + - *379 + - *437 requestBody: required: true content: @@ -59960,7 +59968,7 @@ paths: description: Response content: application/json: - schema: *446 + schema: *447 examples: default: value: @@ -60074,8 +60082,8 @@ paths: category: repos subcategory: bypass-requests parameters: - - *377 - *378 + - *379 - *219 - *220 - *221 @@ -60111,8 +60119,8 @@ paths: category: repos subcategory: bypass-requests parameters: - - *377 - *378 + - *379 - name: bypass_request_number in: path required: true @@ -60185,8 +60193,8 @@ paths: category: secret-scanning subcategory: delegated-bypass parameters: - - *377 - *378 + - *379 - *219 - *220 - *221 @@ -60200,9 +60208,9 @@ paths: application/json: schema: type: array - items: *447 + items: *448 examples: - default: *448 + default: *449 '404': *6 '403': *29 '500': *99 @@ -60226,8 +60234,8 @@ paths: category: secret-scanning subcategory: delegated-bypass parameters: - - *377 - *378 + - *379 - name: bypass_request_number in: path required: true @@ -60239,7 +60247,7 @@ paths: description: A single bypass request. content: application/json: - schema: *447 + schema: *448 examples: default: value: @@ -60297,8 +60305,8 @@ paths: category: secret-scanning subcategory: delegated-bypass parameters: - - *377 - *378 + - *379 - name: bypass_request_number in: path required: true @@ -60369,8 +60377,8 @@ paths: category: secret-scanning subcategory: delegated-bypass parameters: - - *377 - *378 + - *379 - name: bypass_response_id in: path required: true @@ -60403,8 +60411,8 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/checks/runs#create-a-check-run parameters: - - *377 - *378 + - *379 requestBody: required: true content: @@ -60683,7 +60691,7 @@ paths: description: Response content: application/json: - schema: &450 + schema: &451 title: CheckRun description: A check performed on the code of a given code change type: object @@ -60802,8 +60810,8 @@ paths: do not necessarily indicate pull requests that triggered the check. type: array - items: *449 - deployment: &771 + items: *450 + deployment: &772 title: Deployment description: A deployment created as the result of an Actions check run from a workflow that references an environment @@ -61083,9 +61091,9 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/checks/runs#get-a-check-run parameters: - - *377 - *378 - - &451 + - *379 + - &452 name: check_run_id description: The unique identifier of the check run. in: path @@ -61097,9 +61105,9 @@ paths: description: Response content: application/json: - schema: *450 + schema: *451 examples: - default: &452 + default: &453 value: id: 4 head_sha: ce587453ced02b1526dfb4cb910479d431683101 @@ -61199,9 +61207,9 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/checks/runs#update-a-check-run parameters: - - *377 - *378 - - *451 + - *379 + - *452 requestBody: required: true content: @@ -61441,9 +61449,9 @@ paths: description: Response content: application/json: - schema: *450 + schema: *451 examples: - default: *452 + default: *453 x-github: githubCloudOnly: false enabledForGitHubApps: true @@ -61463,9 +61471,9 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/checks/runs#list-check-run-annotations parameters: - - *377 - *378 - - *451 + - *379 + - *452 - *17 - *19 responses: @@ -61553,8 +61561,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 @@ -61562,9 +61568,9 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/checks/runs#rerequest-a-check-run parameters: - - *377 - *378 - - *451 + - *379 + - *452 responses: '201': description: Response @@ -61608,8 +61614,8 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/checks/suites#create-a-check-suite parameters: - - *377 - *378 + - *379 requestBody: required: true content: @@ -61631,7 +61637,7 @@ paths: description: Response when the suite already exists content: application/json: - schema: &455 + schema: &456 title: CheckSuite description: A suite of checks performed on the code of a given code change @@ -61695,7 +61701,7 @@ paths: nullable: true pull_requests: type: array - items: *449 + items: *450 nullable: true app: title: GitHub app @@ -61717,12 +61723,12 @@ paths: type: string format: date-time nullable: true - head_commit: &797 + head_commit: &798 title: Simple Commit description: A commit. type: object - properties: *453 - required: *454 + properties: *454 + required: *455 latest_check_runs_count: type: integer check_runs_url: @@ -61750,7 +61756,7 @@ paths: - check_runs_url - pull_requests examples: - default: &456 + default: &457 value: id: 5 node_id: MDEwOkNoZWNrU3VpdGU1 @@ -62041,9 +62047,9 @@ paths: description: Response when the suite was created content: application/json: - schema: *455 + schema: *456 examples: - default: *456 + default: *457 x-github: githubCloudOnly: false enabledForGitHubApps: true @@ -62062,8 +62068,8 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/checks/suites#update-repository-preferences-for-check-suites parameters: - - *377 - *378 + - *379 requestBody: required: true content: @@ -62372,9 +62378,9 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/checks/suites#get-a-check-suite parameters: - - *377 - *378 - - &457 + - *379 + - &458 name: check_suite_id description: The unique identifier of the check suite. in: path @@ -62386,9 +62392,9 @@ paths: description: Response content: application/json: - schema: *455 + schema: *456 examples: - default: *456 + default: *457 x-github: githubCloudOnly: false enabledForGitHubApps: true @@ -62411,17 +62417,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: - - *377 - *378 - - *457 - - &506 + - *379 + - *458 + - &507 name: check_name description: Returns check runs with the specified `name`. in: query required: false schema: type: string - - &507 + - &508 name: status description: Returns check runs with the specified `status`. in: query @@ -62460,9 +62466,9 @@ paths: type: integer check_runs: type: array - items: *450 + items: *451 examples: - default: &508 + default: &509 value: total_count: 1 check_runs: @@ -62553,10 +62559,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 @@ -62564,9 +62570,9 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/checks/suites#rerequest-a-check-suite parameters: - - *377 - *378 - - *457 + - *379 + - *458 responses: '201': description: Response @@ -62599,21 +62605,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: - - *377 - *378 + - *379 - *231 - *232 - *19 - *17 - - &473 + - &474 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: *458 - - &474 + schema: *459 + - &475 name: pr description: The number of the pull request for the results you want to list. in: query @@ -62644,7 +62650,7 @@ paths: be returned. in: query required: false - schema: *459 + schema: *460 responses: '200': description: Response @@ -62660,7 +62666,7 @@ paths: updated_at: *108 url: *105 html_url: *106 - instances_url: *460 + instances_url: *461 state: *89 fixed_at: *110 dismissed_by: @@ -62671,11 +62677,11 @@ paths: required: *21 nullable: true dismissed_at: *109 - dismissed_reason: *461 - dismissed_comment: *462 - rule: *463 - tool: *464 - most_recent_instance: *465 + dismissed_reason: *462 + dismissed_comment: *463 + rule: *464 + tool: *465 + most_recent_instance: *466 dismissal_approved_by: title: Simple User description: A GitHub user. @@ -62798,7 +62804,7 @@ paths: classifications: [] instances_url: https://api.github.com/repos/octocat/hello-world/code-scanning/alerts/3/instances '304': *37 - '403': &466 + '403': &467 description: Response if GitHub Advanced Security is not enabled for this repository content: @@ -62825,9 +62831,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: - - *377 - *378 - - &467 + - *379 + - &468 name: alert_number in: path description: The number that identifies an alert. You can find this at the @@ -62841,7 +62847,7 @@ paths: description: Response content: application/json: - schema: &468 + schema: &469 type: object properties: number: *100 @@ -62849,7 +62855,7 @@ paths: updated_at: *108 url: *105 html_url: *106 - instances_url: *460 + instances_url: *461 state: *89 fixed_at: *110 dismissed_by: @@ -62860,8 +62866,8 @@ paths: required: *21 nullable: true dismissed_at: *109 - dismissed_reason: *461 - dismissed_comment: *462 + dismissed_reason: *462 + dismissed_comment: *463 rule: type: object properties: @@ -62915,8 +62921,8 @@ paths: type: string description: A link to the documentation for the rule used to detect the alert. - tool: *464 - most_recent_instance: *465 + tool: *465 + most_recent_instance: *466 dismissal_approved_by: title: Simple User description: A GitHub user. @@ -63012,7 +63018,7 @@ paths: - test instances_url: https://api.github.com/repos/octocat/hello-world/code-scanning/alerts/42/instances '304': *37 - '403': *466 + '403': *467 '404': *6 '503': *132 x-github: @@ -63032,9 +63038,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: - - *377 - *378 - - *467 + - *379 + - *468 requestBody: required: true content: @@ -63049,8 +63055,8 @@ paths: enum: - open - dismissed - dismissed_reason: *461 - dismissed_comment: *462 + dismissed_reason: *462 + dismissed_comment: *463 create_request: type: boolean description: If `true`, attempt to create an alert dismissal request. @@ -63069,7 +63075,7 @@ paths: description: Response content: application/json: - schema: *468 + schema: *469 examples: default: value: @@ -63145,7 +63151,7 @@ paths: - test instances_url: https://api.github.com/repos/octocat/hello-world/code-scanning/alerts/42/instances '400': *14 - '403': &472 + '403': &473 description: Response if the repository is archived or if GitHub Advanced Security is not enabled for this repository content: @@ -63172,15 +63178,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: - - *377 - *378 - - *467 + - *379 + - *468 responses: '200': description: Response content: application/json: - schema: &469 + schema: &470 type: object properties: status: @@ -63206,13 +63212,13 @@ paths: - description - started_at examples: - default: &470 + default: &471 value: status: success description: This fixes an XSS vulnerability by escaping the user input. started_at: '2024-02-14T12:29:18Z' - '400': &471 + '400': &472 description: Bad Request content: application/json: @@ -63223,7 +63229,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': *466 + '403': *467 '404': *6 '503': *132 x-github: @@ -63248,29 +63254,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: - - *377 - *378 - - *467 + - *379 + - *468 responses: '200': description: OK content: application/json: - schema: *469 + schema: *470 examples: - default: *470 + default: *471 '202': description: Accepted content: application/json: - schema: *469 + schema: *470 examples: default: value: status: pending description: started_at: '2024-02-14T12:29:18Z' - '400': *471 + '400': *472 '403': description: Response if the repository is archived, if GitHub Advanced Security is not enabled for this repository or if rate limit is exceeded @@ -63302,9 +63308,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: - - *377 - *378 - - *467 + - *379 + - *468 requestBody: required: false content: @@ -63349,8 +63355,8 @@ paths: value: target_ref: refs/heads/main sha: 178f4f6090b3fccad4a65b3e83d076a622d59652 - '400': *471 - '403': *472 + '400': *472 + '403': *473 '404': *6 '422': description: Unprocessable Entity @@ -63374,13 +63380,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: - - *377 - *378 - - *467 + - *379 + - *468 - *19 - *17 - - *473 - *474 + - *475 responses: '200': description: Response @@ -63388,7 +63394,7 @@ paths: application/json: schema: type: array - items: *465 + items: *466 examples: default: value: @@ -63427,7 +63433,7 @@ paths: end_column: 50 classifications: - source - '403': *466 + '403': *467 '404': *6 '503': *132 x-github: @@ -63461,25 +63467,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: - - *377 - *378 + - *379 - *231 - *232 - *19 - *17 - - *474 + - *475 - 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: *458 + schema: *459 - name: sarif_id in: query description: Filter analyses belonging to the same SARIF upload. required: false - schema: &477 + schema: &478 type: string description: An identifier for the upload. example: 6c81cd8e-b078-4ac3-a3be-1dad7dbd0b53 @@ -63500,23 +63506,23 @@ paths: application/json: schema: type: array - items: &478 + items: &479 type: object properties: - ref: *458 - commit_sha: &486 + ref: *459 + commit_sha: &487 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: *475 + analysis_key: *476 environment: type: string description: Identifies the variable values associated with the environment in which this analysis was performed. - category: *476 + category: *477 error: type: string example: error reading field xyz @@ -63540,8 +63546,8 @@ paths: description: The REST API URL of the analysis resource. format: uri readOnly: true - sarif_id: *477 - tool: *464 + sarif_id: *478 + tool: *465 deletable: type: boolean warning: @@ -63602,7 +63608,7 @@ paths: version: 1.2.0 deletable: true warning: '' - '403': *466 + '403': *467 '404': *6 '503': *132 x-github: @@ -63638,8 +63644,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: - - *377 - *378 + - *379 - name: analysis_id in: path description: The ID of the analysis, as returned from the `GET /repos/{owner}/{repo}/code-scanning/analyses` @@ -63652,7 +63658,7 @@ paths: description: Response content: application/json: - schema: *478 + schema: *479 examples: response: summary: application/json response @@ -63706,7 +63712,7 @@ paths: properties: - github/alertNumber: 2 - github/alertUrl: https://api.github.com/repos/monalisa/monalisa/code-scanning/alerts/2 - '403': *466 + '403': *467 '404': *6 '503': *132 x-github: @@ -63788,8 +63794,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: - - *377 - *378 + - *379 - name: analysis_id in: path description: The ID of the analysis, as returned from the `GET /repos/{owner}/{repo}/code-scanning/analyses` @@ -63842,7 +63848,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': *472 + '403': *473 '404': *6 '503': *132 x-github: @@ -63864,8 +63870,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: - - *377 - *378 + - *379 responses: '200': description: Response @@ -63873,7 +63879,7 @@ paths: application/json: schema: type: array - items: &479 + items: &480 title: CodeQL Database description: A CodeQL database. type: object @@ -63984,7 +63990,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': *466 + '403': *467 '404': *6 '503': *132 x-github: @@ -64013,8 +64019,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: - - *377 - *378 + - *379 - name: language in: path description: The language of the CodeQL database. @@ -64026,7 +64032,7 @@ paths: description: Response content: application/json: - schema: *479 + schema: *480 examples: default: value: @@ -64058,9 +64064,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': &515 + '302': &516 description: Found - '403': *466 + '403': *467 '404': *6 '503': *132 x-github: @@ -64082,8 +64088,8 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/code-scanning/code-scanning#delete-a-codeql-database parameters: - - *377 - *378 + - *379 - name: language in: path description: The language of the CodeQL database. @@ -64093,7 +64099,7 @@ paths: responses: '204': description: Response - '403': *472 + '403': *473 '404': *6 '503': *132 x-github: @@ -64121,8 +64127,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: - - *377 - *378 + - *379 requestBody: required: true content: @@ -64131,7 +64137,7 @@ paths: type: object additionalProperties: false properties: - language: &480 + language: &481 type: string description: The language targeted by the CodeQL query enum: @@ -64210,7 +64216,7 @@ paths: description: Variant analysis submitted for processing content: application/json: - schema: &484 + schema: &485 title: Variant Analysis description: A run of a CodeQL query against one or more repositories. type: object @@ -64220,7 +64226,7 @@ paths: description: The ID of the variant analysis. controller_repo: *96 actor: *4 - query_language: *480 + query_language: *481 query_pack_url: type: string description: The download url for the query pack. @@ -64267,7 +64273,7 @@ paths: items: type: object properties: - repository: &481 + repository: &482 title: Repository Identifier description: Repository Identifier type: object @@ -64303,7 +64309,7 @@ paths: - private - stargazers_count - updated_at - analysis_status: &485 + analysis_status: &486 type: string description: The new status of the CodeQL variant analysis repository task. @@ -64335,7 +64341,7 @@ paths: from processing. This information is only available to the user that initiated the variant analysis. properties: - access_mismatch_repos: &482 + access_mismatch_repos: &483 type: object properties: repository_count: @@ -64349,7 +64355,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: *481 + items: *482 required: - repository_count - repositories @@ -64371,8 +64377,8 @@ paths: required: - repository_count - repository_full_names - no_codeql_db_repos: *482 - over_limit_repos: *482 + no_codeql_db_repos: *483 + over_limit_repos: *483 required: - access_mismatch_repos - not_found_repos @@ -64388,7 +64394,7 @@ paths: examples: repositories_parameter: summary: Response for a successful variant analysis submission - value: &483 + value: &484 summary: Default response value: id: 1 @@ -64540,10 +64546,10 @@ paths: private: false repository_owners: summary: Response for a successful variant analysis submission - value: *483 + value: *484 repository_lists: summary: Response for a successful variant analysis submission - value: *483 + value: *484 '404': *6 '422': description: Unable to process variant analysis submission @@ -64571,8 +64577,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: - - *377 - *378 + - *379 - name: codeql_variant_analysis_id in: path description: The unique identifier of the variant analysis. @@ -64584,9 +64590,9 @@ paths: description: Response content: application/json: - schema: *484 + schema: *485 examples: - default: *483 + default: *484 '404': *6 '503': *132 x-github: @@ -64609,7 +64615,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: - - *377 + - *378 - name: repo in: path description: The name of the controller repository. @@ -64644,7 +64650,7 @@ paths: type: object properties: repository: *96 - analysis_status: *485 + analysis_status: *486 artifact_size_in_bytes: type: integer description: The size of the artifact. This is only available @@ -64769,8 +64775,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: - - *377 - *378 + - *379 responses: '200': description: Response @@ -64844,7 +64850,7 @@ paths: query_suite: default updated_at: '2023-01-19T11:21:34Z' schedule: weekly - '403': *466 + '403': *467 '404': *6 '503': *132 x-github: @@ -64865,8 +64871,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: - - *377 - *378 + - *379 requestBody: required: true content: @@ -64948,7 +64954,7 @@ paths: value: run_id: 42 run_url: https://api.github.com/repos/octoorg/octocat/actions/runs/42 - '403': *472 + '403': *473 '404': *6 '409': description: Response if there is already a validation run in progress with @@ -65013,8 +65019,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: - - *377 - *378 + - *379 requestBody: required: true content: @@ -65022,7 +65028,7 @@ paths: schema: type: object properties: - commit_sha: *486 + commit_sha: *487 ref: type: string description: |- @@ -65080,7 +65086,7 @@ paths: schema: type: object properties: - id: *477 + id: *478 url: type: string description: The REST API URL for checking the status of the upload. @@ -65094,7 +65100,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': *472 + '403': *473 '404': *6 '413': description: Payload Too Large if the sarif field is too large @@ -65117,8 +65123,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: - - *377 - *378 + - *379 - name: sarif_id description: The SARIF ID obtained after uploading. in: path @@ -65164,7 +65170,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': *466 + '403': *467 '404': description: Not Found if the sarif id does not match any upload '503': *132 @@ -65189,8 +65195,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: - - *377 - *378 + - *379 responses: '200': description: Response @@ -65271,8 +65277,8 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/repos/repos#list-codeowners-errors parameters: - - *377 - *378 + - *379 - 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 @@ -65392,8 +65398,8 @@ paths: parameters: - *17 - *19 - - *377 - *378 + - *379 responses: '200': description: Response @@ -65409,7 +65415,7 @@ paths: type: integer codespaces: type: array - items: *294 + items: *295 examples: default: value: @@ -65707,8 +65713,8 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/codespaces/codespaces#create-a-codespace-in-a-repository parameters: - - *377 - *378 + - *379 requestBody: required: true content: @@ -65771,17 +65777,17 @@ paths: description: Response when the codespace was successfully created content: application/json: - schema: *294 + schema: *295 examples: - default: *487 + default: *488 '202': description: Response when the codespace creation partially failed but is being retried in the background content: application/json: - schema: *294 + schema: *295 examples: - default: *487 + default: *488 '400': *14 '401': *25 '403': *29 @@ -65810,8 +65816,8 @@ paths: parameters: - *17 - *19 - - *377 - *378 + - *379 responses: '200': description: Response @@ -65875,8 +65881,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: - - *377 - *378 + - *379 - name: location description: The location to check for available machines. Assigned by IP if not provided. @@ -65911,14 +65917,14 @@ paths: type: integer machines: type: array - items: &727 + items: &728 type: object title: Codespace machine description: A description of the machine powering a codespace. - properties: *488 - required: *489 + properties: *489 + required: *490 examples: - default: &728 + default: &729 value: total_count: 2 machines: @@ -65958,8 +65964,8 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/codespaces/codespaces#get-default-attributes-for-a-codespace parameters: - - *377 - *378 + - *379 - name: ref description: The branch or commit to check for a default devcontainer path. If not specified, the default branch will be checked. @@ -66043,8 +66049,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: - - *377 - *378 + - *379 - 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 @@ -66110,8 +66116,8 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/codespaces/repository-secrets#list-repository-secrets parameters: - - *377 - *378 + - *379 - *17 - *19 responses: @@ -66129,7 +66135,7 @@ paths: type: integer secrets: type: array - items: &493 + items: &494 title: Codespaces Secret description: Set repository secrets for GitHub Codespaces. type: object @@ -66149,7 +66155,7 @@ paths: - created_at - updated_at examples: - default: *490 + default: *491 headers: Link: *39 x-github: @@ -66172,16 +66178,16 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/codespaces/repository-secrets#get-a-repository-public-key parameters: - - *377 - *378 + - *379 responses: '200': description: Response content: application/json: - schema: *491 + schema: *492 examples: - default: *492 + default: *493 x-github: githubCloudOnly: false enabledForGitHubApps: false @@ -66201,17 +66207,17 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/codespaces/repository-secrets#get-a-repository-secret parameters: - - *377 - *378 + - *379 - *206 responses: '200': description: Response content: application/json: - schema: *493 + schema: *494 examples: - default: *494 + default: *495 x-github: githubCloudOnly: false enabledForGitHubApps: true @@ -66231,8 +66237,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: - - *377 - *378 + - *379 - *206 requestBody: required: true @@ -66285,8 +66291,8 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/codespaces/repository-secrets#delete-a-repository-secret parameters: - - *377 - *378 + - *379 - *206 responses: '204': @@ -66315,8 +66321,8 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/collaborators/collaborators#list-repository-collaborators parameters: - - *377 - *378 + - *379 - name: affiliation description: Filter collaborators returned by their affiliation. `outside` means all outside collaborators of an organization-owned repository. `direct` @@ -66358,7 +66364,7 @@ paths: title: Collaborator description: Collaborator type: object - properties: &495 + properties: &496 login: type: string example: octocat @@ -66451,7 +66457,7 @@ paths: user_view_type: type: string example: public - required: &496 + required: &497 - avatar_url - events_url - followers_url @@ -66525,8 +66531,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: - - *377 - *378 + - *379 - *218 responses: '204': @@ -66569,8 +66575,8 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/collaborators/collaborators#add-a-repository-collaborator parameters: - - *377 - *378 + - *379 - *218 requestBody: required: false @@ -66597,7 +66603,7 @@ paths: description: Response when a new invitation is created content: application/json: - schema: &566 + schema: &567 title: Repository Invitation description: Repository invitations let you manage who you collaborate with. @@ -66819,8 +66825,8 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/collaborators/collaborators#remove-a-repository-collaborator parameters: - - *377 - *378 + - *379 - *218 responses: '204': @@ -66850,8 +66856,8 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/collaborators/collaborators#get-repository-permissions-for-a-user parameters: - - *377 - *378 + - *379 - *218 responses: '200': @@ -66872,8 +66878,8 @@ paths: title: Collaborator description: Collaborator type: object - properties: *495 - required: *496 + properties: *496 + required: *497 nullable: true required: - permission @@ -66928,8 +66934,8 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/commits/comments#list-commit-comments-for-a-repository parameters: - - *377 - *378 + - *379 - *17 - *19 responses: @@ -66939,7 +66945,7 @@ paths: application/json: schema: type: array - items: &497 + items: &498 title: Commit Comment description: Commit Comment type: object @@ -66997,7 +67003,7 @@ paths: - created_at - updated_at examples: - default: &500 + default: &501 value: - html_url: https://github.com/octocat/Hello-World/commit/6dcb09b5b57875f334f61aebed695e2e4193db5e#commitcomment-1 url: https://api.github.com/repos/octocat/Hello-World/comments/1 @@ -67056,17 +67062,17 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/commits/comments#get-a-commit-comment parameters: - - *377 - *378 + - *379 - *152 responses: '200': description: Response content: application/json: - schema: *497 + schema: *498 examples: - default: &501 + default: &502 value: html_url: https://github.com/octocat/Hello-World/commit/6dcb09b5b57875f334f61aebed695e2e4193db5e#commitcomment-1 url: https://api.github.com/repos/octocat/Hello-World/comments/1 @@ -67123,8 +67129,8 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/commits/comments#update-a-commit-comment parameters: - - *377 - *378 + - *379 - *152 requestBody: required: true @@ -67147,7 +67153,7 @@ paths: description: Response content: application/json: - schema: *497 + schema: *498 examples: default: value: @@ -67198,8 +67204,8 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/commits/comments#delete-a-commit-comment parameters: - - *377 - *378 + - *379 - *152 responses: '204': @@ -67221,8 +67227,8 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/reactions/reactions#list-reactions-for-a-commit-comment parameters: - - *377 - *378 + - *379 - *152 - name: content description: Returns a single [reaction type](https://docs.github.com/enterprise-cloud@latest//rest/reactions/reactions#about-reactions). @@ -67249,9 +67255,9 @@ paths: application/json: schema: type: array - items: *366 + items: *367 examples: - default: *368 + default: *369 headers: Link: *39 '404': *6 @@ -67272,8 +67278,8 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/reactions/reactions#create-reaction-for-a-commit-comment parameters: - - *377 - *378 + - *379 - *152 requestBody: required: true @@ -67306,16 +67312,16 @@ paths: description: Reaction exists content: application/json: - schema: *366 + schema: *367 examples: - default: *367 + default: *368 '201': description: Reaction created content: application/json: - schema: *366 + schema: *367 examples: - default: *367 + default: *368 '422': *15 x-github: githubCloudOnly: false @@ -67337,10 +67343,10 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/reactions/reactions#delete-a-commit-comment-reaction parameters: - - *377 - *378 + - *379 - *152 - - *369 + - *370 responses: '204': description: Response @@ -67389,8 +67395,8 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/commits/commits#list-commits parameters: - - *377 - *378 + - *379 - name: sha description: 'SHA or branch to start listing commits from. Default: the repository’s default branch (usually `main`).' @@ -67446,9 +67452,9 @@ paths: application/json: schema: type: array - items: *498 + items: *499 examples: - default: &617 + default: &618 value: - url: https://api.github.com/repos/octocat/Hello-World/commits/6dcb09b5b57875f334f61aebed695e2e4193db5e sha: 6dcb09b5b57875f334f61aebed695e2e4193db5e @@ -67542,9 +67548,9 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/commits/commits#list-branches-for-head-commit parameters: - - *377 - *378 - - &499 + - *379 + - &500 name: commit_sha description: The SHA of the commit. in: path @@ -67616,9 +67622,9 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/commits/comments#list-commit-comments parameters: - - *377 - *378 - - *499 + - *379 + - *500 - *17 - *19 responses: @@ -67628,9 +67634,9 @@ paths: application/json: schema: type: array - items: *497 + items: *498 examples: - default: *500 + default: *501 headers: Link: *39 x-github: @@ -67658,9 +67664,9 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/commits/comments#create-a-commit-comment parameters: - - *377 - *378 - - *499 + - *379 + - *500 requestBody: required: true content: @@ -67695,9 +67701,9 @@ paths: description: Response content: application/json: - schema: *497 + schema: *498 examples: - default: *501 + default: *502 headers: Location: example: https://api.github.com/repos/octocat/Hello-World/comments/1 @@ -67725,9 +67731,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: - - *377 - *378 - - *499 + - *379 + - *500 - *17 - *19 responses: @@ -67737,7 +67743,7 @@ paths: application/json: schema: type: array - items: &608 + items: &609 title: Pull Request Simple description: Pull Request Simple type: object @@ -67843,8 +67849,8 @@ paths: title: Milestone description: A collection of related issues and pull requests. type: object - properties: *502 - required: *503 + properties: *503 + required: *504 nullable: true active_lock_reason: type: string @@ -67940,7 +67946,7 @@ paths: _links: type: object properties: - comments: &504 + comments: &505 title: Link description: Hypermedia Link type: object @@ -67949,13 +67955,13 @@ paths: type: string required: - href - commits: *504 - statuses: *504 - html: *504 - issue: *504 - review_comments: *504 - review_comment: *504 - self: *504 + commits: *505 + statuses: *505 + html: *505 + issue: *505 + review_comments: *505 + review_comment: *505 + self: *505 required: - comments - commits @@ -67966,7 +67972,7 @@ paths: - review_comment - self author_association: *140 - auto_merge: &610 + auto_merge: &611 title: Auto merge description: The status of auto merging a pull request. type: object @@ -68029,7 +68035,7 @@ paths: - author_association - auto_merge examples: - default: &609 + default: &610 value: - url: https://api.github.com/repos/octocat/Hello-World/pulls/1347 id: 1 @@ -68566,11 +68572,11 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/commits/commits#get-a-commit parameters: - - *377 - *378 + - *379 - *19 - *17 - - &505 + - &506 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)" @@ -68585,9 +68591,9 @@ paths: description: Response content: application/json: - schema: *498 + schema: *499 examples: - default: &595 + default: &596 value: url: https://api.github.com/repos/octocat/Hello-World/commits/6dcb09b5b57875f334f61aebed695e2e4193db5e sha: 6dcb09b5b57875f334f61aebed695e2e4193db5e @@ -68700,11 +68706,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: - - *377 - *378 - - *505 + - *379 - *506 - *507 + - *508 - name: filter description: Filters check runs by their `completed_at` timestamp. `latest` returns the most recent check runs. @@ -68738,9 +68744,9 @@ paths: type: integer check_runs: type: array - items: *450 + items: *451 examples: - default: *508 + default: *509 headers: Link: *39 x-github: @@ -68765,9 +68771,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: - - *377 - *378 - - *505 + - *379 + - *506 - name: app_id description: Filters check suites by GitHub App `id`. in: query @@ -68775,7 +68781,7 @@ paths: schema: type: integer example: 1 - - *506 + - *507 - *17 - *19 responses: @@ -68793,7 +68799,7 @@ paths: type: integer check_suites: type: array - items: *455 + items: *456 examples: default: value: @@ -68993,9 +68999,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: - - *377 - *378 - - *505 + - *379 + - *506 - *17 - *19 responses: @@ -69193,9 +69199,9 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/commits/statuses#list-commit-statuses-for-a-reference parameters: - - *377 - *378 - - *505 + - *379 + - *506 - *17 - *19 responses: @@ -69205,7 +69211,7 @@ paths: application/json: schema: type: array - items: &675 + items: &676 title: Status description: The status of a commit. type: object @@ -69286,7 +69292,7 @@ paths: site_admin: false headers: Link: *39 - '301': *391 + '301': *392 x-github: githubCloudOnly: false enabledForGitHubApps: true @@ -69314,8 +69320,8 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/metrics/community#get-community-profile-metrics parameters: - - *377 - *378 + - *379 responses: '200': description: Response @@ -69344,20 +69350,20 @@ paths: title: Code Of Conduct Simple description: Code of Conduct Simple type: object - properties: *509 - required: *510 + properties: *510 + required: *511 nullable: true code_of_conduct_file: title: Community Health File type: object - properties: &511 + properties: &512 url: type: string format: uri html_url: type: string format: uri - required: &512 + required: &513 - url - html_url nullable: true @@ -69371,26 +69377,26 @@ paths: contributing: title: Community Health File type: object - properties: *511 - required: *512 + properties: *512 + required: *513 nullable: true readme: title: Community Health File type: object - properties: *511 - required: *512 + properties: *512 + required: *513 nullable: true issue_template: title: Community Health File type: object - properties: *511 - required: *512 + properties: *512 + required: *513 nullable: true pull_request_template: title: Community Health File type: object - properties: *511 - required: *512 + properties: *512 + required: *513 nullable: true required: - code_of_conduct @@ -69517,8 +69523,8 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/commits/commits#compare-two-commits parameters: - - *377 - *378 + - *379 - *19 - *17 - name: basehead @@ -69561,8 +69567,8 @@ paths: type: string format: uri example: https://github.com/octocat/Hello-World/compare/master...topic.patch - base_commit: *498 - merge_base_commit: *498 + base_commit: *499 + merge_base_commit: *499 status: type: string enum: @@ -69582,10 +69588,10 @@ paths: example: 6 commits: type: array - items: *498 + items: *499 files: type: array - items: *513 + items: *514 required: - url - html_url @@ -69871,8 +69877,8 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/repos/contents#get-repository-content parameters: - - *377 - *378 + - *379 - name: path description: path parameter in: path @@ -70015,7 +70021,7 @@ paths: - type - url examples: - response-if-content-is-a-file: &514 + response-if-content-is-a-file: &515 summary: Response if content is a file value: type: file @@ -70147,7 +70153,7 @@ paths: - size - type - url - - &622 + - &623 title: Content File description: Content File type: object @@ -70348,7 +70354,7 @@ paths: - url - submodule_git_url examples: - response-if-content-is-a-file: *514 + response-if-content-is-a-file: *515 response-if-content-is-a-directory: summary: Response if content is a directory and the application/json media type is requested @@ -70417,7 +70423,7 @@ paths: html: https://github.com/jquery/qunit/tree/6ca3721222109997540bd6d9ccd396902e0ad2f9 '404': *6 '403': *29 - '302': *515 + '302': *516 '304': *37 x-github: githubCloudOnly: false @@ -70440,8 +70446,8 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/repos/contents#create-or-update-file-contents parameters: - - *377 - *378 + - *379 - name: path description: path parameter in: path @@ -70534,7 +70540,7 @@ paths: description: Response content: application/json: - schema: &516 + schema: &517 title: File Commit description: File Commit type: object @@ -70686,7 +70692,7 @@ paths: description: Response content: application/json: - schema: *516 + schema: *517 examples: example-for-creating-a-file: value: @@ -70740,7 +70746,7 @@ paths: schema: oneOf: - *3 - - &548 + - &549 description: Repository rule violation was detected type: object properties: @@ -70761,7 +70767,7 @@ paths: items: type: object properties: - placeholder_id: &667 + placeholder_id: &668 description: The ID of the push protection bypass placeholder. This value is returned on any push protected routes. @@ -70793,8 +70799,8 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/repos/contents#delete-a-file parameters: - - *377 - *378 + - *379 - name: path description: path parameter in: path @@ -70855,7 +70861,7 @@ paths: description: Response content: application/json: - schema: *516 + schema: *517 examples: default: value: @@ -70910,8 +70916,8 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/repos/repos#list-repository-contributors parameters: - - *377 - *378 + - *379 - name: anon description: Set to `1` or `true` to include anonymous contributors in results. in: query @@ -71034,8 +71040,8 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/dependabot/alerts#list-dependabot-alerts-for-a-repository parameters: - - *377 - *378 + - *379 - *249 - *250 - *251 @@ -71049,6 +71055,7 @@ paths: - *253 - *254 - *255 + - *256 - *86 - name: page description: "**Closing down notice**. Page number of the results to fetch. @@ -71068,8 +71075,8 @@ paths: default: 30 - *84 - *85 - - *256 - *257 + - *258 responses: '200': description: Response @@ -71077,7 +71084,7 @@ paths: application/json: schema: type: array - items: &519 + items: &520 type: object description: A Dependabot alert. properties: @@ -71123,7 +71130,7 @@ paths: - unknown - direct - transitive - security_advisory: *517 + security_advisory: *518 security_vulnerability: *104 url: *105 html_url: *106 @@ -71154,7 +71161,7 @@ paths: nullable: true maxLength: 280 fixed_at: *110 - auto_dismissed_at: *518 + auto_dismissed_at: *519 required: - number - state @@ -71384,9 +71391,9 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/dependabot/alerts#get-a-dependabot-alert parameters: - - *377 - *378 - - &520 + - *379 + - &521 name: alert_number in: path description: |- @@ -71401,7 +71408,7 @@ paths: description: Response content: application/json: - schema: *519 + schema: *520 examples: default: value: @@ -71514,9 +71521,9 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/dependabot/alerts#update-a-dependabot-alert parameters: - - *377 - *378 - - *520 + - *379 + - *521 requestBody: required: true content: @@ -71561,7 +71568,7 @@ paths: description: Response content: application/json: - schema: *519 + schema: *520 examples: default: value: @@ -71690,8 +71697,8 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/dependabot/secrets#list-repository-secrets parameters: - - *377 - *378 + - *379 - *17 - *19 responses: @@ -71709,7 +71716,7 @@ paths: type: integer secrets: type: array - items: &523 + items: &524 title: Dependabot Secret description: Set secrets for Dependabot. type: object @@ -71762,16 +71769,16 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/dependabot/secrets#get-a-repository-public-key parameters: - - *377 - *378 + - *379 responses: '200': description: Response content: application/json: - schema: *521 + schema: *522 examples: - default: *522 + default: *523 x-github: githubCloudOnly: false enabledForGitHubApps: true @@ -71791,15 +71798,15 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/dependabot/secrets#get-a-repository-secret parameters: - - *377 - *378 + - *379 - *206 responses: '200': description: Response content: application/json: - schema: *523 + schema: *524 examples: default: value: @@ -71825,8 +71832,8 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/dependabot/secrets#create-or-update-a-repository-secret parameters: - - *377 - *378 + - *379 - *206 requestBody: required: true @@ -71879,8 +71886,8 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/dependabot/secrets#delete-a-repository-secret parameters: - - *377 - *378 + - *379 - *206 responses: '204': @@ -71903,8 +71910,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: - - *377 - *378 + - *379 - 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 @@ -72064,8 +72071,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: - - *377 - *378 + - *379 responses: '200': description: Response @@ -72304,8 +72311,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: - - *377 - *378 + - *379 requestBody: required: true content: @@ -72380,7 +72387,7 @@ paths: - version - url additionalProperties: false - metadata: &524 + metadata: &525 title: metadata description: User-defined metadata to store domain-specific information limited to 8 keys with scalar values. @@ -72413,7 +72420,7 @@ paths: the root of the Git repository. example: "/src/build/package-lock.json" additionalProperties: false - metadata: *524 + metadata: *525 resolved: type: object description: A collection of resolved package dependencies. @@ -72426,7 +72433,7 @@ paths: for more details. example: pkg:/npm/%40actions/http-client@1.0.11 pattern: "^pkg" - metadata: *524 + metadata: *525 relationship: type: string description: A notation of whether a dependency is requested @@ -72555,8 +72562,8 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/deployments/deployments#list-deployments parameters: - - *377 - *378 + - *379 - name: sha description: The SHA recorded at creation time. in: query @@ -72596,9 +72603,9 @@ paths: application/json: schema: type: array - items: *525 + items: *526 examples: - default: *526 + default: *527 headers: Link: *39 x-github: @@ -72664,8 +72671,8 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/deployments/deployments#create-a-deployment parameters: - - *377 - *378 + - *379 requestBody: required: true content: @@ -72746,7 +72753,7 @@ paths: description: Response content: application/json: - schema: *525 + schema: *526 examples: simple-example: summary: Simple example @@ -72819,9 +72826,9 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/deployments/deployments#get-a-deployment parameters: - - *377 - *378 - - &527 + - *379 + - &528 name: deployment_id description: deployment_id parameter in: path @@ -72833,7 +72840,7 @@ paths: description: Response content: application/json: - schema: *525 + schema: *526 examples: default: value: @@ -72898,9 +72905,9 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/deployments/deployments#delete-a-deployment parameters: - - *377 - *378 - - *527 + - *379 + - *528 responses: '204': description: Response @@ -72922,9 +72929,9 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/deployments/statuses#list-deployment-statuses parameters: - - *377 - *378 - - *527 + - *379 + - *528 - *17 - *19 responses: @@ -72934,7 +72941,7 @@ paths: application/json: schema: type: array - items: &528 + items: &529 title: Deployment Status description: The status of a deployment. type: object @@ -73095,9 +73102,9 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/deployments/statuses#create-a-deployment-status parameters: - - *377 - *378 - - *527 + - *379 + - *528 requestBody: required: true content: @@ -73172,9 +73179,9 @@ paths: description: Response content: application/json: - schema: *528 + schema: *529 examples: - default: &529 + default: &530 value: url: https://api.github.com/repos/octocat/example/deployments/42/statuses/1 id: 1 @@ -73230,9 +73237,9 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/deployments/statuses#get-a-deployment-status parameters: - - *377 - *378 - - *527 + - *379 + - *528 - name: status_id in: path required: true @@ -73243,9 +73250,9 @@ paths: description: Response content: application/json: - schema: *528 + schema: *529 examples: - default: *529 + default: *530 '404': *6 x-github: githubCloudOnly: false @@ -73272,12 +73279,12 @@ paths: category: secret-scanning subcategory: alert-dismissal-requests parameters: - - *377 - *378 + - *379 - *219 - *220 - *221 - - *530 + - *531 - *17 - *19 responses: @@ -73287,9 +73294,9 @@ paths: application/json: schema: type: array - items: *531 + items: *532 examples: - default: *532 + default: *533 '404': *6 '403': *29 '500': *99 @@ -73314,8 +73321,8 @@ paths: category: secret-scanning subcategory: alert-dismissal-requests parameters: - - *377 - *378 + - *379 - name: alert_number in: path required: true @@ -73327,7 +73334,7 @@ paths: description: A single dismissal request. content: application/json: - schema: *531 + schema: *532 examples: default: value: @@ -73384,8 +73391,8 @@ paths: category: secret-scanning subcategory: alert-dismissal-requests parameters: - - *377 - *378 + - *379 - name: alert_number in: path required: true @@ -73454,8 +73461,8 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/repos/repos#create-a-repository-dispatch-event parameters: - - *377 - *378 + - *379 requestBody: required: true content: @@ -73512,8 +73519,8 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/deployments/environments#list-environments parameters: - - *377 - *378 + - *379 - *17 - *19 responses: @@ -73530,7 +73537,7 @@ paths: type: integer environments: type: array - items: &534 + items: &535 title: Environment description: Details of a deployment environment type: object @@ -73582,7 +73589,7 @@ paths: type: type: string example: wait_timer - wait_timer: &536 + wait_timer: &537 type: integer example: 30 description: The amount of time to delay a job after @@ -73619,7 +73626,7 @@ paths: items: type: object properties: - type: *533 + type: *534 reviewer: anyOf: - *4 @@ -73643,7 +73650,7 @@ paths: - id - node_id - type - deployment_branch_policy: &537 + deployment_branch_policy: &538 type: object description: The type of deployment branch policy for this environment. To allow all branches to deploy, set to `null`. @@ -73759,9 +73766,9 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/deployments/environments#get-an-environment parameters: - - *377 - *378 - - &535 + - *379 + - &536 name: environment_name in: path required: true @@ -73774,9 +73781,9 @@ paths: description: Response content: application/json: - schema: *534 + schema: *535 examples: - default: &538 + default: &539 value: id: 161088068 node_id: MDExOkVudmlyb25tZW50MTYxMDg4MDY4 @@ -73860,9 +73867,9 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/deployments/environments#create-or-update-an-environment parameters: - - *377 - *378 - - *535 + - *379 + - *536 requestBody: required: false content: @@ -73871,7 +73878,7 @@ paths: type: object nullable: true properties: - wait_timer: *536 + wait_timer: *537 prevent_self_review: type: boolean example: false @@ -73888,13 +73895,13 @@ paths: items: type: object properties: - type: *533 + type: *534 id: type: integer description: The id of the user or team who can review the deployment example: 4532992 - deployment_branch_policy: *537 + deployment_branch_policy: *538 additionalProperties: false examples: default: @@ -73914,9 +73921,9 @@ paths: description: Response content: application/json: - schema: *534 + schema: *535 examples: - default: *538 + default: *539 '422': description: Validation error when the environment name is invalid or when `protected_branches` and `custom_branch_policies` in `deployment_branch_policy` @@ -73940,9 +73947,9 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/deployments/environments#delete-an-environment parameters: - - *377 - *378 - - *535 + - *379 + - *536 responses: '204': description: Default response @@ -73967,9 +73974,9 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/deployments/branch-policies#list-deployment-branch-policies parameters: - - *377 - *378 - - *535 + - *379 + - *536 - *17 - *19 responses: @@ -73987,7 +73994,7 @@ paths: example: 2 branch_policies: type: array - items: &539 + items: &540 title: Deployment branch policy description: Details of a deployment branch or tag policy. type: object @@ -74044,9 +74051,9 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/deployments/branch-policies#create-a-deployment-branch-policy parameters: - - *377 - *378 - - *535 + - *379 + - *536 requestBody: required: true content: @@ -74092,9 +74099,9 @@ paths: description: Response content: application/json: - schema: *539 + schema: *540 examples: - example-wildcard: &540 + example-wildcard: &541 value: id: 364662 node_id: MDE2OkdhdGVCcmFuY2hQb2xpY3kzNjQ2NjI= @@ -74136,10 +74143,10 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/deployments/branch-policies#get-a-deployment-branch-policy parameters: - - *377 - *378 - - *535 - - &541 + - *379 + - *536 + - &542 name: branch_policy_id in: path required: true @@ -74151,9 +74158,9 @@ paths: description: Response content: application/json: - schema: *539 + schema: *540 examples: - default: *540 + default: *541 x-github: githubCloudOnly: false enabledForGitHubApps: true @@ -74172,10 +74179,10 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/deployments/branch-policies#update-a-deployment-branch-policy parameters: - - *377 - *378 - - *535 - - *541 + - *379 + - *536 + - *542 requestBody: required: true content: @@ -74203,9 +74210,9 @@ paths: description: Response content: application/json: - schema: *539 + schema: *540 examples: - default: *540 + default: *541 x-github: githubCloudOnly: false enabledForGitHubApps: true @@ -74224,10 +74231,10 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/deployments/branch-policies#delete-a-deployment-branch-policy parameters: - - *377 - *378 - - *535 - - *541 + - *379 + - *536 + - *542 responses: '204': description: Response @@ -74252,9 +74259,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: - - *535 + - *536 + - *379 - *378 - - *377 responses: '200': description: List of deployment protection rules @@ -74270,7 +74277,7 @@ paths: example: 10 custom_deployment_protection_rules: type: array - items: &542 + items: &543 title: Deployment protection rule description: Deployment protection rule type: object @@ -74289,7 +74296,7 @@ paths: example: true description: Whether the deployment protection rule is enabled for the environment. - app: &543 + app: &544 title: Custom deployment protection rule app description: A GitHub App that is providing a custom deployment protection rule. @@ -74388,9 +74395,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: - - *535 + - *536 + - *379 - *378 - - *377 requestBody: content: application/json: @@ -74411,9 +74418,9 @@ paths: description: The enabled custom deployment protection rule content: application/json: - schema: *542 + schema: *543 examples: - default: &544 + default: &545 value: id: 3 node_id: IEH37kRlcGxveW1lbnRTdGF0ddiv @@ -74448,9 +74455,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: - - *535 + - *536 + - *379 - *378 - - *377 - *19 - *17 responses: @@ -74469,7 +74476,7 @@ paths: example: 35 available_custom_deployment_protection_rule_integrations: type: array - items: *543 + items: *544 examples: default: value: @@ -74504,10 +74511,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: - - *377 - *378 - - *535 - - &545 + - *379 + - *536 + - &546 name: protection_rule_id description: The unique identifier of the protection rule. in: path @@ -74519,9 +74526,9 @@ paths: description: Response content: application/json: - schema: *542 + schema: *543 examples: - default: *544 + default: *545 x-github: githubCloudOnly: false enabledForGitHubApps: true @@ -74542,10 +74549,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: - - *535 + - *536 + - *379 - *378 - - *377 - - *545 + - *546 responses: '204': description: Response @@ -74571,9 +74578,9 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/actions/secrets#list-environment-secrets parameters: - - *377 - *378 - - *535 + - *379 + - *536 - *17 - *19 responses: @@ -74591,9 +74598,9 @@ paths: type: integer secrets: type: array - items: *414 + items: *415 examples: - default: *415 + default: *416 headers: Link: *39 x-github: @@ -74618,17 +74625,17 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/actions/secrets#get-an-environment-public-key parameters: - - *377 - *378 - - *535 + - *379 + - *536 responses: '200': description: Response content: application/json: - schema: *416 + schema: *417 examples: - default: *417 + default: *418 x-github: githubCloudOnly: false enabledForGitHubApps: true @@ -74650,18 +74657,18 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/actions/secrets#get-an-environment-secret parameters: - - *377 - *378 - - *535 + - *379 + - *536 - *206 responses: '200': description: Response content: application/json: - schema: *414 + schema: *415 examples: - default: *546 + default: *547 x-github: githubCloudOnly: false enabledForGitHubApps: true @@ -74683,9 +74690,9 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/actions/secrets#create-or-update-an-environment-secret parameters: - - *377 - *378 - - *535 + - *379 + - *536 - *206 requestBody: required: true @@ -74743,9 +74750,9 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/actions/secrets#delete-an-environment-secret parameters: - - *377 - *378 - - *535 + - *379 + - *536 - *206 responses: '204': @@ -74771,10 +74778,10 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/actions/variables#list-environment-variables parameters: - - *377 - *378 - - *535 - - *401 + - *379 + - *536 + - *402 - *19 responses: '200': @@ -74791,9 +74798,9 @@ paths: type: integer variables: type: array - items: *418 + items: *419 examples: - default: *419 + default: *420 headers: Link: *39 x-github: @@ -74816,9 +74823,9 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/actions/variables#create-an-environment-variable parameters: - - *377 - *378 - - *535 + - *379 + - *536 requestBody: required: true content: @@ -74870,18 +74877,18 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/actions/variables#get-an-environment-variable parameters: - - *377 - *378 - - *535 + - *379 + - *536 - *209 responses: '200': description: Response content: application/json: - schema: *418 + schema: *419 examples: - default: *547 + default: *548 x-github: githubCloudOnly: false enabledForGitHubApps: true @@ -74902,10 +74909,10 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/actions/variables#update-an-environment-variable parameters: - - *377 - *378 + - *379 - *209 - - *535 + - *536 requestBody: required: true content: @@ -74947,10 +74954,10 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/actions/variables#delete-an-environment-variable parameters: - - *377 - *378 + - *379 - *209 - - *535 + - *536 responses: '204': description: Response @@ -74972,8 +74979,8 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/activity/events#list-repository-events parameters: - - *377 - *378 + - *379 - *17 - *19 responses: @@ -75050,8 +75057,8 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/repos/forks#list-forks parameters: - - *377 - *378 + - *379 - name: sort description: The sort order. `stargazers` will sort by star count. in: query @@ -75210,8 +75217,8 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/repos/forks#create-a-fork parameters: - - *377 - *378 + - *379 requestBody: required: false content: @@ -75243,9 +75250,9 @@ paths: description: Response content: application/json: - schema: *390 + schema: *391 examples: - default: *392 + default: *393 '400': *14 '422': *15 '403': *29 @@ -75266,8 +75273,8 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/git/blobs#create-a-blob parameters: - - *377 - *378 + - *379 requestBody: required: true content: @@ -75327,7 +75334,7 @@ paths: schema: oneOf: - *179 - - *548 + - *549 x-github: githubCloudOnly: false enabledForGitHubApps: true @@ -75352,8 +75359,8 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/git/blobs#get-a-blob parameters: - - *377 - *378 + - *379 - name: file_sha in: path required: true @@ -75452,8 +75459,8 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/git/commits#create-a-commit parameters: - - *377 - *378 + - *379 requestBody: required: true content: @@ -75562,7 +75569,7 @@ paths: description: Response content: application/json: - schema: &549 + schema: &550 title: Git Commit description: Low-level Git commit operations within a repository type: object @@ -75776,15 +75783,15 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/git/commits#get-a-commit-object parameters: - - *377 - *378 - - *499 + - *379 + - *500 responses: '200': description: Response content: application/json: - schema: *549 + schema: *550 examples: default: value: @@ -75840,9 +75847,9 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/git/refs#list-matching-references parameters: - - *377 - *378 - - &550 + - *379 + - &551 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. @@ -75859,7 +75866,7 @@ paths: application/json: schema: type: array - items: &551 + items: &552 title: Git Reference description: Git references within a repository type: object @@ -75934,17 +75941,17 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/git/refs#get-a-reference parameters: - - *377 - *378 - - *550 + - *379 + - *551 responses: '200': description: Response content: application/json: - schema: *551 + schema: *552 examples: - default: &552 + default: &553 value: ref: refs/heads/featureA node_id: MDM6UmVmcmVmcy9oZWFkcy9mZWF0dXJlQQ== @@ -75973,8 +75980,8 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/git/refs#create-a-reference parameters: - - *377 - *378 + - *379 requestBody: required: true content: @@ -76003,9 +76010,9 @@ paths: description: Response content: application/json: - schema: *551 + schema: *552 examples: - default: *552 + default: *553 headers: Location: example: https://api.github.com/repos/octocat/Hello-World/git/refs/heads/featureA @@ -76031,9 +76038,9 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/git/refs#update-a-reference parameters: - - *377 - *378 - - *550 + - *379 + - *551 requestBody: required: true content: @@ -76062,9 +76069,9 @@ paths: description: Response content: application/json: - schema: *551 + schema: *552 examples: - default: *552 + default: *553 '422': *15 '409': *94 x-github: @@ -76082,9 +76089,9 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/git/refs#delete-a-reference parameters: - - *377 - *378 - - *550 + - *379 + - *551 responses: '204': description: Response @@ -76139,8 +76146,8 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/git/tags#create-a-tag-object parameters: - - *377 - *378 + - *379 requestBody: required: true content: @@ -76207,7 +76214,7 @@ paths: description: Response content: application/json: - schema: &554 + schema: &555 title: Git Tag description: Metadata for a Git tag type: object @@ -76258,7 +76265,7 @@ paths: - sha - type - url - verification: *553 + verification: *554 required: - sha - url @@ -76268,7 +76275,7 @@ paths: - tag - message examples: - default: &555 + default: &556 value: node_id: MDM6VGFnOTQwYmQzMzYyNDhlZmFlMGY5ZWU1YmM3YjJkNWM5ODU4ODdiMTZhYw== tag: v0.0.1 @@ -76341,8 +76348,8 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/git/tags#get-a-tag parameters: - - *377 - *378 + - *379 - name: tag_sha in: path required: true @@ -76353,9 +76360,9 @@ paths: description: Response content: application/json: - schema: *554 + schema: *555 examples: - default: *555 + default: *556 '404': *6 '409': *94 x-github: @@ -76379,8 +76386,8 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/git/trees#create-a-tree parameters: - - *377 - *378 + - *379 requestBody: required: true content: @@ -76453,7 +76460,7 @@ paths: description: Response content: application/json: - schema: &556 + schema: &557 title: Git Tree description: The hierarchy between files in a Git repository. type: object @@ -76549,8 +76556,8 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/git/trees#get-a-tree parameters: - - *377 - *378 + - *379 - name: tree_sha description: The SHA1 value or ref (branch or tag) name of the tree. in: path @@ -76573,7 +76580,7 @@ paths: description: Response content: application/json: - schema: *556 + schema: *557 examples: default-response: summary: Default response @@ -76632,8 +76639,8 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/repos/webhooks#list-repository-webhooks parameters: - - *377 - *378 + - *379 - *17 - *19 responses: @@ -76643,7 +76650,7 @@ paths: application/json: schema: type: array - items: &557 + items: &558 title: Webhook description: Webhooks for repositories. type: object @@ -76697,7 +76704,7 @@ paths: type: string format: uri example: https://api.github.com/repos/octocat/Hello-World/hooks/1/deliveries - last_response: &805 + last_response: &806 title: Hook Response type: object properties: @@ -76771,8 +76778,8 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/repos/webhooks#create-a-repository-webhook parameters: - - *377 - *378 + - *379 requestBody: required: false content: @@ -76824,9 +76831,9 @@ paths: description: Response content: application/json: - schema: *557 + schema: *558 examples: - default: &558 + default: &559 value: type: Repository id: 12345678 @@ -76874,17 +76881,17 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/repos/webhooks#get-a-repository-webhook parameters: - - *377 - *378 - - *265 + - *379 + - *266 responses: '200': description: Response content: application/json: - schema: *557 + schema: *558 examples: - default: *558 + default: *559 '404': *6 x-github: githubCloudOnly: false @@ -76904,9 +76911,9 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/repos/webhooks#update-a-repository-webhook parameters: - - *377 - *378 - - *265 + - *379 + - *266 requestBody: required: true content: @@ -76951,9 +76958,9 @@ paths: description: Response content: application/json: - schema: *557 + schema: *558 examples: - default: *558 + default: *559 '422': *15 '404': *6 x-github: @@ -76974,9 +76981,9 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/repos/webhooks#delete-a-repository-webhook parameters: - - *377 - *378 - - *265 + - *379 + - *266 responses: '204': description: Response @@ -77000,9 +77007,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: - - *377 - *378 - - *265 + - *379 + - *266 responses: '200': description: Response @@ -77029,9 +77036,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: - - *377 - *378 - - *265 + - *379 + - *266 requestBody: required: false content: @@ -77075,11 +77082,11 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/repos/webhooks#list-deliveries-for-a-repository-webhook parameters: - - *377 - *378 - - *265 - - *17 + - *379 - *266 + - *17 + - *267 responses: '200': description: Response @@ -77087,9 +77094,9 @@ paths: application/json: schema: type: array - items: *267 + items: *268 examples: - default: *268 + default: *269 '400': *14 '422': *15 x-github: @@ -77108,18 +77115,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: - - *377 - *378 - - *265 + - *379 + - *266 - *16 responses: '200': description: Response content: application/json: - schema: *269 + schema: *270 examples: - default: *270 + default: *271 '400': *14 '422': *15 x-github: @@ -77138,9 +77145,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: - - *377 - *378 - - *265 + - *379 + - *266 - *16 responses: '202': *95 @@ -77163,9 +77170,9 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/repos/webhooks#ping-a-repository-webhook parameters: - - *377 - *378 - - *265 + - *379 + - *266 responses: '204': description: Response @@ -77190,9 +77197,9 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/repos/webhooks#test-the-push-repository-webhook parameters: - - *377 - *378 - - *265 + - *379 + - *266 responses: '204': description: Response @@ -77250,14 +77257,14 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/migrations/source-imports#get-an-import-status parameters: - - *377 - *378 + - *379 responses: '200': description: Response content: application/json: - schema: &559 + schema: &560 title: Import description: A repository import from an external source. type: object @@ -77356,7 +77363,7 @@ paths: - html_url - authors_url examples: - default: &562 + default: &563 value: vcs: subversion use_lfs: true @@ -77372,7 +77379,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': &560 + '503': &561 description: Unavailable due to service under maintenance. content: application/json: @@ -77401,8 +77408,8 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/migrations/source-imports#start-an-import parameters: - - *377 - *378 + - *379 requestBody: required: true content: @@ -77450,7 +77457,7 @@ paths: description: Response content: application/json: - schema: *559 + schema: *560 examples: default: value: @@ -77475,7 +77482,7 @@ paths: type: string '422': *15 '404': *6 - '503': *560 + '503': *561 x-github: githubCloudOnly: false enabledForGitHubApps: true @@ -77503,8 +77510,8 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/migrations/source-imports#update-an-import parameters: - - *377 - *378 + - *379 requestBody: required: false content: @@ -77553,7 +77560,7 @@ paths: description: Response content: application/json: - schema: *559 + schema: *560 examples: example-1: summary: Example 1 @@ -77601,7 +77608,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': *560 + '503': *561 x-github: githubCloudOnly: false enabledForGitHubApps: true @@ -77624,12 +77631,12 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/migrations/source-imports#cancel-an-import parameters: - - *377 - *378 + - *379 responses: '204': description: Response - '503': *560 + '503': *561 x-github: githubCloudOnly: false enabledForGitHubApps: true @@ -77655,9 +77662,9 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/migrations/source-imports#get-commit-authors parameters: - - *377 - *378 - - &751 + - *379 + - &752 name: since description: A user ID. Only return users with an ID greater than this ID. in: query @@ -77671,7 +77678,7 @@ paths: application/json: schema: type: array - items: &561 + items: &562 title: Porter Author description: Porter Author type: object @@ -77725,7 +77732,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': *560 + '503': *561 x-github: githubCloudOnly: false enabledForGitHubApps: true @@ -77750,8 +77757,8 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/migrations/source-imports#map-a-commit-author parameters: - - *377 - *378 + - *379 - name: author_id in: path required: true @@ -77781,7 +77788,7 @@ paths: description: Response content: application/json: - schema: *561 + schema: *562 examples: default: value: @@ -77794,7 +77801,7 @@ paths: import_url: https://api.github.com/repos/octocat/socm/import '422': *15 '404': *6 - '503': *560 + '503': *561 x-github: githubCloudOnly: false enabledForGitHubApps: true @@ -77818,8 +77825,8 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/migrations/source-imports#get-large-files parameters: - - *377 - *378 + - *379 responses: '200': description: Response @@ -77860,7 +77867,7 @@ paths: path: foo/bar/3 oid: c20ad4d76fe97759aa27a0c99bff6710 size: 12582912 - '503': *560 + '503': *561 x-github: githubCloudOnly: false enabledForGitHubApps: true @@ -77888,8 +77895,8 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/migrations/source-imports#update-git-lfs-preference parameters: - - *377 - *378 + - *379 requestBody: required: true content: @@ -77916,11 +77923,11 @@ paths: description: Response content: application/json: - schema: *559 + schema: *560 examples: - default: *562 + default: *563 '422': *15 - '503': *560 + '503': *561 x-github: githubCloudOnly: false enabledForGitHubApps: true @@ -77943,8 +77950,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: - - *377 - *378 + - *379 responses: '200': description: Response @@ -77952,8 +77959,8 @@ paths: application/json: schema: *22 examples: - default: *563 - '301': *391 + default: *564 + '301': *392 '404': *6 x-github: githubCloudOnly: false @@ -77973,8 +77980,8 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/interactions/repos#get-interaction-restrictions-for-a-repository parameters: - - *377 - *378 + - *379 responses: '200': description: Response @@ -77982,12 +77989,12 @@ paths: application/json: schema: anyOf: - - *283 + - *284 - type: object properties: {} additionalProperties: false examples: - default: &565 + default: &566 value: limit: collaborators_only origin: repository @@ -78012,13 +78019,13 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/interactions/repos#set-interaction-restrictions-for-a-repository parameters: - - *377 - *378 + - *379 requestBody: required: true content: application/json: - schema: *564 + schema: *565 examples: default: summary: Example request body @@ -78030,9 +78037,9 @@ paths: description: Response content: application/json: - schema: *283 + schema: *284 examples: - default: *565 + default: *566 '409': description: Response x-github: @@ -78054,8 +78061,8 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/interactions/repos#remove-interaction-restrictions-for-a-repository parameters: - - *377 - *378 + - *379 responses: '204': description: Response @@ -78078,8 +78085,8 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/collaborators/invitations#list-repository-invitations parameters: - - *377 - *378 + - *379 - *17 - *19 responses: @@ -78089,9 +78096,9 @@ paths: application/json: schema: type: array - items: *566 + items: *567 examples: - default: &744 + default: &745 value: - id: 1 repository: @@ -78222,9 +78229,9 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/collaborators/invitations#update-a-repository-invitation parameters: - - *377 - *378 - - *287 + - *379 + - *288 requestBody: required: false content: @@ -78253,7 +78260,7 @@ paths: description: Response content: application/json: - schema: *566 + schema: *567 examples: default: value: @@ -78384,9 +78391,9 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/collaborators/invitations#delete-a-repository-invitation parameters: - - *377 - *378 - - *287 + - *379 + - *288 responses: '204': description: Response @@ -78417,8 +78424,8 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/issues/issues#list-repository-issues parameters: - - *377 - *378 + - *379 - 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 @@ -78466,7 +78473,7 @@ paths: required: false schema: type: string - - *291 + - *292 - name: sort description: What to sort results by. in: query @@ -78491,7 +78498,7 @@ paths: type: array items: *153 examples: - default: &577 + default: &578 value: - id: 1 node_id: MDU6SXNzdWUx @@ -78639,7 +78646,7 @@ paths: state_reason: completed headers: Link: *39 - '301': *391 + '301': *392 '422': *15 '404': *6 x-github: @@ -78668,8 +78675,8 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/issues/issues#create-an-issue parameters: - - *377 - *378 + - *379 requestBody: required: true content: @@ -78753,7 +78760,7 @@ paths: application/json: schema: *153 examples: - default: &572 + default: &573 value: id: 1 node_id: MDU6SXNzdWUx @@ -78909,7 +78916,7 @@ paths: '422': *15 '503': *132 '404': *6 - '410': *388 + '410': *389 x-github: triggersNotification: true githubCloudOnly: false @@ -78937,8 +78944,8 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/issues/comments#list-issue-comments-for-a-repository parameters: - - *377 - *378 + - *379 - *163 - name: direction description: Either `asc` or `desc`. Ignored without the `sort` parameter. @@ -78959,9 +78966,9 @@ paths: application/json: schema: type: array - items: *567 + items: *568 examples: - default: &574 + default: &575 value: - id: 1 node_id: MDEyOklzc3VlQ29tbWVudDE= @@ -79019,17 +79026,17 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/issues/comments#get-an-issue-comment parameters: - - *377 - *378 + - *379 - *152 responses: '200': description: Response content: application/json: - schema: *567 + schema: *568 examples: - default: &568 + default: &569 value: id: 1 node_id: MDEyOklzc3VlQ29tbWVudDE= @@ -79083,8 +79090,8 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/issues/comments#update-an-issue-comment parameters: - - *377 - *378 + - *379 - *152 requestBody: required: true @@ -79107,9 +79114,9 @@ paths: description: Response content: application/json: - schema: *567 + schema: *568 examples: - default: *568 + default: *569 '422': *15 x-github: githubCloudOnly: false @@ -79127,8 +79134,8 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/issues/comments#delete-an-issue-comment parameters: - - *377 - *378 + - *379 - *152 responses: '204': @@ -79149,8 +79156,8 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/reactions/reactions#list-reactions-for-an-issue-comment parameters: - - *377 - *378 + - *379 - *152 - name: content description: Returns a single [reaction type](https://docs.github.com/enterprise-cloud@latest//rest/reactions/reactions#about-reactions). @@ -79177,9 +79184,9 @@ paths: application/json: schema: type: array - items: *366 + items: *367 examples: - default: *368 + default: *369 headers: Link: *39 '404': *6 @@ -79200,8 +79207,8 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/reactions/reactions#create-reaction-for-an-issue-comment parameters: - - *377 - *378 + - *379 - *152 requestBody: required: true @@ -79234,16 +79241,16 @@ paths: description: Reaction exists content: application/json: - schema: *366 + schema: *367 examples: - default: *367 + default: *368 '201': description: Reaction created content: application/json: - schema: *366 + schema: *367 examples: - default: *367 + default: *368 '422': *15 x-github: githubCloudOnly: false @@ -79265,10 +79272,10 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/reactions/reactions#delete-an-issue-comment-reaction parameters: - - *377 - *378 + - *379 - *152 - - *369 + - *370 responses: '204': description: Response @@ -79288,8 +79295,8 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/issues/events#list-issue-events-for-a-repository parameters: - - *377 - *378 + - *379 - *17 - *19 responses: @@ -79299,7 +79306,7 @@ paths: application/json: schema: type: array - items: &571 + items: &572 title: Issue Event description: Issue Event type: object @@ -79342,8 +79349,8 @@ paths: description: Issues are a great way to keep track of tasks, enhancements, and bugs for your projects. type: object - properties: *569 - required: *570 + properties: *570 + required: *571 nullable: true label: title: Issue Event Label @@ -79650,8 +79657,8 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/issues/events#get-an-issue-event parameters: - - *377 - *378 + - *379 - name: event_id in: path required: true @@ -79662,7 +79669,7 @@ paths: description: Response content: application/json: - schema: *571 + schema: *572 examples: default: value: @@ -79855,7 +79862,7 @@ paths: author_association: COLLABORATOR state_reason: completed '404': *6 - '410': *388 + '410': *389 '403': *29 x-github: githubCloudOnly: false @@ -79889,9 +79896,9 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/issues/issues#get-an-issue parameters: - - *377 - *378 - - &573 + - *379 + - &574 name: issue_number description: The number that identifies the issue. in: path @@ -79905,10 +79912,10 @@ paths: application/json: schema: *153 examples: - default: *572 - '301': *391 + default: *573 + '301': *392 '404': *6 - '410': *388 + '410': *389 '304': *37 x-github: githubCloudOnly: false @@ -79933,9 +79940,9 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/issues/issues#update-an-issue parameters: - - *377 - *378 - - *573 + - *379 + - *574 requestBody: required: false content: @@ -80040,13 +80047,13 @@ paths: application/json: schema: *153 examples: - default: *572 + default: *573 '422': *15 '503': *132 '403': *29 - '301': *391 + '301': *392 '404': *6 - '410': *388 + '410': *389 x-github: githubCloudOnly: false enabledForGitHubApps: true @@ -80064,9 +80071,9 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/issues/assignees#add-assignees-to-an-issue parameters: - - *377 - *378 - - *573 + - *379 + - *574 requestBody: required: false content: @@ -80094,7 +80101,7 @@ paths: application/json: schema: *153 examples: - default: *572 + default: *573 x-github: githubCloudOnly: false enabledForGitHubApps: true @@ -80110,9 +80117,9 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/issues/assignees#remove-assignees-from-an-issue parameters: - - *377 - *378 - - *573 + - *379 + - *574 requestBody: content: application/json: @@ -80139,7 +80146,7 @@ paths: application/json: schema: *153 examples: - default: *572 + default: *573 x-github: githubCloudOnly: false enabledForGitHubApps: true @@ -80161,9 +80168,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: - - *377 - *378 - - *573 + - *379 + - *574 - name: assignee in: path required: true @@ -80203,9 +80210,9 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/issues/comments#list-issue-comments parameters: - - *377 - *378 - - *573 + - *379 + - *574 - *143 - *17 - *19 @@ -80216,13 +80223,13 @@ paths: application/json: schema: type: array - items: *567 + items: *568 examples: - default: *574 + default: *575 headers: Link: *39 '404': *6 - '410': *388 + '410': *389 x-github: githubCloudOnly: false enabledForGitHubApps: true @@ -80251,9 +80258,9 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/issues/comments#create-an-issue-comment parameters: - - *377 - *378 - - *573 + - *379 + - *574 requestBody: required: true content: @@ -80275,16 +80282,16 @@ paths: description: Response content: application/json: - schema: *567 + schema: *568 examples: - default: *568 + default: *569 headers: Location: example: https://api.github.com/repos/octocat/Hello-World/issues/comments/1 schema: type: string '403': *29 - '410': *388 + '410': *389 '422': *15 '404': *6 x-github: @@ -80304,9 +80311,9 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/issues/events#list-issue-events parameters: - - *377 - *378 - - *573 + - *379 + - *574 - *17 - *19 responses: @@ -80320,7 +80327,7 @@ paths: title: Issue Event for Issue description: Issue Event for Issue anyOf: - - &578 + - &579 title: Labeled Issue Event description: Labeled Issue Event type: object @@ -80374,7 +80381,7 @@ paths: - commit_url - created_at - performed_via_github_app - - &579 + - &580 title: Unlabeled Issue Event description: Unlabeled Issue Event type: object @@ -80510,7 +80517,7 @@ paths: - performed_via_github_app - assignee - assigner - - &580 + - &581 title: Milestoned Issue Event description: Milestoned Issue Event type: object @@ -80561,7 +80568,7 @@ paths: - commit_url - created_at - performed_via_github_app - - &581 + - &582 title: Demilestoned Issue Event description: Demilestoned Issue Event type: object @@ -80612,7 +80619,7 @@ paths: - commit_url - created_at - performed_via_github_app - - &582 + - &583 title: Renamed Issue Event description: Renamed Issue Event type: object @@ -80666,7 +80673,7 @@ paths: - commit_url - created_at - performed_via_github_app - - &583 + - &584 title: Review Requested Issue Event description: Review Requested Issue Event type: object @@ -80713,7 +80720,7 @@ paths: - commit_url - created_at - performed_via_github_app - - &584 + - &585 title: Review Request Removed Issue Event description: Review Request Removed Issue Event type: object @@ -80760,7 +80767,7 @@ paths: - commit_url - created_at - performed_via_github_app - - &585 + - &586 title: Review Dismissed Issue Event description: Review Dismissed Issue Event type: object @@ -80820,7 +80827,7 @@ paths: - commit_url - created_at - performed_via_github_app - - &586 + - &587 title: Locked Issue Event description: Locked Issue Event type: object @@ -80868,7 +80875,7 @@ paths: - commit_url - created_at - performed_via_github_app - - &587 + - &588 title: Added to Project Issue Event description: Added to Project Issue Event type: object @@ -80934,7 +80941,7 @@ paths: - commit_url - created_at - performed_via_github_app - - &588 + - &589 title: Moved Column in Project Issue Event description: Moved Column in Project Issue Event type: object @@ -81000,7 +81007,7 @@ paths: - commit_url - created_at - performed_via_github_app - - &589 + - &590 title: Removed from Project Issue Event description: Removed from Project Issue Event type: object @@ -81066,7 +81073,7 @@ paths: - commit_url - created_at - performed_via_github_app - - &590 + - &591 title: Converted Note to Issue Issue Event description: Converted Note to Issue Issue Event type: object @@ -81157,7 +81164,7 @@ paths: color: red headers: Link: *39 - '410': *388 + '410': *389 x-github: githubCloudOnly: false enabledForGitHubApps: true @@ -81174,9 +81181,9 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/issues/labels#list-labels-for-an-issue parameters: - - *377 - *378 - - *573 + - *379 + - *574 - *17 - *19 responses: @@ -81186,7 +81193,7 @@ paths: application/json: schema: type: array - items: &575 + items: &576 title: Label description: Color-coded labels help you categorize and filter your issues (just like labels in Gmail). @@ -81233,7 +81240,7 @@ paths: - color - default examples: - default: &576 + default: &577 value: - id: 208045946 node_id: MDU6TGFiZWwyMDgwNDU5NDY= @@ -81251,9 +81258,9 @@ paths: default: false headers: Link: *39 - '301': *391 + '301': *392 '404': *6 - '410': *388 + '410': *389 x-github: githubCloudOnly: false enabledForGitHubApps: true @@ -81270,9 +81277,9 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/issues/labels#add-labels-to-an-issue parameters: - - *377 - *378 - - *573 + - *379 + - *574 requestBody: required: false content: @@ -81331,12 +81338,12 @@ paths: application/json: schema: type: array - items: *575 + items: *576 examples: - default: *576 - '301': *391 + default: *577 + '301': *392 '404': *6 - '410': *388 + '410': *389 '422': *15 x-github: githubCloudOnly: false @@ -81353,9 +81360,9 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/issues/labels#set-labels-for-an-issue parameters: - - *377 - *378 - - *573 + - *379 + - *574 requestBody: required: false content: @@ -81415,12 +81422,12 @@ paths: application/json: schema: type: array - items: *575 + items: *576 examples: - default: *576 - '301': *391 + default: *577 + '301': *392 '404': *6 - '410': *388 + '410': *389 '422': *15 x-github: githubCloudOnly: false @@ -81437,15 +81444,15 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/issues/labels#remove-all-labels-from-an-issue parameters: - - *377 - *378 - - *573 + - *379 + - *574 responses: '204': description: Response - '301': *391 + '301': *392 '404': *6 - '410': *388 + '410': *389 x-github: githubCloudOnly: false enabledForGitHubApps: true @@ -81464,9 +81471,9 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/issues/labels#remove-a-label-from-an-issue parameters: - - *377 - *378 - - *573 + - *379 + - *574 - name: name in: path required: true @@ -81479,7 +81486,7 @@ paths: application/json: schema: type: array - items: *575 + items: *576 examples: default: value: @@ -81490,9 +81497,9 @@ paths: description: Something isn't working color: f29513 default: true - '301': *391 + '301': *392 '404': *6 - '410': *388 + '410': *389 x-github: githubCloudOnly: false enabledForGitHubApps: true @@ -81512,9 +81519,9 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/issues/issues#lock-an-issue parameters: - - *377 - *378 - - *573 + - *379 + - *574 requestBody: required: false content: @@ -81542,7 +81549,7 @@ paths: '204': description: Response '403': *29 - '410': *388 + '410': *389 '404': *6 '422': *15 x-github: @@ -81560,9 +81567,9 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/issues/issues#unlock-an-issue parameters: - - *377 - *378 - - *573 + - *379 + - *574 responses: '204': description: Response @@ -81584,9 +81591,9 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/reactions/reactions#list-reactions-for-an-issue parameters: - - *377 - *378 - - *573 + - *379 + - *574 - 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. @@ -81612,13 +81619,13 @@ paths: application/json: schema: type: array - items: *366 + items: *367 examples: - default: *368 + default: *369 headers: Link: *39 '404': *6 - '410': *388 + '410': *389 x-github: githubCloudOnly: false enabledForGitHubApps: true @@ -81636,9 +81643,9 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/reactions/reactions#create-reaction-for-an-issue parameters: - - *377 - *378 - - *573 + - *379 + - *574 requestBody: required: true content: @@ -81670,16 +81677,16 @@ paths: description: Response content: application/json: - schema: *366 + schema: *367 examples: - default: *367 + default: *368 '201': description: Response content: application/json: - schema: *366 + schema: *367 examples: - default: *367 + default: *368 '422': *15 x-github: githubCloudOnly: false @@ -81701,10 +81708,10 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/reactions/reactions#delete-an-issue-reaction parameters: - - *377 - *378 - - *573 - - *369 + - *379 + - *574 + - *370 responses: '204': description: Response @@ -81733,9 +81740,9 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/issues/sub-issues#remove-sub-issue parameters: - - *377 - *378 - - *573 + - *379 + - *574 requestBody: required: true content: @@ -81759,7 +81766,7 @@ paths: application/json: schema: *153 examples: - default: *572 + default: *573 headers: Location: example: https://api.github.com/repos/octocat/Hello-World/issues/1/sub-issue @@ -81792,9 +81799,9 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/issues/sub-issues#list-sub-issues parameters: - - *377 - *378 - - *573 + - *379 + - *574 - *17 - *19 responses: @@ -81806,11 +81813,11 @@ paths: type: array items: *153 examples: - default: *577 + default: *578 headers: Link: *39 '404': *6 - '410': *388 + '410': *389 x-github: githubCloudOnly: false enabledForGitHubApps: true @@ -81838,9 +81845,9 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/issues/sub-issues#add-sub-issue parameters: - - *377 - *378 - - *573 + - *379 + - *574 requestBody: required: true content: @@ -81869,14 +81876,14 @@ paths: application/json: schema: *153 examples: - default: *572 + default: *573 headers: Location: example: https://api.github.com/repos/octocat/Hello-World/issues/sub-issues/1 schema: type: string '403': *29 - '410': *388 + '410': *389 '422': *15 '404': *6 x-github: @@ -81896,9 +81903,9 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/issues/sub-issues#reprioritize-sub-issue parameters: - - *377 - *378 - - *573 + - *379 + - *574 requestBody: required: true content: @@ -81931,7 +81938,7 @@ paths: application/json: schema: *153 examples: - default: *572 + default: *573 '403': *29 '404': *6 '422': *7 @@ -81953,9 +81960,9 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/issues/timeline#list-timeline-events-for-an-issue parameters: - - *377 - *378 - - *573 + - *379 + - *574 - *17 - *19 responses: @@ -81970,7 +81977,6 @@ paths: description: Timeline Event type: object anyOf: - - *578 - *579 - *580 - *581 @@ -81983,6 +81989,7 @@ paths: - *588 - *589 - *590 + - *591 - title: Timeline Comment Event description: Timeline Comment Event type: object @@ -82287,7 +82294,7 @@ paths: type: string comments: type: array - items: &611 + items: &612 title: Pull Request Review Comment description: Pull Request Review Comments are comments on a portion of the Pull Request's diff. @@ -82496,7 +82503,7 @@ paths: type: string comments: type: array - items: *497 + items: *498 - title: Timeline Assigned Issue Event description: Timeline Assigned Issue Event type: object @@ -82785,7 +82792,7 @@ paths: headers: Link: *39 '404': *6 - '410': *388 + '410': *389 x-github: githubCloudOnly: false enabledForGitHubApps: true @@ -82802,8 +82809,8 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/deploy-keys/deploy-keys#list-deploy-keys parameters: - - *377 - *378 + - *379 - *17 - *19 responses: @@ -82813,7 +82820,7 @@ paths: application/json: schema: type: array - items: &591 + items: &592 title: Deploy Key description: An SSH key granting access to a single repository. type: object @@ -82878,8 +82885,8 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/deploy-keys/deploy-keys#create-a-deploy-key parameters: - - *377 - *378 + - *379 requestBody: required: true content: @@ -82915,9 +82922,9 @@ paths: description: Response content: application/json: - schema: *591 + schema: *592 examples: - default: &592 + default: &593 value: id: 1 key: ssh-rsa AAA... @@ -82951,9 +82958,9 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/deploy-keys/deploy-keys#get-a-deploy-key parameters: - - *377 - *378 - - &593 + - *379 + - &594 name: key_id description: The unique identifier of the key. in: path @@ -82965,9 +82972,9 @@ paths: description: Response content: application/json: - schema: *591 + schema: *592 examples: - default: *592 + default: *593 '404': *6 x-github: githubCloudOnly: false @@ -82985,9 +82992,9 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/deploy-keys/deploy-keys#delete-a-deploy-key parameters: - - *377 - *378 - - *593 + - *379 + - *594 responses: '204': description: Response @@ -83007,8 +83014,8 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/issues/labels#list-labels-for-a-repository parameters: - - *377 - *378 + - *379 - *17 - *19 responses: @@ -83018,9 +83025,9 @@ paths: application/json: schema: type: array - items: *575 + items: *576 examples: - default: *576 + default: *577 headers: Link: *39 '404': *6 @@ -83041,8 +83048,8 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/issues/labels#create-a-label parameters: - - *377 - *378 + - *379 requestBody: required: true content: @@ -83078,9 +83085,9 @@ paths: description: Response content: application/json: - schema: *575 + schema: *576 examples: - default: &594 + default: &595 value: id: 208045946 node_id: MDU6TGFiZWwyMDgwNDU5NDY= @@ -83112,8 +83119,8 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/issues/labels#get-a-label parameters: - - *377 - *378 + - *379 - name: name in: path required: true @@ -83124,9 +83131,9 @@ paths: description: Response content: application/json: - schema: *575 + schema: *576 examples: - default: *594 + default: *595 '404': *6 x-github: githubCloudOnly: false @@ -83143,8 +83150,8 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/issues/labels#update-a-label parameters: - - *377 - *378 + - *379 - name: name in: path required: true @@ -83183,7 +83190,7 @@ paths: description: Response content: application/json: - schema: *575 + schema: *576 examples: default: value: @@ -83209,8 +83216,8 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/issues/labels#delete-a-label parameters: - - *377 - *378 + - *379 - name: name in: path required: true @@ -83236,8 +83243,8 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/repos/repos#list-repository-languages parameters: - - *377 - *378 + - *379 responses: '200': description: Response @@ -83273,8 +83280,8 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/repos/lfs#enable-git-lfs-for-a-repository parameters: - - *377 - *378 + - *379 responses: '202': *95 '403': @@ -83302,8 +83309,8 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/repos/lfs#disable-git-lfs-for-a-repository parameters: - - *377 - *378 + - *379 responses: '204': description: Response @@ -83329,9 +83336,9 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/licenses/licenses#get-the-license-for-a-repository parameters: - - *377 - *378 - - *473 + - *379 + - *474 responses: '200': description: Response @@ -83476,8 +83483,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: - - *377 - *378 + - *379 requestBody: required: true content: @@ -83542,8 +83549,8 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/branches/branches#merge-a-branch parameters: - - *377 - *378 + - *379 requestBody: required: true content: @@ -83577,9 +83584,9 @@ paths: description: Successful Response (The resulting merge commit) content: application/json: - schema: *498 + schema: *499 examples: - default: *595 + default: *596 '204': description: Response when already merged '404': @@ -83604,8 +83611,8 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/issues/milestones#list-milestones parameters: - - *377 - *378 + - *379 - name: state description: The state of the milestone. Either `open`, `closed`, or `all`. in: query @@ -83646,12 +83653,12 @@ paths: application/json: schema: type: array - items: &596 + items: &597 title: Milestone description: A collection of related issues and pull requests. type: object - properties: *502 - required: *503 + properties: *503 + required: *504 examples: default: value: @@ -83707,8 +83714,8 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/issues/milestones#create-a-milestone parameters: - - *377 - *378 + - *379 requestBody: required: true content: @@ -83748,9 +83755,9 @@ paths: description: Response content: application/json: - schema: *596 + schema: *597 examples: - default: &597 + default: &598 value: url: https://api.github.com/repos/octocat/Hello-World/milestones/1 html_url: https://github.com/octocat/Hello-World/milestones/v1.0 @@ -83809,9 +83816,9 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/issues/milestones#get-a-milestone parameters: - - *377 - *378 - - &598 + - *379 + - &599 name: milestone_number description: The number that identifies the milestone. in: path @@ -83823,9 +83830,9 @@ paths: description: Response content: application/json: - schema: *596 + schema: *597 examples: - default: *597 + default: *598 '404': *6 x-github: githubCloudOnly: false @@ -83842,9 +83849,9 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/issues/milestones#update-a-milestone parameters: - - *377 - *378 - - *598 + - *379 + - *599 requestBody: required: false content: @@ -83882,9 +83889,9 @@ paths: description: Response content: application/json: - schema: *596 + schema: *597 examples: - default: *597 + default: *598 x-github: githubCloudOnly: false enabledForGitHubApps: true @@ -83900,9 +83907,9 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/issues/milestones#delete-a-milestone parameters: - - *377 - *378 - - *598 + - *379 + - *599 responses: '204': description: Response @@ -83923,9 +83930,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: - - *377 - *378 - - *598 + - *379 + - *599 - *17 - *19 responses: @@ -83935,9 +83942,9 @@ paths: application/json: schema: type: array - items: *575 + items: *576 examples: - default: *576 + default: *577 headers: Link: *39 x-github: @@ -83956,12 +83963,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: - - *377 - *378 - - *599 + - *379 - *600 - - *143 - *601 + - *143 + - *602 - *17 - *19 responses: @@ -83973,7 +83980,7 @@ paths: type: array items: *166 examples: - default: *602 + default: *603 headers: Link: *39 x-github: @@ -83997,8 +84004,8 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/activity/notifications#mark-repository-notifications-as-read parameters: - - *377 - *378 + - *379 requestBody: required: false content: @@ -84056,14 +84063,14 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/pages/pages#get-a-apiname-pages-site parameters: - - *377 - *378 + - *379 responses: '200': description: Response content: application/json: - schema: &603 + schema: &604 title: GitHub Pages description: The configuration for GitHub Pages for a repository. type: object @@ -84188,7 +84195,7 @@ paths: - custom_404 - public examples: - default: &604 + default: &605 value: url: https://api.github.com/repos/github/developer.github.com/pages status: built @@ -84229,8 +84236,8 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/pages/pages#create-a-apiname-pages-site parameters: - - *377 - *378 + - *379 requestBody: required: true content: @@ -84284,9 +84291,9 @@ paths: description: Response content: application/json: - schema: *603 + schema: *604 examples: - default: *604 + default: *605 '422': *15 '409': *94 x-github: @@ -84309,8 +84316,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: - - *377 - *378 + - *379 requestBody: required: true content: @@ -84417,8 +84424,8 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/pages/pages#delete-a-apiname-pages-site parameters: - - *377 - *378 + - *379 responses: '204': description: Response @@ -84444,8 +84451,8 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/pages/pages#list-apiname-pages-builds parameters: - - *377 - *378 + - *379 - *17 - *19 responses: @@ -84455,7 +84462,7 @@ paths: application/json: schema: type: array - items: &605 + items: &606 title: Page Build description: Page Build type: object @@ -84549,8 +84556,8 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/pages/pages#request-a-apiname-pages-build parameters: - - *377 - *378 + - *379 responses: '201': description: Response @@ -84595,16 +84602,16 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/pages/pages#get-latest-pages-build parameters: - - *377 - *378 + - *379 responses: '200': description: Response content: application/json: - schema: *605 + schema: *606 examples: - default: &606 + default: &607 value: url: https://api.github.com/repos/github/developer.github.com/pages/builds/5472601 status: built @@ -84652,8 +84659,8 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/pages/pages#get-apiname-pages-build parameters: - - *377 - *378 + - *379 - name: build_id in: path required: true @@ -84664,9 +84671,9 @@ paths: description: Response content: application/json: - schema: *605 + schema: *606 examples: - default: *606 + default: *607 x-github: githubCloudOnly: false enabledForGitHubApps: true @@ -84686,8 +84693,8 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/pages/pages#create-a-github-pages-deployment parameters: - - *377 - *378 + - *379 requestBody: required: true content: @@ -84792,9 +84799,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: - - *377 - *378 - - &607 + - *379 + - &608 name: pages_deployment_id description: The ID of the Pages deployment. You can also give the commit SHA of the deployment. @@ -84852,9 +84859,9 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/pages/pages#cancel-a-github-pages-deployment parameters: - - *377 - *378 - - *607 + - *379 + - *608 responses: '204': *118 '404': *6 @@ -84881,8 +84888,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: - - *377 - *378 + - *379 responses: '200': description: Response @@ -85140,8 +85147,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: - - *377 - *378 + - *379 responses: '200': description: Private vulnerability reporting status @@ -85178,8 +85185,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: - - *377 - *378 + - *379 responses: '204': *118 '422': *14 @@ -85200,8 +85207,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: - - *377 - *378 + - *379 responses: '204': *118 '422': *14 @@ -85224,8 +85231,8 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/projects/projects#list-repository-projects parameters: - - *377 - *378 + - *379 - name: state description: Indicates the state of the projects to return. in: query @@ -85246,7 +85253,7 @@ paths: application/json: schema: type: array - items: *322 + items: *323 examples: default: value: @@ -85286,7 +85293,7 @@ paths: '401': *25 '403': *29 '404': *6 - '410': *388 + '410': *389 '422': *7 x-github: githubCloudOnly: false @@ -85309,8 +85316,8 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/projects/projects#create-a-repository-project parameters: - - *377 - *378 + - *379 requestBody: required: true content: @@ -85336,13 +85343,13 @@ paths: description: Response content: application/json: - schema: *322 + schema: *323 examples: - default: *387 + default: *388 '401': *25 '403': *29 '404': *6 - '410': *388 + '410': *389 '422': *7 x-github: githubCloudOnly: false @@ -85365,8 +85372,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: - - *377 - *378 + - *379 responses: '200': description: Response @@ -85374,7 +85381,7 @@ paths: application/json: schema: type: array - items: *324 + items: *325 examples: default: value: @@ -85405,8 +85412,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: - - *377 - *378 + - *379 requestBody: required: true content: @@ -85418,7 +85425,7 @@ paths: type: array description: A list of custom property names and associated values to apply to the repositories. - items: *324 + items: *325 required: - properties examples: @@ -85468,8 +85475,8 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/pulls/pulls#list-pull-requests parameters: - - *377 - *378 + - *379 - name: state description: Either `open`, `closed`, or `all` to filter by state. in: query @@ -85529,9 +85536,9 @@ paths: application/json: schema: type: array - items: *608 + items: *609 examples: - default: *609 + default: *610 headers: Link: *39 '304': *37 @@ -85563,8 +85570,8 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/pulls/pulls#create-a-pull-request parameters: - - *377 - *378 + - *379 requestBody: required: true content: @@ -85629,7 +85636,7 @@ paths: description: Response content: application/json: - schema: &613 + schema: &614 type: object title: Pull Request description: Pull requests let you tell others about changes you've @@ -85740,8 +85747,8 @@ paths: title: Milestone description: A collection of related issues and pull requests. type: object - properties: *502 - required: *503 + properties: *503 + required: *504 nullable: true active_lock_reason: type: string @@ -85786,7 +85793,7 @@ paths: nullable: true requested_teams: type: array - items: *344 + items: *345 nullable: true head: type: object @@ -85825,14 +85832,14 @@ paths: _links: type: object properties: - comments: *504 - commits: *504 - statuses: *504 - html: *504 - issue: *504 - review_comments: *504 - review_comment: *504 - self: *504 + comments: *505 + commits: *505 + statuses: *505 + html: *505 + issue: *505 + review_comments: *505 + review_comment: *505 + self: *505 required: - comments - commits @@ -85843,7 +85850,7 @@ paths: - review_comment - self author_association: *140 - auto_merge: *610 + auto_merge: *611 draft: description: Indicates whether or not the pull request is a draft. example: false @@ -85935,7 +85942,7 @@ paths: - merged_by - review_comments examples: - default: &614 + default: &615 value: url: https://api.github.com/repos/octocat/Hello-World/pulls/1347 id: 1 @@ -86462,8 +86469,8 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/pulls/comments#list-review-comments-in-a-repository parameters: - - *377 - *378 + - *379 - name: sort in: query required: false @@ -86492,9 +86499,9 @@ paths: application/json: schema: type: array - items: *611 + items: *612 examples: - default: &616 + default: &617 value: - url: https://api.github.com/repos/octocat/Hello-World/pulls/comments/1 pull_request_review_id: 42 @@ -86571,17 +86578,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: - - *377 - *378 + - *379 - *152 responses: '200': description: Response content: application/json: - schema: *611 + schema: *612 examples: - default: &612 + default: &613 value: url: https://api.github.com/repos/octocat/Hello-World/pulls/comments/1 pull_request_review_id: 42 @@ -86656,8 +86663,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: - - *377 - *378 + - *379 - *152 requestBody: required: true @@ -86680,9 +86687,9 @@ paths: description: Response content: application/json: - schema: *611 + schema: *612 examples: - default: *612 + default: *613 x-github: githubCloudOnly: false enabledForGitHubApps: true @@ -86698,8 +86705,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: - - *377 - *378 + - *379 - *152 responses: '204': @@ -86721,8 +86728,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: - - *377 - *378 + - *379 - *152 - name: content description: Returns a single [reaction type](https://docs.github.com/enterprise-cloud@latest//rest/reactions/reactions#about-reactions). @@ -86749,9 +86756,9 @@ paths: application/json: schema: type: array - items: *366 + items: *367 examples: - default: *368 + default: *369 headers: Link: *39 '404': *6 @@ -86772,8 +86779,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: - - *377 - *378 + - *379 - *152 requestBody: required: true @@ -86806,16 +86813,16 @@ paths: description: Reaction exists content: application/json: - schema: *366 + schema: *367 examples: - default: *367 + default: *368 '201': description: Reaction created content: application/json: - schema: *366 + schema: *367 examples: - default: *367 + default: *368 '422': *15 x-github: githubCloudOnly: false @@ -86837,10 +86844,10 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/reactions/reactions#delete-a-pull-request-comment-reaction parameters: - - *377 - *378 + - *379 - *152 - - *369 + - *370 responses: '204': description: Response @@ -86883,9 +86890,9 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/pulls/pulls#get-a-pull-request parameters: - - *377 - *378 - - &615 + - *379 + - &616 name: pull_number description: The number that identifies the pull request. in: path @@ -86898,9 +86905,9 @@ paths: to fetch diff and patch formats. content: application/json: - schema: *613 + schema: *614 examples: - default: *614 + default: *615 '304': *37 '404': *6 '406': @@ -86935,9 +86942,9 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/pulls/pulls#update-a-pull-request parameters: - - *377 - *378 - - *615 + - *379 + - *616 requestBody: required: false content: @@ -86979,9 +86986,9 @@ paths: description: Response content: application/json: - schema: *613 + schema: *614 examples: - default: *614 + default: *615 '422': *15 '403': *29 x-github: @@ -87003,9 +87010,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: - - *377 - *378 - - *615 + - *379 + - *616 requestBody: required: true content: @@ -87065,17 +87072,17 @@ paths: description: Response when the codespace was successfully created content: application/json: - schema: *294 + schema: *295 examples: - default: *487 + default: *488 '202': description: Response when the codespace creation partially failed but is being retried in the background content: application/json: - schema: *294 + schema: *295 examples: - default: *487 + default: *488 '401': *25 '403': *29 '404': *6 @@ -87105,9 +87112,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: - - *377 - *378 - - *615 + - *379 + - *616 - *163 - name: direction description: The direction to sort results. Ignored without `sort` parameter. @@ -87128,9 +87135,9 @@ paths: application/json: schema: type: array - items: *611 + items: *612 examples: - default: *616 + default: *617 headers: Link: *39 x-github: @@ -87163,9 +87170,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: - - *377 - *378 - - *615 + - *379 + - *616 requestBody: required: true content: @@ -87270,7 +87277,7 @@ paths: description: Response content: application/json: - schema: *611 + schema: *612 examples: example-for-a-multi-line-comment: value: @@ -87358,9 +87365,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: - - *377 - *378 - - *615 + - *379 + - *616 - *152 requestBody: required: true @@ -87383,7 +87390,7 @@ paths: description: Response content: application/json: - schema: *611 + schema: *612 examples: default: value: @@ -87469,9 +87476,9 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/pulls/pulls#list-commits-on-a-pull-request parameters: - - *377 - *378 - - *615 + - *379 + - *616 - *17 - *19 responses: @@ -87481,9 +87488,9 @@ paths: application/json: schema: type: array - items: *498 + items: *499 examples: - default: *617 + default: *618 headers: Link: *39 x-github: @@ -87513,9 +87520,9 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/pulls/pulls#list-pull-requests-files parameters: - - *377 - *378 - - *615 + - *379 + - *616 - *17 - *19 responses: @@ -87525,7 +87532,7 @@ paths: application/json: schema: type: array - items: *513 + items: *514 examples: default: value: @@ -87563,9 +87570,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: - - *377 - *378 - - *615 + - *379 + - *616 responses: '204': description: Response if pull request has been merged @@ -87588,9 +87595,9 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/pulls/pulls#merge-a-pull-request parameters: - - *377 - *378 - - *615 + - *379 + - *616 requestBody: required: false content: @@ -87701,9 +87708,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: - - *377 - *378 - - *615 + - *379 + - *616 responses: '200': description: Response @@ -87778,9 +87785,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: - - *377 - *378 - - *615 + - *379 + - *616 requestBody: required: false content: @@ -87817,7 +87824,7 @@ paths: description: Response content: application/json: - schema: *608 + schema: *609 examples: default: value: @@ -88353,9 +88360,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: - - *377 - *378 - - *615 + - *379 + - *616 requestBody: required: true content: @@ -88389,7 +88396,7 @@ paths: description: Response content: application/json: - schema: *608 + schema: *609 examples: default: value: @@ -88894,9 +88901,9 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/pulls/reviews#list-reviews-for-a-pull-request parameters: - - *377 - *378 - - *615 + - *379 + - *616 - *17 - *19 responses: @@ -88906,7 +88913,7 @@ paths: application/json: schema: type: array - items: &618 + items: &619 title: Pull Request Review description: Pull Request Reviews are reviews on pull requests. type: object @@ -89057,9 +89064,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: - - *377 - *378 - - *615 + - *379 + - *616 requestBody: required: false content: @@ -89145,9 +89152,9 @@ paths: description: Response content: application/json: - schema: *618 + schema: *619 examples: - default: &620 + default: &621 value: id: 80 node_id: MDE3OlB1bGxSZXF1ZXN0UmV2aWV3ODA= @@ -89210,10 +89217,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: - - *377 - *378 - - *615 - - &619 + - *379 + - *616 + - &620 name: review_id description: The unique identifier of the review. in: path @@ -89225,9 +89232,9 @@ paths: description: Response content: application/json: - schema: *618 + schema: *619 examples: - default: &621 + default: &622 value: id: 80 node_id: MDE3OlB1bGxSZXF1ZXN0UmV2aWV3ODA= @@ -89286,10 +89293,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: - - *377 - *378 - - *615 - - *619 + - *379 + - *616 + - *620 requestBody: required: true content: @@ -89312,7 +89319,7 @@ paths: description: Response content: application/json: - schema: *618 + schema: *619 examples: default: value: @@ -89374,18 +89381,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: - - *377 - *378 - - *615 - - *619 + - *379 + - *616 + - *620 responses: '200': description: Response content: application/json: - schema: *618 + schema: *619 examples: - default: *620 + default: *621 '422': *7 '404': *6 x-github: @@ -89412,10 +89419,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: - - *377 - *378 - - *615 - - *619 + - *379 + - *616 + - *620 - *17 - *19 responses: @@ -89498,9 +89505,9 @@ paths: _links: type: object properties: - self: *504 - html: *504 - pull_request: *504 + self: *505 + html: *505 + pull_request: *505 required: - self - html @@ -89643,10 +89650,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: - - *377 - *378 - - *615 - - *619 + - *379 + - *616 + - *620 requestBody: required: true content: @@ -89674,7 +89681,7 @@ paths: description: Response content: application/json: - schema: *618 + schema: *619 examples: default: value: @@ -89737,10 +89744,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: - - *377 - *378 - - *615 - - *619 + - *379 + - *616 + - *620 requestBody: required: true content: @@ -89775,9 +89782,9 @@ paths: description: Response content: application/json: - schema: *618 + schema: *619 examples: - default: *621 + default: *622 '404': *6 '422': *7 '403': *29 @@ -89799,9 +89806,9 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/pulls/pulls#update-a-pull-request-branch parameters: - - *377 - *378 - - *615 + - *379 + - *616 requestBody: required: false content: @@ -89864,8 +89871,8 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/repos/contents#get-a-repository-readme parameters: - - *377 - *378 + - *379 - name: ref description: 'The name of the commit/branch/tag. Default: the repository’s default branch.' @@ -89878,9 +89885,9 @@ paths: description: Response content: application/json: - schema: *622 + schema: *623 examples: - default: &623 + default: &624 value: type: file encoding: base64 @@ -89922,8 +89929,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: - - *377 - *378 + - *379 - name: dir description: The alternate path to look for a README file in: path @@ -89943,9 +89950,9 @@ paths: description: Response content: application/json: - schema: *622 + schema: *623 examples: - default: *623 + default: *624 '404': *6 '422': *15 x-github: @@ -89967,8 +89974,8 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/releases/releases#list-releases parameters: - - *377 - *378 + - *379 - *17 - *19 responses: @@ -89978,7 +89985,7 @@ paths: application/json: schema: type: array - items: &624 + items: &625 title: Release description: A release. type: object @@ -90041,7 +90048,7 @@ paths: author: *4 assets: type: array - items: &625 + items: &626 title: Release Asset description: Data related to a release. type: object @@ -90222,8 +90229,8 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/releases/releases#create-a-release parameters: - - *377 - *378 + - *379 requestBody: required: true content: @@ -90299,9 +90306,9 @@ paths: description: Response content: application/json: - schema: *624 + schema: *625 examples: - default: &628 + default: &629 value: url: https://api.github.com/repos/octocat/Hello-World/releases/1 html_url: https://github.com/octocat/Hello-World/releases/v1.0.0 @@ -90404,9 +90411,9 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/releases/assets#get-a-release-asset parameters: - - *377 - *378 - - &626 + - *379 + - &627 name: asset_id description: The unique identifier of the asset. in: path @@ -90418,9 +90425,9 @@ paths: description: Response content: application/json: - schema: *625 + schema: *626 examples: - default: &627 + default: &628 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 @@ -90454,7 +90461,7 @@ paths: type: User site_admin: false '404': *6 - '302': *515 + '302': *516 x-github: githubCloudOnly: false enabledForGitHubApps: true @@ -90470,9 +90477,9 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/releases/assets#update-a-release-asset parameters: - - *377 - *378 - - *626 + - *379 + - *627 requestBody: required: false content: @@ -90500,9 +90507,9 @@ paths: description: Response content: application/json: - schema: *625 + schema: *626 examples: - default: *627 + default: *628 x-github: githubCloudOnly: false enabledForGitHubApps: true @@ -90518,9 +90525,9 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/releases/assets#delete-a-release-asset parameters: - - *377 - *378 - - *626 + - *379 + - *627 responses: '204': description: Response @@ -90544,8 +90551,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: - - *377 - *378 + - *379 requestBody: required: true content: @@ -90630,16 +90637,16 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/releases/releases#get-the-latest-release parameters: - - *377 - *378 + - *379 responses: '200': description: Response content: application/json: - schema: *624 + schema: *625 examples: - default: *628 + default: *629 x-github: githubCloudOnly: false enabledForGitHubApps: true @@ -90656,8 +90663,8 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/releases/releases#get-a-release-by-tag-name parameters: - - *377 - *378 + - *379 - name: tag description: tag parameter in: path @@ -90670,9 +90677,9 @@ paths: description: Response content: application/json: - schema: *624 + schema: *625 examples: - default: *628 + default: *629 '404': *6 x-github: githubCloudOnly: false @@ -90694,9 +90701,9 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/releases/releases#get-a-release parameters: - - *377 - *378 - - &629 + - *379 + - &630 name: release_id description: The unique identifier of the release. in: path @@ -90710,9 +90717,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: *624 + schema: *625 examples: - default: *628 + default: *629 '401': description: Unauthorized x-github: @@ -90730,9 +90737,9 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/releases/releases#update-a-release parameters: - - *377 - *378 - - *629 + - *379 + - *630 requestBody: required: false content: @@ -90796,9 +90803,9 @@ paths: description: Response content: application/json: - schema: *624 + schema: *625 examples: - default: *628 + default: *629 '404': description: Not Found if the discussion category name is invalid content: @@ -90819,9 +90826,9 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/releases/releases#delete-a-release parameters: - - *377 - *378 - - *629 + - *379 + - *630 responses: '204': description: Response @@ -90841,9 +90848,9 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/releases/assets#list-release-assets parameters: - - *377 - *378 - - *629 + - *379 + - *630 - *17 - *19 responses: @@ -90853,7 +90860,7 @@ paths: application/json: schema: type: array - items: *625 + items: *626 examples: default: value: @@ -90934,9 +90941,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: - - *377 - *378 - - *629 + - *379 + - *630 - name: name in: query required: true @@ -90962,7 +90969,7 @@ paths: description: Response for successful upload content: application/json: - schema: *625 + schema: *626 examples: response-for-successful-upload: value: @@ -91016,9 +91023,9 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/reactions/reactions#list-reactions-for-a-release parameters: - - *377 - *378 - - *629 + - *379 + - *630 - 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. @@ -91042,9 +91049,9 @@ paths: application/json: schema: type: array - items: *366 + items: *367 examples: - default: *368 + default: *369 headers: Link: *39 '404': *6 @@ -91065,9 +91072,9 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/reactions/reactions#create-reaction-for-a-release parameters: - - *377 - *378 - - *629 + - *379 + - *630 requestBody: required: true content: @@ -91097,16 +91104,16 @@ paths: description: Reaction exists content: application/json: - schema: *366 + schema: *367 examples: - default: *367 + default: *368 '201': description: Reaction created content: application/json: - schema: *366 + schema: *367 examples: - default: *367 + default: *368 '422': *15 x-github: githubCloudOnly: false @@ -91128,10 +91135,10 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/reactions/reactions#delete-a-release-reaction parameters: - - *377 - *378 - - *629 - - *369 + - *379 + - *630 + - *370 responses: '204': description: Response @@ -91155,9 +91162,9 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/repos/rules#get-rules-for-a-branch parameters: - - *377 - *378 - - *436 + - *379 + - *437 - *17 - *19 responses: @@ -91173,8 +91180,8 @@ paths: description: A repository rule with ruleset details. oneOf: - allOf: - - *630 - - &632 + - *631 + - &633 title: repository ruleset data for rule description: User-defined metadata to store domain-specific information limited to 8 keys with scalar values. @@ -91194,65 +91201,65 @@ paths: type: integer description: The ID of the ruleset that includes this rule. - allOf: - - *631 - *632 - - allOf: - *633 - - *632 - allOf: - *634 - - *632 + - *633 - allOf: - *635 - - *632 + - *633 - allOf: - *636 - - *632 + - *633 - allOf: - *637 - - *632 + - *633 - allOf: - *638 - - *632 + - *633 - allOf: - *639 - - *632 + - *633 - allOf: - *640 - - *632 + - *633 - allOf: - *641 - - *632 + - *633 - allOf: - *642 - - *632 + - *633 - allOf: - *643 - - *632 + - *633 - allOf: - *644 - - *632 + - *633 - allOf: - *645 - - *632 + - *633 - allOf: - *646 - - *632 + - *633 - allOf: - *647 - - *632 + - *633 - allOf: - *648 - - *632 + - *633 - allOf: - *649 - - *632 + - *633 - allOf: - *650 - - *632 + - *633 - allOf: - *651 - - *632 + - *633 + - allOf: + - *652 + - *633 examples: default: value: @@ -91291,8 +91298,8 @@ paths: category: repos subcategory: rules parameters: - - *377 - *378 + - *379 - *17 - *19 - name: includes_parents @@ -91303,7 +91310,7 @@ paths: schema: type: boolean default: true - - *652 + - *653 responses: '200': description: Response @@ -91358,8 +91365,8 @@ paths: category: repos subcategory: rules parameters: - - *377 - *378 + - *379 requestBody: description: Request body required: true @@ -91421,7 +91428,7 @@ paths: application/json: schema: *128 examples: - default: &661 + default: &662 value: id: 42 name: super cool ruleset @@ -91468,12 +91475,12 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/repos/rule-suites#list-repository-rule-suites parameters: - - *377 - *378 - - *653 - - *221 + - *379 - *654 + - *221 - *655 + - *656 - *17 - *19 responses: @@ -91481,9 +91488,9 @@ paths: description: Response content: application/json: - schema: *656 + schema: *657 examples: - default: *657 + default: *658 '404': *6 '500': *99 x-github: @@ -91504,17 +91511,17 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/repos/rule-suites#get-a-repository-rule-suite parameters: - - *377 - *378 - - *658 + - *379 + - *659 responses: '200': description: Response content: application/json: - schema: *659 + schema: *660 examples: - default: *660 + default: *661 '404': *6 '500': *99 x-github: @@ -91542,8 +91549,8 @@ paths: category: repos subcategory: rules parameters: - - *377 - *378 + - *379 - name: ruleset_id description: The ID of the ruleset. in: path @@ -91565,7 +91572,7 @@ paths: application/json: schema: *128 examples: - default: *661 + default: *662 '404': *6 '500': *99 put: @@ -91583,8 +91590,8 @@ paths: category: repos subcategory: rules parameters: - - *377 - *378 + - *379 - name: ruleset_id description: The ID of the ruleset. in: path @@ -91648,7 +91655,7 @@ paths: application/json: schema: *128 examples: - default: *661 + default: *662 '404': *6 '500': *99 delete: @@ -91666,8 +91673,8 @@ paths: category: repos subcategory: rules parameters: - - *377 - *378 + - *379 - name: ruleset_id description: The ID of the ruleset. in: path @@ -91690,8 +91697,8 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/repos/rules#get-repository-ruleset-history parameters: - - *377 - *378 + - *379 - *17 - *19 - name: ruleset_id @@ -91709,7 +91716,7 @@ paths: type: array items: *131 examples: - default: *332 + default: *333 '404': *6 '500': *99 x-github: @@ -91728,8 +91735,8 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/repos/rules#get-repository-ruleset-version parameters: - - *377 - *378 + - *379 - name: ruleset_id description: The ID of the ruleset. in: path @@ -91747,7 +91754,7 @@ paths: description: Response content: application/json: - schema: *333 + schema: *334 examples: default: value: @@ -91802,20 +91809,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: - - *377 - *378 - - *334 + - *379 - *335 - *336 - *337 + - *338 - *86 - *19 - *17 - - *662 - *663 - - *338 + - *664 - *339 - *340 + - *341 responses: '200': description: Response @@ -91823,7 +91830,7 @@ paths: application/json: schema: type: array - items: &666 + items: &667 type: object properties: number: *100 @@ -91842,8 +91849,8 @@ paths: format: uri description: The REST API URL of the code locations for this alert. - state: *664 - resolution: *665 + state: *665 + resolution: *666 resolved_at: type: string format: date-time @@ -92061,15 +92068,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: - - *377 - *378 - - *467 + - *379 + - *468 responses: '200': description: Response content: application/json: - schema: *666 + schema: *667 examples: default: value: @@ -92121,9 +92128,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: - - *377 - *378 - - *467 + - *379 + - *468 requestBody: required: true content: @@ -92131,8 +92138,8 @@ paths: schema: type: object properties: - state: *664 - resolution: *665 + state: *665 + resolution: *666 resolution_comment: description: An optional comment when closing an alert. Cannot be updated or deleted. Must be `null` when changing `state` to `open`. @@ -92150,7 +92157,7 @@ paths: description: Response content: application/json: - schema: *666 + schema: *667 examples: default: value: @@ -92225,9 +92232,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: - - *377 - *378 - - *467 + - *379 + - *468 - *19 - *17 responses: @@ -92238,7 +92245,7 @@ paths: schema: type: array description: List of locations where the secret was detected - items: &826 + items: &827 type: object properties: type: @@ -92597,8 +92604,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: - - *377 - *378 + - *379 requestBody: required: true content: @@ -92606,14 +92613,14 @@ paths: schema: type: object properties: - reason: &668 + reason: &669 description: The reason for bypassing push protection. type: string enum: - false_positive - used_in_tests - will_fix_later - placeholder_id: *667 + placeholder_id: *668 required: - reason - placeholder_id @@ -92630,7 +92637,7 @@ paths: schema: type: object properties: - reason: *668 + reason: *669 expire_at: type: string format: date-time @@ -92673,8 +92680,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: - - *377 - *378 + - *379 responses: '404': description: Repository does not have GitHub Advanced Security or secret @@ -92689,7 +92696,7 @@ paths: properties: incremental_scans: type: array - items: &669 + items: &670 description: Information on a single scan performed by secret scanning on the repository type: object @@ -92715,15 +92722,15 @@ paths: nullable: true pattern_update_scans: type: array - items: *669 + items: *670 backfill_scans: type: array - items: *669 + items: *670 custom_pattern_backfill_scans: type: array items: allOf: - - *669 + - *670 - type: object properties: pattern_name: @@ -92793,8 +92800,8 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/security-advisories/repository-advisories#list-repository-security-advisories parameters: - - *377 - *378 + - *379 - *86 - name: sort description: The property to sort the results by. @@ -92838,9 +92845,9 @@ paths: application/json: schema: type: array - items: *670 + items: *671 examples: - default: *671 + default: *672 '400': *14 '404': *6 x-github: @@ -92863,8 +92870,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: - - *377 - *378 + - *379 requestBody: required: true content: @@ -92937,7 +92944,7 @@ paths: login: type: string description: The username of the user credited. - type: *343 + type: *344 required: - login - type @@ -93024,9 +93031,9 @@ paths: description: Response content: application/json: - schema: *670 + schema: *671 examples: - default: &673 + default: &674 value: ghsa_id: GHSA-abcd-1234-efgh cve_id: CVE-2050-00000 @@ -93259,8 +93266,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: - - *377 - *378 + - *379 requestBody: required: true content: @@ -93364,7 +93371,7 @@ paths: description: Response content: application/json: - schema: *670 + schema: *671 examples: default: value: @@ -93511,17 +93518,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: - - *377 - *378 - - *672 + - *379 + - *673 responses: '200': description: Response content: application/json: - schema: *670 + schema: *671 examples: - default: *673 + default: *674 '403': *29 '404': *6 x-github: @@ -93545,9 +93552,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: - - *377 - *378 - - *672 + - *379 + - *673 requestBody: required: true content: @@ -93620,7 +93627,7 @@ paths: login: type: string description: The username of the user credited. - type: *343 + type: *344 required: - login - type @@ -93706,10 +93713,10 @@ paths: description: Response content: application/json: - schema: *670 + schema: *671 examples: - default: *673 - add_credit: *673 + default: *674 + add_credit: *674 '403': *29 '404': *6 '422': @@ -93747,9 +93754,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: - - *377 - *378 - - *672 + - *379 + - *673 responses: '202': *95 '400': *14 @@ -93776,17 +93783,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: - - *377 - *378 - - *672 + - *379 + - *673 responses: '202': description: Response content: application/json: - schema: *390 + schema: *391 examples: - default: *392 + default: *393 '400': *14 '422': *15 '403': *29 @@ -93812,8 +93819,8 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/activity/starring#list-stargazers parameters: - - *377 - *378 + - *379 - *17 - *19 responses: @@ -93912,8 +93919,8 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/metrics/statistics#get-the-weekly-commit-activity parameters: - - *377 - *378 + - *379 responses: '200': description: Returns a weekly aggregate of the number of additions and deletions @@ -93922,7 +93929,7 @@ paths: application/json: schema: type: array - items: &674 + items: &675 title: Code Frequency Stat description: Code Frequency Stat type: array @@ -93955,8 +93962,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: - - *377 - *378 + - *379 responses: '200': description: Response @@ -94032,8 +94039,8 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/metrics/statistics#get-all-contributor-commit-activity parameters: - - *377 - *378 + - *379 responses: '200': description: Response @@ -94129,8 +94136,8 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/metrics/statistics#get-the-weekly-commit-count parameters: - - *377 - *378 + - *379 responses: '200': description: The array order is oldest week (index 0) to most recent week. @@ -94284,8 +94291,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: - - *377 - *378 + - *379 responses: '200': description: For example, `[2, 14, 25]` indicates that there were 25 total @@ -94295,7 +94302,7 @@ paths: application/json: schema: type: array - items: *674 + items: *675 examples: default: value: @@ -94328,8 +94335,8 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/commits/statuses#create-a-commit-status parameters: - - *377 - *378 + - *379 - name: sha in: path required: true @@ -94383,7 +94390,7 @@ paths: description: Response content: application/json: - schema: *675 + schema: *676 examples: default: value: @@ -94437,8 +94444,8 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/activity/watching#list-watchers parameters: - - *377 - *378 + - *379 - *17 - *19 responses: @@ -94450,7 +94457,7 @@ paths: type: array items: *4 examples: - default: *293 + default: *294 headers: Link: *39 x-github: @@ -94470,14 +94477,14 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/activity/watching#get-a-repository-subscription parameters: - - *377 - *378 + - *379 responses: '200': description: if you subscribe to the repository content: application/json: - schema: &676 + schema: &677 title: Repository Invitation description: Repository invitations let you manage who you collaborate with. @@ -94545,8 +94552,8 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/activity/watching#set-a-repository-subscription parameters: - - *377 - *378 + - *379 requestBody: required: false content: @@ -94572,7 +94579,7 @@ paths: description: Response content: application/json: - schema: *676 + schema: *677 examples: default: value: @@ -94599,8 +94606,8 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/activity/watching#delete-a-repository-subscription parameters: - - *377 - *378 + - *379 responses: '204': description: Response @@ -94620,8 +94627,8 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/repos/repos#list-repository-tags parameters: - - *377 - *378 + - *379 - *17 - *19 responses: @@ -94700,8 +94707,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: - - *377 - *378 + - *379 responses: '200': description: Response @@ -94709,7 +94716,7 @@ paths: application/json: schema: type: array - items: &677 + items: &678 title: Tag protection description: Tag protection type: object @@ -94761,8 +94768,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: - - *377 - *378 + - *379 requestBody: required: true content: @@ -94785,7 +94792,7 @@ paths: description: Response content: application/json: - schema: *677 + schema: *678 examples: default: value: @@ -94816,8 +94823,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: - - *377 - *378 + - *379 - name: tag_protection_id description: The unique identifier of the tag protection. in: path @@ -94854,8 +94861,8 @@ paths: url: https://docs.github.com/enterprise-cloud@latest//rest/repos/contents#download-a-repository-archive-tar operationId: repos/download-tarball-archive parameters: - - *377 - *378 + - *379 - name: ref in: path required: true @@ -94891,8 +94898,8 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/repos/repos#list-repository-teams parameters: - - *377 - *378 + - *379 - *17 - *19 responses: @@ -94904,7 +94911,7 @@ paths: type: array items: *227 examples: - default: *305 + default: *306 headers: Link: *39 '404': *6 @@ -94924,8 +94931,8 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/repos/repos#get-all-repository-topics parameters: - - *377 - *378 + - *379 - *19 - *17 responses: @@ -94933,7 +94940,7 @@ paths: description: Response content: application/json: - schema: &678 + schema: &679 title: Topic description: A topic aggregates entities that are related to a subject. type: object @@ -94945,7 +94952,7 @@ paths: required: - names examples: - default: &679 + default: &680 value: names: - octocat @@ -94968,8 +94975,8 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/repos/repos#replace-all-repository-topics parameters: - - *377 - *378 + - *379 requestBody: required: true content: @@ -95000,9 +95007,9 @@ paths: description: Response content: application/json: - schema: *678 + schema: *679 examples: - default: *679 + default: *680 '404': *6 '422': *7 x-github: @@ -95023,9 +95030,9 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/metrics/traffic#get-repository-clones parameters: - - *377 - *378 - - &680 + - *379 + - &681 name: per description: The time frame to display results for. in: query @@ -95054,7 +95061,7 @@ paths: example: 128 clones: type: array - items: &681 + items: &682 title: Traffic type: object properties: @@ -95141,8 +95148,8 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/metrics/traffic#get-top-referral-paths parameters: - - *377 - *378 + - *379 responses: '200': description: Response @@ -95232,8 +95239,8 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/metrics/traffic#get-top-referral-sources parameters: - - *377 - *378 + - *379 responses: '200': description: Response @@ -95293,9 +95300,9 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/metrics/traffic#get-page-views parameters: - - *377 - *378 - - *680 + - *379 + - *681 responses: '200': description: Response @@ -95314,7 +95321,7 @@ paths: example: 3782 views: type: array - items: *681 + items: *682 required: - uniques - count @@ -95391,8 +95398,8 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/repos/repos#transfer-a-repository parameters: - - *377 - *378 + - *379 requestBody: required: true content: @@ -95666,8 +95673,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: - - *377 - *378 + - *379 responses: '204': description: Response if repository is enabled with vulnerability alerts @@ -95690,8 +95697,8 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/repos/repos#enable-vulnerability-alerts parameters: - - *377 - *378 + - *379 responses: '204': description: Response @@ -95713,8 +95720,8 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/repos/repos#disable-vulnerability-alerts parameters: - - *377 - *378 + - *379 responses: '204': description: Response @@ -95740,8 +95747,8 @@ paths: url: https://docs.github.com/enterprise-cloud@latest//rest/repos/contents#download-a-repository-archive-zip operationId: repos/download-zipball-archive parameters: - - *377 - *378 + - *379 - name: ref in: path required: true @@ -95833,9 +95840,9 @@ paths: description: Response content: application/json: - schema: *390 + schema: *391 examples: - default: *392 + default: *393 headers: Location: example: https://api.github.com/repos/octocat/Hello-World @@ -95986,7 +95993,7 @@ paths: value: Engineering externalId: value: 8aa1a0c0-c4c3-4bc0-b4a5-2ef676900159 - - &689 + - &690 name: excludedAttributes description: Excludes the specified attribute from being returned in the results. Using this parameter can speed up response time. @@ -95995,7 +96002,7 @@ paths: schema: type: string example: members - - &694 + - &695 name: startIndex description: 'Used for pagination: the starting index of the first result to return when paginating through values.' @@ -96006,7 +96013,7 @@ paths: default: 1 format: int32 example: 1 - - &695 + - &696 name: count description: 'Used for pagination: the number of results to return per page.' in: query @@ -96048,7 +96055,7 @@ paths: Resources: type: array description: Information about each provisioned group. - items: &683 + items: &684 allOf: - type: object required: @@ -96123,7 +96130,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: &696 + meta: &697 type: object description: The metadata associated with the creation/updates to the user. @@ -96183,31 +96190,31 @@ paths: location: https://api.github.localhost/scim/v2/Groups/24b28bbb-5fc4-4686-a153-a020debb1155 startIndex: 1 itemsPerPage: 20 - '400': &684 + '400': &685 description: Bad request content: application/json: - schema: *682 + schema: *683 application/scim+json: - schema: *682 - '401': &685 + schema: *683 + '401': &686 description: Authorization failure - '403': &686 + '403': &687 description: Permission denied - '429': &687 + '429': &688 description: Too many requests content: application/json: - schema: *682 + schema: *683 application/scim+json: - schema: *682 - '500': &688 + schema: *683 + '500': &689 description: Internal server error content: application/json: - schema: *682 + schema: *683 application/scim+json: - schema: *682 + schema: *683 x-github: enabledForGitHubApps: true githubCloudOnly: true @@ -96231,7 +96238,7 @@ paths: required: true content: application/json: - schema: &692 + schema: &693 type: object required: - schemas @@ -96287,9 +96294,9 @@ paths: description: Group has been created content: application/scim+json: - schema: *683 + schema: *684 examples: - group: &690 + group: &691 value: schemas: - urn:ietf:params:scim:schemas:core:2.0:Group @@ -96308,13 +96315,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': *684 - '401': *685 - '403': *686 - '409': &693 + '400': *685 + '401': *686 + '403': *687 + '409': &694 description: Duplicate record detected - '429': *687 - '500': *688 + '429': *688 + '500': *689 x-github: enabledForGitHubApps: true githubCloudOnly: true @@ -96331,7 +96338,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: - - &691 + - &692 name: scim_group_id description: A unique identifier of the SCIM group. in: path @@ -96339,22 +96346,22 @@ paths: schema: type: string example: 7fce0092-d52e-4f76-b727-3955bd72c939 - - *689 + - *690 - *40 responses: '200': description: Success, a group was found content: application/scim+json: - schema: *683 + schema: *684 examples: - default: *690 - '400': *684 - '401': *685 - '403': *686 + default: *691 + '400': *685 + '401': *686 + '403': *687 '404': *6 - '429': *687 - '500': *688 + '429': *688 + '500': *689 x-github: enabledForGitHubApps: true githubCloudOnly: true @@ -96373,13 +96380,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: - - *691 + - *692 - *40 requestBody: required: true content: application/json: - schema: *692 + schema: *693 examples: group: summary: Group @@ -96405,17 +96412,17 @@ paths: description: Group was updated content: application/scim+json: - schema: *683 + schema: *684 examples: - group: *690 - groupWithMembers: *690 - '400': *684 - '401': *685 - '403': *686 + group: *691 + groupWithMembers: *691 + '400': *685 + '401': *686 + '403': *687 '404': *6 - '409': *693 - '429': *687 - '500': *688 + '409': *694 + '429': *688 + '500': *689 x-github: enabledForGitHubApps: true githubCloudOnly: true @@ -96439,13 +96446,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: - - *691 + - *692 - *40 requestBody: required: true content: application/json: - schema: &703 + schema: &704 type: object required: - Operations @@ -96505,17 +96512,17 @@ paths: description: Success, group was updated content: application/scim+json: - schema: *683 + schema: *684 examples: - updateGroup: *690 - addMembers: *690 - '400': *684 - '401': *685 - '403': *686 + updateGroup: *691 + addMembers: *691 + '400': *685 + '401': *686 + '403': *687 '404': *6 - '409': *693 - '429': *687 - '500': *688 + '409': *694 + '429': *688 + '500': *689 x-github: enabledForGitHubApps: true githubCloudOnly: true @@ -96531,17 +96538,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: - - *691 + - *692 - *40 responses: '204': description: Group was deleted, no content - '400': *684 - '401': *685 - '403': *686 + '400': *685 + '401': *686 + '403': *687 '404': *6 - '429': *687 - '500': *688 + '429': *688 + '500': *689 x-github: enabledForGitHubApps: true githubCloudOnly: true @@ -96575,8 +96582,8 @@ paths: value: userName eq 'E012345' externalId: value: externalId eq 'E012345' - - *694 - *695 + - *696 - *40 responses: '200': @@ -96609,7 +96616,7 @@ paths: Resources: type: array description: Information about each provisioned account. - items: &698 + items: &699 allOf: - type: object required: @@ -96688,7 +96695,7 @@ paths: description: Whether this email address is the primary address. example: true - roles: &697 + roles: &698 type: array description: The roles assigned to the user. items: @@ -96744,7 +96751,7 @@ paths: type: string description: Provisioned SCIM groups that the user is a member of. - meta: *696 + meta: *697 startIndex: type: integer description: A starting index for the returned page @@ -96781,11 +96788,11 @@ paths: primary: false startIndex: 1 itemsPerPage: 20 - '400': *684 - '401': *685 - '403': *686 - '429': *687 - '500': *688 + '400': *685 + '401': *686 + '403': *687 + '429': *688 + '500': *689 x-github: enabledForGitHubApps: true githubCloudOnly: true @@ -96809,7 +96816,7 @@ paths: required: true content: application/json: - schema: &701 + schema: &702 type: object required: - schemas @@ -96891,9 +96898,9 @@ paths: type: boolean description: Whether this email address is the primary address. example: true - roles: *697 + roles: *698 examples: - user: &702 + user: &703 summary: User value: schemas: @@ -96940,9 +96947,9 @@ paths: description: User has been created content: application/scim+json: - schema: *698 + schema: *699 examples: - user: &699 + user: &700 value: schemas: - urn:ietf:params:scim:schemas:core:2.0:User @@ -96968,13 +96975,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: *699 - '400': *684 - '401': *685 - '403': *686 - '409': *693 - '429': *687 - '500': *688 + enterpriseOwner: *700 + '400': *685 + '401': *686 + '403': *687 + '409': *694 + '429': *688 + '500': *689 x-github: enabledForGitHubApps: true githubCloudOnly: true @@ -96991,7 +96998,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: - - &700 + - &701 name: scim_user_id description: The unique identifier of the SCIM user. in: path @@ -97004,15 +97011,15 @@ paths: description: Success, a user was found content: application/scim+json: - schema: *698 + schema: *699 examples: - default: *699 - '400': *684 - '401': *685 - '403': *686 + default: *700 + '400': *685 + '401': *686 + '403': *687 '404': *6 - '429': *687 - '500': *688 + '429': *688 + '500': *689 x-github: enabledForGitHubApps: true githubCloudOnly: true @@ -97034,30 +97041,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: - - *700 + - *701 - *40 requestBody: required: true content: application/json: - schema: *701 + schema: *702 examples: - user: *702 + user: *703 responses: '200': description: User was updated content: application/scim+json: - schema: *698 + schema: *699 examples: - user: *699 - '400': *684 - '401': *685 - '403': *686 + user: *700 + '400': *685 + '401': *686 + '403': *687 '404': *6 - '409': *693 - '429': *687 - '500': *688 + '409': *694 + '429': *688 + '500': *689 x-github: enabledForGitHubApps: true githubCloudOnly: true @@ -97092,13 +97099,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: - - *700 + - *701 - *40 requestBody: required: true content: application/json: - schema: *703 + schema: *704 examples: userMultiValuedProperties: summary: Multi Valued Property @@ -97138,18 +97145,18 @@ paths: description: Success, user was updated content: application/scim+json: - schema: *698 - examples: - userMultiValuedProperties: *699 - userSingleValuedProperties: *699 - disableUser: *699 - '400': *684 - '401': *685 - '403': *686 + schema: *699 + examples: + userMultiValuedProperties: *700 + userSingleValuedProperties: *700 + disableUser: *700 + '400': *685 + '401': *686 + '403': *687 '404': *6 - '409': *693 - '429': *687 - '500': *688 + '409': *694 + '429': *688 + '500': *689 x-github: enabledForGitHubApps: true githubCloudOnly: true @@ -97169,17 +97176,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: - - *700 + - *701 - *40 responses: '204': description: User was deleted, no content - '400': *684 - '401': *685 - '403': *686 + '400': *685 + '401': *686 + '403': *687 '404': *6 - '429': *687 - '500': *688 + '429': *688 + '500': *689 x-github: enabledForGitHubApps: true githubCloudOnly: true @@ -97266,7 +97273,7 @@ paths: example: 1 Resources: type: array - items: &704 + items: &705 title: SCIM /Users description: SCIM /Users provisioning endpoints type: object @@ -97497,22 +97504,22 @@ paths: lastModified: '2017-03-09T16:11:13-05:00' location: https://api.github.com/scim/v2/organizations/octo-org/Users/77563764-eb6-24-0598234-958243 '304': *37 - '404': &705 + '404': &706 description: Resource not found content: application/json: - schema: *682 + schema: *683 application/scim+json: - schema: *682 - '403': &706 + schema: *683 + '403': &707 description: Forbidden content: application/json: - schema: *682 + schema: *683 application/scim+json: - schema: *682 - '400': *684 - '429': *687 + schema: *683 + '400': *685 + '429': *688 x-github: githubCloudOnly: true enabledForGitHubApps: true @@ -97538,9 +97545,9 @@ paths: description: Response content: application/scim+json: - schema: *704 + schema: *705 examples: - default: &707 + default: &708 value: schemas: - urn:ietf:params:scim:schemas:core:2.0:User @@ -97563,17 +97570,17 @@ paths: lastModified: '2017-03-09T16:11:13-05:00' location: https://api.github.com/scim/v2/organizations/octo-org/Users/edefdfedf-050c-11e7-8d32 '304': *37 - '404': *705 - '403': *706 - '500': *688 + '404': *706 + '403': *707 + '500': *689 '409': description: Conflict content: application/json: - schema: *682 + schema: *683 application/scim+json: - schema: *682 - '400': *684 + schema: *683 + '400': *685 requestBody: required: true content: @@ -97671,17 +97678,17 @@ paths: url: https://docs.github.com/enterprise-cloud@latest//rest/scim/scim#get-scim-provisioning-information-for-a-user parameters: - *170 - - *700 + - *701 responses: '200': description: Response content: application/scim+json: - schema: *704 + schema: *705 examples: - default: *707 - '404': *705 - '403': *706 + default: *708 + '404': *706 + '403': *707 '304': *37 x-github: githubCloudOnly: true @@ -97705,18 +97712,18 @@ paths: url: https://docs.github.com/enterprise-cloud@latest//rest/scim/scim#update-a-provisioned-organization-membership parameters: - *170 - - *700 + - *701 responses: '200': description: Response content: application/scim+json: - schema: *704 + schema: *705 examples: - default: *707 + default: *708 '304': *37 - '404': *705 - '403': *706 + '404': *706 + '403': *707 requestBody: required: true content: @@ -97829,19 +97836,19 @@ paths: url: https://docs.github.com/enterprise-cloud@latest//rest/scim/scim#update-an-attribute-for-a-scim-user parameters: - *170 - - *700 + - *701 responses: '200': description: Response content: application/scim+json: - schema: *704 + schema: *705 examples: - default: *707 + default: *708 '304': *37 - '404': *705 - '403': *706 - '400': *684 + '404': *706 + '403': *707 + '400': *685 '429': description: Response content: @@ -97932,12 +97939,12 @@ paths: url: https://docs.github.com/enterprise-cloud@latest//rest/scim/scim#delete-a-scim-user-from-an-organization parameters: - *170 - - *700 + - *701 responses: '204': description: Response - '404': *705 - '403': *706 + '404': *706 + '403': *707 '304': *37 x-github: githubCloudOnly: true @@ -98070,7 +98077,7 @@ paths: example: - 73..77 - 77..78 - text_matches: &708 + text_matches: &709 title: Search Result Text Matches type: array items: @@ -98233,7 +98240,7 @@ paths: enum: - author-date - committer-date - - &709 + - &710 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 @@ -98304,7 +98311,7 @@ paths: description: Metaproperties for Git author/committer information. type: object - properties: *434 + properties: *435 nullable: true comment_count: type: integer @@ -98324,7 +98331,7 @@ paths: url: type: string format: uri - verification: *553 + verification: *554 required: - author - committer @@ -98343,7 +98350,7 @@ paths: title: Git User description: Metaproperties for Git author/committer information. type: object - properties: *434 + properties: *435 nullable: true parents: type: array @@ -98361,7 +98368,7 @@ paths: type: number node_id: type: string - text_matches: *708 + text_matches: *709 required: - sha - node_id @@ -98544,7 +98551,7 @@ paths: - interactions - created - updated - - *709 + - *710 - *17 - *19 - name: advanced_search @@ -98671,8 +98678,8 @@ paths: title: Milestone description: A collection of related issues and pull requests. type: object - properties: *502 - required: *503 + properties: *503 + required: *504 nullable: true comments: type: integer @@ -98686,7 +98693,7 @@ paths: type: string format: date-time nullable: true - text_matches: *708 + text_matches: *709 pull_request: type: object properties: @@ -98730,7 +98737,7 @@ paths: timeline_url: type: string format: uri - type: *288 + type: *289 performed_via_github_app: title: GitHub app description: GitHub apps are a new way to extend GitHub. @@ -98914,7 +98921,7 @@ paths: enum: - created - updated - - *709 + - *710 - *17 - *19 responses: @@ -98958,7 +98965,7 @@ paths: nullable: true score: type: number - text_matches: *708 + text_matches: *709 required: - id - node_id @@ -99044,7 +99051,7 @@ paths: - forks - help-wanted-issues - updated - - *709 + - *710 - *17 - *19 responses: @@ -99283,7 +99290,7 @@ paths: - admin - pull - push - text_matches: *708 + text_matches: *709 temp_clone_token: type: string allow_merge_commit: @@ -99584,7 +99591,7 @@ paths: type: string format: uri nullable: true - text_matches: *708 + text_matches: *709 related: type: array nullable: true @@ -99777,7 +99784,7 @@ paths: - followers - repositories - joined - - *709 + - *710 - *17 - *19 responses: @@ -99881,7 +99888,7 @@ paths: hireable: type: boolean nullable: true - text_matches: *708 + text_matches: *709 blog: type: string nullable: true @@ -99960,7 +99967,7 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/teams/teams#get-a-team-legacy parameters: - - &710 + - &711 name: team_id description: The unique identifier of the team. in: path @@ -99972,9 +99979,9 @@ paths: description: Response content: application/json: - schema: *358 + schema: *359 examples: - default: *359 + default: *360 '404': *6 x-github: githubCloudOnly: false @@ -100001,7 +100008,7 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/teams/teams#update-a-team-legacy parameters: - - *710 + - *711 requestBody: required: true content: @@ -100064,16 +100071,16 @@ paths: description: Response when the updated information already exists content: application/json: - schema: *358 + schema: *359 examples: - default: *359 + default: *360 '201': description: Response content: application/json: - schema: *358 + schema: *359 examples: - default: *359 + default: *360 '404': *6 '422': *15 '403': *29 @@ -100101,7 +100108,7 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/teams/teams#delete-a-team-legacy parameters: - - *710 + - *711 responses: '204': description: Response @@ -100132,7 +100139,7 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/teams/discussions#list-discussions-legacy parameters: - - *710 + - *711 - *86 - *17 - *19 @@ -100143,9 +100150,9 @@ paths: application/json: schema: type: array - items: *360 + items: *361 examples: - default: *711 + default: *712 headers: Link: *39 x-github: @@ -100174,7 +100181,7 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/teams/discussions#create-a-discussion-legacy parameters: - - *710 + - *711 requestBody: required: true content: @@ -100208,9 +100215,9 @@ paths: description: Response content: application/json: - schema: *360 + schema: *361 examples: - default: *361 + default: *362 x-github: triggersNotification: true githubCloudOnly: false @@ -100237,16 +100244,16 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/teams/discussions#get-a-discussion-legacy parameters: - - *710 - - *362 + - *711 + - *363 responses: '200': description: Response content: application/json: - schema: *360 + schema: *361 examples: - default: *361 + default: *362 x-github: githubCloudOnly: false enabledForGitHubApps: true @@ -100271,8 +100278,8 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/teams/discussions#update-a-discussion-legacy parameters: - - *710 - - *362 + - *711 + - *363 requestBody: required: false content: @@ -100295,9 +100302,9 @@ paths: description: Response content: application/json: - schema: *360 + schema: *361 examples: - default: *712 + default: *713 x-github: githubCloudOnly: false enabledForGitHubApps: true @@ -100322,8 +100329,8 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/teams/discussions#delete-a-discussion-legacy parameters: - - *710 - - *362 + - *711 + - *363 responses: '204': description: Response @@ -100352,8 +100359,8 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/teams/discussion-comments#list-discussion-comments-legacy parameters: - - *710 - - *362 + - *711 + - *363 - *86 - *17 - *19 @@ -100364,9 +100371,9 @@ paths: application/json: schema: type: array - items: *363 + items: *364 examples: - default: *713 + default: *714 headers: Link: *39 x-github: @@ -100395,8 +100402,8 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/teams/discussion-comments#create-a-discussion-comment-legacy parameters: - - *710 - - *362 + - *711 + - *363 requestBody: required: true content: @@ -100418,9 +100425,9 @@ paths: description: Response content: application/json: - schema: *363 + schema: *364 examples: - default: *364 + default: *365 x-github: triggersNotification: true githubCloudOnly: false @@ -100447,17 +100454,17 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/teams/discussion-comments#get-a-discussion-comment-legacy parameters: - - *710 - - *362 - - *365 + - *711 + - *363 + - *366 responses: '200': description: Response content: application/json: - schema: *363 + schema: *364 examples: - default: *364 + default: *365 x-github: githubCloudOnly: false enabledForGitHubApps: true @@ -100482,9 +100489,9 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/teams/discussion-comments#update-a-discussion-comment-legacy parameters: - - *710 - - *362 - - *365 + - *711 + - *363 + - *366 requestBody: required: true content: @@ -100506,9 +100513,9 @@ paths: description: Response content: application/json: - schema: *363 + schema: *364 examples: - default: *714 + default: *715 x-github: githubCloudOnly: false enabledForGitHubApps: true @@ -100533,9 +100540,9 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/teams/discussion-comments#delete-a-discussion-comment-legacy parameters: - - *710 - - *362 - - *365 + - *711 + - *363 + - *366 responses: '204': description: Response @@ -100564,9 +100571,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: - - *710 - - *362 - - *365 + - *711 + - *363 + - *366 - 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. @@ -100592,9 +100599,9 @@ paths: application/json: schema: type: array - items: *366 + items: *367 examples: - default: *368 + default: *369 headers: Link: *39 x-github: @@ -100623,9 +100630,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: - - *710 - - *362 - - *365 + - *711 + - *363 + - *366 requestBody: required: true content: @@ -100657,9 +100664,9 @@ paths: description: Response content: application/json: - schema: *366 + schema: *367 examples: - default: *367 + default: *368 x-github: githubCloudOnly: false enabledForGitHubApps: true @@ -100685,8 +100692,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: - - *710 - - *362 + - *711 + - *363 - 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. @@ -100712,9 +100719,9 @@ paths: application/json: schema: type: array - items: *366 + items: *367 examples: - default: *368 + default: *369 headers: Link: *39 x-github: @@ -100743,8 +100750,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: - - *710 - - *362 + - *711 + - *363 requestBody: required: true content: @@ -100776,9 +100783,9 @@ paths: description: Response content: application/json: - schema: *366 + schema: *367 examples: - default: *367 + default: *368 x-github: githubCloudOnly: false enabledForGitHubApps: false @@ -100802,7 +100809,7 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/teams/members#list-pending-team-invitations-legacy parameters: - - *710 + - *711 - *17 - *19 responses: @@ -100812,9 +100819,9 @@ paths: application/json: schema: type: array - items: *285 + items: *286 examples: - default: *286 + default: *287 headers: Link: *39 x-github: @@ -100840,7 +100847,7 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/teams/members#list-team-members-legacy parameters: - - *710 + - *711 - name: role description: Filters members returned by their role in the team. in: query @@ -100863,7 +100870,7 @@ paths: type: array items: *4 examples: - default: *293 + default: *294 headers: Link: *39 '404': *6 @@ -100891,7 +100898,7 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/teams/members#get-team-member-legacy parameters: - - *710 + - *711 - *218 responses: '204': @@ -100928,7 +100935,7 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/teams/members#add-team-member-legacy parameters: - - *710 + - *711 - *218 responses: '204': @@ -100968,7 +100975,7 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/teams/members#remove-team-member-legacy parameters: - - *710 + - *711 - *218 responses: '204': @@ -101005,16 +101012,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: - - *710 + - *711 - *218 responses: '200': description: Response content: application/json: - schema: *374 + schema: *375 examples: - response-if-user-is-a-team-maintainer: *715 + response-if-user-is-a-team-maintainer: *716 '404': *6 x-github: githubCloudOnly: false @@ -101047,7 +101054,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: - - *710 + - *711 - *218 requestBody: required: false @@ -101073,9 +101080,9 @@ paths: description: Response content: application/json: - schema: *374 + schema: *375 examples: - response-if-users-membership-with-team-is-now-pending: *716 + response-if-users-membership-with-team-is-now-pending: *717 '403': description: Forbidden if team synchronization is set up '422': @@ -101109,7 +101116,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: - - *710 + - *711 - *218 responses: '204': @@ -101138,7 +101145,7 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/teams/teams#list-team-projects-legacy parameters: - - *710 + - *711 - *17 - *19 responses: @@ -101148,9 +101155,9 @@ paths: application/json: schema: type: array - items: *375 + items: *376 examples: - default: *717 + default: *718 headers: Link: *39 '404': *6 @@ -101176,16 +101183,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: - - *710 - - *376 + - *711 + - *377 responses: '200': description: Response content: application/json: - schema: *375 + schema: *376 examples: - default: *718 + default: *719 '404': description: Not Found if project is not managed by this team x-github: @@ -101209,8 +101216,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: - - *710 - - *376 + - *711 + - *377 requestBody: required: false content: @@ -101277,8 +101284,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: - - *710 - - *376 + - *711 + - *377 responses: '204': description: Response @@ -101305,7 +101312,7 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/teams/teams#list-team-repositories-legacy parameters: - - *710 + - *711 - *17 - *19 responses: @@ -101317,7 +101324,7 @@ paths: type: array items: *196 examples: - default: *312 + default: *313 headers: Link: *39 '404': *6 @@ -101347,15 +101354,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: - - *710 - - *377 + - *711 - *378 + - *379 responses: '200': description: Alternative response with extra repository information content: application/json: - schema: *719 + schema: *720 examples: alternative-response-with-extra-repository-information: value: @@ -101506,9 +101513,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: - - *710 - - *377 + - *711 - *378 + - *379 requestBody: required: false content: @@ -101558,9 +101565,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: - - *710 - - *377 + - *711 - *378 + - *379 responses: '204': description: Response @@ -101589,15 +101596,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: - - *710 + - *711 responses: '200': description: Response content: application/json: - schema: *379 + schema: *380 examples: - default: *380 + default: *381 '403': *29 '404': *6 x-github: @@ -101624,7 +101631,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: - - *710 + - *711 requestBody: required: true content: @@ -101681,7 +101688,7 @@ paths: description: Response content: application/json: - schema: *379 + schema: *380 examples: default: value: @@ -101712,7 +101719,7 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/teams/teams#list-child-teams-legacy parameters: - - *710 + - *711 - *17 - *19 responses: @@ -101724,7 +101731,7 @@ paths: type: array items: *227 examples: - response-if-child-teams-exist: *720 + response-if-child-teams-exist: *721 headers: Link: *39 '404': *6 @@ -101757,7 +101764,7 @@ paths: application/json: schema: oneOf: - - &722 + - &723 title: Private User description: Private User type: object @@ -101960,7 +101967,7 @@ paths: - private_gists - total_private_repos - two_factor_authentication - - *721 + - *722 examples: response-with-public-and-private-profile-information: summary: Response with public and private profile information @@ -102113,7 +102120,7 @@ paths: description: Response content: application/json: - schema: *722 + schema: *723 examples: default: value: @@ -102192,7 +102199,7 @@ paths: type: array items: *4 examples: - default: *293 + default: *294 '304': *37 '404': *6 '403': *29 @@ -102316,9 +102323,9 @@ paths: type: integer codespaces: type: array - items: *294 + items: *295 examples: - default: *295 + default: *296 '304': *37 '500': *99 '401': *25 @@ -102457,17 +102464,17 @@ paths: description: Response when the codespace was successfully created content: application/json: - schema: *294 + schema: *295 examples: - default: *487 + default: *488 '202': description: Response when the codespace creation partially failed but is being retried in the background content: application/json: - schema: *294 + schema: *295 examples: - default: *487 + default: *488 '401': *25 '403': *29 '404': *6 @@ -102511,7 +102518,7 @@ paths: type: integer secrets: type: array - items: &723 + items: &724 title: Codespaces Secret description: Secrets for a GitHub Codespace. type: object @@ -102551,7 +102558,7 @@ paths: - visibility - selected_repositories_url examples: - default: *490 + default: *491 headers: Link: *39 x-github: @@ -102627,7 +102634,7 @@ paths: description: Response content: application/json: - schema: *723 + schema: *724 examples: default: value: @@ -102773,7 +102780,7 @@ paths: type: array items: *196 examples: - default: *724 + default: *725 '401': *25 '403': *29 '404': *6 @@ -102917,15 +102924,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: - - *296 + - *297 responses: '200': description: Response content: application/json: - schema: *294 + schema: *295 examples: - default: *487 + default: *488 '304': *37 '500': *99 '401': *25 @@ -102951,7 +102958,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: - - *296 + - *297 requestBody: required: false content: @@ -102981,9 +102988,9 @@ paths: description: Response content: application/json: - schema: *294 + schema: *295 examples: - default: *487 + default: *488 '401': *25 '403': *29 '404': *6 @@ -103005,7 +103012,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: - - *296 + - *297 responses: '202': *95 '304': *37 @@ -103034,13 +103041,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: - - *296 + - *297 responses: '202': description: Response content: application/json: - schema: &725 + schema: &726 type: object title: Fetches information about an export of a codespace. description: An export of a codespace. Also, latest export details @@ -103081,7 +103088,7 @@ paths: description: Web url for the exported branch example: https://github.com/octocat/hello-world/tree/:branch examples: - default: &726 + default: &727 value: state: succeeded completed_at: '2022-01-01T14:59:22Z' @@ -103113,7 +103120,7 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/codespaces/codespaces#get-details-about-a-codespace-export parameters: - - *296 + - *297 - name: export_id in: path required: true @@ -103126,9 +103133,9 @@ paths: description: Response content: application/json: - schema: *725 + schema: *726 examples: - default: *726 + default: *727 '404': *6 x-github: githubCloudOnly: false @@ -103149,7 +103156,7 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/codespaces/machines#list-machine-types-for-a-codespace parameters: - - *296 + - *297 responses: '200': description: Response @@ -103165,9 +103172,9 @@ paths: type: integer machines: type: array - items: *727 + items: *728 examples: - default: *728 + default: *729 '304': *37 '500': *99 '401': *25 @@ -103196,7 +103203,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: - - *296 + - *297 requestBody: required: true content: @@ -103246,13 +103253,13 @@ paths: nullable: true owner: *4 billable_owner: *4 - repository: *390 + repository: *391 machine: type: object title: Codespace machine description: A description of the machine powering a codespace. - properties: *488 - required: *489 + properties: *489 + required: *490 nullable: true devcontainer_path: description: Path to devcontainer.json from repo root used to @@ -104026,15 +104033,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: - - *296 + - *297 responses: '200': description: Response content: application/json: - schema: *294 + schema: *295 examples: - default: *487 + default: *488 '304': *37 '500': *99 '400': *14 @@ -104066,15 +104073,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: - - *296 + - *297 responses: '200': description: Response content: application/json: - schema: *294 + schema: *295 examples: - default: *487 + default: *488 '500': *99 '401': *25 '403': *29 @@ -104104,9 +104111,9 @@ paths: application/json: schema: type: array - items: *306 + items: *307 examples: - default: &741 + default: &742 value: - id: 197 name: hello_docker @@ -104207,7 +104214,7 @@ paths: application/json: schema: type: array - items: &729 + items: &730 title: Email description: Email type: object @@ -104272,9 +104279,9 @@ paths: application/json: schema: type: array - items: *729 + items: *730 examples: - default: &743 + default: &744 value: - email: octocat@github.com verified: true @@ -104349,7 +104356,7 @@ paths: application/json: schema: type: array - items: *729 + items: *730 examples: default: value: @@ -104459,7 +104466,7 @@ paths: type: array items: *4 examples: - default: *293 + default: *294 headers: Link: *39 '304': *37 @@ -104492,7 +104499,7 @@ paths: type: array items: *4 examples: - default: *293 + default: *294 headers: Link: *39 '304': *37 @@ -104605,7 +104612,7 @@ paths: application/json: schema: type: array - items: &730 + items: &731 title: GPG Key description: A unique encryption key type: object @@ -104736,7 +104743,7 @@ paths: - subkeys - revoked examples: - default: &754 + default: &755 value: - id: 3 name: Octocat's GPG Key @@ -104821,9 +104828,9 @@ paths: description: Response content: application/json: - schema: *730 + schema: *731 examples: - default: &731 + default: &732 value: id: 3 name: Octocat's GPG Key @@ -104880,7 +104887,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: - - &732 + - &733 name: gpg_key_id description: The unique identifier of the GPG key. in: path @@ -104892,9 +104899,9 @@ paths: description: Response content: application/json: - schema: *730 + schema: *731 examples: - default: *731 + default: *732 '404': *6 '304': *37 '403': *29 @@ -104917,7 +104924,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: - - *732 + - *733 responses: '204': description: Response @@ -105108,7 +105115,7 @@ paths: type: array items: *63 examples: - default: *733 + default: *734 headers: Link: *39 '404': *6 @@ -105193,12 +105200,12 @@ paths: application/json: schema: anyOf: - - *283 + - *284 - type: object properties: {} additionalProperties: false examples: - default: *284 + default: *285 '204': description: Response when there are no restrictions x-github: @@ -105222,7 +105229,7 @@ paths: required: true content: application/json: - schema: *564 + schema: *565 examples: default: value: @@ -105233,7 +105240,7 @@ paths: description: Response content: application/json: - schema: *283 + schema: *284 examples: default: value: @@ -105314,7 +105321,7 @@ paths: - closed - all default: open - - *291 + - *292 - name: sort description: What to sort results by. in: query @@ -105339,7 +105346,7 @@ paths: type: array items: *153 examples: - default: *292 + default: *293 headers: Link: *39 '404': *6 @@ -105372,7 +105379,7 @@ paths: application/json: schema: type: array - items: &734 + items: &735 title: Key description: Key type: object @@ -105469,9 +105476,9 @@ paths: description: Response content: application/json: - schema: *734 + schema: *735 examples: - default: &735 + default: &736 value: key: 2Sg8iYjAxxmI2LvUXpJjkYrMxURPc8r+dB7TJyvv1234 id: 2 @@ -105504,15 +105511,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: - - *593 + - *594 responses: '200': description: Response content: application/json: - schema: *734 + schema: *735 examples: - default: *735 + default: *736 '404': *6 '304': *37 '403': *29 @@ -105535,7 +105542,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: - - *593 + - *594 responses: '204': description: Response @@ -105568,7 +105575,7 @@ paths: application/json: schema: type: array - items: &736 + items: &737 title: User Marketplace Purchase description: User Marketplace Purchase type: object @@ -105636,7 +105643,7 @@ paths: - account - plan examples: - default: &737 + default: &738 value: - billing_cycle: monthly next_billing_date: '2017-11-11T00:00:00Z' @@ -105698,9 +105705,9 @@ paths: application/json: schema: type: array - items: *736 + items: *737 examples: - default: *737 + default: *738 headers: Link: *39 '304': *37 @@ -105740,7 +105747,7 @@ paths: application/json: schema: type: array - items: *297 + items: *298 examples: default: value: @@ -105848,7 +105855,7 @@ paths: description: Response content: application/json: - schema: *297 + schema: *298 examples: default: value: @@ -105931,7 +105938,7 @@ paths: description: Response content: application/json: - schema: *297 + schema: *298 examples: default: value: @@ -105999,7 +106006,7 @@ paths: application/json: schema: type: array - items: *299 + items: *300 examples: default: value: @@ -106252,7 +106259,7 @@ paths: description: Response content: application/json: - schema: *299 + schema: *300 examples: default: value: @@ -106432,7 +106439,7 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/migrations/users#get-a-user-migration-status parameters: - - *300 + - *301 - name: exclude in: query required: false @@ -106445,7 +106452,7 @@ paths: description: Response content: application/json: - schema: *299 + schema: *300 examples: default: value: @@ -106639,7 +106646,7 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/migrations/users#download-a-user-migration-archive parameters: - - *300 + - *301 responses: '302': description: Response @@ -106665,7 +106672,7 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/migrations/users#delete-a-user-migration-archive parameters: - - *300 + - *301 responses: '204': description: Response @@ -106694,8 +106701,8 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/migrations/users#unlock-a-user-repository parameters: - - *300 - - *738 + - *301 + - *739 responses: '204': description: Response @@ -106719,7 +106726,7 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/migrations/users#list-repositories-for-a-user-migration parameters: - - *300 + - *301 - *17 - *19 responses: @@ -106731,7 +106738,7 @@ paths: type: array items: *196 examples: - default: *312 + default: *313 headers: Link: *39 '404': *6 @@ -106768,7 +106775,7 @@ paths: type: array items: *58 examples: - default: *739 + default: *740 headers: Link: *39 '304': *37 @@ -106810,7 +106817,7 @@ paths: - docker - nuget - container - - *740 + - *741 - *19 - *17 responses: @@ -106820,10 +106827,10 @@ paths: application/json: schema: type: array - items: *306 + items: *307 examples: - default: *741 - '400': *742 + default: *742 + '400': *743 x-github: githubCloudOnly: false enabledForGitHubApps: false @@ -106843,16 +106850,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: - - *308 - *309 + - *310 responses: '200': description: Response content: application/json: - schema: *306 + schema: *307 examples: - default: &755 + default: &756 value: id: 40201 name: octo-name @@ -106965,8 +106972,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: - - *308 - *309 + - *310 responses: '204': description: Response @@ -106996,8 +107003,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: - - *308 - *309 + - *310 - name: token description: package token schema: @@ -107029,8 +107036,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: - - *308 - *309 + - *310 - *19 - *17 - name: state @@ -107050,7 +107057,7 @@ paths: application/json: schema: type: array - items: *310 + items: *311 examples: default: value: @@ -107099,15 +107106,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: - - *308 - *309 - - *311 + - *310 + - *312 responses: '200': description: Response content: application/json: - schema: *310 + schema: *311 examples: default: value: @@ -107143,9 +107150,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: - - *308 - *309 - - *311 + - *310 + - *312 responses: '204': description: Response @@ -107175,9 +107182,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: - - *308 - *309 - - *311 + - *310 + - *312 responses: '204': description: Response @@ -107233,7 +107240,7 @@ paths: description: Response content: application/json: - schema: *322 + schema: *323 examples: default: value: @@ -107305,9 +107312,9 @@ paths: application/json: schema: type: array - items: *729 + items: *730 examples: - default: *743 + default: *744 headers: Link: *39 '304': *37 @@ -107420,7 +107427,7 @@ paths: type: array items: *63 examples: - default: &750 + default: &751 summary: Default response value: - id: 1296269 @@ -107724,9 +107731,9 @@ paths: description: Response content: application/json: - schema: *390 + schema: *391 examples: - default: *392 + default: *393 headers: Location: example: https://api.github.com/repos/octocat/Hello-World @@ -107764,9 +107771,9 @@ paths: application/json: schema: type: array - items: *566 + items: *567 examples: - default: *744 + default: *745 headers: Link: *39 '304': *37 @@ -107789,7 +107796,7 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/collaborators/invitations#accept-a-repository-invitation parameters: - - *287 + - *288 responses: '204': description: Response @@ -107812,7 +107819,7 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/collaborators/invitations#decline-a-repository-invitation parameters: - - *287 + - *288 responses: '204': description: Response @@ -107845,7 +107852,7 @@ paths: application/json: schema: type: array - items: &745 + items: &746 title: Social account description: Social media account type: object @@ -107860,7 +107867,7 @@ paths: - provider - url examples: - default: &746 + default: &747 value: - provider: twitter url: https://twitter.com/github @@ -107922,9 +107929,9 @@ paths: application/json: schema: type: array - items: *745 + items: *746 examples: - default: *746 + default: *747 '422': *15 '304': *37 '404': *6 @@ -108011,7 +108018,7 @@ paths: application/json: schema: type: array - items: &747 + items: &748 title: SSH Signing Key description: A public SSH key used to sign Git commits type: object @@ -108031,7 +108038,7 @@ paths: - title - created_at examples: - default: &756 + default: &757 value: - key: 2Sg8iYjAxxmI2LvUXpJjkYrMxURPc8r+dB7TJyvv1234 id: 2 @@ -108097,9 +108104,9 @@ paths: description: Response content: application/json: - schema: *747 + schema: *748 examples: - default: &748 + default: &749 value: key: 2Sg8iYjAxxmI2LvUXpJjkYrMxURPc8r+dB7TJyvv1234 id: 2 @@ -108130,7 +108137,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: - - &749 + - &750 name: ssh_signing_key_id description: The unique identifier of the SSH signing key. in: path @@ -108142,9 +108149,9 @@ paths: description: Response content: application/json: - schema: *747 + schema: *748 examples: - default: *748 + default: *749 '404': *6 '304': *37 '403': *29 @@ -108167,7 +108174,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: - - *749 + - *750 responses: '204': description: Response @@ -108196,7 +108203,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: - - &757 + - &758 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 @@ -108221,11 +108228,11 @@ paths: type: array items: *63 examples: - default-response: *750 + default-response: *751 application/vnd.github.v3.star+json: schema: type: array - items: &758 + items: &759 title: Starred Repository description: Starred Repository type: object @@ -108381,8 +108388,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: - - *377 - *378 + - *379 responses: '204': description: Response if this repository is starred by you @@ -108410,8 +108417,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: - - *377 - *378 + - *379 responses: '204': description: Response @@ -108435,8 +108442,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: - - *377 - *378 + - *379 responses: '204': description: Response @@ -108471,7 +108478,7 @@ paths: type: array items: *196 examples: - default: *312 + default: *313 headers: Link: *39 '304': *37 @@ -108508,7 +108515,7 @@ paths: application/json: schema: type: array - items: *358 + items: *359 examples: default: value: @@ -108594,10 +108601,10 @@ paths: application/json: schema: oneOf: + - *723 - *722 - - *721 examples: - default-response: &752 + default-response: &753 summary: Default response value: login: octocat @@ -108632,7 +108639,7 @@ paths: following: 0 created_at: '2008-01-14T04:33:35Z' updated_at: '2008-01-14T04:33:35Z' - response-with-git-hub-plan-information: &753 + response-with-git-hub-plan-information: &754 summary: Response with GitHub plan information value: login: octocat @@ -108692,7 +108699,7 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/users/users#list-users parameters: - - *751 + - *752 - *17 responses: '200': @@ -108703,7 +108710,7 @@ paths: type: array items: *4 examples: - default: *293 + default: *294 headers: Link: example: ; rel="next" @@ -108741,11 +108748,11 @@ paths: application/json: schema: oneOf: + - *723 - *722 - - *721 examples: - default-response: *752 - response-with-git-hub-plan-information: *753 + default-response: *753 + response-with-git-hub-plan-information: *754 '404': *6 x-github: githubCloudOnly: false @@ -108821,7 +108828,7 @@ paths: bundle_url: type: string examples: - default: *430 + default: *431 '201': description: Response content: @@ -108860,9 +108867,9 @@ paths: application/json: schema: type: array - items: *306 + items: *307 examples: - default: *741 + default: *742 '403': *29 '401': *25 x-github: @@ -109145,7 +109152,7 @@ paths: type: array items: *4 examples: - default: *293 + default: *294 headers: Link: *39 x-github: @@ -109176,7 +109183,7 @@ paths: type: array items: *4 examples: - default: *293 + default: *294 headers: Link: *39 x-github: @@ -109266,9 +109273,9 @@ paths: application/json: schema: type: array - items: *730 + items: *731 examples: - default: *754 + default: *755 headers: Link: *39 x-github: @@ -109372,7 +109379,7 @@ paths: application/json: schema: *22 examples: - default: *563 + default: *564 x-github: githubCloudOnly: false enabledForGitHubApps: false @@ -109450,7 +109457,7 @@ paths: type: array items: *58 examples: - default: *739 + default: *740 headers: Link: *39 x-github: @@ -109489,7 +109496,7 @@ paths: - docker - nuget - container - - *740 + - *741 - *218 - *19 - *17 @@ -109500,12 +109507,12 @@ paths: application/json: schema: type: array - items: *306 + items: *307 examples: - default: *741 + default: *742 '403': *29 '401': *25 - '400': *742 + '400': *743 x-github: githubCloudOnly: false enabledForGitHubApps: false @@ -109525,17 +109532,17 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/packages/packages#get-a-package-for-a-user parameters: - - *308 - *309 + - *310 - *218 responses: '200': description: Response content: application/json: - schema: *306 + schema: *307 examples: - default: *755 + default: *756 x-github: githubCloudOnly: false enabledForGitHubApps: false @@ -109556,8 +109563,8 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/packages/packages#delete-a-package-for-a-user parameters: - - *308 - *309 + - *310 - *218 responses: '204': @@ -109590,8 +109597,8 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/packages/packages#restore-a-package-for-a-user parameters: - - *308 - *309 + - *310 - *218 - name: token description: package token @@ -109624,8 +109631,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: - - *308 - *309 + - *310 - *218 responses: '200': @@ -109634,7 +109641,7 @@ paths: application/json: schema: type: array - items: *310 + items: *311 examples: default: value: @@ -109692,16 +109699,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: - - *308 - *309 - - *311 + - *310 + - *312 - *218 responses: '200': description: Response content: application/json: - schema: *310 + schema: *311 examples: default: value: @@ -109736,10 +109743,10 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/packages/packages#delete-package-version-for-a-user parameters: - - *308 - *309 + - *310 - *218 - - *311 + - *312 responses: '204': description: Response @@ -109771,10 +109778,10 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/packages/packages#restore-package-version-for-a-user parameters: - - *308 - *309 + - *310 - *218 - - *311 + - *312 responses: '204': description: Response @@ -109821,7 +109828,7 @@ paths: application/json: schema: type: array - items: *322 + items: *323 examples: default: value: @@ -110104,7 +110111,7 @@ paths: type: array items: *196 examples: - default: *312 + default: *313 headers: Link: *39 x-github: @@ -110134,9 +110141,9 @@ paths: description: Response content: application/json: - schema: *345 + schema: *346 examples: - default: *346 + default: *347 x-github: githubCloudOnly: false enabledForGitHubApps: false @@ -110164,9 +110171,9 @@ paths: description: Response content: application/json: - schema: *350 + schema: *351 examples: - default: *351 + default: *352 x-github: githubCloudOnly: false enabledForGitHubApps: false @@ -110194,9 +110201,9 @@ paths: description: Response content: application/json: - schema: *352 + schema: *353 examples: - default: *353 + default: *354 x-github: githubCloudOnly: false enabledForGitHubApps: false @@ -110224,9 +110231,9 @@ paths: application/json: schema: type: array - items: *745 + items: *746 examples: - default: *746 + default: *747 headers: Link: *39 x-github: @@ -110256,9 +110263,9 @@ paths: application/json: schema: type: array - items: *747 + items: *748 examples: - default: *756 + default: *757 headers: Link: *39 x-github: @@ -110283,7 +110290,7 @@ paths: url: https://docs.github.com/enterprise-cloud@latest//rest/activity/starring#list-repositories-starred-by-a-user parameters: - *218 - - *757 + - *758 - *86 - *17 - *19 @@ -110295,11 +110302,11 @@ paths: schema: anyOf: - type: array - items: *758 + items: *759 - type: array items: *63 examples: - default-response: *750 + default-response: *751 headers: Link: *39 x-github: @@ -110330,7 +110337,7 @@ paths: type: array items: *196 examples: - default: *312 + default: *313 headers: Link: *39 x-github: @@ -110458,7 +110465,7 @@ x-webhooks: type: string enum: - disabled - enterprise: &759 + enterprise: &760 title: Enterprise description: |- An enterprise on GitHub. Webhook payloads contain the `enterprise` property when the webhook is configured @@ -110516,7 +110523,7 @@ x-webhooks: - created_at - updated_at - avatar_url - installation: &760 + installation: &761 title: Simple Installation description: |- The GitHub App installation. Webhook payloads contain the `installation` property when the event is configured @@ -110535,7 +110542,7 @@ x-webhooks: required: - id - node_id - organization: &761 + organization: &762 title: Organization Simple description: |- A GitHub organization. Webhook payloads contain the `organization` property when the webhook is configured for an @@ -110595,13 +110602,13 @@ x-webhooks: - public_members_url - avatar_url - description - repository: &762 + repository: &763 title: Repository description: |- The repository on GitHub where the event occurred. Webhook payloads contain the `repository` property when the event occurs from activity in a repository. type: object - properties: &799 + properties: &800 id: description: Unique identifier of the repository example: 42 @@ -111284,7 +111291,7 @@ x-webhooks: type: boolean description: Whether anonymous git access is enabled for this repository - required: &800 + required: &801 - archive_url - assignees_url - blobs_url @@ -111435,10 +111442,10 @@ x-webhooks: type: string enum: - enabled - enterprise: *759 - installation: *760 - organization: *761 - repository: *762 + enterprise: *760 + installation: *761 + organization: *762 + repository: *763 sender: *4 required: - action @@ -111514,11 +111521,11 @@ x-webhooks: type: string enum: - created - enterprise: *759 - installation: *760 - organization: *761 - repository: *762 - rule: &763 + enterprise: *760 + installation: *761 + organization: *762 + repository: *763 + rule: &764 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) @@ -111741,11 +111748,11 @@ x-webhooks: type: string enum: - deleted - enterprise: *759 - installation: *760 - organization: *761 - repository: *762 - rule: *763 + enterprise: *760 + installation: *761 + organization: *762 + repository: *763 + rule: *764 sender: *4 required: - action @@ -111928,11 +111935,11 @@ x-webhooks: - everyone required: - from - enterprise: *759 - installation: *760 - organization: *761 - repository: *762 - rule: *763 + enterprise: *760 + installation: *761 + organization: *762 + repository: *763 + rule: *764 sender: *4 required: - action @@ -112003,7 +112010,7 @@ x-webhooks: required: true content: application/json: - schema: &766 + schema: &767 title: Exemption request cancellation event type: object properties: @@ -112011,11 +112018,11 @@ x-webhooks: type: string enum: - cancelled - enterprise: *759 - installation: *760 - organization: *761 - repository: *762 - exemption_request: &764 + enterprise: *760 + installation: *761 + organization: *762 + repository: *763 + exemption_request: &765 title: Exemption Request description: A request from a user to be exempted from a set of rules. @@ -112240,7 +112247,7 @@ x-webhooks: type: array description: The responses to the exemption request. nullable: true - items: &765 + items: &766 title: Exemption response description: A response to an exemption request by a delegated bypasser. @@ -112348,7 +112355,7 @@ x-webhooks: required: true content: application/json: - schema: &767 + schema: &768 title: Exemption request completed event type: object properties: @@ -112356,11 +112363,11 @@ x-webhooks: type: string enum: - completed - enterprise: *759 - installation: *760 - organization: *761 - repository: *762 - exemption_request: *764 + enterprise: *760 + installation: *761 + organization: *762 + repository: *763 + exemption_request: *765 sender: *4 required: - action @@ -112430,7 +112437,7 @@ x-webhooks: required: true content: application/json: - schema: &768 + schema: &769 title: Exemption request created event type: object properties: @@ -112438,11 +112445,11 @@ x-webhooks: type: string enum: - created - enterprise: *759 - installation: *760 - organization: *761 - repository: *762 - exemption_request: *764 + enterprise: *760 + installation: *761 + organization: *762 + repository: *763 + exemption_request: *765 sender: *4 required: - action @@ -112512,7 +112519,7 @@ x-webhooks: required: true content: application/json: - schema: &769 + schema: &770 title: Exemption response dismissed event type: object properties: @@ -112520,12 +112527,12 @@ x-webhooks: type: string enum: - response_dismissed - enterprise: *759 - installation: *760 - organization: *761 - repository: *762 - exemption_request: *764 - exemption_response: *765 + enterprise: *760 + installation: *761 + organization: *762 + repository: *763 + exemption_request: *765 + exemption_response: *766 sender: *4 required: - action @@ -112597,7 +112604,7 @@ x-webhooks: required: true content: application/json: - schema: &770 + schema: &771 title: Exemption response submitted event type: object properties: @@ -112605,12 +112612,12 @@ x-webhooks: type: string enum: - response_submitted - enterprise: *759 - installation: *760 - organization: *761 - repository: *762 - exemption_request: *764 - exemption_response: *765 + enterprise: *760 + installation: *761 + organization: *762 + repository: *763 + exemption_request: *765 + exemption_response: *766 sender: *4 required: - action @@ -112683,7 +112690,7 @@ x-webhooks: required: true content: application/json: - schema: *766 + schema: *767 responses: '200': description: Return a 200 status to indicate that the data was received @@ -112750,7 +112757,7 @@ x-webhooks: required: true content: application/json: - schema: *767 + schema: *768 responses: '200': description: Return a 200 status to indicate that the data was received @@ -112817,7 +112824,7 @@ x-webhooks: required: true content: application/json: - schema: *768 + schema: *769 responses: '200': description: Return a 200 status to indicate that the data was received @@ -112884,7 +112891,7 @@ x-webhooks: required: true content: application/json: - schema: *769 + schema: *770 responses: '200': description: Return a 200 status to indicate that the data was received @@ -112952,7 +112959,7 @@ x-webhooks: required: true content: application/json: - schema: *770 + schema: *771 responses: '200': description: Return a 200 status to indicate that the data was received @@ -113030,7 +113037,7 @@ x-webhooks: type: string enum: - completed - check_run: &772 + check_run: &773 title: CheckRun description: A check performed on the code of a given code change type: object @@ -113093,7 +113100,7 @@ x-webhooks: type: string pull_requests: type: array - items: *449 + items: *450 repository: *196 status: example: completed @@ -113131,7 +113138,7 @@ x-webhooks: - skipped - timed_out - action_required - deployment: *771 + deployment: *772 details_url: example: https://example.com type: string @@ -113181,7 +113188,7 @@ x-webhooks: - annotations_url pull_requests: type: array - items: *449 + items: *450 started_at: example: '2018-05-04T01:14:52Z' type: string @@ -113216,9 +113223,9 @@ x-webhooks: - output - app - pull_requests - installation: *760 - organization: *761 - repository: *762 + installation: *761 + organization: *762 + repository: *763 sender: *4 required: - check_run @@ -113611,10 +113618,10 @@ x-webhooks: type: string enum: - created - check_run: *772 - installation: *760 - organization: *761 - repository: *762 + check_run: *773 + installation: *761 + organization: *762 + repository: *763 sender: *4 required: - check_run @@ -114010,10 +114017,10 @@ x-webhooks: type: string enum: - requested_action - check_run: *772 - installation: *760 - organization: *761 - repository: *762 + check_run: *773 + installation: *761 + organization: *762 + repository: *763 requested_action: description: The action requested by the user. type: object @@ -114418,10 +114425,10 @@ x-webhooks: type: string enum: - rerequested - check_run: *772 - installation: *760 - organization: *761 - repository: *762 + check_run: *773 + installation: *761 + organization: *762 + repository: *763 sender: *4 required: - check_run @@ -115398,10 +115405,10 @@ x-webhooks: - latest_check_runs_count - check_runs_url - head_commit - enterprise: *759 - installation: *760 - organization: *761 - repository: *762 + enterprise: *760 + installation: *761 + organization: *762 + repository: *763 sender: *4 required: - action @@ -116071,10 +116078,10 @@ x-webhooks: - latest_check_runs_count - check_runs_url - head_commit - enterprise: *759 - installation: *760 - organization: *761 - repository: *762 + enterprise: *760 + installation: *761 + organization: *762 + repository: *763 sender: *4 required: - action @@ -116738,10 +116745,10 @@ x-webhooks: - latest_check_runs_count - check_runs_url - head_commit - enterprise: *759 - installation: *760 - organization: *761 - repository: *762 + enterprise: *760 + installation: *761 + organization: *762 + repository: *763 sender: *4 required: - action @@ -116904,7 +116911,7 @@ x-webhooks: required: - login - id - dismissed_comment: *462 + dismissed_comment: *463 dismissed_reason: description: The reason for dismissing or closing the alert. type: string @@ -117049,20 +117056,20 @@ x-webhooks: - dismissed_reason - rule - tool - commit_oid: &773 + commit_oid: &774 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: *759 - installation: *760 - organization: *761 - ref: &774 + enterprise: *760 + installation: *761 + organization: *762 + ref: &775 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: *762 + repository: *763 sender: *4 required: - action @@ -117224,7 +117231,7 @@ x-webhooks: required: - login - id - dismissed_comment: *462 + dismissed_comment: *463 dismissed_reason: description: The reason for dismissing or closing the alert. type: string @@ -117454,12 +117461,12 @@ x-webhooks: - dismissed_reason - rule - tool - commit_oid: *773 - enterprise: *759 - installation: *760 - organization: *761 - ref: *774 - repository: *762 + commit_oid: *774 + enterprise: *760 + installation: *761 + organization: *762 + ref: *775 + repository: *763 sender: *4 required: - action @@ -117554,7 +117561,7 @@ x-webhooks: nullable: true dismissed_by: nullable: true - dismissed_comment: *462 + dismissed_comment: *463 dismissed_reason: description: 'The reason for dismissing or closing the alert. Can be one of: `false positive`, `won''t fix`, and `used in @@ -117722,12 +117729,12 @@ x-webhooks: - dismissed_reason - rule - tool - commit_oid: *773 - enterprise: *759 - installation: *760 - organization: *761 - ref: *774 - repository: *762 + commit_oid: *774 + enterprise: *760 + installation: *761 + organization: *762 + ref: *775 + repository: *763 sender: *4 required: - action @@ -117890,7 +117897,7 @@ x-webhooks: required: - login - id - dismissed_comment: *462 + dismissed_comment: *463 dismissed_reason: description: The reason for dismissing or closing the alert. type: string @@ -118056,12 +118063,12 @@ x-webhooks: - dismissed_reason - rule - tool - commit_oid: *773 - enterprise: *759 - installation: *760 - organization: *761 - ref: *774 - repository: *762 + commit_oid: *774 + enterprise: *760 + installation: *761 + organization: *762 + ref: *775 + repository: *763 sender: *4 required: - action @@ -118158,7 +118165,7 @@ x-webhooks: dismissed_by: type: object nullable: true - dismissed_comment: *462 + dismissed_comment: *463 dismissed_reason: description: 'The reason for dismissing or closing the alert. Can be one of: `false positive`, `won''t fix`, and `used in @@ -118326,16 +118333,16 @@ x-webhooks: triggered by the `sender` and this value will be empty. type: string nullable: true - enterprise: *759 - installation: *760 - organization: *761 + enterprise: *760 + installation: *761 + organization: *762 ref: description: The Git reference of the code scanning alert. When the action is `reopened_by_user` or `closed_by_user`, the event was triggered by the `sender` and this value will be empty. type: string nullable: true - repository: *762 + repository: *763 sender: *4 required: - action @@ -118429,7 +118436,7 @@ x-webhooks: nullable: true dismissed_by: nullable: true - dismissed_comment: *462 + dismissed_comment: *463 dismissed_reason: description: 'The reason for dismissing or closing the alert. Can be one of: `false positive`, `won''t fix`, and `used in @@ -118569,12 +118576,12 @@ x-webhooks: - dismissed_reason - rule - tool - commit_oid: *773 - enterprise: *759 - installation: *760 - organization: *761 - ref: *774 - repository: *762 + commit_oid: *774 + enterprise: *760 + installation: *761 + organization: *762 + ref: *775 + repository: *763 sender: *4 required: - action @@ -118831,10 +118838,10 @@ x-webhooks: - updated_at - author_association - body - enterprise: *759 - installation: *760 - organization: *761 - repository: *762 + enterprise: *760 + installation: *761 + organization: *762 + repository: *763 sender: *4 required: - action @@ -118914,18 +118921,18 @@ x-webhooks: description: The repository's current description. type: string nullable: true - enterprise: *759 - installation: *760 + enterprise: *760 + installation: *761 master_branch: description: The name of the repository's default branch (usually `main`). type: string - organization: *761 - pusher_type: &775 + organization: *762 + pusher_type: &776 description: The pusher type for the event. Can be either `user` or a deploy key. type: string - ref: &776 + ref: &777 description: The [`git ref`](https://docs.github.com/enterprise-cloud@latest//rest/git/refs#get-a-reference) resource. type: string @@ -118935,7 +118942,7 @@ x-webhooks: enum: - tag - branch - repository: *762 + repository: *763 sender: *4 required: - ref @@ -119018,9 +119025,9 @@ x-webhooks: enum: - created definition: *114 - enterprise: *759 - installation: *760 - organization: *761 + enterprise: *760 + installation: *761 + organization: *762 sender: *4 required: - action @@ -119105,9 +119112,9 @@ x-webhooks: description: The name of the property that was deleted. required: - property_name - enterprise: *759 - installation: *760 - organization: *761 + enterprise: *760 + installation: *761 + organization: *762 sender: *4 required: - action @@ -119185,9 +119192,9 @@ x-webhooks: enum: - promote_to_enterprise definition: *114 - enterprise: *759 - installation: *760 - organization: *761 + enterprise: *760 + installation: *761 + organization: *762 sender: *4 required: - action @@ -119265,9 +119272,9 @@ x-webhooks: enum: - updated definition: *114 - enterprise: *759 - installation: *760 - organization: *761 + enterprise: *760 + installation: *761 + organization: *762 sender: *4 required: - action @@ -119344,19 +119351,19 @@ x-webhooks: type: string enum: - updated - enterprise: *759 - installation: *760 - repository: *762 - organization: *761 + enterprise: *760 + installation: *761 + repository: *763 + organization: *762 sender: *4 new_property_values: type: array description: The new custom property values for the repository. - items: *324 + items: *325 old_property_values: type: array description: The old custom property values for the repository. - items: *324 + items: *325 required: - action - repository @@ -119432,18 +119439,18 @@ x-webhooks: title: delete event type: object properties: - enterprise: *759 - installation: *760 - organization: *761 - pusher_type: *775 - ref: *776 + enterprise: *760 + installation: *761 + organization: *762 + pusher_type: *776 + ref: *777 ref_type: description: The type of Git ref object deleted in the repository. type: string enum: - tag - branch - repository: *762 + repository: *763 sender: *4 required: - ref @@ -119527,11 +119534,11 @@ x-webhooks: type: string enum: - auto_dismissed - alert: *519 - installation: *760 - organization: *761 - enterprise: *759 - repository: *762 + alert: *520 + installation: *761 + organization: *762 + enterprise: *760 + repository: *763 sender: *4 required: - action @@ -119615,11 +119622,11 @@ x-webhooks: type: string enum: - auto_reopened - alert: *519 - installation: *760 - organization: *761 - enterprise: *759 - repository: *762 + alert: *520 + installation: *761 + organization: *762 + enterprise: *760 + repository: *763 sender: *4 required: - action @@ -119703,11 +119710,11 @@ x-webhooks: type: string enum: - created - alert: *519 - installation: *760 - organization: *761 - enterprise: *759 - repository: *762 + alert: *520 + installation: *761 + organization: *762 + enterprise: *760 + repository: *763 sender: *4 required: - action @@ -119789,11 +119796,11 @@ x-webhooks: type: string enum: - dismissed - alert: *519 - installation: *760 - organization: *761 - enterprise: *759 - repository: *762 + alert: *520 + installation: *761 + organization: *762 + enterprise: *760 + repository: *763 sender: *4 required: - action @@ -119875,11 +119882,11 @@ x-webhooks: type: string enum: - fixed - alert: *519 - installation: *760 - organization: *761 - enterprise: *759 - repository: *762 + alert: *520 + installation: *761 + organization: *762 + enterprise: *760 + repository: *763 sender: *4 required: - action @@ -119962,11 +119969,11 @@ x-webhooks: type: string enum: - reintroduced - alert: *519 - installation: *760 - organization: *761 - enterprise: *759 - repository: *762 + alert: *520 + installation: *761 + organization: *762 + enterprise: *760 + repository: *763 sender: *4 required: - action @@ -120048,11 +120055,11 @@ x-webhooks: type: string enum: - reopened - alert: *519 - installation: *760 - organization: *761 - enterprise: *759 - repository: *762 + alert: *520 + installation: *761 + organization: *762 + enterprise: *760 + repository: *763 sender: *4 required: - action @@ -120129,9 +120136,9 @@ x-webhooks: type: string enum: - created - enterprise: *759 - installation: *760 - key: &777 + enterprise: *760 + installation: *761 + key: &778 description: The [`deploy key`](https://docs.github.com/enterprise-cloud@latest//rest/deploy-keys/deploy-keys#get-a-deploy-key) resource. type: object @@ -120167,8 +120174,8 @@ x-webhooks: - verified - created_at - read_only - organization: *761 - repository: *762 + organization: *762 + repository: *763 sender: *4 required: - action @@ -120245,11 +120252,11 @@ x-webhooks: type: string enum: - deleted - enterprise: *759 - installation: *760 - key: *777 - organization: *761 - repository: *762 + enterprise: *760 + installation: *761 + key: *778 + organization: *762 + repository: *763 sender: *4 required: - action @@ -120810,12 +120817,12 @@ x-webhooks: - updated_at - statuses_url - repository_url - enterprise: *759 - installation: *760 - organization: *761 - repository: *762 + enterprise: *760 + installation: *761 + organization: *762 + repository: *763 sender: *4 - workflow: &781 + workflow: &782 title: Workflow type: object nullable: true @@ -121541,13 +121548,13 @@ x-webhooks: description: The URL to review the deployment protection rule. type: string format: uri - deployment: *525 + deployment: *526 pull_requests: type: array - items: *613 - repository: *762 - organization: *761 - installation: *760 + items: *614 + repository: *763 + organization: *762 + installation: *761 sender: *4 responses: '200': @@ -121618,7 +121625,7 @@ x-webhooks: type: string enum: - approved - approver: &778 + approver: &779 type: object properties: avatar_url: @@ -121661,11 +121668,11 @@ x-webhooks: type: string comment: type: string - enterprise: *759 - installation: *760 - organization: *761 - repository: *762 - reviewers: &779 + enterprise: *760 + installation: *761 + organization: *762 + repository: *763 + reviewers: &780 type: array items: type: object @@ -121744,7 +121751,7 @@ x-webhooks: sender: *4 since: type: string - workflow_job_run: &780 + workflow_job_run: &781 type: object properties: conclusion: @@ -122475,18 +122482,18 @@ x-webhooks: type: string enum: - rejected - approver: *778 + approver: *779 comment: type: string - enterprise: *759 - installation: *760 - organization: *761 - repository: *762 - reviewers: *779 + enterprise: *760 + installation: *761 + organization: *762 + repository: *763 + reviewers: *780 sender: *4 since: type: string - workflow_job_run: *780 + workflow_job_run: *781 workflow_job_runs: type: array items: @@ -123190,13 +123197,13 @@ x-webhooks: type: string enum: - requested - enterprise: *759 + enterprise: *760 environment: type: string - installation: *760 - organization: *761 - repository: *762 - requestor: &786 + installation: *761 + organization: *762 + repository: *763 + requestor: &787 title: User type: object nullable: true @@ -125095,12 +125102,12 @@ x-webhooks: - updated_at - deployment_url - repository_url - enterprise: *759 - installation: *760 - organization: *761 - repository: *762 + enterprise: *760 + installation: *761 + organization: *762 + repository: *763 sender: *4 - workflow: *781 + workflow: *782 workflow_run: title: Deployment Workflow Run type: object @@ -125780,7 +125787,7 @@ x-webhooks: type: string enum: - answered - answer: &784 + answer: &785 type: object properties: author_association: @@ -125937,7 +125944,7 @@ x-webhooks: - created_at - updated_at - body - discussion: &782 + discussion: &783 title: Discussion description: A Discussion in a repository. type: object @@ -126223,7 +126230,7 @@ x-webhooks: - id labels: type: array - items: *575 + items: *576 required: - repository_url - category @@ -126245,10 +126252,10 @@ x-webhooks: - author_association - active_lock_reason - body - enterprise: *759 - installation: *760 - organization: *761 - repository: *762 + enterprise: *760 + installation: *761 + organization: *762 + repository: *763 sender: *4 required: - action @@ -126375,11 +126382,11 @@ x-webhooks: - from required: - category - discussion: *782 - enterprise: *759 - installation: *760 - organization: *761 - repository: *762 + discussion: *783 + enterprise: *760 + installation: *761 + organization: *762 + repository: *763 sender: *4 required: - action @@ -126462,11 +126469,11 @@ x-webhooks: type: string enum: - closed - discussion: *782 - enterprise: *759 - installation: *760 - organization: *761 - repository: *762 + discussion: *783 + enterprise: *760 + installation: *761 + organization: *762 + repository: *763 sender: *4 required: - action @@ -126548,7 +126555,7 @@ x-webhooks: type: string enum: - created - comment: &783 + comment: &784 type: object properties: author_association: @@ -126705,11 +126712,11 @@ x-webhooks: - updated_at - body - reactions - discussion: *782 - enterprise: *759 - installation: *760 - organization: *761 - repository: *762 + discussion: *783 + enterprise: *760 + installation: *761 + organization: *762 + repository: *763 sender: *4 required: - action @@ -126792,12 +126799,12 @@ x-webhooks: type: string enum: - deleted - comment: *783 - discussion: *782 - enterprise: *759 - installation: *760 - organization: *761 - repository: *762 + comment: *784 + discussion: *783 + enterprise: *760 + installation: *761 + organization: *762 + repository: *763 sender: *4 required: - action @@ -126892,12 +126899,12 @@ x-webhooks: - from required: - body - comment: *783 - discussion: *782 - enterprise: *759 - installation: *760 - organization: *761 - repository: *762 + comment: *784 + discussion: *783 + enterprise: *760 + installation: *761 + organization: *762 + repository: *763 sender: *4 required: - action @@ -126981,11 +126988,11 @@ x-webhooks: type: string enum: - created - discussion: *782 - enterprise: *759 - installation: *760 - organization: *761 - repository: *762 + discussion: *783 + enterprise: *760 + installation: *761 + organization: *762 + repository: *763 sender: *4 required: - action @@ -127067,11 +127074,11 @@ x-webhooks: type: string enum: - deleted - discussion: *782 - enterprise: *759 - installation: *760 - organization: *761 - repository: *762 + discussion: *783 + enterprise: *760 + installation: *761 + organization: *762 + repository: *763 sender: *4 required: - action @@ -127171,11 +127178,11 @@ x-webhooks: type: string required: - from - discussion: *782 - enterprise: *759 - installation: *760 - organization: *761 - repository: *762 + discussion: *783 + enterprise: *760 + installation: *761 + organization: *762 + repository: *763 sender: *4 required: - action @@ -127257,10 +127264,10 @@ x-webhooks: type: string enum: - labeled - discussion: *782 - enterprise: *759 - installation: *760 - label: &785 + discussion: *783 + enterprise: *760 + installation: *761 + label: &786 title: Label type: object properties: @@ -127292,8 +127299,8 @@ x-webhooks: - color - default - description - organization: *761 - repository: *762 + organization: *762 + repository: *763 sender: *4 required: - action @@ -127376,11 +127383,11 @@ x-webhooks: type: string enum: - locked - discussion: *782 - enterprise: *759 - installation: *760 - organization: *761 - repository: *762 + discussion: *783 + enterprise: *760 + installation: *761 + organization: *762 + repository: *763 sender: *4 required: - action @@ -127462,11 +127469,11 @@ x-webhooks: type: string enum: - pinned - discussion: *782 - enterprise: *759 - installation: *760 - organization: *761 - repository: *762 + discussion: *783 + enterprise: *760 + installation: *761 + organization: *762 + repository: *763 sender: *4 required: - action @@ -127548,11 +127555,11 @@ x-webhooks: type: string enum: - reopened - discussion: *782 - enterprise: *759 - installation: *760 - organization: *761 - repository: *762 + discussion: *783 + enterprise: *760 + installation: *761 + organization: *762 + repository: *763 sender: *4 required: - action @@ -127637,16 +127644,16 @@ x-webhooks: changes: type: object properties: - new_discussion: *782 - new_repository: *762 + new_discussion: *783 + new_repository: *763 required: - new_discussion - new_repository - discussion: *782 - enterprise: *759 - installation: *760 - organization: *761 - repository: *762 + discussion: *783 + enterprise: *760 + installation: *761 + organization: *762 + repository: *763 sender: *4 required: - action @@ -127729,10 +127736,10 @@ x-webhooks: type: string enum: - unanswered - discussion: *782 - old_answer: *784 - organization: *761 - repository: *762 + discussion: *783 + old_answer: *785 + organization: *762 + repository: *763 sender: *4 required: - action @@ -127814,12 +127821,12 @@ x-webhooks: type: string enum: - unlabeled - discussion: *782 - enterprise: *759 - installation: *760 - label: *785 - organization: *761 - repository: *762 + discussion: *783 + enterprise: *760 + installation: *761 + label: *786 + organization: *762 + repository: *763 sender: *4 required: - action @@ -127902,11 +127909,11 @@ x-webhooks: type: string enum: - unlocked - discussion: *782 - enterprise: *759 - installation: *760 - organization: *761 - repository: *762 + discussion: *783 + enterprise: *760 + installation: *761 + organization: *762 + repository: *763 sender: *4 required: - action @@ -127988,11 +127995,11 @@ x-webhooks: type: string enum: - unpinned - discussion: *782 - enterprise: *759 - installation: *760 - organization: *761 - repository: *762 + discussion: *783 + enterprise: *760 + installation: *761 + organization: *762 + repository: *763 sender: *4 required: - action @@ -128064,7 +128071,7 @@ x-webhooks: required: true content: application/json: - schema: *768 + schema: *769 responses: '200': description: Return a 200 status to indicate that the data was received @@ -128130,7 +128137,7 @@ x-webhooks: required: true content: application/json: - schema: *770 + schema: *771 responses: '200': description: Return a 200 status to indicate that the data was received @@ -128196,7 +128203,7 @@ x-webhooks: required: true content: application/json: - schema: *766 + schema: *767 responses: '200': description: Return a 200 status to indicate that the data was received @@ -128262,7 +128269,7 @@ x-webhooks: required: true content: application/json: - schema: *767 + schema: *768 responses: '200': description: Return a 200 status to indicate that the data was received @@ -128328,7 +128335,7 @@ x-webhooks: required: true content: application/json: - schema: *768 + schema: *769 responses: '200': description: Return a 200 status to indicate that the data was received @@ -128394,7 +128401,7 @@ x-webhooks: required: true content: application/json: - schema: *769 + schema: *770 responses: '200': description: Return a 200 status to indicate that the data was received @@ -128460,7 +128467,7 @@ x-webhooks: required: true content: application/json: - schema: *770 + schema: *771 responses: '200': description: Return a 200 status to indicate that the data was received @@ -128527,7 +128534,7 @@ x-webhooks: description: A user forks a repository. type: object properties: - enterprise: *759 + enterprise: *760 forkee: description: The created [`repository`](https://docs.github.com/enterprise-cloud@latest//rest/repos/repos#get-a-repository) resource. @@ -129187,9 +129194,9 @@ x-webhooks: type: integer watchers_count: type: integer - installation: *760 - organization: *761 - repository: *762 + installation: *761 + organization: *762 + repository: *763 sender: *4 required: - forkee @@ -129335,9 +129342,9 @@ x-webhooks: title: gollum event type: object properties: - enterprise: *759 - installation: *760 - organization: *761 + enterprise: *760 + installation: *761 + organization: *762 pages: description: The pages that were updated. type: array @@ -129374,7 +129381,7 @@ x-webhooks: - action - sha - html_url - repository: *762 + repository: *763 sender: *4 required: - pages @@ -129450,10 +129457,10 @@ x-webhooks: type: string enum: - created - enterprise: *759 + enterprise: *760 installation: *22 - organization: *761 - repositories: &787 + organization: *762 + repositories: &788 description: An array of repository objects that the installation can access. type: array @@ -129479,8 +129486,8 @@ x-webhooks: - name - full_name - private - repository: *762 - requester: *786 + repository: *763 + requester: *787 sender: *4 required: - action @@ -129555,11 +129562,11 @@ x-webhooks: type: string enum: - deleted - enterprise: *759 + enterprise: *760 installation: *22 - organization: *761 - repositories: *787 - repository: *762 + organization: *762 + repositories: *788 + repository: *763 requester: nullable: true sender: *4 @@ -129635,11 +129642,11 @@ x-webhooks: type: string enum: - new_permissions_accepted - enterprise: *759 + enterprise: *760 installation: *22 - organization: *761 - repositories: *787 - repository: *762 + organization: *762 + repositories: *788 + repository: *763 requester: nullable: true sender: *4 @@ -129715,10 +129722,10 @@ x-webhooks: type: string enum: - added - enterprise: *759 + enterprise: *760 installation: *22 - organization: *761 - repositories_added: &788 + organization: *762 + repositories_added: &789 description: An array of repository objects, which were added to the installation. type: array @@ -129764,15 +129771,15 @@ x-webhooks: private: description: Whether the repository is private or public. type: boolean - repository: *762 - repository_selection: &789 + repository: *763 + repository_selection: &790 description: Describe whether all repositories have been selected or there's a selection involved type: string enum: - all - selected - requester: *786 + requester: *787 sender: *4 required: - action @@ -129851,10 +129858,10 @@ x-webhooks: type: string enum: - removed - enterprise: *759 + enterprise: *760 installation: *22 - organization: *761 - repositories_added: *788 + organization: *762 + repositories_added: *789 repositories_removed: description: An array of repository objects, which were removed from the installation. @@ -129881,9 +129888,9 @@ x-webhooks: - name - full_name - private - repository: *762 - repository_selection: *789 - requester: *786 + repository: *763 + repository_selection: *790 + requester: *787 sender: *4 required: - action @@ -129962,11 +129969,11 @@ x-webhooks: type: string enum: - suspend - enterprise: *759 + enterprise: *760 installation: *22 - organization: *761 - repositories: *787 - repository: *762 + organization: *762 + repositories: *788 + repository: *763 requester: nullable: true sender: *4 @@ -130145,10 +130152,10 @@ x-webhooks: type: string required: - from - enterprise: *759 - installation: *760 - organization: *761 - repository: *762 + enterprise: *760 + installation: *761 + organization: *762 + repository: *763 sender: *4 target_type: type: string @@ -130227,11 +130234,11 @@ x-webhooks: type: string enum: - unsuspend - enterprise: *759 + enterprise: *760 installation: *22 - organization: *761 - repositories: *787 - repository: *762 + organization: *762 + repositories: *788 + repository: *763 requester: nullable: true sender: *4 @@ -130483,8 +130490,8 @@ x-webhooks: - performed_via_github_app - body - reactions - enterprise: *759 - installation: *760 + enterprise: *760 + installation: *761 issue: description: The [issue](https://docs.github.com/enterprise-cloud@latest//rest/issues/issues#get-an-issue) the comment belongs to. @@ -131307,7 +131314,7 @@ x-webhooks: title: description: Title of the issue type: string - type: *288 + type: *289 updated_at: type: string format: date-time @@ -131640,8 +131647,8 @@ x-webhooks: - state - locked - assignee - organization: *761 - repository: *762 + organization: *762 + repository: *763 sender: *4 required: - action @@ -131721,7 +131728,7 @@ x-webhooks: type: string enum: - deleted - comment: &790 + comment: &791 title: issue comment description: The [comment](https://docs.github.com/enterprise-cloud@latest//rest/issues/comments#get-an-issue-comment) itself. @@ -131886,8 +131893,8 @@ x-webhooks: - performed_via_github_app - body - reactions - enterprise: *759 - installation: *760 + enterprise: *760 + installation: *761 issue: description: The [issue](https://docs.github.com/enterprise-cloud@latest//rest/issues/issues#get-an-issue) the comment belongs to. @@ -132706,7 +132713,7 @@ x-webhooks: title: description: Title of the issue type: string - type: *288 + type: *289 updated_at: type: string format: date-time @@ -133041,8 +133048,8 @@ x-webhooks: - state - locked - assignee - organization: *761 - repository: *762 + organization: *762 + repository: *763 sender: *4 required: - action @@ -133122,7 +133129,7 @@ x-webhooks: type: string enum: - edited - changes: &818 + changes: &819 description: The changes to the comment. type: object properties: @@ -133134,9 +133141,9 @@ x-webhooks: type: string required: - from - comment: *790 - enterprise: *759 - installation: *760 + comment: *791 + enterprise: *760 + installation: *761 issue: description: The [issue](https://docs.github.com/enterprise-cloud@latest//rest/issues/issues#get-an-issue) the comment belongs to. @@ -133958,7 +133965,7 @@ x-webhooks: title: description: Title of the issue type: string - type: *288 + type: *289 updated_at: type: string format: date-time @@ -134291,8 +134298,8 @@ x-webhooks: - state - locked - assignee - organization: *761 - repository: *762 + organization: *762 + repository: *763 sender: *4 required: - action @@ -134374,10 +134381,10 @@ x-webhooks: type: string enum: - assigned - assignee: *786 - enterprise: *759 - installation: *760 - issue: &793 + assignee: *787 + enterprise: *760 + installation: *761 + issue: &794 title: Issue description: The [issue](https://docs.github.com/enterprise-cloud@latest//rest/issues/issues#get-an-issue) itself. @@ -135195,7 +135202,7 @@ x-webhooks: title: description: Title of the issue type: string - type: *288 + type: *289 updated_at: type: string format: date-time @@ -135296,8 +135303,8 @@ x-webhooks: - active_lock_reason - body - reactions - organization: *761 - repository: *762 + organization: *762 + repository: *763 sender: *4 required: - action @@ -135377,8 +135384,8 @@ x-webhooks: type: string enum: - closed - enterprise: *759 - installation: *760 + enterprise: *760 + installation: *761 issue: description: The [issue](https://docs.github.com/enterprise-cloud@latest//rest/issues/issues#get-an-issue) itself. @@ -136201,7 +136208,7 @@ x-webhooks: title: description: Title of the issue type: string - type: *288 + type: *289 updated_at: type: string format: date-time @@ -136437,8 +136444,8 @@ x-webhooks: required: - state - closed_at - organization: *761 - repository: *762 + organization: *762 + repository: *763 sender: *4 required: - action @@ -136517,8 +136524,8 @@ x-webhooks: type: string enum: - deleted - enterprise: *759 - installation: *760 + enterprise: *760 + installation: *761 issue: title: Issue description: The [issue](https://docs.github.com/enterprise-cloud@latest//rest/issues/issues#get-an-issue) @@ -137330,7 +137337,7 @@ x-webhooks: title: description: Title of the issue type: string - type: *288 + type: *289 updated_at: type: string format: date-time @@ -137430,8 +137437,8 @@ x-webhooks: - active_lock_reason - body - reactions - organization: *761 - repository: *762 + organization: *762 + repository: *763 sender: *4 required: - action @@ -137510,8 +137517,8 @@ x-webhooks: type: string enum: - demilestoned - enterprise: *759 - installation: *760 + enterprise: *760 + installation: *761 issue: title: Issue description: The [issue](https://docs.github.com/enterprise-cloud@latest//rest/issues/issues#get-an-issue) @@ -138347,7 +138354,7 @@ x-webhooks: title: description: Title of the issue type: string - type: *288 + type: *289 updated_at: type: string format: date-time @@ -138426,7 +138433,7 @@ x-webhooks: format: uri user_view_type: type: string - milestone: &791 + milestone: &792 title: Milestone description: A collection of related issues and pull requests. type: object @@ -138564,8 +138571,8 @@ x-webhooks: - updated_at - due_on - closed_at - organization: *761 - repository: *762 + organization: *762 + repository: *763 sender: *4 required: - action @@ -138664,8 +138671,8 @@ x-webhooks: type: string required: - from - enterprise: *759 - installation: *760 + enterprise: *760 + installation: *761 issue: title: Issue description: The [issue](https://docs.github.com/enterprise-cloud@latest//rest/issues/issues#get-an-issue) @@ -139480,7 +139487,7 @@ x-webhooks: timeline_url: type: string format: uri - type: *288 + type: *289 title: description: Title of the issue type: string @@ -139584,9 +139591,9 @@ x-webhooks: - active_lock_reason - body - reactions - label: *785 - organization: *761 - repository: *762 + label: *786 + organization: *762 + repository: *763 sender: *4 required: - action @@ -139666,8 +139673,8 @@ x-webhooks: type: string enum: - labeled - enterprise: *759 - installation: *760 + enterprise: *760 + installation: *761 issue: title: Issue description: The [issue](https://docs.github.com/enterprise-cloud@latest//rest/issues/issues#get-an-issue) @@ -140481,7 +140488,7 @@ x-webhooks: timeline_url: type: string format: uri - type: *288 + type: *289 title: description: Title of the issue type: string @@ -140585,9 +140592,9 @@ x-webhooks: - active_lock_reason - body - reactions - label: *785 - organization: *761 - repository: *762 + label: *786 + organization: *762 + repository: *763 sender: *4 required: - action @@ -140667,8 +140674,8 @@ x-webhooks: type: string enum: - locked - enterprise: *759 - installation: *760 + enterprise: *760 + installation: *761 issue: title: Issue description: The [issue](https://docs.github.com/enterprise-cloud@latest//rest/issues/issues#get-an-issue) @@ -141506,7 +141513,7 @@ x-webhooks: timeline_url: type: string format: uri - type: *288 + type: *289 title: description: Title of the issue type: string @@ -141587,8 +141594,8 @@ x-webhooks: format: uri user_view_type: type: string - organization: *761 - repository: *762 + organization: *762 + repository: *763 sender: *4 required: - action @@ -141667,8 +141674,8 @@ x-webhooks: type: string enum: - milestoned - enterprise: *759 - installation: *760 + enterprise: *760 + installation: *761 issue: title: Issue description: The [issue](https://docs.github.com/enterprise-cloud@latest//rest/issues/issues#get-an-issue) @@ -142503,7 +142510,7 @@ x-webhooks: title: description: Title of the issue type: string - type: *288 + type: *289 updated_at: type: string format: date-time @@ -142581,9 +142588,9 @@ x-webhooks: format: uri user_view_type: type: string - milestone: *791 - organization: *761 - repository: *762 + milestone: *792 + organization: *762 + repository: *763 sender: *4 required: - action @@ -144044,8 +144051,8 @@ x-webhooks: required: - old_issue - old_repository - enterprise: *759 - installation: *760 + enterprise: *760 + installation: *761 issue: title: Issue description: The [issue](https://docs.github.com/enterprise-cloud@latest//rest/issues/issues#get-an-issue) @@ -144863,7 +144870,7 @@ x-webhooks: title: description: Title of the issue type: string - type: *288 + type: *289 updated_at: type: string format: date-time @@ -144963,8 +144970,8 @@ x-webhooks: - active_lock_reason - body - reactions - organization: *761 - repository: *762 + organization: *762 + repository: *763 sender: *4 required: - action @@ -145044,9 +145051,9 @@ x-webhooks: type: string enum: - pinned - enterprise: *759 - installation: *760 - issue: &792 + enterprise: *760 + installation: *761 + issue: &793 title: Issue description: The [issue](https://docs.github.com/enterprise-cloud@latest//rest/issues/issues#get-an-issue) itself. @@ -145858,7 +145865,7 @@ x-webhooks: title: description: Title of the issue type: string - type: *288 + type: *289 updated_at: type: string format: date-time @@ -145958,8 +145965,8 @@ x-webhooks: - active_lock_reason - body - reactions - organization: *761 - repository: *762 + organization: *762 + repository: *763 sender: *4 required: - action @@ -146038,8 +146045,8 @@ x-webhooks: type: string enum: - reopened - enterprise: *759 - installation: *760 + enterprise: *760 + installation: *761 issue: title: Issue description: The [issue](https://docs.github.com/enterprise-cloud@latest//rest/issues/issues#get-an-issue) @@ -146956,9 +146963,9 @@ x-webhooks: format: uri user_view_type: type: string - type: *288 - organization: *761 - repository: *762 + type: *289 + organization: *762 + repository: *763 sender: *4 required: - action @@ -147853,7 +147860,7 @@ x-webhooks: title: description: Title of the issue type: string - type: *288 + type: *289 updated_at: type: string format: date-time @@ -148421,11 +148428,11 @@ x-webhooks: required: - new_issue - new_repository - enterprise: *759 - installation: *760 - issue: *792 - organization: *761 - repository: *762 + enterprise: *760 + installation: *761 + issue: *793 + organization: *762 + repository: *763 sender: *4 required: - action @@ -148505,12 +148512,12 @@ x-webhooks: type: string enum: - typed - enterprise: *759 - installation: *760 - issue: *793 - type: *288 - organization: *761 - repository: *762 + enterprise: *760 + installation: *761 + issue: *794 + type: *289 + organization: *762 + repository: *763 sender: *4 required: - action @@ -148591,7 +148598,7 @@ x-webhooks: type: string enum: - unassigned - assignee: &821 + assignee: &822 title: User type: object nullable: true @@ -148661,11 +148668,11 @@ x-webhooks: required: - login - id - enterprise: *759 - installation: *760 - issue: *793 - organization: *761 - repository: *762 + enterprise: *760 + installation: *761 + issue: *794 + organization: *762 + repository: *763 sender: *4 required: - action @@ -148744,12 +148751,12 @@ x-webhooks: type: string enum: - unlabeled - enterprise: *759 - installation: *760 - issue: *793 - label: *785 - organization: *761 - repository: *762 + enterprise: *760 + installation: *761 + issue: *794 + label: *786 + organization: *762 + repository: *763 sender: *4 required: - action @@ -148829,8 +148836,8 @@ x-webhooks: type: string enum: - unlocked - enterprise: *759 - installation: *760 + enterprise: *760 + installation: *761 issue: title: Issue description: The [issue](https://docs.github.com/enterprise-cloud@latest//rest/issues/issues#get-an-issue) @@ -149669,7 +149676,7 @@ x-webhooks: title: description: Title of the issue type: string - type: *288 + type: *289 updated_at: type: string format: date-time @@ -149747,8 +149754,8 @@ x-webhooks: format: uri user_view_type: type: string - organization: *761 - repository: *762 + organization: *762 + repository: *763 sender: *4 required: - action @@ -149828,11 +149835,11 @@ x-webhooks: type: string enum: - unpinned - enterprise: *759 - installation: *760 - issue: *792 - organization: *761 - repository: *762 + enterprise: *760 + installation: *761 + issue: *793 + organization: *762 + repository: *763 sender: *4 required: - action @@ -149911,12 +149918,12 @@ x-webhooks: type: string enum: - untyped - enterprise: *759 - installation: *760 - issue: *793 - type: *288 - organization: *761 - repository: *762 + enterprise: *760 + installation: *761 + issue: *794 + type: *289 + organization: *762 + repository: *763 sender: *4 required: - action @@ -149996,11 +150003,11 @@ x-webhooks: type: string enum: - created - enterprise: *759 - installation: *760 - label: *785 - organization: *761 - repository: *762 + enterprise: *760 + installation: *761 + label: *786 + organization: *762 + repository: *763 sender: *4 required: - action @@ -150078,11 +150085,11 @@ x-webhooks: type: string enum: - deleted - enterprise: *759 - installation: *760 - label: *785 - organization: *761 - repository: *762 + enterprise: *760 + installation: *761 + label: *786 + organization: *762 + repository: *763 sender: *4 required: - action @@ -150192,11 +150199,11 @@ x-webhooks: type: string required: - from - enterprise: *759 - installation: *760 - label: *785 - organization: *761 - repository: *762 + enterprise: *760 + installation: *761 + label: *786 + organization: *762 + repository: *763 sender: *4 required: - action @@ -150278,9 +150285,9 @@ x-webhooks: - cancelled effective_date: type: string - enterprise: *759 - installation: *760 - marketplace_purchase: &794 + enterprise: *760 + installation: *761 + marketplace_purchase: &795 title: Marketplace Purchase type: object required: @@ -150363,8 +150370,8 @@ x-webhooks: type: integer unit_count: type: integer - organization: *761 - previous_marketplace_purchase: &795 + organization: *762 + previous_marketplace_purchase: &796 title: Marketplace Purchase type: object properties: @@ -150444,7 +150451,7 @@ x-webhooks: - on_free_trial - free_trial_ends_on - plan - repository: *762 + repository: *763 sender: *4 required: - action @@ -150524,10 +150531,10 @@ x-webhooks: - changed effective_date: type: string - enterprise: *759 - installation: *760 - marketplace_purchase: *794 - organization: *761 + enterprise: *760 + installation: *761 + marketplace_purchase: *795 + organization: *762 previous_marketplace_purchase: title: Marketplace Purchase type: object @@ -150610,7 +150617,7 @@ x-webhooks: - on_free_trial - free_trial_ends_on - plan - repository: *762 + repository: *763 sender: *4 required: - action @@ -150692,10 +150699,10 @@ x-webhooks: - pending_change effective_date: type: string - enterprise: *759 - installation: *760 - marketplace_purchase: *794 - organization: *761 + enterprise: *760 + installation: *761 + marketplace_purchase: *795 + organization: *762 previous_marketplace_purchase: title: Marketplace Purchase type: object @@ -150777,7 +150784,7 @@ x-webhooks: - on_free_trial - free_trial_ends_on - plan - repository: *762 + repository: *763 sender: *4 required: - action @@ -150858,8 +150865,8 @@ x-webhooks: - pending_change_cancelled effective_date: type: string - enterprise: *759 - installation: *760 + enterprise: *760 + installation: *761 marketplace_purchase: title: Marketplace Purchase type: object @@ -150941,9 +150948,9 @@ x-webhooks: type: integer unit_count: type: integer - organization: *761 - previous_marketplace_purchase: *795 - repository: *762 + organization: *762 + previous_marketplace_purchase: *796 + repository: *763 sender: *4 required: - action @@ -151023,12 +151030,12 @@ x-webhooks: - purchased effective_date: type: string - enterprise: *759 - installation: *760 - marketplace_purchase: *794 - organization: *761 - previous_marketplace_purchase: *795 - repository: *762 + enterprise: *760 + installation: *761 + marketplace_purchase: *795 + organization: *762 + previous_marketplace_purchase: *796 + repository: *763 sender: *4 required: - action @@ -151130,11 +151137,11 @@ x-webhooks: type: string required: - to - enterprise: *759 - installation: *760 - member: *786 - organization: *761 - repository: *762 + enterprise: *760 + installation: *761 + member: *787 + organization: *762 + repository: *763 sender: *4 required: - action @@ -151234,11 +151241,11 @@ x-webhooks: to: type: string nullable: true - enterprise: *759 - installation: *760 - member: *786 - organization: *761 - repository: *762 + enterprise: *760 + installation: *761 + member: *787 + organization: *762 + repository: *763 sender: *4 required: - action @@ -151317,11 +151324,11 @@ x-webhooks: type: string enum: - removed - enterprise: *759 - installation: *760 - member: *786 - organization: *761 - repository: *762 + enterprise: *760 + installation: *761 + member: *787 + organization: *762 + repository: *763 sender: *4 required: - action @@ -151399,11 +151406,11 @@ x-webhooks: type: string enum: - added - enterprise: *759 - installation: *760 - member: *786 - organization: *761 - repository: *762 + enterprise: *760 + installation: *761 + member: *787 + organization: *762 + repository: *763 scope: description: The scope of the membership. Currently, can only be `team`. @@ -151479,7 +151486,7 @@ x-webhooks: required: - login - id - team: &796 + team: &797 title: Team description: Groups of organization members that gives permissions on specified repositories. @@ -151669,11 +151676,11 @@ x-webhooks: type: string enum: - removed - enterprise: *759 - installation: *760 - member: *786 - organization: *761 - repository: *762 + enterprise: *760 + installation: *761 + member: *787 + organization: *762 + repository: *763 scope: description: The scope of the membership. Currently, can only be `team`. @@ -151750,7 +151757,7 @@ x-webhooks: required: - login - id - team: *796 + team: *797 required: - action - scope @@ -151832,8 +151839,8 @@ x-webhooks: type: string enum: - checks_requested - installation: *760 - merge_group: &798 + installation: *761 + merge_group: &799 type: object title: Merge Group description: A group of pull requests that the merge queue has grouped @@ -151852,15 +151859,15 @@ x-webhooks: description: The full ref of the branch the merge group will be merged into. type: string - head_commit: *797 + head_commit: *798 required: - head_sha - head_ref - base_sha - base_ref - head_commit - organization: *761 - repository: *762 + organization: *762 + repository: *763 sender: *4 required: - action @@ -151946,10 +151953,10 @@ x-webhooks: - merged - invalidated - dequeued - installation: *760 - merge_group: *798 - organization: *761 - repository: *762 + installation: *761 + merge_group: *799 + organization: *762 + repository: *763 sender: *4 required: - action @@ -152022,7 +152029,7 @@ x-webhooks: type: string enum: - deleted - enterprise: *759 + enterprise: *760 hook: description: 'The modified webhook. This will contain different keys based on the type of webhook it is: repository, organization, @@ -152130,16 +152137,16 @@ x-webhooks: hook_id: description: The id of the modified webhook. type: integer - installation: *760 - organization: *761 + installation: *761 + organization: *762 repository: title: Repository description: |- The repository on GitHub where the event occurred. Webhook payloads contain the `repository` property when the event occurs from activity in a repository. type: object - properties: *799 - required: *800 + properties: *800 + required: *801 nullable: true sender: *4 required: @@ -152220,11 +152227,11 @@ x-webhooks: type: string enum: - closed - enterprise: *759 - installation: *760 - milestone: *791 - organization: *761 - repository: *762 + enterprise: *760 + installation: *761 + milestone: *792 + organization: *762 + repository: *763 sender: *4 required: - action @@ -152303,9 +152310,9 @@ x-webhooks: type: string enum: - created - enterprise: *759 - installation: *760 - milestone: &801 + enterprise: *760 + installation: *761 + milestone: &802 title: Milestone description: A collection of related issues and pull requests. type: object @@ -152442,8 +152449,8 @@ x-webhooks: - updated_at - due_on - closed_at - organization: *761 - repository: *762 + organization: *762 + repository: *763 sender: *4 required: - action @@ -152522,11 +152529,11 @@ x-webhooks: type: string enum: - deleted - enterprise: *759 - installation: *760 - milestone: *791 - organization: *761 - repository: *762 + enterprise: *760 + installation: *761 + milestone: *792 + organization: *762 + repository: *763 sender: *4 required: - action @@ -152636,11 +152643,11 @@ x-webhooks: type: string required: - from - enterprise: *759 - installation: *760 - milestone: *791 - organization: *761 - repository: *762 + enterprise: *760 + installation: *761 + milestone: *792 + organization: *762 + repository: *763 sender: *4 required: - action @@ -152720,11 +152727,11 @@ x-webhooks: type: string enum: - opened - enterprise: *759 - installation: *760 - milestone: *801 - organization: *761 - repository: *762 + enterprise: *760 + installation: *761 + milestone: *802 + organization: *762 + repository: *763 sender: *4 required: - action @@ -152803,11 +152810,11 @@ x-webhooks: type: string enum: - blocked - blocked_user: *786 - enterprise: *759 - installation: *760 - organization: *761 - repository: *762 + blocked_user: *787 + enterprise: *760 + installation: *761 + organization: *762 + repository: *763 sender: *4 required: - action @@ -152886,11 +152893,11 @@ x-webhooks: type: string enum: - unblocked - blocked_user: *786 - enterprise: *759 - installation: *760 - organization: *761 - repository: *762 + blocked_user: *787 + enterprise: *760 + installation: *761 + organization: *762 + repository: *763 sender: *4 required: - action @@ -152969,9 +152976,9 @@ x-webhooks: type: string enum: - deleted - enterprise: *759 - installation: *760 - membership: &802 + enterprise: *760 + installation: *761 + membership: &803 title: Membership description: The membership between the user and the organization. Not present when the action is `member_invited`. @@ -153063,8 +153070,8 @@ x-webhooks: - role - organization_url - user - organization: *761 - repository: *762 + organization: *762 + repository: *763 sender: *4 required: - action @@ -153142,11 +153149,11 @@ x-webhooks: type: string enum: - member_added - enterprise: *759 - installation: *760 - membership: *802 - organization: *761 - repository: *762 + enterprise: *760 + installation: *761 + membership: *803 + organization: *762 + repository: *763 sender: *4 required: - action @@ -153225,8 +153232,8 @@ x-webhooks: type: string enum: - member_invited - enterprise: *759 - installation: *760 + enterprise: *760 + installation: *761 invitation: description: The invitation for the user or email if the action is `member_invited`. @@ -153342,10 +153349,10 @@ x-webhooks: - inviter - team_count - invitation_teams_url - organization: *761 - repository: *762 + organization: *762 + repository: *763 sender: *4 - user: *786 + user: *787 required: - action - invitation @@ -153423,11 +153430,11 @@ x-webhooks: type: string enum: - member_removed - enterprise: *759 - installation: *760 - membership: *802 - organization: *761 - repository: *762 + enterprise: *760 + installation: *761 + membership: *803 + organization: *762 + repository: *763 sender: *4 required: - action @@ -153514,11 +153521,11 @@ x-webhooks: properties: from: type: string - enterprise: *759 - installation: *760 - membership: *802 - organization: *761 - repository: *762 + enterprise: *760 + installation: *761 + membership: *803 + organization: *762 + repository: *763 sender: *4 required: - action @@ -153594,9 +153601,9 @@ x-webhooks: type: string enum: - published - enterprise: *759 - installation: *760 - organization: *761 + enterprise: *760 + installation: *761 + organization: *762 package: description: Information about the package. type: object @@ -154095,7 +154102,7 @@ x-webhooks: - published_at rubygems_metadata: type: array - items: &803 + items: &804 title: Ruby Gems metadata type: object properties: @@ -154190,7 +154197,7 @@ x-webhooks: - owner - package_version - registry - repository: *762 + repository: *763 sender: *4 required: - action @@ -154266,9 +154273,9 @@ x-webhooks: type: string enum: - updated - enterprise: *759 - installation: *760 - organization: *761 + enterprise: *760 + installation: *761 + organization: *762 package: description: Information about the package. type: object @@ -154621,7 +154628,7 @@ x-webhooks: - published_at rubygems_metadata: type: array - items: *803 + items: *804 source_url: type: string format: uri @@ -154691,7 +154698,7 @@ x-webhooks: - owner - package_version - registry - repository: *762 + repository: *763 sender: *4 required: - action @@ -154868,12 +154875,12 @@ x-webhooks: - duration - created_at - updated_at - enterprise: *759 + enterprise: *760 id: type: integer - installation: *760 - organization: *761 - repository: *762 + installation: *761 + organization: *762 + repository: *763 sender: *4 required: - id @@ -154950,7 +154957,7 @@ x-webhooks: type: string enum: - approved - personal_access_token_request: &804 + personal_access_token_request: &805 title: Personal Access Token Request description: Details of a Personal Access Token Request. type: object @@ -155096,10 +155103,10 @@ x-webhooks: - token_expired - token_expires_at - token_last_used_at - enterprise: *759 - organization: *761 + enterprise: *760 + organization: *762 sender: *4 - installation: *760 + installation: *761 required: - action - personal_access_token_request @@ -155176,11 +155183,11 @@ x-webhooks: type: string enum: - cancelled - personal_access_token_request: *804 - enterprise: *759 - organization: *761 + personal_access_token_request: *805 + enterprise: *760 + organization: *762 sender: *4 - installation: *760 + installation: *761 required: - action - personal_access_token_request @@ -155256,11 +155263,11 @@ x-webhooks: type: string enum: - created - personal_access_token_request: *804 - enterprise: *759 - organization: *761 + personal_access_token_request: *805 + enterprise: *760 + organization: *762 sender: *4 - installation: *760 + installation: *761 required: - action - personal_access_token_request @@ -155335,11 +155342,11 @@ x-webhooks: type: string enum: - denied - personal_access_token_request: *804 - organization: *761 - enterprise: *759 + personal_access_token_request: *805 + organization: *762 + enterprise: *760 sender: *4 - installation: *760 + installation: *761 required: - action - personal_access_token_request @@ -155444,7 +155451,7 @@ x-webhooks: id: description: Unique identifier of the webhook. type: integer - last_response: *805 + last_response: *806 name: description: The type of webhook. The only valid value is 'web'. type: string @@ -155476,8 +155483,8 @@ x-webhooks: hook_id: description: The ID of the webhook that triggered the ping. type: integer - organization: *761 - repository: *762 + organization: *762 + repository: *763 sender: *4 zen: description: Random string of GitHub zen. @@ -155722,10 +155729,10 @@ x-webhooks: - from required: - note - enterprise: *759 - installation: *760 - organization: *761 - project_card: &806 + enterprise: *760 + installation: *761 + organization: *762 + project_card: &807 title: Project Card type: object properties: @@ -155844,7 +155851,7 @@ x-webhooks: - creator - created_at - updated_at - repository: *762 + repository: *763 sender: *4 required: - action @@ -155925,11 +155932,11 @@ x-webhooks: type: string enum: - created - enterprise: *759 - installation: *760 - organization: *761 - project_card: *806 - repository: *762 + enterprise: *760 + installation: *761 + organization: *762 + project_card: *807 + repository: *763 sender: *4 required: - action @@ -156009,9 +156016,9 @@ x-webhooks: type: string enum: - deleted - enterprise: *759 - installation: *760 - organization: *761 + enterprise: *760 + installation: *761 + organization: *762 project_card: title: Project Card type: object @@ -156139,8 +156146,8 @@ x-webhooks: The repository on GitHub where the event occurred. Webhook payloads contain the `repository` property when the event occurs from activity in a repository. type: object - properties: *799 - required: *800 + properties: *800 + required: *801 nullable: true sender: *4 required: @@ -156234,11 +156241,11 @@ x-webhooks: - from required: - note - enterprise: *759 - installation: *760 - organization: *761 - project_card: *806 - repository: *762 + enterprise: *760 + installation: *761 + organization: *762 + project_card: *807 + repository: *763 sender: *4 required: - action @@ -156332,9 +156339,9 @@ x-webhooks: - from required: - column_id - enterprise: *759 - installation: *760 - organization: *761 + enterprise: *760 + installation: *761 + organization: *762 project_card: allOf: - title: Project Card @@ -156524,7 +156531,7 @@ x-webhooks: type: string required: - after_id - repository: *762 + repository: *763 sender: *4 required: - action @@ -156604,10 +156611,10 @@ x-webhooks: type: string enum: - closed - enterprise: *759 - installation: *760 - organization: *761 - project: &808 + enterprise: *760 + installation: *761 + organization: *762 + project: &809 title: Project type: object properties: @@ -156731,7 +156738,7 @@ x-webhooks: - creator - created_at - updated_at - repository: *762 + repository: *763 sender: *4 required: - action @@ -156811,10 +156818,10 @@ x-webhooks: type: string enum: - created - enterprise: *759 - installation: *760 - organization: *761 - project_column: &807 + enterprise: *760 + installation: *761 + organization: *762 + project_column: &808 title: Project Column type: object properties: @@ -156853,7 +156860,7 @@ x-webhooks: - name - created_at - updated_at - repository: *762 + repository: *763 sender: *4 required: - action @@ -156932,18 +156939,18 @@ x-webhooks: type: string enum: - deleted - enterprise: *759 - installation: *760 - organization: *761 - project_column: *807 + enterprise: *760 + installation: *761 + organization: *762 + project_column: *808 repository: title: Repository description: |- The repository on GitHub where the event occurred. Webhook payloads contain the `repository` property when the event occurs from activity in a repository. type: object - properties: *799 - required: *800 + properties: *800 + required: *801 nullable: true sender: *4 required: @@ -157033,11 +157040,11 @@ x-webhooks: type: string required: - from - enterprise: *759 - installation: *760 - organization: *761 - project_column: *807 - repository: *762 + enterprise: *760 + installation: *761 + organization: *762 + project_column: *808 + repository: *763 sender: *4 required: - action @@ -157117,11 +157124,11 @@ x-webhooks: type: string enum: - moved - enterprise: *759 - installation: *760 - organization: *761 - project_column: *807 - repository: *762 + enterprise: *760 + installation: *761 + organization: *762 + project_column: *808 + repository: *763 sender: *4 required: - action @@ -157201,11 +157208,11 @@ x-webhooks: type: string enum: - created - enterprise: *759 - installation: *760 - organization: *761 - project: *808 - repository: *762 + enterprise: *760 + installation: *761 + organization: *762 + project: *809 + repository: *763 sender: *4 required: - action @@ -157285,18 +157292,18 @@ x-webhooks: type: string enum: - deleted - enterprise: *759 - installation: *760 - organization: *761 - project: *808 + enterprise: *760 + installation: *761 + organization: *762 + project: *809 repository: title: Repository description: |- The repository on GitHub where the event occurred. Webhook payloads contain the `repository` property when the event occurs from activity in a repository. type: object - properties: *799 - required: *800 + properties: *800 + required: *801 nullable: true sender: *4 required: @@ -157398,11 +157405,11 @@ x-webhooks: type: string required: - from - enterprise: *759 - installation: *760 - organization: *761 - project: *808 - repository: *762 + enterprise: *760 + installation: *761 + organization: *762 + project: *809 + repository: *763 sender: *4 required: - action @@ -157481,11 +157488,11 @@ x-webhooks: type: string enum: - reopened - enterprise: *759 - installation: *760 - organization: *761 - project: *808 - repository: *762 + enterprise: *760 + installation: *761 + organization: *762 + project: *809 + repository: *763 sender: *4 required: - action @@ -157566,9 +157573,9 @@ x-webhooks: type: string enum: - closed - installation: *760 - organization: *761 - projects_v2: &809 + installation: *761 + organization: *762 + projects_v2: &810 title: Projects v2 Project description: A projects v2 project type: object @@ -157711,9 +157718,9 @@ x-webhooks: type: string enum: - created - installation: *760 - organization: *761 - projects_v2: *809 + installation: *761 + organization: *762 + projects_v2: *810 sender: *4 required: - action @@ -157794,9 +157801,9 @@ x-webhooks: type: string enum: - deleted - installation: *760 - organization: *761 - projects_v2: *809 + installation: *761 + organization: *762 + projects_v2: *810 sender: *4 required: - action @@ -157913,9 +157920,9 @@ x-webhooks: type: string to: type: string - installation: *760 - organization: *761 - projects_v2: *809 + installation: *761 + organization: *762 + projects_v2: *810 sender: *4 required: - action @@ -157998,7 +158005,7 @@ x-webhooks: type: string enum: - archived - changes: &813 + changes: &814 type: object properties: archived_at: @@ -158012,9 +158019,9 @@ x-webhooks: type: string nullable: true format: date-time - installation: *760 - organization: *761 - projects_v2_item: &810 + installation: *761 + organization: *762 + projects_v2_item: &811 title: Projects v2 Item description: An item belonging to a project type: object @@ -158148,9 +158155,9 @@ x-webhooks: nullable: true to: type: string - installation: *760 - organization: *761 - projects_v2_item: *810 + installation: *761 + organization: *762 + projects_v2_item: *811 sender: *4 required: - action @@ -158232,9 +158239,9 @@ x-webhooks: type: string enum: - created - installation: *760 - organization: *761 - projects_v2_item: *810 + installation: *761 + organization: *762 + projects_v2_item: *811 sender: *4 required: - action @@ -158315,9 +158322,9 @@ x-webhooks: type: string enum: - deleted - installation: *760 - organization: *761 - projects_v2_item: *810 + installation: *761 + organization: *762 + projects_v2_item: *811 sender: *4 required: - action @@ -158423,7 +158430,7 @@ x-webhooks: oneOf: - type: string - type: integer - - &811 + - &812 title: Projects v2 Single Select Option description: An option for a single select field type: object @@ -158441,7 +158448,7 @@ x-webhooks: required: - id - name - - &812 + - &813 title: Projects v2 Iteration Setting description: An iteration setting for an iteration field type: object @@ -158464,8 +158471,8 @@ x-webhooks: oneOf: - type: string - type: integer - - *811 - *812 + - *813 required: - field_value - type: object @@ -158481,9 +158488,9 @@ x-webhooks: nullable: true required: - body - installation: *760 - organization: *761 - projects_v2_item: *810 + installation: *761 + organization: *762 + projects_v2_item: *811 sender: *4 required: - action @@ -158578,9 +158585,9 @@ x-webhooks: to: type: string nullable: true - installation: *760 - organization: *761 - projects_v2_item: *810 + installation: *761 + organization: *762 + projects_v2_item: *811 sender: *4 required: - action @@ -158663,10 +158670,10 @@ x-webhooks: type: string enum: - restored - changes: *813 - installation: *760 - organization: *761 - projects_v2_item: *810 + changes: *814 + installation: *761 + organization: *762 + projects_v2_item: *811 sender: *4 required: - action @@ -158748,9 +158755,9 @@ x-webhooks: type: string enum: - reopened - installation: *760 - organization: *761 - projects_v2: *809 + installation: *761 + organization: *762 + projects_v2: *810 sender: *4 required: - action @@ -158831,9 +158838,9 @@ x-webhooks: type: string enum: - created - installation: *760 - organization: *761 - projects_v2_status_update: &814 + installation: *761 + organization: *762 + projects_v2_status_update: &815 title: Projects v2 Status Update description: An status update belonging to a project type: object @@ -158960,9 +158967,9 @@ x-webhooks: type: string enum: - deleted - installation: *760 - organization: *761 - projects_v2_status_update: *814 + installation: *761 + organization: *762 + projects_v2_status_update: *815 sender: *4 required: - action @@ -159098,9 +159105,9 @@ x-webhooks: type: string format: date nullable: true - installation: *760 - organization: *761 - projects_v2_status_update: *814 + installation: *761 + organization: *762 + projects_v2_status_update: *815 sender: *4 required: - action @@ -159171,10 +159178,10 @@ x-webhooks: title: public event type: object properties: - enterprise: *759 - installation: *760 - organization: *761 - repository: *762 + enterprise: *760 + installation: *761 + organization: *762 + repository: *763 sender: *4 required: - repository @@ -159251,13 +159258,13 @@ x-webhooks: type: string enum: - assigned - assignee: *786 - enterprise: *759 - installation: *760 - number: &815 + assignee: *787 + enterprise: *760 + installation: *761 + number: &816 description: The pull request number. type: integer - organization: *761 + organization: *762 pull_request: title: Pull Request type: object @@ -161540,7 +161547,7 @@ x-webhooks: - auto_merge - active_lock_reason - draft - repository: *762 + repository: *763 sender: *4 required: - action @@ -161622,11 +161629,11 @@ x-webhooks: type: string enum: - auto_merge_disabled - enterprise: *759 - installation: *760 + enterprise: *760 + installation: *761 number: type: integer - organization: *761 + organization: *762 pull_request: title: Pull Request type: object @@ -163904,7 +163911,7 @@ x-webhooks: - draft reason: type: string - repository: *762 + repository: *763 sender: *4 required: - action @@ -163986,11 +163993,11 @@ x-webhooks: type: string enum: - auto_merge_enabled - enterprise: *759 - installation: *760 + enterprise: *760 + installation: *761 number: type: integer - organization: *761 + organization: *762 pull_request: title: Pull Request type: object @@ -166268,7 +166275,7 @@ x-webhooks: - draft reason: type: string - repository: *762 + repository: *763 sender: *4 required: - action @@ -166350,13 +166357,13 @@ x-webhooks: type: string enum: - closed - enterprise: *759 - installation: *760 - number: *815 - organization: *761 - pull_request: &816 + enterprise: *760 + installation: *761 + number: *816 + organization: *762 + pull_request: &817 allOf: - - *613 + - *614 - type: object properties: allow_auto_merge: @@ -166418,7 +166425,7 @@ x-webhooks: Please use `squash_merge_commit_title` instead.** type: boolean default: false - repository: *762 + repository: *763 sender: *4 required: - action @@ -166499,12 +166506,12 @@ x-webhooks: type: string enum: - converted_to_draft - enterprise: *759 - installation: *760 - number: *815 - organization: *761 - pull_request: *816 - repository: *762 + enterprise: *760 + installation: *761 + number: *816 + organization: *762 + pull_request: *817 + repository: *763 sender: *4 required: - action @@ -166584,11 +166591,11 @@ x-webhooks: type: string enum: - demilestoned - enterprise: *759 - milestone: *596 - number: *815 - organization: *761 - pull_request: &817 + enterprise: *760 + milestone: *597 + number: *816 + organization: *762 + pull_request: &818 title: Pull Request type: object properties: @@ -168851,7 +168858,7 @@ x-webhooks: - auto_merge - active_lock_reason - draft - repository: *762 + repository: *763 sender: *4 required: - action @@ -168930,11 +168937,11 @@ x-webhooks: type: string enum: - dequeued - enterprise: *759 - installation: *760 + enterprise: *760 + installation: *761 number: type: integer - organization: *761 + organization: *762 pull_request: title: Pull Request type: object @@ -171216,7 +171223,7 @@ x-webhooks: - BRANCH_PROTECTIONS - GIT_TREE_INVALID - INVALID_MERGE_COMMIT - repository: *762 + repository: *763 sender: *4 required: - action @@ -171340,12 +171347,12 @@ x-webhooks: type: string required: - from - enterprise: *759 - installation: *760 - number: *815 - organization: *761 - pull_request: *816 - repository: *762 + enterprise: *760 + installation: *761 + number: *816 + organization: *762 + pull_request: *817 + repository: *763 sender: *4 required: - action @@ -171425,11 +171432,11 @@ x-webhooks: type: string enum: - enqueued - enterprise: *759 - installation: *760 + enterprise: *760 + installation: *761 number: type: integer - organization: *761 + organization: *762 pull_request: title: Pull Request type: object @@ -173696,7 +173703,7 @@ x-webhooks: - auto_merge - active_lock_reason - draft - repository: *762 + repository: *763 sender: *4 required: - action @@ -173776,11 +173783,11 @@ x-webhooks: type: string enum: - labeled - enterprise: *759 - installation: *760 - label: *785 - number: *815 - organization: *761 + enterprise: *760 + installation: *761 + label: *786 + number: *816 + organization: *762 pull_request: title: Pull Request type: object @@ -176062,7 +176069,7 @@ x-webhooks: - auto_merge - active_lock_reason - draft - repository: *762 + repository: *763 sender: *4 required: - action @@ -176143,10 +176150,10 @@ x-webhooks: type: string enum: - locked - enterprise: *759 - installation: *760 - number: *815 - organization: *761 + enterprise: *760 + installation: *761 + number: *816 + organization: *762 pull_request: title: Pull Request type: object @@ -178426,7 +178433,7 @@ x-webhooks: - auto_merge - active_lock_reason - draft - repository: *762 + repository: *763 sender: *4 required: - action @@ -178506,12 +178513,12 @@ x-webhooks: type: string enum: - milestoned - enterprise: *759 - milestone: *596 - number: *815 - organization: *761 - pull_request: *817 - repository: *762 + enterprise: *760 + milestone: *597 + number: *816 + organization: *762 + pull_request: *818 + repository: *763 sender: *4 required: - action @@ -178590,12 +178597,12 @@ x-webhooks: type: string enum: - opened - enterprise: *759 - installation: *760 - number: *815 - organization: *761 - pull_request: *816 - repository: *762 + enterprise: *760 + installation: *761 + number: *816 + organization: *762 + pull_request: *817 + repository: *763 sender: *4 required: - action @@ -178676,12 +178683,12 @@ x-webhooks: type: string enum: - ready_for_review - enterprise: *759 - installation: *760 - number: *815 - organization: *761 - pull_request: *816 - repository: *762 + enterprise: *760 + installation: *761 + number: *816 + organization: *762 + pull_request: *817 + repository: *763 sender: *4 required: - action @@ -178761,12 +178768,12 @@ x-webhooks: type: string enum: - reopened - enterprise: *759 - installation: *760 - number: *815 - organization: *761 - pull_request: *816 - repository: *762 + enterprise: *760 + installation: *761 + number: *816 + organization: *762 + pull_request: *817 + repository: *763 sender: *4 required: - action @@ -179132,9 +179139,9 @@ x-webhooks: - start_side - side - reactions - enterprise: *759 - installation: *760 - organization: *761 + enterprise: *760 + installation: *761 + organization: *762 pull_request: type: object properties: @@ -181304,7 +181311,7 @@ x-webhooks: - _links - author_association - active_lock_reason - repository: *762 + repository: *763 sender: *4 required: - action @@ -181384,7 +181391,7 @@ x-webhooks: type: string enum: - deleted - comment: &819 + comment: &820 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. @@ -181669,9 +181676,9 @@ x-webhooks: - start_side - side - reactions - enterprise: *759 - installation: *760 - organization: *761 + enterprise: *760 + installation: *761 + organization: *762 pull_request: type: object properties: @@ -183829,7 +183836,7 @@ x-webhooks: - _links - author_association - active_lock_reason - repository: *762 + repository: *763 sender: *4 required: - action @@ -183909,11 +183916,11 @@ x-webhooks: type: string enum: - edited - changes: *818 - comment: *819 - enterprise: *759 - installation: *760 - organization: *761 + changes: *819 + comment: *820 + enterprise: *760 + installation: *761 + organization: *762 pull_request: type: object properties: @@ -186074,7 +186081,7 @@ x-webhooks: - _links - author_association - active_lock_reason - repository: *762 + repository: *763 sender: *4 required: - action @@ -186155,9 +186162,9 @@ x-webhooks: type: string enum: - dismissed - enterprise: *759 - installation: *760 - organization: *761 + enterprise: *760 + installation: *761 + organization: *762 pull_request: title: Simple Pull Request type: object @@ -188330,7 +188337,7 @@ x-webhooks: - author_association - auto_merge - active_lock_reason - repository: *762 + repository: *763 review: description: The review that was affected. type: object @@ -188573,9 +188580,9 @@ x-webhooks: type: string required: - from - enterprise: *759 - installation: *760 - organization: *761 + enterprise: *760 + installation: *761 + organization: *762 pull_request: title: Simple Pull Request type: object @@ -190629,8 +190636,8 @@ x-webhooks: - author_association - auto_merge - active_lock_reason - repository: *762 - review: &820 + repository: *763 + review: &821 description: The review that was affected. type: object properties: @@ -190859,12 +190866,12 @@ x-webhooks: type: string enum: - review_request_removed - enterprise: *759 - installation: *760 + enterprise: *760 + installation: *761 number: description: The pull request number. type: integer - organization: *761 + organization: *762 pull_request: title: Pull Request type: object @@ -193147,7 +193154,7 @@ x-webhooks: - auto_merge - active_lock_reason - draft - repository: *762 + repository: *763 requested_reviewer: title: User type: object @@ -193231,12 +193238,12 @@ x-webhooks: type: string enum: - review_request_removed - enterprise: *759 - installation: *760 + enterprise: *760 + installation: *761 number: description: The pull request number. type: integer - organization: *761 + organization: *762 pull_request: title: Pull Request type: object @@ -195526,7 +195533,7 @@ x-webhooks: - auto_merge - active_lock_reason - draft - repository: *762 + repository: *763 requested_team: title: Team description: Groups of organization members that gives permissions @@ -195718,12 +195725,12 @@ x-webhooks: type: string enum: - review_requested - enterprise: *759 - installation: *760 + enterprise: *760 + installation: *761 number: description: The pull request number. type: integer - organization: *761 + organization: *762 pull_request: title: Pull Request type: object @@ -198008,7 +198015,7 @@ x-webhooks: - auto_merge - active_lock_reason - draft - repository: *762 + repository: *763 requested_reviewer: title: User type: object @@ -198093,12 +198100,12 @@ x-webhooks: type: string enum: - review_requested - enterprise: *759 - installation: *760 + enterprise: *760 + installation: *761 number: description: The pull request number. type: integer - organization: *761 + organization: *762 pull_request: title: Pull Request type: object @@ -200374,7 +200381,7 @@ x-webhooks: - auto_merge - active_lock_reason - draft - repository: *762 + repository: *763 requested_team: title: Team description: Groups of organization members that gives permissions @@ -200555,9 +200562,9 @@ x-webhooks: type: string enum: - submitted - enterprise: *759 - installation: *760 - organization: *761 + enterprise: *760 + installation: *761 + organization: *762 pull_request: title: Simple Pull Request type: object @@ -202732,8 +202739,8 @@ x-webhooks: - author_association - auto_merge - active_lock_reason - repository: *762 - review: *820 + repository: *763 + review: *821 sender: *4 required: - action @@ -202813,9 +202820,9 @@ x-webhooks: type: string enum: - resolved - enterprise: *759 - installation: *760 - organization: *761 + enterprise: *760 + installation: *761 + organization: *762 pull_request: title: Simple Pull Request type: object @@ -204885,7 +204892,7 @@ x-webhooks: - author_association - auto_merge - active_lock_reason - repository: *762 + repository: *763 sender: *4 thread: type: object @@ -205268,9 +205275,9 @@ x-webhooks: type: string enum: - unresolved - enterprise: *759 - installation: *760 - organization: *761 + enterprise: *760 + installation: *761 + organization: *762 pull_request: title: Simple Pull Request type: object @@ -207326,7 +207333,7 @@ x-webhooks: - author_association - auto_merge - active_lock_reason - repository: *762 + repository: *763 sender: *4 thread: type: object @@ -207712,10 +207719,10 @@ x-webhooks: type: string before: type: string - enterprise: *759 - installation: *760 - number: *815 - organization: *761 + enterprise: *760 + installation: *761 + number: *816 + organization: *762 pull_request: title: Pull Request type: object @@ -209986,7 +209993,7 @@ x-webhooks: - auto_merge - active_lock_reason - draft - repository: *762 + repository: *763 sender: *4 required: - action @@ -210068,11 +210075,11 @@ x-webhooks: type: string enum: - unassigned - assignee: *821 - enterprise: *759 - installation: *760 - number: *815 - organization: *761 + assignee: *822 + enterprise: *760 + installation: *761 + number: *816 + organization: *762 pull_request: title: Pull Request type: object @@ -212355,7 +212362,7 @@ x-webhooks: - auto_merge - active_lock_reason - draft - repository: *762 + repository: *763 sender: *4 required: - action @@ -212434,11 +212441,11 @@ x-webhooks: type: string enum: - unlabeled - enterprise: *759 - installation: *760 - label: *785 - number: *815 - organization: *761 + enterprise: *760 + installation: *761 + label: *786 + number: *816 + organization: *762 pull_request: title: Pull Request type: object @@ -214711,7 +214718,7 @@ x-webhooks: - auto_merge - active_lock_reason - draft - repository: *762 + repository: *763 sender: *4 required: - action @@ -214792,10 +214799,10 @@ x-webhooks: type: string enum: - unlocked - enterprise: *759 - installation: *760 - number: *815 - organization: *761 + enterprise: *760 + installation: *761 + number: *816 + organization: *762 pull_request: title: Pull Request type: object @@ -217060,7 +217067,7 @@ x-webhooks: - auto_merge - active_lock_reason - draft - repository: *762 + repository: *763 sender: *4 required: - action @@ -217260,7 +217267,7 @@ x-webhooks: deleted: description: Whether this push deleted the `ref`. type: boolean - enterprise: *759 + enterprise: *760 forced: description: Whether this push was a force push of the `ref`. type: boolean @@ -217352,8 +217359,8 @@ x-webhooks: - url - author - committer - installation: *760 - organization: *761 + installation: *761 + organization: *762 pusher: title: Committer description: Metaproperties for Git author/committer information. @@ -217928,9 +217935,9 @@ x-webhooks: type: string enum: - published - enterprise: *759 - installation: *760 - organization: *761 + enterprise: *760 + installation: *761 + organization: *762 registry_package: type: object properties: @@ -218376,7 +218383,7 @@ x-webhooks: type: string rubygems_metadata: type: array - items: *803 + items: *804 summary: type: string tag_name: @@ -218430,7 +218437,7 @@ x-webhooks: - owner - package_version - registry - repository: *762 + repository: *763 sender: *4 required: - action @@ -218508,9 +218515,9 @@ x-webhooks: type: string enum: - updated - enterprise: *759 - installation: *760 - organization: *761 + enterprise: *760 + installation: *761 + organization: *762 registry_package: type: object properties: @@ -218818,7 +218825,7 @@ x-webhooks: - published_at rubygems_metadata: type: array - items: *803 + items: *804 summary: type: string tag_name: @@ -218867,7 +218874,7 @@ x-webhooks: - owner - package_version - registry - repository: *762 + repository: *763 sender: *4 required: - action @@ -218944,10 +218951,10 @@ x-webhooks: type: string enum: - created - enterprise: *759 - installation: *760 - organization: *761 - release: &822 + enterprise: *760 + installation: *761 + organization: *762 + release: &823 title: Release description: The [release](https://docs.github.com/enterprise-cloud@latest//rest/releases/releases/#get-a-release) object. @@ -219252,7 +219259,7 @@ x-webhooks: - tarball_url - zipball_url - body - repository: *762 + repository: *763 sender: *4 required: - action @@ -219329,11 +219336,11 @@ x-webhooks: type: string enum: - deleted - enterprise: *759 - installation: *760 - organization: *761 - release: *822 - repository: *762 + enterprise: *760 + installation: *761 + organization: *762 + release: *823 + repository: *763 sender: *4 required: - action @@ -219450,11 +219457,11 @@ x-webhooks: type: boolean required: - to - enterprise: *759 - installation: *760 - organization: *761 - release: *822 - repository: *762 + enterprise: *760 + installation: *761 + organization: *762 + release: *823 + repository: *763 sender: *4 required: - action @@ -219532,9 +219539,9 @@ x-webhooks: type: string enum: - prereleased - enterprise: *759 - installation: *760 - organization: *761 + enterprise: *760 + installation: *761 + organization: *762 release: title: Release description: The [release](https://docs.github.com/enterprise-cloud@latest//rest/releases/releases/#get-a-release) @@ -219843,7 +219850,7 @@ x-webhooks: type: string nullable: true format: uri - repository: *762 + repository: *763 sender: *4 required: - action @@ -219919,10 +219926,10 @@ x-webhooks: type: string enum: - published - enterprise: *759 - installation: *760 - organization: *761 - release: &823 + enterprise: *760 + installation: *761 + organization: *762 + release: &824 title: Release description: The [release](https://docs.github.com/enterprise-cloud@latest//rest/releases/releases/#get-a-release) object. @@ -220228,7 +220235,7 @@ x-webhooks: type: string nullable: true format: uri - repository: *762 + repository: *763 sender: *4 required: - action @@ -220304,11 +220311,11 @@ x-webhooks: type: string enum: - released - enterprise: *759 - installation: *760 - organization: *761 - release: *822 - repository: *762 + enterprise: *760 + installation: *761 + organization: *762 + release: *823 + repository: *763 sender: *4 required: - action @@ -220384,11 +220391,11 @@ x-webhooks: type: string enum: - unpublished - enterprise: *759 - installation: *760 - organization: *761 - release: *823 - repository: *762 + enterprise: *760 + installation: *761 + organization: *762 + release: *824 + repository: *763 sender: *4 required: - action @@ -220464,11 +220471,11 @@ x-webhooks: type: string enum: - published - enterprise: *759 - installation: *760 - organization: *761 - repository: *762 - repository_advisory: *670 + enterprise: *760 + installation: *761 + organization: *762 + repository: *763 + repository_advisory: *671 sender: *4 required: - action @@ -220544,11 +220551,11 @@ x-webhooks: type: string enum: - reported - enterprise: *759 - installation: *760 - organization: *761 - repository: *762 - repository_advisory: *670 + enterprise: *760 + installation: *761 + organization: *762 + repository: *763 + repository_advisory: *671 sender: *4 required: - action @@ -220624,10 +220631,10 @@ x-webhooks: type: string enum: - archived - enterprise: *759 - installation: *760 - organization: *761 - repository: *762 + enterprise: *760 + installation: *761 + organization: *762 + repository: *763 sender: *4 required: - action @@ -220704,10 +220711,10 @@ x-webhooks: type: string enum: - created - enterprise: *759 - installation: *760 - organization: *761 - repository: *762 + enterprise: *760 + installation: *761 + organization: *762 + repository: *763 sender: *4 required: - action @@ -220785,10 +220792,10 @@ x-webhooks: type: string enum: - deleted - enterprise: *759 - installation: *760 - organization: *761 - repository: *762 + enterprise: *760 + installation: *761 + organization: *762 + repository: *763 sender: *4 required: - action @@ -220872,10 +220879,10 @@ x-webhooks: additionalProperties: true description: The `client_payload` that was specified in the `POST /repos/{owner}/{repo}/dispatches` request body. - enterprise: *759 - installation: *760 - organization: *761 - repository: *762 + enterprise: *760 + installation: *761 + organization: *762 + repository: *763 sender: *4 required: - action @@ -220987,10 +220994,10 @@ x-webhooks: nullable: true items: type: string - enterprise: *759 - installation: *760 - organization: *761 - repository: *762 + enterprise: *760 + installation: *761 + organization: *762 + repository: *763 sender: *4 required: - action @@ -221062,10 +221069,10 @@ x-webhooks: title: repository_import event type: object properties: - enterprise: *759 - installation: *760 - organization: *761 - repository: *762 + enterprise: *760 + installation: *761 + organization: *762 + repository: *763 sender: *4 status: type: string @@ -221146,10 +221153,10 @@ x-webhooks: type: string enum: - privatized - enterprise: *759 - installation: *760 - organization: *761 - repository: *762 + enterprise: *760 + installation: *761 + organization: *762 + repository: *763 sender: *4 required: - action @@ -221226,10 +221233,10 @@ x-webhooks: type: string enum: - publicized - enterprise: *759 - installation: *760 - organization: *761 - repository: *762 + enterprise: *760 + installation: *761 + organization: *762 + repository: *763 sender: *4 required: - action @@ -221323,10 +221330,10 @@ x-webhooks: - name required: - repository - enterprise: *759 - installation: *760 - organization: *761 - repository: *762 + enterprise: *760 + installation: *761 + organization: *762 + repository: *763 sender: *4 required: - action @@ -221406,10 +221413,10 @@ x-webhooks: type: string enum: - created - enterprise: *759 - installation: *760 - organization: *761 - repository: *762 + enterprise: *760 + installation: *761 + organization: *762 + repository: *763 repository_ruleset: *128 sender: *4 required: @@ -221488,10 +221495,10 @@ x-webhooks: type: string enum: - deleted - enterprise: *759 - installation: *760 - organization: *761 - repository: *762 + enterprise: *760 + installation: *761 + organization: *762 + repository: *763 repository_ruleset: *128 sender: *4 required: @@ -221570,10 +221577,10 @@ x-webhooks: type: string enum: - edited - enterprise: *759 - installation: *760 - organization: *761 - repository: *762 + enterprise: *760 + installation: *761 + organization: *762 + repository: *763 repository_ruleset: *128 changes: type: object @@ -221878,10 +221885,10 @@ x-webhooks: - from required: - owner - enterprise: *759 - installation: *760 - organization: *761 - repository: *762 + enterprise: *760 + installation: *761 + organization: *762 + repository: *763 sender: *4 required: - action @@ -221959,10 +221966,10 @@ x-webhooks: type: string enum: - unarchived - enterprise: *759 - installation: *760 - organization: *761 - repository: *762 + enterprise: *760 + installation: *761 + organization: *762 + repository: *763 sender: *4 required: - action @@ -222040,7 +222047,7 @@ x-webhooks: type: string enum: - create - alert: &824 + alert: &825 title: Repository Vulnerability Alert Alert description: The security alert of the vulnerable dependency. type: object @@ -222161,10 +222168,10 @@ x-webhooks: type: string enum: - open - enterprise: *759 - installation: *760 - organization: *761 - repository: *762 + enterprise: *760 + installation: *761 + organization: *762 + repository: *763 sender: *4 required: - action @@ -222370,10 +222377,10 @@ x-webhooks: type: string enum: - dismissed - enterprise: *759 - installation: *760 - organization: *761 - repository: *762 + enterprise: *760 + installation: *761 + organization: *762 + repository: *763 sender: *4 required: - action @@ -222451,11 +222458,11 @@ x-webhooks: type: string enum: - reopen - alert: *824 - enterprise: *759 - installation: *760 - organization: *761 - repository: *762 + alert: *825 + enterprise: *760 + installation: *761 + organization: *762 + repository: *763 sender: *4 required: - action @@ -222654,10 +222661,10 @@ x-webhooks: enum: - fixed - open - enterprise: *759 - installation: *760 - organization: *761 - repository: *762 + enterprise: *760 + installation: *761 + organization: *762 + repository: *763 sender: *4 required: - action @@ -222735,7 +222742,7 @@ x-webhooks: type: string enum: - created - alert: &825 + alert: &826 type: object properties: number: *100 @@ -222846,10 +222853,10 @@ x-webhooks: description: Whether the detected secret was found in multiple repositories in the same organization or business. nullable: true - enterprise: *759 - installation: *760 - organization: *761 - repository: *762 + enterprise: *760 + installation: *761 + organization: *762 + repository: *763 sender: *4 required: - action @@ -222930,11 +222937,11 @@ x-webhooks: type: string enum: - created - alert: *825 - installation: *760 - location: *826 - organization: *761 - repository: *762 + alert: *826 + installation: *761 + location: *827 + organization: *762 + repository: *763 sender: *4 required: - location @@ -223172,11 +223179,11 @@ x-webhooks: type: string enum: - publicly_leaked - alert: *825 - enterprise: *759 - installation: *760 - organization: *761 - repository: *762 + alert: *826 + enterprise: *760 + installation: *761 + organization: *762 + repository: *763 sender: *4 required: - action @@ -223254,11 +223261,11 @@ x-webhooks: type: string enum: - reopened - alert: *825 - enterprise: *759 - installation: *760 - organization: *761 - repository: *762 + alert: *826 + enterprise: *760 + installation: *761 + organization: *762 + repository: *763 sender: *4 required: - action @@ -223336,11 +223343,11 @@ x-webhooks: type: string enum: - resolved - alert: *825 - enterprise: *759 - installation: *760 - organization: *761 - repository: *762 + alert: *826 + enterprise: *760 + installation: *761 + organization: *762 + repository: *763 sender: *4 required: - action @@ -223418,11 +223425,11 @@ x-webhooks: type: string enum: - validated - alert: *825 - enterprise: *759 - installation: *760 - organization: *761 - repository: *762 + alert: *826 + enterprise: *760 + installation: *761 + organization: *762 + repository: *763 sender: *4 required: - action @@ -223548,10 +223555,10 @@ x-webhooks: - organization - enterprise nullable: true - repository: *762 - enterprise: *759 - installation: *760 - organization: *761 + repository: *763 + enterprise: *760 + installation: *761 + organization: *762 sender: *4 required: - action @@ -223629,11 +223636,11 @@ x-webhooks: type: string enum: - published - enterprise: *759 - installation: *760 - organization: *761 - repository: *762 - security_advisory: &827 + enterprise: *760 + installation: *761 + organization: *762 + repository: *763 + security_advisory: &828 description: The details of the security advisory, including summary, description, and severity. type: object @@ -223816,11 +223823,11 @@ x-webhooks: type: string enum: - updated - enterprise: *759 - installation: *760 - organization: *761 - repository: *762 - security_advisory: *827 + enterprise: *760 + installation: *761 + organization: *762 + repository: *763 + security_advisory: *828 sender: *4 required: - action @@ -223893,10 +223900,10 @@ x-webhooks: type: string enum: - withdrawn - enterprise: *759 - installation: *760 - organization: *761 - repository: *762 + enterprise: *760 + installation: *761 + organization: *762 + repository: *763 security_advisory: description: The details of the security advisory, including summary, description, and severity. @@ -224080,11 +224087,11 @@ x-webhooks: from: type: object properties: - security_and_analysis: *327 - enterprise: *759 - installation: *760 - organization: *761 - repository: *390 + security_and_analysis: *328 + enterprise: *760 + installation: *761 + organization: *762 + repository: *391 sender: *4 required: - changes @@ -224162,12 +224169,12 @@ x-webhooks: type: string enum: - cancelled - enterprise: *759 - installation: *760 - organization: *761 - repository: *762 + enterprise: *760 + installation: *761 + organization: *762 + repository: *763 sender: *4 - sponsorship: &828 + sponsorship: &829 type: object properties: created_at: @@ -224468,12 +224475,12 @@ x-webhooks: type: string enum: - created - enterprise: *759 - installation: *760 - organization: *761 - repository: *762 + enterprise: *760 + installation: *761 + organization: *762 + repository: *763 sender: *4 - sponsorship: *828 + sponsorship: *829 required: - action - sponsorship @@ -224561,12 +224568,12 @@ x-webhooks: type: string required: - from - enterprise: *759 - installation: *760 - organization: *761 - repository: *762 + enterprise: *760 + installation: *761 + organization: *762 + repository: *763 sender: *4 - sponsorship: *828 + sponsorship: *829 required: - action - changes @@ -224643,17 +224650,17 @@ x-webhooks: type: string enum: - pending_cancellation - effective_date: &829 + effective_date: &830 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: *759 - installation: *760 - organization: *761 - repository: *762 + enterprise: *760 + installation: *761 + organization: *762 + repository: *763 sender: *4 - sponsorship: *828 + sponsorship: *829 required: - action - sponsorship @@ -224727,7 +224734,7 @@ x-webhooks: type: string enum: - pending_tier_change - changes: &830 + changes: &831 type: object properties: tier: @@ -224771,13 +224778,13 @@ x-webhooks: - from required: - tier - effective_date: *829 - enterprise: *759 - installation: *760 - organization: *761 - repository: *762 + effective_date: *830 + enterprise: *760 + installation: *761 + organization: *762 + repository: *763 sender: *4 - sponsorship: *828 + sponsorship: *829 required: - action - changes @@ -224854,13 +224861,13 @@ x-webhooks: type: string enum: - tier_changed - changes: *830 - enterprise: *759 - installation: *760 - organization: *761 - repository: *762 + changes: *831 + enterprise: *760 + installation: *761 + organization: *762 + repository: *763 sender: *4 - sponsorship: *828 + sponsorship: *829 required: - action - changes @@ -224934,10 +224941,10 @@ x-webhooks: type: string enum: - created - enterprise: *759 - installation: *760 - organization: *761 - repository: *762 + enterprise: *760 + installation: *761 + organization: *762 + repository: *763 sender: *4 starred_at: description: 'The time the star was created. This is a timestamp @@ -225020,10 +225027,10 @@ x-webhooks: type: string enum: - deleted - enterprise: *759 - installation: *760 - organization: *761 - repository: *762 + enterprise: *760 + installation: *761 + organization: *762 + repository: *763 sender: *4 starred_at: description: 'The time the star was created. This is a timestamp @@ -225443,15 +225450,15 @@ x-webhooks: status. type: string nullable: true - enterprise: *759 + enterprise: *760 id: description: The unique identifier of the status. type: integer - installation: *760 + installation: *761 name: type: string - organization: *761 - repository: *762 + organization: *762 + repository: *763 sender: *4 sha: description: The Commit SHA. @@ -225566,9 +225573,9 @@ x-webhooks: description: The ID of the sub-issue. type: number sub_issue: *153 - installation: *760 - organization: *761 - repository: *762 + installation: *761 + organization: *762 + repository: *763 sender: *4 required: - action @@ -225658,9 +225665,9 @@ x-webhooks: description: The ID of the sub-issue. type: number sub_issue: *153 - installation: *760 - organization: *761 - repository: *762 + installation: *761 + organization: *762 + repository: *763 sender: *4 required: - action @@ -225750,9 +225757,9 @@ x-webhooks: description: The ID of the parent issue. type: number parent_issue: *153 - installation: *760 - organization: *761 - repository: *762 + installation: *761 + organization: *762 + repository: *763 sender: *4 required: - action @@ -225842,9 +225849,9 @@ x-webhooks: description: The ID of the parent issue. type: number parent_issue: *153 - installation: *760 - organization: *761 - repository: *762 + installation: *761 + organization: *762 + repository: *763 sender: *4 required: - action @@ -225921,12 +225928,12 @@ x-webhooks: title: team_add event type: object properties: - enterprise: *759 - installation: *760 - organization: *761 - repository: *762 + enterprise: *760 + installation: *761 + organization: *762 + repository: *763 sender: *4 - team: &831 + team: &832 title: Team description: Groups of organization members that gives permissions on specified repositories. @@ -226116,9 +226123,9 @@ x-webhooks: type: string enum: - added_to_repository - enterprise: *759 - installation: *760 - organization: *761 + enterprise: *760 + installation: *761 + organization: *762 repository: title: Repository description: A git repository @@ -226576,7 +226583,7 @@ x-webhooks: - topics - visibility sender: *4 - team: *831 + team: *832 required: - action - team @@ -226652,9 +226659,9 @@ x-webhooks: type: string enum: - created - enterprise: *759 - installation: *760 - organization: *761 + enterprise: *760 + installation: *761 + organization: *762 repository: title: Repository description: A git repository @@ -227112,7 +227119,7 @@ x-webhooks: - topics - visibility sender: *4 - team: *831 + team: *832 required: - action - team @@ -227189,9 +227196,9 @@ x-webhooks: type: string enum: - deleted - enterprise: *759 - installation: *760 - organization: *761 + enterprise: *760 + installation: *761 + organization: *762 repository: title: Repository description: A git repository @@ -227649,7 +227656,7 @@ x-webhooks: - topics - visibility sender: *4 - team: *831 + team: *832 required: - action - team @@ -227793,9 +227800,9 @@ x-webhooks: - from required: - permissions - enterprise: *759 - installation: *760 - organization: *761 + enterprise: *760 + installation: *761 + organization: *762 repository: title: Repository description: A git repository @@ -228253,7 +228260,7 @@ x-webhooks: - topics - visibility sender: *4 - team: *831 + team: *832 required: - action - changes @@ -228331,9 +228338,9 @@ x-webhooks: type: string enum: - removed_from_repository - enterprise: *759 - installation: *760 - organization: *761 + enterprise: *760 + installation: *761 + organization: *762 repository: title: Repository description: A git repository @@ -228791,7 +228798,7 @@ x-webhooks: - topics - visibility sender: *4 - team: *831 + team: *832 required: - action - team @@ -228867,10 +228874,10 @@ x-webhooks: type: string enum: - started - enterprise: *759 - installation: *760 - organization: *761 - repository: *762 + enterprise: *760 + installation: *761 + organization: *762 + repository: *763 sender: *4 required: - action @@ -228943,16 +228950,16 @@ x-webhooks: title: workflow_dispatch event type: object properties: - enterprise: *759 + enterprise: *760 inputs: type: object nullable: true additionalProperties: true - installation: *760 - organization: *761 + installation: *761 + organization: *762 ref: type: string - repository: *762 + repository: *763 sender: *4 workflow: type: string @@ -229034,10 +229041,10 @@ x-webhooks: type: string enum: - completed - enterprise: *759 - installation: *760 - organization: *761 - repository: *762 + enterprise: *760 + installation: *761 + organization: *762 + repository: *763 sender: *4 workflow_job: allOf: @@ -229274,7 +229281,7 @@ x-webhooks: type: string required: - conclusion - deployment: *525 + deployment: *526 required: - action - repository @@ -229353,10 +229360,10 @@ x-webhooks: type: string enum: - in_progress - enterprise: *759 - installation: *760 - organization: *761 - repository: *762 + enterprise: *760 + installation: *761 + organization: *762 + repository: *763 sender: *4 workflow_job: allOf: @@ -229616,7 +229623,7 @@ x-webhooks: required: - status - steps - deployment: *525 + deployment: *526 required: - action - repository @@ -229695,10 +229702,10 @@ x-webhooks: type: string enum: - queued - enterprise: *759 - installation: *760 - organization: *761 - repository: *762 + enterprise: *760 + installation: *761 + organization: *762 + repository: *763 sender: *4 workflow_job: type: object @@ -229833,7 +229840,7 @@ x-webhooks: - workflow_name - head_branch - created_at - deployment: *525 + deployment: *526 required: - action - repository @@ -229912,10 +229919,10 @@ x-webhooks: type: string enum: - waiting - enterprise: *759 - installation: *760 - organization: *761 - repository: *762 + enterprise: *760 + installation: *761 + organization: *762 + repository: *763 sender: *4 workflow_job: type: object @@ -230051,7 +230058,7 @@ x-webhooks: - workflow_name - head_branch - created_at - deployment: *525 + deployment: *526 required: - action - repository @@ -230131,12 +230138,12 @@ x-webhooks: type: string enum: - completed - enterprise: *759 - installation: *760 - organization: *761 - repository: *762 + enterprise: *760 + installation: *761 + organization: *762 + repository: *763 sender: *4 - workflow: *781 + workflow: *782 workflow_run: title: Workflow Run type: object @@ -231135,12 +231142,12 @@ x-webhooks: type: string enum: - in_progress - enterprise: *759 - installation: *760 - organization: *761 - repository: *762 + enterprise: *760 + installation: *761 + organization: *762 + repository: *763 sender: *4 - workflow: *781 + workflow: *782 workflow_run: title: Workflow Run type: object @@ -232124,12 +232131,12 @@ x-webhooks: type: string enum: - requested - enterprise: *759 - installation: *760 - organization: *761 - repository: *762 + enterprise: *760 + installation: *761 + organization: *762 + repository: *763 sender: *4 - workflow: *781 + workflow: *782 workflow_run: title: Workflow Run type: object diff --git a/descriptions/ghec/dereferenced/ghec.deref.json b/descriptions/ghec/dereferenced/ghec.deref.json index ac87e3a91d..57644f9bac 100644 --- a/descriptions/ghec/dereferenced/ghec.deref.json +++ b/descriptions/ghec/dereferenced/ghec.deref.json @@ -33634,6 +33634,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", @@ -110015,6 +110023,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", @@ -250942,7 +250958,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" ], @@ -258303,7 +258319,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" ], @@ -294880,6 +294896,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/ghec/dereferenced/ghec.deref.yaml b/descriptions/ghec/dereferenced/ghec.deref.yaml index 7b6bb3b13b..887478d562 100644 --- a/descriptions/ghec/dereferenced/ghec.deref.yaml +++ b/descriptions/ghec/dereferenced/ghec.deref.yaml @@ -857,7 +857,7 @@ paths: - subscriptions_url - type - url - type: &343 + type: &344 type: string description: The type of credit the user is receiving. enum: @@ -1023,7 +1023,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: - - &672 + - &673 name: ghsa_id description: The GHSA (GitHub Security Advisory) identifier of the advisory. in: path @@ -1586,7 +1586,7 @@ paths: schema: type: integer default: 30 - - &266 + - &267 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 @@ -1602,7 +1602,7 @@ paths: application/json: schema: type: array - items: &267 + items: &268 title: Simple webhook delivery description: Delivery made by a webhook, without request and response information. @@ -1682,7 +1682,7 @@ paths: - installation_id - repository_id examples: - default: &268 + default: &269 value: - id: 12345678 guid: 0b989ba4-242f-11e5-81e1-c7b6966d2516 @@ -1714,7 +1714,7 @@ paths: application/json: schema: *3 application/scim+json: - schema: &682 + schema: &683 title: Scim Error description: Scim Error type: object @@ -1810,7 +1810,7 @@ paths: description: Response content: application/json: - schema: &269 + schema: &270 title: Webhook delivery description: Delivery made by a webhook. type: object @@ -1924,7 +1924,7 @@ paths: - request - response examples: - default: &270 + default: &271 value: id: 12345678 guid: 0b989ba4-242f-11e5-81e1-c7b6966d2516 @@ -2851,7 +2851,7 @@ paths: title: Repository description: A repository on GitHub. type: object - properties: &325 + properties: &326 id: description: Unique identifier of the repository example: 42 @@ -3280,7 +3280,7 @@ paths: type: boolean description: Whether anonymous git access is enabled for this repository - required: &326 + required: &327 - archive_url - assignees_url - blobs_url @@ -11261,7 +11261,7 @@ paths: description: The GitHub URL of the alert resource. format: uri readOnly: true - instances_url: &460 + instances_url: &461 type: string description: The REST API URL for fetching the list of instances for an alert. @@ -11296,7 +11296,7 @@ paths: format: date-time readOnly: true nullable: true - dismissed_reason: &461 + dismissed_reason: &462 type: string description: "**Required when the state is dismissed.** The reason for dismissing or closing the alert." @@ -11305,13 +11305,13 @@ paths: - false positive - won't fix - used in tests - dismissed_comment: &462 + dismissed_comment: &463 type: string description: The dismissal comment associated with the dismissal of the alert. nullable: true maxLength: 280 - rule: &463 + rule: &464 type: object properties: id: @@ -11364,7 +11364,7 @@ paths: type: string description: A link to the documentation for the rule used to detect the alert. - tool: &464 + tool: &465 type: object properties: name: *87 @@ -11374,15 +11374,15 @@ paths: description: The version of the tool used to generate the code scanning analysis. guid: *88 - most_recent_instance: &465 + most_recent_instance: &466 type: object properties: - ref: &458 + ref: &459 type: string description: |- The Git reference, formatted as `refs/pull//merge`, `refs/pull//head`, `refs/heads/` or simply ``. - analysis_key: &475 + analysis_key: &476 type: string description: Identifies the configuration under which the analysis was executed. For example, in GitHub Actions @@ -11393,7 +11393,7 @@ paths: the environment in which the analysis that generated this alert instance was performed, such as the language that was analyzed. - category: &476 + category: &477 type: string description: Identifies the configuration under which the analysis was executed. Used to distinguish between multiple @@ -13656,7 +13656,7 @@ paths: description: Groups of organization members that gives permissions on specified repositories. type: object - properties: &303 + properties: &304 id: description: Unique identifier of the team type: integer @@ -13712,7 +13712,7 @@ paths: maps to within LDAP environment example: uid=example,ou=users,dc=github,dc=com type: string - required: &304 + required: &305 - id - node_id - url @@ -14447,6 +14447,13 @@ paths: schema: type: string - &254 + 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 + - &255 name: scope in: query description: The scope of the vulnerable dependency. If specified, only alerts @@ -14456,7 +14463,7 @@ paths: enum: - development - runtime - - &255 + - &256 name: sort in: query description: |- @@ -14474,7 +14481,7 @@ paths: - *86 - *84 - *85 - - &256 + - &257 name: first description: |- **Deprecated**. The number of results per page (max 100), starting from the first matching result. @@ -14487,7 +14494,7 @@ paths: minimum: 1 maximum: 100 default: 30 - - &257 + - &258 name: last description: |- **Deprecated**. The number of results per page (max 100), starting from the last matching result. @@ -14507,7 +14514,7 @@ paths: application/json: schema: type: array - items: &258 + items: &259 type: object description: A Dependabot alert. properties: @@ -14570,7 +14577,7 @@ paths: - unknown - direct - transitive - security_advisory: &517 + security_advisory: &518 type: object description: Details for the GitHub Security Advisory. readOnly: true @@ -14802,7 +14809,7 @@ paths: nullable: true maxLength: 280 fixed_at: *110 - auto_dismissed_at: &518 + auto_dismissed_at: &519 type: string description: 'The time that the alert was auto-dismissed in ISO 8601 format: `YYYY-MM-DDTHH:MM:SSZ`.' @@ -14828,7 +14835,7 @@ paths: - repository additionalProperties: false examples: - default: &259 + default: &260 value: - number: 2 state: dismissed @@ -15294,7 +15301,7 @@ paths: - name - created_on examples: - default: &354 + default: &355 value: total_count: 2 network_configurations: @@ -15517,7 +15524,7 @@ paths: url: https://docs.github.com/enterprise-cloud@latest//rest/enterprise-admin/network-configurations#get-a-hosted-compute-network-settings-resource-for-an-enterprise parameters: - *40 - - &355 + - &356 name: network_settings_id description: Unique identifier of the hosted compute network settings. in: path @@ -15529,7 +15536,7 @@ paths: description: Response content: application/json: - schema: &356 + schema: &357 title: Hosted compute network settings resource description: A hosted compute network settings resource. type: object @@ -15563,7 +15570,7 @@ paths: - subnet_id - region examples: - default: &357 + default: &358 value: id: 220F78DACB92BBFBC5E6F22DE1CCF52309D network_configuration_id: 934E208B3EE0BD60CF5F752C426BFB53562 @@ -15865,7 +15872,7 @@ paths: required: true content: application/json: - schema: &323 + schema: &324 title: Custom Property Set Payload description: Custom property set payload type: object @@ -16231,7 +16238,7 @@ paths: type: object description: A repository rule. oneOf: - - &630 + - &631 title: creation description: Only allow users with bypass permission to create matching refs. @@ -16243,7 +16250,7 @@ paths: type: string enum: - creation - - &631 + - &632 title: update description: Only allow users with bypass permission to update matching refs. @@ -16264,7 +16271,7 @@ paths: repository required: - update_allows_fetch_and_merge - - &633 + - &634 title: deletion description: Only allow users with bypass permissions to delete matching refs. @@ -16276,7 +16283,7 @@ paths: type: string enum: - deletion - - &634 + - &635 title: required_linear_history description: Prevent merge commits from being pushed to matching refs. @@ -16288,7 +16295,7 @@ paths: type: string enum: - required_linear_history - - &635 + - &636 title: merge_queue description: Merges must be performed via a merge queue. type: object @@ -16364,7 +16371,7 @@ paths: - merge_method - min_entries_to_merge - min_entries_to_merge_wait_minutes - - &636 + - &637 title: required_deployments description: Choose which environments must be successfully deployed to before refs can be pushed into a ref that matches @@ -16388,7 +16395,7 @@ paths: type: string required: - required_deployment_environments - - &637 + - &638 title: required_signatures description: Commits pushed to matching refs must have verified signatures. @@ -16400,7 +16407,7 @@ paths: type: string enum: - required_signatures - - &638 + - &639 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. @@ -16460,7 +16467,7 @@ paths: - require_last_push_approval - required_approving_review_count - required_review_thread_resolution - - &639 + - &640 title: required_status_checks description: Choose which status checks must pass before the ref is updated. When enabled, commits must first be pushed @@ -16507,7 +16514,7 @@ paths: required: - required_status_checks - strict_required_status_checks_policy - - &640 + - &641 title: non_fast_forward description: Prevent users with push access from force pushing to refs. @@ -16519,7 +16526,7 @@ paths: type: string enum: - non_fast_forward - - &641 + - &642 title: commit_message_pattern description: Parameters to be used for the commit_message_pattern rule @@ -16555,7 +16562,7 @@ paths: required: - operator - pattern - - &642 + - &643 title: commit_author_email_pattern description: Parameters to be used for the commit_author_email_pattern rule @@ -16591,7 +16598,7 @@ paths: required: - operator - pattern - - &643 + - &644 title: committer_email_pattern description: Parameters to be used for the committer_email_pattern rule @@ -16627,7 +16634,7 @@ paths: required: - operator - pattern - - &644 + - &645 title: branch_name_pattern description: Parameters to be used for the branch_name_pattern rule @@ -16663,7 +16670,7 @@ paths: required: - operator - pattern - - &645 + - &646 title: tag_name_pattern description: Parameters to be used for the tag_name_pattern rule @@ -16699,7 +16706,7 @@ paths: required: - operator - pattern - - &646 + - &647 title: file_path_restriction description: Prevent commits that include changes in specified file and folder paths from being pushed to the commit graph. @@ -16723,7 +16730,7 @@ paths: type: string required: - restricted_file_paths - - &647 + - &648 title: max_file_path_length description: Prevent commits that include file paths that exceed the specified character limit from being pushed to the commit @@ -16747,7 +16754,7 @@ paths: maximum: 256 required: - max_file_path_length - - &648 + - &649 title: file_extension_restriction description: Prevent commits that include files with specified file extensions from being pushed to the commit graph. @@ -16770,7 +16777,7 @@ paths: type: string required: - restricted_file_extensions - - &649 + - &650 title: max_file_size description: Prevent commits with individual files that exceed the specified limit from being pushed to the commit graph. @@ -16794,7 +16801,7 @@ paths: maximum: 100 required: - max_file_size - - &650 + - &651 title: workflows description: Require all changes made to a targeted branch to pass the specified workflows before they can be merged. @@ -16843,7 +16850,7 @@ paths: - repository_id required: - workflows - - &651 + - &652 title: code_scanning description: Choose which tools must provide code scanning results before the reference is updated. When configured, code scanning @@ -17000,7 +17007,7 @@ paths: nullable: true anyOf: - *121 - - &330 + - &331 title: Organization ruleset conditions type: object description: |- @@ -17281,7 +17288,7 @@ paths: type: string format: date-time examples: - default: &332 + default: &333 value: - version_id: 3 actor: @@ -17334,7 +17341,7 @@ paths: description: Response content: application/json: - schema: &333 + schema: &334 allOf: - *131 - type: object @@ -17389,7 +17396,7 @@ paths: url: https://docs.github.com/enterprise-cloud@latest//rest/secret-scanning/secret-scanning#list-secret-scanning-alerts-for-an-enterprise parameters: - *40 - - &334 + - &335 name: state in: query description: Set to `open` or `resolved` to only list secret scanning alerts @@ -17400,7 +17407,7 @@ paths: enum: - open - resolved - - &335 + - &336 name: secret_type in: query description: A comma-separated list of secret types to return. All default @@ -17410,7 +17417,7 @@ paths: required: false schema: type: string - - &336 + - &337 name: resolution in: query description: A comma-separated list of resolutions. Only secret scanning alerts @@ -17419,7 +17426,7 @@ paths: required: false schema: type: string - - &337 + - &338 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. @@ -17435,7 +17442,7 @@ paths: - *17 - *84 - *85 - - &338 + - &339 name: validity in: query description: A comma-separated list of validities that, when present, will @@ -17444,7 +17451,7 @@ paths: required: false schema: type: string - - &339 + - &340 name: is_publicly_leaked in: query description: A boolean value representing whether or not to filter alerts @@ -17453,7 +17460,7 @@ paths: schema: type: boolean default: false - - &340 + - &341 name: is_multi_repo in: query description: A boolean value representing whether or not to filter alerts @@ -17469,7 +17476,7 @@ paths: application/json: schema: type: array - items: &341 + items: &342 type: object properties: number: *100 @@ -17488,14 +17495,14 @@ paths: format: uri description: The REST API URL of the code locations for this alert. - state: &664 + state: &665 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: &665 + resolution: &666 type: string description: "**Required when the `state` is `resolved`.** The reason for resolving the alert." @@ -17597,7 +17604,7 @@ paths: is base64 encoded nullable: true examples: - default: &342 + default: &343 value: - number: 2 created_at: '2020-11-06T18:48:51Z' @@ -17863,7 +17870,7 @@ paths: description: Response content: application/json: - schema: &345 + schema: &346 type: object properties: total_minutes_used: @@ -17933,7 +17940,7 @@ paths: - included_minutes - minutes_used_breakdown examples: - default: &346 + default: &347 value: total_minutes_used: 305 total_paid_minutes_used: 0 @@ -17964,7 +17971,7 @@ paths: url: https://docs.github.com/enterprise-cloud@latest//rest/enterprise-admin/billing#get-github-advanced-security-active-committers-for-an-enterprise parameters: - *40 - - &347 + - &348 name: advanced_security_product in: query description: The security feature to get GitHub Advanced Security active committers @@ -17982,7 +17989,7 @@ paths: description: Success content: application/json: - schema: &348 + schema: &349 type: object properties: total_advanced_security_committers: @@ -18037,7 +18044,7 @@ paths: required: - repositories examples: - default: &349 + default: &350 value: total_advanced_security_committers: 2 total_count: 2 @@ -18277,7 +18284,7 @@ paths: description: Response content: application/json: - schema: &350 + schema: &351 type: object properties: total_gigabytes_bandwidth_used: @@ -18295,7 +18302,7 @@ paths: - total_paid_gigabytes_bandwidth_used - included_gigabytes_bandwidth examples: - default: &351 + default: &352 value: total_gigabytes_bandwidth_used: 50 total_paid_gigabytes_bandwidth_used: 40 @@ -18330,7 +18337,7 @@ paths: description: Response content: application/json: - schema: &352 + schema: &353 type: object properties: days_left_in_billing_cycle: @@ -18348,7 +18355,7 @@ paths: - estimated_paid_storage_for_month - estimated_storage_for_month examples: - default: &353 + default: &354 value: days_left_in_billing_cycle: 20 estimated_paid_storage_for_month: 15 @@ -18718,7 +18725,7 @@ paths: description: Issues are a great way to keep track of tasks, enhancements, and bugs for your projects. type: object - properties: &569 + properties: &570 id: type: integer format: int64 @@ -18829,7 +18836,7 @@ paths: description: A collection of related issues and pull requests. type: object - properties: &502 + properties: &503 url: type: string format: uri @@ -18899,7 +18906,7 @@ paths: format: date-time example: '2012-10-09T23:39:01Z' nullable: true - required: &503 + required: &504 - closed_issues - creator - description @@ -18978,7 +18985,7 @@ paths: timeline_url: type: string format: uri - type: &288 + type: &289 title: Issue Type description: The type of issue. type: object @@ -19103,7 +19110,7 @@ paths: - total - completed - percent_completed - required: &570 + required: &571 - assignee - closed_at - comments @@ -19125,7 +19132,7 @@ paths: - author_association - created_at - updated_at - comment: &567 + comment: &568 title: Issue Comment description: Comments provide a way for people to collaborate on an issue. @@ -19692,7 +19699,7 @@ paths: url: type: string format: uri - user: &721 + user: &722 title: Public User description: Public User type: object @@ -21562,7 +21569,7 @@ paths: - closed - all default: open - - &291 + - &292 name: labels description: 'A list of comma separated label names. Example: `bug,ui,@high`' in: query @@ -21613,7 +21620,7 @@ paths: type: array items: *153 examples: - default: &292 + default: &293 value: - id: 1 node_id: MDU6SXNzdWUx @@ -22997,14 +23004,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: - - &377 + - &378 name: owner description: The account owner of the repository. The name is not case sensitive. in: path required: true schema: type: string - - &378 + - &379 name: repo description: The name of the repository without the `.git` extension. The name is not case sensitive. @@ -23075,7 +23082,7 @@ paths: '404': *6 '403': *29 '304': *37 - '301': &391 + '301': &392 description: Moved permanently content: application/json: @@ -23097,7 +23104,7 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/activity/notifications#list-notifications-for-the-authenticated-user parameters: - - &599 + - &600 name: all description: If `true`, show notifications marked as read. in: query @@ -23105,7 +23112,7 @@ paths: schema: type: boolean default: false - - &600 + - &601 name: participating description: If `true`, only shows notifications in which the user is directly participating or mentioned. @@ -23115,7 +23122,7 @@ paths: type: boolean default: false - *143 - - &601 + - &602 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: @@ -23151,7 +23158,7 @@ paths: title: Minimal Repository description: Minimal Repository type: object - properties: &261 + properties: &262 id: type: integer format: int64 @@ -23427,7 +23434,7 @@ paths: web_commit_signoff_required: type: boolean example: false - security_and_analysis: &327 + security_and_analysis: &328 nullable: true type: object properties: @@ -23499,7 +23506,7 @@ paths: enum: - enabled - disabled - required: &262 + required: &263 - archive_url - assignees_url - blobs_url @@ -23587,7 +23594,7 @@ paths: - url - subscription_url examples: - default: &602 + default: &603 value: - id: '1' repository: @@ -24133,7 +24140,7 @@ paths: type: array items: *58 examples: - default: &739 + default: &740 value: - login: github id: 1 @@ -25066,7 +25073,7 @@ paths: type: integer repository_cache_usages: type: array - items: &396 + items: &397 title: Actions Cache Usage by repository description: GitHub Actions Cache Usage by repository. type: object @@ -25736,7 +25743,7 @@ paths: type: array items: *63 examples: - default: &733 + default: &734 value: total_count: 1 repositories: @@ -26555,7 +26562,7 @@ paths: type: array items: *196 examples: - default: &724 + default: &725 value: total_count: 1 repositories: @@ -27596,7 +27603,7 @@ paths: description: Response content: application/json: - schema: &416 + schema: &417 title: ActionsPublicKey description: The public key used for setting Actions Secrets. type: object @@ -27625,7 +27632,7 @@ paths: - key_id - key examples: - default: &417 + default: &418 value: key_id: '012345678912345678' key: 2Sg8iYjAxxmI2LvUXpJjkYrMxURPc8r+dB7TJyvv1234 @@ -28038,7 +28045,7 @@ paths: url: https://docs.github.com/enterprise-cloud@latest//rest/actions/variables#list-organization-variables parameters: - *170 - - &401 + - &402 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)." @@ -28651,7 +28658,7 @@ paths: bundle_url: type: string examples: - default: &430 + default: &431 value: attestations: - bundle: @@ -28820,7 +28827,7 @@ paths: type: array items: *4 examples: - default: &293 + default: &294 value: - login: octocat id: 1 @@ -28998,7 +29005,7 @@ paths: application/json: schema: type: array - items: &447 + items: &448 title: Secret scanning bypass request description: A bypass request made by a user asking to be exempted from push protection in this repository. @@ -29123,7 +29130,7 @@ paths: format: uri example: https://github.com/octo-org/smile/exemptions/1 examples: - default: &448 + default: &449 value: - id: 21 number: 42 @@ -29776,7 +29783,7 @@ paths: be returned. in: query required: false - schema: &459 + schema: &460 type: string description: Severity of a code scanning alert. enum: @@ -30754,7 +30761,7 @@ paths: type: integer codespaces: type: array - items: &294 + items: &295 type: object title: Codespace description: A codespace. @@ -30784,7 +30791,7 @@ paths: type: object title: Codespace machine description: A description of the machine powering a codespace. - properties: &488 + properties: &489 name: type: string description: The name of the machine. @@ -30826,7 +30833,7 @@ paths: - ready - in_progress nullable: true - required: &489 + required: &490 - name - display_name - operating_system @@ -31031,7 +31038,7 @@ paths: - pulls_url - recent_folders examples: - default: &295 + default: &296 value: total_count: 3 codespaces: @@ -31694,7 +31701,7 @@ paths: - updated_at - visibility examples: - default: &490 + default: &491 value: total_count: 2 secrets: @@ -31732,7 +31739,7 @@ paths: description: Response content: application/json: - schema: &491 + schema: &492 title: CodespacesPublicKey description: The public key used for setting Codespaces secrets. type: object @@ -31761,7 +31768,7 @@ paths: - key_id - key examples: - default: &492 + default: &493 value: key_id: '012345678912345678' key: 2Sg8iYjAxxmI2LvUXpJjkYrMxURPc8r+dB7TJyvv1234 @@ -31793,7 +31800,7 @@ paths: application/json: schema: *241 examples: - default: &494 + default: &495 value: name: GH_TOKEN created_at: '2019-08-10T14:59:22Z' @@ -33337,11 +33344,12 @@ paths: - *253 - *254 - *255 + - *256 - *86 - *84 - *85 - - *256 - *257 + - *258 - *17 responses: '200': @@ -33350,9 +33358,9 @@ paths: application/json: schema: type: array - items: *258 + items: *259 examples: - default: *259 + default: *260 '304': *37 '400': *14 '403': *29 @@ -33396,7 +33404,7 @@ paths: type: integer secrets: type: array - items: &260 + items: &261 title: Dependabot Secret for an Organization description: Secrets for GitHub Dependabot for an organization. type: object @@ -33473,7 +33481,7 @@ paths: description: Response content: application/json: - schema: &521 + schema: &522 title: DependabotPublicKey description: The public key used for setting Dependabot Secrets. type: object @@ -33490,7 +33498,7 @@ paths: - key_id - key examples: - default: &522 + default: &523 value: key_id: '012345678912345678' key: 2Sg8iYjAxxmI2LvUXpJjkYrMxURPc8r+dB7TJyvv1234 @@ -33520,7 +33528,7 @@ paths: description: Response content: application/json: - schema: *260 + schema: *261 examples: default: value: @@ -33820,7 +33828,7 @@ paths: - *219 - *220 - *221 - - &530 + - &531 name: request_status description: The status of the dismissal request to filter on. When specified, only requests with this status will be returned. @@ -33846,7 +33854,7 @@ paths: application/json: schema: type: array - items: &531 + items: &532 title: Secret scanning alert dismissal request description: A dismissal request made by a user asking to close a secret scanning alert in this repository. @@ -33958,7 +33966,7 @@ paths: format: uri example: https://github.com/octo-org/smile/security/secret-scanning/17 examples: - default: &532 + default: &533 value: - id: 21 number: 42 @@ -34045,7 +34053,7 @@ paths: application/json: schema: type: array - items: &306 + items: &307 title: Package description: A software package type: object @@ -34095,8 +34103,8 @@ paths: title: Minimal Repository description: Minimal Repository type: object - properties: *261 - required: *262 + properties: *262 + required: *263 nullable: true created_at: type: string @@ -34115,7 +34123,7 @@ paths: - created_at - updated_at examples: - default: &307 + default: &308 value: - id: 197 name: hello_docker @@ -34299,7 +34307,7 @@ paths: description: Response content: application/json: - schema: &372 + schema: &373 title: ExternalGroup description: Information about an external group's usage and its members type: object @@ -34380,7 +34388,7 @@ paths: example: mona_lisa@github.com type: string examples: - default: &373 + default: &374 value: group_id: '123' group_name: Octocat admins @@ -34435,7 +34443,7 @@ paths: description: Response content: application/json: - schema: &370 + schema: &371 title: ExternalGroups description: A list of external groups available to be connected to a team @@ -34472,7 +34480,7 @@ paths: example: 2019-06-03 22:27:15:000 -700 type: string examples: - default: &371 + default: &372 value: groups: - group_id: '123' @@ -34516,7 +34524,7 @@ paths: application/json: schema: type: array - items: &285 + items: &286 title: Organization Invitation description: Organization Invitation type: object @@ -34563,7 +34571,7 @@ paths: - invitation_teams_url - node_id examples: - default: &286 + default: &287 value: - id: 1 login: monalisa @@ -34630,7 +34638,7 @@ paths: application/json: schema: type: array - items: &328 + items: &329 title: Repository Fine-Grained Permission description: A fine-grained permission that protects repository resources. @@ -34644,7 +34652,7 @@ paths: - name - description examples: - default: &329 + default: &330 value: - name: add_assignee description: Assign or remove a user @@ -34685,7 +34693,7 @@ paths: application/json: schema: type: array - items: &263 + items: &264 title: Org Hook description: Org Hook type: object @@ -34854,9 +34862,9 @@ paths: description: Response content: application/json: - schema: *263 + schema: *264 examples: - default: &264 + default: &265 value: id: 1 url: https://api.github.com/orgs/octocat/hooks/1 @@ -34901,7 +34909,7 @@ paths: url: https://docs.github.com/enterprise-cloud@latest//rest/orgs/webhooks#get-an-organization-webhook parameters: - *170 - - &265 + - &266 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. @@ -34914,9 +34922,9 @@ paths: description: Response content: application/json: - schema: *263 + schema: *264 examples: - default: *264 + default: *265 '404': *6 x-github: githubCloudOnly: false @@ -34938,7 +34946,7 @@ paths: url: https://docs.github.com/enterprise-cloud@latest//rest/orgs/webhooks#update-an-organization-webhook parameters: - *170 - - *265 + - *266 requestBody: required: false content: @@ -34983,7 +34991,7 @@ paths: description: Response content: application/json: - schema: *263 + schema: *264 examples: default: value: @@ -35023,7 +35031,7 @@ paths: url: https://docs.github.com/enterprise-cloud@latest//rest/orgs/webhooks#delete-an-organization-webhook parameters: - *170 - - *265 + - *266 responses: '204': description: Response @@ -35049,7 +35057,7 @@ paths: url: https://docs.github.com/enterprise-cloud@latest//rest/orgs/webhooks#get-a-webhook-configuration-for-an-organization parameters: - *170 - - *265 + - *266 responses: '200': description: Response @@ -35078,7 +35086,7 @@ paths: url: https://docs.github.com/enterprise-cloud@latest//rest/orgs/webhooks#update-a-webhook-configuration-for-an-organization parameters: - *170 - - *265 + - *266 requestBody: required: false content: @@ -35127,9 +35135,9 @@ paths: url: https://docs.github.com/enterprise-cloud@latest//rest/orgs/webhooks#list-deliveries-for-an-organization-webhook parameters: - *170 - - *265 - - *17 - *266 + - *17 + - *267 responses: '200': description: Response @@ -35137,9 +35145,9 @@ paths: application/json: schema: type: array - items: *267 + items: *268 examples: - default: *268 + default: *269 '400': *14 '422': *15 x-github: @@ -35163,16 +35171,16 @@ paths: url: https://docs.github.com/enterprise-cloud@latest//rest/orgs/webhooks#get-a-webhook-delivery-for-an-organization-webhook parameters: - *170 - - *265 + - *266 - *16 responses: '200': description: Response content: application/json: - schema: *269 + schema: *270 examples: - default: *270 + default: *271 '400': *14 '422': *15 x-github: @@ -35196,7 +35204,7 @@ paths: url: https://docs.github.com/enterprise-cloud@latest//rest/orgs/webhooks#redeliver-a-delivery-for-an-organization-webhook parameters: - *170 - - *265 + - *266 - *16 responses: '202': *95 @@ -35223,7 +35231,7 @@ paths: url: https://docs.github.com/enterprise-cloud@latest//rest/orgs/webhooks#ping-an-organization-webhook parameters: - *170 - - *265 + - *266 responses: '204': description: Response @@ -35246,7 +35254,7 @@ paths: url: https://docs.github.com/enterprise-cloud@latest//rest/orgs/api-insights#get-route-stats-by-actor parameters: - *170 - - &275 + - &276 name: actor_type in: path description: The type of the actor @@ -35259,14 +35267,14 @@ paths: - fine_grained_pat - oauth_app - github_app_user_to_server - - &276 + - &277 name: actor_id in: path description: The ID of the actor required: true schema: type: integer - - &271 + - &272 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`.' @@ -35274,7 +35282,7 @@ paths: required: true schema: type: string - - &272 + - &273 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) @@ -35368,12 +35376,12 @@ paths: url: https://docs.github.com/enterprise-cloud@latest//rest/orgs/api-insights#get-subject-stats parameters: - *170 - - *271 - *272 + - *273 - *19 - *17 - *86 - - &281 + - &282 name: sort description: The property to sort the results by. in: query @@ -35452,14 +35460,14 @@ paths: url: https://docs.github.com/enterprise-cloud@latest//rest/orgs/api-insights#get-summary-stats parameters: - *170 - - *271 - *272 + - *273 responses: '200': description: Response content: application/json: - schema: &273 + schema: &274 title: Summary Stats description: API Insights usage summary stats for an organization type: object @@ -35475,7 +35483,7 @@ paths: type: integer format: int64 examples: - default: &274 + default: &275 value: total_request_count: 34225 rate_limited_request_count: 23 @@ -35496,23 +35504,23 @@ paths: url: https://docs.github.com/enterprise-cloud@latest//rest/orgs/api-insights#get-summary-stats-by-user parameters: - *170 - - &277 + - &278 name: user_id in: path description: The ID of the user to query for stats required: true schema: type: string - - *271 - *272 + - *273 responses: '200': description: Response content: application/json: - schema: *273 + schema: *274 examples: - default: *274 + default: *275 x-github: enabledForGitHubApps: true category: orgs @@ -35531,18 +35539,18 @@ paths: url: https://docs.github.com/enterprise-cloud@latest//rest/orgs/api-insights#get-summary-stats-by-actor parameters: - *170 - - *271 - *272 - - *275 + - *273 - *276 + - *277 responses: '200': description: Response content: application/json: - schema: *273 + schema: *274 examples: - default: *274 + default: *275 x-github: enabledForGitHubApps: true category: orgs @@ -35560,9 +35568,9 @@ paths: url: https://docs.github.com/enterprise-cloud@latest//rest/orgs/api-insights#get-time-stats parameters: - *170 - - *271 - *272 - - &278 + - *273 + - &279 name: timestamp_increment description: The increment of time used to breakdown the query results (5m, 10m, 1h, etc.) @@ -35575,7 +35583,7 @@ paths: description: Response content: application/json: - schema: &279 + schema: &280 title: Time Stats description: API Insights usage time stats for an organization type: array @@ -35591,7 +35599,7 @@ paths: type: integer format: int64 examples: - default: &280 + default: &281 value: - timestamp: '2024-09-11T15:00:00Z' total_request_count: 34225 @@ -35628,18 +35636,18 @@ paths: url: https://docs.github.com/enterprise-cloud@latest//rest/orgs/api-insights#get-time-stats-by-user parameters: - *170 - - *277 - - *271 - - *272 - *278 + - *272 + - *273 + - *279 responses: '200': description: Response content: application/json: - schema: *279 + schema: *280 examples: - default: *280 + default: *281 x-github: enabledForGitHubApps: true category: orgs @@ -35657,19 +35665,19 @@ paths: url: https://docs.github.com/enterprise-cloud@latest//rest/orgs/api-insights#get-time-stats-by-actor parameters: - *170 - - *275 - *276 - - *271 + - *277 - *272 - - *278 + - *273 + - *279 responses: '200': description: Response content: application/json: - schema: *279 + schema: *280 examples: - default: *280 + default: *281 x-github: enabledForGitHubApps: true category: orgs @@ -35687,13 +35695,13 @@ paths: url: https://docs.github.com/enterprise-cloud@latest//rest/orgs/api-insights#get-user-stats parameters: - *170 - - *277 - - *271 + - *278 - *272 + - *273 - *19 - *17 - *86 - - *281 + - *282 - name: actor_name_substring in: query description: Providing a substring will filter results where the actor name @@ -35774,7 +35782,7 @@ paths: application/json: schema: *22 examples: - default: &563 + default: &564 value: id: 1 account: @@ -35940,12 +35948,12 @@ paths: application/json: schema: anyOf: - - &283 + - &284 title: Interaction Limits description: Interaction limit settings. type: object properties: - limit: &282 + limit: &283 type: string description: The type of GitHub user that can comment, open issues, or create pull requests while the interaction limit @@ -35970,7 +35978,7 @@ paths: properties: {} additionalProperties: false examples: - default: &284 + default: &285 value: limit: collaborators_only origin: organization @@ -35999,13 +36007,13 @@ paths: required: true content: application/json: - schema: &564 + schema: &565 title: Interaction Restrictions description: Limit interactions to a specific type of user for a specified duration type: object properties: - limit: *282 + limit: *283 expiry: type: string description: 'The duration of the interaction restriction. Default: @@ -36029,9 +36037,9 @@ paths: description: Response content: application/json: - schema: *283 + schema: *284 examples: - default: *284 + default: *285 '422': *15 x-github: githubCloudOnly: false @@ -36109,9 +36117,9 @@ paths: application/json: schema: type: array - items: *285 + items: *286 examples: - default: *286 + default: *287 headers: Link: *39 '404': *6 @@ -36189,7 +36197,7 @@ paths: description: Response content: application/json: - schema: *285 + schema: *286 examples: default: value: @@ -36246,7 +36254,7 @@ paths: url: https://docs.github.com/enterprise-cloud@latest//rest/orgs/members#cancel-an-organization-invitation parameters: - *170 - - &287 + - &288 name: invitation_id description: The unique identifier of the invitation. in: path @@ -36280,7 +36288,7 @@ paths: url: https://docs.github.com/enterprise-cloud@latest//rest/orgs/members#list-organization-invitation-teams parameters: - *170 - - *287 + - *288 - *17 - *19 responses: @@ -36292,7 +36300,7 @@ paths: type: array items: *227 examples: - default: &305 + default: &306 value: - id: 1 node_id: MDQ6VGVhbTE= @@ -36335,7 +36343,7 @@ paths: application/json: schema: type: array - items: *288 + items: *289 examples: default: value: @@ -36420,9 +36428,9 @@ paths: description: Response content: application/json: - schema: *288 + schema: *289 examples: - default: &289 + default: &290 value: id: 410 node_id: IT_kwDNAd3NAZo @@ -36455,7 +36463,7 @@ paths: url: https://docs.github.com/enterprise-cloud@latest//rest/orgs/issue-types#update-issue-type-for-an-organization parameters: - *170 - - &290 + - &291 name: issue_type_id description: The unique identifier of the issue type. in: path @@ -36508,9 +36516,9 @@ paths: description: Response content: application/json: - schema: *288 + schema: *289 examples: - default: *289 + default: *290 '404': *6 '422': *7 x-github: @@ -36535,7 +36543,7 @@ paths: url: https://docs.github.com/enterprise-cloud@latest//rest/orgs/issue-types#delete-issue-type-for-an-organization parameters: - *170 - - *290 + - *291 responses: '204': description: Response @@ -36598,7 +36606,7 @@ paths: - closed - all default: open - - *291 + - *292 - name: type description: Can be the name of an issue type. in: query @@ -36629,7 +36637,7 @@ paths: type: array items: *153 examples: - default: *292 + default: *293 headers: Link: *39 '404': *6 @@ -36687,7 +36695,7 @@ paths: type: array items: *4 examples: - default: *293 + default: *294 headers: Link: *39 '422': *15 @@ -36783,9 +36791,9 @@ paths: type: integer codespaces: type: array - items: *294 + items: *295 examples: - default: *295 + default: *296 '304': *37 '500': *99 '401': *25 @@ -36812,7 +36820,7 @@ paths: parameters: - *170 - *218 - - &296 + - &297 name: codespace_name in: path required: true @@ -36847,15 +36855,15 @@ paths: parameters: - *170 - *218 - - *296 + - *297 responses: '200': description: Response content: application/json: - schema: *294 + schema: *295 examples: - default: &487 + default: &488 value: id: 1 name: monalisa-octocat-hello-world-g4wpq6h95q @@ -37110,7 +37118,7 @@ paths: description: Response content: application/json: - schema: &297 + schema: &298 title: Org Membership description: Org Membership type: object @@ -37162,7 +37170,7 @@ paths: - organization - user examples: - response-if-user-has-an-active-admin-membership-with-organization: &298 + response-if-user-has-an-active-admin-membership-with-organization: &299 summary: Response if user has an active admin membership with organization value: url: https://api.github.com/orgs/octocat/memberships/defunkt @@ -37259,9 +37267,9 @@ paths: description: Response content: application/json: - schema: *297 + schema: *298 examples: - response-if-user-already-had-membership-with-organization: *298 + response-if-user-already-had-membership-with-organization: *299 '422': *15 '403': *29 x-github: @@ -37329,7 +37337,7 @@ paths: application/json: schema: type: array - items: &299 + items: &300 title: Migration description: A migration. type: object @@ -37658,7 +37666,7 @@ paths: description: Response content: application/json: - schema: *299 + schema: *300 examples: default: value: @@ -37837,7 +37845,7 @@ paths: url: https://docs.github.com/enterprise-cloud@latest//rest/migrations/orgs#get-an-organization-migration-status parameters: - *170 - - &300 + - &301 name: migration_id description: The unique identifier of the migration. in: path @@ -37864,7 +37872,7 @@ paths: * `failed`, which means the migration failed. content: application/json: - schema: *299 + schema: *300 examples: default: value: @@ -38034,7 +38042,7 @@ paths: url: https://docs.github.com/enterprise-cloud@latest//rest/migrations/orgs#download-an-organization-migration-archive parameters: - *170 - - *300 + - *301 responses: '302': description: Response @@ -38056,7 +38064,7 @@ paths: url: https://docs.github.com/enterprise-cloud@latest//rest/migrations/orgs#delete-an-organization-migration-archive parameters: - *170 - - *300 + - *301 responses: '204': description: Response @@ -38080,8 +38088,8 @@ paths: url: https://docs.github.com/enterprise-cloud@latest//rest/migrations/orgs#unlock-an-organization-repository parameters: - *170 - - *300 - - &738 + - *301 + - &739 name: repo_name description: repo_name parameter in: path @@ -38109,7 +38117,7 @@ paths: url: https://docs.github.com/enterprise-cloud@latest//rest/migrations/orgs#list-repositories-in-an-organization-migration parameters: - *170 - - *300 + - *301 - *17 - *19 responses: @@ -38121,7 +38129,7 @@ paths: type: array items: *196 examples: - default: &312 + default: &313 value: - id: 1296269 node_id: MDEwOlJlcG9zaXRvcnkxMjk2MjY5 @@ -38330,7 +38338,7 @@ paths: roles: type: array description: The list of organization roles available to the organization. - items: &301 + items: &302 title: Organization Role description: Organization roles type: object @@ -38537,7 +38545,7 @@ paths: description: Response content: application/json: - schema: *301 + schema: *302 examples: default: value: @@ -38589,7 +38597,7 @@ paths: url: https://docs.github.com/enterprise-cloud@latest//rest/orgs/organization-roles#remove-all-organization-roles-for-a-team parameters: - *170 - - &302 + - &303 name: team_slug description: The slug of the team name. in: path @@ -38621,7 +38629,7 @@ paths: url: https://docs.github.com/enterprise-cloud@latest//rest/orgs/organization-roles#assign-an-organization-role-to-a-team parameters: - *170 - - *302 + - *303 - *246 responses: '204': @@ -38652,7 +38660,7 @@ paths: url: https://docs.github.com/enterprise-cloud@latest//rest/orgs/organization-roles#remove-an-organization-role-from-a-team parameters: - *170 - - *302 + - *303 - *246 responses: '204': @@ -38773,7 +38781,7 @@ paths: description: Response content: application/json: - schema: *301 + schema: *302 examples: default: value: @@ -38870,7 +38878,7 @@ paths: description: Response content: application/json: - schema: *301 + schema: *302 examples: default: value: @@ -39028,8 +39036,8 @@ paths: description: Groups of organization members that gives permissions on specified repositories. type: object - properties: *303 - required: *304 + properties: *304 + required: *305 nullable: true required: - id @@ -39044,7 +39052,7 @@ paths: - slug - parent examples: - default: *305 + default: *306 headers: Link: *39 '404': @@ -39102,13 +39110,13 @@ paths: inherited_from: description: Team the user has gotten the role through type: array - items: &344 + items: &345 title: Team Simple description: Groups of organization members that gives permissions on specified repositories. type: object - properties: *303 - required: *304 + properties: *304 + required: *305 name: nullable: true type: string @@ -39203,7 +39211,7 @@ paths: - type - url examples: - default: *293 + default: *294 headers: Link: *39 '404': @@ -39251,7 +39259,7 @@ paths: type: array items: *4 examples: - default: *293 + default: *294 headers: Link: *39 x-github: @@ -39393,7 +39401,7 @@ paths: - nuget - container - *170 - - &740 + - &741 name: visibility description: |- The selected visibility of the packages. This parameter is optional and only filters an existing result set. @@ -39429,12 +39437,12 @@ paths: application/json: schema: type: array - items: *306 + items: *307 examples: - default: *307 + default: *308 '403': *29 '401': *25 - '400': &742 + '400': &743 description: The value of `per_page` multiplied by `page` cannot be greater than 10000. x-github: @@ -39456,7 +39464,7 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/packages/packages#get-a-package-for-an-organization parameters: - - &308 + - &309 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 @@ -39474,7 +39482,7 @@ paths: - docker - nuget - container - - &309 + - &310 name: package_name description: The name of the package. in: path @@ -39487,7 +39495,7 @@ paths: description: Response content: application/json: - schema: *306 + schema: *307 examples: default: value: @@ -39539,8 +39547,8 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/packages/packages#delete-a-package-for-an-organization parameters: - - *308 - *309 + - *310 - *170 responses: '204': @@ -39573,8 +39581,8 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/packages/packages#restore-a-package-for-an-organization parameters: - - *308 - *309 + - *310 - *170 - name: token description: package token @@ -39607,8 +39615,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: - - *308 - *309 + - *310 - *170 - *19 - *17 @@ -39629,7 +39637,7 @@ paths: application/json: schema: type: array - items: &310 + items: &311 title: Package Version description: A version of a software package type: object @@ -39754,10 +39762,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: - - *308 - *309 + - *310 - *170 - - &311 + - &312 name: package_version_id description: Unique identifier of the package version. in: path @@ -39769,7 +39777,7 @@ paths: description: Response content: application/json: - schema: *310 + schema: *311 examples: default: value: @@ -39805,10 +39813,10 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/packages/packages#delete-package-version-for-an-organization parameters: - - *308 - *309 + - *310 - *170 - - *311 + - *312 responses: '204': description: Response @@ -39840,10 +39848,10 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/packages/packages#restore-package-version-for-an-organization parameters: - - *308 - *309 + - *310 - *170 - - *311 + - *312 responses: '204': description: Response @@ -39873,7 +39881,7 @@ paths: - *170 - *17 - *19 - - &313 + - &314 name: sort description: The property by which to sort the results. in: query @@ -39884,7 +39892,7 @@ paths: - created_at default: created_at - *86 - - &314 + - &315 name: owner description: A list of owner usernames to use to filter the results. in: query @@ -39895,7 +39903,7 @@ paths: items: type: string example: owner[]=octocat1,owner[]=octocat2 - - &315 + - &316 name: repository description: The name of the repository to use to filter the results. in: query @@ -39903,7 +39911,7 @@ paths: schema: type: string example: Hello-World - - &316 + - &317 name: permission description: The permission to use to filter the results. in: query @@ -39911,7 +39919,7 @@ paths: schema: type: string example: issues_read - - &317 + - &318 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) @@ -39921,7 +39929,7 @@ paths: schema: type: string format: date-time - - &318 + - &319 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) @@ -39931,7 +39939,7 @@ paths: schema: type: string format: date-time - - &319 + - &320 name: token_id description: The ID of the token in: query @@ -40244,7 +40252,7 @@ paths: type: array items: *196 examples: - default: *312 + default: *313 headers: Link: *39 x-github: @@ -40270,14 +40278,14 @@ paths: - *170 - *17 - *19 - - *313 - - *86 - *314 + - *86 - *315 - *316 - *317 - *318 - *319 + - *320 responses: '500': *99 '422': *15 @@ -40559,7 +40567,7 @@ paths: type: array items: *196 examples: - default: *312 + default: *313 headers: Link: *39 x-github: @@ -40601,7 +40609,7 @@ paths: type: integer configurations: type: array - items: &320 + items: &321 title: Organization private registry description: Private registry configuration for an organization type: object @@ -40805,7 +40813,7 @@ paths: - created_at - updated_at examples: - org-private-registry-with-selected-visibility: &321 + org-private-registry-with-selected-visibility: &322 value: name: MAVEN_REPOSITORY_SECRET registry_type: maven_repository @@ -40901,9 +40909,9 @@ paths: description: The specified private registry configuration for the organization content: application/json: - schema: *320 + schema: *321 examples: - default: *321 + default: *322 '404': *6 x-github: githubCloudOnly: false @@ -41049,7 +41057,7 @@ paths: application/json: schema: type: array - items: &322 + items: &323 title: Project description: Projects are a way to organize columns and cards of work. @@ -41222,7 +41230,7 @@ paths: description: Response content: application/json: - schema: *322 + schema: *323 examples: default: value: @@ -41260,7 +41268,7 @@ paths: '401': *25 '403': *29 '404': *6 - '410': &388 + '410': &389 description: Gone content: application/json: @@ -41426,7 +41434,7 @@ paths: required: true content: application/json: - schema: *323 + schema: *324 examples: default: value: @@ -41529,7 +41537,7 @@ paths: example: octocat/Hello-World properties: type: array - items: &324 + items: &325 title: Custom Property Value description: Custom property name and associated value type: object @@ -41616,7 +41624,7 @@ paths: type: array description: List of custom property names and associated values to apply to the repositories. - items: *324 + items: *325 required: - repository_names - properties @@ -41669,7 +41677,7 @@ paths: type: array items: *4 examples: - default: *293 + default: *294 headers: Link: *39 x-github: @@ -41809,7 +41817,7 @@ paths: type: array items: *196 examples: - default: *312 + default: *313 headers: Link: *39 x-github: @@ -42012,7 +42020,7 @@ paths: description: Response content: application/json: - schema: &390 + schema: &391 title: Full Repository description: Full Repository type: object @@ -42289,8 +42297,8 @@ paths: title: Repository description: A repository on GitHub. type: object - properties: *325 - required: *326 + properties: *326 + required: *327 nullable: true temp_clone_token: type: string @@ -42405,7 +42413,7 @@ paths: title: Code Of Conduct Simple description: Code of Conduct Simple type: object - properties: &509 + properties: &510 url: type: string format: uri @@ -42421,12 +42429,12 @@ paths: nullable: true format: uri example: https://github.com/github/docs/blob/main/CODE_OF_CONDUCT.md - required: &510 + required: &511 - url - key - name - html_url - security_and_analysis: *327 + security_and_analysis: *328 custom_properties: type: object description: The custom properties that were defined for the repository. @@ -42510,7 +42518,7 @@ paths: - network_count - subscribers_count examples: - default: &392 + default: &393 value: id: 1296269 node_id: MDEwOlJlcG9zaXRvcnkxMjk2MjY5 @@ -43036,9 +43044,9 @@ paths: application/json: schema: type: array - items: *328 + items: *329 examples: - default: *329 + default: *330 x-github: githubCloudOnly: true enabledForGitHubApps: true @@ -43063,7 +43071,7 @@ paths: - *170 - *17 - *19 - - &652 + - &653 name: targets description: | A comma-separated list of rule targets to filter by. @@ -43154,7 +43162,7 @@ paths: type: array description: The actors that can bypass the rules in this ruleset items: *126 - conditions: *330 + conditions: *331 rules: type: array description: An array of rules within the ruleset. @@ -43198,7 +43206,7 @@ paths: application/json: schema: *128 examples: - default: &331 + default: &332 value: id: 21 name: super cool ruleset @@ -43253,7 +43261,7 @@ paths: url: https://docs.github.com/enterprise-cloud@latest//rest/orgs/rule-suites#list-organization-rule-suites parameters: - *170 - - &653 + - &654 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 @@ -43265,14 +43273,14 @@ paths: x-multi-segment: true - *225 - *221 - - &654 + - &655 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 - - &655 + - &656 name: rule_suite_result description: The rule results to filter on. When specified, only suites with this result will be returned. @@ -43292,7 +43300,7 @@ paths: description: Response content: application/json: - schema: &656 + schema: &657 title: Rule Suites description: Response type: array @@ -43347,7 +43355,7 @@ paths: whether rules would pass or fail if all rules in the rule suite were `active`. examples: - default: &657 + default: &658 value: - id: 21 actor_id: 12 @@ -43391,7 +43399,7 @@ paths: url: https://docs.github.com/enterprise-cloud@latest//rest/orgs/rule-suites#get-an-organization-rule-suite parameters: - *170 - - &658 + - &659 name: rule_suite_id description: |- The unique identifier of the rule suite result. @@ -43407,7 +43415,7 @@ paths: description: Response content: application/json: - schema: &659 + schema: &660 title: Rule Suite description: Response type: object @@ -43506,7 +43514,7 @@ paths: description: The detailed failure message for the rule. Null if the rule passed. examples: - default: &660 + default: &661 value: id: 21 actor_id: 12 @@ -43581,7 +43589,7 @@ paths: application/json: schema: *128 examples: - default: *331 + default: *332 '404': *6 '500': *99 put: @@ -43630,7 +43638,7 @@ paths: type: array description: The actors that can bypass the rules in this ruleset items: *126 - conditions: *330 + conditions: *331 rules: description: An array of rules within the ruleset. type: array @@ -43671,7 +43679,7 @@ paths: application/json: schema: *128 examples: - default: *331 + default: *332 '404': *6 '500': *99 delete: @@ -43730,7 +43738,7 @@ paths: type: array items: *131 examples: - default: *332 + default: *333 '404': *6 '500': *99 x-github: @@ -43767,7 +43775,7 @@ paths: description: Response content: application/json: - schema: *333 + schema: *334 examples: default: value: @@ -43830,14 +43838,14 @@ paths: url: https://docs.github.com/enterprise-cloud@latest//rest/secret-scanning/secret-scanning#list-secret-scanning-alerts-for-an-organization parameters: - *170 - - *334 - *335 - *336 - *337 + - *338 - *86 - *19 - *17 - - &662 + - &663 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 @@ -43847,7 +43855,7 @@ paths: required: false schema: type: string - - &663 + - &664 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 @@ -43857,9 +43865,9 @@ paths: required: false schema: type: string - - *338 - *339 - *340 + - *341 responses: '200': description: Response @@ -43867,9 +43875,9 @@ paths: application/json: schema: type: array - items: *341 + items: *342 examples: - default: *342 + default: *343 headers: Link: *39 '404': *6 @@ -43939,7 +43947,7 @@ paths: application/json: schema: type: array - items: &670 + items: &671 description: A repository security advisory. type: object properties: @@ -44159,7 +44167,7 @@ paths: login: type: string description: The username of the user credited. - type: *343 + type: *344 credits_detailed: type: array nullable: true @@ -44169,7 +44177,7 @@ paths: type: object properties: user: *4 - type: *343 + type: *344 state: type: string description: The state of the user's acceptance of the @@ -44230,7 +44238,7 @@ paths: - private_fork additionalProperties: false examples: - default: &671 + default: &672 value: - ghsa_id: GHSA-abcd-1234-efgh cve_id: CVE-2050-00000 @@ -44617,9 +44625,9 @@ paths: application/json: schema: type: array - items: *344 + items: *345 examples: - default: *305 + default: *306 x-github: githubCloudOnly: false enabledForGitHubApps: true @@ -44643,7 +44651,7 @@ paths: url: https://docs.github.com/enterprise-cloud@latest//rest/orgs/security-managers#add-a-security-manager-team parameters: - *170 - - *302 + - *303 responses: '204': description: Response @@ -44669,7 +44677,7 @@ paths: url: https://docs.github.com/enterprise-cloud@latest//rest/orgs/security-managers#remove-a-security-manager-team parameters: - *170 - - *302 + - *303 responses: '204': description: Response @@ -44704,9 +44712,9 @@ paths: description: Response content: application/json: - schema: *345 + schema: *346 examples: - default: *346 + default: *347 x-github: githubCloudOnly: false enabledForGitHubApps: false @@ -44731,7 +44739,7 @@ paths: url: https://docs.github.com/enterprise-cloud@latest//rest/billing/billing#get-github-advanced-security-active-committers-for-an-organization parameters: - *170 - - *347 + - *348 - *17 - *19 responses: @@ -44739,9 +44747,9 @@ paths: description: Success content: application/json: - schema: *348 + schema: *349 examples: - default: *349 + default: *350 x-github: githubCloudOnly: true enabledForGitHubApps: true @@ -44769,9 +44777,9 @@ paths: description: Response content: application/json: - schema: *350 + schema: *351 examples: - default: *351 + default: *352 x-github: githubCloudOnly: false enabledForGitHubApps: false @@ -44799,9 +44807,9 @@ paths: description: Response content: application/json: - schema: *352 + schema: *353 examples: - default: *353 + default: *354 x-github: githubCloudOnly: false enabledForGitHubApps: false @@ -44841,7 +44849,7 @@ paths: type: array items: *111 examples: - default: *354 + default: *355 headers: Link: *39 x-github: @@ -45042,15 +45050,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: - *170 - - *355 + - *356 responses: '200': description: Response content: application/json: - schema: *356 + schema: *357 examples: - default: *357 + default: *358 headers: Link: *39 x-github: @@ -45088,7 +45096,7 @@ paths: description: Response content: application/json: - schema: &379 + schema: &380 title: GroupMapping description: External Groups to be mapped to a team for membership type: object @@ -45134,7 +45142,7 @@ paths: type: string nullable: true examples: - default: &380 + default: &381 value: groups: - group_id: '123' @@ -45180,7 +45188,7 @@ paths: url: https://docs.github.com/enterprise-cloud@latest//rest/copilot/copilot-metrics#get-copilot-metrics-for-a-team parameters: - *170 - - *302 + - *303 - 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`). @@ -45248,7 +45256,7 @@ paths: type: array items: *227 examples: - default: *305 + default: *306 headers: Link: *39 '403': *29 @@ -45342,7 +45350,7 @@ paths: description: Response content: application/json: - schema: &358 + schema: &359 title: Full Team description: Groups of organization members that gives permissions on specified repositories. @@ -45405,8 +45413,8 @@ paths: description: Groups of organization members that gives permissions on specified repositories. type: object - properties: *303 - required: *304 + properties: *304 + required: *305 nullable: true members_count: type: integer @@ -45652,7 +45660,7 @@ paths: - repos_count - organization examples: - default: &359 + default: &360 value: id: 1 node_id: MDQ6VGVhbTE= @@ -45723,15 +45731,15 @@ paths: url: https://docs.github.com/enterprise-cloud@latest//rest/teams/teams#get-a-team-by-name parameters: - *170 - - *302 + - *303 responses: '200': description: Response content: application/json: - schema: *358 + schema: *359 examples: - default: *359 + default: *360 '404': *6 x-github: githubCloudOnly: false @@ -45753,7 +45761,7 @@ paths: url: https://docs.github.com/enterprise-cloud@latest//rest/teams/teams#update-a-team parameters: - *170 - - *302 + - *303 requestBody: required: false content: @@ -45815,16 +45823,16 @@ paths: description: Response when the updated information already exists content: application/json: - schema: *358 + schema: *359 examples: - default: *359 + default: *360 '201': description: Response content: application/json: - schema: *358 + schema: *359 examples: - default: *359 + default: *360 '404': *6 '422': *15 '403': *29 @@ -45850,7 +45858,7 @@ paths: url: https://docs.github.com/enterprise-cloud@latest//rest/teams/teams#delete-a-team parameters: - *170 - - *302 + - *303 responses: '204': description: Response @@ -45877,7 +45885,7 @@ paths: url: https://docs.github.com/enterprise-cloud@latest//rest/teams/discussions#list-discussions parameters: - *170 - - *302 + - *303 - *86 - *17 - *19 @@ -45894,7 +45902,7 @@ paths: application/json: schema: type: array - items: &360 + items: &361 title: Team Discussion description: A team discussion is a persistent record of a free-form conversation within a team. @@ -45993,7 +46001,7 @@ paths: - updated_at - url examples: - default: &711 + default: &712 value: - author: login: octocat @@ -46068,7 +46076,7 @@ paths: url: https://docs.github.com/enterprise-cloud@latest//rest/teams/discussions#create-a-discussion parameters: - *170 - - *302 + - *303 requestBody: required: true content: @@ -46102,9 +46110,9 @@ paths: description: Response content: application/json: - schema: *360 + schema: *361 examples: - default: &361 + default: &362 value: author: login: octocat @@ -46177,8 +46185,8 @@ paths: url: https://docs.github.com/enterprise-cloud@latest//rest/teams/discussions#get-a-discussion parameters: - *170 - - *302 - - &362 + - *303 + - &363 name: discussion_number description: The number that identifies the discussion. in: path @@ -46190,9 +46198,9 @@ paths: description: Response content: application/json: - schema: *360 + schema: *361 examples: - default: *361 + default: *362 x-github: githubCloudOnly: false enabledForGitHubApps: true @@ -46215,8 +46223,8 @@ paths: url: https://docs.github.com/enterprise-cloud@latest//rest/teams/discussions#update-a-discussion parameters: - *170 - - *302 - - *362 + - *303 + - *363 requestBody: required: false content: @@ -46239,9 +46247,9 @@ paths: description: Response content: application/json: - schema: *360 + schema: *361 examples: - default: &712 + default: &713 value: author: login: octocat @@ -46312,8 +46320,8 @@ paths: url: https://docs.github.com/enterprise-cloud@latest//rest/teams/discussions#delete-a-discussion parameters: - *170 - - *302 - - *362 + - *303 + - *363 responses: '204': description: Response @@ -46340,8 +46348,8 @@ paths: url: https://docs.github.com/enterprise-cloud@latest//rest/teams/discussion-comments#list-discussion-comments parameters: - *170 - - *302 - - *362 + - *303 + - *363 - *86 - *17 - *19 @@ -46352,7 +46360,7 @@ paths: application/json: schema: type: array - items: &363 + items: &364 title: Team Discussion Comment description: A reply to a discussion within a team. type: object @@ -46424,7 +46432,7 @@ paths: - updated_at - url examples: - default: &713 + default: &714 value: - author: login: octocat @@ -46493,8 +46501,8 @@ paths: url: https://docs.github.com/enterprise-cloud@latest//rest/teams/discussion-comments#create-a-discussion-comment parameters: - *170 - - *302 - - *362 + - *303 + - *363 requestBody: required: true content: @@ -46516,9 +46524,9 @@ paths: description: Response content: application/json: - schema: *363 + schema: *364 examples: - default: &364 + default: &365 value: author: login: octocat @@ -46585,9 +46593,9 @@ paths: url: https://docs.github.com/enterprise-cloud@latest//rest/teams/discussion-comments#get-a-discussion-comment parameters: - *170 - - *302 - - *362 - - &365 + - *303 + - *363 + - &366 name: comment_number description: The number that identifies the comment. in: path @@ -46599,9 +46607,9 @@ paths: description: Response content: application/json: - schema: *363 + schema: *364 examples: - default: *364 + default: *365 x-github: githubCloudOnly: false enabledForGitHubApps: true @@ -46624,9 +46632,9 @@ paths: url: https://docs.github.com/enterprise-cloud@latest//rest/teams/discussion-comments#update-a-discussion-comment parameters: - *170 - - *302 - - *362 - - *365 + - *303 + - *363 + - *366 requestBody: required: true content: @@ -46648,9 +46656,9 @@ paths: description: Response content: application/json: - schema: *363 + schema: *364 examples: - default: &714 + default: &715 value: author: login: octocat @@ -46715,9 +46723,9 @@ paths: url: https://docs.github.com/enterprise-cloud@latest//rest/teams/discussion-comments#delete-a-discussion-comment parameters: - *170 - - *302 - - *362 - - *365 + - *303 + - *363 + - *366 responses: '204': description: Response @@ -46744,9 +46752,9 @@ paths: url: https://docs.github.com/enterprise-cloud@latest//rest/reactions/reactions#list-reactions-for-a-team-discussion-comment parameters: - *170 - - *302 - - *362 - - *365 + - *303 + - *363 + - *366 - 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. @@ -46772,7 +46780,7 @@ paths: application/json: schema: type: array - items: &366 + items: &367 title: Reaction description: Reactions to conversations provide a way to help people express their feelings more simply and effectively. @@ -46815,7 +46823,7 @@ paths: - content - created_at examples: - default: &368 + default: &369 value: - id: 1 node_id: MDg6UmVhY3Rpb24x @@ -46866,9 +46874,9 @@ paths: url: https://docs.github.com/enterprise-cloud@latest//rest/reactions/reactions#create-reaction-for-a-team-discussion-comment parameters: - *170 - - *302 - - *362 - - *365 + - *303 + - *363 + - *366 requestBody: required: true content: @@ -46901,9 +46909,9 @@ paths: team discussion comment content: application/json: - schema: *366 + schema: *367 examples: - default: &367 + default: &368 value: id: 1 node_id: MDg6UmVhY3Rpb24x @@ -46932,9 +46940,9 @@ paths: description: Response content: application/json: - schema: *366 + schema: *367 examples: - default: *367 + default: *368 x-github: githubCloudOnly: false enabledForGitHubApps: true @@ -46958,10 +46966,10 @@ paths: url: https://docs.github.com/enterprise-cloud@latest//rest/reactions/reactions#delete-team-discussion-comment-reaction parameters: - *170 - - *302 - - *362 - - *365 - - &369 + - *303 + - *363 + - *366 + - &370 name: reaction_id description: The unique identifier of the reaction. in: path @@ -46994,8 +47002,8 @@ paths: url: https://docs.github.com/enterprise-cloud@latest//rest/reactions/reactions#list-reactions-for-a-team-discussion parameters: - *170 - - *302 - - *362 + - *303 + - *363 - 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. @@ -47021,9 +47029,9 @@ paths: application/json: schema: type: array - items: *366 + items: *367 examples: - default: *368 + default: *369 headers: Link: *39 x-github: @@ -47050,8 +47058,8 @@ paths: url: https://docs.github.com/enterprise-cloud@latest//rest/reactions/reactions#create-reaction-for-a-team-discussion parameters: - *170 - - *302 - - *362 + - *303 + - *363 requestBody: required: true content: @@ -47083,16 +47091,16 @@ paths: description: Response content: application/json: - schema: *366 + schema: *367 examples: - default: *367 + default: *368 '201': description: Response content: application/json: - schema: *366 + schema: *367 examples: - default: *367 + default: *368 x-github: githubCloudOnly: false enabledForGitHubApps: false @@ -47116,9 +47124,9 @@ paths: url: https://docs.github.com/enterprise-cloud@latest//rest/reactions/reactions#delete-team-discussion-reaction parameters: - *170 - - *302 - - *362 - - *369 + - *303 + - *363 + - *370 responses: '204': description: Response @@ -47142,15 +47150,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: - *170 - - *302 + - *303 responses: '200': description: Response content: application/json: - schema: *370 + schema: *371 examples: - default: *371 + default: *372 x-github: githubCloudOnly: true enabledForGitHubApps: true @@ -47170,7 +47178,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: - *170 - - *302 + - *303 requestBody: required: true content: @@ -47193,9 +47201,9 @@ paths: description: Response content: application/json: - schema: *372 + schema: *373 examples: - default: *373 + default: *374 x-github: githubCloudOnly: true enabledForGitHubApps: false @@ -47215,7 +47223,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: - *170 - - *302 + - *303 responses: '204': description: Response @@ -47240,7 +47248,7 @@ paths: url: https://docs.github.com/enterprise-cloud@latest//rest/teams/members#list-pending-team-invitations parameters: - *170 - - *302 + - *303 - *17 - *19 responses: @@ -47250,9 +47258,9 @@ paths: application/json: schema: type: array - items: *285 + items: *286 examples: - default: *286 + default: *287 headers: Link: *39 x-github: @@ -47275,7 +47283,7 @@ paths: url: https://docs.github.com/enterprise-cloud@latest//rest/teams/members#list-team-members parameters: - *170 - - *302 + - *303 - name: role description: Filters members returned by their role in the team. in: query @@ -47298,7 +47306,7 @@ paths: type: array items: *4 examples: - default: *293 + default: *294 headers: Link: *39 x-github: @@ -47329,14 +47337,14 @@ paths: url: https://docs.github.com/enterprise-cloud@latest//rest/teams/members#get-team-membership-for-a-user parameters: - *170 - - *302 + - *303 - *218 responses: '200': description: Response content: application/json: - schema: &374 + schema: &375 title: Team Membership description: Team Membership type: object @@ -47363,7 +47371,7 @@ paths: - state - url examples: - response-if-user-is-a-team-maintainer: &715 + response-if-user-is-a-team-maintainer: &716 summary: Response if user is a team maintainer value: url: https://api.github.com/teams/1/memberships/octocat @@ -47400,7 +47408,7 @@ paths: url: https://docs.github.com/enterprise-cloud@latest//rest/teams/members#add-or-update-team-membership-for-a-user parameters: - *170 - - *302 + - *303 - *218 requestBody: required: false @@ -47426,9 +47434,9 @@ paths: description: Response content: application/json: - schema: *374 + schema: *375 examples: - response-if-users-membership-with-team-is-now-pending: &716 + response-if-users-membership-with-team-is-now-pending: &717 summary: Response if user's membership with team is now pending value: url: https://api.github.com/teams/1/memberships/octocat @@ -47464,7 +47472,7 @@ paths: url: https://docs.github.com/enterprise-cloud@latest//rest/teams/members#remove-team-membership-for-a-user parameters: - *170 - - *302 + - *303 - *218 responses: '204': @@ -47491,7 +47499,7 @@ paths: url: https://docs.github.com/enterprise-cloud@latest//rest/teams/teams#list-team-projects parameters: - *170 - - *302 + - *303 - *17 - *19 responses: @@ -47501,7 +47509,7 @@ paths: application/json: schema: type: array - items: &375 + items: &376 title: Team Project description: A team's access to a project. type: object @@ -47569,7 +47577,7 @@ paths: - updated_at - permissions examples: - default: &717 + default: &718 value: - owner_url: https://api.github.com/orgs/octocat url: https://api.github.com/projects/1002605 @@ -47633,8 +47641,8 @@ paths: url: https://docs.github.com/enterprise-cloud@latest//rest/teams/teams#check-team-permissions-for-a-project parameters: - *170 - - *302 - - &376 + - *303 + - &377 name: project_id description: The unique identifier of the project. in: path @@ -47646,9 +47654,9 @@ paths: description: Response content: application/json: - schema: *375 + schema: *376 examples: - default: &718 + default: &719 value: owner_url: https://api.github.com/orgs/octocat url: https://api.github.com/projects/1002605 @@ -47711,8 +47719,8 @@ paths: url: https://docs.github.com/enterprise-cloud@latest//rest/teams/teams#add-or-update-team-project-permissions parameters: - *170 - - *302 - - *376 + - *303 + - *377 requestBody: required: false content: @@ -47779,8 +47787,8 @@ paths: url: https://docs.github.com/enterprise-cloud@latest//rest/teams/teams#remove-a-project-from-a-team parameters: - *170 - - *302 - - *376 + - *303 + - *377 responses: '204': description: Response @@ -47808,7 +47816,7 @@ paths: url: https://docs.github.com/enterprise-cloud@latest//rest/teams/teams#list-team-repositories parameters: - *170 - - *302 + - *303 - *17 - *19 responses: @@ -47820,7 +47828,7 @@ paths: type: array items: *196 examples: - default: *312 + default: *313 headers: Link: *39 x-github: @@ -47850,15 +47858,15 @@ paths: url: https://docs.github.com/enterprise-cloud@latest//rest/teams/teams#check-team-permissions-for-a-repository parameters: - *170 - - *302 - - *377 + - *303 - *378 + - *379 responses: '200': description: Alternative response with repository permissions content: application/json: - schema: &719 + schema: &720 title: Team Repository description: A team's access to a repository. type: object @@ -48428,9 +48436,9 @@ paths: url: https://docs.github.com/enterprise-cloud@latest//rest/teams/teams#add-or-update-team-repository-permissions parameters: - *170 - - *302 - - *377 + - *303 - *378 + - *379 requestBody: required: false content: @@ -48476,9 +48484,9 @@ paths: url: https://docs.github.com/enterprise-cloud@latest//rest/teams/teams#remove-a-repository-from-a-team parameters: - *170 - - *302 - - *377 + - *303 - *378 + - *379 responses: '204': description: Response @@ -48505,15 +48513,15 @@ paths: url: https://docs.github.com/enterprise-cloud@latest//rest/teams/team-sync#list-idp-groups-for-a-team parameters: - *170 - - *302 + - *303 responses: '200': description: Response content: application/json: - schema: *379 + schema: *380 examples: - default: *380 + default: *381 x-github: githubCloudOnly: true enabledForGitHubApps: false @@ -48536,7 +48544,7 @@ paths: url: https://docs.github.com/enterprise-cloud@latest//rest/teams/team-sync#create-or-update-idp-group-connections parameters: - *170 - - *302 + - *303 requestBody: required: true content: @@ -48579,7 +48587,7 @@ paths: description: Response content: application/json: - schema: *379 + schema: *380 examples: default: value: @@ -48612,7 +48620,7 @@ paths: url: https://docs.github.com/enterprise-cloud@latest//rest/teams/teams#list-child-teams parameters: - *170 - - *302 + - *303 - *17 - *19 responses: @@ -48624,7 +48632,7 @@ paths: type: array items: *227 examples: - response-if-child-teams-exist: &720 + response-if-child-teams-exist: &721 value: - id: 2 node_id: MDQ6VGVhbTI= @@ -48751,7 +48759,7 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/projects/cards#get-a-project-card parameters: - - &381 + - &382 name: card_id description: The unique identifier of the card. in: path @@ -48763,7 +48771,7 @@ paths: description: Response content: application/json: - schema: &382 + schema: &383 title: Project Card description: Project cards represent a scope of work. type: object @@ -48830,7 +48838,7 @@ paths: - created_at - updated_at examples: - default: &383 + default: &384 value: url: https://api.github.com/projects/columns/cards/1478 id: 1478 @@ -48886,7 +48894,7 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/projects/cards#update-an-existing-project-card parameters: - - *381 + - *382 requestBody: required: false content: @@ -48913,9 +48921,9 @@ paths: description: Response content: application/json: - schema: *382 + schema: *383 examples: - default: *383 + default: *384 '304': *37 '403': *29 '401': *25 @@ -48942,7 +48950,7 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/projects/cards#delete-a-project-card parameters: - - *381 + - *382 responses: '204': description: Response @@ -48986,7 +48994,7 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/projects/cards#move-a-project-card parameters: - - *381 + - *382 requestBody: required: true content: @@ -49097,7 +49105,7 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/projects/columns#get-a-project-column parameters: - - &384 + - &385 name: column_id description: The unique identifier of the column. in: path @@ -49109,7 +49117,7 @@ paths: description: Response content: application/json: - schema: &385 + schema: &386 title: Project Column description: Project columns contain cards of work. type: object @@ -49155,7 +49163,7 @@ paths: - created_at - updated_at examples: - default: &386 + default: &387 value: url: https://api.github.com/projects/columns/367 project_url: https://api.github.com/projects/120 @@ -49190,7 +49198,7 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/projects/columns#update-an-existing-project-column parameters: - - *384 + - *385 requestBody: required: true content: @@ -49214,9 +49222,9 @@ paths: description: Response content: application/json: - schema: *385 + schema: *386 examples: - default: *386 + default: *387 '304': *37 '403': *29 '401': *25 @@ -49241,7 +49249,7 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/projects/columns#delete-a-project-column parameters: - - *384 + - *385 responses: '204': description: Response @@ -49270,7 +49278,7 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/projects/cards#list-project-cards parameters: - - *384 + - *385 - name: archived_state description: Filters the project cards that are returned by the card's state. in: query @@ -49291,7 +49299,7 @@ paths: application/json: schema: type: array - items: *382 + items: *383 examples: default: value: @@ -49350,7 +49358,7 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/projects/cards#create-a-project-card parameters: - - *384 + - *385 requestBody: required: true content: @@ -49390,9 +49398,9 @@ paths: description: Response content: application/json: - schema: *382 + schema: *383 examples: - default: *383 + default: *384 '304': *37 '403': *29 '401': *25 @@ -49448,7 +49456,7 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/projects/columns#move-a-project-column parameters: - - *384 + - *385 requestBody: required: true content: @@ -49508,15 +49516,15 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/projects/projects#get-a-project parameters: - - *376 + - *377 responses: '200': description: Response content: application/json: - schema: *322 + schema: *323 examples: - default: &387 + default: &388 value: owner_url: https://api.github.com/repos/api-playground/projects-test url: https://api.github.com/projects/1002604 @@ -49573,7 +49581,7 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/projects/projects#update-a-project parameters: - - *376 + - *377 requestBody: required: false content: @@ -49619,9 +49627,9 @@ paths: description: Response content: application/json: - schema: *322 + schema: *323 examples: - default: *387 + default: *388 '404': description: Not Found if the authenticated user does not have access to the project @@ -49642,7 +49650,7 @@ paths: items: type: string '401': *25 - '410': *388 + '410': *389 '422': *7 x-github: githubCloudOnly: false @@ -49665,7 +49673,7 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/projects/projects#delete-a-project parameters: - - *376 + - *377 responses: '204': description: Delete Success @@ -49686,7 +49694,7 @@ paths: items: type: string '401': *25 - '410': *388 + '410': *389 '404': *6 x-github: githubCloudOnly: false @@ -49710,7 +49718,7 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/projects/collaborators#list-project-collaborators parameters: - - *376 + - *377 - 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 @@ -49737,7 +49745,7 @@ paths: type: array items: *4 examples: - default: *293 + default: *294 headers: Link: *39 '404': *6 @@ -49767,7 +49775,7 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/projects/collaborators#add-project-collaborator parameters: - - *376 + - *377 - *218 requestBody: required: false @@ -49820,7 +49828,7 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/projects/collaborators#remove-user-as-a-collaborator parameters: - - *376 + - *377 - *218 responses: '204': @@ -49852,7 +49860,7 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/projects/collaborators#get-project-permission-for-a-user parameters: - - *376 + - *377 - *218 responses: '200': @@ -49926,7 +49934,7 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/projects/columns#list-project-columns parameters: - - *376 + - *377 - *17 - *19 responses: @@ -49936,7 +49944,7 @@ paths: application/json: schema: type: array - items: *385 + items: *386 examples: default: value: @@ -49974,7 +49982,7 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/projects/columns#create-a-project-column parameters: - - *376 + - *377 requestBody: required: true content: @@ -49997,7 +50005,7 @@ paths: description: Response content: application/json: - schema: *385 + schema: *386 examples: default: value: @@ -50061,7 +50069,7 @@ paths: resources: type: object properties: - core: &389 + core: &390 title: Rate Limit type: object properties: @@ -50078,20 +50086,20 @@ paths: - remaining - reset - used - graphql: *389 - search: *389 - code_search: *389 - source_import: *389 - integration_manifest: *389 - code_scanning_upload: *389 - actions_runner_registration: *389 - scim: *389 - dependency_snapshots: *389 - code_scanning_autofix: *389 + graphql: *390 + search: *390 + code_search: *390 + source_import: *390 + integration_manifest: *390 + code_scanning_upload: *390 + actions_runner_registration: *390 + scim: *390 + dependency_snapshots: *390 + code_scanning_autofix: *390 required: - core - search - rate: *389 + rate: *390 required: - rate - resources @@ -50195,14 +50203,14 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/repos/repos#get-a-repository parameters: - - *377 - *378 + - *379 responses: '200': description: Response content: application/json: - schema: *390 + schema: *391 examples: default-response: summary: Default response @@ -50707,7 +50715,7 @@ paths: status: disabled '403': *29 '404': *6 - '301': *391 + '301': *392 x-github: githubCloudOnly: false enabledForGitHubApps: true @@ -50725,8 +50733,8 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/repos/repos#update-a-repository parameters: - - *377 - *378 + - *379 requestBody: required: false content: @@ -50980,10 +50988,10 @@ paths: description: Response content: application/json: - schema: *390 + schema: *391 examples: - default: *392 - '307': &393 + default: *393 + '307': &394 description: Temporary Redirect content: application/json: @@ -51012,8 +51020,8 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/repos/repos#delete-a-repository parameters: - - *377 - *378 + - *379 responses: '204': description: Response @@ -51035,7 +51043,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': *393 + '307': *394 '404': *6 x-github: githubCloudOnly: false @@ -51058,11 +51066,11 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/actions/artifacts#list-artifacts-for-a-repository parameters: - - *377 - *378 + - *379 - *17 - *19 - - &408 + - &409 name: name description: The name field of an artifact. When specified, only artifacts with this name will be returned. @@ -51085,7 +51093,7 @@ paths: type: integer artifacts: type: array - items: &394 + items: &395 title: Artifact description: An artifact type: object @@ -51163,7 +51171,7 @@ paths: - expires_at - updated_at examples: - default: &409 + default: &410 value: total_count: 2 artifacts: @@ -51224,9 +51232,9 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/actions/artifacts#get-an-artifact parameters: - - *377 - *378 - - &395 + - *379 + - &396 name: artifact_id description: The unique identifier of the artifact. in: path @@ -51238,7 +51246,7 @@ paths: description: Response content: application/json: - schema: *394 + schema: *395 examples: default: value: @@ -51276,9 +51284,9 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/actions/artifacts#delete-an-artifact parameters: - - *377 - *378 - - *395 + - *379 + - *396 responses: '204': description: Response @@ -51302,9 +51310,9 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/actions/artifacts#download-an-artifact parameters: - - *377 - *378 - - *395 + - *379 + - *396 - name: archive_format in: path required: true @@ -51318,7 +51326,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': *388 + '410': *389 x-github: githubCloudOnly: false enabledForGitHubApps: true @@ -51341,14 +51349,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: - - *377 - *378 + - *379 responses: '200': description: Response content: application/json: - schema: *396 + schema: *397 examples: default: value: @@ -51374,11 +51382,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: - - *377 - *378 + - *379 - *17 - *19 - - &397 + - &398 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 @@ -51412,7 +51420,7 @@ paths: description: Response content: application/json: - schema: &398 + schema: &399 title: Repository actions caches description: Repository actions caches type: object @@ -51454,7 +51462,7 @@ paths: - total_count - actions_caches examples: - default: &399 + default: &400 value: total_count: 1 actions_caches: @@ -51486,23 +51494,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: - - *377 - *378 + - *379 - name: key description: A key for identifying the cache. in: query required: true schema: type: string - - *397 + - *398 responses: '200': description: Response content: application/json: - schema: *398 + schema: *399 examples: - default: *399 + default: *400 x-github: githubCloudOnly: false enabledForGitHubApps: true @@ -51522,8 +51530,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: - - *377 - *378 + - *379 - name: cache_id description: The unique identifier of the GitHub Actions cache. in: path @@ -51554,9 +51562,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: - - *377 - *378 - - &400 + - *379 + - &401 name: job_id description: The unique identifier of the job. in: path @@ -51568,7 +51576,7 @@ paths: description: Response content: application/json: - schema: &412 + schema: &413 title: Job description: Information of a job execution in a workflow run type: object @@ -51875,9 +51883,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: - - *377 - *378 - - *400 + - *379 + - *401 responses: '302': description: Response @@ -51905,9 +51913,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: - - *377 - *378 - - *400 + - *379 + - *401 requestBody: required: false content: @@ -51952,8 +51960,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: - - *377 - *378 + - *379 responses: '200': description: Status response @@ -52003,8 +52011,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: - - *377 - *378 + - *379 requestBody: required: true content: @@ -52067,8 +52075,8 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/actions/secrets#list-repository-organization-secrets parameters: - - *377 - *378 + - *379 - *17 - *19 responses: @@ -52086,7 +52094,7 @@ paths: type: integer secrets: type: array - items: &414 + items: &415 title: Actions Secret description: Set secrets for GitHub Actions. type: object @@ -52106,7 +52114,7 @@ paths: - created_at - updated_at examples: - default: &415 + default: &416 value: total_count: 2 secrets: @@ -52139,9 +52147,9 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/actions/variables#list-repository-organization-variables parameters: - - *377 - *378 - - *401 + - *379 + - *402 - *19 responses: '200': @@ -52158,7 +52166,7 @@ paths: type: integer variables: type: array - items: &418 + items: &419 title: Actions Variable type: object properties: @@ -52188,7 +52196,7 @@ paths: - created_at - updated_at examples: - default: &419 + default: &420 value: total_count: 2 variables: @@ -52221,8 +52229,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: - - *377 - *378 + - *379 responses: '200': description: Response @@ -52231,7 +52239,7 @@ paths: schema: type: object properties: - enabled: &402 + enabled: &403 type: boolean description: Whether GitHub Actions is enabled on the repository. allowed_actions: *48 @@ -52264,8 +52272,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: - - *377 - *378 + - *379 responses: '204': description: Response @@ -52276,7 +52284,7 @@ paths: schema: type: object properties: - enabled: *402 + enabled: *403 allowed_actions: *48 required: - enabled @@ -52307,14 +52315,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: - - *377 - *378 + - *379 responses: '200': description: Response content: application/json: - schema: &403 + schema: &404 type: object properties: access_level: @@ -52332,7 +52340,7 @@ paths: required: - access_level examples: - default: &404 + default: &405 value: access_level: organization x-github: @@ -52357,15 +52365,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: - - *377 - *378 + - *379 requestBody: required: true content: application/json: - schema: *403 + schema: *404 examples: - default: *404 + default: *405 responses: '204': description: Response @@ -52389,8 +52397,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: - - *377 - *378 + - *379 responses: '200': description: Response @@ -52421,8 +52429,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: - - *377 - *378 + - *379 responses: '204': description: Response @@ -52454,8 +52462,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: - - *377 - *378 + - *379 responses: '200': description: Response @@ -52484,8 +52492,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: - - *377 - *378 + - *379 responses: '204': description: Success response @@ -52525,8 +52533,8 @@ paths: in: query schema: type: string - - *377 - *378 + - *379 - *17 - *19 responses: @@ -52570,8 +52578,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: - - *377 - *378 + - *379 responses: '200': description: Response @@ -52603,8 +52611,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: - - *377 - *378 + - *379 requestBody: required: true content: @@ -52678,8 +52686,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: - - *377 - *378 + - *379 responses: '201': description: Response @@ -52715,8 +52723,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: - - *377 - *378 + - *379 responses: '201': description: Response @@ -52746,8 +52754,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: - - *377 - *378 + - *379 - *60 responses: '200': @@ -52777,8 +52785,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: - - *377 - *378 + - *379 - *60 responses: '204': @@ -52804,8 +52812,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: - - *377 - *378 + - *379 - *60 responses: '200': *66 @@ -52830,8 +52838,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: - - *377 - *378 + - *379 - *60 requestBody: required: true @@ -52880,8 +52888,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: - - *377 - *378 + - *379 - *60 requestBody: required: true @@ -52931,8 +52939,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: - - *377 - *378 + - *379 - *60 responses: '200': *203 @@ -52962,8 +52970,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: - - *377 - *378 + - *379 - *60 - *204 responses: @@ -52993,9 +53001,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: - - *377 - *378 - - &422 + - *379 + - &423 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. @@ -53003,7 +53011,7 @@ paths: required: false schema: type: string - - &423 + - &424 name: branch description: Returns workflow runs associated with a branch. Use the name of the branch of the `push`. @@ -53011,7 +53019,7 @@ paths: required: false schema: type: string - - &424 + - &425 name: event description: Returns workflow run triggered by the event you specify. For example, `push`, `pull_request` or `issue`. For more information, see "[Events @@ -53020,7 +53028,7 @@ paths: required: false schema: type: string - - &425 + - &426 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 @@ -53047,7 +53055,7 @@ paths: - pending - *17 - *19 - - &426 + - &427 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)." @@ -53056,7 +53064,7 @@ paths: schema: type: string format: date-time - - &405 + - &406 name: exclude_pull_requests description: If `true` pull requests are omitted from the response (empty array). @@ -53065,13 +53073,13 @@ paths: schema: type: boolean default: false - - &427 + - &428 name: check_suite_id description: Returns workflow runs with the `check_suite_id` that you specify. in: query schema: type: integer - - &428 + - &429 name: head_sha description: Only returns workflow runs that are associated with the specified `head_sha`. @@ -53094,7 +53102,7 @@ paths: type: integer workflow_runs: type: array - items: &406 + items: &407 title: Workflow Run description: An invocation of a workflow type: object @@ -53189,7 +53197,7 @@ paths: that triggered the run. type: array nullable: true - items: &449 + items: &450 title: Pull Request Minimal type: object properties: @@ -53308,7 +53316,7 @@ paths: title: Simple Commit description: A commit. type: object - properties: &453 + properties: &454 id: type: string description: SHA for the commit @@ -53359,7 +53367,7 @@ paths: - name - email nullable: true - required: &454 + required: &455 - id - tree_id - message @@ -53406,7 +53414,7 @@ paths: - workflow_url - pull_requests examples: - default: &429 + default: &430 value: total_count: 1 workflow_runs: @@ -53642,24 +53650,24 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/actions/workflow-runs#get-a-workflow-run parameters: - - *377 - *378 - - &407 + - *379 + - &408 name: run_id description: The unique identifier of the workflow run. in: path required: true schema: type: integer - - *405 + - *406 responses: '200': description: Response content: application/json: - schema: *406 + schema: *407 examples: - default: &410 + default: &411 value: id: 30433642 name: Build @@ -53900,9 +53908,9 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/actions/workflow-runs#delete-a-workflow-run parameters: - - *377 - *378 - - *407 + - *379 + - *408 responses: '204': description: Response @@ -53925,9 +53933,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: - - *377 - *378 - - *407 + - *379 + - *408 responses: '200': description: Response @@ -54046,9 +54054,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: - - *377 - *378 - - *407 + - *379 + - *408 responses: '201': description: Response @@ -54081,12 +54089,12 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/actions/artifacts#list-workflow-run-artifacts parameters: - - *377 - *378 - - *407 + - *379 + - *408 - *17 - *19 - - *408 + - *409 responses: '200': description: Response @@ -54102,9 +54110,9 @@ paths: type: integer artifacts: type: array - items: *394 + items: *395 examples: - default: *409 + default: *410 headers: Link: *39 x-github: @@ -54128,25 +54136,25 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/actions/workflow-runs#get-a-workflow-run-attempt parameters: - - *377 - *378 - - *407 - - &411 + - *379 + - *408 + - &412 name: attempt_number description: The attempt number of the workflow run. in: path required: true schema: type: integer - - *405 + - *406 responses: '200': description: Response content: application/json: - schema: *406 + schema: *407 examples: - default: *410 + default: *411 x-github: githubCloudOnly: false enabledForGitHubApps: true @@ -54169,10 +54177,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: - - *377 - *378 - - *407 - - *411 + - *379 + - *408 + - *412 - *17 - *19 responses: @@ -54190,9 +54198,9 @@ paths: type: integer jobs: type: array - items: *412 + items: *413 examples: - default: &413 + default: &414 value: total_count: 1 jobs: @@ -54305,10 +54313,10 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/actions/workflow-runs#download-workflow-run-attempt-logs parameters: - - *377 - *378 - - *407 - - *411 + - *379 + - *408 + - *412 responses: '302': description: Response @@ -54336,9 +54344,9 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/actions/workflow-runs#cancel-a-workflow-run parameters: - - *377 - *378 - - *407 + - *379 + - *408 responses: '202': description: Response @@ -54371,9 +54379,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: - - *377 - *378 - - *407 + - *379 + - *408 requestBody: required: true content: @@ -54440,9 +54448,9 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/actions/workflow-runs#force-cancel-a-workflow-run parameters: - - *377 - *378 - - *407 + - *379 + - *408 responses: '202': description: Response @@ -54475,9 +54483,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: - - *377 - *378 - - *407 + - *379 + - *408 - 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 @@ -54507,9 +54515,9 @@ paths: type: integer jobs: type: array - items: *412 + items: *413 examples: - default: *413 + default: *414 headers: Link: *39 x-github: @@ -54534,9 +54542,9 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/actions/workflow-runs#download-workflow-run-logs parameters: - - *377 - *378 - - *407 + - *379 + - *408 responses: '302': description: Response @@ -54563,9 +54571,9 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/actions/workflow-runs#delete-workflow-run-logs parameters: - - *377 - *378 - - *407 + - *379 + - *408 responses: '204': description: Response @@ -54592,9 +54600,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: - - *377 - *378 - - *407 + - *379 + - *408 responses: '200': description: Response @@ -54654,7 +54662,7 @@ paths: items: type: object properties: - type: &533 + type: &534 type: string description: The type of reviewer. enum: @@ -54739,9 +54747,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: - - *377 - *378 - - *407 + - *379 + - *408 requestBody: required: true content: @@ -54788,7 +54796,7 @@ paths: application/json: schema: type: array - items: &525 + items: &526 title: Deployment description: A request for a specific ref(branch,sha,tag) to be deployed @@ -54894,7 +54902,7 @@ paths: - created_at - updated_at examples: - default: &526 + default: &527 value: - url: https://api.github.com/repos/octocat/example/deployments/1 id: 1 @@ -54950,9 +54958,9 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/actions/workflow-runs#re-run-a-workflow parameters: - - *377 - *378 - - *407 + - *379 + - *408 requestBody: required: false content: @@ -54996,9 +55004,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: - - *377 - *378 - - *407 + - *379 + - *408 requestBody: required: false content: @@ -55052,9 +55060,9 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/actions/workflow-runs#get-workflow-run-usage parameters: - - *377 - *378 - - *407 + - *379 + - *408 responses: '200': description: Response @@ -55191,8 +55199,8 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/actions/secrets#list-repository-secrets parameters: - - *377 - *378 + - *379 - *17 - *19 responses: @@ -55210,9 +55218,9 @@ paths: type: integer secrets: type: array - items: *414 + items: *415 examples: - default: *415 + default: *416 headers: Link: *39 x-github: @@ -55237,16 +55245,16 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/actions/secrets#get-a-repository-public-key parameters: - - *377 - *378 + - *379 responses: '200': description: Response content: application/json: - schema: *416 + schema: *417 examples: - default: *417 + default: *418 x-github: githubCloudOnly: false enabledForGitHubApps: true @@ -55268,17 +55276,17 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/actions/secrets#get-a-repository-secret parameters: - - *377 - *378 + - *379 - *206 responses: '200': description: Response content: application/json: - schema: *414 + schema: *415 examples: - default: &546 + default: &547 value: name: GH_TOKEN created_at: '2019-08-10T14:59:22Z' @@ -55304,8 +55312,8 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/actions/secrets#create-or-update-a-repository-secret parameters: - - *377 - *378 + - *379 - *206 requestBody: required: true @@ -55363,8 +55371,8 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/actions/secrets#delete-a-repository-secret parameters: - - *377 - *378 + - *379 - *206 responses: '204': @@ -55390,9 +55398,9 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/actions/variables#list-repository-variables parameters: - - *377 - *378 - - *401 + - *379 + - *402 - *19 responses: '200': @@ -55409,9 +55417,9 @@ paths: type: integer variables: type: array - items: *418 + items: *419 examples: - default: *419 + default: *420 headers: Link: *39 x-github: @@ -55434,8 +55442,8 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/actions/variables#create-a-repository-variable parameters: - - *377 - *378 + - *379 requestBody: required: true content: @@ -55487,17 +55495,17 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/actions/variables#get-a-repository-variable parameters: - - *377 - *378 + - *379 - *209 responses: '200': description: Response content: application/json: - schema: *418 + schema: *419 examples: - default: &547 + default: &548 value: name: USERNAME value: octocat @@ -55523,8 +55531,8 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/actions/variables#update-a-repository-variable parameters: - - *377 - *378 + - *379 - *209 requestBody: required: true @@ -55567,8 +55575,8 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/actions/variables#delete-a-repository-variable parameters: - - *377 - *378 + - *379 - *209 responses: '204': @@ -55594,8 +55602,8 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/actions/workflows#list-repository-workflows parameters: - - *377 - *378 + - *379 - *17 - *19 responses: @@ -55613,7 +55621,7 @@ paths: type: integer workflows: type: array - items: &420 + items: &421 title: Workflow description: A GitHub Actions workflow type: object @@ -55720,9 +55728,9 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/actions/workflows#get-a-workflow parameters: - - *377 - *378 - - &421 + - *379 + - &422 name: workflow_id in: path description: The ID of the workflow. You can also pass the workflow file name @@ -55737,7 +55745,7 @@ paths: description: Response content: application/json: - schema: *420 + schema: *421 examples: default: value: @@ -55770,9 +55778,9 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/actions/workflows#disable-a-workflow parameters: - - *377 - *378 - - *421 + - *379 + - *422 responses: '204': description: Response @@ -55797,9 +55805,9 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/actions/workflows#create-a-workflow-dispatch-event parameters: - - *377 - *378 - - *421 + - *379 + - *422 responses: '204': description: Response @@ -55850,9 +55858,9 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/actions/workflows#enable-a-workflow parameters: - - *377 - *378 - - *421 + - *379 + - *422 responses: '204': description: Response @@ -55879,19 +55887,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: - - *377 - *378 - - *421 + - *379 - *422 - *423 - *424 - *425 + - *426 - *17 - *19 - - *426 - - *405 - *427 + - *406 - *428 + - *429 responses: '200': description: Response @@ -55907,9 +55915,9 @@ paths: type: integer workflow_runs: type: array - items: *406 + items: *407 examples: - default: *429 + default: *430 headers: Link: *39 x-github: @@ -55942,9 +55950,9 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/actions/workflows#get-workflow-usage parameters: - - *377 - *378 - - *421 + - *379 + - *422 responses: '200': description: Response @@ -56005,8 +56013,8 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/repos/repos#list-repository-activities parameters: - - *377 - *378 + - *379 - *86 - *17 - *84 @@ -56170,8 +56178,8 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/issues/assignees#list-assignees parameters: - - *377 - *378 + - *379 - *17 - *19 responses: @@ -56183,7 +56191,7 @@ paths: type: array items: *4 examples: - default: *293 + default: *294 headers: Link: *39 '404': *6 @@ -56208,8 +56216,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: - - *377 - *378 + - *379 - name: assignee in: path required: true @@ -56245,8 +56253,8 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/repos/repos#create-an-attestation parameters: - - *377 - *378 + - *379 requestBody: required: true content: @@ -56358,8 +56366,8 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/repos/repos#list-attestations parameters: - - *377 - *378 + - *379 - *17 - *84 - *85 @@ -56413,7 +56421,7 @@ paths: bundle_url: type: string examples: - default: *430 + default: *431 x-github: githubCloudOnly: false enabledForGitHubApps: true @@ -56433,8 +56441,8 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/repos/autolinks#get-all-autolinks-of-a-repository parameters: - - *377 - *378 + - *379 responses: '200': description: Response @@ -56442,7 +56450,7 @@ paths: application/json: schema: type: array - items: &431 + items: &432 title: Autolink reference description: An autolink reference. type: object @@ -56492,8 +56500,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: - - *377 - *378 + - *379 requestBody: required: true content: @@ -56532,9 +56540,9 @@ paths: description: response content: application/json: - schema: *431 + schema: *432 examples: - default: &432 + default: &433 value: id: 1 key_prefix: TICKET- @@ -56565,9 +56573,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: - - *377 - *378 - - &433 + - *379 + - &434 name: autolink_id description: The unique identifier of the autolink. in: path @@ -56579,9 +56587,9 @@ paths: description: Response content: application/json: - schema: *431 + schema: *432 examples: - default: *432 + default: *433 '404': *6 x-github: githubCloudOnly: false @@ -56601,9 +56609,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: - - *377 - *378 - - *433 + - *379 + - *434 responses: '204': description: Response @@ -56627,8 +56635,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: - - *377 - *378 + - *379 responses: '200': description: Response if Dependabot is enabled @@ -56676,8 +56684,8 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/repos/repos#enable-dependabot-security-updates parameters: - - *377 - *378 + - *379 responses: '204': description: Response @@ -56698,8 +56706,8 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/repos/repos#disable-dependabot-security-updates parameters: - - *377 - *378 + - *379 responses: '204': description: Response @@ -56719,8 +56727,8 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/branches/branches#list-branches parameters: - - *377 - *378 + - *379 - name: protected description: Setting to `true` returns only branches protected by branch protections or rulesets. When set to `false`, only unprotected branches are returned. @@ -56758,7 +56766,7 @@ paths: - url protected: type: boolean - protection: &435 + protection: &436 title: Branch Protection description: Branch Protection type: object @@ -56800,7 +56808,7 @@ paths: required: - contexts - checks - enforce_admins: &438 + enforce_admins: &439 title: Protected Branch Admin Enforced description: Protected Branch Admin Enforced type: object @@ -56815,7 +56823,7 @@ paths: required: - url - enabled - required_pull_request_reviews: &440 + required_pull_request_reviews: &441 title: Protected Branch Pull Request Review description: Protected Branch Pull Request Review type: object @@ -56891,7 +56899,7 @@ paths: required: - dismiss_stale_reviews - require_code_owner_reviews - restrictions: &437 + restrictions: &438 title: Branch Restriction Policy description: Branch Restriction Policy type: object @@ -57198,9 +57206,9 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/branches/branches#get-a-branch parameters: - - *377 - *378 - - &436 + - *379 + - &437 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). @@ -57214,14 +57222,14 @@ paths: description: Response content: application/json: - schema: &446 + schema: &447 title: Branch With Protection description: Branch With Protection type: object properties: name: type: string - commit: &498 + commit: &499 title: Commit description: Commit type: object @@ -57255,7 +57263,7 @@ paths: title: Git User description: Metaproperties for Git author/committer information. type: object - properties: &434 + properties: &435 name: type: string example: '"Chris Wanstrath"' @@ -57270,7 +57278,7 @@ paths: title: Git User description: Metaproperties for Git author/committer information. type: object - properties: *434 + properties: *435 nullable: true message: type: string @@ -57291,7 +57299,7 @@ paths: required: - sha - url - verification: &553 + verification: &554 title: Verification type: object properties: @@ -57361,7 +57369,7 @@ paths: type: integer files: type: array - items: &513 + items: &514 title: Diff Entry description: Diff Entry type: object @@ -57444,7 +57452,7 @@ paths: - self protected: type: boolean - protection: *435 + protection: *436 protection_url: type: string format: uri @@ -57551,7 +57559,7 @@ paths: contexts: [] checks: [] protection_url: https://api.github.com/repos/octocat/Hello-World/branches/main/protection - '301': *391 + '301': *392 '404': *6 x-github: githubCloudOnly: false @@ -57573,15 +57581,15 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/branches/branch-protection#get-branch-protection parameters: - - *377 - *378 - - *436 + - *379 + - *437 responses: '200': description: Response content: application/json: - schema: *435 + schema: *436 examples: default: value: @@ -57775,9 +57783,9 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/branches/branch-protection#update-branch-protection parameters: - - *377 - *378 - - *436 + - *379 + - *437 requestBody: required: true content: @@ -58032,7 +58040,7 @@ paths: url: type: string format: uri - required_status_checks: &443 + required_status_checks: &444 title: Status Check Policy description: Status Check Policy type: object @@ -58184,7 +58192,7 @@ paths: additionalProperties: false required: - enabled - restrictions: *437 + restrictions: *438 required_conversation_resolution: type: object properties: @@ -58296,9 +58304,9 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/branches/branch-protection#delete-branch-protection parameters: - - *377 - *378 - - *436 + - *379 + - *437 responses: '204': description: Response @@ -58323,17 +58331,17 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/branches/branch-protection#get-admin-branch-protection parameters: - - *377 - *378 - - *436 + - *379 + - *437 responses: '200': description: Response content: application/json: - schema: *438 + schema: *439 examples: - default: &439 + default: &440 value: url: https://api.github.com/repos/octocat/Hello-World/branches/master/protection/enforce_admins enabled: true @@ -58355,17 +58363,17 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/branches/branch-protection#set-admin-branch-protection parameters: - - *377 - *378 - - *436 + - *379 + - *437 responses: '200': description: Response content: application/json: - schema: *438 + schema: *439 examples: - default: *439 + default: *440 x-github: githubCloudOnly: false enabledForGitHubApps: true @@ -58384,9 +58392,9 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/branches/branch-protection#delete-admin-branch-protection parameters: - - *377 - *378 - - *436 + - *379 + - *437 responses: '204': description: Response @@ -58411,17 +58419,17 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/branches/branch-protection#get-pull-request-review-protection parameters: - - *377 - *378 - - *436 + - *379 + - *437 responses: '200': description: Response content: application/json: - schema: *440 + schema: *441 examples: - default: &441 + default: &442 value: url: https://api.github.com/repos/octocat/Hello-World/branches/master/protection/required_pull_request_reviews dismissal_restrictions: @@ -58517,9 +58525,9 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/branches/branch-protection#update-pull-request-review-protection parameters: - - *377 - *378 - - *436 + - *379 + - *437 requestBody: required: false content: @@ -58617,9 +58625,9 @@ paths: description: Response content: application/json: - schema: *440 + schema: *441 examples: - default: *441 + default: *442 '422': *15 x-github: githubCloudOnly: false @@ -58640,9 +58648,9 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/branches/branch-protection#delete-pull-request-review-protection parameters: - - *377 - *378 - - *436 + - *379 + - *437 responses: '204': description: Response @@ -58669,17 +58677,17 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/branches/branch-protection#get-commit-signature-protection parameters: - - *377 - *378 - - *436 + - *379 + - *437 responses: '200': description: Response content: application/json: - schema: *438 + schema: *439 examples: - default: &442 + default: &443 value: url: https://api.github.com/repos/octocat/Hello-World/branches/master/protection/required_signatures enabled: true @@ -58702,17 +58710,17 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/branches/branch-protection#create-commit-signature-protection parameters: - - *377 - *378 - - *436 + - *379 + - *437 responses: '200': description: Response content: application/json: - schema: *438 + schema: *439 examples: - default: *442 + default: *443 '404': *6 x-github: githubCloudOnly: false @@ -58732,9 +58740,9 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/branches/branch-protection#delete-commit-signature-protection parameters: - - *377 - *378 - - *436 + - *379 + - *437 responses: '204': description: Response @@ -58759,17 +58767,17 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/branches/branch-protection#get-status-checks-protection parameters: - - *377 - *378 - - *436 + - *379 + - *437 responses: '200': description: Response content: application/json: - schema: *443 + schema: *444 examples: - default: &444 + default: &445 value: url: https://api.github.com/repos/octocat/Hello-World/branches/master/protection/required_status_checks strict: true @@ -58795,9 +58803,9 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/branches/branch-protection#update-status-check-protection parameters: - - *377 - *378 - - *436 + - *379 + - *437 requestBody: required: false content: @@ -58849,9 +58857,9 @@ paths: description: Response content: application/json: - schema: *443 + schema: *444 examples: - default: *444 + default: *445 '404': *6 '422': *15 x-github: @@ -58873,9 +58881,9 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/branches/branch-protection#remove-status-check-protection parameters: - - *377 - *378 - - *436 + - *379 + - *437 responses: '204': description: Response @@ -58899,9 +58907,9 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/branches/branch-protection#get-all-status-check-contexts parameters: - - *377 - *378 - - *436 + - *379 + - *437 responses: '200': description: Response @@ -58935,9 +58943,9 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/branches/branch-protection#add-status-check-contexts parameters: - - *377 - *378 - - *436 + - *379 + - *437 requestBody: required: false content: @@ -59004,9 +59012,9 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/branches/branch-protection#set-status-check-contexts parameters: - - *377 - *378 - - *436 + - *379 + - *437 requestBody: required: false content: @@ -59070,9 +59078,9 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/branches/branch-protection#remove-status-check-contexts parameters: - - *377 - *378 - - *436 + - *379 + - *437 requestBody: content: application/json: @@ -59138,15 +59146,15 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/branches/branch-protection#get-access-restrictions parameters: - - *377 - *378 - - *436 + - *379 + - *437 responses: '200': description: Response content: application/json: - schema: *437 + schema: *438 examples: default: value: @@ -59237,9 +59245,9 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/branches/branch-protection#delete-access-restrictions parameters: - - *377 - *378 - - *436 + - *379 + - *437 responses: '204': description: Response @@ -59262,9 +59270,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: - - *377 - *378 - - *436 + - *379 + - *437 responses: '200': description: Response @@ -59274,7 +59282,7 @@ paths: type: array items: *5 examples: - default: &445 + default: &446 value: - id: 1 slug: octoapp @@ -59331,9 +59339,9 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/branches/branch-protection#add-app-access-restrictions parameters: - - *377 - *378 - - *436 + - *379 + - *437 requestBody: required: true content: @@ -59367,7 +59375,7 @@ paths: type: array items: *5 examples: - default: *445 + default: *446 '422': *15 x-github: githubCloudOnly: false @@ -59388,9 +59396,9 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/branches/branch-protection#set-app-access-restrictions parameters: - - *377 - *378 - - *436 + - *379 + - *437 requestBody: required: true content: @@ -59424,7 +59432,7 @@ paths: type: array items: *5 examples: - default: *445 + default: *446 '422': *15 x-github: githubCloudOnly: false @@ -59445,9 +59453,9 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/branches/branch-protection#remove-app-access-restrictions parameters: - - *377 - *378 - - *436 + - *379 + - *437 requestBody: required: true content: @@ -59481,7 +59489,7 @@ paths: type: array items: *5 examples: - default: *445 + default: *446 '422': *15 x-github: githubCloudOnly: false @@ -59503,9 +59511,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: - - *377 - *378 - - *436 + - *379 + - *437 responses: '200': description: Response @@ -59515,7 +59523,7 @@ paths: type: array items: *227 examples: - default: *305 + default: *306 '404': *6 x-github: githubCloudOnly: false @@ -59535,9 +59543,9 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/branches/branch-protection#add-team-access-restrictions parameters: - - *377 - *378 - - *436 + - *379 + - *437 requestBody: required: false content: @@ -59575,7 +59583,7 @@ paths: type: array items: *227 examples: - default: *305 + default: *306 '422': *15 x-github: githubCloudOnly: false @@ -59596,9 +59604,9 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/branches/branch-protection#set-team-access-restrictions parameters: - - *377 - *378 - - *436 + - *379 + - *437 requestBody: required: false content: @@ -59636,7 +59644,7 @@ paths: type: array items: *227 examples: - default: *305 + default: *306 '422': *15 x-github: githubCloudOnly: false @@ -59657,9 +59665,9 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/branches/branch-protection#remove-team-access-restrictions parameters: - - *377 - *378 - - *436 + - *379 + - *437 requestBody: content: application/json: @@ -59696,7 +59704,7 @@ paths: type: array items: *227 examples: - default: *305 + default: *306 '422': *15 x-github: githubCloudOnly: false @@ -59718,9 +59726,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: - - *377 - *378 - - *436 + - *379 + - *437 responses: '200': description: Response @@ -59730,7 +59738,7 @@ paths: type: array items: *4 examples: - default: *293 + default: *294 '404': *6 x-github: githubCloudOnly: false @@ -59754,9 +59762,9 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/branches/branch-protection#add-user-access-restrictions parameters: - - *377 - *378 - - *436 + - *379 + - *437 requestBody: required: true content: @@ -59789,7 +59797,7 @@ paths: type: array items: *4 examples: - default: *293 + default: *294 '422': *15 x-github: githubCloudOnly: false @@ -59814,9 +59822,9 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/branches/branch-protection#set-user-access-restrictions parameters: - - *377 - *378 - - *436 + - *379 + - *437 requestBody: required: true content: @@ -59849,7 +59857,7 @@ paths: type: array items: *4 examples: - default: *293 + default: *294 '422': *15 x-github: githubCloudOnly: false @@ -59874,9 +59882,9 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/branches/branch-protection#remove-user-access-restrictions parameters: - - *377 - *378 - - *436 + - *379 + - *437 requestBody: required: true content: @@ -59909,7 +59917,7 @@ paths: type: array items: *4 examples: - default: *293 + default: *294 '422': *15 x-github: githubCloudOnly: false @@ -59936,9 +59944,9 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/branches/branches#rename-a-branch parameters: - - *377 - *378 - - *436 + - *379 + - *437 requestBody: required: true content: @@ -59960,7 +59968,7 @@ paths: description: Response content: application/json: - schema: *446 + schema: *447 examples: default: value: @@ -60074,8 +60082,8 @@ paths: category: repos subcategory: bypass-requests parameters: - - *377 - *378 + - *379 - *219 - *220 - *221 @@ -60111,8 +60119,8 @@ paths: category: repos subcategory: bypass-requests parameters: - - *377 - *378 + - *379 - name: bypass_request_number in: path required: true @@ -60185,8 +60193,8 @@ paths: category: secret-scanning subcategory: delegated-bypass parameters: - - *377 - *378 + - *379 - *219 - *220 - *221 @@ -60200,9 +60208,9 @@ paths: application/json: schema: type: array - items: *447 + items: *448 examples: - default: *448 + default: *449 '404': *6 '403': *29 '500': *99 @@ -60226,8 +60234,8 @@ paths: category: secret-scanning subcategory: delegated-bypass parameters: - - *377 - *378 + - *379 - name: bypass_request_number in: path required: true @@ -60239,7 +60247,7 @@ paths: description: A single bypass request. content: application/json: - schema: *447 + schema: *448 examples: default: value: @@ -60297,8 +60305,8 @@ paths: category: secret-scanning subcategory: delegated-bypass parameters: - - *377 - *378 + - *379 - name: bypass_request_number in: path required: true @@ -60369,8 +60377,8 @@ paths: category: secret-scanning subcategory: delegated-bypass parameters: - - *377 - *378 + - *379 - name: bypass_response_id in: path required: true @@ -60403,8 +60411,8 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/checks/runs#create-a-check-run parameters: - - *377 - *378 + - *379 requestBody: required: true content: @@ -60683,7 +60691,7 @@ paths: description: Response content: application/json: - schema: &450 + schema: &451 title: CheckRun description: A check performed on the code of a given code change type: object @@ -60802,8 +60810,8 @@ paths: do not necessarily indicate pull requests that triggered the check. type: array - items: *449 - deployment: &771 + items: *450 + deployment: &772 title: Deployment description: A deployment created as the result of an Actions check run from a workflow that references an environment @@ -61083,9 +61091,9 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/checks/runs#get-a-check-run parameters: - - *377 - *378 - - &451 + - *379 + - &452 name: check_run_id description: The unique identifier of the check run. in: path @@ -61097,9 +61105,9 @@ paths: description: Response content: application/json: - schema: *450 + schema: *451 examples: - default: &452 + default: &453 value: id: 4 head_sha: ce587453ced02b1526dfb4cb910479d431683101 @@ -61199,9 +61207,9 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/checks/runs#update-a-check-run parameters: - - *377 - *378 - - *451 + - *379 + - *452 requestBody: required: true content: @@ -61441,9 +61449,9 @@ paths: description: Response content: application/json: - schema: *450 + schema: *451 examples: - default: *452 + default: *453 x-github: githubCloudOnly: false enabledForGitHubApps: true @@ -61463,9 +61471,9 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/checks/runs#list-check-run-annotations parameters: - - *377 - *378 - - *451 + - *379 + - *452 - *17 - *19 responses: @@ -61553,8 +61561,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 @@ -61562,9 +61568,9 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/checks/runs#rerequest-a-check-run parameters: - - *377 - *378 - - *451 + - *379 + - *452 responses: '201': description: Response @@ -61608,8 +61614,8 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/checks/suites#create-a-check-suite parameters: - - *377 - *378 + - *379 requestBody: required: true content: @@ -61631,7 +61637,7 @@ paths: description: Response when the suite already exists content: application/json: - schema: &455 + schema: &456 title: CheckSuite description: A suite of checks performed on the code of a given code change @@ -61695,7 +61701,7 @@ paths: nullable: true pull_requests: type: array - items: *449 + items: *450 nullable: true app: title: GitHub app @@ -61717,12 +61723,12 @@ paths: type: string format: date-time nullable: true - head_commit: &797 + head_commit: &798 title: Simple Commit description: A commit. type: object - properties: *453 - required: *454 + properties: *454 + required: *455 latest_check_runs_count: type: integer check_runs_url: @@ -61750,7 +61756,7 @@ paths: - check_runs_url - pull_requests examples: - default: &456 + default: &457 value: id: 5 node_id: MDEwOkNoZWNrU3VpdGU1 @@ -62041,9 +62047,9 @@ paths: description: Response when the suite was created content: application/json: - schema: *455 + schema: *456 examples: - default: *456 + default: *457 x-github: githubCloudOnly: false enabledForGitHubApps: true @@ -62062,8 +62068,8 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/checks/suites#update-repository-preferences-for-check-suites parameters: - - *377 - *378 + - *379 requestBody: required: true content: @@ -62372,9 +62378,9 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/checks/suites#get-a-check-suite parameters: - - *377 - *378 - - &457 + - *379 + - &458 name: check_suite_id description: The unique identifier of the check suite. in: path @@ -62386,9 +62392,9 @@ paths: description: Response content: application/json: - schema: *455 + schema: *456 examples: - default: *456 + default: *457 x-github: githubCloudOnly: false enabledForGitHubApps: true @@ -62411,17 +62417,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: - - *377 - *378 - - *457 - - &506 + - *379 + - *458 + - &507 name: check_name description: Returns check runs with the specified `name`. in: query required: false schema: type: string - - &507 + - &508 name: status description: Returns check runs with the specified `status`. in: query @@ -62460,9 +62466,9 @@ paths: type: integer check_runs: type: array - items: *450 + items: *451 examples: - default: &508 + default: &509 value: total_count: 1 check_runs: @@ -62553,10 +62559,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 @@ -62564,9 +62570,9 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/checks/suites#rerequest-a-check-suite parameters: - - *377 - *378 - - *457 + - *379 + - *458 responses: '201': description: Response @@ -62599,21 +62605,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: - - *377 - *378 + - *379 - *231 - *232 - *19 - *17 - - &473 + - &474 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: *458 - - &474 + schema: *459 + - &475 name: pr description: The number of the pull request for the results you want to list. in: query @@ -62644,7 +62650,7 @@ paths: be returned. in: query required: false - schema: *459 + schema: *460 responses: '200': description: Response @@ -62660,7 +62666,7 @@ paths: updated_at: *108 url: *105 html_url: *106 - instances_url: *460 + instances_url: *461 state: *89 fixed_at: *110 dismissed_by: @@ -62671,11 +62677,11 @@ paths: required: *21 nullable: true dismissed_at: *109 - dismissed_reason: *461 - dismissed_comment: *462 - rule: *463 - tool: *464 - most_recent_instance: *465 + dismissed_reason: *462 + dismissed_comment: *463 + rule: *464 + tool: *465 + most_recent_instance: *466 dismissal_approved_by: title: Simple User description: A GitHub user. @@ -62798,7 +62804,7 @@ paths: classifications: [] instances_url: https://api.github.com/repos/octocat/hello-world/code-scanning/alerts/3/instances '304': *37 - '403': &466 + '403': &467 description: Response if GitHub Advanced Security is not enabled for this repository content: @@ -62825,9 +62831,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: - - *377 - *378 - - &467 + - *379 + - &468 name: alert_number in: path description: The number that identifies an alert. You can find this at the @@ -62841,7 +62847,7 @@ paths: description: Response content: application/json: - schema: &468 + schema: &469 type: object properties: number: *100 @@ -62849,7 +62855,7 @@ paths: updated_at: *108 url: *105 html_url: *106 - instances_url: *460 + instances_url: *461 state: *89 fixed_at: *110 dismissed_by: @@ -62860,8 +62866,8 @@ paths: required: *21 nullable: true dismissed_at: *109 - dismissed_reason: *461 - dismissed_comment: *462 + dismissed_reason: *462 + dismissed_comment: *463 rule: type: object properties: @@ -62915,8 +62921,8 @@ paths: type: string description: A link to the documentation for the rule used to detect the alert. - tool: *464 - most_recent_instance: *465 + tool: *465 + most_recent_instance: *466 dismissal_approved_by: title: Simple User description: A GitHub user. @@ -63012,7 +63018,7 @@ paths: - test instances_url: https://api.github.com/repos/octocat/hello-world/code-scanning/alerts/42/instances '304': *37 - '403': *466 + '403': *467 '404': *6 '503': *132 x-github: @@ -63032,9 +63038,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: - - *377 - *378 - - *467 + - *379 + - *468 requestBody: required: true content: @@ -63049,8 +63055,8 @@ paths: enum: - open - dismissed - dismissed_reason: *461 - dismissed_comment: *462 + dismissed_reason: *462 + dismissed_comment: *463 create_request: type: boolean description: If `true`, attempt to create an alert dismissal request. @@ -63069,7 +63075,7 @@ paths: description: Response content: application/json: - schema: *468 + schema: *469 examples: default: value: @@ -63145,7 +63151,7 @@ paths: - test instances_url: https://api.github.com/repos/octocat/hello-world/code-scanning/alerts/42/instances '400': *14 - '403': &472 + '403': &473 description: Response if the repository is archived or if GitHub Advanced Security is not enabled for this repository content: @@ -63172,15 +63178,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: - - *377 - *378 - - *467 + - *379 + - *468 responses: '200': description: Response content: application/json: - schema: &469 + schema: &470 type: object properties: status: @@ -63206,13 +63212,13 @@ paths: - description - started_at examples: - default: &470 + default: &471 value: status: success description: This fixes an XSS vulnerability by escaping the user input. started_at: '2024-02-14T12:29:18Z' - '400': &471 + '400': &472 description: Bad Request content: application/json: @@ -63223,7 +63229,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': *466 + '403': *467 '404': *6 '503': *132 x-github: @@ -63248,29 +63254,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: - - *377 - *378 - - *467 + - *379 + - *468 responses: '200': description: OK content: application/json: - schema: *469 + schema: *470 examples: - default: *470 + default: *471 '202': description: Accepted content: application/json: - schema: *469 + schema: *470 examples: default: value: status: pending description: started_at: '2024-02-14T12:29:18Z' - '400': *471 + '400': *472 '403': description: Response if the repository is archived, if GitHub Advanced Security is not enabled for this repository or if rate limit is exceeded @@ -63302,9 +63308,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: - - *377 - *378 - - *467 + - *379 + - *468 requestBody: required: false content: @@ -63349,8 +63355,8 @@ paths: value: target_ref: refs/heads/main sha: 178f4f6090b3fccad4a65b3e83d076a622d59652 - '400': *471 - '403': *472 + '400': *472 + '403': *473 '404': *6 '422': description: Unprocessable Entity @@ -63374,13 +63380,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: - - *377 - *378 - - *467 + - *379 + - *468 - *19 - *17 - - *473 - *474 + - *475 responses: '200': description: Response @@ -63388,7 +63394,7 @@ paths: application/json: schema: type: array - items: *465 + items: *466 examples: default: value: @@ -63427,7 +63433,7 @@ paths: end_column: 50 classifications: - source - '403': *466 + '403': *467 '404': *6 '503': *132 x-github: @@ -63461,25 +63467,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: - - *377 - *378 + - *379 - *231 - *232 - *19 - *17 - - *474 + - *475 - 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: *458 + schema: *459 - name: sarif_id in: query description: Filter analyses belonging to the same SARIF upload. required: false - schema: &477 + schema: &478 type: string description: An identifier for the upload. example: 6c81cd8e-b078-4ac3-a3be-1dad7dbd0b53 @@ -63500,23 +63506,23 @@ paths: application/json: schema: type: array - items: &478 + items: &479 type: object properties: - ref: *458 - commit_sha: &486 + ref: *459 + commit_sha: &487 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: *475 + analysis_key: *476 environment: type: string description: Identifies the variable values associated with the environment in which this analysis was performed. - category: *476 + category: *477 error: type: string example: error reading field xyz @@ -63540,8 +63546,8 @@ paths: description: The REST API URL of the analysis resource. format: uri readOnly: true - sarif_id: *477 - tool: *464 + sarif_id: *478 + tool: *465 deletable: type: boolean warning: @@ -63602,7 +63608,7 @@ paths: version: 1.2.0 deletable: true warning: '' - '403': *466 + '403': *467 '404': *6 '503': *132 x-github: @@ -63638,8 +63644,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: - - *377 - *378 + - *379 - name: analysis_id in: path description: The ID of the analysis, as returned from the `GET /repos/{owner}/{repo}/code-scanning/analyses` @@ -63652,7 +63658,7 @@ paths: description: Response content: application/json: - schema: *478 + schema: *479 examples: response: summary: application/json response @@ -63706,7 +63712,7 @@ paths: properties: - github/alertNumber: 2 - github/alertUrl: https://api.github.com/repos/monalisa/monalisa/code-scanning/alerts/2 - '403': *466 + '403': *467 '404': *6 '503': *132 x-github: @@ -63788,8 +63794,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: - - *377 - *378 + - *379 - name: analysis_id in: path description: The ID of the analysis, as returned from the `GET /repos/{owner}/{repo}/code-scanning/analyses` @@ -63842,7 +63848,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': *472 + '403': *473 '404': *6 '503': *132 x-github: @@ -63864,8 +63870,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: - - *377 - *378 + - *379 responses: '200': description: Response @@ -63873,7 +63879,7 @@ paths: application/json: schema: type: array - items: &479 + items: &480 title: CodeQL Database description: A CodeQL database. type: object @@ -63984,7 +63990,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': *466 + '403': *467 '404': *6 '503': *132 x-github: @@ -64013,8 +64019,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: - - *377 - *378 + - *379 - name: language in: path description: The language of the CodeQL database. @@ -64026,7 +64032,7 @@ paths: description: Response content: application/json: - schema: *479 + schema: *480 examples: default: value: @@ -64058,9 +64064,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': &515 + '302': &516 description: Found - '403': *466 + '403': *467 '404': *6 '503': *132 x-github: @@ -64082,8 +64088,8 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/code-scanning/code-scanning#delete-a-codeql-database parameters: - - *377 - *378 + - *379 - name: language in: path description: The language of the CodeQL database. @@ -64093,7 +64099,7 @@ paths: responses: '204': description: Response - '403': *472 + '403': *473 '404': *6 '503': *132 x-github: @@ -64121,8 +64127,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: - - *377 - *378 + - *379 requestBody: required: true content: @@ -64131,7 +64137,7 @@ paths: type: object additionalProperties: false properties: - language: &480 + language: &481 type: string description: The language targeted by the CodeQL query enum: @@ -64210,7 +64216,7 @@ paths: description: Variant analysis submitted for processing content: application/json: - schema: &484 + schema: &485 title: Variant Analysis description: A run of a CodeQL query against one or more repositories. type: object @@ -64220,7 +64226,7 @@ paths: description: The ID of the variant analysis. controller_repo: *96 actor: *4 - query_language: *480 + query_language: *481 query_pack_url: type: string description: The download url for the query pack. @@ -64267,7 +64273,7 @@ paths: items: type: object properties: - repository: &481 + repository: &482 title: Repository Identifier description: Repository Identifier type: object @@ -64303,7 +64309,7 @@ paths: - private - stargazers_count - updated_at - analysis_status: &485 + analysis_status: &486 type: string description: The new status of the CodeQL variant analysis repository task. @@ -64335,7 +64341,7 @@ paths: from processing. This information is only available to the user that initiated the variant analysis. properties: - access_mismatch_repos: &482 + access_mismatch_repos: &483 type: object properties: repository_count: @@ -64349,7 +64355,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: *481 + items: *482 required: - repository_count - repositories @@ -64371,8 +64377,8 @@ paths: required: - repository_count - repository_full_names - no_codeql_db_repos: *482 - over_limit_repos: *482 + no_codeql_db_repos: *483 + over_limit_repos: *483 required: - access_mismatch_repos - not_found_repos @@ -64388,7 +64394,7 @@ paths: examples: repositories_parameter: summary: Response for a successful variant analysis submission - value: &483 + value: &484 summary: Default response value: id: 1 @@ -64540,10 +64546,10 @@ paths: private: false repository_owners: summary: Response for a successful variant analysis submission - value: *483 + value: *484 repository_lists: summary: Response for a successful variant analysis submission - value: *483 + value: *484 '404': *6 '422': description: Unable to process variant analysis submission @@ -64571,8 +64577,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: - - *377 - *378 + - *379 - name: codeql_variant_analysis_id in: path description: The unique identifier of the variant analysis. @@ -64584,9 +64590,9 @@ paths: description: Response content: application/json: - schema: *484 + schema: *485 examples: - default: *483 + default: *484 '404': *6 '503': *132 x-github: @@ -64609,7 +64615,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: - - *377 + - *378 - name: repo in: path description: The name of the controller repository. @@ -64644,7 +64650,7 @@ paths: type: object properties: repository: *96 - analysis_status: *485 + analysis_status: *486 artifact_size_in_bytes: type: integer description: The size of the artifact. This is only available @@ -64769,8 +64775,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: - - *377 - *378 + - *379 responses: '200': description: Response @@ -64844,7 +64850,7 @@ paths: query_suite: default updated_at: '2023-01-19T11:21:34Z' schedule: weekly - '403': *466 + '403': *467 '404': *6 '503': *132 x-github: @@ -64865,8 +64871,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: - - *377 - *378 + - *379 requestBody: required: true content: @@ -64948,7 +64954,7 @@ paths: value: run_id: 42 run_url: https://api.github.com/repos/octoorg/octocat/actions/runs/42 - '403': *472 + '403': *473 '404': *6 '409': description: Response if there is already a validation run in progress with @@ -65013,8 +65019,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: - - *377 - *378 + - *379 requestBody: required: true content: @@ -65022,7 +65028,7 @@ paths: schema: type: object properties: - commit_sha: *486 + commit_sha: *487 ref: type: string description: |- @@ -65080,7 +65086,7 @@ paths: schema: type: object properties: - id: *477 + id: *478 url: type: string description: The REST API URL for checking the status of the upload. @@ -65094,7 +65100,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': *472 + '403': *473 '404': *6 '413': description: Payload Too Large if the sarif field is too large @@ -65117,8 +65123,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: - - *377 - *378 + - *379 - name: sarif_id description: The SARIF ID obtained after uploading. in: path @@ -65164,7 +65170,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': *466 + '403': *467 '404': description: Not Found if the sarif id does not match any upload '503': *132 @@ -65189,8 +65195,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: - - *377 - *378 + - *379 responses: '200': description: Response @@ -65271,8 +65277,8 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/repos/repos#list-codeowners-errors parameters: - - *377 - *378 + - *379 - 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 @@ -65392,8 +65398,8 @@ paths: parameters: - *17 - *19 - - *377 - *378 + - *379 responses: '200': description: Response @@ -65409,7 +65415,7 @@ paths: type: integer codespaces: type: array - items: *294 + items: *295 examples: default: value: @@ -65707,8 +65713,8 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/codespaces/codespaces#create-a-codespace-in-a-repository parameters: - - *377 - *378 + - *379 requestBody: required: true content: @@ -65771,17 +65777,17 @@ paths: description: Response when the codespace was successfully created content: application/json: - schema: *294 + schema: *295 examples: - default: *487 + default: *488 '202': description: Response when the codespace creation partially failed but is being retried in the background content: application/json: - schema: *294 + schema: *295 examples: - default: *487 + default: *488 '400': *14 '401': *25 '403': *29 @@ -65810,8 +65816,8 @@ paths: parameters: - *17 - *19 - - *377 - *378 + - *379 responses: '200': description: Response @@ -65875,8 +65881,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: - - *377 - *378 + - *379 - name: location description: The location to check for available machines. Assigned by IP if not provided. @@ -65911,14 +65917,14 @@ paths: type: integer machines: type: array - items: &727 + items: &728 type: object title: Codespace machine description: A description of the machine powering a codespace. - properties: *488 - required: *489 + properties: *489 + required: *490 examples: - default: &728 + default: &729 value: total_count: 2 machines: @@ -65958,8 +65964,8 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/codespaces/codespaces#get-default-attributes-for-a-codespace parameters: - - *377 - *378 + - *379 - name: ref description: The branch or commit to check for a default devcontainer path. If not specified, the default branch will be checked. @@ -66043,8 +66049,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: - - *377 - *378 + - *379 - 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 @@ -66110,8 +66116,8 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/codespaces/repository-secrets#list-repository-secrets parameters: - - *377 - *378 + - *379 - *17 - *19 responses: @@ -66129,7 +66135,7 @@ paths: type: integer secrets: type: array - items: &493 + items: &494 title: Codespaces Secret description: Set repository secrets for GitHub Codespaces. type: object @@ -66149,7 +66155,7 @@ paths: - created_at - updated_at examples: - default: *490 + default: *491 headers: Link: *39 x-github: @@ -66172,16 +66178,16 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/codespaces/repository-secrets#get-a-repository-public-key parameters: - - *377 - *378 + - *379 responses: '200': description: Response content: application/json: - schema: *491 + schema: *492 examples: - default: *492 + default: *493 x-github: githubCloudOnly: false enabledForGitHubApps: false @@ -66201,17 +66207,17 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/codespaces/repository-secrets#get-a-repository-secret parameters: - - *377 - *378 + - *379 - *206 responses: '200': description: Response content: application/json: - schema: *493 + schema: *494 examples: - default: *494 + default: *495 x-github: githubCloudOnly: false enabledForGitHubApps: true @@ -66231,8 +66237,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: - - *377 - *378 + - *379 - *206 requestBody: required: true @@ -66285,8 +66291,8 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/codespaces/repository-secrets#delete-a-repository-secret parameters: - - *377 - *378 + - *379 - *206 responses: '204': @@ -66315,8 +66321,8 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/collaborators/collaborators#list-repository-collaborators parameters: - - *377 - *378 + - *379 - name: affiliation description: Filter collaborators returned by their affiliation. `outside` means all outside collaborators of an organization-owned repository. `direct` @@ -66358,7 +66364,7 @@ paths: title: Collaborator description: Collaborator type: object - properties: &495 + properties: &496 login: type: string example: octocat @@ -66451,7 +66457,7 @@ paths: user_view_type: type: string example: public - required: &496 + required: &497 - avatar_url - events_url - followers_url @@ -66525,8 +66531,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: - - *377 - *378 + - *379 - *218 responses: '204': @@ -66569,8 +66575,8 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/collaborators/collaborators#add-a-repository-collaborator parameters: - - *377 - *378 + - *379 - *218 requestBody: required: false @@ -66597,7 +66603,7 @@ paths: description: Response when a new invitation is created content: application/json: - schema: &566 + schema: &567 title: Repository Invitation description: Repository invitations let you manage who you collaborate with. @@ -66819,8 +66825,8 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/collaborators/collaborators#remove-a-repository-collaborator parameters: - - *377 - *378 + - *379 - *218 responses: '204': @@ -66850,8 +66856,8 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/collaborators/collaborators#get-repository-permissions-for-a-user parameters: - - *377 - *378 + - *379 - *218 responses: '200': @@ -66872,8 +66878,8 @@ paths: title: Collaborator description: Collaborator type: object - properties: *495 - required: *496 + properties: *496 + required: *497 nullable: true required: - permission @@ -66928,8 +66934,8 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/commits/comments#list-commit-comments-for-a-repository parameters: - - *377 - *378 + - *379 - *17 - *19 responses: @@ -66939,7 +66945,7 @@ paths: application/json: schema: type: array - items: &497 + items: &498 title: Commit Comment description: Commit Comment type: object @@ -66997,7 +67003,7 @@ paths: - created_at - updated_at examples: - default: &500 + default: &501 value: - html_url: https://github.com/octocat/Hello-World/commit/6dcb09b5b57875f334f61aebed695e2e4193db5e#commitcomment-1 url: https://api.github.com/repos/octocat/Hello-World/comments/1 @@ -67056,17 +67062,17 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/commits/comments#get-a-commit-comment parameters: - - *377 - *378 + - *379 - *152 responses: '200': description: Response content: application/json: - schema: *497 + schema: *498 examples: - default: &501 + default: &502 value: html_url: https://github.com/octocat/Hello-World/commit/6dcb09b5b57875f334f61aebed695e2e4193db5e#commitcomment-1 url: https://api.github.com/repos/octocat/Hello-World/comments/1 @@ -67123,8 +67129,8 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/commits/comments#update-a-commit-comment parameters: - - *377 - *378 + - *379 - *152 requestBody: required: true @@ -67147,7 +67153,7 @@ paths: description: Response content: application/json: - schema: *497 + schema: *498 examples: default: value: @@ -67198,8 +67204,8 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/commits/comments#delete-a-commit-comment parameters: - - *377 - *378 + - *379 - *152 responses: '204': @@ -67221,8 +67227,8 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/reactions/reactions#list-reactions-for-a-commit-comment parameters: - - *377 - *378 + - *379 - *152 - name: content description: Returns a single [reaction type](https://docs.github.com/enterprise-cloud@latest//rest/reactions/reactions#about-reactions). @@ -67249,9 +67255,9 @@ paths: application/json: schema: type: array - items: *366 + items: *367 examples: - default: *368 + default: *369 headers: Link: *39 '404': *6 @@ -67272,8 +67278,8 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/reactions/reactions#create-reaction-for-a-commit-comment parameters: - - *377 - *378 + - *379 - *152 requestBody: required: true @@ -67306,16 +67312,16 @@ paths: description: Reaction exists content: application/json: - schema: *366 + schema: *367 examples: - default: *367 + default: *368 '201': description: Reaction created content: application/json: - schema: *366 + schema: *367 examples: - default: *367 + default: *368 '422': *15 x-github: githubCloudOnly: false @@ -67337,10 +67343,10 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/reactions/reactions#delete-a-commit-comment-reaction parameters: - - *377 - *378 + - *379 - *152 - - *369 + - *370 responses: '204': description: Response @@ -67389,8 +67395,8 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/commits/commits#list-commits parameters: - - *377 - *378 + - *379 - name: sha description: 'SHA or branch to start listing commits from. Default: the repository’s default branch (usually `main`).' @@ -67446,9 +67452,9 @@ paths: application/json: schema: type: array - items: *498 + items: *499 examples: - default: &617 + default: &618 value: - url: https://api.github.com/repos/octocat/Hello-World/commits/6dcb09b5b57875f334f61aebed695e2e4193db5e sha: 6dcb09b5b57875f334f61aebed695e2e4193db5e @@ -67542,9 +67548,9 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/commits/commits#list-branches-for-head-commit parameters: - - *377 - *378 - - &499 + - *379 + - &500 name: commit_sha description: The SHA of the commit. in: path @@ -67616,9 +67622,9 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/commits/comments#list-commit-comments parameters: - - *377 - *378 - - *499 + - *379 + - *500 - *17 - *19 responses: @@ -67628,9 +67634,9 @@ paths: application/json: schema: type: array - items: *497 + items: *498 examples: - default: *500 + default: *501 headers: Link: *39 x-github: @@ -67658,9 +67664,9 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/commits/comments#create-a-commit-comment parameters: - - *377 - *378 - - *499 + - *379 + - *500 requestBody: required: true content: @@ -67695,9 +67701,9 @@ paths: description: Response content: application/json: - schema: *497 + schema: *498 examples: - default: *501 + default: *502 headers: Location: example: https://api.github.com/repos/octocat/Hello-World/comments/1 @@ -67725,9 +67731,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: - - *377 - *378 - - *499 + - *379 + - *500 - *17 - *19 responses: @@ -67737,7 +67743,7 @@ paths: application/json: schema: type: array - items: &608 + items: &609 title: Pull Request Simple description: Pull Request Simple type: object @@ -67843,8 +67849,8 @@ paths: title: Milestone description: A collection of related issues and pull requests. type: object - properties: *502 - required: *503 + properties: *503 + required: *504 nullable: true active_lock_reason: type: string @@ -67940,7 +67946,7 @@ paths: _links: type: object properties: - comments: &504 + comments: &505 title: Link description: Hypermedia Link type: object @@ -67949,13 +67955,13 @@ paths: type: string required: - href - commits: *504 - statuses: *504 - html: *504 - issue: *504 - review_comments: *504 - review_comment: *504 - self: *504 + commits: *505 + statuses: *505 + html: *505 + issue: *505 + review_comments: *505 + review_comment: *505 + self: *505 required: - comments - commits @@ -67966,7 +67972,7 @@ paths: - review_comment - self author_association: *140 - auto_merge: &610 + auto_merge: &611 title: Auto merge description: The status of auto merging a pull request. type: object @@ -68029,7 +68035,7 @@ paths: - author_association - auto_merge examples: - default: &609 + default: &610 value: - url: https://api.github.com/repos/octocat/Hello-World/pulls/1347 id: 1 @@ -68566,11 +68572,11 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/commits/commits#get-a-commit parameters: - - *377 - *378 + - *379 - *19 - *17 - - &505 + - &506 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)" @@ -68585,9 +68591,9 @@ paths: description: Response content: application/json: - schema: *498 + schema: *499 examples: - default: &595 + default: &596 value: url: https://api.github.com/repos/octocat/Hello-World/commits/6dcb09b5b57875f334f61aebed695e2e4193db5e sha: 6dcb09b5b57875f334f61aebed695e2e4193db5e @@ -68700,11 +68706,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: - - *377 - *378 - - *505 + - *379 - *506 - *507 + - *508 - name: filter description: Filters check runs by their `completed_at` timestamp. `latest` returns the most recent check runs. @@ -68738,9 +68744,9 @@ paths: type: integer check_runs: type: array - items: *450 + items: *451 examples: - default: *508 + default: *509 headers: Link: *39 x-github: @@ -68765,9 +68771,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: - - *377 - *378 - - *505 + - *379 + - *506 - name: app_id description: Filters check suites by GitHub App `id`. in: query @@ -68775,7 +68781,7 @@ paths: schema: type: integer example: 1 - - *506 + - *507 - *17 - *19 responses: @@ -68793,7 +68799,7 @@ paths: type: integer check_suites: type: array - items: *455 + items: *456 examples: default: value: @@ -68993,9 +68999,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: - - *377 - *378 - - *505 + - *379 + - *506 - *17 - *19 responses: @@ -69193,9 +69199,9 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/commits/statuses#list-commit-statuses-for-a-reference parameters: - - *377 - *378 - - *505 + - *379 + - *506 - *17 - *19 responses: @@ -69205,7 +69211,7 @@ paths: application/json: schema: type: array - items: &675 + items: &676 title: Status description: The status of a commit. type: object @@ -69286,7 +69292,7 @@ paths: site_admin: false headers: Link: *39 - '301': *391 + '301': *392 x-github: githubCloudOnly: false enabledForGitHubApps: true @@ -69314,8 +69320,8 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/metrics/community#get-community-profile-metrics parameters: - - *377 - *378 + - *379 responses: '200': description: Response @@ -69344,20 +69350,20 @@ paths: title: Code Of Conduct Simple description: Code of Conduct Simple type: object - properties: *509 - required: *510 + properties: *510 + required: *511 nullable: true code_of_conduct_file: title: Community Health File type: object - properties: &511 + properties: &512 url: type: string format: uri html_url: type: string format: uri - required: &512 + required: &513 - url - html_url nullable: true @@ -69371,26 +69377,26 @@ paths: contributing: title: Community Health File type: object - properties: *511 - required: *512 + properties: *512 + required: *513 nullable: true readme: title: Community Health File type: object - properties: *511 - required: *512 + properties: *512 + required: *513 nullable: true issue_template: title: Community Health File type: object - properties: *511 - required: *512 + properties: *512 + required: *513 nullable: true pull_request_template: title: Community Health File type: object - properties: *511 - required: *512 + properties: *512 + required: *513 nullable: true required: - code_of_conduct @@ -69517,8 +69523,8 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/commits/commits#compare-two-commits parameters: - - *377 - *378 + - *379 - *19 - *17 - name: basehead @@ -69561,8 +69567,8 @@ paths: type: string format: uri example: https://github.com/octocat/Hello-World/compare/master...topic.patch - base_commit: *498 - merge_base_commit: *498 + base_commit: *499 + merge_base_commit: *499 status: type: string enum: @@ -69582,10 +69588,10 @@ paths: example: 6 commits: type: array - items: *498 + items: *499 files: type: array - items: *513 + items: *514 required: - url - html_url @@ -69871,8 +69877,8 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/repos/contents#get-repository-content parameters: - - *377 - *378 + - *379 - name: path description: path parameter in: path @@ -70015,7 +70021,7 @@ paths: - type - url examples: - response-if-content-is-a-file: &514 + response-if-content-is-a-file: &515 summary: Response if content is a file value: type: file @@ -70147,7 +70153,7 @@ paths: - size - type - url - - &622 + - &623 title: Content File description: Content File type: object @@ -70348,7 +70354,7 @@ paths: - url - submodule_git_url examples: - response-if-content-is-a-file: *514 + response-if-content-is-a-file: *515 response-if-content-is-a-directory: summary: Response if content is a directory and the application/json media type is requested @@ -70417,7 +70423,7 @@ paths: html: https://github.com/jquery/qunit/tree/6ca3721222109997540bd6d9ccd396902e0ad2f9 '404': *6 '403': *29 - '302': *515 + '302': *516 '304': *37 x-github: githubCloudOnly: false @@ -70440,8 +70446,8 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/repos/contents#create-or-update-file-contents parameters: - - *377 - *378 + - *379 - name: path description: path parameter in: path @@ -70534,7 +70540,7 @@ paths: description: Response content: application/json: - schema: &516 + schema: &517 title: File Commit description: File Commit type: object @@ -70686,7 +70692,7 @@ paths: description: Response content: application/json: - schema: *516 + schema: *517 examples: example-for-creating-a-file: value: @@ -70740,7 +70746,7 @@ paths: schema: oneOf: - *3 - - &548 + - &549 description: Repository rule violation was detected type: object properties: @@ -70761,7 +70767,7 @@ paths: items: type: object properties: - placeholder_id: &667 + placeholder_id: &668 description: The ID of the push protection bypass placeholder. This value is returned on any push protected routes. @@ -70793,8 +70799,8 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/repos/contents#delete-a-file parameters: - - *377 - *378 + - *379 - name: path description: path parameter in: path @@ -70855,7 +70861,7 @@ paths: description: Response content: application/json: - schema: *516 + schema: *517 examples: default: value: @@ -70910,8 +70916,8 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/repos/repos#list-repository-contributors parameters: - - *377 - *378 + - *379 - name: anon description: Set to `1` or `true` to include anonymous contributors in results. in: query @@ -71034,8 +71040,8 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/dependabot/alerts#list-dependabot-alerts-for-a-repository parameters: - - *377 - *378 + - *379 - *249 - *250 - *251 @@ -71049,6 +71055,7 @@ paths: - *253 - *254 - *255 + - *256 - *86 - name: page description: "**Closing down notice**. Page number of the results to fetch. @@ -71068,8 +71075,8 @@ paths: default: 30 - *84 - *85 - - *256 - *257 + - *258 responses: '200': description: Response @@ -71077,7 +71084,7 @@ paths: application/json: schema: type: array - items: &519 + items: &520 type: object description: A Dependabot alert. properties: @@ -71123,7 +71130,7 @@ paths: - unknown - direct - transitive - security_advisory: *517 + security_advisory: *518 security_vulnerability: *104 url: *105 html_url: *106 @@ -71154,7 +71161,7 @@ paths: nullable: true maxLength: 280 fixed_at: *110 - auto_dismissed_at: *518 + auto_dismissed_at: *519 required: - number - state @@ -71384,9 +71391,9 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/dependabot/alerts#get-a-dependabot-alert parameters: - - *377 - *378 - - &520 + - *379 + - &521 name: alert_number in: path description: |- @@ -71401,7 +71408,7 @@ paths: description: Response content: application/json: - schema: *519 + schema: *520 examples: default: value: @@ -71514,9 +71521,9 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/dependabot/alerts#update-a-dependabot-alert parameters: - - *377 - *378 - - *520 + - *379 + - *521 requestBody: required: true content: @@ -71561,7 +71568,7 @@ paths: description: Response content: application/json: - schema: *519 + schema: *520 examples: default: value: @@ -71690,8 +71697,8 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/dependabot/secrets#list-repository-secrets parameters: - - *377 - *378 + - *379 - *17 - *19 responses: @@ -71709,7 +71716,7 @@ paths: type: integer secrets: type: array - items: &523 + items: &524 title: Dependabot Secret description: Set secrets for Dependabot. type: object @@ -71762,16 +71769,16 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/dependabot/secrets#get-a-repository-public-key parameters: - - *377 - *378 + - *379 responses: '200': description: Response content: application/json: - schema: *521 + schema: *522 examples: - default: *522 + default: *523 x-github: githubCloudOnly: false enabledForGitHubApps: true @@ -71791,15 +71798,15 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/dependabot/secrets#get-a-repository-secret parameters: - - *377 - *378 + - *379 - *206 responses: '200': description: Response content: application/json: - schema: *523 + schema: *524 examples: default: value: @@ -71825,8 +71832,8 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/dependabot/secrets#create-or-update-a-repository-secret parameters: - - *377 - *378 + - *379 - *206 requestBody: required: true @@ -71879,8 +71886,8 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/dependabot/secrets#delete-a-repository-secret parameters: - - *377 - *378 + - *379 - *206 responses: '204': @@ -71903,8 +71910,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: - - *377 - *378 + - *379 - 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 @@ -72064,8 +72071,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: - - *377 - *378 + - *379 responses: '200': description: Response @@ -72304,8 +72311,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: - - *377 - *378 + - *379 requestBody: required: true content: @@ -72380,7 +72387,7 @@ paths: - version - url additionalProperties: false - metadata: &524 + metadata: &525 title: metadata description: User-defined metadata to store domain-specific information limited to 8 keys with scalar values. @@ -72413,7 +72420,7 @@ paths: the root of the Git repository. example: "/src/build/package-lock.json" additionalProperties: false - metadata: *524 + metadata: *525 resolved: type: object description: A collection of resolved package dependencies. @@ -72426,7 +72433,7 @@ paths: for more details. example: pkg:/npm/%40actions/http-client@1.0.11 pattern: "^pkg" - metadata: *524 + metadata: *525 relationship: type: string description: A notation of whether a dependency is requested @@ -72555,8 +72562,8 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/deployments/deployments#list-deployments parameters: - - *377 - *378 + - *379 - name: sha description: The SHA recorded at creation time. in: query @@ -72596,9 +72603,9 @@ paths: application/json: schema: type: array - items: *525 + items: *526 examples: - default: *526 + default: *527 headers: Link: *39 x-github: @@ -72664,8 +72671,8 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/deployments/deployments#create-a-deployment parameters: - - *377 - *378 + - *379 requestBody: required: true content: @@ -72746,7 +72753,7 @@ paths: description: Response content: application/json: - schema: *525 + schema: *526 examples: simple-example: summary: Simple example @@ -72819,9 +72826,9 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/deployments/deployments#get-a-deployment parameters: - - *377 - *378 - - &527 + - *379 + - &528 name: deployment_id description: deployment_id parameter in: path @@ -72833,7 +72840,7 @@ paths: description: Response content: application/json: - schema: *525 + schema: *526 examples: default: value: @@ -72898,9 +72905,9 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/deployments/deployments#delete-a-deployment parameters: - - *377 - *378 - - *527 + - *379 + - *528 responses: '204': description: Response @@ -72922,9 +72929,9 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/deployments/statuses#list-deployment-statuses parameters: - - *377 - *378 - - *527 + - *379 + - *528 - *17 - *19 responses: @@ -72934,7 +72941,7 @@ paths: application/json: schema: type: array - items: &528 + items: &529 title: Deployment Status description: The status of a deployment. type: object @@ -73095,9 +73102,9 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/deployments/statuses#create-a-deployment-status parameters: - - *377 - *378 - - *527 + - *379 + - *528 requestBody: required: true content: @@ -73172,9 +73179,9 @@ paths: description: Response content: application/json: - schema: *528 + schema: *529 examples: - default: &529 + default: &530 value: url: https://api.github.com/repos/octocat/example/deployments/42/statuses/1 id: 1 @@ -73230,9 +73237,9 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/deployments/statuses#get-a-deployment-status parameters: - - *377 - *378 - - *527 + - *379 + - *528 - name: status_id in: path required: true @@ -73243,9 +73250,9 @@ paths: description: Response content: application/json: - schema: *528 + schema: *529 examples: - default: *529 + default: *530 '404': *6 x-github: githubCloudOnly: false @@ -73272,12 +73279,12 @@ paths: category: secret-scanning subcategory: alert-dismissal-requests parameters: - - *377 - *378 + - *379 - *219 - *220 - *221 - - *530 + - *531 - *17 - *19 responses: @@ -73287,9 +73294,9 @@ paths: application/json: schema: type: array - items: *531 + items: *532 examples: - default: *532 + default: *533 '404': *6 '403': *29 '500': *99 @@ -73314,8 +73321,8 @@ paths: category: secret-scanning subcategory: alert-dismissal-requests parameters: - - *377 - *378 + - *379 - name: alert_number in: path required: true @@ -73327,7 +73334,7 @@ paths: description: A single dismissal request. content: application/json: - schema: *531 + schema: *532 examples: default: value: @@ -73384,8 +73391,8 @@ paths: category: secret-scanning subcategory: alert-dismissal-requests parameters: - - *377 - *378 + - *379 - name: alert_number in: path required: true @@ -73454,8 +73461,8 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/repos/repos#create-a-repository-dispatch-event parameters: - - *377 - *378 + - *379 requestBody: required: true content: @@ -73512,8 +73519,8 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/deployments/environments#list-environments parameters: - - *377 - *378 + - *379 - *17 - *19 responses: @@ -73530,7 +73537,7 @@ paths: type: integer environments: type: array - items: &534 + items: &535 title: Environment description: Details of a deployment environment type: object @@ -73582,7 +73589,7 @@ paths: type: type: string example: wait_timer - wait_timer: &536 + wait_timer: &537 type: integer example: 30 description: The amount of time to delay a job after @@ -73619,7 +73626,7 @@ paths: items: type: object properties: - type: *533 + type: *534 reviewer: anyOf: - *4 @@ -73643,7 +73650,7 @@ paths: - id - node_id - type - deployment_branch_policy: &537 + deployment_branch_policy: &538 type: object description: The type of deployment branch policy for this environment. To allow all branches to deploy, set to `null`. @@ -73759,9 +73766,9 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/deployments/environments#get-an-environment parameters: - - *377 - *378 - - &535 + - *379 + - &536 name: environment_name in: path required: true @@ -73774,9 +73781,9 @@ paths: description: Response content: application/json: - schema: *534 + schema: *535 examples: - default: &538 + default: &539 value: id: 161088068 node_id: MDExOkVudmlyb25tZW50MTYxMDg4MDY4 @@ -73860,9 +73867,9 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/deployments/environments#create-or-update-an-environment parameters: - - *377 - *378 - - *535 + - *379 + - *536 requestBody: required: false content: @@ -73871,7 +73878,7 @@ paths: type: object nullable: true properties: - wait_timer: *536 + wait_timer: *537 prevent_self_review: type: boolean example: false @@ -73888,13 +73895,13 @@ paths: items: type: object properties: - type: *533 + type: *534 id: type: integer description: The id of the user or team who can review the deployment example: 4532992 - deployment_branch_policy: *537 + deployment_branch_policy: *538 additionalProperties: false examples: default: @@ -73914,9 +73921,9 @@ paths: description: Response content: application/json: - schema: *534 + schema: *535 examples: - default: *538 + default: *539 '422': description: Validation error when the environment name is invalid or when `protected_branches` and `custom_branch_policies` in `deployment_branch_policy` @@ -73940,9 +73947,9 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/deployments/environments#delete-an-environment parameters: - - *377 - *378 - - *535 + - *379 + - *536 responses: '204': description: Default response @@ -73967,9 +73974,9 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/deployments/branch-policies#list-deployment-branch-policies parameters: - - *377 - *378 - - *535 + - *379 + - *536 - *17 - *19 responses: @@ -73987,7 +73994,7 @@ paths: example: 2 branch_policies: type: array - items: &539 + items: &540 title: Deployment branch policy description: Details of a deployment branch or tag policy. type: object @@ -74044,9 +74051,9 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/deployments/branch-policies#create-a-deployment-branch-policy parameters: - - *377 - *378 - - *535 + - *379 + - *536 requestBody: required: true content: @@ -74092,9 +74099,9 @@ paths: description: Response content: application/json: - schema: *539 + schema: *540 examples: - example-wildcard: &540 + example-wildcard: &541 value: id: 364662 node_id: MDE2OkdhdGVCcmFuY2hQb2xpY3kzNjQ2NjI= @@ -74136,10 +74143,10 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/deployments/branch-policies#get-a-deployment-branch-policy parameters: - - *377 - *378 - - *535 - - &541 + - *379 + - *536 + - &542 name: branch_policy_id in: path required: true @@ -74151,9 +74158,9 @@ paths: description: Response content: application/json: - schema: *539 + schema: *540 examples: - default: *540 + default: *541 x-github: githubCloudOnly: false enabledForGitHubApps: true @@ -74172,10 +74179,10 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/deployments/branch-policies#update-a-deployment-branch-policy parameters: - - *377 - *378 - - *535 - - *541 + - *379 + - *536 + - *542 requestBody: required: true content: @@ -74203,9 +74210,9 @@ paths: description: Response content: application/json: - schema: *539 + schema: *540 examples: - default: *540 + default: *541 x-github: githubCloudOnly: false enabledForGitHubApps: true @@ -74224,10 +74231,10 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/deployments/branch-policies#delete-a-deployment-branch-policy parameters: - - *377 - *378 - - *535 - - *541 + - *379 + - *536 + - *542 responses: '204': description: Response @@ -74252,9 +74259,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: - - *535 + - *536 + - *379 - *378 - - *377 responses: '200': description: List of deployment protection rules @@ -74270,7 +74277,7 @@ paths: example: 10 custom_deployment_protection_rules: type: array - items: &542 + items: &543 title: Deployment protection rule description: Deployment protection rule type: object @@ -74289,7 +74296,7 @@ paths: example: true description: Whether the deployment protection rule is enabled for the environment. - app: &543 + app: &544 title: Custom deployment protection rule app description: A GitHub App that is providing a custom deployment protection rule. @@ -74388,9 +74395,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: - - *535 + - *536 + - *379 - *378 - - *377 requestBody: content: application/json: @@ -74411,9 +74418,9 @@ paths: description: The enabled custom deployment protection rule content: application/json: - schema: *542 + schema: *543 examples: - default: &544 + default: &545 value: id: 3 node_id: IEH37kRlcGxveW1lbnRTdGF0ddiv @@ -74448,9 +74455,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: - - *535 + - *536 + - *379 - *378 - - *377 - *19 - *17 responses: @@ -74469,7 +74476,7 @@ paths: example: 35 available_custom_deployment_protection_rule_integrations: type: array - items: *543 + items: *544 examples: default: value: @@ -74504,10 +74511,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: - - *377 - *378 - - *535 - - &545 + - *379 + - *536 + - &546 name: protection_rule_id description: The unique identifier of the protection rule. in: path @@ -74519,9 +74526,9 @@ paths: description: Response content: application/json: - schema: *542 + schema: *543 examples: - default: *544 + default: *545 x-github: githubCloudOnly: false enabledForGitHubApps: true @@ -74542,10 +74549,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: - - *535 + - *536 + - *379 - *378 - - *377 - - *545 + - *546 responses: '204': description: Response @@ -74571,9 +74578,9 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/actions/secrets#list-environment-secrets parameters: - - *377 - *378 - - *535 + - *379 + - *536 - *17 - *19 responses: @@ -74591,9 +74598,9 @@ paths: type: integer secrets: type: array - items: *414 + items: *415 examples: - default: *415 + default: *416 headers: Link: *39 x-github: @@ -74618,17 +74625,17 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/actions/secrets#get-an-environment-public-key parameters: - - *377 - *378 - - *535 + - *379 + - *536 responses: '200': description: Response content: application/json: - schema: *416 + schema: *417 examples: - default: *417 + default: *418 x-github: githubCloudOnly: false enabledForGitHubApps: true @@ -74650,18 +74657,18 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/actions/secrets#get-an-environment-secret parameters: - - *377 - *378 - - *535 + - *379 + - *536 - *206 responses: '200': description: Response content: application/json: - schema: *414 + schema: *415 examples: - default: *546 + default: *547 x-github: githubCloudOnly: false enabledForGitHubApps: true @@ -74683,9 +74690,9 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/actions/secrets#create-or-update-an-environment-secret parameters: - - *377 - *378 - - *535 + - *379 + - *536 - *206 requestBody: required: true @@ -74743,9 +74750,9 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/actions/secrets#delete-an-environment-secret parameters: - - *377 - *378 - - *535 + - *379 + - *536 - *206 responses: '204': @@ -74771,10 +74778,10 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/actions/variables#list-environment-variables parameters: - - *377 - *378 - - *535 - - *401 + - *379 + - *536 + - *402 - *19 responses: '200': @@ -74791,9 +74798,9 @@ paths: type: integer variables: type: array - items: *418 + items: *419 examples: - default: *419 + default: *420 headers: Link: *39 x-github: @@ -74816,9 +74823,9 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/actions/variables#create-an-environment-variable parameters: - - *377 - *378 - - *535 + - *379 + - *536 requestBody: required: true content: @@ -74870,18 +74877,18 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/actions/variables#get-an-environment-variable parameters: - - *377 - *378 - - *535 + - *379 + - *536 - *209 responses: '200': description: Response content: application/json: - schema: *418 + schema: *419 examples: - default: *547 + default: *548 x-github: githubCloudOnly: false enabledForGitHubApps: true @@ -74902,10 +74909,10 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/actions/variables#update-an-environment-variable parameters: - - *377 - *378 + - *379 - *209 - - *535 + - *536 requestBody: required: true content: @@ -74947,10 +74954,10 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/actions/variables#delete-an-environment-variable parameters: - - *377 - *378 + - *379 - *209 - - *535 + - *536 responses: '204': description: Response @@ -74972,8 +74979,8 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/activity/events#list-repository-events parameters: - - *377 - *378 + - *379 - *17 - *19 responses: @@ -75050,8 +75057,8 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/repos/forks#list-forks parameters: - - *377 - *378 + - *379 - name: sort description: The sort order. `stargazers` will sort by star count. in: query @@ -75210,8 +75217,8 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/repos/forks#create-a-fork parameters: - - *377 - *378 + - *379 requestBody: required: false content: @@ -75243,9 +75250,9 @@ paths: description: Response content: application/json: - schema: *390 + schema: *391 examples: - default: *392 + default: *393 '400': *14 '422': *15 '403': *29 @@ -75266,8 +75273,8 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/git/blobs#create-a-blob parameters: - - *377 - *378 + - *379 requestBody: required: true content: @@ -75327,7 +75334,7 @@ paths: schema: oneOf: - *179 - - *548 + - *549 x-github: githubCloudOnly: false enabledForGitHubApps: true @@ -75352,8 +75359,8 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/git/blobs#get-a-blob parameters: - - *377 - *378 + - *379 - name: file_sha in: path required: true @@ -75452,8 +75459,8 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/git/commits#create-a-commit parameters: - - *377 - *378 + - *379 requestBody: required: true content: @@ -75562,7 +75569,7 @@ paths: description: Response content: application/json: - schema: &549 + schema: &550 title: Git Commit description: Low-level Git commit operations within a repository type: object @@ -75776,15 +75783,15 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/git/commits#get-a-commit-object parameters: - - *377 - *378 - - *499 + - *379 + - *500 responses: '200': description: Response content: application/json: - schema: *549 + schema: *550 examples: default: value: @@ -75840,9 +75847,9 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/git/refs#list-matching-references parameters: - - *377 - *378 - - &550 + - *379 + - &551 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. @@ -75859,7 +75866,7 @@ paths: application/json: schema: type: array - items: &551 + items: &552 title: Git Reference description: Git references within a repository type: object @@ -75934,17 +75941,17 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/git/refs#get-a-reference parameters: - - *377 - *378 - - *550 + - *379 + - *551 responses: '200': description: Response content: application/json: - schema: *551 + schema: *552 examples: - default: &552 + default: &553 value: ref: refs/heads/featureA node_id: MDM6UmVmcmVmcy9oZWFkcy9mZWF0dXJlQQ== @@ -75973,8 +75980,8 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/git/refs#create-a-reference parameters: - - *377 - *378 + - *379 requestBody: required: true content: @@ -76003,9 +76010,9 @@ paths: description: Response content: application/json: - schema: *551 + schema: *552 examples: - default: *552 + default: *553 headers: Location: example: https://api.github.com/repos/octocat/Hello-World/git/refs/heads/featureA @@ -76031,9 +76038,9 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/git/refs#update-a-reference parameters: - - *377 - *378 - - *550 + - *379 + - *551 requestBody: required: true content: @@ -76062,9 +76069,9 @@ paths: description: Response content: application/json: - schema: *551 + schema: *552 examples: - default: *552 + default: *553 '422': *15 '409': *94 x-github: @@ -76082,9 +76089,9 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/git/refs#delete-a-reference parameters: - - *377 - *378 - - *550 + - *379 + - *551 responses: '204': description: Response @@ -76139,8 +76146,8 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/git/tags#create-a-tag-object parameters: - - *377 - *378 + - *379 requestBody: required: true content: @@ -76207,7 +76214,7 @@ paths: description: Response content: application/json: - schema: &554 + schema: &555 title: Git Tag description: Metadata for a Git tag type: object @@ -76258,7 +76265,7 @@ paths: - sha - type - url - verification: *553 + verification: *554 required: - sha - url @@ -76268,7 +76275,7 @@ paths: - tag - message examples: - default: &555 + default: &556 value: node_id: MDM6VGFnOTQwYmQzMzYyNDhlZmFlMGY5ZWU1YmM3YjJkNWM5ODU4ODdiMTZhYw== tag: v0.0.1 @@ -76341,8 +76348,8 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/git/tags#get-a-tag parameters: - - *377 - *378 + - *379 - name: tag_sha in: path required: true @@ -76353,9 +76360,9 @@ paths: description: Response content: application/json: - schema: *554 + schema: *555 examples: - default: *555 + default: *556 '404': *6 '409': *94 x-github: @@ -76379,8 +76386,8 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/git/trees#create-a-tree parameters: - - *377 - *378 + - *379 requestBody: required: true content: @@ -76453,7 +76460,7 @@ paths: description: Response content: application/json: - schema: &556 + schema: &557 title: Git Tree description: The hierarchy between files in a Git repository. type: object @@ -76549,8 +76556,8 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/git/trees#get-a-tree parameters: - - *377 - *378 + - *379 - name: tree_sha description: The SHA1 value or ref (branch or tag) name of the tree. in: path @@ -76573,7 +76580,7 @@ paths: description: Response content: application/json: - schema: *556 + schema: *557 examples: default-response: summary: Default response @@ -76632,8 +76639,8 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/repos/webhooks#list-repository-webhooks parameters: - - *377 - *378 + - *379 - *17 - *19 responses: @@ -76643,7 +76650,7 @@ paths: application/json: schema: type: array - items: &557 + items: &558 title: Webhook description: Webhooks for repositories. type: object @@ -76697,7 +76704,7 @@ paths: type: string format: uri example: https://api.github.com/repos/octocat/Hello-World/hooks/1/deliveries - last_response: &805 + last_response: &806 title: Hook Response type: object properties: @@ -76771,8 +76778,8 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/repos/webhooks#create-a-repository-webhook parameters: - - *377 - *378 + - *379 requestBody: required: false content: @@ -76824,9 +76831,9 @@ paths: description: Response content: application/json: - schema: *557 + schema: *558 examples: - default: &558 + default: &559 value: type: Repository id: 12345678 @@ -76874,17 +76881,17 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/repos/webhooks#get-a-repository-webhook parameters: - - *377 - *378 - - *265 + - *379 + - *266 responses: '200': description: Response content: application/json: - schema: *557 + schema: *558 examples: - default: *558 + default: *559 '404': *6 x-github: githubCloudOnly: false @@ -76904,9 +76911,9 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/repos/webhooks#update-a-repository-webhook parameters: - - *377 - *378 - - *265 + - *379 + - *266 requestBody: required: true content: @@ -76951,9 +76958,9 @@ paths: description: Response content: application/json: - schema: *557 + schema: *558 examples: - default: *558 + default: *559 '422': *15 '404': *6 x-github: @@ -76974,9 +76981,9 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/repos/webhooks#delete-a-repository-webhook parameters: - - *377 - *378 - - *265 + - *379 + - *266 responses: '204': description: Response @@ -77000,9 +77007,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: - - *377 - *378 - - *265 + - *379 + - *266 responses: '200': description: Response @@ -77029,9 +77036,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: - - *377 - *378 - - *265 + - *379 + - *266 requestBody: required: false content: @@ -77075,11 +77082,11 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/repos/webhooks#list-deliveries-for-a-repository-webhook parameters: - - *377 - *378 - - *265 - - *17 + - *379 - *266 + - *17 + - *267 responses: '200': description: Response @@ -77087,9 +77094,9 @@ paths: application/json: schema: type: array - items: *267 + items: *268 examples: - default: *268 + default: *269 '400': *14 '422': *15 x-github: @@ -77108,18 +77115,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: - - *377 - *378 - - *265 + - *379 + - *266 - *16 responses: '200': description: Response content: application/json: - schema: *269 + schema: *270 examples: - default: *270 + default: *271 '400': *14 '422': *15 x-github: @@ -77138,9 +77145,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: - - *377 - *378 - - *265 + - *379 + - *266 - *16 responses: '202': *95 @@ -77163,9 +77170,9 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/repos/webhooks#ping-a-repository-webhook parameters: - - *377 - *378 - - *265 + - *379 + - *266 responses: '204': description: Response @@ -77190,9 +77197,9 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/repos/webhooks#test-the-push-repository-webhook parameters: - - *377 - *378 - - *265 + - *379 + - *266 responses: '204': description: Response @@ -77250,14 +77257,14 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/migrations/source-imports#get-an-import-status parameters: - - *377 - *378 + - *379 responses: '200': description: Response content: application/json: - schema: &559 + schema: &560 title: Import description: A repository import from an external source. type: object @@ -77356,7 +77363,7 @@ paths: - html_url - authors_url examples: - default: &562 + default: &563 value: vcs: subversion use_lfs: true @@ -77372,7 +77379,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': &560 + '503': &561 description: Unavailable due to service under maintenance. content: application/json: @@ -77401,8 +77408,8 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/migrations/source-imports#start-an-import parameters: - - *377 - *378 + - *379 requestBody: required: true content: @@ -77450,7 +77457,7 @@ paths: description: Response content: application/json: - schema: *559 + schema: *560 examples: default: value: @@ -77475,7 +77482,7 @@ paths: type: string '422': *15 '404': *6 - '503': *560 + '503': *561 x-github: githubCloudOnly: false enabledForGitHubApps: true @@ -77503,8 +77510,8 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/migrations/source-imports#update-an-import parameters: - - *377 - *378 + - *379 requestBody: required: false content: @@ -77553,7 +77560,7 @@ paths: description: Response content: application/json: - schema: *559 + schema: *560 examples: example-1: summary: Example 1 @@ -77601,7 +77608,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': *560 + '503': *561 x-github: githubCloudOnly: false enabledForGitHubApps: true @@ -77624,12 +77631,12 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/migrations/source-imports#cancel-an-import parameters: - - *377 - *378 + - *379 responses: '204': description: Response - '503': *560 + '503': *561 x-github: githubCloudOnly: false enabledForGitHubApps: true @@ -77655,9 +77662,9 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/migrations/source-imports#get-commit-authors parameters: - - *377 - *378 - - &751 + - *379 + - &752 name: since description: A user ID. Only return users with an ID greater than this ID. in: query @@ -77671,7 +77678,7 @@ paths: application/json: schema: type: array - items: &561 + items: &562 title: Porter Author description: Porter Author type: object @@ -77725,7 +77732,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': *560 + '503': *561 x-github: githubCloudOnly: false enabledForGitHubApps: true @@ -77750,8 +77757,8 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/migrations/source-imports#map-a-commit-author parameters: - - *377 - *378 + - *379 - name: author_id in: path required: true @@ -77781,7 +77788,7 @@ paths: description: Response content: application/json: - schema: *561 + schema: *562 examples: default: value: @@ -77794,7 +77801,7 @@ paths: import_url: https://api.github.com/repos/octocat/socm/import '422': *15 '404': *6 - '503': *560 + '503': *561 x-github: githubCloudOnly: false enabledForGitHubApps: true @@ -77818,8 +77825,8 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/migrations/source-imports#get-large-files parameters: - - *377 - *378 + - *379 responses: '200': description: Response @@ -77860,7 +77867,7 @@ paths: path: foo/bar/3 oid: c20ad4d76fe97759aa27a0c99bff6710 size: 12582912 - '503': *560 + '503': *561 x-github: githubCloudOnly: false enabledForGitHubApps: true @@ -77888,8 +77895,8 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/migrations/source-imports#update-git-lfs-preference parameters: - - *377 - *378 + - *379 requestBody: required: true content: @@ -77916,11 +77923,11 @@ paths: description: Response content: application/json: - schema: *559 + schema: *560 examples: - default: *562 + default: *563 '422': *15 - '503': *560 + '503': *561 x-github: githubCloudOnly: false enabledForGitHubApps: true @@ -77943,8 +77950,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: - - *377 - *378 + - *379 responses: '200': description: Response @@ -77952,8 +77959,8 @@ paths: application/json: schema: *22 examples: - default: *563 - '301': *391 + default: *564 + '301': *392 '404': *6 x-github: githubCloudOnly: false @@ -77973,8 +77980,8 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/interactions/repos#get-interaction-restrictions-for-a-repository parameters: - - *377 - *378 + - *379 responses: '200': description: Response @@ -77982,12 +77989,12 @@ paths: application/json: schema: anyOf: - - *283 + - *284 - type: object properties: {} additionalProperties: false examples: - default: &565 + default: &566 value: limit: collaborators_only origin: repository @@ -78012,13 +78019,13 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/interactions/repos#set-interaction-restrictions-for-a-repository parameters: - - *377 - *378 + - *379 requestBody: required: true content: application/json: - schema: *564 + schema: *565 examples: default: summary: Example request body @@ -78030,9 +78037,9 @@ paths: description: Response content: application/json: - schema: *283 + schema: *284 examples: - default: *565 + default: *566 '409': description: Response x-github: @@ -78054,8 +78061,8 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/interactions/repos#remove-interaction-restrictions-for-a-repository parameters: - - *377 - *378 + - *379 responses: '204': description: Response @@ -78078,8 +78085,8 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/collaborators/invitations#list-repository-invitations parameters: - - *377 - *378 + - *379 - *17 - *19 responses: @@ -78089,9 +78096,9 @@ paths: application/json: schema: type: array - items: *566 + items: *567 examples: - default: &744 + default: &745 value: - id: 1 repository: @@ -78222,9 +78229,9 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/collaborators/invitations#update-a-repository-invitation parameters: - - *377 - *378 - - *287 + - *379 + - *288 requestBody: required: false content: @@ -78253,7 +78260,7 @@ paths: description: Response content: application/json: - schema: *566 + schema: *567 examples: default: value: @@ -78384,9 +78391,9 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/collaborators/invitations#delete-a-repository-invitation parameters: - - *377 - *378 - - *287 + - *379 + - *288 responses: '204': description: Response @@ -78417,8 +78424,8 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/issues/issues#list-repository-issues parameters: - - *377 - *378 + - *379 - 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 @@ -78466,7 +78473,7 @@ paths: required: false schema: type: string - - *291 + - *292 - name: sort description: What to sort results by. in: query @@ -78491,7 +78498,7 @@ paths: type: array items: *153 examples: - default: &577 + default: &578 value: - id: 1 node_id: MDU6SXNzdWUx @@ -78639,7 +78646,7 @@ paths: state_reason: completed headers: Link: *39 - '301': *391 + '301': *392 '422': *15 '404': *6 x-github: @@ -78668,8 +78675,8 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/issues/issues#create-an-issue parameters: - - *377 - *378 + - *379 requestBody: required: true content: @@ -78753,7 +78760,7 @@ paths: application/json: schema: *153 examples: - default: &572 + default: &573 value: id: 1 node_id: MDU6SXNzdWUx @@ -78909,7 +78916,7 @@ paths: '422': *15 '503': *132 '404': *6 - '410': *388 + '410': *389 x-github: triggersNotification: true githubCloudOnly: false @@ -78937,8 +78944,8 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/issues/comments#list-issue-comments-for-a-repository parameters: - - *377 - *378 + - *379 - *163 - name: direction description: Either `asc` or `desc`. Ignored without the `sort` parameter. @@ -78959,9 +78966,9 @@ paths: application/json: schema: type: array - items: *567 + items: *568 examples: - default: &574 + default: &575 value: - id: 1 node_id: MDEyOklzc3VlQ29tbWVudDE= @@ -79019,17 +79026,17 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/issues/comments#get-an-issue-comment parameters: - - *377 - *378 + - *379 - *152 responses: '200': description: Response content: application/json: - schema: *567 + schema: *568 examples: - default: &568 + default: &569 value: id: 1 node_id: MDEyOklzc3VlQ29tbWVudDE= @@ -79083,8 +79090,8 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/issues/comments#update-an-issue-comment parameters: - - *377 - *378 + - *379 - *152 requestBody: required: true @@ -79107,9 +79114,9 @@ paths: description: Response content: application/json: - schema: *567 + schema: *568 examples: - default: *568 + default: *569 '422': *15 x-github: githubCloudOnly: false @@ -79127,8 +79134,8 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/issues/comments#delete-an-issue-comment parameters: - - *377 - *378 + - *379 - *152 responses: '204': @@ -79149,8 +79156,8 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/reactions/reactions#list-reactions-for-an-issue-comment parameters: - - *377 - *378 + - *379 - *152 - name: content description: Returns a single [reaction type](https://docs.github.com/enterprise-cloud@latest//rest/reactions/reactions#about-reactions). @@ -79177,9 +79184,9 @@ paths: application/json: schema: type: array - items: *366 + items: *367 examples: - default: *368 + default: *369 headers: Link: *39 '404': *6 @@ -79200,8 +79207,8 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/reactions/reactions#create-reaction-for-an-issue-comment parameters: - - *377 - *378 + - *379 - *152 requestBody: required: true @@ -79234,16 +79241,16 @@ paths: description: Reaction exists content: application/json: - schema: *366 + schema: *367 examples: - default: *367 + default: *368 '201': description: Reaction created content: application/json: - schema: *366 + schema: *367 examples: - default: *367 + default: *368 '422': *15 x-github: githubCloudOnly: false @@ -79265,10 +79272,10 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/reactions/reactions#delete-an-issue-comment-reaction parameters: - - *377 - *378 + - *379 - *152 - - *369 + - *370 responses: '204': description: Response @@ -79288,8 +79295,8 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/issues/events#list-issue-events-for-a-repository parameters: - - *377 - *378 + - *379 - *17 - *19 responses: @@ -79299,7 +79306,7 @@ paths: application/json: schema: type: array - items: &571 + items: &572 title: Issue Event description: Issue Event type: object @@ -79342,8 +79349,8 @@ paths: description: Issues are a great way to keep track of tasks, enhancements, and bugs for your projects. type: object - properties: *569 - required: *570 + properties: *570 + required: *571 nullable: true label: title: Issue Event Label @@ -79650,8 +79657,8 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/issues/events#get-an-issue-event parameters: - - *377 - *378 + - *379 - name: event_id in: path required: true @@ -79662,7 +79669,7 @@ paths: description: Response content: application/json: - schema: *571 + schema: *572 examples: default: value: @@ -79855,7 +79862,7 @@ paths: author_association: COLLABORATOR state_reason: completed '404': *6 - '410': *388 + '410': *389 '403': *29 x-github: githubCloudOnly: false @@ -79889,9 +79896,9 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/issues/issues#get-an-issue parameters: - - *377 - *378 - - &573 + - *379 + - &574 name: issue_number description: The number that identifies the issue. in: path @@ -79905,10 +79912,10 @@ paths: application/json: schema: *153 examples: - default: *572 - '301': *391 + default: *573 + '301': *392 '404': *6 - '410': *388 + '410': *389 '304': *37 x-github: githubCloudOnly: false @@ -79933,9 +79940,9 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/issues/issues#update-an-issue parameters: - - *377 - *378 - - *573 + - *379 + - *574 requestBody: required: false content: @@ -80040,13 +80047,13 @@ paths: application/json: schema: *153 examples: - default: *572 + default: *573 '422': *15 '503': *132 '403': *29 - '301': *391 + '301': *392 '404': *6 - '410': *388 + '410': *389 x-github: githubCloudOnly: false enabledForGitHubApps: true @@ -80064,9 +80071,9 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/issues/assignees#add-assignees-to-an-issue parameters: - - *377 - *378 - - *573 + - *379 + - *574 requestBody: required: false content: @@ -80094,7 +80101,7 @@ paths: application/json: schema: *153 examples: - default: *572 + default: *573 x-github: githubCloudOnly: false enabledForGitHubApps: true @@ -80110,9 +80117,9 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/issues/assignees#remove-assignees-from-an-issue parameters: - - *377 - *378 - - *573 + - *379 + - *574 requestBody: content: application/json: @@ -80139,7 +80146,7 @@ paths: application/json: schema: *153 examples: - default: *572 + default: *573 x-github: githubCloudOnly: false enabledForGitHubApps: true @@ -80161,9 +80168,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: - - *377 - *378 - - *573 + - *379 + - *574 - name: assignee in: path required: true @@ -80203,9 +80210,9 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/issues/comments#list-issue-comments parameters: - - *377 - *378 - - *573 + - *379 + - *574 - *143 - *17 - *19 @@ -80216,13 +80223,13 @@ paths: application/json: schema: type: array - items: *567 + items: *568 examples: - default: *574 + default: *575 headers: Link: *39 '404': *6 - '410': *388 + '410': *389 x-github: githubCloudOnly: false enabledForGitHubApps: true @@ -80251,9 +80258,9 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/issues/comments#create-an-issue-comment parameters: - - *377 - *378 - - *573 + - *379 + - *574 requestBody: required: true content: @@ -80275,16 +80282,16 @@ paths: description: Response content: application/json: - schema: *567 + schema: *568 examples: - default: *568 + default: *569 headers: Location: example: https://api.github.com/repos/octocat/Hello-World/issues/comments/1 schema: type: string '403': *29 - '410': *388 + '410': *389 '422': *15 '404': *6 x-github: @@ -80304,9 +80311,9 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/issues/events#list-issue-events parameters: - - *377 - *378 - - *573 + - *379 + - *574 - *17 - *19 responses: @@ -80320,7 +80327,7 @@ paths: title: Issue Event for Issue description: Issue Event for Issue anyOf: - - &578 + - &579 title: Labeled Issue Event description: Labeled Issue Event type: object @@ -80374,7 +80381,7 @@ paths: - commit_url - created_at - performed_via_github_app - - &579 + - &580 title: Unlabeled Issue Event description: Unlabeled Issue Event type: object @@ -80510,7 +80517,7 @@ paths: - performed_via_github_app - assignee - assigner - - &580 + - &581 title: Milestoned Issue Event description: Milestoned Issue Event type: object @@ -80561,7 +80568,7 @@ paths: - commit_url - created_at - performed_via_github_app - - &581 + - &582 title: Demilestoned Issue Event description: Demilestoned Issue Event type: object @@ -80612,7 +80619,7 @@ paths: - commit_url - created_at - performed_via_github_app - - &582 + - &583 title: Renamed Issue Event description: Renamed Issue Event type: object @@ -80666,7 +80673,7 @@ paths: - commit_url - created_at - performed_via_github_app - - &583 + - &584 title: Review Requested Issue Event description: Review Requested Issue Event type: object @@ -80713,7 +80720,7 @@ paths: - commit_url - created_at - performed_via_github_app - - &584 + - &585 title: Review Request Removed Issue Event description: Review Request Removed Issue Event type: object @@ -80760,7 +80767,7 @@ paths: - commit_url - created_at - performed_via_github_app - - &585 + - &586 title: Review Dismissed Issue Event description: Review Dismissed Issue Event type: object @@ -80820,7 +80827,7 @@ paths: - commit_url - created_at - performed_via_github_app - - &586 + - &587 title: Locked Issue Event description: Locked Issue Event type: object @@ -80868,7 +80875,7 @@ paths: - commit_url - created_at - performed_via_github_app - - &587 + - &588 title: Added to Project Issue Event description: Added to Project Issue Event type: object @@ -80934,7 +80941,7 @@ paths: - commit_url - created_at - performed_via_github_app - - &588 + - &589 title: Moved Column in Project Issue Event description: Moved Column in Project Issue Event type: object @@ -81000,7 +81007,7 @@ paths: - commit_url - created_at - performed_via_github_app - - &589 + - &590 title: Removed from Project Issue Event description: Removed from Project Issue Event type: object @@ -81066,7 +81073,7 @@ paths: - commit_url - created_at - performed_via_github_app - - &590 + - &591 title: Converted Note to Issue Issue Event description: Converted Note to Issue Issue Event type: object @@ -81157,7 +81164,7 @@ paths: color: red headers: Link: *39 - '410': *388 + '410': *389 x-github: githubCloudOnly: false enabledForGitHubApps: true @@ -81174,9 +81181,9 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/issues/labels#list-labels-for-an-issue parameters: - - *377 - *378 - - *573 + - *379 + - *574 - *17 - *19 responses: @@ -81186,7 +81193,7 @@ paths: application/json: schema: type: array - items: &575 + items: &576 title: Label description: Color-coded labels help you categorize and filter your issues (just like labels in Gmail). @@ -81233,7 +81240,7 @@ paths: - color - default examples: - default: &576 + default: &577 value: - id: 208045946 node_id: MDU6TGFiZWwyMDgwNDU5NDY= @@ -81251,9 +81258,9 @@ paths: default: false headers: Link: *39 - '301': *391 + '301': *392 '404': *6 - '410': *388 + '410': *389 x-github: githubCloudOnly: false enabledForGitHubApps: true @@ -81270,9 +81277,9 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/issues/labels#add-labels-to-an-issue parameters: - - *377 - *378 - - *573 + - *379 + - *574 requestBody: required: false content: @@ -81331,12 +81338,12 @@ paths: application/json: schema: type: array - items: *575 + items: *576 examples: - default: *576 - '301': *391 + default: *577 + '301': *392 '404': *6 - '410': *388 + '410': *389 '422': *15 x-github: githubCloudOnly: false @@ -81353,9 +81360,9 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/issues/labels#set-labels-for-an-issue parameters: - - *377 - *378 - - *573 + - *379 + - *574 requestBody: required: false content: @@ -81415,12 +81422,12 @@ paths: application/json: schema: type: array - items: *575 + items: *576 examples: - default: *576 - '301': *391 + default: *577 + '301': *392 '404': *6 - '410': *388 + '410': *389 '422': *15 x-github: githubCloudOnly: false @@ -81437,15 +81444,15 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/issues/labels#remove-all-labels-from-an-issue parameters: - - *377 - *378 - - *573 + - *379 + - *574 responses: '204': description: Response - '301': *391 + '301': *392 '404': *6 - '410': *388 + '410': *389 x-github: githubCloudOnly: false enabledForGitHubApps: true @@ -81464,9 +81471,9 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/issues/labels#remove-a-label-from-an-issue parameters: - - *377 - *378 - - *573 + - *379 + - *574 - name: name in: path required: true @@ -81479,7 +81486,7 @@ paths: application/json: schema: type: array - items: *575 + items: *576 examples: default: value: @@ -81490,9 +81497,9 @@ paths: description: Something isn't working color: f29513 default: true - '301': *391 + '301': *392 '404': *6 - '410': *388 + '410': *389 x-github: githubCloudOnly: false enabledForGitHubApps: true @@ -81512,9 +81519,9 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/issues/issues#lock-an-issue parameters: - - *377 - *378 - - *573 + - *379 + - *574 requestBody: required: false content: @@ -81542,7 +81549,7 @@ paths: '204': description: Response '403': *29 - '410': *388 + '410': *389 '404': *6 '422': *15 x-github: @@ -81560,9 +81567,9 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/issues/issues#unlock-an-issue parameters: - - *377 - *378 - - *573 + - *379 + - *574 responses: '204': description: Response @@ -81584,9 +81591,9 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/reactions/reactions#list-reactions-for-an-issue parameters: - - *377 - *378 - - *573 + - *379 + - *574 - 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. @@ -81612,13 +81619,13 @@ paths: application/json: schema: type: array - items: *366 + items: *367 examples: - default: *368 + default: *369 headers: Link: *39 '404': *6 - '410': *388 + '410': *389 x-github: githubCloudOnly: false enabledForGitHubApps: true @@ -81636,9 +81643,9 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/reactions/reactions#create-reaction-for-an-issue parameters: - - *377 - *378 - - *573 + - *379 + - *574 requestBody: required: true content: @@ -81670,16 +81677,16 @@ paths: description: Response content: application/json: - schema: *366 + schema: *367 examples: - default: *367 + default: *368 '201': description: Response content: application/json: - schema: *366 + schema: *367 examples: - default: *367 + default: *368 '422': *15 x-github: githubCloudOnly: false @@ -81701,10 +81708,10 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/reactions/reactions#delete-an-issue-reaction parameters: - - *377 - *378 - - *573 - - *369 + - *379 + - *574 + - *370 responses: '204': description: Response @@ -81733,9 +81740,9 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/issues/sub-issues#remove-sub-issue parameters: - - *377 - *378 - - *573 + - *379 + - *574 requestBody: required: true content: @@ -81759,7 +81766,7 @@ paths: application/json: schema: *153 examples: - default: *572 + default: *573 headers: Location: example: https://api.github.com/repos/octocat/Hello-World/issues/1/sub-issue @@ -81792,9 +81799,9 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/issues/sub-issues#list-sub-issues parameters: - - *377 - *378 - - *573 + - *379 + - *574 - *17 - *19 responses: @@ -81806,11 +81813,11 @@ paths: type: array items: *153 examples: - default: *577 + default: *578 headers: Link: *39 '404': *6 - '410': *388 + '410': *389 x-github: githubCloudOnly: false enabledForGitHubApps: true @@ -81838,9 +81845,9 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/issues/sub-issues#add-sub-issue parameters: - - *377 - *378 - - *573 + - *379 + - *574 requestBody: required: true content: @@ -81869,14 +81876,14 @@ paths: application/json: schema: *153 examples: - default: *572 + default: *573 headers: Location: example: https://api.github.com/repos/octocat/Hello-World/issues/sub-issues/1 schema: type: string '403': *29 - '410': *388 + '410': *389 '422': *15 '404': *6 x-github: @@ -81896,9 +81903,9 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/issues/sub-issues#reprioritize-sub-issue parameters: - - *377 - *378 - - *573 + - *379 + - *574 requestBody: required: true content: @@ -81931,7 +81938,7 @@ paths: application/json: schema: *153 examples: - default: *572 + default: *573 '403': *29 '404': *6 '422': *7 @@ -81953,9 +81960,9 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/issues/timeline#list-timeline-events-for-an-issue parameters: - - *377 - *378 - - *573 + - *379 + - *574 - *17 - *19 responses: @@ -81970,7 +81977,6 @@ paths: description: Timeline Event type: object anyOf: - - *578 - *579 - *580 - *581 @@ -81983,6 +81989,7 @@ paths: - *588 - *589 - *590 + - *591 - title: Timeline Comment Event description: Timeline Comment Event type: object @@ -82287,7 +82294,7 @@ paths: type: string comments: type: array - items: &611 + items: &612 title: Pull Request Review Comment description: Pull Request Review Comments are comments on a portion of the Pull Request's diff. @@ -82496,7 +82503,7 @@ paths: type: string comments: type: array - items: *497 + items: *498 - title: Timeline Assigned Issue Event description: Timeline Assigned Issue Event type: object @@ -82785,7 +82792,7 @@ paths: headers: Link: *39 '404': *6 - '410': *388 + '410': *389 x-github: githubCloudOnly: false enabledForGitHubApps: true @@ -82802,8 +82809,8 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/deploy-keys/deploy-keys#list-deploy-keys parameters: - - *377 - *378 + - *379 - *17 - *19 responses: @@ -82813,7 +82820,7 @@ paths: application/json: schema: type: array - items: &591 + items: &592 title: Deploy Key description: An SSH key granting access to a single repository. type: object @@ -82878,8 +82885,8 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/deploy-keys/deploy-keys#create-a-deploy-key parameters: - - *377 - *378 + - *379 requestBody: required: true content: @@ -82915,9 +82922,9 @@ paths: description: Response content: application/json: - schema: *591 + schema: *592 examples: - default: &592 + default: &593 value: id: 1 key: ssh-rsa AAA... @@ -82951,9 +82958,9 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/deploy-keys/deploy-keys#get-a-deploy-key parameters: - - *377 - *378 - - &593 + - *379 + - &594 name: key_id description: The unique identifier of the key. in: path @@ -82965,9 +82972,9 @@ paths: description: Response content: application/json: - schema: *591 + schema: *592 examples: - default: *592 + default: *593 '404': *6 x-github: githubCloudOnly: false @@ -82985,9 +82992,9 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/deploy-keys/deploy-keys#delete-a-deploy-key parameters: - - *377 - *378 - - *593 + - *379 + - *594 responses: '204': description: Response @@ -83007,8 +83014,8 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/issues/labels#list-labels-for-a-repository parameters: - - *377 - *378 + - *379 - *17 - *19 responses: @@ -83018,9 +83025,9 @@ paths: application/json: schema: type: array - items: *575 + items: *576 examples: - default: *576 + default: *577 headers: Link: *39 '404': *6 @@ -83041,8 +83048,8 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/issues/labels#create-a-label parameters: - - *377 - *378 + - *379 requestBody: required: true content: @@ -83078,9 +83085,9 @@ paths: description: Response content: application/json: - schema: *575 + schema: *576 examples: - default: &594 + default: &595 value: id: 208045946 node_id: MDU6TGFiZWwyMDgwNDU5NDY= @@ -83112,8 +83119,8 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/issues/labels#get-a-label parameters: - - *377 - *378 + - *379 - name: name in: path required: true @@ -83124,9 +83131,9 @@ paths: description: Response content: application/json: - schema: *575 + schema: *576 examples: - default: *594 + default: *595 '404': *6 x-github: githubCloudOnly: false @@ -83143,8 +83150,8 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/issues/labels#update-a-label parameters: - - *377 - *378 + - *379 - name: name in: path required: true @@ -83183,7 +83190,7 @@ paths: description: Response content: application/json: - schema: *575 + schema: *576 examples: default: value: @@ -83209,8 +83216,8 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/issues/labels#delete-a-label parameters: - - *377 - *378 + - *379 - name: name in: path required: true @@ -83236,8 +83243,8 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/repos/repos#list-repository-languages parameters: - - *377 - *378 + - *379 responses: '200': description: Response @@ -83273,8 +83280,8 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/repos/lfs#enable-git-lfs-for-a-repository parameters: - - *377 - *378 + - *379 responses: '202': *95 '403': @@ -83302,8 +83309,8 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/repos/lfs#disable-git-lfs-for-a-repository parameters: - - *377 - *378 + - *379 responses: '204': description: Response @@ -83329,9 +83336,9 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/licenses/licenses#get-the-license-for-a-repository parameters: - - *377 - *378 - - *473 + - *379 + - *474 responses: '200': description: Response @@ -83476,8 +83483,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: - - *377 - *378 + - *379 requestBody: required: true content: @@ -83542,8 +83549,8 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/branches/branches#merge-a-branch parameters: - - *377 - *378 + - *379 requestBody: required: true content: @@ -83577,9 +83584,9 @@ paths: description: Successful Response (The resulting merge commit) content: application/json: - schema: *498 + schema: *499 examples: - default: *595 + default: *596 '204': description: Response when already merged '404': @@ -83604,8 +83611,8 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/issues/milestones#list-milestones parameters: - - *377 - *378 + - *379 - name: state description: The state of the milestone. Either `open`, `closed`, or `all`. in: query @@ -83646,12 +83653,12 @@ paths: application/json: schema: type: array - items: &596 + items: &597 title: Milestone description: A collection of related issues and pull requests. type: object - properties: *502 - required: *503 + properties: *503 + required: *504 examples: default: value: @@ -83707,8 +83714,8 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/issues/milestones#create-a-milestone parameters: - - *377 - *378 + - *379 requestBody: required: true content: @@ -83748,9 +83755,9 @@ paths: description: Response content: application/json: - schema: *596 + schema: *597 examples: - default: &597 + default: &598 value: url: https://api.github.com/repos/octocat/Hello-World/milestones/1 html_url: https://github.com/octocat/Hello-World/milestones/v1.0 @@ -83809,9 +83816,9 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/issues/milestones#get-a-milestone parameters: - - *377 - *378 - - &598 + - *379 + - &599 name: milestone_number description: The number that identifies the milestone. in: path @@ -83823,9 +83830,9 @@ paths: description: Response content: application/json: - schema: *596 + schema: *597 examples: - default: *597 + default: *598 '404': *6 x-github: githubCloudOnly: false @@ -83842,9 +83849,9 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/issues/milestones#update-a-milestone parameters: - - *377 - *378 - - *598 + - *379 + - *599 requestBody: required: false content: @@ -83882,9 +83889,9 @@ paths: description: Response content: application/json: - schema: *596 + schema: *597 examples: - default: *597 + default: *598 x-github: githubCloudOnly: false enabledForGitHubApps: true @@ -83900,9 +83907,9 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/issues/milestones#delete-a-milestone parameters: - - *377 - *378 - - *598 + - *379 + - *599 responses: '204': description: Response @@ -83923,9 +83930,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: - - *377 - *378 - - *598 + - *379 + - *599 - *17 - *19 responses: @@ -83935,9 +83942,9 @@ paths: application/json: schema: type: array - items: *575 + items: *576 examples: - default: *576 + default: *577 headers: Link: *39 x-github: @@ -83956,12 +83963,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: - - *377 - *378 - - *599 + - *379 - *600 - - *143 - *601 + - *143 + - *602 - *17 - *19 responses: @@ -83973,7 +83980,7 @@ paths: type: array items: *166 examples: - default: *602 + default: *603 headers: Link: *39 x-github: @@ -83997,8 +84004,8 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/activity/notifications#mark-repository-notifications-as-read parameters: - - *377 - *378 + - *379 requestBody: required: false content: @@ -84056,14 +84063,14 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/pages/pages#get-a-apiname-pages-site parameters: - - *377 - *378 + - *379 responses: '200': description: Response content: application/json: - schema: &603 + schema: &604 title: GitHub Pages description: The configuration for GitHub Pages for a repository. type: object @@ -84188,7 +84195,7 @@ paths: - custom_404 - public examples: - default: &604 + default: &605 value: url: https://api.github.com/repos/github/developer.github.com/pages status: built @@ -84229,8 +84236,8 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/pages/pages#create-a-apiname-pages-site parameters: - - *377 - *378 + - *379 requestBody: required: true content: @@ -84284,9 +84291,9 @@ paths: description: Response content: application/json: - schema: *603 + schema: *604 examples: - default: *604 + default: *605 '422': *15 '409': *94 x-github: @@ -84309,8 +84316,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: - - *377 - *378 + - *379 requestBody: required: true content: @@ -84417,8 +84424,8 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/pages/pages#delete-a-apiname-pages-site parameters: - - *377 - *378 + - *379 responses: '204': description: Response @@ -84444,8 +84451,8 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/pages/pages#list-apiname-pages-builds parameters: - - *377 - *378 + - *379 - *17 - *19 responses: @@ -84455,7 +84462,7 @@ paths: application/json: schema: type: array - items: &605 + items: &606 title: Page Build description: Page Build type: object @@ -84549,8 +84556,8 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/pages/pages#request-a-apiname-pages-build parameters: - - *377 - *378 + - *379 responses: '201': description: Response @@ -84595,16 +84602,16 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/pages/pages#get-latest-pages-build parameters: - - *377 - *378 + - *379 responses: '200': description: Response content: application/json: - schema: *605 + schema: *606 examples: - default: &606 + default: &607 value: url: https://api.github.com/repos/github/developer.github.com/pages/builds/5472601 status: built @@ -84652,8 +84659,8 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/pages/pages#get-apiname-pages-build parameters: - - *377 - *378 + - *379 - name: build_id in: path required: true @@ -84664,9 +84671,9 @@ paths: description: Response content: application/json: - schema: *605 + schema: *606 examples: - default: *606 + default: *607 x-github: githubCloudOnly: false enabledForGitHubApps: true @@ -84686,8 +84693,8 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/pages/pages#create-a-github-pages-deployment parameters: - - *377 - *378 + - *379 requestBody: required: true content: @@ -84792,9 +84799,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: - - *377 - *378 - - &607 + - *379 + - &608 name: pages_deployment_id description: The ID of the Pages deployment. You can also give the commit SHA of the deployment. @@ -84852,9 +84859,9 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/pages/pages#cancel-a-github-pages-deployment parameters: - - *377 - *378 - - *607 + - *379 + - *608 responses: '204': *118 '404': *6 @@ -84881,8 +84888,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: - - *377 - *378 + - *379 responses: '200': description: Response @@ -85140,8 +85147,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: - - *377 - *378 + - *379 responses: '200': description: Private vulnerability reporting status @@ -85178,8 +85185,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: - - *377 - *378 + - *379 responses: '204': *118 '422': *14 @@ -85200,8 +85207,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: - - *377 - *378 + - *379 responses: '204': *118 '422': *14 @@ -85224,8 +85231,8 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/projects/projects#list-repository-projects parameters: - - *377 - *378 + - *379 - name: state description: Indicates the state of the projects to return. in: query @@ -85246,7 +85253,7 @@ paths: application/json: schema: type: array - items: *322 + items: *323 examples: default: value: @@ -85286,7 +85293,7 @@ paths: '401': *25 '403': *29 '404': *6 - '410': *388 + '410': *389 '422': *7 x-github: githubCloudOnly: false @@ -85309,8 +85316,8 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/projects/projects#create-a-repository-project parameters: - - *377 - *378 + - *379 requestBody: required: true content: @@ -85336,13 +85343,13 @@ paths: description: Response content: application/json: - schema: *322 + schema: *323 examples: - default: *387 + default: *388 '401': *25 '403': *29 '404': *6 - '410': *388 + '410': *389 '422': *7 x-github: githubCloudOnly: false @@ -85365,8 +85372,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: - - *377 - *378 + - *379 responses: '200': description: Response @@ -85374,7 +85381,7 @@ paths: application/json: schema: type: array - items: *324 + items: *325 examples: default: value: @@ -85405,8 +85412,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: - - *377 - *378 + - *379 requestBody: required: true content: @@ -85418,7 +85425,7 @@ paths: type: array description: A list of custom property names and associated values to apply to the repositories. - items: *324 + items: *325 required: - properties examples: @@ -85468,8 +85475,8 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/pulls/pulls#list-pull-requests parameters: - - *377 - *378 + - *379 - name: state description: Either `open`, `closed`, or `all` to filter by state. in: query @@ -85529,9 +85536,9 @@ paths: application/json: schema: type: array - items: *608 + items: *609 examples: - default: *609 + default: *610 headers: Link: *39 '304': *37 @@ -85563,8 +85570,8 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/pulls/pulls#create-a-pull-request parameters: - - *377 - *378 + - *379 requestBody: required: true content: @@ -85629,7 +85636,7 @@ paths: description: Response content: application/json: - schema: &613 + schema: &614 type: object title: Pull Request description: Pull requests let you tell others about changes you've @@ -85740,8 +85747,8 @@ paths: title: Milestone description: A collection of related issues and pull requests. type: object - properties: *502 - required: *503 + properties: *503 + required: *504 nullable: true active_lock_reason: type: string @@ -85786,7 +85793,7 @@ paths: nullable: true requested_teams: type: array - items: *344 + items: *345 nullable: true head: type: object @@ -85825,14 +85832,14 @@ paths: _links: type: object properties: - comments: *504 - commits: *504 - statuses: *504 - html: *504 - issue: *504 - review_comments: *504 - review_comment: *504 - self: *504 + comments: *505 + commits: *505 + statuses: *505 + html: *505 + issue: *505 + review_comments: *505 + review_comment: *505 + self: *505 required: - comments - commits @@ -85843,7 +85850,7 @@ paths: - review_comment - self author_association: *140 - auto_merge: *610 + auto_merge: *611 draft: description: Indicates whether or not the pull request is a draft. example: false @@ -85935,7 +85942,7 @@ paths: - merged_by - review_comments examples: - default: &614 + default: &615 value: url: https://api.github.com/repos/octocat/Hello-World/pulls/1347 id: 1 @@ -86462,8 +86469,8 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/pulls/comments#list-review-comments-in-a-repository parameters: - - *377 - *378 + - *379 - name: sort in: query required: false @@ -86492,9 +86499,9 @@ paths: application/json: schema: type: array - items: *611 + items: *612 examples: - default: &616 + default: &617 value: - url: https://api.github.com/repos/octocat/Hello-World/pulls/comments/1 pull_request_review_id: 42 @@ -86571,17 +86578,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: - - *377 - *378 + - *379 - *152 responses: '200': description: Response content: application/json: - schema: *611 + schema: *612 examples: - default: &612 + default: &613 value: url: https://api.github.com/repos/octocat/Hello-World/pulls/comments/1 pull_request_review_id: 42 @@ -86656,8 +86663,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: - - *377 - *378 + - *379 - *152 requestBody: required: true @@ -86680,9 +86687,9 @@ paths: description: Response content: application/json: - schema: *611 + schema: *612 examples: - default: *612 + default: *613 x-github: githubCloudOnly: false enabledForGitHubApps: true @@ -86698,8 +86705,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: - - *377 - *378 + - *379 - *152 responses: '204': @@ -86721,8 +86728,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: - - *377 - *378 + - *379 - *152 - name: content description: Returns a single [reaction type](https://docs.github.com/enterprise-cloud@latest//rest/reactions/reactions#about-reactions). @@ -86749,9 +86756,9 @@ paths: application/json: schema: type: array - items: *366 + items: *367 examples: - default: *368 + default: *369 headers: Link: *39 '404': *6 @@ -86772,8 +86779,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: - - *377 - *378 + - *379 - *152 requestBody: required: true @@ -86806,16 +86813,16 @@ paths: description: Reaction exists content: application/json: - schema: *366 + schema: *367 examples: - default: *367 + default: *368 '201': description: Reaction created content: application/json: - schema: *366 + schema: *367 examples: - default: *367 + default: *368 '422': *15 x-github: githubCloudOnly: false @@ -86837,10 +86844,10 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/reactions/reactions#delete-a-pull-request-comment-reaction parameters: - - *377 - *378 + - *379 - *152 - - *369 + - *370 responses: '204': description: Response @@ -86883,9 +86890,9 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/pulls/pulls#get-a-pull-request parameters: - - *377 - *378 - - &615 + - *379 + - &616 name: pull_number description: The number that identifies the pull request. in: path @@ -86898,9 +86905,9 @@ paths: to fetch diff and patch formats. content: application/json: - schema: *613 + schema: *614 examples: - default: *614 + default: *615 '304': *37 '404': *6 '406': @@ -86935,9 +86942,9 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/pulls/pulls#update-a-pull-request parameters: - - *377 - *378 - - *615 + - *379 + - *616 requestBody: required: false content: @@ -86979,9 +86986,9 @@ paths: description: Response content: application/json: - schema: *613 + schema: *614 examples: - default: *614 + default: *615 '422': *15 '403': *29 x-github: @@ -87003,9 +87010,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: - - *377 - *378 - - *615 + - *379 + - *616 requestBody: required: true content: @@ -87065,17 +87072,17 @@ paths: description: Response when the codespace was successfully created content: application/json: - schema: *294 + schema: *295 examples: - default: *487 + default: *488 '202': description: Response when the codespace creation partially failed but is being retried in the background content: application/json: - schema: *294 + schema: *295 examples: - default: *487 + default: *488 '401': *25 '403': *29 '404': *6 @@ -87105,9 +87112,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: - - *377 - *378 - - *615 + - *379 + - *616 - *163 - name: direction description: The direction to sort results. Ignored without `sort` parameter. @@ -87128,9 +87135,9 @@ paths: application/json: schema: type: array - items: *611 + items: *612 examples: - default: *616 + default: *617 headers: Link: *39 x-github: @@ -87163,9 +87170,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: - - *377 - *378 - - *615 + - *379 + - *616 requestBody: required: true content: @@ -87270,7 +87277,7 @@ paths: description: Response content: application/json: - schema: *611 + schema: *612 examples: example-for-a-multi-line-comment: value: @@ -87358,9 +87365,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: - - *377 - *378 - - *615 + - *379 + - *616 - *152 requestBody: required: true @@ -87383,7 +87390,7 @@ paths: description: Response content: application/json: - schema: *611 + schema: *612 examples: default: value: @@ -87469,9 +87476,9 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/pulls/pulls#list-commits-on-a-pull-request parameters: - - *377 - *378 - - *615 + - *379 + - *616 - *17 - *19 responses: @@ -87481,9 +87488,9 @@ paths: application/json: schema: type: array - items: *498 + items: *499 examples: - default: *617 + default: *618 headers: Link: *39 x-github: @@ -87513,9 +87520,9 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/pulls/pulls#list-pull-requests-files parameters: - - *377 - *378 - - *615 + - *379 + - *616 - *17 - *19 responses: @@ -87525,7 +87532,7 @@ paths: application/json: schema: type: array - items: *513 + items: *514 examples: default: value: @@ -87563,9 +87570,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: - - *377 - *378 - - *615 + - *379 + - *616 responses: '204': description: Response if pull request has been merged @@ -87588,9 +87595,9 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/pulls/pulls#merge-a-pull-request parameters: - - *377 - *378 - - *615 + - *379 + - *616 requestBody: required: false content: @@ -87701,9 +87708,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: - - *377 - *378 - - *615 + - *379 + - *616 responses: '200': description: Response @@ -87778,9 +87785,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: - - *377 - *378 - - *615 + - *379 + - *616 requestBody: required: false content: @@ -87817,7 +87824,7 @@ paths: description: Response content: application/json: - schema: *608 + schema: *609 examples: default: value: @@ -88353,9 +88360,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: - - *377 - *378 - - *615 + - *379 + - *616 requestBody: required: true content: @@ -88389,7 +88396,7 @@ paths: description: Response content: application/json: - schema: *608 + schema: *609 examples: default: value: @@ -88894,9 +88901,9 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/pulls/reviews#list-reviews-for-a-pull-request parameters: - - *377 - *378 - - *615 + - *379 + - *616 - *17 - *19 responses: @@ -88906,7 +88913,7 @@ paths: application/json: schema: type: array - items: &618 + items: &619 title: Pull Request Review description: Pull Request Reviews are reviews on pull requests. type: object @@ -89057,9 +89064,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: - - *377 - *378 - - *615 + - *379 + - *616 requestBody: required: false content: @@ -89145,9 +89152,9 @@ paths: description: Response content: application/json: - schema: *618 + schema: *619 examples: - default: &620 + default: &621 value: id: 80 node_id: MDE3OlB1bGxSZXF1ZXN0UmV2aWV3ODA= @@ -89210,10 +89217,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: - - *377 - *378 - - *615 - - &619 + - *379 + - *616 + - &620 name: review_id description: The unique identifier of the review. in: path @@ -89225,9 +89232,9 @@ paths: description: Response content: application/json: - schema: *618 + schema: *619 examples: - default: &621 + default: &622 value: id: 80 node_id: MDE3OlB1bGxSZXF1ZXN0UmV2aWV3ODA= @@ -89286,10 +89293,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: - - *377 - *378 - - *615 - - *619 + - *379 + - *616 + - *620 requestBody: required: true content: @@ -89312,7 +89319,7 @@ paths: description: Response content: application/json: - schema: *618 + schema: *619 examples: default: value: @@ -89374,18 +89381,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: - - *377 - *378 - - *615 - - *619 + - *379 + - *616 + - *620 responses: '200': description: Response content: application/json: - schema: *618 + schema: *619 examples: - default: *620 + default: *621 '422': *7 '404': *6 x-github: @@ -89412,10 +89419,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: - - *377 - *378 - - *615 - - *619 + - *379 + - *616 + - *620 - *17 - *19 responses: @@ -89498,9 +89505,9 @@ paths: _links: type: object properties: - self: *504 - html: *504 - pull_request: *504 + self: *505 + html: *505 + pull_request: *505 required: - self - html @@ -89643,10 +89650,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: - - *377 - *378 - - *615 - - *619 + - *379 + - *616 + - *620 requestBody: required: true content: @@ -89674,7 +89681,7 @@ paths: description: Response content: application/json: - schema: *618 + schema: *619 examples: default: value: @@ -89737,10 +89744,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: - - *377 - *378 - - *615 - - *619 + - *379 + - *616 + - *620 requestBody: required: true content: @@ -89775,9 +89782,9 @@ paths: description: Response content: application/json: - schema: *618 + schema: *619 examples: - default: *621 + default: *622 '404': *6 '422': *7 '403': *29 @@ -89799,9 +89806,9 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/pulls/pulls#update-a-pull-request-branch parameters: - - *377 - *378 - - *615 + - *379 + - *616 requestBody: required: false content: @@ -89864,8 +89871,8 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/repos/contents#get-a-repository-readme parameters: - - *377 - *378 + - *379 - name: ref description: 'The name of the commit/branch/tag. Default: the repository’s default branch.' @@ -89878,9 +89885,9 @@ paths: description: Response content: application/json: - schema: *622 + schema: *623 examples: - default: &623 + default: &624 value: type: file encoding: base64 @@ -89922,8 +89929,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: - - *377 - *378 + - *379 - name: dir description: The alternate path to look for a README file in: path @@ -89943,9 +89950,9 @@ paths: description: Response content: application/json: - schema: *622 + schema: *623 examples: - default: *623 + default: *624 '404': *6 '422': *15 x-github: @@ -89967,8 +89974,8 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/releases/releases#list-releases parameters: - - *377 - *378 + - *379 - *17 - *19 responses: @@ -89978,7 +89985,7 @@ paths: application/json: schema: type: array - items: &624 + items: &625 title: Release description: A release. type: object @@ -90041,7 +90048,7 @@ paths: author: *4 assets: type: array - items: &625 + items: &626 title: Release Asset description: Data related to a release. type: object @@ -90222,8 +90229,8 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/releases/releases#create-a-release parameters: - - *377 - *378 + - *379 requestBody: required: true content: @@ -90299,9 +90306,9 @@ paths: description: Response content: application/json: - schema: *624 + schema: *625 examples: - default: &628 + default: &629 value: url: https://api.github.com/repos/octocat/Hello-World/releases/1 html_url: https://github.com/octocat/Hello-World/releases/v1.0.0 @@ -90404,9 +90411,9 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/releases/assets#get-a-release-asset parameters: - - *377 - *378 - - &626 + - *379 + - &627 name: asset_id description: The unique identifier of the asset. in: path @@ -90418,9 +90425,9 @@ paths: description: Response content: application/json: - schema: *625 + schema: *626 examples: - default: &627 + default: &628 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 @@ -90454,7 +90461,7 @@ paths: type: User site_admin: false '404': *6 - '302': *515 + '302': *516 x-github: githubCloudOnly: false enabledForGitHubApps: true @@ -90470,9 +90477,9 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/releases/assets#update-a-release-asset parameters: - - *377 - *378 - - *626 + - *379 + - *627 requestBody: required: false content: @@ -90500,9 +90507,9 @@ paths: description: Response content: application/json: - schema: *625 + schema: *626 examples: - default: *627 + default: *628 x-github: githubCloudOnly: false enabledForGitHubApps: true @@ -90518,9 +90525,9 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/releases/assets#delete-a-release-asset parameters: - - *377 - *378 - - *626 + - *379 + - *627 responses: '204': description: Response @@ -90544,8 +90551,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: - - *377 - *378 + - *379 requestBody: required: true content: @@ -90630,16 +90637,16 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/releases/releases#get-the-latest-release parameters: - - *377 - *378 + - *379 responses: '200': description: Response content: application/json: - schema: *624 + schema: *625 examples: - default: *628 + default: *629 x-github: githubCloudOnly: false enabledForGitHubApps: true @@ -90656,8 +90663,8 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/releases/releases#get-a-release-by-tag-name parameters: - - *377 - *378 + - *379 - name: tag description: tag parameter in: path @@ -90670,9 +90677,9 @@ paths: description: Response content: application/json: - schema: *624 + schema: *625 examples: - default: *628 + default: *629 '404': *6 x-github: githubCloudOnly: false @@ -90694,9 +90701,9 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/releases/releases#get-a-release parameters: - - *377 - *378 - - &629 + - *379 + - &630 name: release_id description: The unique identifier of the release. in: path @@ -90710,9 +90717,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: *624 + schema: *625 examples: - default: *628 + default: *629 '401': description: Unauthorized x-github: @@ -90730,9 +90737,9 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/releases/releases#update-a-release parameters: - - *377 - *378 - - *629 + - *379 + - *630 requestBody: required: false content: @@ -90796,9 +90803,9 @@ paths: description: Response content: application/json: - schema: *624 + schema: *625 examples: - default: *628 + default: *629 '404': description: Not Found if the discussion category name is invalid content: @@ -90819,9 +90826,9 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/releases/releases#delete-a-release parameters: - - *377 - *378 - - *629 + - *379 + - *630 responses: '204': description: Response @@ -90841,9 +90848,9 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/releases/assets#list-release-assets parameters: - - *377 - *378 - - *629 + - *379 + - *630 - *17 - *19 responses: @@ -90853,7 +90860,7 @@ paths: application/json: schema: type: array - items: *625 + items: *626 examples: default: value: @@ -90934,9 +90941,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: - - *377 - *378 - - *629 + - *379 + - *630 - name: name in: query required: true @@ -90962,7 +90969,7 @@ paths: description: Response for successful upload content: application/json: - schema: *625 + schema: *626 examples: response-for-successful-upload: value: @@ -91016,9 +91023,9 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/reactions/reactions#list-reactions-for-a-release parameters: - - *377 - *378 - - *629 + - *379 + - *630 - 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. @@ -91042,9 +91049,9 @@ paths: application/json: schema: type: array - items: *366 + items: *367 examples: - default: *368 + default: *369 headers: Link: *39 '404': *6 @@ -91065,9 +91072,9 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/reactions/reactions#create-reaction-for-a-release parameters: - - *377 - *378 - - *629 + - *379 + - *630 requestBody: required: true content: @@ -91097,16 +91104,16 @@ paths: description: Reaction exists content: application/json: - schema: *366 + schema: *367 examples: - default: *367 + default: *368 '201': description: Reaction created content: application/json: - schema: *366 + schema: *367 examples: - default: *367 + default: *368 '422': *15 x-github: githubCloudOnly: false @@ -91128,10 +91135,10 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/reactions/reactions#delete-a-release-reaction parameters: - - *377 - *378 - - *629 - - *369 + - *379 + - *630 + - *370 responses: '204': description: Response @@ -91155,9 +91162,9 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/repos/rules#get-rules-for-a-branch parameters: - - *377 - *378 - - *436 + - *379 + - *437 - *17 - *19 responses: @@ -91173,8 +91180,8 @@ paths: description: A repository rule with ruleset details. oneOf: - allOf: - - *630 - - &632 + - *631 + - &633 title: repository ruleset data for rule description: User-defined metadata to store domain-specific information limited to 8 keys with scalar values. @@ -91194,65 +91201,65 @@ paths: type: integer description: The ID of the ruleset that includes this rule. - allOf: - - *631 - *632 - - allOf: - *633 - - *632 - allOf: - *634 - - *632 + - *633 - allOf: - *635 - - *632 + - *633 - allOf: - *636 - - *632 + - *633 - allOf: - *637 - - *632 + - *633 - allOf: - *638 - - *632 + - *633 - allOf: - *639 - - *632 + - *633 - allOf: - *640 - - *632 + - *633 - allOf: - *641 - - *632 + - *633 - allOf: - *642 - - *632 + - *633 - allOf: - *643 - - *632 + - *633 - allOf: - *644 - - *632 + - *633 - allOf: - *645 - - *632 + - *633 - allOf: - *646 - - *632 + - *633 - allOf: - *647 - - *632 + - *633 - allOf: - *648 - - *632 + - *633 - allOf: - *649 - - *632 + - *633 - allOf: - *650 - - *632 + - *633 - allOf: - *651 - - *632 + - *633 + - allOf: + - *652 + - *633 examples: default: value: @@ -91291,8 +91298,8 @@ paths: category: repos subcategory: rules parameters: - - *377 - *378 + - *379 - *17 - *19 - name: includes_parents @@ -91303,7 +91310,7 @@ paths: schema: type: boolean default: true - - *652 + - *653 responses: '200': description: Response @@ -91358,8 +91365,8 @@ paths: category: repos subcategory: rules parameters: - - *377 - *378 + - *379 requestBody: description: Request body required: true @@ -91421,7 +91428,7 @@ paths: application/json: schema: *128 examples: - default: &661 + default: &662 value: id: 42 name: super cool ruleset @@ -91468,12 +91475,12 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/repos/rule-suites#list-repository-rule-suites parameters: - - *377 - *378 - - *653 - - *221 + - *379 - *654 + - *221 - *655 + - *656 - *17 - *19 responses: @@ -91481,9 +91488,9 @@ paths: description: Response content: application/json: - schema: *656 + schema: *657 examples: - default: *657 + default: *658 '404': *6 '500': *99 x-github: @@ -91504,17 +91511,17 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/repos/rule-suites#get-a-repository-rule-suite parameters: - - *377 - *378 - - *658 + - *379 + - *659 responses: '200': description: Response content: application/json: - schema: *659 + schema: *660 examples: - default: *660 + default: *661 '404': *6 '500': *99 x-github: @@ -91542,8 +91549,8 @@ paths: category: repos subcategory: rules parameters: - - *377 - *378 + - *379 - name: ruleset_id description: The ID of the ruleset. in: path @@ -91565,7 +91572,7 @@ paths: application/json: schema: *128 examples: - default: *661 + default: *662 '404': *6 '500': *99 put: @@ -91583,8 +91590,8 @@ paths: category: repos subcategory: rules parameters: - - *377 - *378 + - *379 - name: ruleset_id description: The ID of the ruleset. in: path @@ -91648,7 +91655,7 @@ paths: application/json: schema: *128 examples: - default: *661 + default: *662 '404': *6 '500': *99 delete: @@ -91666,8 +91673,8 @@ paths: category: repos subcategory: rules parameters: - - *377 - *378 + - *379 - name: ruleset_id description: The ID of the ruleset. in: path @@ -91690,8 +91697,8 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/repos/rules#get-repository-ruleset-history parameters: - - *377 - *378 + - *379 - *17 - *19 - name: ruleset_id @@ -91709,7 +91716,7 @@ paths: type: array items: *131 examples: - default: *332 + default: *333 '404': *6 '500': *99 x-github: @@ -91728,8 +91735,8 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/repos/rules#get-repository-ruleset-version parameters: - - *377 - *378 + - *379 - name: ruleset_id description: The ID of the ruleset. in: path @@ -91747,7 +91754,7 @@ paths: description: Response content: application/json: - schema: *333 + schema: *334 examples: default: value: @@ -91802,20 +91809,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: - - *377 - *378 - - *334 + - *379 - *335 - *336 - *337 + - *338 - *86 - *19 - *17 - - *662 - *663 - - *338 + - *664 - *339 - *340 + - *341 responses: '200': description: Response @@ -91823,7 +91830,7 @@ paths: application/json: schema: type: array - items: &666 + items: &667 type: object properties: number: *100 @@ -91842,8 +91849,8 @@ paths: format: uri description: The REST API URL of the code locations for this alert. - state: *664 - resolution: *665 + state: *665 + resolution: *666 resolved_at: type: string format: date-time @@ -92061,15 +92068,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: - - *377 - *378 - - *467 + - *379 + - *468 responses: '200': description: Response content: application/json: - schema: *666 + schema: *667 examples: default: value: @@ -92121,9 +92128,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: - - *377 - *378 - - *467 + - *379 + - *468 requestBody: required: true content: @@ -92131,8 +92138,8 @@ paths: schema: type: object properties: - state: *664 - resolution: *665 + state: *665 + resolution: *666 resolution_comment: description: An optional comment when closing an alert. Cannot be updated or deleted. Must be `null` when changing `state` to `open`. @@ -92150,7 +92157,7 @@ paths: description: Response content: application/json: - schema: *666 + schema: *667 examples: default: value: @@ -92225,9 +92232,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: - - *377 - *378 - - *467 + - *379 + - *468 - *19 - *17 responses: @@ -92238,7 +92245,7 @@ paths: schema: type: array description: List of locations where the secret was detected - items: &826 + items: &827 type: object properties: type: @@ -92597,8 +92604,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: - - *377 - *378 + - *379 requestBody: required: true content: @@ -92606,14 +92613,14 @@ paths: schema: type: object properties: - reason: &668 + reason: &669 description: The reason for bypassing push protection. type: string enum: - false_positive - used_in_tests - will_fix_later - placeholder_id: *667 + placeholder_id: *668 required: - reason - placeholder_id @@ -92630,7 +92637,7 @@ paths: schema: type: object properties: - reason: *668 + reason: *669 expire_at: type: string format: date-time @@ -92673,8 +92680,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: - - *377 - *378 + - *379 responses: '404': description: Repository does not have GitHub Advanced Security or secret @@ -92689,7 +92696,7 @@ paths: properties: incremental_scans: type: array - items: &669 + items: &670 description: Information on a single scan performed by secret scanning on the repository type: object @@ -92715,15 +92722,15 @@ paths: nullable: true pattern_update_scans: type: array - items: *669 + items: *670 backfill_scans: type: array - items: *669 + items: *670 custom_pattern_backfill_scans: type: array items: allOf: - - *669 + - *670 - type: object properties: pattern_name: @@ -92793,8 +92800,8 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/security-advisories/repository-advisories#list-repository-security-advisories parameters: - - *377 - *378 + - *379 - *86 - name: sort description: The property to sort the results by. @@ -92838,9 +92845,9 @@ paths: application/json: schema: type: array - items: *670 + items: *671 examples: - default: *671 + default: *672 '400': *14 '404': *6 x-github: @@ -92863,8 +92870,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: - - *377 - *378 + - *379 requestBody: required: true content: @@ -92937,7 +92944,7 @@ paths: login: type: string description: The username of the user credited. - type: *343 + type: *344 required: - login - type @@ -93024,9 +93031,9 @@ paths: description: Response content: application/json: - schema: *670 + schema: *671 examples: - default: &673 + default: &674 value: ghsa_id: GHSA-abcd-1234-efgh cve_id: CVE-2050-00000 @@ -93259,8 +93266,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: - - *377 - *378 + - *379 requestBody: required: true content: @@ -93364,7 +93371,7 @@ paths: description: Response content: application/json: - schema: *670 + schema: *671 examples: default: value: @@ -93511,17 +93518,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: - - *377 - *378 - - *672 + - *379 + - *673 responses: '200': description: Response content: application/json: - schema: *670 + schema: *671 examples: - default: *673 + default: *674 '403': *29 '404': *6 x-github: @@ -93545,9 +93552,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: - - *377 - *378 - - *672 + - *379 + - *673 requestBody: required: true content: @@ -93620,7 +93627,7 @@ paths: login: type: string description: The username of the user credited. - type: *343 + type: *344 required: - login - type @@ -93706,10 +93713,10 @@ paths: description: Response content: application/json: - schema: *670 + schema: *671 examples: - default: *673 - add_credit: *673 + default: *674 + add_credit: *674 '403': *29 '404': *6 '422': @@ -93747,9 +93754,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: - - *377 - *378 - - *672 + - *379 + - *673 responses: '202': *95 '400': *14 @@ -93776,17 +93783,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: - - *377 - *378 - - *672 + - *379 + - *673 responses: '202': description: Response content: application/json: - schema: *390 + schema: *391 examples: - default: *392 + default: *393 '400': *14 '422': *15 '403': *29 @@ -93812,8 +93819,8 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/activity/starring#list-stargazers parameters: - - *377 - *378 + - *379 - *17 - *19 responses: @@ -93912,8 +93919,8 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/metrics/statistics#get-the-weekly-commit-activity parameters: - - *377 - *378 + - *379 responses: '200': description: Returns a weekly aggregate of the number of additions and deletions @@ -93922,7 +93929,7 @@ paths: application/json: schema: type: array - items: &674 + items: &675 title: Code Frequency Stat description: Code Frequency Stat type: array @@ -93955,8 +93962,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: - - *377 - *378 + - *379 responses: '200': description: Response @@ -94032,8 +94039,8 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/metrics/statistics#get-all-contributor-commit-activity parameters: - - *377 - *378 + - *379 responses: '200': description: Response @@ -94129,8 +94136,8 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/metrics/statistics#get-the-weekly-commit-count parameters: - - *377 - *378 + - *379 responses: '200': description: The array order is oldest week (index 0) to most recent week. @@ -94284,8 +94291,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: - - *377 - *378 + - *379 responses: '200': description: For example, `[2, 14, 25]` indicates that there were 25 total @@ -94295,7 +94302,7 @@ paths: application/json: schema: type: array - items: *674 + items: *675 examples: default: value: @@ -94328,8 +94335,8 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/commits/statuses#create-a-commit-status parameters: - - *377 - *378 + - *379 - name: sha in: path required: true @@ -94383,7 +94390,7 @@ paths: description: Response content: application/json: - schema: *675 + schema: *676 examples: default: value: @@ -94437,8 +94444,8 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/activity/watching#list-watchers parameters: - - *377 - *378 + - *379 - *17 - *19 responses: @@ -94450,7 +94457,7 @@ paths: type: array items: *4 examples: - default: *293 + default: *294 headers: Link: *39 x-github: @@ -94470,14 +94477,14 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/activity/watching#get-a-repository-subscription parameters: - - *377 - *378 + - *379 responses: '200': description: if you subscribe to the repository content: application/json: - schema: &676 + schema: &677 title: Repository Invitation description: Repository invitations let you manage who you collaborate with. @@ -94545,8 +94552,8 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/activity/watching#set-a-repository-subscription parameters: - - *377 - *378 + - *379 requestBody: required: false content: @@ -94572,7 +94579,7 @@ paths: description: Response content: application/json: - schema: *676 + schema: *677 examples: default: value: @@ -94599,8 +94606,8 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/activity/watching#delete-a-repository-subscription parameters: - - *377 - *378 + - *379 responses: '204': description: Response @@ -94620,8 +94627,8 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/repos/repos#list-repository-tags parameters: - - *377 - *378 + - *379 - *17 - *19 responses: @@ -94700,8 +94707,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: - - *377 - *378 + - *379 responses: '200': description: Response @@ -94709,7 +94716,7 @@ paths: application/json: schema: type: array - items: &677 + items: &678 title: Tag protection description: Tag protection type: object @@ -94761,8 +94768,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: - - *377 - *378 + - *379 requestBody: required: true content: @@ -94785,7 +94792,7 @@ paths: description: Response content: application/json: - schema: *677 + schema: *678 examples: default: value: @@ -94816,8 +94823,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: - - *377 - *378 + - *379 - name: tag_protection_id description: The unique identifier of the tag protection. in: path @@ -94854,8 +94861,8 @@ paths: url: https://docs.github.com/enterprise-cloud@latest//rest/repos/contents#download-a-repository-archive-tar operationId: repos/download-tarball-archive parameters: - - *377 - *378 + - *379 - name: ref in: path required: true @@ -94891,8 +94898,8 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/repos/repos#list-repository-teams parameters: - - *377 - *378 + - *379 - *17 - *19 responses: @@ -94904,7 +94911,7 @@ paths: type: array items: *227 examples: - default: *305 + default: *306 headers: Link: *39 '404': *6 @@ -94924,8 +94931,8 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/repos/repos#get-all-repository-topics parameters: - - *377 - *378 + - *379 - *19 - *17 responses: @@ -94933,7 +94940,7 @@ paths: description: Response content: application/json: - schema: &678 + schema: &679 title: Topic description: A topic aggregates entities that are related to a subject. type: object @@ -94945,7 +94952,7 @@ paths: required: - names examples: - default: &679 + default: &680 value: names: - octocat @@ -94968,8 +94975,8 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/repos/repos#replace-all-repository-topics parameters: - - *377 - *378 + - *379 requestBody: required: true content: @@ -95000,9 +95007,9 @@ paths: description: Response content: application/json: - schema: *678 + schema: *679 examples: - default: *679 + default: *680 '404': *6 '422': *7 x-github: @@ -95023,9 +95030,9 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/metrics/traffic#get-repository-clones parameters: - - *377 - *378 - - &680 + - *379 + - &681 name: per description: The time frame to display results for. in: query @@ -95054,7 +95061,7 @@ paths: example: 128 clones: type: array - items: &681 + items: &682 title: Traffic type: object properties: @@ -95141,8 +95148,8 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/metrics/traffic#get-top-referral-paths parameters: - - *377 - *378 + - *379 responses: '200': description: Response @@ -95232,8 +95239,8 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/metrics/traffic#get-top-referral-sources parameters: - - *377 - *378 + - *379 responses: '200': description: Response @@ -95293,9 +95300,9 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/metrics/traffic#get-page-views parameters: - - *377 - *378 - - *680 + - *379 + - *681 responses: '200': description: Response @@ -95314,7 +95321,7 @@ paths: example: 3782 views: type: array - items: *681 + items: *682 required: - uniques - count @@ -95391,8 +95398,8 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/repos/repos#transfer-a-repository parameters: - - *377 - *378 + - *379 requestBody: required: true content: @@ -95666,8 +95673,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: - - *377 - *378 + - *379 responses: '204': description: Response if repository is enabled with vulnerability alerts @@ -95690,8 +95697,8 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/repos/repos#enable-vulnerability-alerts parameters: - - *377 - *378 + - *379 responses: '204': description: Response @@ -95713,8 +95720,8 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/repos/repos#disable-vulnerability-alerts parameters: - - *377 - *378 + - *379 responses: '204': description: Response @@ -95740,8 +95747,8 @@ paths: url: https://docs.github.com/enterprise-cloud@latest//rest/repos/contents#download-a-repository-archive-zip operationId: repos/download-zipball-archive parameters: - - *377 - *378 + - *379 - name: ref in: path required: true @@ -95833,9 +95840,9 @@ paths: description: Response content: application/json: - schema: *390 + schema: *391 examples: - default: *392 + default: *393 headers: Location: example: https://api.github.com/repos/octocat/Hello-World @@ -95986,7 +95993,7 @@ paths: value: Engineering externalId: value: 8aa1a0c0-c4c3-4bc0-b4a5-2ef676900159 - - &689 + - &690 name: excludedAttributes description: Excludes the specified attribute from being returned in the results. Using this parameter can speed up response time. @@ -95995,7 +96002,7 @@ paths: schema: type: string example: members - - &694 + - &695 name: startIndex description: 'Used for pagination: the starting index of the first result to return when paginating through values.' @@ -96006,7 +96013,7 @@ paths: default: 1 format: int32 example: 1 - - &695 + - &696 name: count description: 'Used for pagination: the number of results to return per page.' in: query @@ -96048,7 +96055,7 @@ paths: Resources: type: array description: Information about each provisioned group. - items: &683 + items: &684 allOf: - type: object required: @@ -96123,7 +96130,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: &696 + meta: &697 type: object description: The metadata associated with the creation/updates to the user. @@ -96183,31 +96190,31 @@ paths: location: https://api.github.localhost/scim/v2/Groups/24b28bbb-5fc4-4686-a153-a020debb1155 startIndex: 1 itemsPerPage: 20 - '400': &684 + '400': &685 description: Bad request content: application/json: - schema: *682 + schema: *683 application/scim+json: - schema: *682 - '401': &685 + schema: *683 + '401': &686 description: Authorization failure - '403': &686 + '403': &687 description: Permission denied - '429': &687 + '429': &688 description: Too many requests content: application/json: - schema: *682 + schema: *683 application/scim+json: - schema: *682 - '500': &688 + schema: *683 + '500': &689 description: Internal server error content: application/json: - schema: *682 + schema: *683 application/scim+json: - schema: *682 + schema: *683 x-github: enabledForGitHubApps: true githubCloudOnly: true @@ -96231,7 +96238,7 @@ paths: required: true content: application/json: - schema: &692 + schema: &693 type: object required: - schemas @@ -96287,9 +96294,9 @@ paths: description: Group has been created content: application/scim+json: - schema: *683 + schema: *684 examples: - group: &690 + group: &691 value: schemas: - urn:ietf:params:scim:schemas:core:2.0:Group @@ -96308,13 +96315,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': *684 - '401': *685 - '403': *686 - '409': &693 + '400': *685 + '401': *686 + '403': *687 + '409': &694 description: Duplicate record detected - '429': *687 - '500': *688 + '429': *688 + '500': *689 x-github: enabledForGitHubApps: true githubCloudOnly: true @@ -96331,7 +96338,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: - - &691 + - &692 name: scim_group_id description: A unique identifier of the SCIM group. in: path @@ -96339,22 +96346,22 @@ paths: schema: type: string example: 7fce0092-d52e-4f76-b727-3955bd72c939 - - *689 + - *690 - *40 responses: '200': description: Success, a group was found content: application/scim+json: - schema: *683 + schema: *684 examples: - default: *690 - '400': *684 - '401': *685 - '403': *686 + default: *691 + '400': *685 + '401': *686 + '403': *687 '404': *6 - '429': *687 - '500': *688 + '429': *688 + '500': *689 x-github: enabledForGitHubApps: true githubCloudOnly: true @@ -96373,13 +96380,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: - - *691 + - *692 - *40 requestBody: required: true content: application/json: - schema: *692 + schema: *693 examples: group: summary: Group @@ -96405,17 +96412,17 @@ paths: description: Group was updated content: application/scim+json: - schema: *683 + schema: *684 examples: - group: *690 - groupWithMembers: *690 - '400': *684 - '401': *685 - '403': *686 + group: *691 + groupWithMembers: *691 + '400': *685 + '401': *686 + '403': *687 '404': *6 - '409': *693 - '429': *687 - '500': *688 + '409': *694 + '429': *688 + '500': *689 x-github: enabledForGitHubApps: true githubCloudOnly: true @@ -96439,13 +96446,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: - - *691 + - *692 - *40 requestBody: required: true content: application/json: - schema: &703 + schema: &704 type: object required: - Operations @@ -96505,17 +96512,17 @@ paths: description: Success, group was updated content: application/scim+json: - schema: *683 + schema: *684 examples: - updateGroup: *690 - addMembers: *690 - '400': *684 - '401': *685 - '403': *686 + updateGroup: *691 + addMembers: *691 + '400': *685 + '401': *686 + '403': *687 '404': *6 - '409': *693 - '429': *687 - '500': *688 + '409': *694 + '429': *688 + '500': *689 x-github: enabledForGitHubApps: true githubCloudOnly: true @@ -96531,17 +96538,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: - - *691 + - *692 - *40 responses: '204': description: Group was deleted, no content - '400': *684 - '401': *685 - '403': *686 + '400': *685 + '401': *686 + '403': *687 '404': *6 - '429': *687 - '500': *688 + '429': *688 + '500': *689 x-github: enabledForGitHubApps: true githubCloudOnly: true @@ -96575,8 +96582,8 @@ paths: value: userName eq 'E012345' externalId: value: externalId eq 'E012345' - - *694 - *695 + - *696 - *40 responses: '200': @@ -96609,7 +96616,7 @@ paths: Resources: type: array description: Information about each provisioned account. - items: &698 + items: &699 allOf: - type: object required: @@ -96688,7 +96695,7 @@ paths: description: Whether this email address is the primary address. example: true - roles: &697 + roles: &698 type: array description: The roles assigned to the user. items: @@ -96744,7 +96751,7 @@ paths: type: string description: Provisioned SCIM groups that the user is a member of. - meta: *696 + meta: *697 startIndex: type: integer description: A starting index for the returned page @@ -96781,11 +96788,11 @@ paths: primary: false startIndex: 1 itemsPerPage: 20 - '400': *684 - '401': *685 - '403': *686 - '429': *687 - '500': *688 + '400': *685 + '401': *686 + '403': *687 + '429': *688 + '500': *689 x-github: enabledForGitHubApps: true githubCloudOnly: true @@ -96809,7 +96816,7 @@ paths: required: true content: application/json: - schema: &701 + schema: &702 type: object required: - schemas @@ -96891,9 +96898,9 @@ paths: type: boolean description: Whether this email address is the primary address. example: true - roles: *697 + roles: *698 examples: - user: &702 + user: &703 summary: User value: schemas: @@ -96940,9 +96947,9 @@ paths: description: User has been created content: application/scim+json: - schema: *698 + schema: *699 examples: - user: &699 + user: &700 value: schemas: - urn:ietf:params:scim:schemas:core:2.0:User @@ -96968,13 +96975,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: *699 - '400': *684 - '401': *685 - '403': *686 - '409': *693 - '429': *687 - '500': *688 + enterpriseOwner: *700 + '400': *685 + '401': *686 + '403': *687 + '409': *694 + '429': *688 + '500': *689 x-github: enabledForGitHubApps: true githubCloudOnly: true @@ -96991,7 +96998,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: - - &700 + - &701 name: scim_user_id description: The unique identifier of the SCIM user. in: path @@ -97004,15 +97011,15 @@ paths: description: Success, a user was found content: application/scim+json: - schema: *698 + schema: *699 examples: - default: *699 - '400': *684 - '401': *685 - '403': *686 + default: *700 + '400': *685 + '401': *686 + '403': *687 '404': *6 - '429': *687 - '500': *688 + '429': *688 + '500': *689 x-github: enabledForGitHubApps: true githubCloudOnly: true @@ -97034,30 +97041,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: - - *700 + - *701 - *40 requestBody: required: true content: application/json: - schema: *701 + schema: *702 examples: - user: *702 + user: *703 responses: '200': description: User was updated content: application/scim+json: - schema: *698 + schema: *699 examples: - user: *699 - '400': *684 - '401': *685 - '403': *686 + user: *700 + '400': *685 + '401': *686 + '403': *687 '404': *6 - '409': *693 - '429': *687 - '500': *688 + '409': *694 + '429': *688 + '500': *689 x-github: enabledForGitHubApps: true githubCloudOnly: true @@ -97092,13 +97099,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: - - *700 + - *701 - *40 requestBody: required: true content: application/json: - schema: *703 + schema: *704 examples: userMultiValuedProperties: summary: Multi Valued Property @@ -97138,18 +97145,18 @@ paths: description: Success, user was updated content: application/scim+json: - schema: *698 - examples: - userMultiValuedProperties: *699 - userSingleValuedProperties: *699 - disableUser: *699 - '400': *684 - '401': *685 - '403': *686 + schema: *699 + examples: + userMultiValuedProperties: *700 + userSingleValuedProperties: *700 + disableUser: *700 + '400': *685 + '401': *686 + '403': *687 '404': *6 - '409': *693 - '429': *687 - '500': *688 + '409': *694 + '429': *688 + '500': *689 x-github: enabledForGitHubApps: true githubCloudOnly: true @@ -97169,17 +97176,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: - - *700 + - *701 - *40 responses: '204': description: User was deleted, no content - '400': *684 - '401': *685 - '403': *686 + '400': *685 + '401': *686 + '403': *687 '404': *6 - '429': *687 - '500': *688 + '429': *688 + '500': *689 x-github: enabledForGitHubApps: true githubCloudOnly: true @@ -97266,7 +97273,7 @@ paths: example: 1 Resources: type: array - items: &704 + items: &705 title: SCIM /Users description: SCIM /Users provisioning endpoints type: object @@ -97497,22 +97504,22 @@ paths: lastModified: '2017-03-09T16:11:13-05:00' location: https://api.github.com/scim/v2/organizations/octo-org/Users/77563764-eb6-24-0598234-958243 '304': *37 - '404': &705 + '404': &706 description: Resource not found content: application/json: - schema: *682 + schema: *683 application/scim+json: - schema: *682 - '403': &706 + schema: *683 + '403': &707 description: Forbidden content: application/json: - schema: *682 + schema: *683 application/scim+json: - schema: *682 - '400': *684 - '429': *687 + schema: *683 + '400': *685 + '429': *688 x-github: githubCloudOnly: true enabledForGitHubApps: true @@ -97538,9 +97545,9 @@ paths: description: Response content: application/scim+json: - schema: *704 + schema: *705 examples: - default: &707 + default: &708 value: schemas: - urn:ietf:params:scim:schemas:core:2.0:User @@ -97563,17 +97570,17 @@ paths: lastModified: '2017-03-09T16:11:13-05:00' location: https://api.github.com/scim/v2/organizations/octo-org/Users/edefdfedf-050c-11e7-8d32 '304': *37 - '404': *705 - '403': *706 - '500': *688 + '404': *706 + '403': *707 + '500': *689 '409': description: Conflict content: application/json: - schema: *682 + schema: *683 application/scim+json: - schema: *682 - '400': *684 + schema: *683 + '400': *685 requestBody: required: true content: @@ -97671,17 +97678,17 @@ paths: url: https://docs.github.com/enterprise-cloud@latest//rest/scim/scim#get-scim-provisioning-information-for-a-user parameters: - *170 - - *700 + - *701 responses: '200': description: Response content: application/scim+json: - schema: *704 + schema: *705 examples: - default: *707 - '404': *705 - '403': *706 + default: *708 + '404': *706 + '403': *707 '304': *37 x-github: githubCloudOnly: true @@ -97705,18 +97712,18 @@ paths: url: https://docs.github.com/enterprise-cloud@latest//rest/scim/scim#update-a-provisioned-organization-membership parameters: - *170 - - *700 + - *701 responses: '200': description: Response content: application/scim+json: - schema: *704 + schema: *705 examples: - default: *707 + default: *708 '304': *37 - '404': *705 - '403': *706 + '404': *706 + '403': *707 requestBody: required: true content: @@ -97829,19 +97836,19 @@ paths: url: https://docs.github.com/enterprise-cloud@latest//rest/scim/scim#update-an-attribute-for-a-scim-user parameters: - *170 - - *700 + - *701 responses: '200': description: Response content: application/scim+json: - schema: *704 + schema: *705 examples: - default: *707 + default: *708 '304': *37 - '404': *705 - '403': *706 - '400': *684 + '404': *706 + '403': *707 + '400': *685 '429': description: Response content: @@ -97932,12 +97939,12 @@ paths: url: https://docs.github.com/enterprise-cloud@latest//rest/scim/scim#delete-a-scim-user-from-an-organization parameters: - *170 - - *700 + - *701 responses: '204': description: Response - '404': *705 - '403': *706 + '404': *706 + '403': *707 '304': *37 x-github: githubCloudOnly: true @@ -98070,7 +98077,7 @@ paths: example: - 73..77 - 77..78 - text_matches: &708 + text_matches: &709 title: Search Result Text Matches type: array items: @@ -98233,7 +98240,7 @@ paths: enum: - author-date - committer-date - - &709 + - &710 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 @@ -98304,7 +98311,7 @@ paths: description: Metaproperties for Git author/committer information. type: object - properties: *434 + properties: *435 nullable: true comment_count: type: integer @@ -98324,7 +98331,7 @@ paths: url: type: string format: uri - verification: *553 + verification: *554 required: - author - committer @@ -98343,7 +98350,7 @@ paths: title: Git User description: Metaproperties for Git author/committer information. type: object - properties: *434 + properties: *435 nullable: true parents: type: array @@ -98361,7 +98368,7 @@ paths: type: number node_id: type: string - text_matches: *708 + text_matches: *709 required: - sha - node_id @@ -98544,7 +98551,7 @@ paths: - interactions - created - updated - - *709 + - *710 - *17 - *19 - name: advanced_search @@ -98671,8 +98678,8 @@ paths: title: Milestone description: A collection of related issues and pull requests. type: object - properties: *502 - required: *503 + properties: *503 + required: *504 nullable: true comments: type: integer @@ -98686,7 +98693,7 @@ paths: type: string format: date-time nullable: true - text_matches: *708 + text_matches: *709 pull_request: type: object properties: @@ -98730,7 +98737,7 @@ paths: timeline_url: type: string format: uri - type: *288 + type: *289 performed_via_github_app: title: GitHub app description: GitHub apps are a new way to extend GitHub. @@ -98914,7 +98921,7 @@ paths: enum: - created - updated - - *709 + - *710 - *17 - *19 responses: @@ -98958,7 +98965,7 @@ paths: nullable: true score: type: number - text_matches: *708 + text_matches: *709 required: - id - node_id @@ -99044,7 +99051,7 @@ paths: - forks - help-wanted-issues - updated - - *709 + - *710 - *17 - *19 responses: @@ -99283,7 +99290,7 @@ paths: - admin - pull - push - text_matches: *708 + text_matches: *709 temp_clone_token: type: string allow_merge_commit: @@ -99584,7 +99591,7 @@ paths: type: string format: uri nullable: true - text_matches: *708 + text_matches: *709 related: type: array nullable: true @@ -99777,7 +99784,7 @@ paths: - followers - repositories - joined - - *709 + - *710 - *17 - *19 responses: @@ -99881,7 +99888,7 @@ paths: hireable: type: boolean nullable: true - text_matches: *708 + text_matches: *709 blog: type: string nullable: true @@ -99960,7 +99967,7 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/teams/teams#get-a-team-legacy parameters: - - &710 + - &711 name: team_id description: The unique identifier of the team. in: path @@ -99972,9 +99979,9 @@ paths: description: Response content: application/json: - schema: *358 + schema: *359 examples: - default: *359 + default: *360 '404': *6 x-github: githubCloudOnly: false @@ -100001,7 +100008,7 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/teams/teams#update-a-team-legacy parameters: - - *710 + - *711 requestBody: required: true content: @@ -100064,16 +100071,16 @@ paths: description: Response when the updated information already exists content: application/json: - schema: *358 + schema: *359 examples: - default: *359 + default: *360 '201': description: Response content: application/json: - schema: *358 + schema: *359 examples: - default: *359 + default: *360 '404': *6 '422': *15 '403': *29 @@ -100101,7 +100108,7 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/teams/teams#delete-a-team-legacy parameters: - - *710 + - *711 responses: '204': description: Response @@ -100132,7 +100139,7 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/teams/discussions#list-discussions-legacy parameters: - - *710 + - *711 - *86 - *17 - *19 @@ -100143,9 +100150,9 @@ paths: application/json: schema: type: array - items: *360 + items: *361 examples: - default: *711 + default: *712 headers: Link: *39 x-github: @@ -100174,7 +100181,7 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/teams/discussions#create-a-discussion-legacy parameters: - - *710 + - *711 requestBody: required: true content: @@ -100208,9 +100215,9 @@ paths: description: Response content: application/json: - schema: *360 + schema: *361 examples: - default: *361 + default: *362 x-github: triggersNotification: true githubCloudOnly: false @@ -100237,16 +100244,16 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/teams/discussions#get-a-discussion-legacy parameters: - - *710 - - *362 + - *711 + - *363 responses: '200': description: Response content: application/json: - schema: *360 + schema: *361 examples: - default: *361 + default: *362 x-github: githubCloudOnly: false enabledForGitHubApps: true @@ -100271,8 +100278,8 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/teams/discussions#update-a-discussion-legacy parameters: - - *710 - - *362 + - *711 + - *363 requestBody: required: false content: @@ -100295,9 +100302,9 @@ paths: description: Response content: application/json: - schema: *360 + schema: *361 examples: - default: *712 + default: *713 x-github: githubCloudOnly: false enabledForGitHubApps: true @@ -100322,8 +100329,8 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/teams/discussions#delete-a-discussion-legacy parameters: - - *710 - - *362 + - *711 + - *363 responses: '204': description: Response @@ -100352,8 +100359,8 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/teams/discussion-comments#list-discussion-comments-legacy parameters: - - *710 - - *362 + - *711 + - *363 - *86 - *17 - *19 @@ -100364,9 +100371,9 @@ paths: application/json: schema: type: array - items: *363 + items: *364 examples: - default: *713 + default: *714 headers: Link: *39 x-github: @@ -100395,8 +100402,8 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/teams/discussion-comments#create-a-discussion-comment-legacy parameters: - - *710 - - *362 + - *711 + - *363 requestBody: required: true content: @@ -100418,9 +100425,9 @@ paths: description: Response content: application/json: - schema: *363 + schema: *364 examples: - default: *364 + default: *365 x-github: triggersNotification: true githubCloudOnly: false @@ -100447,17 +100454,17 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/teams/discussion-comments#get-a-discussion-comment-legacy parameters: - - *710 - - *362 - - *365 + - *711 + - *363 + - *366 responses: '200': description: Response content: application/json: - schema: *363 + schema: *364 examples: - default: *364 + default: *365 x-github: githubCloudOnly: false enabledForGitHubApps: true @@ -100482,9 +100489,9 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/teams/discussion-comments#update-a-discussion-comment-legacy parameters: - - *710 - - *362 - - *365 + - *711 + - *363 + - *366 requestBody: required: true content: @@ -100506,9 +100513,9 @@ paths: description: Response content: application/json: - schema: *363 + schema: *364 examples: - default: *714 + default: *715 x-github: githubCloudOnly: false enabledForGitHubApps: true @@ -100533,9 +100540,9 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/teams/discussion-comments#delete-a-discussion-comment-legacy parameters: - - *710 - - *362 - - *365 + - *711 + - *363 + - *366 responses: '204': description: Response @@ -100564,9 +100571,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: - - *710 - - *362 - - *365 + - *711 + - *363 + - *366 - 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. @@ -100592,9 +100599,9 @@ paths: application/json: schema: type: array - items: *366 + items: *367 examples: - default: *368 + default: *369 headers: Link: *39 x-github: @@ -100623,9 +100630,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: - - *710 - - *362 - - *365 + - *711 + - *363 + - *366 requestBody: required: true content: @@ -100657,9 +100664,9 @@ paths: description: Response content: application/json: - schema: *366 + schema: *367 examples: - default: *367 + default: *368 x-github: githubCloudOnly: false enabledForGitHubApps: true @@ -100685,8 +100692,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: - - *710 - - *362 + - *711 + - *363 - 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. @@ -100712,9 +100719,9 @@ paths: application/json: schema: type: array - items: *366 + items: *367 examples: - default: *368 + default: *369 headers: Link: *39 x-github: @@ -100743,8 +100750,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: - - *710 - - *362 + - *711 + - *363 requestBody: required: true content: @@ -100776,9 +100783,9 @@ paths: description: Response content: application/json: - schema: *366 + schema: *367 examples: - default: *367 + default: *368 x-github: githubCloudOnly: false enabledForGitHubApps: false @@ -100802,7 +100809,7 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/teams/members#list-pending-team-invitations-legacy parameters: - - *710 + - *711 - *17 - *19 responses: @@ -100812,9 +100819,9 @@ paths: application/json: schema: type: array - items: *285 + items: *286 examples: - default: *286 + default: *287 headers: Link: *39 x-github: @@ -100840,7 +100847,7 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/teams/members#list-team-members-legacy parameters: - - *710 + - *711 - name: role description: Filters members returned by their role in the team. in: query @@ -100863,7 +100870,7 @@ paths: type: array items: *4 examples: - default: *293 + default: *294 headers: Link: *39 '404': *6 @@ -100891,7 +100898,7 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/teams/members#get-team-member-legacy parameters: - - *710 + - *711 - *218 responses: '204': @@ -100928,7 +100935,7 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/teams/members#add-team-member-legacy parameters: - - *710 + - *711 - *218 responses: '204': @@ -100968,7 +100975,7 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/teams/members#remove-team-member-legacy parameters: - - *710 + - *711 - *218 responses: '204': @@ -101005,16 +101012,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: - - *710 + - *711 - *218 responses: '200': description: Response content: application/json: - schema: *374 + schema: *375 examples: - response-if-user-is-a-team-maintainer: *715 + response-if-user-is-a-team-maintainer: *716 '404': *6 x-github: githubCloudOnly: false @@ -101047,7 +101054,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: - - *710 + - *711 - *218 requestBody: required: false @@ -101073,9 +101080,9 @@ paths: description: Response content: application/json: - schema: *374 + schema: *375 examples: - response-if-users-membership-with-team-is-now-pending: *716 + response-if-users-membership-with-team-is-now-pending: *717 '403': description: Forbidden if team synchronization is set up '422': @@ -101109,7 +101116,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: - - *710 + - *711 - *218 responses: '204': @@ -101138,7 +101145,7 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/teams/teams#list-team-projects-legacy parameters: - - *710 + - *711 - *17 - *19 responses: @@ -101148,9 +101155,9 @@ paths: application/json: schema: type: array - items: *375 + items: *376 examples: - default: *717 + default: *718 headers: Link: *39 '404': *6 @@ -101176,16 +101183,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: - - *710 - - *376 + - *711 + - *377 responses: '200': description: Response content: application/json: - schema: *375 + schema: *376 examples: - default: *718 + default: *719 '404': description: Not Found if project is not managed by this team x-github: @@ -101209,8 +101216,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: - - *710 - - *376 + - *711 + - *377 requestBody: required: false content: @@ -101277,8 +101284,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: - - *710 - - *376 + - *711 + - *377 responses: '204': description: Response @@ -101305,7 +101312,7 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/teams/teams#list-team-repositories-legacy parameters: - - *710 + - *711 - *17 - *19 responses: @@ -101317,7 +101324,7 @@ paths: type: array items: *196 examples: - default: *312 + default: *313 headers: Link: *39 '404': *6 @@ -101347,15 +101354,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: - - *710 - - *377 + - *711 - *378 + - *379 responses: '200': description: Alternative response with extra repository information content: application/json: - schema: *719 + schema: *720 examples: alternative-response-with-extra-repository-information: value: @@ -101506,9 +101513,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: - - *710 - - *377 + - *711 - *378 + - *379 requestBody: required: false content: @@ -101558,9 +101565,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: - - *710 - - *377 + - *711 - *378 + - *379 responses: '204': description: Response @@ -101589,15 +101596,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: - - *710 + - *711 responses: '200': description: Response content: application/json: - schema: *379 + schema: *380 examples: - default: *380 + default: *381 '403': *29 '404': *6 x-github: @@ -101624,7 +101631,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: - - *710 + - *711 requestBody: required: true content: @@ -101681,7 +101688,7 @@ paths: description: Response content: application/json: - schema: *379 + schema: *380 examples: default: value: @@ -101712,7 +101719,7 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/teams/teams#list-child-teams-legacy parameters: - - *710 + - *711 - *17 - *19 responses: @@ -101724,7 +101731,7 @@ paths: type: array items: *227 examples: - response-if-child-teams-exist: *720 + response-if-child-teams-exist: *721 headers: Link: *39 '404': *6 @@ -101757,7 +101764,7 @@ paths: application/json: schema: oneOf: - - &722 + - &723 title: Private User description: Private User type: object @@ -101960,7 +101967,7 @@ paths: - private_gists - total_private_repos - two_factor_authentication - - *721 + - *722 examples: response-with-public-and-private-profile-information: summary: Response with public and private profile information @@ -102113,7 +102120,7 @@ paths: description: Response content: application/json: - schema: *722 + schema: *723 examples: default: value: @@ -102192,7 +102199,7 @@ paths: type: array items: *4 examples: - default: *293 + default: *294 '304': *37 '404': *6 '403': *29 @@ -102316,9 +102323,9 @@ paths: type: integer codespaces: type: array - items: *294 + items: *295 examples: - default: *295 + default: *296 '304': *37 '500': *99 '401': *25 @@ -102457,17 +102464,17 @@ paths: description: Response when the codespace was successfully created content: application/json: - schema: *294 + schema: *295 examples: - default: *487 + default: *488 '202': description: Response when the codespace creation partially failed but is being retried in the background content: application/json: - schema: *294 + schema: *295 examples: - default: *487 + default: *488 '401': *25 '403': *29 '404': *6 @@ -102511,7 +102518,7 @@ paths: type: integer secrets: type: array - items: &723 + items: &724 title: Codespaces Secret description: Secrets for a GitHub Codespace. type: object @@ -102551,7 +102558,7 @@ paths: - visibility - selected_repositories_url examples: - default: *490 + default: *491 headers: Link: *39 x-github: @@ -102627,7 +102634,7 @@ paths: description: Response content: application/json: - schema: *723 + schema: *724 examples: default: value: @@ -102773,7 +102780,7 @@ paths: type: array items: *196 examples: - default: *724 + default: *725 '401': *25 '403': *29 '404': *6 @@ -102917,15 +102924,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: - - *296 + - *297 responses: '200': description: Response content: application/json: - schema: *294 + schema: *295 examples: - default: *487 + default: *488 '304': *37 '500': *99 '401': *25 @@ -102951,7 +102958,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: - - *296 + - *297 requestBody: required: false content: @@ -102981,9 +102988,9 @@ paths: description: Response content: application/json: - schema: *294 + schema: *295 examples: - default: *487 + default: *488 '401': *25 '403': *29 '404': *6 @@ -103005,7 +103012,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: - - *296 + - *297 responses: '202': *95 '304': *37 @@ -103034,13 +103041,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: - - *296 + - *297 responses: '202': description: Response content: application/json: - schema: &725 + schema: &726 type: object title: Fetches information about an export of a codespace. description: An export of a codespace. Also, latest export details @@ -103081,7 +103088,7 @@ paths: description: Web url for the exported branch example: https://github.com/octocat/hello-world/tree/:branch examples: - default: &726 + default: &727 value: state: succeeded completed_at: '2022-01-01T14:59:22Z' @@ -103113,7 +103120,7 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/codespaces/codespaces#get-details-about-a-codespace-export parameters: - - *296 + - *297 - name: export_id in: path required: true @@ -103126,9 +103133,9 @@ paths: description: Response content: application/json: - schema: *725 + schema: *726 examples: - default: *726 + default: *727 '404': *6 x-github: githubCloudOnly: false @@ -103149,7 +103156,7 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/codespaces/machines#list-machine-types-for-a-codespace parameters: - - *296 + - *297 responses: '200': description: Response @@ -103165,9 +103172,9 @@ paths: type: integer machines: type: array - items: *727 + items: *728 examples: - default: *728 + default: *729 '304': *37 '500': *99 '401': *25 @@ -103196,7 +103203,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: - - *296 + - *297 requestBody: required: true content: @@ -103246,13 +103253,13 @@ paths: nullable: true owner: *4 billable_owner: *4 - repository: *390 + repository: *391 machine: type: object title: Codespace machine description: A description of the machine powering a codespace. - properties: *488 - required: *489 + properties: *489 + required: *490 nullable: true devcontainer_path: description: Path to devcontainer.json from repo root used to @@ -104026,15 +104033,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: - - *296 + - *297 responses: '200': description: Response content: application/json: - schema: *294 + schema: *295 examples: - default: *487 + default: *488 '304': *37 '500': *99 '400': *14 @@ -104066,15 +104073,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: - - *296 + - *297 responses: '200': description: Response content: application/json: - schema: *294 + schema: *295 examples: - default: *487 + default: *488 '500': *99 '401': *25 '403': *29 @@ -104104,9 +104111,9 @@ paths: application/json: schema: type: array - items: *306 + items: *307 examples: - default: &741 + default: &742 value: - id: 197 name: hello_docker @@ -104207,7 +104214,7 @@ paths: application/json: schema: type: array - items: &729 + items: &730 title: Email description: Email type: object @@ -104272,9 +104279,9 @@ paths: application/json: schema: type: array - items: *729 + items: *730 examples: - default: &743 + default: &744 value: - email: octocat@github.com verified: true @@ -104349,7 +104356,7 @@ paths: application/json: schema: type: array - items: *729 + items: *730 examples: default: value: @@ -104459,7 +104466,7 @@ paths: type: array items: *4 examples: - default: *293 + default: *294 headers: Link: *39 '304': *37 @@ -104492,7 +104499,7 @@ paths: type: array items: *4 examples: - default: *293 + default: *294 headers: Link: *39 '304': *37 @@ -104605,7 +104612,7 @@ paths: application/json: schema: type: array - items: &730 + items: &731 title: GPG Key description: A unique encryption key type: object @@ -104736,7 +104743,7 @@ paths: - subkeys - revoked examples: - default: &754 + default: &755 value: - id: 3 name: Octocat's GPG Key @@ -104821,9 +104828,9 @@ paths: description: Response content: application/json: - schema: *730 + schema: *731 examples: - default: &731 + default: &732 value: id: 3 name: Octocat's GPG Key @@ -104880,7 +104887,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: - - &732 + - &733 name: gpg_key_id description: The unique identifier of the GPG key. in: path @@ -104892,9 +104899,9 @@ paths: description: Response content: application/json: - schema: *730 + schema: *731 examples: - default: *731 + default: *732 '404': *6 '304': *37 '403': *29 @@ -104917,7 +104924,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: - - *732 + - *733 responses: '204': description: Response @@ -105108,7 +105115,7 @@ paths: type: array items: *63 examples: - default: *733 + default: *734 headers: Link: *39 '404': *6 @@ -105193,12 +105200,12 @@ paths: application/json: schema: anyOf: - - *283 + - *284 - type: object properties: {} additionalProperties: false examples: - default: *284 + default: *285 '204': description: Response when there are no restrictions x-github: @@ -105222,7 +105229,7 @@ paths: required: true content: application/json: - schema: *564 + schema: *565 examples: default: value: @@ -105233,7 +105240,7 @@ paths: description: Response content: application/json: - schema: *283 + schema: *284 examples: default: value: @@ -105314,7 +105321,7 @@ paths: - closed - all default: open - - *291 + - *292 - name: sort description: What to sort results by. in: query @@ -105339,7 +105346,7 @@ paths: type: array items: *153 examples: - default: *292 + default: *293 headers: Link: *39 '404': *6 @@ -105372,7 +105379,7 @@ paths: application/json: schema: type: array - items: &734 + items: &735 title: Key description: Key type: object @@ -105469,9 +105476,9 @@ paths: description: Response content: application/json: - schema: *734 + schema: *735 examples: - default: &735 + default: &736 value: key: 2Sg8iYjAxxmI2LvUXpJjkYrMxURPc8r+dB7TJyvv1234 id: 2 @@ -105504,15 +105511,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: - - *593 + - *594 responses: '200': description: Response content: application/json: - schema: *734 + schema: *735 examples: - default: *735 + default: *736 '404': *6 '304': *37 '403': *29 @@ -105535,7 +105542,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: - - *593 + - *594 responses: '204': description: Response @@ -105568,7 +105575,7 @@ paths: application/json: schema: type: array - items: &736 + items: &737 title: User Marketplace Purchase description: User Marketplace Purchase type: object @@ -105636,7 +105643,7 @@ paths: - account - plan examples: - default: &737 + default: &738 value: - billing_cycle: monthly next_billing_date: '2017-11-11T00:00:00Z' @@ -105698,9 +105705,9 @@ paths: application/json: schema: type: array - items: *736 + items: *737 examples: - default: *737 + default: *738 headers: Link: *39 '304': *37 @@ -105740,7 +105747,7 @@ paths: application/json: schema: type: array - items: *297 + items: *298 examples: default: value: @@ -105848,7 +105855,7 @@ paths: description: Response content: application/json: - schema: *297 + schema: *298 examples: default: value: @@ -105931,7 +105938,7 @@ paths: description: Response content: application/json: - schema: *297 + schema: *298 examples: default: value: @@ -105999,7 +106006,7 @@ paths: application/json: schema: type: array - items: *299 + items: *300 examples: default: value: @@ -106252,7 +106259,7 @@ paths: description: Response content: application/json: - schema: *299 + schema: *300 examples: default: value: @@ -106432,7 +106439,7 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/migrations/users#get-a-user-migration-status parameters: - - *300 + - *301 - name: exclude in: query required: false @@ -106445,7 +106452,7 @@ paths: description: Response content: application/json: - schema: *299 + schema: *300 examples: default: value: @@ -106639,7 +106646,7 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/migrations/users#download-a-user-migration-archive parameters: - - *300 + - *301 responses: '302': description: Response @@ -106665,7 +106672,7 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/migrations/users#delete-a-user-migration-archive parameters: - - *300 + - *301 responses: '204': description: Response @@ -106694,8 +106701,8 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/migrations/users#unlock-a-user-repository parameters: - - *300 - - *738 + - *301 + - *739 responses: '204': description: Response @@ -106719,7 +106726,7 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/migrations/users#list-repositories-for-a-user-migration parameters: - - *300 + - *301 - *17 - *19 responses: @@ -106731,7 +106738,7 @@ paths: type: array items: *196 examples: - default: *312 + default: *313 headers: Link: *39 '404': *6 @@ -106768,7 +106775,7 @@ paths: type: array items: *58 examples: - default: *739 + default: *740 headers: Link: *39 '304': *37 @@ -106810,7 +106817,7 @@ paths: - docker - nuget - container - - *740 + - *741 - *19 - *17 responses: @@ -106820,10 +106827,10 @@ paths: application/json: schema: type: array - items: *306 + items: *307 examples: - default: *741 - '400': *742 + default: *742 + '400': *743 x-github: githubCloudOnly: false enabledForGitHubApps: false @@ -106843,16 +106850,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: - - *308 - *309 + - *310 responses: '200': description: Response content: application/json: - schema: *306 + schema: *307 examples: - default: &755 + default: &756 value: id: 40201 name: octo-name @@ -106965,8 +106972,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: - - *308 - *309 + - *310 responses: '204': description: Response @@ -106996,8 +107003,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: - - *308 - *309 + - *310 - name: token description: package token schema: @@ -107029,8 +107036,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: - - *308 - *309 + - *310 - *19 - *17 - name: state @@ -107050,7 +107057,7 @@ paths: application/json: schema: type: array - items: *310 + items: *311 examples: default: value: @@ -107099,15 +107106,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: - - *308 - *309 - - *311 + - *310 + - *312 responses: '200': description: Response content: application/json: - schema: *310 + schema: *311 examples: default: value: @@ -107143,9 +107150,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: - - *308 - *309 - - *311 + - *310 + - *312 responses: '204': description: Response @@ -107175,9 +107182,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: - - *308 - *309 - - *311 + - *310 + - *312 responses: '204': description: Response @@ -107233,7 +107240,7 @@ paths: description: Response content: application/json: - schema: *322 + schema: *323 examples: default: value: @@ -107305,9 +107312,9 @@ paths: application/json: schema: type: array - items: *729 + items: *730 examples: - default: *743 + default: *744 headers: Link: *39 '304': *37 @@ -107420,7 +107427,7 @@ paths: type: array items: *63 examples: - default: &750 + default: &751 summary: Default response value: - id: 1296269 @@ -107724,9 +107731,9 @@ paths: description: Response content: application/json: - schema: *390 + schema: *391 examples: - default: *392 + default: *393 headers: Location: example: https://api.github.com/repos/octocat/Hello-World @@ -107764,9 +107771,9 @@ paths: application/json: schema: type: array - items: *566 + items: *567 examples: - default: *744 + default: *745 headers: Link: *39 '304': *37 @@ -107789,7 +107796,7 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/collaborators/invitations#accept-a-repository-invitation parameters: - - *287 + - *288 responses: '204': description: Response @@ -107812,7 +107819,7 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/collaborators/invitations#decline-a-repository-invitation parameters: - - *287 + - *288 responses: '204': description: Response @@ -107845,7 +107852,7 @@ paths: application/json: schema: type: array - items: &745 + items: &746 title: Social account description: Social media account type: object @@ -107860,7 +107867,7 @@ paths: - provider - url examples: - default: &746 + default: &747 value: - provider: twitter url: https://twitter.com/github @@ -107922,9 +107929,9 @@ paths: application/json: schema: type: array - items: *745 + items: *746 examples: - default: *746 + default: *747 '422': *15 '304': *37 '404': *6 @@ -108011,7 +108018,7 @@ paths: application/json: schema: type: array - items: &747 + items: &748 title: SSH Signing Key description: A public SSH key used to sign Git commits type: object @@ -108031,7 +108038,7 @@ paths: - title - created_at examples: - default: &756 + default: &757 value: - key: 2Sg8iYjAxxmI2LvUXpJjkYrMxURPc8r+dB7TJyvv1234 id: 2 @@ -108097,9 +108104,9 @@ paths: description: Response content: application/json: - schema: *747 + schema: *748 examples: - default: &748 + default: &749 value: key: 2Sg8iYjAxxmI2LvUXpJjkYrMxURPc8r+dB7TJyvv1234 id: 2 @@ -108130,7 +108137,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: - - &749 + - &750 name: ssh_signing_key_id description: The unique identifier of the SSH signing key. in: path @@ -108142,9 +108149,9 @@ paths: description: Response content: application/json: - schema: *747 + schema: *748 examples: - default: *748 + default: *749 '404': *6 '304': *37 '403': *29 @@ -108167,7 +108174,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: - - *749 + - *750 responses: '204': description: Response @@ -108196,7 +108203,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: - - &757 + - &758 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 @@ -108221,11 +108228,11 @@ paths: type: array items: *63 examples: - default-response: *750 + default-response: *751 application/vnd.github.v3.star+json: schema: type: array - items: &758 + items: &759 title: Starred Repository description: Starred Repository type: object @@ -108381,8 +108388,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: - - *377 - *378 + - *379 responses: '204': description: Response if this repository is starred by you @@ -108410,8 +108417,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: - - *377 - *378 + - *379 responses: '204': description: Response @@ -108435,8 +108442,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: - - *377 - *378 + - *379 responses: '204': description: Response @@ -108471,7 +108478,7 @@ paths: type: array items: *196 examples: - default: *312 + default: *313 headers: Link: *39 '304': *37 @@ -108508,7 +108515,7 @@ paths: application/json: schema: type: array - items: *358 + items: *359 examples: default: value: @@ -108594,10 +108601,10 @@ paths: application/json: schema: oneOf: + - *723 - *722 - - *721 examples: - default-response: &752 + default-response: &753 summary: Default response value: login: octocat @@ -108632,7 +108639,7 @@ paths: following: 0 created_at: '2008-01-14T04:33:35Z' updated_at: '2008-01-14T04:33:35Z' - response-with-git-hub-plan-information: &753 + response-with-git-hub-plan-information: &754 summary: Response with GitHub plan information value: login: octocat @@ -108692,7 +108699,7 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/users/users#list-users parameters: - - *751 + - *752 - *17 responses: '200': @@ -108703,7 +108710,7 @@ paths: type: array items: *4 examples: - default: *293 + default: *294 headers: Link: example: ; rel="next" @@ -108741,11 +108748,11 @@ paths: application/json: schema: oneOf: + - *723 - *722 - - *721 examples: - default-response: *752 - response-with-git-hub-plan-information: *753 + default-response: *753 + response-with-git-hub-plan-information: *754 '404': *6 x-github: githubCloudOnly: false @@ -108821,7 +108828,7 @@ paths: bundle_url: type: string examples: - default: *430 + default: *431 '201': description: Response content: @@ -108860,9 +108867,9 @@ paths: application/json: schema: type: array - items: *306 + items: *307 examples: - default: *741 + default: *742 '403': *29 '401': *25 x-github: @@ -109145,7 +109152,7 @@ paths: type: array items: *4 examples: - default: *293 + default: *294 headers: Link: *39 x-github: @@ -109176,7 +109183,7 @@ paths: type: array items: *4 examples: - default: *293 + default: *294 headers: Link: *39 x-github: @@ -109266,9 +109273,9 @@ paths: application/json: schema: type: array - items: *730 + items: *731 examples: - default: *754 + default: *755 headers: Link: *39 x-github: @@ -109372,7 +109379,7 @@ paths: application/json: schema: *22 examples: - default: *563 + default: *564 x-github: githubCloudOnly: false enabledForGitHubApps: false @@ -109450,7 +109457,7 @@ paths: type: array items: *58 examples: - default: *739 + default: *740 headers: Link: *39 x-github: @@ -109489,7 +109496,7 @@ paths: - docker - nuget - container - - *740 + - *741 - *218 - *19 - *17 @@ -109500,12 +109507,12 @@ paths: application/json: schema: type: array - items: *306 + items: *307 examples: - default: *741 + default: *742 '403': *29 '401': *25 - '400': *742 + '400': *743 x-github: githubCloudOnly: false enabledForGitHubApps: false @@ -109525,17 +109532,17 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/packages/packages#get-a-package-for-a-user parameters: - - *308 - *309 + - *310 - *218 responses: '200': description: Response content: application/json: - schema: *306 + schema: *307 examples: - default: *755 + default: *756 x-github: githubCloudOnly: false enabledForGitHubApps: false @@ -109556,8 +109563,8 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/packages/packages#delete-a-package-for-a-user parameters: - - *308 - *309 + - *310 - *218 responses: '204': @@ -109590,8 +109597,8 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/packages/packages#restore-a-package-for-a-user parameters: - - *308 - *309 + - *310 - *218 - name: token description: package token @@ -109624,8 +109631,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: - - *308 - *309 + - *310 - *218 responses: '200': @@ -109634,7 +109641,7 @@ paths: application/json: schema: type: array - items: *310 + items: *311 examples: default: value: @@ -109692,16 +109699,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: - - *308 - *309 - - *311 + - *310 + - *312 - *218 responses: '200': description: Response content: application/json: - schema: *310 + schema: *311 examples: default: value: @@ -109736,10 +109743,10 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/packages/packages#delete-package-version-for-a-user parameters: - - *308 - *309 + - *310 - *218 - - *311 + - *312 responses: '204': description: Response @@ -109771,10 +109778,10 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/packages/packages#restore-package-version-for-a-user parameters: - - *308 - *309 + - *310 - *218 - - *311 + - *312 responses: '204': description: Response @@ -109821,7 +109828,7 @@ paths: application/json: schema: type: array - items: *322 + items: *323 examples: default: value: @@ -110104,7 +110111,7 @@ paths: type: array items: *196 examples: - default: *312 + default: *313 headers: Link: *39 x-github: @@ -110134,9 +110141,9 @@ paths: description: Response content: application/json: - schema: *345 + schema: *346 examples: - default: *346 + default: *347 x-github: githubCloudOnly: false enabledForGitHubApps: false @@ -110164,9 +110171,9 @@ paths: description: Response content: application/json: - schema: *350 + schema: *351 examples: - default: *351 + default: *352 x-github: githubCloudOnly: false enabledForGitHubApps: false @@ -110194,9 +110201,9 @@ paths: description: Response content: application/json: - schema: *352 + schema: *353 examples: - default: *353 + default: *354 x-github: githubCloudOnly: false enabledForGitHubApps: false @@ -110224,9 +110231,9 @@ paths: application/json: schema: type: array - items: *745 + items: *746 examples: - default: *746 + default: *747 headers: Link: *39 x-github: @@ -110256,9 +110263,9 @@ paths: application/json: schema: type: array - items: *747 + items: *748 examples: - default: *756 + default: *757 headers: Link: *39 x-github: @@ -110283,7 +110290,7 @@ paths: url: https://docs.github.com/enterprise-cloud@latest//rest/activity/starring#list-repositories-starred-by-a-user parameters: - *218 - - *757 + - *758 - *86 - *17 - *19 @@ -110295,11 +110302,11 @@ paths: schema: anyOf: - type: array - items: *758 + items: *759 - type: array items: *63 examples: - default-response: *750 + default-response: *751 headers: Link: *39 x-github: @@ -110330,7 +110337,7 @@ paths: type: array items: *196 examples: - default: *312 + default: *313 headers: Link: *39 x-github: @@ -110458,7 +110465,7 @@ x-webhooks: type: string enum: - disabled - enterprise: &759 + enterprise: &760 title: Enterprise description: |- An enterprise on GitHub. Webhook payloads contain the `enterprise` property when the webhook is configured @@ -110516,7 +110523,7 @@ x-webhooks: - created_at - updated_at - avatar_url - installation: &760 + installation: &761 title: Simple Installation description: |- The GitHub App installation. Webhook payloads contain the `installation` property when the event is configured @@ -110535,7 +110542,7 @@ x-webhooks: required: - id - node_id - organization: &761 + organization: &762 title: Organization Simple description: |- A GitHub organization. Webhook payloads contain the `organization` property when the webhook is configured for an @@ -110595,13 +110602,13 @@ x-webhooks: - public_members_url - avatar_url - description - repository: &762 + repository: &763 title: Repository description: |- The repository on GitHub where the event occurred. Webhook payloads contain the `repository` property when the event occurs from activity in a repository. type: object - properties: &799 + properties: &800 id: description: Unique identifier of the repository example: 42 @@ -111284,7 +111291,7 @@ x-webhooks: type: boolean description: Whether anonymous git access is enabled for this repository - required: &800 + required: &801 - archive_url - assignees_url - blobs_url @@ -111435,10 +111442,10 @@ x-webhooks: type: string enum: - enabled - enterprise: *759 - installation: *760 - organization: *761 - repository: *762 + enterprise: *760 + installation: *761 + organization: *762 + repository: *763 sender: *4 required: - action @@ -111514,11 +111521,11 @@ x-webhooks: type: string enum: - created - enterprise: *759 - installation: *760 - organization: *761 - repository: *762 - rule: &763 + enterprise: *760 + installation: *761 + organization: *762 + repository: *763 + rule: &764 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) @@ -111741,11 +111748,11 @@ x-webhooks: type: string enum: - deleted - enterprise: *759 - installation: *760 - organization: *761 - repository: *762 - rule: *763 + enterprise: *760 + installation: *761 + organization: *762 + repository: *763 + rule: *764 sender: *4 required: - action @@ -111928,11 +111935,11 @@ x-webhooks: - everyone required: - from - enterprise: *759 - installation: *760 - organization: *761 - repository: *762 - rule: *763 + enterprise: *760 + installation: *761 + organization: *762 + repository: *763 + rule: *764 sender: *4 required: - action @@ -112003,7 +112010,7 @@ x-webhooks: required: true content: application/json: - schema: &766 + schema: &767 title: Exemption request cancellation event type: object properties: @@ -112011,11 +112018,11 @@ x-webhooks: type: string enum: - cancelled - enterprise: *759 - installation: *760 - organization: *761 - repository: *762 - exemption_request: &764 + enterprise: *760 + installation: *761 + organization: *762 + repository: *763 + exemption_request: &765 title: Exemption Request description: A request from a user to be exempted from a set of rules. @@ -112240,7 +112247,7 @@ x-webhooks: type: array description: The responses to the exemption request. nullable: true - items: &765 + items: &766 title: Exemption response description: A response to an exemption request by a delegated bypasser. @@ -112348,7 +112355,7 @@ x-webhooks: required: true content: application/json: - schema: &767 + schema: &768 title: Exemption request completed event type: object properties: @@ -112356,11 +112363,11 @@ x-webhooks: type: string enum: - completed - enterprise: *759 - installation: *760 - organization: *761 - repository: *762 - exemption_request: *764 + enterprise: *760 + installation: *761 + organization: *762 + repository: *763 + exemption_request: *765 sender: *4 required: - action @@ -112430,7 +112437,7 @@ x-webhooks: required: true content: application/json: - schema: &768 + schema: &769 title: Exemption request created event type: object properties: @@ -112438,11 +112445,11 @@ x-webhooks: type: string enum: - created - enterprise: *759 - installation: *760 - organization: *761 - repository: *762 - exemption_request: *764 + enterprise: *760 + installation: *761 + organization: *762 + repository: *763 + exemption_request: *765 sender: *4 required: - action @@ -112512,7 +112519,7 @@ x-webhooks: required: true content: application/json: - schema: &769 + schema: &770 title: Exemption response dismissed event type: object properties: @@ -112520,12 +112527,12 @@ x-webhooks: type: string enum: - response_dismissed - enterprise: *759 - installation: *760 - organization: *761 - repository: *762 - exemption_request: *764 - exemption_response: *765 + enterprise: *760 + installation: *761 + organization: *762 + repository: *763 + exemption_request: *765 + exemption_response: *766 sender: *4 required: - action @@ -112597,7 +112604,7 @@ x-webhooks: required: true content: application/json: - schema: &770 + schema: &771 title: Exemption response submitted event type: object properties: @@ -112605,12 +112612,12 @@ x-webhooks: type: string enum: - response_submitted - enterprise: *759 - installation: *760 - organization: *761 - repository: *762 - exemption_request: *764 - exemption_response: *765 + enterprise: *760 + installation: *761 + organization: *762 + repository: *763 + exemption_request: *765 + exemption_response: *766 sender: *4 required: - action @@ -112683,7 +112690,7 @@ x-webhooks: required: true content: application/json: - schema: *766 + schema: *767 responses: '200': description: Return a 200 status to indicate that the data was received @@ -112750,7 +112757,7 @@ x-webhooks: required: true content: application/json: - schema: *767 + schema: *768 responses: '200': description: Return a 200 status to indicate that the data was received @@ -112817,7 +112824,7 @@ x-webhooks: required: true content: application/json: - schema: *768 + schema: *769 responses: '200': description: Return a 200 status to indicate that the data was received @@ -112884,7 +112891,7 @@ x-webhooks: required: true content: application/json: - schema: *769 + schema: *770 responses: '200': description: Return a 200 status to indicate that the data was received @@ -112952,7 +112959,7 @@ x-webhooks: required: true content: application/json: - schema: *770 + schema: *771 responses: '200': description: Return a 200 status to indicate that the data was received @@ -113030,7 +113037,7 @@ x-webhooks: type: string enum: - completed - check_run: &772 + check_run: &773 title: CheckRun description: A check performed on the code of a given code change type: object @@ -113093,7 +113100,7 @@ x-webhooks: type: string pull_requests: type: array - items: *449 + items: *450 repository: *196 status: example: completed @@ -113131,7 +113138,7 @@ x-webhooks: - skipped - timed_out - action_required - deployment: *771 + deployment: *772 details_url: example: https://example.com type: string @@ -113181,7 +113188,7 @@ x-webhooks: - annotations_url pull_requests: type: array - items: *449 + items: *450 started_at: example: '2018-05-04T01:14:52Z' type: string @@ -113216,9 +113223,9 @@ x-webhooks: - output - app - pull_requests - installation: *760 - organization: *761 - repository: *762 + installation: *761 + organization: *762 + repository: *763 sender: *4 required: - check_run @@ -113611,10 +113618,10 @@ x-webhooks: type: string enum: - created - check_run: *772 - installation: *760 - organization: *761 - repository: *762 + check_run: *773 + installation: *761 + organization: *762 + repository: *763 sender: *4 required: - check_run @@ -114010,10 +114017,10 @@ x-webhooks: type: string enum: - requested_action - check_run: *772 - installation: *760 - organization: *761 - repository: *762 + check_run: *773 + installation: *761 + organization: *762 + repository: *763 requested_action: description: The action requested by the user. type: object @@ -114418,10 +114425,10 @@ x-webhooks: type: string enum: - rerequested - check_run: *772 - installation: *760 - organization: *761 - repository: *762 + check_run: *773 + installation: *761 + organization: *762 + repository: *763 sender: *4 required: - check_run @@ -115398,10 +115405,10 @@ x-webhooks: - latest_check_runs_count - check_runs_url - head_commit - enterprise: *759 - installation: *760 - organization: *761 - repository: *762 + enterprise: *760 + installation: *761 + organization: *762 + repository: *763 sender: *4 required: - action @@ -116071,10 +116078,10 @@ x-webhooks: - latest_check_runs_count - check_runs_url - head_commit - enterprise: *759 - installation: *760 - organization: *761 - repository: *762 + enterprise: *760 + installation: *761 + organization: *762 + repository: *763 sender: *4 required: - action @@ -116738,10 +116745,10 @@ x-webhooks: - latest_check_runs_count - check_runs_url - head_commit - enterprise: *759 - installation: *760 - organization: *761 - repository: *762 + enterprise: *760 + installation: *761 + organization: *762 + repository: *763 sender: *4 required: - action @@ -116904,7 +116911,7 @@ x-webhooks: required: - login - id - dismissed_comment: *462 + dismissed_comment: *463 dismissed_reason: description: The reason for dismissing or closing the alert. type: string @@ -117049,20 +117056,20 @@ x-webhooks: - dismissed_reason - rule - tool - commit_oid: &773 + commit_oid: &774 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: *759 - installation: *760 - organization: *761 - ref: &774 + enterprise: *760 + installation: *761 + organization: *762 + ref: &775 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: *762 + repository: *763 sender: *4 required: - action @@ -117224,7 +117231,7 @@ x-webhooks: required: - login - id - dismissed_comment: *462 + dismissed_comment: *463 dismissed_reason: description: The reason for dismissing or closing the alert. type: string @@ -117454,12 +117461,12 @@ x-webhooks: - dismissed_reason - rule - tool - commit_oid: *773 - enterprise: *759 - installation: *760 - organization: *761 - ref: *774 - repository: *762 + commit_oid: *774 + enterprise: *760 + installation: *761 + organization: *762 + ref: *775 + repository: *763 sender: *4 required: - action @@ -117554,7 +117561,7 @@ x-webhooks: nullable: true dismissed_by: nullable: true - dismissed_comment: *462 + dismissed_comment: *463 dismissed_reason: description: 'The reason for dismissing or closing the alert. Can be one of: `false positive`, `won''t fix`, and `used in @@ -117722,12 +117729,12 @@ x-webhooks: - dismissed_reason - rule - tool - commit_oid: *773 - enterprise: *759 - installation: *760 - organization: *761 - ref: *774 - repository: *762 + commit_oid: *774 + enterprise: *760 + installation: *761 + organization: *762 + ref: *775 + repository: *763 sender: *4 required: - action @@ -117890,7 +117897,7 @@ x-webhooks: required: - login - id - dismissed_comment: *462 + dismissed_comment: *463 dismissed_reason: description: The reason for dismissing or closing the alert. type: string @@ -118056,12 +118063,12 @@ x-webhooks: - dismissed_reason - rule - tool - commit_oid: *773 - enterprise: *759 - installation: *760 - organization: *761 - ref: *774 - repository: *762 + commit_oid: *774 + enterprise: *760 + installation: *761 + organization: *762 + ref: *775 + repository: *763 sender: *4 required: - action @@ -118158,7 +118165,7 @@ x-webhooks: dismissed_by: type: object nullable: true - dismissed_comment: *462 + dismissed_comment: *463 dismissed_reason: description: 'The reason for dismissing or closing the alert. Can be one of: `false positive`, `won''t fix`, and `used in @@ -118326,16 +118333,16 @@ x-webhooks: triggered by the `sender` and this value will be empty. type: string nullable: true - enterprise: *759 - installation: *760 - organization: *761 + enterprise: *760 + installation: *761 + organization: *762 ref: description: The Git reference of the code scanning alert. When the action is `reopened_by_user` or `closed_by_user`, the event was triggered by the `sender` and this value will be empty. type: string nullable: true - repository: *762 + repository: *763 sender: *4 required: - action @@ -118429,7 +118436,7 @@ x-webhooks: nullable: true dismissed_by: nullable: true - dismissed_comment: *462 + dismissed_comment: *463 dismissed_reason: description: 'The reason for dismissing or closing the alert. Can be one of: `false positive`, `won''t fix`, and `used in @@ -118569,12 +118576,12 @@ x-webhooks: - dismissed_reason - rule - tool - commit_oid: *773 - enterprise: *759 - installation: *760 - organization: *761 - ref: *774 - repository: *762 + commit_oid: *774 + enterprise: *760 + installation: *761 + organization: *762 + ref: *775 + repository: *763 sender: *4 required: - action @@ -118831,10 +118838,10 @@ x-webhooks: - updated_at - author_association - body - enterprise: *759 - installation: *760 - organization: *761 - repository: *762 + enterprise: *760 + installation: *761 + organization: *762 + repository: *763 sender: *4 required: - action @@ -118914,18 +118921,18 @@ x-webhooks: description: The repository's current description. type: string nullable: true - enterprise: *759 - installation: *760 + enterprise: *760 + installation: *761 master_branch: description: The name of the repository's default branch (usually `main`). type: string - organization: *761 - pusher_type: &775 + organization: *762 + pusher_type: &776 description: The pusher type for the event. Can be either `user` or a deploy key. type: string - ref: &776 + ref: &777 description: The [`git ref`](https://docs.github.com/enterprise-cloud@latest//rest/git/refs#get-a-reference) resource. type: string @@ -118935,7 +118942,7 @@ x-webhooks: enum: - tag - branch - repository: *762 + repository: *763 sender: *4 required: - ref @@ -119018,9 +119025,9 @@ x-webhooks: enum: - created definition: *114 - enterprise: *759 - installation: *760 - organization: *761 + enterprise: *760 + installation: *761 + organization: *762 sender: *4 required: - action @@ -119105,9 +119112,9 @@ x-webhooks: description: The name of the property that was deleted. required: - property_name - enterprise: *759 - installation: *760 - organization: *761 + enterprise: *760 + installation: *761 + organization: *762 sender: *4 required: - action @@ -119185,9 +119192,9 @@ x-webhooks: enum: - promote_to_enterprise definition: *114 - enterprise: *759 - installation: *760 - organization: *761 + enterprise: *760 + installation: *761 + organization: *762 sender: *4 required: - action @@ -119265,9 +119272,9 @@ x-webhooks: enum: - updated definition: *114 - enterprise: *759 - installation: *760 - organization: *761 + enterprise: *760 + installation: *761 + organization: *762 sender: *4 required: - action @@ -119344,19 +119351,19 @@ x-webhooks: type: string enum: - updated - enterprise: *759 - installation: *760 - repository: *762 - organization: *761 + enterprise: *760 + installation: *761 + repository: *763 + organization: *762 sender: *4 new_property_values: type: array description: The new custom property values for the repository. - items: *324 + items: *325 old_property_values: type: array description: The old custom property values for the repository. - items: *324 + items: *325 required: - action - repository @@ -119432,18 +119439,18 @@ x-webhooks: title: delete event type: object properties: - enterprise: *759 - installation: *760 - organization: *761 - pusher_type: *775 - ref: *776 + enterprise: *760 + installation: *761 + organization: *762 + pusher_type: *776 + ref: *777 ref_type: description: The type of Git ref object deleted in the repository. type: string enum: - tag - branch - repository: *762 + repository: *763 sender: *4 required: - ref @@ -119527,11 +119534,11 @@ x-webhooks: type: string enum: - auto_dismissed - alert: *519 - installation: *760 - organization: *761 - enterprise: *759 - repository: *762 + alert: *520 + installation: *761 + organization: *762 + enterprise: *760 + repository: *763 sender: *4 required: - action @@ -119615,11 +119622,11 @@ x-webhooks: type: string enum: - auto_reopened - alert: *519 - installation: *760 - organization: *761 - enterprise: *759 - repository: *762 + alert: *520 + installation: *761 + organization: *762 + enterprise: *760 + repository: *763 sender: *4 required: - action @@ -119703,11 +119710,11 @@ x-webhooks: type: string enum: - created - alert: *519 - installation: *760 - organization: *761 - enterprise: *759 - repository: *762 + alert: *520 + installation: *761 + organization: *762 + enterprise: *760 + repository: *763 sender: *4 required: - action @@ -119789,11 +119796,11 @@ x-webhooks: type: string enum: - dismissed - alert: *519 - installation: *760 - organization: *761 - enterprise: *759 - repository: *762 + alert: *520 + installation: *761 + organization: *762 + enterprise: *760 + repository: *763 sender: *4 required: - action @@ -119875,11 +119882,11 @@ x-webhooks: type: string enum: - fixed - alert: *519 - installation: *760 - organization: *761 - enterprise: *759 - repository: *762 + alert: *520 + installation: *761 + organization: *762 + enterprise: *760 + repository: *763 sender: *4 required: - action @@ -119962,11 +119969,11 @@ x-webhooks: type: string enum: - reintroduced - alert: *519 - installation: *760 - organization: *761 - enterprise: *759 - repository: *762 + alert: *520 + installation: *761 + organization: *762 + enterprise: *760 + repository: *763 sender: *4 required: - action @@ -120048,11 +120055,11 @@ x-webhooks: type: string enum: - reopened - alert: *519 - installation: *760 - organization: *761 - enterprise: *759 - repository: *762 + alert: *520 + installation: *761 + organization: *762 + enterprise: *760 + repository: *763 sender: *4 required: - action @@ -120129,9 +120136,9 @@ x-webhooks: type: string enum: - created - enterprise: *759 - installation: *760 - key: &777 + enterprise: *760 + installation: *761 + key: &778 description: The [`deploy key`](https://docs.github.com/enterprise-cloud@latest//rest/deploy-keys/deploy-keys#get-a-deploy-key) resource. type: object @@ -120167,8 +120174,8 @@ x-webhooks: - verified - created_at - read_only - organization: *761 - repository: *762 + organization: *762 + repository: *763 sender: *4 required: - action @@ -120245,11 +120252,11 @@ x-webhooks: type: string enum: - deleted - enterprise: *759 - installation: *760 - key: *777 - organization: *761 - repository: *762 + enterprise: *760 + installation: *761 + key: *778 + organization: *762 + repository: *763 sender: *4 required: - action @@ -120810,12 +120817,12 @@ x-webhooks: - updated_at - statuses_url - repository_url - enterprise: *759 - installation: *760 - organization: *761 - repository: *762 + enterprise: *760 + installation: *761 + organization: *762 + repository: *763 sender: *4 - workflow: &781 + workflow: &782 title: Workflow type: object nullable: true @@ -121541,13 +121548,13 @@ x-webhooks: description: The URL to review the deployment protection rule. type: string format: uri - deployment: *525 + deployment: *526 pull_requests: type: array - items: *613 - repository: *762 - organization: *761 - installation: *760 + items: *614 + repository: *763 + organization: *762 + installation: *761 sender: *4 responses: '200': @@ -121618,7 +121625,7 @@ x-webhooks: type: string enum: - approved - approver: &778 + approver: &779 type: object properties: avatar_url: @@ -121661,11 +121668,11 @@ x-webhooks: type: string comment: type: string - enterprise: *759 - installation: *760 - organization: *761 - repository: *762 - reviewers: &779 + enterprise: *760 + installation: *761 + organization: *762 + repository: *763 + reviewers: &780 type: array items: type: object @@ -121744,7 +121751,7 @@ x-webhooks: sender: *4 since: type: string - workflow_job_run: &780 + workflow_job_run: &781 type: object properties: conclusion: @@ -122475,18 +122482,18 @@ x-webhooks: type: string enum: - rejected - approver: *778 + approver: *779 comment: type: string - enterprise: *759 - installation: *760 - organization: *761 - repository: *762 - reviewers: *779 + enterprise: *760 + installation: *761 + organization: *762 + repository: *763 + reviewers: *780 sender: *4 since: type: string - workflow_job_run: *780 + workflow_job_run: *781 workflow_job_runs: type: array items: @@ -123190,13 +123197,13 @@ x-webhooks: type: string enum: - requested - enterprise: *759 + enterprise: *760 environment: type: string - installation: *760 - organization: *761 - repository: *762 - requestor: &786 + installation: *761 + organization: *762 + repository: *763 + requestor: &787 title: User type: object nullable: true @@ -125095,12 +125102,12 @@ x-webhooks: - updated_at - deployment_url - repository_url - enterprise: *759 - installation: *760 - organization: *761 - repository: *762 + enterprise: *760 + installation: *761 + organization: *762 + repository: *763 sender: *4 - workflow: *781 + workflow: *782 workflow_run: title: Deployment Workflow Run type: object @@ -125780,7 +125787,7 @@ x-webhooks: type: string enum: - answered - answer: &784 + answer: &785 type: object properties: author_association: @@ -125937,7 +125944,7 @@ x-webhooks: - created_at - updated_at - body - discussion: &782 + discussion: &783 title: Discussion description: A Discussion in a repository. type: object @@ -126223,7 +126230,7 @@ x-webhooks: - id labels: type: array - items: *575 + items: *576 required: - repository_url - category @@ -126245,10 +126252,10 @@ x-webhooks: - author_association - active_lock_reason - body - enterprise: *759 - installation: *760 - organization: *761 - repository: *762 + enterprise: *760 + installation: *761 + organization: *762 + repository: *763 sender: *4 required: - action @@ -126375,11 +126382,11 @@ x-webhooks: - from required: - category - discussion: *782 - enterprise: *759 - installation: *760 - organization: *761 - repository: *762 + discussion: *783 + enterprise: *760 + installation: *761 + organization: *762 + repository: *763 sender: *4 required: - action @@ -126462,11 +126469,11 @@ x-webhooks: type: string enum: - closed - discussion: *782 - enterprise: *759 - installation: *760 - organization: *761 - repository: *762 + discussion: *783 + enterprise: *760 + installation: *761 + organization: *762 + repository: *763 sender: *4 required: - action @@ -126548,7 +126555,7 @@ x-webhooks: type: string enum: - created - comment: &783 + comment: &784 type: object properties: author_association: @@ -126705,11 +126712,11 @@ x-webhooks: - updated_at - body - reactions - discussion: *782 - enterprise: *759 - installation: *760 - organization: *761 - repository: *762 + discussion: *783 + enterprise: *760 + installation: *761 + organization: *762 + repository: *763 sender: *4 required: - action @@ -126792,12 +126799,12 @@ x-webhooks: type: string enum: - deleted - comment: *783 - discussion: *782 - enterprise: *759 - installation: *760 - organization: *761 - repository: *762 + comment: *784 + discussion: *783 + enterprise: *760 + installation: *761 + organization: *762 + repository: *763 sender: *4 required: - action @@ -126892,12 +126899,12 @@ x-webhooks: - from required: - body - comment: *783 - discussion: *782 - enterprise: *759 - installation: *760 - organization: *761 - repository: *762 + comment: *784 + discussion: *783 + enterprise: *760 + installation: *761 + organization: *762 + repository: *763 sender: *4 required: - action @@ -126981,11 +126988,11 @@ x-webhooks: type: string enum: - created - discussion: *782 - enterprise: *759 - installation: *760 - organization: *761 - repository: *762 + discussion: *783 + enterprise: *760 + installation: *761 + organization: *762 + repository: *763 sender: *4 required: - action @@ -127067,11 +127074,11 @@ x-webhooks: type: string enum: - deleted - discussion: *782 - enterprise: *759 - installation: *760 - organization: *761 - repository: *762 + discussion: *783 + enterprise: *760 + installation: *761 + organization: *762 + repository: *763 sender: *4 required: - action @@ -127171,11 +127178,11 @@ x-webhooks: type: string required: - from - discussion: *782 - enterprise: *759 - installation: *760 - organization: *761 - repository: *762 + discussion: *783 + enterprise: *760 + installation: *761 + organization: *762 + repository: *763 sender: *4 required: - action @@ -127257,10 +127264,10 @@ x-webhooks: type: string enum: - labeled - discussion: *782 - enterprise: *759 - installation: *760 - label: &785 + discussion: *783 + enterprise: *760 + installation: *761 + label: &786 title: Label type: object properties: @@ -127292,8 +127299,8 @@ x-webhooks: - color - default - description - organization: *761 - repository: *762 + organization: *762 + repository: *763 sender: *4 required: - action @@ -127376,11 +127383,11 @@ x-webhooks: type: string enum: - locked - discussion: *782 - enterprise: *759 - installation: *760 - organization: *761 - repository: *762 + discussion: *783 + enterprise: *760 + installation: *761 + organization: *762 + repository: *763 sender: *4 required: - action @@ -127462,11 +127469,11 @@ x-webhooks: type: string enum: - pinned - discussion: *782 - enterprise: *759 - installation: *760 - organization: *761 - repository: *762 + discussion: *783 + enterprise: *760 + installation: *761 + organization: *762 + repository: *763 sender: *4 required: - action @@ -127548,11 +127555,11 @@ x-webhooks: type: string enum: - reopened - discussion: *782 - enterprise: *759 - installation: *760 - organization: *761 - repository: *762 + discussion: *783 + enterprise: *760 + installation: *761 + organization: *762 + repository: *763 sender: *4 required: - action @@ -127637,16 +127644,16 @@ x-webhooks: changes: type: object properties: - new_discussion: *782 - new_repository: *762 + new_discussion: *783 + new_repository: *763 required: - new_discussion - new_repository - discussion: *782 - enterprise: *759 - installation: *760 - organization: *761 - repository: *762 + discussion: *783 + enterprise: *760 + installation: *761 + organization: *762 + repository: *763 sender: *4 required: - action @@ -127729,10 +127736,10 @@ x-webhooks: type: string enum: - unanswered - discussion: *782 - old_answer: *784 - organization: *761 - repository: *762 + discussion: *783 + old_answer: *785 + organization: *762 + repository: *763 sender: *4 required: - action @@ -127814,12 +127821,12 @@ x-webhooks: type: string enum: - unlabeled - discussion: *782 - enterprise: *759 - installation: *760 - label: *785 - organization: *761 - repository: *762 + discussion: *783 + enterprise: *760 + installation: *761 + label: *786 + organization: *762 + repository: *763 sender: *4 required: - action @@ -127902,11 +127909,11 @@ x-webhooks: type: string enum: - unlocked - discussion: *782 - enterprise: *759 - installation: *760 - organization: *761 - repository: *762 + discussion: *783 + enterprise: *760 + installation: *761 + organization: *762 + repository: *763 sender: *4 required: - action @@ -127988,11 +127995,11 @@ x-webhooks: type: string enum: - unpinned - discussion: *782 - enterprise: *759 - installation: *760 - organization: *761 - repository: *762 + discussion: *783 + enterprise: *760 + installation: *761 + organization: *762 + repository: *763 sender: *4 required: - action @@ -128064,7 +128071,7 @@ x-webhooks: required: true content: application/json: - schema: *768 + schema: *769 responses: '200': description: Return a 200 status to indicate that the data was received @@ -128130,7 +128137,7 @@ x-webhooks: required: true content: application/json: - schema: *770 + schema: *771 responses: '200': description: Return a 200 status to indicate that the data was received @@ -128196,7 +128203,7 @@ x-webhooks: required: true content: application/json: - schema: *766 + schema: *767 responses: '200': description: Return a 200 status to indicate that the data was received @@ -128262,7 +128269,7 @@ x-webhooks: required: true content: application/json: - schema: *767 + schema: *768 responses: '200': description: Return a 200 status to indicate that the data was received @@ -128328,7 +128335,7 @@ x-webhooks: required: true content: application/json: - schema: *768 + schema: *769 responses: '200': description: Return a 200 status to indicate that the data was received @@ -128394,7 +128401,7 @@ x-webhooks: required: true content: application/json: - schema: *769 + schema: *770 responses: '200': description: Return a 200 status to indicate that the data was received @@ -128460,7 +128467,7 @@ x-webhooks: required: true content: application/json: - schema: *770 + schema: *771 responses: '200': description: Return a 200 status to indicate that the data was received @@ -128527,7 +128534,7 @@ x-webhooks: description: A user forks a repository. type: object properties: - enterprise: *759 + enterprise: *760 forkee: description: The created [`repository`](https://docs.github.com/enterprise-cloud@latest//rest/repos/repos#get-a-repository) resource. @@ -129187,9 +129194,9 @@ x-webhooks: type: integer watchers_count: type: integer - installation: *760 - organization: *761 - repository: *762 + installation: *761 + organization: *762 + repository: *763 sender: *4 required: - forkee @@ -129335,9 +129342,9 @@ x-webhooks: title: gollum event type: object properties: - enterprise: *759 - installation: *760 - organization: *761 + enterprise: *760 + installation: *761 + organization: *762 pages: description: The pages that were updated. type: array @@ -129374,7 +129381,7 @@ x-webhooks: - action - sha - html_url - repository: *762 + repository: *763 sender: *4 required: - pages @@ -129450,10 +129457,10 @@ x-webhooks: type: string enum: - created - enterprise: *759 + enterprise: *760 installation: *22 - organization: *761 - repositories: &787 + organization: *762 + repositories: &788 description: An array of repository objects that the installation can access. type: array @@ -129479,8 +129486,8 @@ x-webhooks: - name - full_name - private - repository: *762 - requester: *786 + repository: *763 + requester: *787 sender: *4 required: - action @@ -129555,11 +129562,11 @@ x-webhooks: type: string enum: - deleted - enterprise: *759 + enterprise: *760 installation: *22 - organization: *761 - repositories: *787 - repository: *762 + organization: *762 + repositories: *788 + repository: *763 requester: nullable: true sender: *4 @@ -129635,11 +129642,11 @@ x-webhooks: type: string enum: - new_permissions_accepted - enterprise: *759 + enterprise: *760 installation: *22 - organization: *761 - repositories: *787 - repository: *762 + organization: *762 + repositories: *788 + repository: *763 requester: nullable: true sender: *4 @@ -129715,10 +129722,10 @@ x-webhooks: type: string enum: - added - enterprise: *759 + enterprise: *760 installation: *22 - organization: *761 - repositories_added: &788 + organization: *762 + repositories_added: &789 description: An array of repository objects, which were added to the installation. type: array @@ -129764,15 +129771,15 @@ x-webhooks: private: description: Whether the repository is private or public. type: boolean - repository: *762 - repository_selection: &789 + repository: *763 + repository_selection: &790 description: Describe whether all repositories have been selected or there's a selection involved type: string enum: - all - selected - requester: *786 + requester: *787 sender: *4 required: - action @@ -129851,10 +129858,10 @@ x-webhooks: type: string enum: - removed - enterprise: *759 + enterprise: *760 installation: *22 - organization: *761 - repositories_added: *788 + organization: *762 + repositories_added: *789 repositories_removed: description: An array of repository objects, which were removed from the installation. @@ -129881,9 +129888,9 @@ x-webhooks: - name - full_name - private - repository: *762 - repository_selection: *789 - requester: *786 + repository: *763 + repository_selection: *790 + requester: *787 sender: *4 required: - action @@ -129962,11 +129969,11 @@ x-webhooks: type: string enum: - suspend - enterprise: *759 + enterprise: *760 installation: *22 - organization: *761 - repositories: *787 - repository: *762 + organization: *762 + repositories: *788 + repository: *763 requester: nullable: true sender: *4 @@ -130145,10 +130152,10 @@ x-webhooks: type: string required: - from - enterprise: *759 - installation: *760 - organization: *761 - repository: *762 + enterprise: *760 + installation: *761 + organization: *762 + repository: *763 sender: *4 target_type: type: string @@ -130227,11 +130234,11 @@ x-webhooks: type: string enum: - unsuspend - enterprise: *759 + enterprise: *760 installation: *22 - organization: *761 - repositories: *787 - repository: *762 + organization: *762 + repositories: *788 + repository: *763 requester: nullable: true sender: *4 @@ -130483,8 +130490,8 @@ x-webhooks: - performed_via_github_app - body - reactions - enterprise: *759 - installation: *760 + enterprise: *760 + installation: *761 issue: description: The [issue](https://docs.github.com/enterprise-cloud@latest//rest/issues/issues#get-an-issue) the comment belongs to. @@ -131307,7 +131314,7 @@ x-webhooks: title: description: Title of the issue type: string - type: *288 + type: *289 updated_at: type: string format: date-time @@ -131640,8 +131647,8 @@ x-webhooks: - state - locked - assignee - organization: *761 - repository: *762 + organization: *762 + repository: *763 sender: *4 required: - action @@ -131721,7 +131728,7 @@ x-webhooks: type: string enum: - deleted - comment: &790 + comment: &791 title: issue comment description: The [comment](https://docs.github.com/enterprise-cloud@latest//rest/issues/comments#get-an-issue-comment) itself. @@ -131886,8 +131893,8 @@ x-webhooks: - performed_via_github_app - body - reactions - enterprise: *759 - installation: *760 + enterprise: *760 + installation: *761 issue: description: The [issue](https://docs.github.com/enterprise-cloud@latest//rest/issues/issues#get-an-issue) the comment belongs to. @@ -132706,7 +132713,7 @@ x-webhooks: title: description: Title of the issue type: string - type: *288 + type: *289 updated_at: type: string format: date-time @@ -133041,8 +133048,8 @@ x-webhooks: - state - locked - assignee - organization: *761 - repository: *762 + organization: *762 + repository: *763 sender: *4 required: - action @@ -133122,7 +133129,7 @@ x-webhooks: type: string enum: - edited - changes: &818 + changes: &819 description: The changes to the comment. type: object properties: @@ -133134,9 +133141,9 @@ x-webhooks: type: string required: - from - comment: *790 - enterprise: *759 - installation: *760 + comment: *791 + enterprise: *760 + installation: *761 issue: description: The [issue](https://docs.github.com/enterprise-cloud@latest//rest/issues/issues#get-an-issue) the comment belongs to. @@ -133958,7 +133965,7 @@ x-webhooks: title: description: Title of the issue type: string - type: *288 + type: *289 updated_at: type: string format: date-time @@ -134291,8 +134298,8 @@ x-webhooks: - state - locked - assignee - organization: *761 - repository: *762 + organization: *762 + repository: *763 sender: *4 required: - action @@ -134374,10 +134381,10 @@ x-webhooks: type: string enum: - assigned - assignee: *786 - enterprise: *759 - installation: *760 - issue: &793 + assignee: *787 + enterprise: *760 + installation: *761 + issue: &794 title: Issue description: The [issue](https://docs.github.com/enterprise-cloud@latest//rest/issues/issues#get-an-issue) itself. @@ -135195,7 +135202,7 @@ x-webhooks: title: description: Title of the issue type: string - type: *288 + type: *289 updated_at: type: string format: date-time @@ -135296,8 +135303,8 @@ x-webhooks: - active_lock_reason - body - reactions - organization: *761 - repository: *762 + organization: *762 + repository: *763 sender: *4 required: - action @@ -135377,8 +135384,8 @@ x-webhooks: type: string enum: - closed - enterprise: *759 - installation: *760 + enterprise: *760 + installation: *761 issue: description: The [issue](https://docs.github.com/enterprise-cloud@latest//rest/issues/issues#get-an-issue) itself. @@ -136201,7 +136208,7 @@ x-webhooks: title: description: Title of the issue type: string - type: *288 + type: *289 updated_at: type: string format: date-time @@ -136437,8 +136444,8 @@ x-webhooks: required: - state - closed_at - organization: *761 - repository: *762 + organization: *762 + repository: *763 sender: *4 required: - action @@ -136517,8 +136524,8 @@ x-webhooks: type: string enum: - deleted - enterprise: *759 - installation: *760 + enterprise: *760 + installation: *761 issue: title: Issue description: The [issue](https://docs.github.com/enterprise-cloud@latest//rest/issues/issues#get-an-issue) @@ -137330,7 +137337,7 @@ x-webhooks: title: description: Title of the issue type: string - type: *288 + type: *289 updated_at: type: string format: date-time @@ -137430,8 +137437,8 @@ x-webhooks: - active_lock_reason - body - reactions - organization: *761 - repository: *762 + organization: *762 + repository: *763 sender: *4 required: - action @@ -137510,8 +137517,8 @@ x-webhooks: type: string enum: - demilestoned - enterprise: *759 - installation: *760 + enterprise: *760 + installation: *761 issue: title: Issue description: The [issue](https://docs.github.com/enterprise-cloud@latest//rest/issues/issues#get-an-issue) @@ -138347,7 +138354,7 @@ x-webhooks: title: description: Title of the issue type: string - type: *288 + type: *289 updated_at: type: string format: date-time @@ -138426,7 +138433,7 @@ x-webhooks: format: uri user_view_type: type: string - milestone: &791 + milestone: &792 title: Milestone description: A collection of related issues and pull requests. type: object @@ -138564,8 +138571,8 @@ x-webhooks: - updated_at - due_on - closed_at - organization: *761 - repository: *762 + organization: *762 + repository: *763 sender: *4 required: - action @@ -138664,8 +138671,8 @@ x-webhooks: type: string required: - from - enterprise: *759 - installation: *760 + enterprise: *760 + installation: *761 issue: title: Issue description: The [issue](https://docs.github.com/enterprise-cloud@latest//rest/issues/issues#get-an-issue) @@ -139480,7 +139487,7 @@ x-webhooks: timeline_url: type: string format: uri - type: *288 + type: *289 title: description: Title of the issue type: string @@ -139584,9 +139591,9 @@ x-webhooks: - active_lock_reason - body - reactions - label: *785 - organization: *761 - repository: *762 + label: *786 + organization: *762 + repository: *763 sender: *4 required: - action @@ -139666,8 +139673,8 @@ x-webhooks: type: string enum: - labeled - enterprise: *759 - installation: *760 + enterprise: *760 + installation: *761 issue: title: Issue description: The [issue](https://docs.github.com/enterprise-cloud@latest//rest/issues/issues#get-an-issue) @@ -140481,7 +140488,7 @@ x-webhooks: timeline_url: type: string format: uri - type: *288 + type: *289 title: description: Title of the issue type: string @@ -140585,9 +140592,9 @@ x-webhooks: - active_lock_reason - body - reactions - label: *785 - organization: *761 - repository: *762 + label: *786 + organization: *762 + repository: *763 sender: *4 required: - action @@ -140667,8 +140674,8 @@ x-webhooks: type: string enum: - locked - enterprise: *759 - installation: *760 + enterprise: *760 + installation: *761 issue: title: Issue description: The [issue](https://docs.github.com/enterprise-cloud@latest//rest/issues/issues#get-an-issue) @@ -141506,7 +141513,7 @@ x-webhooks: timeline_url: type: string format: uri - type: *288 + type: *289 title: description: Title of the issue type: string @@ -141587,8 +141594,8 @@ x-webhooks: format: uri user_view_type: type: string - organization: *761 - repository: *762 + organization: *762 + repository: *763 sender: *4 required: - action @@ -141667,8 +141674,8 @@ x-webhooks: type: string enum: - milestoned - enterprise: *759 - installation: *760 + enterprise: *760 + installation: *761 issue: title: Issue description: The [issue](https://docs.github.com/enterprise-cloud@latest//rest/issues/issues#get-an-issue) @@ -142503,7 +142510,7 @@ x-webhooks: title: description: Title of the issue type: string - type: *288 + type: *289 updated_at: type: string format: date-time @@ -142581,9 +142588,9 @@ x-webhooks: format: uri user_view_type: type: string - milestone: *791 - organization: *761 - repository: *762 + milestone: *792 + organization: *762 + repository: *763 sender: *4 required: - action @@ -144044,8 +144051,8 @@ x-webhooks: required: - old_issue - old_repository - enterprise: *759 - installation: *760 + enterprise: *760 + installation: *761 issue: title: Issue description: The [issue](https://docs.github.com/enterprise-cloud@latest//rest/issues/issues#get-an-issue) @@ -144863,7 +144870,7 @@ x-webhooks: title: description: Title of the issue type: string - type: *288 + type: *289 updated_at: type: string format: date-time @@ -144963,8 +144970,8 @@ x-webhooks: - active_lock_reason - body - reactions - organization: *761 - repository: *762 + organization: *762 + repository: *763 sender: *4 required: - action @@ -145044,9 +145051,9 @@ x-webhooks: type: string enum: - pinned - enterprise: *759 - installation: *760 - issue: &792 + enterprise: *760 + installation: *761 + issue: &793 title: Issue description: The [issue](https://docs.github.com/enterprise-cloud@latest//rest/issues/issues#get-an-issue) itself. @@ -145858,7 +145865,7 @@ x-webhooks: title: description: Title of the issue type: string - type: *288 + type: *289 updated_at: type: string format: date-time @@ -145958,8 +145965,8 @@ x-webhooks: - active_lock_reason - body - reactions - organization: *761 - repository: *762 + organization: *762 + repository: *763 sender: *4 required: - action @@ -146038,8 +146045,8 @@ x-webhooks: type: string enum: - reopened - enterprise: *759 - installation: *760 + enterprise: *760 + installation: *761 issue: title: Issue description: The [issue](https://docs.github.com/enterprise-cloud@latest//rest/issues/issues#get-an-issue) @@ -146956,9 +146963,9 @@ x-webhooks: format: uri user_view_type: type: string - type: *288 - organization: *761 - repository: *762 + type: *289 + organization: *762 + repository: *763 sender: *4 required: - action @@ -147853,7 +147860,7 @@ x-webhooks: title: description: Title of the issue type: string - type: *288 + type: *289 updated_at: type: string format: date-time @@ -148421,11 +148428,11 @@ x-webhooks: required: - new_issue - new_repository - enterprise: *759 - installation: *760 - issue: *792 - organization: *761 - repository: *762 + enterprise: *760 + installation: *761 + issue: *793 + organization: *762 + repository: *763 sender: *4 required: - action @@ -148505,12 +148512,12 @@ x-webhooks: type: string enum: - typed - enterprise: *759 - installation: *760 - issue: *793 - type: *288 - organization: *761 - repository: *762 + enterprise: *760 + installation: *761 + issue: *794 + type: *289 + organization: *762 + repository: *763 sender: *4 required: - action @@ -148591,7 +148598,7 @@ x-webhooks: type: string enum: - unassigned - assignee: &821 + assignee: &822 title: User type: object nullable: true @@ -148661,11 +148668,11 @@ x-webhooks: required: - login - id - enterprise: *759 - installation: *760 - issue: *793 - organization: *761 - repository: *762 + enterprise: *760 + installation: *761 + issue: *794 + organization: *762 + repository: *763 sender: *4 required: - action @@ -148744,12 +148751,12 @@ x-webhooks: type: string enum: - unlabeled - enterprise: *759 - installation: *760 - issue: *793 - label: *785 - organization: *761 - repository: *762 + enterprise: *760 + installation: *761 + issue: *794 + label: *786 + organization: *762 + repository: *763 sender: *4 required: - action @@ -148829,8 +148836,8 @@ x-webhooks: type: string enum: - unlocked - enterprise: *759 - installation: *760 + enterprise: *760 + installation: *761 issue: title: Issue description: The [issue](https://docs.github.com/enterprise-cloud@latest//rest/issues/issues#get-an-issue) @@ -149669,7 +149676,7 @@ x-webhooks: title: description: Title of the issue type: string - type: *288 + type: *289 updated_at: type: string format: date-time @@ -149747,8 +149754,8 @@ x-webhooks: format: uri user_view_type: type: string - organization: *761 - repository: *762 + organization: *762 + repository: *763 sender: *4 required: - action @@ -149828,11 +149835,11 @@ x-webhooks: type: string enum: - unpinned - enterprise: *759 - installation: *760 - issue: *792 - organization: *761 - repository: *762 + enterprise: *760 + installation: *761 + issue: *793 + organization: *762 + repository: *763 sender: *4 required: - action @@ -149911,12 +149918,12 @@ x-webhooks: type: string enum: - untyped - enterprise: *759 - installation: *760 - issue: *793 - type: *288 - organization: *761 - repository: *762 + enterprise: *760 + installation: *761 + issue: *794 + type: *289 + organization: *762 + repository: *763 sender: *4 required: - action @@ -149996,11 +150003,11 @@ x-webhooks: type: string enum: - created - enterprise: *759 - installation: *760 - label: *785 - organization: *761 - repository: *762 + enterprise: *760 + installation: *761 + label: *786 + organization: *762 + repository: *763 sender: *4 required: - action @@ -150078,11 +150085,11 @@ x-webhooks: type: string enum: - deleted - enterprise: *759 - installation: *760 - label: *785 - organization: *761 - repository: *762 + enterprise: *760 + installation: *761 + label: *786 + organization: *762 + repository: *763 sender: *4 required: - action @@ -150192,11 +150199,11 @@ x-webhooks: type: string required: - from - enterprise: *759 - installation: *760 - label: *785 - organization: *761 - repository: *762 + enterprise: *760 + installation: *761 + label: *786 + organization: *762 + repository: *763 sender: *4 required: - action @@ -150278,9 +150285,9 @@ x-webhooks: - cancelled effective_date: type: string - enterprise: *759 - installation: *760 - marketplace_purchase: &794 + enterprise: *760 + installation: *761 + marketplace_purchase: &795 title: Marketplace Purchase type: object required: @@ -150363,8 +150370,8 @@ x-webhooks: type: integer unit_count: type: integer - organization: *761 - previous_marketplace_purchase: &795 + organization: *762 + previous_marketplace_purchase: &796 title: Marketplace Purchase type: object properties: @@ -150444,7 +150451,7 @@ x-webhooks: - on_free_trial - free_trial_ends_on - plan - repository: *762 + repository: *763 sender: *4 required: - action @@ -150524,10 +150531,10 @@ x-webhooks: - changed effective_date: type: string - enterprise: *759 - installation: *760 - marketplace_purchase: *794 - organization: *761 + enterprise: *760 + installation: *761 + marketplace_purchase: *795 + organization: *762 previous_marketplace_purchase: title: Marketplace Purchase type: object @@ -150610,7 +150617,7 @@ x-webhooks: - on_free_trial - free_trial_ends_on - plan - repository: *762 + repository: *763 sender: *4 required: - action @@ -150692,10 +150699,10 @@ x-webhooks: - pending_change effective_date: type: string - enterprise: *759 - installation: *760 - marketplace_purchase: *794 - organization: *761 + enterprise: *760 + installation: *761 + marketplace_purchase: *795 + organization: *762 previous_marketplace_purchase: title: Marketplace Purchase type: object @@ -150777,7 +150784,7 @@ x-webhooks: - on_free_trial - free_trial_ends_on - plan - repository: *762 + repository: *763 sender: *4 required: - action @@ -150858,8 +150865,8 @@ x-webhooks: - pending_change_cancelled effective_date: type: string - enterprise: *759 - installation: *760 + enterprise: *760 + installation: *761 marketplace_purchase: title: Marketplace Purchase type: object @@ -150941,9 +150948,9 @@ x-webhooks: type: integer unit_count: type: integer - organization: *761 - previous_marketplace_purchase: *795 - repository: *762 + organization: *762 + previous_marketplace_purchase: *796 + repository: *763 sender: *4 required: - action @@ -151023,12 +151030,12 @@ x-webhooks: - purchased effective_date: type: string - enterprise: *759 - installation: *760 - marketplace_purchase: *794 - organization: *761 - previous_marketplace_purchase: *795 - repository: *762 + enterprise: *760 + installation: *761 + marketplace_purchase: *795 + organization: *762 + previous_marketplace_purchase: *796 + repository: *763 sender: *4 required: - action @@ -151130,11 +151137,11 @@ x-webhooks: type: string required: - to - enterprise: *759 - installation: *760 - member: *786 - organization: *761 - repository: *762 + enterprise: *760 + installation: *761 + member: *787 + organization: *762 + repository: *763 sender: *4 required: - action @@ -151234,11 +151241,11 @@ x-webhooks: to: type: string nullable: true - enterprise: *759 - installation: *760 - member: *786 - organization: *761 - repository: *762 + enterprise: *760 + installation: *761 + member: *787 + organization: *762 + repository: *763 sender: *4 required: - action @@ -151317,11 +151324,11 @@ x-webhooks: type: string enum: - removed - enterprise: *759 - installation: *760 - member: *786 - organization: *761 - repository: *762 + enterprise: *760 + installation: *761 + member: *787 + organization: *762 + repository: *763 sender: *4 required: - action @@ -151399,11 +151406,11 @@ x-webhooks: type: string enum: - added - enterprise: *759 - installation: *760 - member: *786 - organization: *761 - repository: *762 + enterprise: *760 + installation: *761 + member: *787 + organization: *762 + repository: *763 scope: description: The scope of the membership. Currently, can only be `team`. @@ -151479,7 +151486,7 @@ x-webhooks: required: - login - id - team: &796 + team: &797 title: Team description: Groups of organization members that gives permissions on specified repositories. @@ -151669,11 +151676,11 @@ x-webhooks: type: string enum: - removed - enterprise: *759 - installation: *760 - member: *786 - organization: *761 - repository: *762 + enterprise: *760 + installation: *761 + member: *787 + organization: *762 + repository: *763 scope: description: The scope of the membership. Currently, can only be `team`. @@ -151750,7 +151757,7 @@ x-webhooks: required: - login - id - team: *796 + team: *797 required: - action - scope @@ -151832,8 +151839,8 @@ x-webhooks: type: string enum: - checks_requested - installation: *760 - merge_group: &798 + installation: *761 + merge_group: &799 type: object title: Merge Group description: A group of pull requests that the merge queue has grouped @@ -151852,15 +151859,15 @@ x-webhooks: description: The full ref of the branch the merge group will be merged into. type: string - head_commit: *797 + head_commit: *798 required: - head_sha - head_ref - base_sha - base_ref - head_commit - organization: *761 - repository: *762 + organization: *762 + repository: *763 sender: *4 required: - action @@ -151946,10 +151953,10 @@ x-webhooks: - merged - invalidated - dequeued - installation: *760 - merge_group: *798 - organization: *761 - repository: *762 + installation: *761 + merge_group: *799 + organization: *762 + repository: *763 sender: *4 required: - action @@ -152022,7 +152029,7 @@ x-webhooks: type: string enum: - deleted - enterprise: *759 + enterprise: *760 hook: description: 'The modified webhook. This will contain different keys based on the type of webhook it is: repository, organization, @@ -152130,16 +152137,16 @@ x-webhooks: hook_id: description: The id of the modified webhook. type: integer - installation: *760 - organization: *761 + installation: *761 + organization: *762 repository: title: Repository description: |- The repository on GitHub where the event occurred. Webhook payloads contain the `repository` property when the event occurs from activity in a repository. type: object - properties: *799 - required: *800 + properties: *800 + required: *801 nullable: true sender: *4 required: @@ -152220,11 +152227,11 @@ x-webhooks: type: string enum: - closed - enterprise: *759 - installation: *760 - milestone: *791 - organization: *761 - repository: *762 + enterprise: *760 + installation: *761 + milestone: *792 + organization: *762 + repository: *763 sender: *4 required: - action @@ -152303,9 +152310,9 @@ x-webhooks: type: string enum: - created - enterprise: *759 - installation: *760 - milestone: &801 + enterprise: *760 + installation: *761 + milestone: &802 title: Milestone description: A collection of related issues and pull requests. type: object @@ -152442,8 +152449,8 @@ x-webhooks: - updated_at - due_on - closed_at - organization: *761 - repository: *762 + organization: *762 + repository: *763 sender: *4 required: - action @@ -152522,11 +152529,11 @@ x-webhooks: type: string enum: - deleted - enterprise: *759 - installation: *760 - milestone: *791 - organization: *761 - repository: *762 + enterprise: *760 + installation: *761 + milestone: *792 + organization: *762 + repository: *763 sender: *4 required: - action @@ -152636,11 +152643,11 @@ x-webhooks: type: string required: - from - enterprise: *759 - installation: *760 - milestone: *791 - organization: *761 - repository: *762 + enterprise: *760 + installation: *761 + milestone: *792 + organization: *762 + repository: *763 sender: *4 required: - action @@ -152720,11 +152727,11 @@ x-webhooks: type: string enum: - opened - enterprise: *759 - installation: *760 - milestone: *801 - organization: *761 - repository: *762 + enterprise: *760 + installation: *761 + milestone: *802 + organization: *762 + repository: *763 sender: *4 required: - action @@ -152803,11 +152810,11 @@ x-webhooks: type: string enum: - blocked - blocked_user: *786 - enterprise: *759 - installation: *760 - organization: *761 - repository: *762 + blocked_user: *787 + enterprise: *760 + installation: *761 + organization: *762 + repository: *763 sender: *4 required: - action @@ -152886,11 +152893,11 @@ x-webhooks: type: string enum: - unblocked - blocked_user: *786 - enterprise: *759 - installation: *760 - organization: *761 - repository: *762 + blocked_user: *787 + enterprise: *760 + installation: *761 + organization: *762 + repository: *763 sender: *4 required: - action @@ -152969,9 +152976,9 @@ x-webhooks: type: string enum: - deleted - enterprise: *759 - installation: *760 - membership: &802 + enterprise: *760 + installation: *761 + membership: &803 title: Membership description: The membership between the user and the organization. Not present when the action is `member_invited`. @@ -153063,8 +153070,8 @@ x-webhooks: - role - organization_url - user - organization: *761 - repository: *762 + organization: *762 + repository: *763 sender: *4 required: - action @@ -153142,11 +153149,11 @@ x-webhooks: type: string enum: - member_added - enterprise: *759 - installation: *760 - membership: *802 - organization: *761 - repository: *762 + enterprise: *760 + installation: *761 + membership: *803 + organization: *762 + repository: *763 sender: *4 required: - action @@ -153225,8 +153232,8 @@ x-webhooks: type: string enum: - member_invited - enterprise: *759 - installation: *760 + enterprise: *760 + installation: *761 invitation: description: The invitation for the user or email if the action is `member_invited`. @@ -153342,10 +153349,10 @@ x-webhooks: - inviter - team_count - invitation_teams_url - organization: *761 - repository: *762 + organization: *762 + repository: *763 sender: *4 - user: *786 + user: *787 required: - action - invitation @@ -153423,11 +153430,11 @@ x-webhooks: type: string enum: - member_removed - enterprise: *759 - installation: *760 - membership: *802 - organization: *761 - repository: *762 + enterprise: *760 + installation: *761 + membership: *803 + organization: *762 + repository: *763 sender: *4 required: - action @@ -153514,11 +153521,11 @@ x-webhooks: properties: from: type: string - enterprise: *759 - installation: *760 - membership: *802 - organization: *761 - repository: *762 + enterprise: *760 + installation: *761 + membership: *803 + organization: *762 + repository: *763 sender: *4 required: - action @@ -153594,9 +153601,9 @@ x-webhooks: type: string enum: - published - enterprise: *759 - installation: *760 - organization: *761 + enterprise: *760 + installation: *761 + organization: *762 package: description: Information about the package. type: object @@ -154095,7 +154102,7 @@ x-webhooks: - published_at rubygems_metadata: type: array - items: &803 + items: &804 title: Ruby Gems metadata type: object properties: @@ -154190,7 +154197,7 @@ x-webhooks: - owner - package_version - registry - repository: *762 + repository: *763 sender: *4 required: - action @@ -154266,9 +154273,9 @@ x-webhooks: type: string enum: - updated - enterprise: *759 - installation: *760 - organization: *761 + enterprise: *760 + installation: *761 + organization: *762 package: description: Information about the package. type: object @@ -154621,7 +154628,7 @@ x-webhooks: - published_at rubygems_metadata: type: array - items: *803 + items: *804 source_url: type: string format: uri @@ -154691,7 +154698,7 @@ x-webhooks: - owner - package_version - registry - repository: *762 + repository: *763 sender: *4 required: - action @@ -154868,12 +154875,12 @@ x-webhooks: - duration - created_at - updated_at - enterprise: *759 + enterprise: *760 id: type: integer - installation: *760 - organization: *761 - repository: *762 + installation: *761 + organization: *762 + repository: *763 sender: *4 required: - id @@ -154950,7 +154957,7 @@ x-webhooks: type: string enum: - approved - personal_access_token_request: &804 + personal_access_token_request: &805 title: Personal Access Token Request description: Details of a Personal Access Token Request. type: object @@ -155096,10 +155103,10 @@ x-webhooks: - token_expired - token_expires_at - token_last_used_at - enterprise: *759 - organization: *761 + enterprise: *760 + organization: *762 sender: *4 - installation: *760 + installation: *761 required: - action - personal_access_token_request @@ -155176,11 +155183,11 @@ x-webhooks: type: string enum: - cancelled - personal_access_token_request: *804 - enterprise: *759 - organization: *761 + personal_access_token_request: *805 + enterprise: *760 + organization: *762 sender: *4 - installation: *760 + installation: *761 required: - action - personal_access_token_request @@ -155256,11 +155263,11 @@ x-webhooks: type: string enum: - created - personal_access_token_request: *804 - enterprise: *759 - organization: *761 + personal_access_token_request: *805 + enterprise: *760 + organization: *762 sender: *4 - installation: *760 + installation: *761 required: - action - personal_access_token_request @@ -155335,11 +155342,11 @@ x-webhooks: type: string enum: - denied - personal_access_token_request: *804 - organization: *761 - enterprise: *759 + personal_access_token_request: *805 + organization: *762 + enterprise: *760 sender: *4 - installation: *760 + installation: *761 required: - action - personal_access_token_request @@ -155444,7 +155451,7 @@ x-webhooks: id: description: Unique identifier of the webhook. type: integer - last_response: *805 + last_response: *806 name: description: The type of webhook. The only valid value is 'web'. type: string @@ -155476,8 +155483,8 @@ x-webhooks: hook_id: description: The ID of the webhook that triggered the ping. type: integer - organization: *761 - repository: *762 + organization: *762 + repository: *763 sender: *4 zen: description: Random string of GitHub zen. @@ -155722,10 +155729,10 @@ x-webhooks: - from required: - note - enterprise: *759 - installation: *760 - organization: *761 - project_card: &806 + enterprise: *760 + installation: *761 + organization: *762 + project_card: &807 title: Project Card type: object properties: @@ -155844,7 +155851,7 @@ x-webhooks: - creator - created_at - updated_at - repository: *762 + repository: *763 sender: *4 required: - action @@ -155925,11 +155932,11 @@ x-webhooks: type: string enum: - created - enterprise: *759 - installation: *760 - organization: *761 - project_card: *806 - repository: *762 + enterprise: *760 + installation: *761 + organization: *762 + project_card: *807 + repository: *763 sender: *4 required: - action @@ -156009,9 +156016,9 @@ x-webhooks: type: string enum: - deleted - enterprise: *759 - installation: *760 - organization: *761 + enterprise: *760 + installation: *761 + organization: *762 project_card: title: Project Card type: object @@ -156139,8 +156146,8 @@ x-webhooks: The repository on GitHub where the event occurred. Webhook payloads contain the `repository` property when the event occurs from activity in a repository. type: object - properties: *799 - required: *800 + properties: *800 + required: *801 nullable: true sender: *4 required: @@ -156234,11 +156241,11 @@ x-webhooks: - from required: - note - enterprise: *759 - installation: *760 - organization: *761 - project_card: *806 - repository: *762 + enterprise: *760 + installation: *761 + organization: *762 + project_card: *807 + repository: *763 sender: *4 required: - action @@ -156332,9 +156339,9 @@ x-webhooks: - from required: - column_id - enterprise: *759 - installation: *760 - organization: *761 + enterprise: *760 + installation: *761 + organization: *762 project_card: allOf: - title: Project Card @@ -156524,7 +156531,7 @@ x-webhooks: type: string required: - after_id - repository: *762 + repository: *763 sender: *4 required: - action @@ -156604,10 +156611,10 @@ x-webhooks: type: string enum: - closed - enterprise: *759 - installation: *760 - organization: *761 - project: &808 + enterprise: *760 + installation: *761 + organization: *762 + project: &809 title: Project type: object properties: @@ -156731,7 +156738,7 @@ x-webhooks: - creator - created_at - updated_at - repository: *762 + repository: *763 sender: *4 required: - action @@ -156811,10 +156818,10 @@ x-webhooks: type: string enum: - created - enterprise: *759 - installation: *760 - organization: *761 - project_column: &807 + enterprise: *760 + installation: *761 + organization: *762 + project_column: &808 title: Project Column type: object properties: @@ -156853,7 +156860,7 @@ x-webhooks: - name - created_at - updated_at - repository: *762 + repository: *763 sender: *4 required: - action @@ -156932,18 +156939,18 @@ x-webhooks: type: string enum: - deleted - enterprise: *759 - installation: *760 - organization: *761 - project_column: *807 + enterprise: *760 + installation: *761 + organization: *762 + project_column: *808 repository: title: Repository description: |- The repository on GitHub where the event occurred. Webhook payloads contain the `repository` property when the event occurs from activity in a repository. type: object - properties: *799 - required: *800 + properties: *800 + required: *801 nullable: true sender: *4 required: @@ -157033,11 +157040,11 @@ x-webhooks: type: string required: - from - enterprise: *759 - installation: *760 - organization: *761 - project_column: *807 - repository: *762 + enterprise: *760 + installation: *761 + organization: *762 + project_column: *808 + repository: *763 sender: *4 required: - action @@ -157117,11 +157124,11 @@ x-webhooks: type: string enum: - moved - enterprise: *759 - installation: *760 - organization: *761 - project_column: *807 - repository: *762 + enterprise: *760 + installation: *761 + organization: *762 + project_column: *808 + repository: *763 sender: *4 required: - action @@ -157201,11 +157208,11 @@ x-webhooks: type: string enum: - created - enterprise: *759 - installation: *760 - organization: *761 - project: *808 - repository: *762 + enterprise: *760 + installation: *761 + organization: *762 + project: *809 + repository: *763 sender: *4 required: - action @@ -157285,18 +157292,18 @@ x-webhooks: type: string enum: - deleted - enterprise: *759 - installation: *760 - organization: *761 - project: *808 + enterprise: *760 + installation: *761 + organization: *762 + project: *809 repository: title: Repository description: |- The repository on GitHub where the event occurred. Webhook payloads contain the `repository` property when the event occurs from activity in a repository. type: object - properties: *799 - required: *800 + properties: *800 + required: *801 nullable: true sender: *4 required: @@ -157398,11 +157405,11 @@ x-webhooks: type: string required: - from - enterprise: *759 - installation: *760 - organization: *761 - project: *808 - repository: *762 + enterprise: *760 + installation: *761 + organization: *762 + project: *809 + repository: *763 sender: *4 required: - action @@ -157481,11 +157488,11 @@ x-webhooks: type: string enum: - reopened - enterprise: *759 - installation: *760 - organization: *761 - project: *808 - repository: *762 + enterprise: *760 + installation: *761 + organization: *762 + project: *809 + repository: *763 sender: *4 required: - action @@ -157566,9 +157573,9 @@ x-webhooks: type: string enum: - closed - installation: *760 - organization: *761 - projects_v2: &809 + installation: *761 + organization: *762 + projects_v2: &810 title: Projects v2 Project description: A projects v2 project type: object @@ -157711,9 +157718,9 @@ x-webhooks: type: string enum: - created - installation: *760 - organization: *761 - projects_v2: *809 + installation: *761 + organization: *762 + projects_v2: *810 sender: *4 required: - action @@ -157794,9 +157801,9 @@ x-webhooks: type: string enum: - deleted - installation: *760 - organization: *761 - projects_v2: *809 + installation: *761 + organization: *762 + projects_v2: *810 sender: *4 required: - action @@ -157913,9 +157920,9 @@ x-webhooks: type: string to: type: string - installation: *760 - organization: *761 - projects_v2: *809 + installation: *761 + organization: *762 + projects_v2: *810 sender: *4 required: - action @@ -157998,7 +158005,7 @@ x-webhooks: type: string enum: - archived - changes: &813 + changes: &814 type: object properties: archived_at: @@ -158012,9 +158019,9 @@ x-webhooks: type: string nullable: true format: date-time - installation: *760 - organization: *761 - projects_v2_item: &810 + installation: *761 + organization: *762 + projects_v2_item: &811 title: Projects v2 Item description: An item belonging to a project type: object @@ -158148,9 +158155,9 @@ x-webhooks: nullable: true to: type: string - installation: *760 - organization: *761 - projects_v2_item: *810 + installation: *761 + organization: *762 + projects_v2_item: *811 sender: *4 required: - action @@ -158232,9 +158239,9 @@ x-webhooks: type: string enum: - created - installation: *760 - organization: *761 - projects_v2_item: *810 + installation: *761 + organization: *762 + projects_v2_item: *811 sender: *4 required: - action @@ -158315,9 +158322,9 @@ x-webhooks: type: string enum: - deleted - installation: *760 - organization: *761 - projects_v2_item: *810 + installation: *761 + organization: *762 + projects_v2_item: *811 sender: *4 required: - action @@ -158423,7 +158430,7 @@ x-webhooks: oneOf: - type: string - type: integer - - &811 + - &812 title: Projects v2 Single Select Option description: An option for a single select field type: object @@ -158441,7 +158448,7 @@ x-webhooks: required: - id - name - - &812 + - &813 title: Projects v2 Iteration Setting description: An iteration setting for an iteration field type: object @@ -158464,8 +158471,8 @@ x-webhooks: oneOf: - type: string - type: integer - - *811 - *812 + - *813 required: - field_value - type: object @@ -158481,9 +158488,9 @@ x-webhooks: nullable: true required: - body - installation: *760 - organization: *761 - projects_v2_item: *810 + installation: *761 + organization: *762 + projects_v2_item: *811 sender: *4 required: - action @@ -158578,9 +158585,9 @@ x-webhooks: to: type: string nullable: true - installation: *760 - organization: *761 - projects_v2_item: *810 + installation: *761 + organization: *762 + projects_v2_item: *811 sender: *4 required: - action @@ -158663,10 +158670,10 @@ x-webhooks: type: string enum: - restored - changes: *813 - installation: *760 - organization: *761 - projects_v2_item: *810 + changes: *814 + installation: *761 + organization: *762 + projects_v2_item: *811 sender: *4 required: - action @@ -158748,9 +158755,9 @@ x-webhooks: type: string enum: - reopened - installation: *760 - organization: *761 - projects_v2: *809 + installation: *761 + organization: *762 + projects_v2: *810 sender: *4 required: - action @@ -158831,9 +158838,9 @@ x-webhooks: type: string enum: - created - installation: *760 - organization: *761 - projects_v2_status_update: &814 + installation: *761 + organization: *762 + projects_v2_status_update: &815 title: Projects v2 Status Update description: An status update belonging to a project type: object @@ -158960,9 +158967,9 @@ x-webhooks: type: string enum: - deleted - installation: *760 - organization: *761 - projects_v2_status_update: *814 + installation: *761 + organization: *762 + projects_v2_status_update: *815 sender: *4 required: - action @@ -159098,9 +159105,9 @@ x-webhooks: type: string format: date nullable: true - installation: *760 - organization: *761 - projects_v2_status_update: *814 + installation: *761 + organization: *762 + projects_v2_status_update: *815 sender: *4 required: - action @@ -159171,10 +159178,10 @@ x-webhooks: title: public event type: object properties: - enterprise: *759 - installation: *760 - organization: *761 - repository: *762 + enterprise: *760 + installation: *761 + organization: *762 + repository: *763 sender: *4 required: - repository @@ -159251,13 +159258,13 @@ x-webhooks: type: string enum: - assigned - assignee: *786 - enterprise: *759 - installation: *760 - number: &815 + assignee: *787 + enterprise: *760 + installation: *761 + number: &816 description: The pull request number. type: integer - organization: *761 + organization: *762 pull_request: title: Pull Request type: object @@ -161540,7 +161547,7 @@ x-webhooks: - auto_merge - active_lock_reason - draft - repository: *762 + repository: *763 sender: *4 required: - action @@ -161622,11 +161629,11 @@ x-webhooks: type: string enum: - auto_merge_disabled - enterprise: *759 - installation: *760 + enterprise: *760 + installation: *761 number: type: integer - organization: *761 + organization: *762 pull_request: title: Pull Request type: object @@ -163904,7 +163911,7 @@ x-webhooks: - draft reason: type: string - repository: *762 + repository: *763 sender: *4 required: - action @@ -163986,11 +163993,11 @@ x-webhooks: type: string enum: - auto_merge_enabled - enterprise: *759 - installation: *760 + enterprise: *760 + installation: *761 number: type: integer - organization: *761 + organization: *762 pull_request: title: Pull Request type: object @@ -166268,7 +166275,7 @@ x-webhooks: - draft reason: type: string - repository: *762 + repository: *763 sender: *4 required: - action @@ -166350,13 +166357,13 @@ x-webhooks: type: string enum: - closed - enterprise: *759 - installation: *760 - number: *815 - organization: *761 - pull_request: &816 + enterprise: *760 + installation: *761 + number: *816 + organization: *762 + pull_request: &817 allOf: - - *613 + - *614 - type: object properties: allow_auto_merge: @@ -166418,7 +166425,7 @@ x-webhooks: Please use `squash_merge_commit_title` instead.** type: boolean default: false - repository: *762 + repository: *763 sender: *4 required: - action @@ -166499,12 +166506,12 @@ x-webhooks: type: string enum: - converted_to_draft - enterprise: *759 - installation: *760 - number: *815 - organization: *761 - pull_request: *816 - repository: *762 + enterprise: *760 + installation: *761 + number: *816 + organization: *762 + pull_request: *817 + repository: *763 sender: *4 required: - action @@ -166584,11 +166591,11 @@ x-webhooks: type: string enum: - demilestoned - enterprise: *759 - milestone: *596 - number: *815 - organization: *761 - pull_request: &817 + enterprise: *760 + milestone: *597 + number: *816 + organization: *762 + pull_request: &818 title: Pull Request type: object properties: @@ -168851,7 +168858,7 @@ x-webhooks: - auto_merge - active_lock_reason - draft - repository: *762 + repository: *763 sender: *4 required: - action @@ -168930,11 +168937,11 @@ x-webhooks: type: string enum: - dequeued - enterprise: *759 - installation: *760 + enterprise: *760 + installation: *761 number: type: integer - organization: *761 + organization: *762 pull_request: title: Pull Request type: object @@ -171216,7 +171223,7 @@ x-webhooks: - BRANCH_PROTECTIONS - GIT_TREE_INVALID - INVALID_MERGE_COMMIT - repository: *762 + repository: *763 sender: *4 required: - action @@ -171340,12 +171347,12 @@ x-webhooks: type: string required: - from - enterprise: *759 - installation: *760 - number: *815 - organization: *761 - pull_request: *816 - repository: *762 + enterprise: *760 + installation: *761 + number: *816 + organization: *762 + pull_request: *817 + repository: *763 sender: *4 required: - action @@ -171425,11 +171432,11 @@ x-webhooks: type: string enum: - enqueued - enterprise: *759 - installation: *760 + enterprise: *760 + installation: *761 number: type: integer - organization: *761 + organization: *762 pull_request: title: Pull Request type: object @@ -173696,7 +173703,7 @@ x-webhooks: - auto_merge - active_lock_reason - draft - repository: *762 + repository: *763 sender: *4 required: - action @@ -173776,11 +173783,11 @@ x-webhooks: type: string enum: - labeled - enterprise: *759 - installation: *760 - label: *785 - number: *815 - organization: *761 + enterprise: *760 + installation: *761 + label: *786 + number: *816 + organization: *762 pull_request: title: Pull Request type: object @@ -176062,7 +176069,7 @@ x-webhooks: - auto_merge - active_lock_reason - draft - repository: *762 + repository: *763 sender: *4 required: - action @@ -176143,10 +176150,10 @@ x-webhooks: type: string enum: - locked - enterprise: *759 - installation: *760 - number: *815 - organization: *761 + enterprise: *760 + installation: *761 + number: *816 + organization: *762 pull_request: title: Pull Request type: object @@ -178426,7 +178433,7 @@ x-webhooks: - auto_merge - active_lock_reason - draft - repository: *762 + repository: *763 sender: *4 required: - action @@ -178506,12 +178513,12 @@ x-webhooks: type: string enum: - milestoned - enterprise: *759 - milestone: *596 - number: *815 - organization: *761 - pull_request: *817 - repository: *762 + enterprise: *760 + milestone: *597 + number: *816 + organization: *762 + pull_request: *818 + repository: *763 sender: *4 required: - action @@ -178590,12 +178597,12 @@ x-webhooks: type: string enum: - opened - enterprise: *759 - installation: *760 - number: *815 - organization: *761 - pull_request: *816 - repository: *762 + enterprise: *760 + installation: *761 + number: *816 + organization: *762 + pull_request: *817 + repository: *763 sender: *4 required: - action @@ -178676,12 +178683,12 @@ x-webhooks: type: string enum: - ready_for_review - enterprise: *759 - installation: *760 - number: *815 - organization: *761 - pull_request: *816 - repository: *762 + enterprise: *760 + installation: *761 + number: *816 + organization: *762 + pull_request: *817 + repository: *763 sender: *4 required: - action @@ -178761,12 +178768,12 @@ x-webhooks: type: string enum: - reopened - enterprise: *759 - installation: *760 - number: *815 - organization: *761 - pull_request: *816 - repository: *762 + enterprise: *760 + installation: *761 + number: *816 + organization: *762 + pull_request: *817 + repository: *763 sender: *4 required: - action @@ -179132,9 +179139,9 @@ x-webhooks: - start_side - side - reactions - enterprise: *759 - installation: *760 - organization: *761 + enterprise: *760 + installation: *761 + organization: *762 pull_request: type: object properties: @@ -181304,7 +181311,7 @@ x-webhooks: - _links - author_association - active_lock_reason - repository: *762 + repository: *763 sender: *4 required: - action @@ -181384,7 +181391,7 @@ x-webhooks: type: string enum: - deleted - comment: &819 + comment: &820 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. @@ -181669,9 +181676,9 @@ x-webhooks: - start_side - side - reactions - enterprise: *759 - installation: *760 - organization: *761 + enterprise: *760 + installation: *761 + organization: *762 pull_request: type: object properties: @@ -183829,7 +183836,7 @@ x-webhooks: - _links - author_association - active_lock_reason - repository: *762 + repository: *763 sender: *4 required: - action @@ -183909,11 +183916,11 @@ x-webhooks: type: string enum: - edited - changes: *818 - comment: *819 - enterprise: *759 - installation: *760 - organization: *761 + changes: *819 + comment: *820 + enterprise: *760 + installation: *761 + organization: *762 pull_request: type: object properties: @@ -186074,7 +186081,7 @@ x-webhooks: - _links - author_association - active_lock_reason - repository: *762 + repository: *763 sender: *4 required: - action @@ -186155,9 +186162,9 @@ x-webhooks: type: string enum: - dismissed - enterprise: *759 - installation: *760 - organization: *761 + enterprise: *760 + installation: *761 + organization: *762 pull_request: title: Simple Pull Request type: object @@ -188330,7 +188337,7 @@ x-webhooks: - author_association - auto_merge - active_lock_reason - repository: *762 + repository: *763 review: description: The review that was affected. type: object @@ -188573,9 +188580,9 @@ x-webhooks: type: string required: - from - enterprise: *759 - installation: *760 - organization: *761 + enterprise: *760 + installation: *761 + organization: *762 pull_request: title: Simple Pull Request type: object @@ -190629,8 +190636,8 @@ x-webhooks: - author_association - auto_merge - active_lock_reason - repository: *762 - review: &820 + repository: *763 + review: &821 description: The review that was affected. type: object properties: @@ -190859,12 +190866,12 @@ x-webhooks: type: string enum: - review_request_removed - enterprise: *759 - installation: *760 + enterprise: *760 + installation: *761 number: description: The pull request number. type: integer - organization: *761 + organization: *762 pull_request: title: Pull Request type: object @@ -193147,7 +193154,7 @@ x-webhooks: - auto_merge - active_lock_reason - draft - repository: *762 + repository: *763 requested_reviewer: title: User type: object @@ -193231,12 +193238,12 @@ x-webhooks: type: string enum: - review_request_removed - enterprise: *759 - installation: *760 + enterprise: *760 + installation: *761 number: description: The pull request number. type: integer - organization: *761 + organization: *762 pull_request: title: Pull Request type: object @@ -195526,7 +195533,7 @@ x-webhooks: - auto_merge - active_lock_reason - draft - repository: *762 + repository: *763 requested_team: title: Team description: Groups of organization members that gives permissions @@ -195718,12 +195725,12 @@ x-webhooks: type: string enum: - review_requested - enterprise: *759 - installation: *760 + enterprise: *760 + installation: *761 number: description: The pull request number. type: integer - organization: *761 + organization: *762 pull_request: title: Pull Request type: object @@ -198008,7 +198015,7 @@ x-webhooks: - auto_merge - active_lock_reason - draft - repository: *762 + repository: *763 requested_reviewer: title: User type: object @@ -198093,12 +198100,12 @@ x-webhooks: type: string enum: - review_requested - enterprise: *759 - installation: *760 + enterprise: *760 + installation: *761 number: description: The pull request number. type: integer - organization: *761 + organization: *762 pull_request: title: Pull Request type: object @@ -200374,7 +200381,7 @@ x-webhooks: - auto_merge - active_lock_reason - draft - repository: *762 + repository: *763 requested_team: title: Team description: Groups of organization members that gives permissions @@ -200555,9 +200562,9 @@ x-webhooks: type: string enum: - submitted - enterprise: *759 - installation: *760 - organization: *761 + enterprise: *760 + installation: *761 + organization: *762 pull_request: title: Simple Pull Request type: object @@ -202732,8 +202739,8 @@ x-webhooks: - author_association - auto_merge - active_lock_reason - repository: *762 - review: *820 + repository: *763 + review: *821 sender: *4 required: - action @@ -202813,9 +202820,9 @@ x-webhooks: type: string enum: - resolved - enterprise: *759 - installation: *760 - organization: *761 + enterprise: *760 + installation: *761 + organization: *762 pull_request: title: Simple Pull Request type: object @@ -204885,7 +204892,7 @@ x-webhooks: - author_association - auto_merge - active_lock_reason - repository: *762 + repository: *763 sender: *4 thread: type: object @@ -205268,9 +205275,9 @@ x-webhooks: type: string enum: - unresolved - enterprise: *759 - installation: *760 - organization: *761 + enterprise: *760 + installation: *761 + organization: *762 pull_request: title: Simple Pull Request type: object @@ -207326,7 +207333,7 @@ x-webhooks: - author_association - auto_merge - active_lock_reason - repository: *762 + repository: *763 sender: *4 thread: type: object @@ -207712,10 +207719,10 @@ x-webhooks: type: string before: type: string - enterprise: *759 - installation: *760 - number: *815 - organization: *761 + enterprise: *760 + installation: *761 + number: *816 + organization: *762 pull_request: title: Pull Request type: object @@ -209986,7 +209993,7 @@ x-webhooks: - auto_merge - active_lock_reason - draft - repository: *762 + repository: *763 sender: *4 required: - action @@ -210068,11 +210075,11 @@ x-webhooks: type: string enum: - unassigned - assignee: *821 - enterprise: *759 - installation: *760 - number: *815 - organization: *761 + assignee: *822 + enterprise: *760 + installation: *761 + number: *816 + organization: *762 pull_request: title: Pull Request type: object @@ -212355,7 +212362,7 @@ x-webhooks: - auto_merge - active_lock_reason - draft - repository: *762 + repository: *763 sender: *4 required: - action @@ -212434,11 +212441,11 @@ x-webhooks: type: string enum: - unlabeled - enterprise: *759 - installation: *760 - label: *785 - number: *815 - organization: *761 + enterprise: *760 + installation: *761 + label: *786 + number: *816 + organization: *762 pull_request: title: Pull Request type: object @@ -214711,7 +214718,7 @@ x-webhooks: - auto_merge - active_lock_reason - draft - repository: *762 + repository: *763 sender: *4 required: - action @@ -214792,10 +214799,10 @@ x-webhooks: type: string enum: - unlocked - enterprise: *759 - installation: *760 - number: *815 - organization: *761 + enterprise: *760 + installation: *761 + number: *816 + organization: *762 pull_request: title: Pull Request type: object @@ -217060,7 +217067,7 @@ x-webhooks: - auto_merge - active_lock_reason - draft - repository: *762 + repository: *763 sender: *4 required: - action @@ -217260,7 +217267,7 @@ x-webhooks: deleted: description: Whether this push deleted the `ref`. type: boolean - enterprise: *759 + enterprise: *760 forced: description: Whether this push was a force push of the `ref`. type: boolean @@ -217352,8 +217359,8 @@ x-webhooks: - url - author - committer - installation: *760 - organization: *761 + installation: *761 + organization: *762 pusher: title: Committer description: Metaproperties for Git author/committer information. @@ -217928,9 +217935,9 @@ x-webhooks: type: string enum: - published - enterprise: *759 - installation: *760 - organization: *761 + enterprise: *760 + installation: *761 + organization: *762 registry_package: type: object properties: @@ -218376,7 +218383,7 @@ x-webhooks: type: string rubygems_metadata: type: array - items: *803 + items: *804 summary: type: string tag_name: @@ -218430,7 +218437,7 @@ x-webhooks: - owner - package_version - registry - repository: *762 + repository: *763 sender: *4 required: - action @@ -218508,9 +218515,9 @@ x-webhooks: type: string enum: - updated - enterprise: *759 - installation: *760 - organization: *761 + enterprise: *760 + installation: *761 + organization: *762 registry_package: type: object properties: @@ -218818,7 +218825,7 @@ x-webhooks: - published_at rubygems_metadata: type: array - items: *803 + items: *804 summary: type: string tag_name: @@ -218867,7 +218874,7 @@ x-webhooks: - owner - package_version - registry - repository: *762 + repository: *763 sender: *4 required: - action @@ -218944,10 +218951,10 @@ x-webhooks: type: string enum: - created - enterprise: *759 - installation: *760 - organization: *761 - release: &822 + enterprise: *760 + installation: *761 + organization: *762 + release: &823 title: Release description: The [release](https://docs.github.com/enterprise-cloud@latest//rest/releases/releases/#get-a-release) object. @@ -219252,7 +219259,7 @@ x-webhooks: - tarball_url - zipball_url - body - repository: *762 + repository: *763 sender: *4 required: - action @@ -219329,11 +219336,11 @@ x-webhooks: type: string enum: - deleted - enterprise: *759 - installation: *760 - organization: *761 - release: *822 - repository: *762 + enterprise: *760 + installation: *761 + organization: *762 + release: *823 + repository: *763 sender: *4 required: - action @@ -219450,11 +219457,11 @@ x-webhooks: type: boolean required: - to - enterprise: *759 - installation: *760 - organization: *761 - release: *822 - repository: *762 + enterprise: *760 + installation: *761 + organization: *762 + release: *823 + repository: *763 sender: *4 required: - action @@ -219532,9 +219539,9 @@ x-webhooks: type: string enum: - prereleased - enterprise: *759 - installation: *760 - organization: *761 + enterprise: *760 + installation: *761 + organization: *762 release: title: Release description: The [release](https://docs.github.com/enterprise-cloud@latest//rest/releases/releases/#get-a-release) @@ -219843,7 +219850,7 @@ x-webhooks: type: string nullable: true format: uri - repository: *762 + repository: *763 sender: *4 required: - action @@ -219919,10 +219926,10 @@ x-webhooks: type: string enum: - published - enterprise: *759 - installation: *760 - organization: *761 - release: &823 + enterprise: *760 + installation: *761 + organization: *762 + release: &824 title: Release description: The [release](https://docs.github.com/enterprise-cloud@latest//rest/releases/releases/#get-a-release) object. @@ -220228,7 +220235,7 @@ x-webhooks: type: string nullable: true format: uri - repository: *762 + repository: *763 sender: *4 required: - action @@ -220304,11 +220311,11 @@ x-webhooks: type: string enum: - released - enterprise: *759 - installation: *760 - organization: *761 - release: *822 - repository: *762 + enterprise: *760 + installation: *761 + organization: *762 + release: *823 + repository: *763 sender: *4 required: - action @@ -220384,11 +220391,11 @@ x-webhooks: type: string enum: - unpublished - enterprise: *759 - installation: *760 - organization: *761 - release: *823 - repository: *762 + enterprise: *760 + installation: *761 + organization: *762 + release: *824 + repository: *763 sender: *4 required: - action @@ -220464,11 +220471,11 @@ x-webhooks: type: string enum: - published - enterprise: *759 - installation: *760 - organization: *761 - repository: *762 - repository_advisory: *670 + enterprise: *760 + installation: *761 + organization: *762 + repository: *763 + repository_advisory: *671 sender: *4 required: - action @@ -220544,11 +220551,11 @@ x-webhooks: type: string enum: - reported - enterprise: *759 - installation: *760 - organization: *761 - repository: *762 - repository_advisory: *670 + enterprise: *760 + installation: *761 + organization: *762 + repository: *763 + repository_advisory: *671 sender: *4 required: - action @@ -220624,10 +220631,10 @@ x-webhooks: type: string enum: - archived - enterprise: *759 - installation: *760 - organization: *761 - repository: *762 + enterprise: *760 + installation: *761 + organization: *762 + repository: *763 sender: *4 required: - action @@ -220704,10 +220711,10 @@ x-webhooks: type: string enum: - created - enterprise: *759 - installation: *760 - organization: *761 - repository: *762 + enterprise: *760 + installation: *761 + organization: *762 + repository: *763 sender: *4 required: - action @@ -220785,10 +220792,10 @@ x-webhooks: type: string enum: - deleted - enterprise: *759 - installation: *760 - organization: *761 - repository: *762 + enterprise: *760 + installation: *761 + organization: *762 + repository: *763 sender: *4 required: - action @@ -220872,10 +220879,10 @@ x-webhooks: additionalProperties: true description: The `client_payload` that was specified in the `POST /repos/{owner}/{repo}/dispatches` request body. - enterprise: *759 - installation: *760 - organization: *761 - repository: *762 + enterprise: *760 + installation: *761 + organization: *762 + repository: *763 sender: *4 required: - action @@ -220987,10 +220994,10 @@ x-webhooks: nullable: true items: type: string - enterprise: *759 - installation: *760 - organization: *761 - repository: *762 + enterprise: *760 + installation: *761 + organization: *762 + repository: *763 sender: *4 required: - action @@ -221062,10 +221069,10 @@ x-webhooks: title: repository_import event type: object properties: - enterprise: *759 - installation: *760 - organization: *761 - repository: *762 + enterprise: *760 + installation: *761 + organization: *762 + repository: *763 sender: *4 status: type: string @@ -221146,10 +221153,10 @@ x-webhooks: type: string enum: - privatized - enterprise: *759 - installation: *760 - organization: *761 - repository: *762 + enterprise: *760 + installation: *761 + organization: *762 + repository: *763 sender: *4 required: - action @@ -221226,10 +221233,10 @@ x-webhooks: type: string enum: - publicized - enterprise: *759 - installation: *760 - organization: *761 - repository: *762 + enterprise: *760 + installation: *761 + organization: *762 + repository: *763 sender: *4 required: - action @@ -221323,10 +221330,10 @@ x-webhooks: - name required: - repository - enterprise: *759 - installation: *760 - organization: *761 - repository: *762 + enterprise: *760 + installation: *761 + organization: *762 + repository: *763 sender: *4 required: - action @@ -221406,10 +221413,10 @@ x-webhooks: type: string enum: - created - enterprise: *759 - installation: *760 - organization: *761 - repository: *762 + enterprise: *760 + installation: *761 + organization: *762 + repository: *763 repository_ruleset: *128 sender: *4 required: @@ -221488,10 +221495,10 @@ x-webhooks: type: string enum: - deleted - enterprise: *759 - installation: *760 - organization: *761 - repository: *762 + enterprise: *760 + installation: *761 + organization: *762 + repository: *763 repository_ruleset: *128 sender: *4 required: @@ -221570,10 +221577,10 @@ x-webhooks: type: string enum: - edited - enterprise: *759 - installation: *760 - organization: *761 - repository: *762 + enterprise: *760 + installation: *761 + organization: *762 + repository: *763 repository_ruleset: *128 changes: type: object @@ -221878,10 +221885,10 @@ x-webhooks: - from required: - owner - enterprise: *759 - installation: *760 - organization: *761 - repository: *762 + enterprise: *760 + installation: *761 + organization: *762 + repository: *763 sender: *4 required: - action @@ -221959,10 +221966,10 @@ x-webhooks: type: string enum: - unarchived - enterprise: *759 - installation: *760 - organization: *761 - repository: *762 + enterprise: *760 + installation: *761 + organization: *762 + repository: *763 sender: *4 required: - action @@ -222040,7 +222047,7 @@ x-webhooks: type: string enum: - create - alert: &824 + alert: &825 title: Repository Vulnerability Alert Alert description: The security alert of the vulnerable dependency. type: object @@ -222161,10 +222168,10 @@ x-webhooks: type: string enum: - open - enterprise: *759 - installation: *760 - organization: *761 - repository: *762 + enterprise: *760 + installation: *761 + organization: *762 + repository: *763 sender: *4 required: - action @@ -222370,10 +222377,10 @@ x-webhooks: type: string enum: - dismissed - enterprise: *759 - installation: *760 - organization: *761 - repository: *762 + enterprise: *760 + installation: *761 + organization: *762 + repository: *763 sender: *4 required: - action @@ -222451,11 +222458,11 @@ x-webhooks: type: string enum: - reopen - alert: *824 - enterprise: *759 - installation: *760 - organization: *761 - repository: *762 + alert: *825 + enterprise: *760 + installation: *761 + organization: *762 + repository: *763 sender: *4 required: - action @@ -222654,10 +222661,10 @@ x-webhooks: enum: - fixed - open - enterprise: *759 - installation: *760 - organization: *761 - repository: *762 + enterprise: *760 + installation: *761 + organization: *762 + repository: *763 sender: *4 required: - action @@ -222735,7 +222742,7 @@ x-webhooks: type: string enum: - created - alert: &825 + alert: &826 type: object properties: number: *100 @@ -222846,10 +222853,10 @@ x-webhooks: description: Whether the detected secret was found in multiple repositories in the same organization or business. nullable: true - enterprise: *759 - installation: *760 - organization: *761 - repository: *762 + enterprise: *760 + installation: *761 + organization: *762 + repository: *763 sender: *4 required: - action @@ -222930,11 +222937,11 @@ x-webhooks: type: string enum: - created - alert: *825 - installation: *760 - location: *826 - organization: *761 - repository: *762 + alert: *826 + installation: *761 + location: *827 + organization: *762 + repository: *763 sender: *4 required: - location @@ -223172,11 +223179,11 @@ x-webhooks: type: string enum: - publicly_leaked - alert: *825 - enterprise: *759 - installation: *760 - organization: *761 - repository: *762 + alert: *826 + enterprise: *760 + installation: *761 + organization: *762 + repository: *763 sender: *4 required: - action @@ -223254,11 +223261,11 @@ x-webhooks: type: string enum: - reopened - alert: *825 - enterprise: *759 - installation: *760 - organization: *761 - repository: *762 + alert: *826 + enterprise: *760 + installation: *761 + organization: *762 + repository: *763 sender: *4 required: - action @@ -223336,11 +223343,11 @@ x-webhooks: type: string enum: - resolved - alert: *825 - enterprise: *759 - installation: *760 - organization: *761 - repository: *762 + alert: *826 + enterprise: *760 + installation: *761 + organization: *762 + repository: *763 sender: *4 required: - action @@ -223418,11 +223425,11 @@ x-webhooks: type: string enum: - validated - alert: *825 - enterprise: *759 - installation: *760 - organization: *761 - repository: *762 + alert: *826 + enterprise: *760 + installation: *761 + organization: *762 + repository: *763 sender: *4 required: - action @@ -223548,10 +223555,10 @@ x-webhooks: - organization - enterprise nullable: true - repository: *762 - enterprise: *759 - installation: *760 - organization: *761 + repository: *763 + enterprise: *760 + installation: *761 + organization: *762 sender: *4 required: - action @@ -223629,11 +223636,11 @@ x-webhooks: type: string enum: - published - enterprise: *759 - installation: *760 - organization: *761 - repository: *762 - security_advisory: &827 + enterprise: *760 + installation: *761 + organization: *762 + repository: *763 + security_advisory: &828 description: The details of the security advisory, including summary, description, and severity. type: object @@ -223816,11 +223823,11 @@ x-webhooks: type: string enum: - updated - enterprise: *759 - installation: *760 - organization: *761 - repository: *762 - security_advisory: *827 + enterprise: *760 + installation: *761 + organization: *762 + repository: *763 + security_advisory: *828 sender: *4 required: - action @@ -223893,10 +223900,10 @@ x-webhooks: type: string enum: - withdrawn - enterprise: *759 - installation: *760 - organization: *761 - repository: *762 + enterprise: *760 + installation: *761 + organization: *762 + repository: *763 security_advisory: description: The details of the security advisory, including summary, description, and severity. @@ -224080,11 +224087,11 @@ x-webhooks: from: type: object properties: - security_and_analysis: *327 - enterprise: *759 - installation: *760 - organization: *761 - repository: *390 + security_and_analysis: *328 + enterprise: *760 + installation: *761 + organization: *762 + repository: *391 sender: *4 required: - changes @@ -224162,12 +224169,12 @@ x-webhooks: type: string enum: - cancelled - enterprise: *759 - installation: *760 - organization: *761 - repository: *762 + enterprise: *760 + installation: *761 + organization: *762 + repository: *763 sender: *4 - sponsorship: &828 + sponsorship: &829 type: object properties: created_at: @@ -224468,12 +224475,12 @@ x-webhooks: type: string enum: - created - enterprise: *759 - installation: *760 - organization: *761 - repository: *762 + enterprise: *760 + installation: *761 + organization: *762 + repository: *763 sender: *4 - sponsorship: *828 + sponsorship: *829 required: - action - sponsorship @@ -224561,12 +224568,12 @@ x-webhooks: type: string required: - from - enterprise: *759 - installation: *760 - organization: *761 - repository: *762 + enterprise: *760 + installation: *761 + organization: *762 + repository: *763 sender: *4 - sponsorship: *828 + sponsorship: *829 required: - action - changes @@ -224643,17 +224650,17 @@ x-webhooks: type: string enum: - pending_cancellation - effective_date: &829 + effective_date: &830 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: *759 - installation: *760 - organization: *761 - repository: *762 + enterprise: *760 + installation: *761 + organization: *762 + repository: *763 sender: *4 - sponsorship: *828 + sponsorship: *829 required: - action - sponsorship @@ -224727,7 +224734,7 @@ x-webhooks: type: string enum: - pending_tier_change - changes: &830 + changes: &831 type: object properties: tier: @@ -224771,13 +224778,13 @@ x-webhooks: - from required: - tier - effective_date: *829 - enterprise: *759 - installation: *760 - organization: *761 - repository: *762 + effective_date: *830 + enterprise: *760 + installation: *761 + organization: *762 + repository: *763 sender: *4 - sponsorship: *828 + sponsorship: *829 required: - action - changes @@ -224854,13 +224861,13 @@ x-webhooks: type: string enum: - tier_changed - changes: *830 - enterprise: *759 - installation: *760 - organization: *761 - repository: *762 + changes: *831 + enterprise: *760 + installation: *761 + organization: *762 + repository: *763 sender: *4 - sponsorship: *828 + sponsorship: *829 required: - action - changes @@ -224934,10 +224941,10 @@ x-webhooks: type: string enum: - created - enterprise: *759 - installation: *760 - organization: *761 - repository: *762 + enterprise: *760 + installation: *761 + organization: *762 + repository: *763 sender: *4 starred_at: description: 'The time the star was created. This is a timestamp @@ -225020,10 +225027,10 @@ x-webhooks: type: string enum: - deleted - enterprise: *759 - installation: *760 - organization: *761 - repository: *762 + enterprise: *760 + installation: *761 + organization: *762 + repository: *763 sender: *4 starred_at: description: 'The time the star was created. This is a timestamp @@ -225443,15 +225450,15 @@ x-webhooks: status. type: string nullable: true - enterprise: *759 + enterprise: *760 id: description: The unique identifier of the status. type: integer - installation: *760 + installation: *761 name: type: string - organization: *761 - repository: *762 + organization: *762 + repository: *763 sender: *4 sha: description: The Commit SHA. @@ -225566,9 +225573,9 @@ x-webhooks: description: The ID of the sub-issue. type: number sub_issue: *153 - installation: *760 - organization: *761 - repository: *762 + installation: *761 + organization: *762 + repository: *763 sender: *4 required: - action @@ -225658,9 +225665,9 @@ x-webhooks: description: The ID of the sub-issue. type: number sub_issue: *153 - installation: *760 - organization: *761 - repository: *762 + installation: *761 + organization: *762 + repository: *763 sender: *4 required: - action @@ -225750,9 +225757,9 @@ x-webhooks: description: The ID of the parent issue. type: number parent_issue: *153 - installation: *760 - organization: *761 - repository: *762 + installation: *761 + organization: *762 + repository: *763 sender: *4 required: - action @@ -225842,9 +225849,9 @@ x-webhooks: description: The ID of the parent issue. type: number parent_issue: *153 - installation: *760 - organization: *761 - repository: *762 + installation: *761 + organization: *762 + repository: *763 sender: *4 required: - action @@ -225921,12 +225928,12 @@ x-webhooks: title: team_add event type: object properties: - enterprise: *759 - installation: *760 - organization: *761 - repository: *762 + enterprise: *760 + installation: *761 + organization: *762 + repository: *763 sender: *4 - team: &831 + team: &832 title: Team description: Groups of organization members that gives permissions on specified repositories. @@ -226116,9 +226123,9 @@ x-webhooks: type: string enum: - added_to_repository - enterprise: *759 - installation: *760 - organization: *761 + enterprise: *760 + installation: *761 + organization: *762 repository: title: Repository description: A git repository @@ -226576,7 +226583,7 @@ x-webhooks: - topics - visibility sender: *4 - team: *831 + team: *832 required: - action - team @@ -226652,9 +226659,9 @@ x-webhooks: type: string enum: - created - enterprise: *759 - installation: *760 - organization: *761 + enterprise: *760 + installation: *761 + organization: *762 repository: title: Repository description: A git repository @@ -227112,7 +227119,7 @@ x-webhooks: - topics - visibility sender: *4 - team: *831 + team: *832 required: - action - team @@ -227189,9 +227196,9 @@ x-webhooks: type: string enum: - deleted - enterprise: *759 - installation: *760 - organization: *761 + enterprise: *760 + installation: *761 + organization: *762 repository: title: Repository description: A git repository @@ -227649,7 +227656,7 @@ x-webhooks: - topics - visibility sender: *4 - team: *831 + team: *832 required: - action - team @@ -227793,9 +227800,9 @@ x-webhooks: - from required: - permissions - enterprise: *759 - installation: *760 - organization: *761 + enterprise: *760 + installation: *761 + organization: *762 repository: title: Repository description: A git repository @@ -228253,7 +228260,7 @@ x-webhooks: - topics - visibility sender: *4 - team: *831 + team: *832 required: - action - changes @@ -228331,9 +228338,9 @@ x-webhooks: type: string enum: - removed_from_repository - enterprise: *759 - installation: *760 - organization: *761 + enterprise: *760 + installation: *761 + organization: *762 repository: title: Repository description: A git repository @@ -228791,7 +228798,7 @@ x-webhooks: - topics - visibility sender: *4 - team: *831 + team: *832 required: - action - team @@ -228867,10 +228874,10 @@ x-webhooks: type: string enum: - started - enterprise: *759 - installation: *760 - organization: *761 - repository: *762 + enterprise: *760 + installation: *761 + organization: *762 + repository: *763 sender: *4 required: - action @@ -228943,16 +228950,16 @@ x-webhooks: title: workflow_dispatch event type: object properties: - enterprise: *759 + enterprise: *760 inputs: type: object nullable: true additionalProperties: true - installation: *760 - organization: *761 + installation: *761 + organization: *762 ref: type: string - repository: *762 + repository: *763 sender: *4 workflow: type: string @@ -229034,10 +229041,10 @@ x-webhooks: type: string enum: - completed - enterprise: *759 - installation: *760 - organization: *761 - repository: *762 + enterprise: *760 + installation: *761 + organization: *762 + repository: *763 sender: *4 workflow_job: allOf: @@ -229274,7 +229281,7 @@ x-webhooks: type: string required: - conclusion - deployment: *525 + deployment: *526 required: - action - repository @@ -229353,10 +229360,10 @@ x-webhooks: type: string enum: - in_progress - enterprise: *759 - installation: *760 - organization: *761 - repository: *762 + enterprise: *760 + installation: *761 + organization: *762 + repository: *763 sender: *4 workflow_job: allOf: @@ -229616,7 +229623,7 @@ x-webhooks: required: - status - steps - deployment: *525 + deployment: *526 required: - action - repository @@ -229695,10 +229702,10 @@ x-webhooks: type: string enum: - queued - enterprise: *759 - installation: *760 - organization: *761 - repository: *762 + enterprise: *760 + installation: *761 + organization: *762 + repository: *763 sender: *4 workflow_job: type: object @@ -229833,7 +229840,7 @@ x-webhooks: - workflow_name - head_branch - created_at - deployment: *525 + deployment: *526 required: - action - repository @@ -229912,10 +229919,10 @@ x-webhooks: type: string enum: - waiting - enterprise: *759 - installation: *760 - organization: *761 - repository: *762 + enterprise: *760 + installation: *761 + organization: *762 + repository: *763 sender: *4 workflow_job: type: object @@ -230051,7 +230058,7 @@ x-webhooks: - workflow_name - head_branch - created_at - deployment: *525 + deployment: *526 required: - action - repository @@ -230131,12 +230138,12 @@ x-webhooks: type: string enum: - completed - enterprise: *759 - installation: *760 - organization: *761 - repository: *762 + enterprise: *760 + installation: *761 + organization: *762 + repository: *763 sender: *4 - workflow: *781 + workflow: *782 workflow_run: title: Workflow Run type: object @@ -231135,12 +231142,12 @@ x-webhooks: type: string enum: - in_progress - enterprise: *759 - installation: *760 - organization: *761 - repository: *762 + enterprise: *760 + installation: *761 + organization: *762 + repository: *763 sender: *4 - workflow: *781 + workflow: *782 workflow_run: title: Workflow Run type: object @@ -232124,12 +232131,12 @@ x-webhooks: type: string enum: - requested - enterprise: *759 - installation: *760 - organization: *761 - repository: *762 + enterprise: *760 + installation: *761 + organization: *762 + repository: *763 sender: *4 - workflow: *781 + workflow: *782 workflow_run: title: Workflow Run type: object diff --git a/descriptions/ghec/ghec.2022-11-28.json b/descriptions/ghec/ghec.2022-11-28.json index 493f6b1119..6b833d1df9 100644 --- a/descriptions/ghec/ghec.2022-11-28.json +++ b/descriptions/ghec/ghec.2022-11-28.json @@ -6844,6 +6844,9 @@ { "$ref": "#/components/parameters/dependabot-alert-comma-separated-epss" }, + { + "$ref": "#/components/parameters/dependabot-alert-comma-separated-has" + }, { "$ref": "#/components/parameters/dependabot-alert-scope" }, @@ -20583,6 +20586,9 @@ { "$ref": "#/components/parameters/dependabot-alert-comma-separated-epss" }, + { + "$ref": "#/components/parameters/dependabot-alert-comma-separated-has" + }, { "$ref": "#/components/parameters/dependabot-alert-scope" }, @@ -43616,7 +43622,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" ], @@ -44006,7 +44012,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" ], @@ -48875,6 +48881,9 @@ { "$ref": "#/components/parameters/dependabot-alert-comma-separated-epss" }, + { + "$ref": "#/components/parameters/dependabot-alert-comma-separated-has" + }, { "$ref": "#/components/parameters/dependabot-alert-scope" }, @@ -316692,6 +316701,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/ghec/ghec.2022-11-28.yaml b/descriptions/ghec/ghec.2022-11-28.yaml index e4f0fb8703..ced6b0433e 100644 --- a/descriptions/ghec/ghec.2022-11-28.yaml +++ b/descriptions/ghec/ghec.2022-11-28.yaml @@ -4897,6 +4897,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" @@ -14963,6 +14964,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" @@ -31608,8 +31610,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 @@ -31872,10 +31872,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 @@ -35583,6 +35583,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" @@ -239989,6 +239990,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/ghec/ghec.json b/descriptions/ghec/ghec.json index 493f6b1119..6b833d1df9 100644 --- a/descriptions/ghec/ghec.json +++ b/descriptions/ghec/ghec.json @@ -6844,6 +6844,9 @@ { "$ref": "#/components/parameters/dependabot-alert-comma-separated-epss" }, + { + "$ref": "#/components/parameters/dependabot-alert-comma-separated-has" + }, { "$ref": "#/components/parameters/dependabot-alert-scope" }, @@ -20583,6 +20586,9 @@ { "$ref": "#/components/parameters/dependabot-alert-comma-separated-epss" }, + { + "$ref": "#/components/parameters/dependabot-alert-comma-separated-has" + }, { "$ref": "#/components/parameters/dependabot-alert-scope" }, @@ -43616,7 +43622,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" ], @@ -44006,7 +44012,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" ], @@ -48875,6 +48881,9 @@ { "$ref": "#/components/parameters/dependabot-alert-comma-separated-epss" }, + { + "$ref": "#/components/parameters/dependabot-alert-comma-separated-has" + }, { "$ref": "#/components/parameters/dependabot-alert-scope" }, @@ -316692,6 +316701,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/ghec/ghec.yaml b/descriptions/ghec/ghec.yaml index e4f0fb8703..ced6b0433e 100644 --- a/descriptions/ghec/ghec.yaml +++ b/descriptions/ghec/ghec.yaml @@ -4897,6 +4897,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" @@ -14963,6 +14964,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" @@ -31608,8 +31610,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 @@ -31872,10 +31872,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 @@ -35583,6 +35583,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" @@ -239989,6 +239990,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/ghes-3.12/dereferenced/ghes-3.12.2022-11-28.deref.json b/descriptions/ghes-3.12/dereferenced/ghes-3.12.2022-11-28.deref.json index 22e88903bc..ed9b91ac9c 100644 --- a/descriptions/ghes-3.12/dereferenced/ghes-3.12.2022-11-28.deref.json +++ b/descriptions/ghes-3.12/dereferenced/ghes-3.12.2022-11-28.deref.json @@ -38637,6 +38637,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", @@ -84481,6 +84489,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", @@ -199887,7 +199903,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" ], @@ -207036,7 +207052,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-server@3.12/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-server@3.12/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" ], @@ -229983,6 +229999,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": "manifest", "in": "query", diff --git a/descriptions/ghes-3.12/dereferenced/ghes-3.12.2022-11-28.deref.yaml b/descriptions/ghes-3.12/dereferenced/ghes-3.12.2022-11-28.deref.yaml index 53f549e04a..3dcbc6366a 100644 --- a/descriptions/ghes-3.12/dereferenced/ghes-3.12.2022-11-28.deref.yaml +++ b/descriptions/ghes-3.12/dereferenced/ghes-3.12.2022-11-28.deref.yaml @@ -4314,7 +4314,7 @@ paths: url: https://docs.github.com/enterprise-server@3.12/rest/apps/webhooks#list-deliveries-for-an-app-webhook parameters: - *4 - - &201 + - &202 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 @@ -4330,7 +4330,7 @@ paths: application/json: schema: type: array - items: &202 + items: &203 title: Simple webhook delivery description: Delivery made by a webhook, without request and response information. @@ -4410,7 +4410,7 @@ paths: - installation_id - repository_id examples: - default: &203 + default: &204 value: - id: 12345678 guid: 0b989ba4-242f-11e5-81e1-c7b6966d2516 @@ -4442,7 +4442,7 @@ paths: application/json: schema: *24 application/scim+json: - schema: &535 + schema: &536 title: Scim Error description: Scim Error type: object @@ -4538,7 +4538,7 @@ paths: description: Response content: application/json: - schema: &204 + schema: &205 title: Webhook delivery description: Delivery made by a webhook. type: object @@ -4652,7 +4652,7 @@ paths: - request - response examples: - default: &205 + default: &206 value: id: 12345678 guid: 0b989ba4-242f-11e5-81e1-c7b6966d2516 @@ -5210,7 +5210,7 @@ paths: title: Repository description: A repository on GitHub. type: object - properties: &233 + properties: &234 id: description: Unique identifier of the repository example: 42 @@ -5639,7 +5639,7 @@ paths: type: boolean description: Whether anonymous git access is enabled for this repository - required: &234 + required: &235 - archive_url - assignees_url - blobs_url @@ -6662,7 +6662,7 @@ paths: schema: type: string '422': *35 - '410': &232 + '410': &233 description: Gone content: application/json: @@ -12306,7 +12306,7 @@ paths: description: The GitHub URL of the alert resource. format: uri readOnly: true - instances_url: &357 + instances_url: &358 type: string description: The REST API URL for fetching the list of instances for an alert. @@ -12341,7 +12341,7 @@ paths: format: date-time readOnly: true nullable: true - dismissed_reason: &358 + dismissed_reason: &359 type: string description: "**Required when the state is dismissed.** The reason for dismissing or closing the alert." @@ -12350,13 +12350,13 @@ paths: - false positive - won't fix - used in tests - dismissed_comment: &359 + dismissed_comment: &360 type: string description: The dismissal comment associated with the dismissal of the alert. nullable: true maxLength: 280 - rule: &360 + rule: &361 type: object properties: id: @@ -12395,7 +12395,7 @@ paths: description: A set of tags applicable for the rule. items: type: string - tool: &361 + tool: &362 type: object properties: name: *90 @@ -12405,15 +12405,15 @@ paths: description: The version of the tool used to generate the code scanning analysis. guid: *91 - most_recent_instance: &362 + most_recent_instance: &363 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: &366 + analysis_key: &367 type: string description: Identifies the configuration under which the analysis was executed. For example, in GitHub Actions @@ -12424,7 +12424,7 @@ paths: the environment in which the analysis that generated this alert instance was performed, such as the language that was analyzed. - category: &367 + category: &368 type: string description: Identifies the configuration under which the analysis was executed. Used to distinguish between multiple @@ -13216,6 +13216,13 @@ paths: schema: type: string - &190 + 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 + - &191 name: scope in: query description: The scope of the vulnerable dependency. If specified, only alerts @@ -13225,7 +13232,7 @@ paths: enum: - development - runtime - - &191 + - &192 name: sort in: query description: |- @@ -13241,7 +13248,7 @@ paths: - *9 - *88 - *89 - - &192 + - &193 name: first description: |- **Deprecated**. The number of results per page (max 100), starting from the first matching result. @@ -13254,7 +13261,7 @@ paths: minimum: 1 maximum: 100 default: 30 - - &193 + - &194 name: last description: |- **Deprecated**. The number of results per page (max 100), starting from the last matching result. @@ -13274,7 +13281,7 @@ paths: application/json: schema: type: array - items: &194 + items: &195 type: object description: A Dependabot alert. properties: @@ -13324,7 +13331,7 @@ paths: enum: - development - runtime - security_advisory: &389 + security_advisory: &390 type: object description: Details for the GitHub Security Advisory. readOnly: true @@ -13555,7 +13562,7 @@ paths: nullable: true maxLength: 280 fixed_at: *102 - auto_dismissed_at: &390 + auto_dismissed_at: &391 type: string description: 'The time that the alert was auto-dismissed in ISO 8601 format: `YYYY-MM-DDTHH:MM:SSZ`.' @@ -13581,7 +13588,7 @@ paths: - repository additionalProperties: false examples: - default: &195 + default: &196 value: - number: 2 state: dismissed @@ -13920,7 +13927,7 @@ paths: url: https://docs.github.com/enterprise-server@3.12/rest/secret-scanning/secret-scanning#list-secret-scanning-alerts-for-an-enterprise parameters: - *65 - - &243 + - &244 name: state in: query description: Set to `open` or `resolved` to only list secret scanning alerts @@ -13931,7 +13938,7 @@ paths: enum: - open - resolved - - &244 + - &245 name: secret_type in: query description: A comma-separated list of secret types to return. By default @@ -13940,7 +13947,7 @@ paths: required: false schema: type: string - - &245 + - &246 name: resolution in: query description: A comma-separated list of resolutions. Only secret scanning alerts @@ -13949,7 +13956,7 @@ paths: required: false schema: type: string - - &246 + - &247 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. @@ -13965,7 +13972,7 @@ paths: - *4 - *88 - *89 - - &247 + - &248 name: validity in: query description: A comma-separated list of validities that, when present, will @@ -13981,7 +13988,7 @@ paths: application/json: schema: type: array - items: &248 + items: &249 type: object properties: number: *93 @@ -14000,14 +14007,14 @@ paths: format: uri description: The REST API URL of the code locations for this alert. - state: &526 + state: &527 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: &527 + resolution: &528 type: string description: "**Required when the `state` is `resolved`.** The reason for resolving the alert." @@ -14073,7 +14080,7 @@ paths: - inactive - unknown examples: - default: &249 + default: &250 value: - number: 2 created_at: '2020-11-06T18:48:51Z' @@ -14327,7 +14334,7 @@ paths: url: https://docs.github.com/enterprise-server@3.12/rest/enterprise-admin/billing#get-github-advanced-security-active-committers-for-an-enterprise parameters: - *65 - - &251 + - &252 name: advanced_security_product in: query description: The security feature to get GitHub Advanced Security active committers @@ -14345,7 +14352,7 @@ paths: description: Success content: application/json: - schema: &252 + schema: &253 type: object properties: total_advanced_security_committers: @@ -14400,7 +14407,7 @@ paths: required: - repositories examples: - default: &253 + default: &254 value: total_advanced_security_committers: 2 total_count: 2 @@ -14422,7 +14429,7 @@ paths: - user_login: octokitten last_pushed_date: '2021-10-26' last_pushed_email: octokitten@github.com - '403': &254 + '403': &255 description: Response if GitHub Advanced Security is not enabled for this repository content: @@ -14569,7 +14576,7 @@ paths: description: Issues are a great way to keep track of tasks, enhancements, and bugs for your projects. type: object - properties: &433 + properties: &434 id: type: integer format: int64 @@ -14680,7 +14687,7 @@ paths: description: A collection of related issues and pull requests. type: object - properties: &379 + properties: &380 url: type: string format: uri @@ -14750,7 +14757,7 @@ paths: format: date-time example: '2012-10-09T23:39:01Z' nullable: true - required: &380 + required: &381 - closed_issues - creator - description @@ -14829,7 +14836,7 @@ paths: timeline_url: type: string format: uri - type: &559 + type: &560 title: Issue Type description: The type of issue. type: object @@ -14954,7 +14961,7 @@ paths: - total - completed - percent_completed - required: &434 + required: &435 - assignee - closed_at - comments @@ -14976,7 +14983,7 @@ paths: - author_association - created_at - updated_at - comment: &431 + comment: &432 title: Issue Comment description: Comments provide a way for people to collaborate on an issue. @@ -15538,7 +15545,7 @@ paths: url: type: string format: uri - user: &574 + user: &575 title: Public User description: Public User type: object @@ -17402,7 +17409,7 @@ paths: - closed - all default: open - - &206 + - &207 name: labels description: 'A list of comma separated label names. Example: `bug,ui,@high`' in: query @@ -17453,7 +17460,7 @@ paths: type: array items: *121 examples: - default: &207 + default: &208 value: - id: 1 node_id: MDU6SXNzdWUx @@ -20157,14 +20164,14 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-server@3.12/rest/activity/events#list-public-events-for-a-network-of-repositories parameters: - - &277 + - &278 name: owner description: The account owner of the repository. The name is not case sensitive. in: path required: true schema: type: string - - &278 + - &279 name: repo description: The name of the repository without the `.git` extension. The name is not case sensitive. @@ -20235,7 +20242,7 @@ paths: '404': *26 '403': *43 '304': *42 - '301': &289 + '301': &290 description: Moved permanently content: application/json: @@ -20257,7 +20264,7 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-server@3.12/rest/activity/notifications#list-notifications-for-the-authenticated-user parameters: - - &462 + - &463 name: all description: If `true`, show notifications marked as read. in: query @@ -20265,7 +20272,7 @@ paths: schema: type: boolean default: false - - &463 + - &464 name: participating description: If `true`, only shows notifications in which the user is directly participating or mentioned. @@ -20275,7 +20282,7 @@ paths: type: boolean default: false - *111 - - &464 + - &465 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: @@ -20311,7 +20318,7 @@ paths: title: Minimal Repository description: Minimal Repository type: object - properties: &197 + properties: &198 id: type: integer format: int64 @@ -20587,7 +20594,7 @@ paths: web_commit_signoff_required: type: boolean example: false - security_and_analysis: &235 + security_and_analysis: &236 nullable: true type: object properties: @@ -20627,7 +20634,7 @@ paths: enum: - enabled - disabled - required: &198 + required: &199 - archive_url - assignees_url - blobs_url @@ -20715,7 +20722,7 @@ paths: - url - subscription_url examples: - default: &465 + default: &466 value: - id: '1' repository: @@ -21240,7 +21247,7 @@ paths: type: array items: *70 examples: - default: &583 + default: &584 value: - login: github id: 1 @@ -22053,7 +22060,7 @@ paths: type: integer repository_cache_usages: type: array - items: &294 + items: &295 title: Actions Cache Usage by repository description: GitHub Actions Cache Usage by repository. type: object @@ -22304,7 +22311,7 @@ paths: type: array items: *84 examples: - default: &580 + default: &581 value: total_count: 1 repositories: @@ -24104,7 +24111,7 @@ paths: description: Response content: application/json: - schema: &316 + schema: &317 title: ActionsPublicKey description: The public key used for setting Actions Secrets. type: object @@ -24133,7 +24140,7 @@ paths: - key_id - key examples: - default: &317 + default: &318 value: key_id: '012345678912345678' key: 2Sg8iYjAxxmI2LvUXpJjkYrMxURPc8r+dB7TJyvv1234 @@ -24546,7 +24553,7 @@ paths: url: https://docs.github.com/enterprise-server@3.12/rest/actions/variables#list-organization-variables parameters: - *135 - - &301 + - &302 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-server@3.12/rest/using-the-rest-api/using-pagination-in-the-rest-api)." @@ -25195,7 +25202,7 @@ paths: be returned. in: query required: false - schema: &356 + schema: &357 type: string description: Severity of a code scanning alert. enum: @@ -25555,11 +25562,12 @@ paths: - *189 - *190 - *191 + - *192 - *9 - *88 - *89 - - *192 - *193 + - *194 - *4 responses: '200': @@ -25568,9 +25576,9 @@ paths: application/json: schema: type: array - items: *194 + items: *195 examples: - default: *195 + default: *196 '304': *42 '400': *34 '403': *43 @@ -25614,7 +25622,7 @@ paths: type: integer secrets: type: array - items: &196 + items: &197 title: Dependabot Secret for an Organization description: Secrets for GitHub Dependabot for an organization. type: object @@ -25691,7 +25699,7 @@ paths: description: Response content: application/json: - schema: &393 + schema: &394 title: DependabotPublicKey description: The public key used for setting Dependabot Secrets. type: object @@ -25708,7 +25716,7 @@ paths: - key_id - key examples: - default: &394 + default: &395 value: key_id: '012345678912345678' key: 2Sg8iYjAxxmI2LvUXpJjkYrMxURPc8r+dB7TJyvv1234 @@ -25738,7 +25746,7 @@ paths: description: Response content: application/json: - schema: *196 + schema: *197 examples: default: value: @@ -26035,7 +26043,7 @@ paths: application/json: schema: type: array - items: &213 + items: &214 title: Package description: A software package type: object @@ -26085,8 +26093,8 @@ paths: title: Minimal Repository description: Minimal Repository type: object - properties: *197 - required: *198 + properties: *198 + required: *199 nullable: true created_at: type: string @@ -26105,7 +26113,7 @@ paths: - created_at - updated_at examples: - default: &214 + default: &215 value: - id: 197 name: hello_docker @@ -26289,7 +26297,7 @@ paths: description: Response content: application/json: - schema: &272 + schema: &273 title: ExternalGroup description: Information about an external group's usage and its members type: object @@ -26370,7 +26378,7 @@ paths: example: mona_lisa@github.com type: string examples: - default: &273 + default: &274 value: group_id: '123' group_name: Octocat admins @@ -26425,7 +26433,7 @@ paths: description: Response content: application/json: - schema: &270 + schema: &271 title: ExternalGroups description: A list of external groups available to be connected to a team @@ -26462,7 +26470,7 @@ paths: example: 2019-06-03 22:27:15:000 -700 type: string examples: - default: &271 + default: &272 value: groups: - group_id: '123' @@ -26509,7 +26517,7 @@ paths: application/json: schema: type: array - items: &199 + items: &200 title: Org Hook description: Org Hook type: object @@ -26680,9 +26688,9 @@ paths: description: Response content: application/json: - schema: *199 + schema: *200 examples: - default: &200 + default: &201 value: id: 1 url: https://api.github.com/orgs/octocat/hooks/1 @@ -26736,9 +26744,9 @@ paths: description: Response content: application/json: - schema: *199 + schema: *200 examples: - default: *200 + default: *201 '404': *26 x-github: githubCloudOnly: false @@ -26811,7 +26819,7 @@ paths: description: Response content: application/json: - schema: *199 + schema: *200 examples: default: value: @@ -26965,7 +26973,7 @@ paths: - *135 - *3 - *4 - - *201 + - *202 responses: '200': description: Response @@ -26973,9 +26981,9 @@ paths: application/json: schema: type: array - items: *202 + items: *203 examples: - default: *203 + default: *204 '400': *34 '422': *35 x-github: @@ -27008,9 +27016,9 @@ paths: description: Response content: application/json: - schema: *204 + schema: *205 examples: - default: *205 + default: *206 '400': *34 '422': *35 x-github: @@ -27098,7 +27106,7 @@ paths: application/json: schema: *39 examples: - default: &428 + default: &429 value: id: 1 account: @@ -27295,7 +27303,7 @@ paths: - closed - all default: open - - *206 + - *207 - name: type description: Can be the name of an issue type. in: query @@ -27326,7 +27334,7 @@ paths: type: array items: *121 examples: - default: *207 + default: *208 headers: Link: *6 '404': *26 @@ -27384,7 +27392,7 @@ paths: type: array items: *19 examples: - default: &212 + default: &213 value: - login: octocat id: 1 @@ -27486,7 +27494,7 @@ paths: description: Response content: application/json: - schema: &208 + schema: &209 title: Org Membership description: Org Membership type: object @@ -27538,7 +27546,7 @@ paths: - organization - user examples: - response-if-user-has-an-active-admin-membership-with-organization: &209 + response-if-user-has-an-active-admin-membership-with-organization: &210 summary: Response if user has an active admin membership with organization value: url: https://api.github.com/orgs/octocat/memberships/defunkt @@ -27634,9 +27642,9 @@ paths: description: Response content: application/json: - schema: *208 + schema: *209 examples: - response-if-user-already-had-membership-with-organization: *209 + response-if-user-already-had-membership-with-organization: *210 '422': *35 '403': *43 x-github: @@ -27704,7 +27712,7 @@ paths: application/json: schema: type: array - items: &210 + items: &211 title: Migration description: A migration. type: object @@ -28036,7 +28044,7 @@ paths: description: Response content: application/json: - schema: *210 + schema: *211 examples: default: value: @@ -28215,7 +28223,7 @@ paths: url: https://docs.github.com/enterprise-server@3.12/rest/migrations/orgs#get-an-organization-migration-status parameters: - *135 - - &211 + - &212 name: migration_id description: The unique identifier of the migration. in: path @@ -28242,7 +28250,7 @@ paths: * `failed`, which means the migration failed. content: application/json: - schema: *210 + schema: *211 examples: default: value: @@ -28412,7 +28420,7 @@ paths: url: https://docs.github.com/enterprise-server@3.12/rest/migrations/orgs#download-an-organization-migration-archive parameters: - *135 - - *211 + - *212 responses: '302': description: Response @@ -28434,7 +28442,7 @@ paths: url: https://docs.github.com/enterprise-server@3.12/rest/migrations/orgs#delete-an-organization-migration-archive parameters: - *135 - - *211 + - *212 responses: '204': description: Response @@ -28458,7 +28466,7 @@ paths: url: https://docs.github.com/enterprise-server@3.12/rest/migrations/orgs#unlock-an-organization-repository parameters: - *135 - - *211 + - *212 - name: repo_name description: repo_name parameter in: path @@ -28486,7 +28494,7 @@ paths: url: https://docs.github.com/enterprise-server@3.12/rest/migrations/orgs#list-repositories-in-an-organization-migration parameters: - *135 - - *211 + - *212 - *4 - *5 responses: @@ -28498,7 +28506,7 @@ paths: type: array items: *153 examples: - default: &220 + default: &221 value: - id: 1296269 node_id: MDEwOlJlcG9zaXRvcnkxMjk2MjY5 @@ -28649,7 +28657,7 @@ paths: type: array items: *19 examples: - default: *212 + default: *213 headers: Link: *6 x-github: @@ -28791,7 +28799,7 @@ paths: - nuget - container - *135 - - &584 + - &585 name: visibility description: |- The selected visibility of the packages. This parameter is optional and only filters an existing result set. @@ -28827,12 +28835,12 @@ paths: application/json: schema: type: array - items: *213 + items: *214 examples: - default: *214 + default: *215 '403': *43 '401': *41 - '400': &586 + '400': &587 description: The value of `per_page` multiplied by `page` cannot be greater than 10000. x-github: @@ -28854,7 +28862,7 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-server@3.12/rest/packages/packages#get-a-package-for-an-organization parameters: - - &215 + - &216 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 @@ -28872,7 +28880,7 @@ paths: - docker - nuget - container - - &216 + - &217 name: package_name description: The name of the package. in: path @@ -28885,7 +28893,7 @@ paths: description: Response content: application/json: - schema: *213 + schema: *214 examples: default: value: @@ -28937,8 +28945,8 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-server@3.12/rest/packages/packages#delete-a-package-for-an-organization parameters: - - *215 - *216 + - *217 - *135 responses: '204': @@ -28971,8 +28979,8 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-server@3.12/rest/packages/packages#restore-a-package-for-an-organization parameters: - - *215 - *216 + - *217 - *135 - name: token description: package token @@ -29005,8 +29013,8 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-server@3.12/rest/packages/packages#list-package-versions-for-a-package-owned-by-an-organization parameters: - - *215 - *216 + - *217 - *135 - *5 - *4 @@ -29027,7 +29035,7 @@ paths: application/json: schema: type: array - items: &217 + items: &218 title: Package Version description: A version of a software package type: object @@ -29152,10 +29160,10 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-server@3.12/rest/packages/packages#get-a-package-version-for-an-organization parameters: - - *215 - *216 + - *217 - *135 - - &218 + - &219 name: package_version_id description: Unique identifier of the package version. in: path @@ -29167,7 +29175,7 @@ paths: description: Response content: application/json: - schema: *217 + schema: *218 examples: default: value: @@ -29203,10 +29211,10 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-server@3.12/rest/packages/packages#delete-package-version-for-an-organization parameters: - - *215 - *216 + - *217 - *135 - - *218 + - *219 responses: '204': description: Response @@ -29238,10 +29246,10 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-server@3.12/rest/packages/packages#restore-package-version-for-an-organization parameters: - - *215 - *216 + - *217 - *135 - - *218 + - *219 responses: '204': description: Response @@ -29271,7 +29279,7 @@ paths: - *135 - *4 - *5 - - &221 + - &222 name: sort description: The property by which to sort the results. in: query @@ -29282,7 +29290,7 @@ paths: - created_at default: created_at - *9 - - &222 + - &223 name: owner description: A list of owner usernames to use to filter the results. in: query @@ -29293,7 +29301,7 @@ paths: items: type: string example: owner[]=octocat1,owner[]=octocat2 - - &223 + - &224 name: repository description: The name of the repository to use to filter the results. in: query @@ -29301,7 +29309,7 @@ paths: schema: type: string example: Hello-World - - &224 + - &225 name: permission description: The permission to use to filter the results. in: query @@ -29309,7 +29317,7 @@ paths: schema: type: string example: issues_read - - &225 + - &226 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) @@ -29319,7 +29327,7 @@ paths: schema: type: string format: date-time - - &226 + - &227 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) @@ -29329,7 +29337,7 @@ paths: schema: type: string format: date-time - - &227 + - &228 name: token_id description: The ID of the token in: query @@ -29341,7 +29349,7 @@ paths: type: string example: token_id[]=1,token_id[]=2 responses: - '500': &219 + '500': &220 description: Internal Error content: application/json: @@ -29538,7 +29546,7 @@ paths: action: deny reason: Access is too broad. responses: - '500': *219 + '500': *220 '422': *35 '404': *26 '403': *43 @@ -29599,11 +29607,11 @@ paths: action: deny reason: This request is denied because the access is too broad. responses: - '500': *219 + '500': *220 '422': *35 '404': *26 '403': *43 - '204': &228 + '204': &229 description: A header with no content is returned. x-github: githubCloudOnly: false @@ -29636,7 +29644,7 @@ paths: - *4 - *5 responses: - '500': *219 + '500': *220 '404': *26 '403': *43 '200': @@ -29647,7 +29655,7 @@ paths: type: array items: *153 examples: - default: *220 + default: *221 headers: Link: *6 x-github: @@ -29673,16 +29681,16 @@ paths: - *135 - *4 - *5 - - *221 - - *9 - *222 + - *9 - *223 - *224 - *225 - *226 - *227 + - *228 responses: - '500': *219 + '500': *220 '422': *35 '404': *26 '403': *43 @@ -29864,7 +29872,7 @@ paths: - 1296269 - 1296280 responses: - '500': *219 + '500': *220 '404': *26 '202': *141 '403': *43 @@ -29917,9 +29925,9 @@ paths: value: action: revoke responses: - '500': *219 + '500': *220 '404': *26 - '204': *228 + '204': *229 '403': *43 '422': *35 x-github: @@ -29951,7 +29959,7 @@ paths: - *4 - *5 responses: - '500': *219 + '500': *220 '404': *26 '403': *43 '200': @@ -29962,7 +29970,7 @@ paths: type: array items: *153 examples: - default: *220 + default: *221 headers: Link: *6 x-github: @@ -30006,7 +30014,7 @@ paths: application/json: schema: type: array - items: &229 + items: &230 type: object properties: id: @@ -30050,9 +30058,9 @@ paths: description: Response content: application/json: - schema: *229 + schema: *230 examples: - default: &230 + default: &231 value: id: 42 name: Check Commits @@ -30082,7 +30090,7 @@ paths: description: Response content: application/json: - schema: *229 + schema: *230 examples: default: value: @@ -30131,9 +30139,9 @@ paths: description: Response content: application/json: - schema: *229 + schema: *230 examples: - default: *230 + default: *231 x-github: githubCloudOnly: false enabledForGitHubApps: true @@ -30174,7 +30182,7 @@ paths: application/json: schema: type: array - items: &231 + items: &232 title: Project description: Projects are a way to organize columns and cards of work. @@ -30344,7 +30352,7 @@ paths: description: Response content: application/json: - schema: *231 + schema: *232 examples: default: value: @@ -30382,7 +30390,7 @@ paths: '401': *41 '403': *43 '404': *26 - '410': *232 + '410': *233 '422': *27 x-github: githubCloudOnly: false @@ -30413,7 +30421,7 @@ paths: type: array items: *19 examples: - default: *212 + default: *213 headers: Link: *6 x-github: @@ -30554,7 +30562,7 @@ paths: type: array items: *153 examples: - default: *220 + default: *221 headers: Link: *6 x-github: @@ -30763,7 +30771,7 @@ paths: description: Response content: application/json: - schema: &288 + schema: &289 title: Full Repository description: Full Repository type: object @@ -31040,8 +31048,8 @@ paths: title: Repository description: A repository on GitHub. type: object - properties: *233 - required: *234 + properties: *234 + required: *235 nullable: true temp_clone_token: type: string @@ -31177,7 +31185,7 @@ paths: - key - name - html_url - security_and_analysis: *235 + security_and_analysis: *236 custom_properties: type: object description: The custom properties that were defined for the repository. @@ -31261,7 +31269,7 @@ paths: - network_count - subscribers_count examples: - default: &290 + default: &291 value: id: 1296269 node_id: MDEwOlJlcG9zaXRvcnkxMjk2MjY5 @@ -31833,7 +31841,7 @@ paths: - *135 - *4 - *5 - - &513 + - &514 name: targets description: | A comma-separated list of rule targets to filter by. @@ -31851,7 +31859,7 @@ paths: application/json: schema: type: array - items: &241 + items: &242 title: Repository ruleset type: object description: A set of rules to apply when specified conditions are @@ -31883,7 +31891,7 @@ paths: source: type: string description: The name of the source - enforcement: &237 + enforcement: &238 type: string description: The enforcement level of the ruleset. `evaluate` allows admins to test rules before enforcing them. Admins @@ -31896,7 +31904,7 @@ paths: bypass_actors: type: array description: The actors that can bypass the rules in this ruleset - items: &238 + items: &239 title: Repository Ruleset Bypass Actor type: object description: An actor that can bypass rules in a ruleset @@ -31960,7 +31968,7 @@ paths: conditions: nullable: true anyOf: - - &236 + - &237 title: Repository ruleset conditions for ref names type: object description: Parameters for a repository ruleset ref name @@ -31984,7 +31992,7 @@ paths: match. items: type: string - - &239 + - &240 title: Organization ruleset conditions type: object description: |- @@ -31998,7 +32006,7 @@ paths: description: Conditions to target repositories by name and refs by name allOf: - - *236 + - *237 - title: Repository ruleset conditions for repository names type: object description: Parameters for a repository name condition @@ -32032,7 +32040,7 @@ paths: description: Conditions to target repositories by id and refs by name allOf: - - *236 + - *237 - title: Repository ruleset conditions for repository IDs type: object description: Parameters for a repository ID condition @@ -32051,12 +32059,12 @@ paths: - repository_id rules: type: array - items: &240 + items: &241 title: Repository Rule type: object description: A repository rule. oneOf: - - &497 + - &498 title: creation description: Only allow users with bypass permission to create matching refs. @@ -32068,7 +32076,7 @@ paths: type: string enum: - creation - - &498 + - &499 title: update description: Only allow users with bypass permission to update matching refs. @@ -32089,7 +32097,7 @@ paths: repository required: - update_allows_fetch_and_merge - - &500 + - &501 title: deletion description: Only allow users with bypass permissions to delete matching refs. @@ -32101,7 +32109,7 @@ paths: type: string enum: - deletion - - &501 + - &502 title: required_linear_history description: Prevent merge commits from being pushed to matching refs. @@ -32113,7 +32121,7 @@ paths: type: string enum: - required_linear_history - - &502 + - &503 title: required_deployments description: Choose which environments must be successfully deployed to before refs can be pushed into a ref that @@ -32137,7 +32145,7 @@ paths: type: string required: - required_deployment_environments - - &503 + - &504 title: required_signatures description: Commits pushed to matching refs must have verified signatures. @@ -32149,7 +32157,7 @@ paths: type: string enum: - required_signatures - - &504 + - &505 title: pull_request description: Require all commits be made to a non-target branch and submitted via a pull request before they can @@ -32200,7 +32208,7 @@ paths: - require_last_push_approval - required_approving_review_count - required_review_thread_resolution - - &505 + - &506 title: required_status_checks description: Choose which status checks must pass before the ref is updated. When enabled, commits must first be @@ -32248,7 +32256,7 @@ paths: required: - required_status_checks - strict_required_status_checks_policy - - &506 + - &507 title: non_fast_forward description: Prevent users with push access from force pushing to refs. @@ -32260,7 +32268,7 @@ paths: type: string enum: - non_fast_forward - - &507 + - &508 title: commit_message_pattern description: Parameters to be used for the commit_message_pattern rule @@ -32296,7 +32304,7 @@ paths: required: - operator - pattern - - &508 + - &509 title: commit_author_email_pattern description: Parameters to be used for the commit_author_email_pattern rule @@ -32332,7 +32340,7 @@ paths: required: - operator - pattern - - &509 + - &510 title: committer_email_pattern description: Parameters to be used for the committer_email_pattern rule @@ -32368,7 +32376,7 @@ paths: required: - operator - pattern - - &510 + - &511 title: branch_name_pattern description: Parameters to be used for the branch_name_pattern rule @@ -32404,7 +32412,7 @@ paths: required: - operator - pattern - - &511 + - &512 title: tag_name_pattern description: Parameters to be used for the tag_name_pattern rule @@ -32440,7 +32448,7 @@ paths: required: - operator - pattern - - &512 + - &513 title: workflows description: Require all changes made to a targeted branch to pass the specified workflows before they can be merged. @@ -32526,7 +32534,7 @@ paths: created_at: '2023-08-15T08:43:03Z' updated_at: '2023-09-23T16:29:47Z' '404': *26 - '500': *219 + '500': *220 post: summary: Create an organization repository ruleset description: Create a repository ruleset for an organization. @@ -32561,16 +32569,16 @@ paths: - branch - tag default: branch - enforcement: *237 + enforcement: *238 bypass_actors: type: array description: The actors that can bypass the rules in this ruleset - items: *238 - conditions: *239 + items: *239 + conditions: *240 rules: type: array description: An array of rules within the ruleset. - items: *240 + items: *241 source_type: type: string description: The type of the source of the ruleset @@ -32614,9 +32622,9 @@ paths: description: Response content: application/json: - schema: *241 + schema: *242 examples: - default: &242 + default: &243 value: id: 21 name: super cool ruleset @@ -32656,7 +32664,7 @@ paths: created_at: '2023-08-15T08:43:03Z' updated_at: '2023-09-23T16:29:47Z' '404': *26 - '500': *219 + '500': *220 "/orgs/{org}/rulesets/rule-suites": get: summary: List organization rule suites @@ -32671,7 +32679,7 @@ paths: url: https://docs.github.com/enterprise-server@3.12/rest/orgs/rule-suites#list-organization-rule-suites parameters: - *135 - - &514 + - &515 name: ref description: The name of the ref. Cannot contain wildcard characters. When specified, only rule evaluations triggered for this ref will be returned. @@ -32684,7 +32692,7 @@ paths: in: query schema: type: string - - &515 + - &516 name: time_period description: |- The time period to filter by. @@ -32700,14 +32708,14 @@ paths: - week - month default: day - - &516 + - &517 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 - - &517 + - &518 name: rule_suite_result description: The rule results to filter on. When specified, only suites with this result will be returned. @@ -32727,7 +32735,7 @@ paths: description: Response content: application/json: - schema: &518 + schema: &519 title: Rule Suites description: Response type: array @@ -32781,7 +32789,7 @@ paths: whether rules would pass or fail if all rules in the rule suite were `active`. examples: - default: &519 + default: &520 value: - id: 21 actor_id: 12 @@ -32805,7 +32813,7 @@ paths: result: pass evaluation_result: fail '404': *26 - '500': *219 + '500': *220 x-github: githubCloudOnly: false enabledForGitHubApps: true @@ -32825,7 +32833,7 @@ paths: url: https://docs.github.com/enterprise-server@3.12/rest/orgs/rule-suites#get-an-organization-rule-suite parameters: - *135 - - &520 + - &521 name: rule_suite_id description: |- The unique identifier of the rule suite result. @@ -32841,7 +32849,7 @@ paths: description: Response content: application/json: - schema: &521 + schema: &522 title: Rule Suite description: Response type: object @@ -32939,7 +32947,7 @@ paths: description: The detailed failure message for the rule. Null if the rule passed. examples: - default: &522 + default: &523 value: id: 21 actor_id: 12 @@ -32974,7 +32982,7 @@ paths: result: fail rule_type: commit_message_pattern '404': *26 - '500': *219 + '500': *220 x-github: githubCloudOnly: false enabledForGitHubApps: true @@ -33012,11 +33020,11 @@ paths: description: Response content: application/json: - schema: *241 + schema: *242 examples: - default: *242 + default: *243 '404': *26 - '500': *219 + '500': *220 put: summary: Update an organization repository ruleset description: Update a ruleset for an organization. @@ -33056,16 +33064,16 @@ paths: enum: - branch - tag - enforcement: *237 + enforcement: *238 bypass_actors: type: array description: The actors that can bypass the rules in this ruleset - items: *238 - conditions: *239 + items: *239 + conditions: *240 rules: description: An array of rules within the ruleset. type: array - items: *240 + items: *241 examples: default: value: @@ -33100,11 +33108,11 @@ paths: description: Response content: application/json: - schema: *241 + schema: *242 examples: - default: *242 + default: *243 '404': *26 - '500': *219 + '500': *220 delete: summary: Delete an organization repository ruleset description: Delete a ruleset for an organization. @@ -33131,7 +33139,7 @@ paths: '204': description: Response '404': *26 - '500': *219 + '500': *220 "/orgs/{org}/secret-scanning/alerts": get: summary: List secret scanning alerts for an organization @@ -33149,14 +33157,14 @@ paths: url: https://docs.github.com/enterprise-server@3.12/rest/secret-scanning/secret-scanning#list-secret-scanning-alerts-for-an-organization parameters: - *135 - - *243 - *244 - *245 - *246 + - *247 - *9 - *5 - *4 - - &524 + - &525 name: before description: A cursor, as given in the [Link header](https://docs.github.com/enterprise-server@3.12/rest/guides/using-pagination-in-the-rest-api#using-link-headers). If specified, the query only searches for events before this cursor. To @@ -33166,7 +33174,7 @@ paths: required: false schema: type: string - - &525 + - &526 name: after description: A cursor, as given in the [Link header](https://docs.github.com/enterprise-server@3.12/rest/guides/using-pagination-in-the-rest-api#using-link-headers). If specified, the query only searches for events after this cursor. To @@ -33176,7 +33184,7 @@ paths: required: false schema: type: string - - *247 + - *248 responses: '200': description: Response @@ -33184,9 +33192,9 @@ paths: application/json: schema: type: array - items: *248 + items: *249 examples: - default: *249 + default: *250 headers: Link: *6 '404': *26 @@ -33220,12 +33228,12 @@ paths: application/json: schema: type: array - items: &474 + items: &475 title: Team Simple description: Groups of organization members that gives permissions on specified repositories. type: object - properties: &255 + properties: &256 id: description: Unique identifier of the team type: integer @@ -33278,7 +33286,7 @@ paths: LDAP environment example: uid=example,ou=users,dc=github,dc=com type: string - required: &256 + required: &257 - id - node_id - url @@ -33290,7 +33298,7 @@ paths: - repositories_url - slug examples: - default: &257 + default: &258 value: - id: 1 node_id: MDQ6VGVhbTE= @@ -33328,7 +33336,7 @@ paths: url: https://docs.github.com/enterprise-server@3.12/rest/orgs/security-managers#add-a-security-manager-team parameters: - *135 - - &250 + - &251 name: team_slug description: The slug of the team name. in: path @@ -33363,7 +33371,7 @@ paths: url: https://docs.github.com/enterprise-server@3.12/rest/orgs/security-managers#remove-a-security-manager-team parameters: - *135 - - *250 + - *251 responses: '204': description: Response @@ -33392,7 +33400,7 @@ paths: url: https://docs.github.com/enterprise-server@3.12/rest/billing/billing#get-github-advanced-security-active-committers-for-an-organization parameters: - *135 - - *251 + - *252 - *4 - *5 responses: @@ -33400,10 +33408,10 @@ paths: description: Success content: application/json: - schema: *252 + schema: *253 examples: - default: *253 - '403': *254 + default: *254 + '403': *255 x-github: githubCloudOnly: true enabledForGitHubApps: true @@ -33431,7 +33439,7 @@ paths: application/json: schema: type: array - items: &279 + items: &280 title: Team description: Groups of organization members that gives permissions on specified repositories. @@ -33490,8 +33498,8 @@ paths: description: Groups of organization members that gives permissions on specified repositories. type: object - properties: *255 - required: *256 + properties: *256 + required: *257 nullable: true required: - id @@ -33506,7 +33514,7 @@ paths: - slug - parent examples: - default: *257 + default: *258 headers: Link: *6 '403': *43 @@ -33608,7 +33616,7 @@ paths: description: Response content: application/json: - schema: &258 + schema: &259 title: Full Team description: Groups of organization members that gives permissions on specified repositories. @@ -33671,8 +33679,8 @@ paths: description: Groups of organization members that gives permissions on specified repositories. type: object - properties: *255 - required: *256 + properties: *256 + required: *257 nullable: true members_count: type: integer @@ -33918,7 +33926,7 @@ paths: - repos_count - organization examples: - default: &259 + default: &260 value: id: 1 node_id: MDQ6VGVhbTE= @@ -33988,15 +33996,15 @@ paths: url: https://docs.github.com/enterprise-server@3.12/rest/teams/teams#get-a-team-by-name parameters: - *135 - - *250 + - *251 responses: '200': description: Response content: application/json: - schema: *258 + schema: *259 examples: - default: *259 + default: *260 '404': *26 x-github: githubCloudOnly: false @@ -34018,7 +34026,7 @@ paths: url: https://docs.github.com/enterprise-server@3.12/rest/teams/teams#update-a-team parameters: - *135 - - *250 + - *251 requestBody: required: false content: @@ -34080,16 +34088,16 @@ paths: description: Response when the updated information already exists content: application/json: - schema: *258 + schema: *259 examples: - default: *259 + default: *260 '201': description: Response content: application/json: - schema: *258 + schema: *259 examples: - default: *259 + default: *260 '404': *26 '422': *35 '403': *43 @@ -34115,7 +34123,7 @@ paths: url: https://docs.github.com/enterprise-server@3.12/rest/teams/teams#delete-a-team parameters: - *135 - - *250 + - *251 responses: '204': description: Response @@ -34142,7 +34150,7 @@ paths: url: https://docs.github.com/enterprise-server@3.12/rest/teams/discussions#list-discussions parameters: - *135 - - *250 + - *251 - *9 - *4 - *5 @@ -34159,7 +34167,7 @@ paths: application/json: schema: type: array - items: &260 + items: &261 title: Team Discussion description: A team discussion is a persistent record of a free-form conversation within a team. @@ -34258,7 +34266,7 @@ paths: - updated_at - url examples: - default: &564 + default: &565 value: - author: login: octocat @@ -34333,7 +34341,7 @@ paths: url: https://docs.github.com/enterprise-server@3.12/rest/teams/discussions#create-a-discussion parameters: - *135 - - *250 + - *251 requestBody: required: true content: @@ -34367,9 +34375,9 @@ paths: description: Response content: application/json: - schema: *260 + schema: *261 examples: - default: &261 + default: &262 value: author: login: octocat @@ -34442,8 +34450,8 @@ paths: url: https://docs.github.com/enterprise-server@3.12/rest/teams/discussions#get-a-discussion parameters: - *135 - - *250 - - &262 + - *251 + - &263 name: discussion_number description: The number that identifies the discussion. in: path @@ -34455,9 +34463,9 @@ paths: description: Response content: application/json: - schema: *260 + schema: *261 examples: - default: *261 + default: *262 x-github: githubCloudOnly: false enabledForGitHubApps: true @@ -34480,8 +34488,8 @@ paths: url: https://docs.github.com/enterprise-server@3.12/rest/teams/discussions#update-a-discussion parameters: - *135 - - *250 - - *262 + - *251 + - *263 requestBody: required: false content: @@ -34504,9 +34512,9 @@ paths: description: Response content: application/json: - schema: *260 + schema: *261 examples: - default: &565 + default: &566 value: author: login: octocat @@ -34577,8 +34585,8 @@ paths: url: https://docs.github.com/enterprise-server@3.12/rest/teams/discussions#delete-a-discussion parameters: - *135 - - *250 - - *262 + - *251 + - *263 responses: '204': description: Response @@ -34605,8 +34613,8 @@ paths: url: https://docs.github.com/enterprise-server@3.12/rest/teams/discussion-comments#list-discussion-comments parameters: - *135 - - *250 - - *262 + - *251 + - *263 - *9 - *4 - *5 @@ -34617,7 +34625,7 @@ paths: application/json: schema: type: array - items: &263 + items: &264 title: Team Discussion Comment description: A reply to a discussion within a team. type: object @@ -34689,7 +34697,7 @@ paths: - updated_at - url examples: - default: &566 + default: &567 value: - author: login: octocat @@ -34758,8 +34766,8 @@ paths: url: https://docs.github.com/enterprise-server@3.12/rest/teams/discussion-comments#create-a-discussion-comment parameters: - *135 - - *250 - - *262 + - *251 + - *263 requestBody: required: true content: @@ -34781,9 +34789,9 @@ paths: description: Response content: application/json: - schema: *263 + schema: *264 examples: - default: &264 + default: &265 value: author: login: octocat @@ -34850,9 +34858,9 @@ paths: url: https://docs.github.com/enterprise-server@3.12/rest/teams/discussion-comments#get-a-discussion-comment parameters: - *135 - - *250 - - *262 - - &265 + - *251 + - *263 + - &266 name: comment_number description: The number that identifies the comment. in: path @@ -34864,9 +34872,9 @@ paths: description: Response content: application/json: - schema: *263 + schema: *264 examples: - default: *264 + default: *265 x-github: githubCloudOnly: false enabledForGitHubApps: true @@ -34889,9 +34897,9 @@ paths: url: https://docs.github.com/enterprise-server@3.12/rest/teams/discussion-comments#update-a-discussion-comment parameters: - *135 - - *250 - - *262 - - *265 + - *251 + - *263 + - *266 requestBody: required: true content: @@ -34913,9 +34921,9 @@ paths: description: Response content: application/json: - schema: *263 + schema: *264 examples: - default: &567 + default: &568 value: author: login: octocat @@ -34980,9 +34988,9 @@ paths: url: https://docs.github.com/enterprise-server@3.12/rest/teams/discussion-comments#delete-a-discussion-comment parameters: - *135 - - *250 - - *262 - - *265 + - *251 + - *263 + - *266 responses: '204': description: Response @@ -35009,9 +35017,9 @@ paths: url: https://docs.github.com/enterprise-server@3.12/rest/reactions/reactions#list-reactions-for-a-team-discussion-comment parameters: - *135 - - *250 - - *262 - - *265 + - *251 + - *263 + - *266 - name: content description: Returns a single [reaction type](https://docs.github.com/enterprise-server@3.12/rest/reactions/reactions#about-reactions). Omit this parameter to list all reactions to a team discussion comment. @@ -35037,7 +35045,7 @@ paths: application/json: schema: type: array - items: &266 + items: &267 title: Reaction description: Reactions to conversations provide a way to help people express their feelings more simply and effectively. @@ -35080,7 +35088,7 @@ paths: - content - created_at examples: - default: &268 + default: &269 value: - id: 1 node_id: MDg6UmVhY3Rpb24x @@ -35131,9 +35139,9 @@ paths: url: https://docs.github.com/enterprise-server@3.12/rest/reactions/reactions#create-reaction-for-a-team-discussion-comment parameters: - *135 - - *250 - - *262 - - *265 + - *251 + - *263 + - *266 requestBody: required: true content: @@ -35166,9 +35174,9 @@ paths: team discussion comment content: application/json: - schema: *266 + schema: *267 examples: - default: &267 + default: &268 value: id: 1 node_id: MDg6UmVhY3Rpb24x @@ -35197,9 +35205,9 @@ paths: description: Response content: application/json: - schema: *266 + schema: *267 examples: - default: *267 + default: *268 x-github: githubCloudOnly: false enabledForGitHubApps: true @@ -35223,10 +35231,10 @@ paths: url: https://docs.github.com/enterprise-server@3.12/rest/reactions/reactions#delete-team-discussion-comment-reaction parameters: - *135 - - *250 - - *262 - - *265 - - &269 + - *251 + - *263 + - *266 + - &270 name: reaction_id description: The unique identifier of the reaction. in: path @@ -35259,8 +35267,8 @@ paths: url: https://docs.github.com/enterprise-server@3.12/rest/reactions/reactions#list-reactions-for-a-team-discussion parameters: - *135 - - *250 - - *262 + - *251 + - *263 - name: content description: Returns a single [reaction type](https://docs.github.com/enterprise-server@3.12/rest/reactions/reactions#about-reactions). Omit this parameter to list all reactions to a team discussion. @@ -35286,9 +35294,9 @@ paths: application/json: schema: type: array - items: *266 + items: *267 examples: - default: *268 + default: *269 headers: Link: *6 x-github: @@ -35315,8 +35323,8 @@ paths: url: https://docs.github.com/enterprise-server@3.12/rest/reactions/reactions#create-reaction-for-a-team-discussion parameters: - *135 - - *250 - - *262 + - *251 + - *263 requestBody: required: true content: @@ -35348,16 +35356,16 @@ paths: description: Response content: application/json: - schema: *266 + schema: *267 examples: - default: *267 + default: *268 '201': description: Response content: application/json: - schema: *266 + schema: *267 examples: - default: *267 + default: *268 x-github: githubCloudOnly: false enabledForGitHubApps: false @@ -35381,9 +35389,9 @@ paths: url: https://docs.github.com/enterprise-server@3.12/rest/reactions/reactions#delete-team-discussion-reaction parameters: - *135 - - *250 - - *262 - - *269 + - *251 + - *263 + - *270 responses: '204': description: Response @@ -35407,15 +35415,15 @@ paths: url: https://docs.github.com/enterprise-server@3.12/rest/teams/external-groups#list-a-connection-between-an-external-group-and-a-team parameters: - *135 - - *250 + - *251 responses: '200': description: Response content: application/json: - schema: *270 + schema: *271 examples: - default: *271 + default: *272 x-github: githubCloudOnly: true enabledForGitHubApps: true @@ -35435,7 +35443,7 @@ paths: url: https://docs.github.com/enterprise-server@3.12/rest/teams/external-groups#update-the-connection-between-an-external-group-and-a-team parameters: - *135 - - *250 + - *251 requestBody: required: true content: @@ -35458,9 +35466,9 @@ paths: description: Response content: application/json: - schema: *272 + schema: *273 examples: - default: *273 + default: *274 x-github: githubCloudOnly: true enabledForGitHubApps: false @@ -35480,7 +35488,7 @@ paths: url: https://docs.github.com/enterprise-server@3.12/rest/teams/external-groups#remove-the-connection-between-an-external-group-and-a-team parameters: - *135 - - *250 + - *251 responses: '204': description: Response @@ -35504,7 +35512,7 @@ paths: url: https://docs.github.com/enterprise-server@3.12/rest/teams/members#list-team-members parameters: - *135 - - *250 + - *251 - name: role description: Filters members returned by their role in the team. in: query @@ -35527,7 +35535,7 @@ paths: type: array items: *19 examples: - default: *212 + default: *213 headers: Link: *6 x-github: @@ -35558,14 +35566,14 @@ paths: url: https://docs.github.com/enterprise-server@3.12/rest/teams/members#get-team-membership-for-a-user parameters: - *135 - - *250 + - *251 - *8 responses: '200': description: Response content: application/json: - schema: &274 + schema: &275 title: Team Membership description: Team Membership type: object @@ -35592,7 +35600,7 @@ paths: - state - url examples: - response-if-user-is-a-team-maintainer: &568 + response-if-user-is-a-team-maintainer: &569 summary: Response if user is a team maintainer value: url: https://api.github.com/teams/1/memberships/octocat @@ -35629,7 +35637,7 @@ paths: url: https://docs.github.com/enterprise-server@3.12/rest/teams/members#add-or-update-team-membership-for-a-user parameters: - *135 - - *250 + - *251 - *8 requestBody: required: false @@ -35655,9 +35663,9 @@ paths: description: Response content: application/json: - schema: *274 + schema: *275 examples: - response-if-users-membership-with-team-is-now-pending: &569 + response-if-users-membership-with-team-is-now-pending: &570 summary: Response if user's membership with team is now pending value: url: https://api.github.com/teams/1/memberships/octocat @@ -35693,7 +35701,7 @@ paths: url: https://docs.github.com/enterprise-server@3.12/rest/teams/members#remove-team-membership-for-a-user parameters: - *135 - - *250 + - *251 - *8 responses: '204': @@ -35721,7 +35729,7 @@ paths: url: https://docs.github.com/enterprise-server@3.12/rest/teams/teams#list-team-projects parameters: - *135 - - *250 + - *251 - *4 - *5 responses: @@ -35731,7 +35739,7 @@ paths: application/json: schema: type: array - items: &275 + items: &276 title: Team Project description: A team's access to a project. type: object @@ -35799,7 +35807,7 @@ paths: - updated_at - permissions examples: - default: &570 + default: &571 value: - owner_url: https://api.github.com/orgs/octocat url: https://api.github.com/projects/1002605 @@ -35861,8 +35869,8 @@ paths: url: https://docs.github.com/enterprise-server@3.12/rest/teams/teams#check-team-permissions-for-a-project parameters: - *135 - - *250 - - &276 + - *251 + - &277 name: project_id description: The unique identifier of the project. in: path @@ -35874,9 +35882,9 @@ paths: description: Response content: application/json: - schema: *275 + schema: *276 examples: - default: &571 + default: &572 value: owner_url: https://api.github.com/orgs/octocat url: https://api.github.com/projects/1002605 @@ -35937,8 +35945,8 @@ paths: url: https://docs.github.com/enterprise-server@3.12/rest/teams/teams#add-or-update-team-project-permissions parameters: - *135 - - *250 - - *276 + - *251 + - *277 requestBody: required: false content: @@ -36003,8 +36011,8 @@ paths: url: https://docs.github.com/enterprise-server@3.12/rest/teams/teams#remove-a-project-from-a-team parameters: - *135 - - *250 - - *276 + - *251 + - *277 responses: '204': description: Response @@ -36029,7 +36037,7 @@ paths: url: https://docs.github.com/enterprise-server@3.12/rest/teams/teams#list-team-repositories parameters: - *135 - - *250 + - *251 - *4 - *5 responses: @@ -36041,7 +36049,7 @@ paths: type: array items: *153 examples: - default: *220 + default: *221 headers: Link: *6 x-github: @@ -36071,15 +36079,15 @@ paths: url: https://docs.github.com/enterprise-server@3.12/rest/teams/teams#check-team-permissions-for-a-repository parameters: - *135 - - *250 - - *277 + - *251 - *278 + - *279 responses: '200': description: Alternative response with repository permissions content: application/json: - schema: &572 + schema: &573 title: Team Repository description: A team's access to a repository. type: object @@ -36649,9 +36657,9 @@ paths: url: https://docs.github.com/enterprise-server@3.12/rest/teams/teams#add-or-update-team-repository-permissions parameters: - *135 - - *250 - - *277 + - *251 - *278 + - *279 requestBody: required: false content: @@ -36697,9 +36705,9 @@ paths: url: https://docs.github.com/enterprise-server@3.12/rest/teams/teams#remove-a-repository-from-a-team parameters: - *135 - - *250 - - *277 + - *251 - *278 + - *279 responses: '204': description: Response @@ -36724,7 +36732,7 @@ paths: url: https://docs.github.com/enterprise-server@3.12/rest/teams/teams#list-child-teams parameters: - *135 - - *250 + - *251 - *4 - *5 responses: @@ -36734,9 +36742,9 @@ paths: application/json: schema: type: array - items: *279 + items: *280 examples: - response-if-child-teams-exist: &573 + response-if-child-teams-exist: &574 value: - id: 2 node_id: MDQ6VGVhbTI= @@ -36854,7 +36862,7 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-server@3.12/rest/projects/cards#get-a-project-card parameters: - - &280 + - &281 name: card_id description: The unique identifier of the card. in: path @@ -36866,7 +36874,7 @@ paths: description: Response content: application/json: - schema: &281 + schema: &282 title: Project Card description: Project cards represent a scope of work. type: object @@ -36933,7 +36941,7 @@ paths: - created_at - updated_at examples: - default: &282 + default: &283 value: url: https://api.github.com/projects/columns/cards/1478 id: 1478 @@ -36983,7 +36991,7 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-server@3.12/rest/projects/cards#update-an-existing-project-card parameters: - - *280 + - *281 requestBody: required: false content: @@ -37010,9 +37018,9 @@ paths: description: Response content: application/json: - schema: *281 + schema: *282 examples: - default: *282 + default: *283 '304': *42 '403': *43 '401': *41 @@ -37033,7 +37041,7 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-server@3.12/rest/projects/cards#delete-a-project-card parameters: - - *280 + - *281 responses: '204': description: Response @@ -37071,7 +37079,7 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-server@3.12/rest/projects/cards#move-a-project-card parameters: - - *280 + - *281 requestBody: required: true content: @@ -37176,7 +37184,7 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-server@3.12/rest/projects/columns#get-a-project-column parameters: - - &283 + - &284 name: column_id description: The unique identifier of the column. in: path @@ -37188,7 +37196,7 @@ paths: description: Response content: application/json: - schema: &284 + schema: &285 title: Project Column description: Project columns contain cards of work. type: object @@ -37234,7 +37242,7 @@ paths: - created_at - updated_at examples: - default: &285 + default: &286 value: url: https://api.github.com/projects/columns/367 project_url: https://api.github.com/projects/120 @@ -37263,7 +37271,7 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-server@3.12/rest/projects/columns#update-an-existing-project-column parameters: - - *283 + - *284 requestBody: required: true content: @@ -37287,9 +37295,9 @@ paths: description: Response content: application/json: - schema: *284 + schema: *285 examples: - default: *285 + default: *286 '304': *42 '403': *43 '401': *41 @@ -37308,7 +37316,7 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-server@3.12/rest/projects/columns#delete-a-project-column parameters: - - *283 + - *284 responses: '204': description: Response @@ -37331,7 +37339,7 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-server@3.12/rest/projects/cards#list-project-cards parameters: - - *283 + - *284 - name: archived_state description: Filters the project cards that are returned by the card's state. in: query @@ -37352,7 +37360,7 @@ paths: application/json: schema: type: array - items: *281 + items: *282 examples: default: value: @@ -37405,7 +37413,7 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-server@3.12/rest/projects/cards#create-a-project-card parameters: - - *283 + - *284 requestBody: required: true content: @@ -37445,9 +37453,9 @@ paths: description: Response content: application/json: - schema: *281 + schema: *282 examples: - default: *282 + default: *283 '304': *42 '403': *43 '401': *41 @@ -37497,7 +37505,7 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-server@3.12/rest/projects/columns#move-a-project-column parameters: - - *283 + - *284 requestBody: required: true content: @@ -37553,15 +37561,15 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-server@3.12/rest/projects/projects#get-a-project parameters: - - *276 + - *277 responses: '200': description: Response content: application/json: - schema: *231 + schema: *232 examples: - default: &286 + default: &287 value: owner_url: https://api.github.com/repos/api-playground/projects-test url: https://api.github.com/projects/1002604 @@ -37614,7 +37622,7 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-server@3.12/rest/projects/projects#update-a-project parameters: - - *276 + - *277 requestBody: required: false content: @@ -37660,9 +37668,9 @@ paths: description: Response content: application/json: - schema: *231 + schema: *232 examples: - default: *286 + default: *287 '404': description: Not Found if the authenticated user does not have access to the project @@ -37683,7 +37691,7 @@ paths: items: type: string '401': *41 - '410': *232 + '410': *233 '422': *27 x-github: githubCloudOnly: false @@ -37701,7 +37709,7 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-server@3.12/rest/projects/projects#delete-a-project parameters: - - *276 + - *277 responses: '204': description: Delete Success @@ -37722,7 +37730,7 @@ paths: items: type: string '401': *41 - '410': *232 + '410': *233 '404': *26 x-github: githubCloudOnly: false @@ -37745,7 +37753,7 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-server@3.12/rest/projects/collaborators#list-project-collaborators parameters: - - *276 + - *277 - 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 @@ -37772,7 +37780,7 @@ paths: type: array items: *19 examples: - default: *212 + default: *213 headers: Link: *6 '404': *26 @@ -37797,7 +37805,7 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-server@3.12/rest/projects/collaborators#add-project-collaborator parameters: - - *276 + - *277 - *8 requestBody: required: false @@ -37845,7 +37853,7 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-server@3.12/rest/projects/collaborators#remove-user-as-a-collaborator parameters: - - *276 + - *277 - *8 responses: '204': @@ -37874,7 +37882,7 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-server@3.12/rest/projects/collaborators#get-project-permission-for-a-user parameters: - - *276 + - *277 - *8 responses: '200': @@ -37942,7 +37950,7 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-server@3.12/rest/projects/columns#list-project-columns parameters: - - *276 + - *277 - *4 - *5 responses: @@ -37952,7 +37960,7 @@ paths: application/json: schema: type: array - items: *284 + items: *285 examples: default: value: @@ -37984,7 +37992,7 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-server@3.12/rest/projects/columns#create-a-project-column parameters: - - *276 + - *277 requestBody: required: true content: @@ -38007,7 +38015,7 @@ paths: description: Response content: application/json: - schema: *284 + schema: *285 examples: default: value: @@ -38068,7 +38076,7 @@ paths: resources: type: object properties: - core: &287 + core: &288 title: Rate Limit type: object properties: @@ -38085,19 +38093,19 @@ paths: - remaining - reset - used - graphql: *287 - search: *287 - code_search: *287 - source_import: *287 - integration_manifest: *287 - code_scanning_upload: *287 - actions_runner_registration: *287 - scim: *287 - code_scanning_autofix: *287 + graphql: *288 + search: *288 + code_search: *288 + source_import: *288 + integration_manifest: *288 + code_scanning_upload: *288 + actions_runner_registration: *288 + scim: *288 + code_scanning_autofix: *288 required: - core - search - rate: *287 + rate: *288 required: - rate - resources @@ -38201,14 +38209,14 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-server@3.12/rest/repos/repos#get-a-repository parameters: - - *277 - *278 + - *279 responses: '200': description: Response content: application/json: - schema: *288 + schema: *289 examples: default-response: summary: Default response @@ -38707,7 +38715,7 @@ paths: status: disabled '403': *43 '404': *26 - '301': *289 + '301': *290 x-github: githubCloudOnly: false enabledForGitHubApps: true @@ -38725,8 +38733,8 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-server@3.12/rest/repos/repos#update-a-repository parameters: - - *277 - *278 + - *279 requestBody: required: false content: @@ -38939,10 +38947,10 @@ paths: description: Response content: application/json: - schema: *288 + schema: *289 examples: - default: *290 - '307': &291 + default: *291 + '307': &292 description: Temporary Redirect content: application/json: @@ -38987,8 +38995,8 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-server@3.12/rest/repos/repos#delete-a-repository parameters: - - *277 - *278 + - *279 responses: '204': description: Response @@ -39010,7 +39018,7 @@ paths: value: message: Organization members cannot delete repositories. documentation_url: https://docs.github.com/enterprise-server@3.12/rest/repos/repos#delete-a-repository - '307': *291 + '307': *292 '404': *26 x-github: githubCloudOnly: false @@ -39033,11 +39041,11 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-server@3.12/rest/actions/artifacts#list-artifacts-for-a-repository parameters: - - *277 - *278 + - *279 - *4 - *5 - - &308 + - &309 name: name description: The name field of an artifact. When specified, only artifacts with this name will be returned. @@ -39060,7 +39068,7 @@ paths: type: integer artifacts: type: array - items: &292 + items: &293 title: Artifact description: An artifact type: object @@ -39131,7 +39139,7 @@ paths: - expires_at - updated_at examples: - default: &309 + default: &310 value: total_count: 2 artifacts: @@ -39190,9 +39198,9 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-server@3.12/rest/actions/artifacts#get-an-artifact parameters: - - *277 - *278 - - &293 + - *279 + - &294 name: artifact_id description: The unique identifier of the artifact. in: path @@ -39204,7 +39212,7 @@ paths: description: Response content: application/json: - schema: *292 + schema: *293 examples: default: value: @@ -39241,9 +39249,9 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-server@3.12/rest/actions/artifacts#delete-an-artifact parameters: - - *277 - *278 - - *293 + - *279 + - *294 responses: '204': description: Response @@ -39267,9 +39275,9 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-server@3.12/rest/actions/artifacts#download-an-artifact parameters: - - *277 - *278 - - *293 + - *279 + - *294 - name: archive_format in: path required: true @@ -39283,7 +39291,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': *232 + '410': *233 x-github: githubCloudOnly: false enabledForGitHubApps: true @@ -39306,14 +39314,14 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-server@3.12/rest/actions/cache#get-github-actions-cache-usage-for-a-repository parameters: - - *277 - *278 + - *279 responses: '200': description: Response content: application/json: - schema: *294 + schema: *295 examples: default: value: @@ -39339,14 +39347,14 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-server@3.12/rest/actions/cache#get-github-actions-cache-usage-policy-for-a-repository parameters: - - *277 - *278 + - *279 responses: '200': description: Response content: application/json: - schema: &295 + schema: &296 title: Actions cache usage policy for repository description: GitHub Actions cache usage policy for repository. type: object @@ -39358,7 +39366,7 @@ paths: required: - repo_cache_size_limit_in_gb examples: - default: &296 + default: &297 value: repo_cache_size_limit_in_gb: 14 x-github: @@ -39379,8 +39387,8 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-server@3.12/rest/actions/cache#set-github-actions-cache-usage-policy-for-a-repository parameters: - - *277 - *278 + - *279 responses: '204': description: Response @@ -39388,9 +39396,9 @@ paths: required: true content: application/json: - schema: *295 + schema: *296 examples: - selected_actions: *296 + selected_actions: *297 x-github: githubCloudOnly: false enabledForGitHubApps: true @@ -39410,11 +39418,11 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-server@3.12/rest/actions/cache#list-github-actions-caches-for-a-repository parameters: - - *277 - *278 + - *279 - *4 - *5 - - &297 + - &298 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 @@ -39448,7 +39456,7 @@ paths: description: Response content: application/json: - schema: &298 + schema: &299 title: Repository actions caches description: Repository actions caches type: object @@ -39490,7 +39498,7 @@ paths: - total_count - actions_caches examples: - default: &299 + default: &300 value: total_count: 1 actions_caches: @@ -39522,23 +39530,23 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-server@3.12/rest/actions/cache#delete-github-actions-caches-for-a-repository-using-a-cache-key parameters: - - *277 - *278 + - *279 - name: key description: A key for identifying the cache. in: query required: true schema: type: string - - *297 + - *298 responses: '200': description: Response content: application/json: - schema: *298 + schema: *299 examples: - default: *299 + default: *300 x-github: githubCloudOnly: false enabledForGitHubApps: true @@ -39558,8 +39566,8 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-server@3.12/rest/actions/cache#delete-a-github-actions-cache-for-a-repository-using-a-cache-id parameters: - - *277 - *278 + - *279 - name: cache_id description: The unique identifier of the GitHub Actions cache. in: path @@ -39590,9 +39598,9 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-server@3.12/rest/actions/workflow-jobs#get-a-job-for-a-workflow-run parameters: - - *277 - *278 - - &300 + - *279 + - &301 name: job_id description: The unique identifier of the job. in: path @@ -39604,7 +39612,7 @@ paths: description: Response content: application/json: - schema: &312 + schema: &313 title: Job description: Information of a job execution in a workflow run type: object @@ -39911,9 +39919,9 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-server@3.12/rest/actions/workflow-jobs#download-job-logs-for-a-workflow-run parameters: - - *277 - *278 - - *300 + - *279 + - *301 responses: '302': description: Response @@ -39941,9 +39949,9 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-server@3.12/rest/actions/workflow-runs#re-run-a-job-from-a-workflow-run parameters: - - *277 - *278 - - *300 + - *279 + - *301 requestBody: required: false content: @@ -39988,8 +39996,8 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-server@3.12/rest/actions/oidc#get-the-customization-template-for-an-oidc-subject-claim-for-a-repository parameters: - - *277 - *278 + - *279 responses: '200': description: Status response @@ -40039,8 +40047,8 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-server@3.12/rest/actions/oidc#set-the-customization-template-for-an-oidc-subject-claim-for-a-repository parameters: - - *277 - *278 + - *279 requestBody: required: true content: @@ -40103,8 +40111,8 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-server@3.12/rest/actions/secrets#list-repository-organization-secrets parameters: - - *277 - *278 + - *279 - *4 - *5 responses: @@ -40122,7 +40130,7 @@ paths: type: integer secrets: type: array - items: &314 + items: &315 title: Actions Secret description: Set secrets for GitHub Actions. type: object @@ -40142,7 +40150,7 @@ paths: - created_at - updated_at examples: - default: &315 + default: &316 value: total_count: 2 secrets: @@ -40175,9 +40183,9 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-server@3.12/rest/actions/variables#list-repository-organization-variables parameters: - - *277 - *278 - - *301 + - *279 + - *302 - *5 responses: '200': @@ -40194,7 +40202,7 @@ paths: type: integer variables: type: array - items: &318 + items: &319 title: Actions Variable type: object properties: @@ -40224,7 +40232,7 @@ paths: - created_at - updated_at examples: - default: &319 + default: &320 value: total_count: 2 variables: @@ -40257,8 +40265,8 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-server@3.12/rest/actions/permissions#get-github-actions-permissions-for-a-repository parameters: - - *277 - *278 + - *279 responses: '200': description: Response @@ -40267,7 +40275,7 @@ paths: schema: type: object properties: - enabled: &302 + enabled: &303 type: boolean description: Whether GitHub Actions is enabled on the repository. allowed_actions: *69 @@ -40300,8 +40308,8 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-server@3.12/rest/actions/permissions#set-github-actions-permissions-for-a-repository parameters: - - *277 - *278 + - *279 responses: '204': description: Response @@ -40312,7 +40320,7 @@ paths: schema: type: object properties: - enabled: *302 + enabled: *303 allowed_actions: *69 required: - enabled @@ -40343,14 +40351,14 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-server@3.12/rest/actions/permissions#get-the-level-of-access-for-workflows-outside-of-the-repository parameters: - - *277 - *278 + - *279 responses: '200': description: Response content: application/json: - schema: &303 + schema: &304 type: object properties: access_level: @@ -40368,7 +40376,7 @@ paths: required: - access_level examples: - default: &304 + default: &305 value: access_level: organization x-github: @@ -40393,15 +40401,15 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-server@3.12/rest/actions/permissions#set-the-level-of-access-for-workflows-outside-of-the-repository parameters: - - *277 - *278 + - *279 requestBody: required: true content: application/json: - schema: *303 + schema: *304 examples: - default: *304 + default: *305 responses: '204': description: Response @@ -40425,8 +40433,8 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-server@3.12/rest/actions/permissions#get-allowed-actions-and-reusable-workflows-for-a-repository parameters: - - *277 - *278 + - *279 responses: '200': description: Response @@ -40457,8 +40465,8 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-server@3.12/rest/actions/permissions#set-allowed-actions-and-reusable-workflows-for-a-repository parameters: - - *277 - *278 + - *279 responses: '204': description: Response @@ -40490,8 +40498,8 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-server@3.12/rest/actions/permissions#get-default-workflow-permissions-for-a-repository parameters: - - *277 - *278 + - *279 responses: '200': description: Response @@ -40520,8 +40528,8 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-server@3.12/rest/actions/permissions#set-default-workflow-permissions-for-a-repository parameters: - - *277 - *278 + - *279 responses: '204': description: Success response @@ -40561,8 +40569,8 @@ paths: in: query schema: type: string - - *277 - *278 + - *279 - *4 - *5 responses: @@ -40606,8 +40614,8 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-server@3.12/rest/actions/self-hosted-runners#list-runner-applications-for-a-repository parameters: - - *277 - *278 + - *279 responses: '200': description: Response @@ -40639,8 +40647,8 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-server@3.12/rest/actions/self-hosted-runners#create-configuration-for-a-just-in-time-runner-for-a-repository parameters: - - *277 - *278 + - *279 requestBody: required: true content: @@ -40714,8 +40722,8 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-server@3.12/rest/actions/self-hosted-runners#create-a-registration-token-for-a-repository parameters: - - *277 - *278 + - *279 responses: '201': description: Response @@ -40751,8 +40759,8 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-server@3.12/rest/actions/self-hosted-runners#create-a-remove-token-for-a-repository parameters: - - *277 - *278 + - *279 responses: '201': description: Response @@ -40782,8 +40790,8 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-server@3.12/rest/actions/self-hosted-runners#get-a-self-hosted-runner-for-a-repository parameters: - - *277 - *278 + - *279 - *81 responses: '200': @@ -40813,8 +40821,8 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-server@3.12/rest/actions/self-hosted-runners#delete-a-self-hosted-runner-from-a-repository parameters: - - *277 - *278 + - *279 - *81 responses: '204': @@ -40840,8 +40848,8 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-server@3.12/rest/actions/self-hosted-runners#list-labels-for-a-self-hosted-runner-for-a-repository parameters: - - *277 - *278 + - *279 - *81 responses: '200': *87 @@ -40866,8 +40874,8 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-server@3.12/rest/actions/self-hosted-runners#add-custom-labels-to-a-self-hosted-runner-for-a-repository parameters: - - *277 - *278 + - *279 - *81 requestBody: required: true @@ -40916,8 +40924,8 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-server@3.12/rest/actions/self-hosted-runners#set-custom-labels-for-a-self-hosted-runner-for-a-repository parameters: - - *277 - *278 + - *279 - *81 requestBody: required: true @@ -40967,8 +40975,8 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-server@3.12/rest/actions/self-hosted-runners#remove-all-custom-labels-from-a-self-hosted-runner-for-a-repository parameters: - - *277 - *278 + - *279 - *81 responses: '200': *160 @@ -40998,8 +41006,8 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-server@3.12/rest/actions/self-hosted-runners#remove-a-custom-label-from-a-self-hosted-runner-for-a-repository parameters: - - *277 - *278 + - *279 - *81 - *161 responses: @@ -41029,9 +41037,9 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-server@3.12/rest/actions/workflow-runs#list-workflow-runs-for-a-repository parameters: - - *277 - *278 - - &322 + - *279 + - &323 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. @@ -41039,7 +41047,7 @@ paths: required: false schema: type: string - - &323 + - &324 name: branch description: Returns workflow runs associated with a branch. Use the name of the branch of the `push`. @@ -41047,7 +41055,7 @@ paths: required: false schema: type: string - - &324 + - &325 name: event description: Returns workflow run triggered by the event you specify. For example, `push`, `pull_request` or `issue`. For more information, see "[Events @@ -41056,7 +41064,7 @@ paths: required: false schema: type: string - - &325 + - &326 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 @@ -41083,7 +41091,7 @@ paths: - pending - *4 - *5 - - &326 + - &327 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-server@3.12/search-github/getting-started-with-searching-on-github/understanding-the-search-syntax#query-for-dates)." @@ -41092,7 +41100,7 @@ paths: schema: type: string format: date-time - - &305 + - &306 name: exclude_pull_requests description: If `true` pull requests are omitted from the response (empty array). @@ -41101,13 +41109,13 @@ paths: schema: type: boolean default: false - - &327 + - &328 name: check_suite_id description: Returns workflow runs with the `check_suite_id` that you specify. in: query schema: type: integer - - &328 + - &329 name: head_sha description: Only returns workflow runs that are associated with the specified `head_sha`. @@ -41130,7 +41138,7 @@ paths: type: integer workflow_runs: type: array - items: &306 + items: &307 title: Workflow Run description: An invocation of a workflow type: object @@ -41225,7 +41233,7 @@ paths: that triggered the run. type: array nullable: true - items: &346 + items: &347 title: Pull Request Minimal type: object properties: @@ -41344,7 +41352,7 @@ paths: title: Simple Commit description: A commit. type: object - properties: &350 + properties: &351 id: type: string description: SHA for the commit @@ -41395,7 +41403,7 @@ paths: - name - email nullable: true - required: &351 + required: &352 - id - tree_id - message @@ -41442,7 +41450,7 @@ paths: - workflow_url - pull_requests examples: - default: &329 + default: &330 value: total_count: 1 workflow_runs: @@ -41678,24 +41686,24 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-server@3.12/rest/actions/workflow-runs#get-a-workflow-run parameters: - - *277 - *278 - - &307 + - *279 + - &308 name: run_id description: The unique identifier of the workflow run. in: path required: true schema: type: integer - - *305 + - *306 responses: '200': description: Response content: application/json: - schema: *306 + schema: *307 examples: - default: &310 + default: &311 value: id: 30433642 name: Build @@ -41936,9 +41944,9 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-server@3.12/rest/actions/workflow-runs#delete-a-workflow-run parameters: - - *277 - *278 - - *307 + - *279 + - *308 responses: '204': description: Response @@ -41961,9 +41969,9 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-server@3.12/rest/actions/workflow-runs#get-the-review-history-for-a-workflow-run parameters: - - *277 - *278 - - *307 + - *279 + - *308 responses: '200': description: Response @@ -42084,12 +42092,12 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-server@3.12/rest/actions/artifacts#list-workflow-run-artifacts parameters: - - *277 - *278 - - *307 + - *279 + - *308 - *4 - *5 - - *308 + - *309 responses: '200': description: Response @@ -42105,9 +42113,9 @@ paths: type: integer artifacts: type: array - items: *292 + items: *293 examples: - default: *309 + default: *310 headers: Link: *6 x-github: @@ -42131,25 +42139,25 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-server@3.12/rest/actions/workflow-runs#get-a-workflow-run-attempt parameters: - - *277 - *278 - - *307 - - &311 + - *279 + - *308 + - &312 name: attempt_number description: The attempt number of the workflow run. in: path required: true schema: type: integer - - *305 + - *306 responses: '200': description: Response content: application/json: - schema: *306 + schema: *307 examples: - default: *310 + default: *311 x-github: githubCloudOnly: false enabledForGitHubApps: true @@ -42172,10 +42180,10 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-server@3.12/rest/actions/workflow-jobs#list-jobs-for-a-workflow-run-attempt parameters: - - *277 - *278 - - *307 - - *311 + - *279 + - *308 + - *312 - *4 - *5 responses: @@ -42193,9 +42201,9 @@ paths: type: integer jobs: type: array - items: *312 + items: *313 examples: - default: &313 + default: &314 value: total_count: 1 jobs: @@ -42308,10 +42316,10 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-server@3.12/rest/actions/workflow-runs#download-workflow-run-attempt-logs parameters: - - *277 - *278 - - *307 - - *311 + - *279 + - *308 + - *312 responses: '302': description: Response @@ -42339,9 +42347,9 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-server@3.12/rest/actions/workflow-runs#cancel-a-workflow-run parameters: - - *277 - *278 - - *307 + - *279 + - *308 responses: '202': description: Response @@ -42374,9 +42382,9 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-server@3.12/rest/actions/workflow-runs#review-custom-deployment-protection-rules-for-a-workflow-run parameters: - - *277 - *278 - - *307 + - *279 + - *308 requestBody: required: true content: @@ -42443,9 +42451,9 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-server@3.12/rest/actions/workflow-runs#force-cancel-a-workflow-run parameters: - - *277 - *278 - - *307 + - *279 + - *308 responses: '202': description: Response @@ -42478,9 +42486,9 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-server@3.12/rest/actions/workflow-jobs#list-jobs-for-a-workflow-run parameters: - - *277 - *278 - - *307 + - *279 + - *308 - 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 @@ -42510,9 +42518,9 @@ paths: type: integer jobs: type: array - items: *312 + items: *313 examples: - default: *313 + default: *314 headers: Link: *6 x-github: @@ -42537,9 +42545,9 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-server@3.12/rest/actions/workflow-runs#download-workflow-run-logs parameters: - - *277 - *278 - - *307 + - *279 + - *308 responses: '302': description: Response @@ -42566,14 +42574,14 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-server@3.12/rest/actions/workflow-runs#delete-workflow-run-logs parameters: - - *277 - *278 - - *307 + - *279 + - *308 responses: '204': description: Response '403': *43 - '500': *219 + '500': *220 x-github: githubCloudOnly: false enabledForGitHubApps: true @@ -42595,9 +42603,9 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-server@3.12/rest/actions/workflow-runs#get-pending-deployments-for-a-workflow-run parameters: - - *277 - *278 - - *307 + - *279 + - *308 responses: '200': description: Response @@ -42657,7 +42665,7 @@ paths: items: type: object properties: - type: &402 + type: &403 type: string description: The type of reviewer. enum: @@ -42667,7 +42675,7 @@ paths: reviewer: anyOf: - *19 - - *279 + - *280 required: - environment - wait_timer @@ -42742,9 +42750,9 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-server@3.12/rest/actions/workflow-runs#review-pending-deployments-for-a-workflow-run parameters: - - *277 - *278 - - *307 + - *279 + - *308 requestBody: required: true content: @@ -42791,7 +42799,7 @@ paths: application/json: schema: type: array - items: &397 + items: &398 title: Deployment description: A request for a specific ref(branch,sha,tag) to be deployed @@ -42897,7 +42905,7 @@ paths: - created_at - updated_at examples: - default: &398 + default: &399 value: - url: https://api.github.com/repos/octocat/example/deployments/1 id: 1 @@ -42953,9 +42961,9 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-server@3.12/rest/actions/workflow-runs#re-run-a-workflow parameters: - - *277 - *278 - - *307 + - *279 + - *308 requestBody: required: false content: @@ -42999,9 +43007,9 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-server@3.12/rest/actions/workflow-runs#re-run-failed-jobs-from-a-workflow-run parameters: - - *277 - *278 - - *307 + - *279 + - *308 requestBody: required: false content: @@ -43048,8 +43056,8 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-server@3.12/rest/actions/secrets#list-repository-secrets parameters: - - *277 - *278 + - *279 - *4 - *5 responses: @@ -43067,9 +43075,9 @@ paths: type: integer secrets: type: array - items: *314 + items: *315 examples: - default: *315 + default: *316 headers: Link: *6 x-github: @@ -43094,16 +43102,16 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-server@3.12/rest/actions/secrets#get-a-repository-public-key parameters: - - *277 - *278 + - *279 responses: '200': description: Response content: application/json: - schema: *316 + schema: *317 examples: - default: *317 + default: *318 x-github: githubCloudOnly: false enabledForGitHubApps: true @@ -43125,17 +43133,17 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-server@3.12/rest/actions/secrets#get-a-repository-secret parameters: - - *277 - *278 + - *279 - *163 responses: '200': description: Response content: application/json: - schema: *314 + schema: *315 examples: - default: &415 + default: &416 value: name: GH_TOKEN created_at: '2019-08-10T14:59:22Z' @@ -43161,8 +43169,8 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-server@3.12/rest/actions/secrets#create-or-update-a-repository-secret parameters: - - *277 - *278 + - *279 - *163 requestBody: required: true @@ -43220,8 +43228,8 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-server@3.12/rest/actions/secrets#delete-a-repository-secret parameters: - - *277 - *278 + - *279 - *163 responses: '204': @@ -43247,9 +43255,9 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-server@3.12/rest/actions/variables#list-repository-variables parameters: - - *277 - *278 - - *301 + - *279 + - *302 - *5 responses: '200': @@ -43266,9 +43274,9 @@ paths: type: integer variables: type: array - items: *318 + items: *319 examples: - default: *319 + default: *320 headers: Link: *6 x-github: @@ -43291,8 +43299,8 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-server@3.12/rest/actions/variables#create-a-repository-variable parameters: - - *277 - *278 + - *279 requestBody: required: true content: @@ -43344,17 +43352,17 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-server@3.12/rest/actions/variables#get-a-repository-variable parameters: - - *277 - *278 + - *279 - *166 responses: '200': description: Response content: application/json: - schema: *318 + schema: *319 examples: - default: &416 + default: &417 value: name: USERNAME value: octocat @@ -43380,8 +43388,8 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-server@3.12/rest/actions/variables#update-a-repository-variable parameters: - - *277 - *278 + - *279 - *166 requestBody: required: true @@ -43424,8 +43432,8 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-server@3.12/rest/actions/variables#delete-a-repository-variable parameters: - - *277 - *278 + - *279 - *166 responses: '204': @@ -43451,8 +43459,8 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-server@3.12/rest/actions/workflows#list-repository-workflows parameters: - - *277 - *278 + - *279 - *4 - *5 responses: @@ -43470,7 +43478,7 @@ paths: type: integer workflows: type: array - items: &320 + items: &321 title: Workflow description: A GitHub Actions workflow type: object @@ -43577,9 +43585,9 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-server@3.12/rest/actions/workflows#get-a-workflow parameters: - - *277 - *278 - - &321 + - *279 + - &322 name: workflow_id in: path description: The ID of the workflow. You can also pass the workflow file name @@ -43594,7 +43602,7 @@ paths: description: Response content: application/json: - schema: *320 + schema: *321 examples: default: value: @@ -43627,9 +43635,9 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-server@3.12/rest/actions/workflows#disable-a-workflow parameters: - - *277 - *278 - - *321 + - *279 + - *322 responses: '204': description: Response @@ -43654,9 +43662,9 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-server@3.12/rest/actions/workflows#create-a-workflow-dispatch-event parameters: - - *277 - *278 - - *321 + - *279 + - *322 responses: '204': description: Response @@ -43707,9 +43715,9 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-server@3.12/rest/actions/workflows#enable-a-workflow parameters: - - *277 - *278 - - *321 + - *279 + - *322 responses: '204': description: Response @@ -43736,19 +43744,19 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-server@3.12/rest/actions/workflow-runs#list-workflow-runs-for-a-workflow parameters: - - *277 - *278 - - *321 + - *279 - *322 - *323 - *324 - *325 + - *326 - *4 - *5 - - *326 - - *305 - *327 + - *306 - *328 + - *329 responses: '200': description: Response @@ -43764,9 +43772,9 @@ paths: type: integer workflow_runs: type: array - items: *306 + items: *307 examples: - default: *329 + default: *330 headers: Link: *6 x-github: @@ -43789,8 +43797,8 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-server@3.12/rest/repos/repos#list-repository-activities parameters: - - *277 - *278 + - *279 - *9 - *4 - *88 @@ -43954,8 +43962,8 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-server@3.12/rest/issues/assignees#list-assignees parameters: - - *277 - *278 + - *279 - *4 - *5 responses: @@ -43967,7 +43975,7 @@ paths: type: array items: *19 examples: - default: *212 + default: *213 headers: Link: *6 '404': *26 @@ -43992,8 +44000,8 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-server@3.12/rest/issues/assignees#check-if-a-user-can-be-assigned parameters: - - *277 - *278 + - *279 - name: assignee in: path required: true @@ -44027,8 +44035,8 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-server@3.12/rest/repos/autolinks#get-all-autolinks-of-a-repository parameters: - - *277 - *278 + - *279 responses: '200': description: Response @@ -44036,7 +44044,7 @@ paths: application/json: schema: type: array - items: &330 + items: &331 title: Autolink reference description: An autolink reference. type: object @@ -44086,8 +44094,8 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-server@3.12/rest/repos/autolinks#create-an-autolink-reference-for-a-repository parameters: - - *277 - *278 + - *279 requestBody: required: true content: @@ -44126,9 +44134,9 @@ paths: description: response content: application/json: - schema: *330 + schema: *331 examples: - default: &331 + default: &332 value: id: 1 key_prefix: TICKET- @@ -44159,9 +44167,9 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-server@3.12/rest/repos/autolinks#get-an-autolink-reference-of-a-repository parameters: - - *277 - *278 - - &332 + - *279 + - &333 name: autolink_id description: The unique identifier of the autolink. in: path @@ -44173,9 +44181,9 @@ paths: description: Response content: application/json: - schema: *330 + schema: *331 examples: - default: *331 + default: *332 '404': *26 x-github: githubCloudOnly: false @@ -44195,9 +44203,9 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-server@3.12/rest/repos/autolinks#delete-an-autolink-reference-from-a-repository parameters: - - *277 - *278 - - *332 + - *279 + - *333 responses: '204': description: Response @@ -44221,8 +44229,8 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-server@3.12/rest/repos/repos#check-if-dependabot-security-updates-are-enabled-for-a-repository parameters: - - *277 - *278 + - *279 responses: '200': description: Response if Dependabot is enabled @@ -44269,8 +44277,8 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-server@3.12/rest/branches/branches#list-branches parameters: - - *277 - *278 + - *279 - name: protected description: Setting to `true` returns only branches protected by branch protections or rulesets. When set to `false`, only unprotected branches are returned. @@ -44308,7 +44316,7 @@ paths: - url protected: type: boolean - protection: &334 + protection: &335 title: Branch Protection description: Branch Protection type: object @@ -44350,7 +44358,7 @@ paths: required: - contexts - checks - enforce_admins: &337 + enforce_admins: &338 title: Protected Branch Admin Enforced description: Protected Branch Admin Enforced type: object @@ -44365,7 +44373,7 @@ paths: required: - url - enabled - required_pull_request_reviews: &339 + required_pull_request_reviews: &340 title: Protected Branch Pull Request Review description: Protected Branch Pull Request Review type: object @@ -44386,7 +44394,7 @@ paths: description: The list of teams with review dismissal access. type: array - items: *279 + items: *280 apps: description: The list of apps with review dismissal access. @@ -44415,7 +44423,7 @@ paths: description: The list of teams allowed to bypass pull request requirements. type: array - items: *279 + items: *280 apps: description: The list of apps allowed to bypass pull request requirements. @@ -44441,7 +44449,7 @@ paths: required: - dismiss_stale_reviews - require_code_owner_reviews - restrictions: &336 + restrictions: &337 title: Branch Restriction Policy description: Branch Restriction Policy type: object @@ -44748,9 +44756,9 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-server@3.12/rest/branches/branches#get-a-branch parameters: - - *277 - *278 - - &335 + - *279 + - &336 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-server@3.12/graphql). @@ -44764,14 +44772,14 @@ paths: description: Response content: application/json: - schema: &345 + schema: &346 title: Branch With Protection description: Branch With Protection type: object properties: name: type: string - commit: &375 + commit: &376 title: Commit description: Commit type: object @@ -44805,7 +44813,7 @@ paths: title: Git User description: Metaproperties for Git author/committer information. type: object - properties: &333 + properties: &334 name: type: string example: '"Chris Wanstrath"' @@ -44820,7 +44828,7 @@ paths: title: Git User description: Metaproperties for Git author/committer information. type: object - properties: *333 + properties: *334 nullable: true message: type: string @@ -44841,7 +44849,7 @@ paths: required: - sha - url - verification: &422 + verification: &423 title: Verification type: object properties: @@ -44907,7 +44915,7 @@ paths: type: integer files: type: array - items: &386 + items: &387 title: Diff Entry description: Diff Entry type: object @@ -44990,7 +44998,7 @@ paths: - self protected: type: boolean - protection: *334 + protection: *335 protection_url: type: string format: uri @@ -45094,7 +45102,7 @@ paths: contexts: [] checks: [] protection_url: https://api.github.com/repos/octocat/Hello-World/branches/main/protection - '301': *289 + '301': *290 '404': *26 x-github: githubCloudOnly: false @@ -45116,15 +45124,15 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-server@3.12/rest/branches/branch-protection#get-branch-protection parameters: - - *277 - *278 - - *335 + - *279 + - *336 responses: '200': description: Response content: application/json: - schema: *334 + schema: *335 examples: default: value: @@ -45318,9 +45326,9 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-server@3.12/rest/branches/branch-protection#update-branch-protection parameters: - - *277 - *278 - - *335 + - *279 + - *336 requestBody: required: true content: @@ -45575,7 +45583,7 @@ paths: url: type: string format: uri - required_status_checks: &342 + required_status_checks: &343 title: Status Check Policy description: Status Check Policy type: object @@ -45651,7 +45659,7 @@ paths: items: *19 teams: type: array - items: *279 + items: *280 apps: type: array items: *25 @@ -45669,7 +45677,7 @@ paths: items: *19 teams: type: array - items: *279 + items: *280 apps: type: array items: *25 @@ -45727,7 +45735,7 @@ paths: additionalProperties: false required: - enabled - restrictions: *336 + restrictions: *337 required_conversation_resolution: type: object properties: @@ -45839,9 +45847,9 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-server@3.12/rest/branches/branch-protection#delete-branch-protection parameters: - - *277 - *278 - - *335 + - *279 + - *336 responses: '204': description: Response @@ -45866,17 +45874,17 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-server@3.12/rest/branches/branch-protection#get-admin-branch-protection parameters: - - *277 - *278 - - *335 + - *279 + - *336 responses: '200': description: Response content: application/json: - schema: *337 + schema: *338 examples: - default: &338 + default: &339 value: url: https://api.github.com/repos/octocat/Hello-World/branches/master/protection/enforce_admins enabled: true @@ -45898,17 +45906,17 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-server@3.12/rest/branches/branch-protection#set-admin-branch-protection parameters: - - *277 - *278 - - *335 + - *279 + - *336 responses: '200': description: Response content: application/json: - schema: *337 + schema: *338 examples: - default: *338 + default: *339 x-github: githubCloudOnly: false enabledForGitHubApps: true @@ -45927,9 +45935,9 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-server@3.12/rest/branches/branch-protection#delete-admin-branch-protection parameters: - - *277 - *278 - - *335 + - *279 + - *336 responses: '204': description: Response @@ -45954,17 +45962,17 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-server@3.12/rest/branches/branch-protection#get-pull-request-review-protection parameters: - - *277 - *278 - - *335 + - *279 + - *336 responses: '200': description: Response content: application/json: - schema: *339 + schema: *340 examples: - default: &340 + default: &341 value: url: https://api.github.com/repos/octocat/Hello-World/branches/master/protection/required_pull_request_reviews dismissal_restrictions: @@ -46060,9 +46068,9 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-server@3.12/rest/branches/branch-protection#update-pull-request-review-protection parameters: - - *277 - *278 - - *335 + - *279 + - *336 requestBody: required: false content: @@ -46160,9 +46168,9 @@ paths: description: Response content: application/json: - schema: *339 + schema: *340 examples: - default: *340 + default: *341 '422': *35 x-github: githubCloudOnly: false @@ -46183,9 +46191,9 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-server@3.12/rest/branches/branch-protection#delete-pull-request-review-protection parameters: - - *277 - *278 - - *335 + - *279 + - *336 responses: '204': description: Response @@ -46212,17 +46220,17 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-server@3.12/rest/branches/branch-protection#get-commit-signature-protection parameters: - - *277 - *278 - - *335 + - *279 + - *336 responses: '200': description: Response content: application/json: - schema: *337 + schema: *338 examples: - default: &341 + default: &342 value: url: https://api.github.com/repos/octocat/Hello-World/branches/master/protection/required_signatures enabled: true @@ -46245,17 +46253,17 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-server@3.12/rest/branches/branch-protection#create-commit-signature-protection parameters: - - *277 - *278 - - *335 + - *279 + - *336 responses: '200': description: Response content: application/json: - schema: *337 + schema: *338 examples: - default: *341 + default: *342 '404': *26 x-github: githubCloudOnly: false @@ -46275,9 +46283,9 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-server@3.12/rest/branches/branch-protection#delete-commit-signature-protection parameters: - - *277 - *278 - - *335 + - *279 + - *336 responses: '204': description: Response @@ -46302,17 +46310,17 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-server@3.12/rest/branches/branch-protection#get-status-checks-protection parameters: - - *277 - *278 - - *335 + - *279 + - *336 responses: '200': description: Response content: application/json: - schema: *342 + schema: *343 examples: - default: &343 + default: &344 value: url: https://api.github.com/repos/octocat/Hello-World/branches/master/protection/required_status_checks strict: true @@ -46338,9 +46346,9 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-server@3.12/rest/branches/branch-protection#update-status-check-protection parameters: - - *277 - *278 - - *335 + - *279 + - *336 requestBody: required: false content: @@ -46392,9 +46400,9 @@ paths: description: Response content: application/json: - schema: *342 + schema: *343 examples: - default: *343 + default: *344 '404': *26 '422': *35 x-github: @@ -46416,9 +46424,9 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-server@3.12/rest/branches/branch-protection#remove-status-check-protection parameters: - - *277 - *278 - - *335 + - *279 + - *336 responses: '204': description: Response @@ -46442,9 +46450,9 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-server@3.12/rest/branches/branch-protection#get-all-status-check-contexts parameters: - - *277 - *278 - - *335 + - *279 + - *336 responses: '200': description: Response @@ -46478,9 +46486,9 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-server@3.12/rest/branches/branch-protection#add-status-check-contexts parameters: - - *277 - *278 - - *335 + - *279 + - *336 requestBody: required: false content: @@ -46547,9 +46555,9 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-server@3.12/rest/branches/branch-protection#set-status-check-contexts parameters: - - *277 - *278 - - *335 + - *279 + - *336 requestBody: required: false content: @@ -46613,9 +46621,9 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-server@3.12/rest/branches/branch-protection#remove-status-check-contexts parameters: - - *277 - *278 - - *335 + - *279 + - *336 requestBody: content: application/json: @@ -46681,15 +46689,15 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-server@3.12/rest/branches/branch-protection#get-access-restrictions parameters: - - *277 - *278 - - *335 + - *279 + - *336 responses: '200': description: Response content: application/json: - schema: *336 + schema: *337 examples: default: value: @@ -46780,9 +46788,9 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-server@3.12/rest/branches/branch-protection#delete-access-restrictions parameters: - - *277 - *278 - - *335 + - *279 + - *336 responses: '204': description: Response @@ -46805,9 +46813,9 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-server@3.12/rest/branches/branch-protection#get-apps-with-access-to-the-protected-branch parameters: - - *277 - *278 - - *335 + - *279 + - *336 responses: '200': description: Response @@ -46817,7 +46825,7 @@ paths: type: array items: *25 examples: - default: &344 + default: &345 value: - id: 1 slug: octoapp @@ -46874,9 +46882,9 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-server@3.12/rest/branches/branch-protection#add-app-access-restrictions parameters: - - *277 - *278 - - *335 + - *279 + - *336 requestBody: required: true content: @@ -46910,7 +46918,7 @@ paths: type: array items: *25 examples: - default: *344 + default: *345 '422': *35 x-github: githubCloudOnly: false @@ -46931,9 +46939,9 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-server@3.12/rest/branches/branch-protection#set-app-access-restrictions parameters: - - *277 - *278 - - *335 + - *279 + - *336 requestBody: required: true content: @@ -46967,7 +46975,7 @@ paths: type: array items: *25 examples: - default: *344 + default: *345 '422': *35 x-github: githubCloudOnly: false @@ -46988,9 +46996,9 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-server@3.12/rest/branches/branch-protection#remove-app-access-restrictions parameters: - - *277 - *278 - - *335 + - *279 + - *336 requestBody: required: true content: @@ -47024,7 +47032,7 @@ paths: type: array items: *25 examples: - default: *344 + default: *345 '422': *35 x-github: githubCloudOnly: false @@ -47046,9 +47054,9 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-server@3.12/rest/branches/branch-protection#get-teams-with-access-to-the-protected-branch parameters: - - *277 - *278 - - *335 + - *279 + - *336 responses: '200': description: Response @@ -47056,9 +47064,9 @@ paths: application/json: schema: type: array - items: *279 + items: *280 examples: - default: *257 + default: *258 '404': *26 x-github: githubCloudOnly: false @@ -47078,9 +47086,9 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-server@3.12/rest/branches/branch-protection#add-team-access-restrictions parameters: - - *277 - *278 - - *335 + - *279 + - *336 requestBody: required: false content: @@ -47116,9 +47124,9 @@ paths: application/json: schema: type: array - items: *279 + items: *280 examples: - default: *257 + default: *258 '422': *35 x-github: githubCloudOnly: false @@ -47139,9 +47147,9 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-server@3.12/rest/branches/branch-protection#set-team-access-restrictions parameters: - - *277 - *278 - - *335 + - *279 + - *336 requestBody: required: false content: @@ -47177,9 +47185,9 @@ paths: application/json: schema: type: array - items: *279 + items: *280 examples: - default: *257 + default: *258 '422': *35 x-github: githubCloudOnly: false @@ -47200,9 +47208,9 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-server@3.12/rest/branches/branch-protection#remove-team-access-restrictions parameters: - - *277 - *278 - - *335 + - *279 + - *336 requestBody: content: application/json: @@ -47237,9 +47245,9 @@ paths: application/json: schema: type: array - items: *279 + items: *280 examples: - default: *257 + default: *258 '422': *35 x-github: githubCloudOnly: false @@ -47261,9 +47269,9 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-server@3.12/rest/branches/branch-protection#get-users-with-access-to-the-protected-branch parameters: - - *277 - *278 - - *335 + - *279 + - *336 responses: '200': description: Response @@ -47273,7 +47281,7 @@ paths: type: array items: *19 examples: - default: *212 + default: *213 '404': *26 x-github: githubCloudOnly: false @@ -47297,9 +47305,9 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-server@3.12/rest/branches/branch-protection#add-user-access-restrictions parameters: - - *277 - *278 - - *335 + - *279 + - *336 requestBody: required: true content: @@ -47332,7 +47340,7 @@ paths: type: array items: *19 examples: - default: *212 + default: *213 '422': *35 x-github: githubCloudOnly: false @@ -47357,9 +47365,9 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-server@3.12/rest/branches/branch-protection#set-user-access-restrictions parameters: - - *277 - *278 - - *335 + - *279 + - *336 requestBody: required: true content: @@ -47392,7 +47400,7 @@ paths: type: array items: *19 examples: - default: *212 + default: *213 '422': *35 x-github: githubCloudOnly: false @@ -47417,9 +47425,9 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-server@3.12/rest/branches/branch-protection#remove-user-access-restrictions parameters: - - *277 - *278 - - *335 + - *279 + - *336 requestBody: required: true content: @@ -47452,7 +47460,7 @@ paths: type: array items: *19 examples: - default: *212 + default: *213 '422': *35 x-github: githubCloudOnly: false @@ -47479,9 +47487,9 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-server@3.12/rest/branches/branches#rename-a-branch parameters: - - *277 - *278 - - *335 + - *279 + - *336 requestBody: required: true content: @@ -47503,7 +47511,7 @@ paths: description: Response content: application/json: - schema: *345 + schema: *346 examples: default: value: @@ -47616,8 +47624,8 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-server@3.12/rest/checks/runs#create-a-check-run parameters: - - *277 - *278 + - *279 requestBody: required: true content: @@ -47896,7 +47904,7 @@ paths: description: Response content: application/json: - schema: &347 + schema: &348 title: CheckRun description: A check performed on the code of a given code change type: object @@ -48015,8 +48023,8 @@ paths: do not necessarily indicate pull requests that triggered the check. type: array - items: *346 - deployment: &607 + items: *347 + deployment: &608 title: Deployment description: A deployment created as the result of an Actions check run from a workflow that references an environment @@ -48296,9 +48304,9 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-server@3.12/rest/checks/runs#get-a-check-run parameters: - - *277 - *278 - - &348 + - *279 + - &349 name: check_run_id description: The unique identifier of the check run. in: path @@ -48310,9 +48318,9 @@ paths: description: Response content: application/json: - schema: *347 + schema: *348 examples: - default: &349 + default: &350 value: id: 4 head_sha: ce587453ced02b1526dfb4cb910479d431683101 @@ -48412,9 +48420,9 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-server@3.12/rest/checks/runs#update-a-check-run parameters: - - *277 - *278 - - *348 + - *279 + - *349 requestBody: required: true content: @@ -48654,9 +48662,9 @@ paths: description: Response content: application/json: - schema: *347 + schema: *348 examples: - default: *349 + default: *350 x-github: githubCloudOnly: false enabledForGitHubApps: true @@ -48676,9 +48684,9 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-server@3.12/rest/checks/runs#list-check-run-annotations parameters: - - *277 - *278 - - *348 + - *279 + - *349 - *4 - *5 responses: @@ -48766,8 +48774,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-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. 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-server@3.12/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 @@ -48775,9 +48781,9 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-server@3.12/rest/checks/runs#rerequest-a-check-run parameters: - - *277 - *278 - - *348 + - *279 + - *349 responses: '201': description: Response @@ -48821,8 +48827,8 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-server@3.12/rest/checks/suites#create-a-check-suite parameters: - - *277 - *278 + - *279 requestBody: required: true content: @@ -48844,7 +48850,7 @@ paths: description: Response when the suite already exists content: application/json: - schema: &352 + schema: &353 title: CheckSuite description: A suite of checks performed on the code of a given code change @@ -48908,7 +48914,7 @@ paths: nullable: true pull_requests: type: array - items: *346 + items: *347 nullable: true app: title: GitHub app @@ -48934,8 +48940,8 @@ paths: title: Simple Commit description: A commit. type: object - properties: *350 - required: *351 + properties: *351 + required: *352 latest_check_runs_count: type: integer check_runs_url: @@ -48963,7 +48969,7 @@ paths: - check_runs_url - pull_requests examples: - default: &353 + default: &354 value: id: 5 node_id: MDEwOkNoZWNrU3VpdGU1 @@ -49254,9 +49260,9 @@ paths: description: Response when the suite was created content: application/json: - schema: *352 + schema: *353 examples: - default: *353 + default: *354 x-github: githubCloudOnly: false enabledForGitHubApps: true @@ -49275,8 +49281,8 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-server@3.12/rest/checks/suites#update-repository-preferences-for-check-suites parameters: - - *277 - *278 + - *279 requestBody: required: true content: @@ -49585,9 +49591,9 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-server@3.12/rest/checks/suites#get-a-check-suite parameters: - - *277 - *278 - - &354 + - *279 + - &355 name: check_suite_id description: The unique identifier of the check suite. in: path @@ -49599,9 +49605,9 @@ paths: description: Response content: application/json: - schema: *352 + schema: *353 examples: - default: *353 + default: *354 x-github: githubCloudOnly: false enabledForGitHubApps: true @@ -49624,17 +49630,17 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-server@3.12/rest/checks/runs#list-check-runs-in-a-check-suite parameters: - - *277 - *278 - - *354 - - &383 + - *279 + - *355 + - &384 name: check_name description: Returns check runs with the specified `name`. in: query required: false schema: type: string - - &384 + - &385 name: status description: Returns check runs with the specified `status`. in: query @@ -49673,9 +49679,9 @@ paths: type: integer check_runs: type: array - items: *347 + items: *348 examples: - default: &385 + default: &386 value: total_count: 1 check_runs: @@ -49766,10 +49772,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-server@3.12/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-server@3.12/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 @@ -49777,9 +49783,9 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-server@3.12/rest/checks/suites#rerequest-a-check-suite parameters: - - *277 - *278 - - *354 + - *279 + - *355 responses: '201': description: Response @@ -49812,20 +49818,20 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-server@3.12/rest/code-scanning/code-scanning#list-code-scanning-alerts-for-a-repository parameters: - - *277 - *278 + - *279 - *178 - *179 - *5 - *4 - - &365 + - &366 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 + schema: *356 - *9 - name: sort description: The property by which to sort the results. @@ -49848,7 +49854,7 @@ paths: be returned. in: query required: false - schema: *356 + schema: *357 responses: '200': description: Response @@ -49864,7 +49870,7 @@ paths: updated_at: *100 url: *97 html_url: *98 - instances_url: *357 + instances_url: *358 state: *92 fixed_at: *102 dismissed_by: @@ -49875,11 +49881,11 @@ paths: required: *18 nullable: true dismissed_at: *101 - dismissed_reason: *358 - dismissed_comment: *359 - rule: *360 - tool: *361 - most_recent_instance: *362 + dismissed_reason: *359 + dismissed_comment: *360 + rule: *361 + tool: *362 + most_recent_instance: *363 dismissal_approved_by: title: Simple User description: A GitHub user. @@ -50002,7 +50008,7 @@ paths: classifications: [] instances_url: https://api.github.com/repos/octocat/hello-world/code-scanning/alerts/3/instances '304': *42 - '403': *254 + '403': *255 '404': *26 '503': *104 x-github: @@ -50024,9 +50030,9 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-server@3.12/rest/code-scanning/code-scanning#get-a-code-scanning-alert parameters: - - *277 - *278 - - &363 + - *279 + - &364 name: alert_number in: path description: The number that identifies an alert. You can find this at the @@ -50040,7 +50046,7 @@ paths: description: Response content: application/json: - schema: &364 + schema: &365 type: object properties: number: *93 @@ -50048,7 +50054,7 @@ paths: updated_at: *100 url: *97 html_url: *98 - instances_url: *357 + instances_url: *358 state: *92 fixed_at: *102 dismissed_by: @@ -50059,8 +50065,8 @@ paths: required: *18 nullable: true dismissed_at: *101 - dismissed_reason: *358 - dismissed_comment: *359 + dismissed_reason: *359 + dismissed_comment: *360 rule: type: object properties: @@ -50114,8 +50120,8 @@ paths: type: string description: A link to the documentation for the rule used to detect the alert. - tool: *361 - most_recent_instance: *362 + tool: *362 + most_recent_instance: *363 dismissal_approved_by: title: Simple User description: A GitHub user. @@ -50211,7 +50217,7 @@ paths: - test instances_url: https://api.github.com/repos/octocat/hello-world/code-scanning/alerts/42/instances '304': *42 - '403': *254 + '403': *255 '404': *26 '503': *104 x-github: @@ -50231,9 +50237,9 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-server@3.12/rest/code-scanning/code-scanning#update-a-code-scanning-alert parameters: - - *277 - *278 - - *363 + - *279 + - *364 requestBody: required: true content: @@ -50248,8 +50254,8 @@ paths: enum: - open - dismissed - dismissed_reason: *358 - dismissed_comment: *359 + dismissed_reason: *359 + dismissed_comment: *360 create_request: type: boolean description: If `true`, attempt to create an alert dismissal request. @@ -50268,7 +50274,7 @@ paths: description: Response content: application/json: - schema: *364 + schema: *365 examples: default: value: @@ -50344,7 +50350,7 @@ paths: - test instances_url: https://api.github.com/repos/octocat/hello-world/code-scanning/alerts/42/instances '400': *34 - '403': &370 + '403': &371 description: Response if the repository is archived or if GitHub Advanced Security is not enabled for this repository content: @@ -50371,12 +50377,12 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-server@3.12/rest/code-scanning/code-scanning#list-instances-of-a-code-scanning-alert parameters: - - *277 - *278 - - *363 + - *279 + - *364 - *5 - *4 - - *365 + - *366 responses: '200': description: Response @@ -50384,7 +50390,7 @@ paths: application/json: schema: type: array - items: *362 + items: *363 examples: default: value: @@ -50423,7 +50429,7 @@ paths: end_column: 50 classifications: - source - '403': *254 + '403': *255 '404': *26 '503': *104 x-github: @@ -50457,8 +50463,8 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-server@3.12/rest/code-scanning/code-scanning#list-code-scanning-analyses-for-a-repository parameters: - - *277 - *278 + - *279 - *178 - *179 - *5 @@ -50469,12 +50475,12 @@ paths: 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: &368 + schema: &369 type: string description: An identifier for the upload. example: 6c81cd8e-b078-4ac3-a3be-1dad7dbd0b53 @@ -50495,23 +50501,23 @@ paths: application/json: schema: type: array - items: &369 + items: &370 type: object properties: - ref: *355 - commit_sha: &371 + ref: *356 + commit_sha: &372 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: *366 + analysis_key: *367 environment: type: string description: Identifies the variable values associated with the environment in which this analysis was performed. - category: *367 + category: *368 error: type: string example: error reading field xyz @@ -50535,8 +50541,8 @@ paths: description: The REST API URL of the analysis resource. format: uri readOnly: true - sarif_id: *368 - tool: *361 + sarif_id: *369 + tool: *362 deletable: type: boolean warning: @@ -50597,7 +50603,7 @@ paths: version: 1.2.0 deletable: true warning: '' - '403': *254 + '403': *255 '404': *26 '503': *104 x-github: @@ -50633,8 +50639,8 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-server@3.12/rest/code-scanning/code-scanning#get-a-code-scanning-analysis-for-a-repository parameters: - - *277 - *278 + - *279 - name: analysis_id in: path description: The ID of the analysis, as returned from the `GET /repos/{owner}/{repo}/code-scanning/analyses` @@ -50647,7 +50653,7 @@ paths: description: Response content: application/json: - schema: *369 + schema: *370 examples: response: summary: application/json response @@ -50701,7 +50707,7 @@ paths: properties: - github/alertNumber: 2 - github/alertUrl: https://api.github.com/repos/monalisa/monalisa/code-scanning/alerts/2 - '403': *254 + '403': *255 '404': *26 '503': *104 x-github: @@ -50783,8 +50789,8 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-server@3.12/rest/code-scanning/code-scanning#delete-a-code-scanning-analysis-from-a-repository parameters: - - *277 - *278 + - *279 - name: analysis_id in: path description: The ID of the analysis, as returned from the `GET /repos/{owner}/{repo}/code-scanning/analyses` @@ -50837,7 +50843,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': *34 - '403': *370 + '403': *371 '404': *26 '503': *104 x-github: @@ -50859,8 +50865,8 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-server@3.12/rest/code-scanning/code-scanning#get-a-code-scanning-default-setup-configuration parameters: - - *277 - *278 + - *279 responses: '200': description: Response @@ -50922,7 +50928,7 @@ paths: query_suite: default updated_at: '2023-01-19T11:21:34Z' schedule: weekly - '403': *254 + '403': *255 '404': *26 '503': *104 x-github: @@ -50943,8 +50949,8 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-server@3.12/rest/code-scanning/code-scanning#update-a-code-scanning-default-setup-configuration parameters: - - *277 - *278 + - *279 requestBody: required: true content: @@ -51015,7 +51021,7 @@ paths: value: run_id: 42 run_url: https://api.github.com/repos/octoorg/octocat/actions/runs/42 - '403': *370 + '403': *371 '404': *26 '409': description: Response if there is already a validation run in progress with @@ -51080,8 +51086,8 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-server@3.12/rest/code-scanning/code-scanning#upload-an-analysis-as-sarif-data parameters: - - *277 - *278 + - *279 requestBody: required: true content: @@ -51089,7 +51095,7 @@ paths: schema: type: object properties: - commit_sha: *371 + commit_sha: *372 ref: type: string description: |- @@ -51142,7 +51148,7 @@ paths: schema: type: object properties: - id: *368 + id: *369 url: type: string description: The REST API URL for checking the status of the upload. @@ -51156,7 +51162,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': *26 '413': description: Payload Too Large if the sarif field is too large @@ -51179,8 +51185,8 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-server@3.12/rest/code-scanning/code-scanning#get-information-about-a-sarif-upload parameters: - - *277 - *278 + - *279 - name: sarif_id description: The SARIF ID obtained after uploading. in: path @@ -51226,7 +51232,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': *254 + '403': *255 '404': description: Not Found if the sarif id does not match any upload '503': *104 @@ -51251,8 +51257,8 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-server@3.12/rest/repos/repos#list-codeowners-errors parameters: - - *277 - *278 + - *279 - 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 @@ -51375,8 +51381,8 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-server@3.12/rest/collaborators/collaborators#list-repository-collaborators parameters: - - *277 - *278 + - *279 - name: affiliation description: Filter collaborators returned by their affiliation. `outside` means all outside collaborators of an organization-owned repository. `direct` @@ -51418,7 +51424,7 @@ paths: title: Collaborator description: Collaborator type: object - properties: &372 + properties: &373 login: type: string example: octocat @@ -51511,7 +51517,7 @@ paths: user_view_type: type: string example: public - required: &373 + required: &374 - avatar_url - events_url - followers_url @@ -51584,8 +51590,8 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-server@3.12/rest/collaborators/collaborators#check-if-a-user-is-a-repository-collaborator parameters: - - *277 - *278 + - *279 - *8 responses: '204': @@ -51622,8 +51628,8 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-server@3.12/rest/collaborators/collaborators#add-a-repository-collaborator parameters: - - *277 - *278 + - *279 - *8 requestBody: required: false @@ -51689,8 +51695,8 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-server@3.12/rest/collaborators/collaborators#remove-a-repository-collaborator parameters: - - *277 - *278 + - *279 - *8 responses: '204': @@ -51720,8 +51726,8 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-server@3.12/rest/collaborators/collaborators#get-repository-permissions-for-a-user parameters: - - *277 - *278 + - *279 - *8 responses: '200': @@ -51742,8 +51748,8 @@ paths: title: Collaborator description: Collaborator type: object - properties: *372 - required: *373 + properties: *373 + required: *374 nullable: true required: - permission @@ -51798,8 +51804,8 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-server@3.12/rest/commits/comments#list-commit-comments-for-a-repository parameters: - - *277 - *278 + - *279 - *4 - *5 responses: @@ -51809,7 +51815,7 @@ paths: application/json: schema: type: array - items: &374 + items: &375 title: Commit Comment description: Commit Comment type: object @@ -51867,7 +51873,7 @@ paths: - created_at - updated_at examples: - default: &377 + default: &378 value: - html_url: https://github.com/octocat/Hello-World/commit/6dcb09b5b57875f334f61aebed695e2e4193db5e#commitcomment-1 url: https://api.github.com/repos/octocat/Hello-World/comments/1 @@ -51926,17 +51932,17 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-server@3.12/rest/commits/comments#get-a-commit-comment parameters: - - *277 - *278 + - *279 - *120 responses: '200': description: Response content: application/json: - schema: *374 + schema: *375 examples: - default: &378 + default: &379 value: html_url: https://github.com/octocat/Hello-World/commit/6dcb09b5b57875f334f61aebed695e2e4193db5e#commitcomment-1 url: https://api.github.com/repos/octocat/Hello-World/comments/1 @@ -51993,8 +51999,8 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-server@3.12/rest/commits/comments#update-a-commit-comment parameters: - - *277 - *278 + - *279 - *120 requestBody: required: true @@ -52017,7 +52023,7 @@ paths: description: Response content: application/json: - schema: *374 + schema: *375 examples: default: value: @@ -52068,8 +52074,8 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-server@3.12/rest/commits/comments#delete-a-commit-comment parameters: - - *277 - *278 + - *279 - *120 responses: '204': @@ -52091,8 +52097,8 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-server@3.12/rest/reactions/reactions#list-reactions-for-a-commit-comment parameters: - - *277 - *278 + - *279 - *120 - name: content description: Returns a single [reaction type](https://docs.github.com/enterprise-server@3.12/rest/reactions/reactions#about-reactions). @@ -52119,9 +52125,9 @@ paths: application/json: schema: type: array - items: *266 + items: *267 examples: - default: *268 + default: *269 headers: Link: *6 '404': *26 @@ -52142,8 +52148,8 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-server@3.12/rest/reactions/reactions#create-reaction-for-a-commit-comment parameters: - - *277 - *278 + - *279 - *120 requestBody: required: true @@ -52176,16 +52182,16 @@ paths: description: Reaction exists content: application/json: - schema: *266 + schema: *267 examples: - default: *267 + default: *268 '201': description: Reaction created content: application/json: - schema: *266 + schema: *267 examples: - default: *267 + default: *268 '422': *35 x-github: githubCloudOnly: false @@ -52207,10 +52213,10 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-server@3.12/rest/reactions/reactions#delete-a-commit-comment-reaction parameters: - - *277 - *278 + - *279 - *120 - - *269 + - *270 responses: '204': description: Response @@ -52259,8 +52265,8 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-server@3.12/rest/commits/commits#list-commits parameters: - - *277 - *278 + - *279 - name: sha description: 'SHA or branch to start listing commits from. Default: the repository’s default branch (usually `main`).' @@ -52316,9 +52322,9 @@ paths: application/json: schema: type: array - items: *375 + items: *376 examples: - default: &483 + default: &484 value: - url: https://api.github.com/repos/octocat/Hello-World/commits/6dcb09b5b57875f334f61aebed695e2e4193db5e sha: 6dcb09b5b57875f334f61aebed695e2e4193db5e @@ -52388,7 +52394,7 @@ paths: sha: 6dcb09b5b57875f334f61aebed695e2e4193db5e headers: Link: *6 - '500': *219 + '500': *220 '400': *34 '404': *26 '409': *140 @@ -52411,9 +52417,9 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-server@3.12/rest/commits/commits#list-branches-for-head-commit parameters: - - *277 - *278 - - &376 + - *279 + - &377 name: commit_sha description: The SHA of the commit. in: path @@ -52485,9 +52491,9 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-server@3.12/rest/commits/comments#list-commit-comments parameters: - - *277 - *278 - - *376 + - *279 + - *377 - *4 - *5 responses: @@ -52497,9 +52503,9 @@ paths: application/json: schema: type: array - items: *374 + items: *375 examples: - default: *377 + default: *378 headers: Link: *6 x-github: @@ -52527,9 +52533,9 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-server@3.12/rest/commits/comments#create-a-commit-comment parameters: - - *277 - *278 - - *376 + - *279 + - *377 requestBody: required: true content: @@ -52564,9 +52570,9 @@ paths: description: Response content: application/json: - schema: *374 + schema: *375 examples: - default: *378 + default: *379 headers: Location: example: https://api.github.com/repos/octocat/Hello-World/comments/1 @@ -52594,9 +52600,9 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-server@3.12/rest/commits/commits#list-pull-requests-associated-with-a-commit parameters: - - *277 - *278 - - *376 + - *279 + - *377 - *4 - *5 responses: @@ -52606,7 +52612,7 @@ paths: application/json: schema: type: array - items: &472 + items: &473 title: Pull Request Simple description: Pull Request Simple type: object @@ -52712,8 +52718,8 @@ paths: title: Milestone description: A collection of related issues and pull requests. type: object - properties: *379 - required: *380 + properties: *380 + required: *381 nullable: true active_lock_reason: type: string @@ -52758,7 +52764,7 @@ paths: nullable: true requested_teams: type: array - items: *279 + items: *280 nullable: true head: type: object @@ -52809,7 +52815,7 @@ paths: _links: type: object properties: - comments: &381 + comments: &382 title: Link description: Hypermedia Link type: object @@ -52818,13 +52824,13 @@ paths: type: string required: - href - commits: *381 - statuses: *381 - html: *381 - issue: *381 - review_comments: *381 - review_comment: *381 - self: *381 + commits: *382 + statuses: *382 + html: *382 + issue: *382 + review_comments: *382 + review_comment: *382 + self: *382 required: - comments - commits @@ -52835,7 +52841,7 @@ paths: - review_comment - self author_association: *108 - auto_merge: &475 + auto_merge: &476 title: Auto merge description: The status of auto merging a pull request. type: object @@ -52898,7 +52904,7 @@ paths: - author_association - auto_merge examples: - default: &473 + default: &474 value: - url: https://api.github.com/repos/octocat/Hello-World/pulls/1347 id: 1 @@ -53435,11 +53441,11 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-server@3.12/rest/commits/commits#get-a-commit parameters: - - *277 - *278 + - *279 - *5 - *4 - - &382 + - &383 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)" @@ -53454,9 +53460,9 @@ paths: description: Response content: application/json: - schema: *375 + schema: *376 examples: - default: &458 + default: &459 value: url: https://api.github.com/repos/octocat/Hello-World/commits/6dcb09b5b57875f334f61aebed695e2e4193db5e sha: 6dcb09b5b57875f334f61aebed695e2e4193db5e @@ -53539,7 +53545,7 @@ paths: ..... '422': *35 '404': *26 - '500': *219 + '500': *220 '503': *104 '409': *140 x-github: @@ -53566,11 +53572,11 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-server@3.12/rest/checks/runs#list-check-runs-for-a-git-reference parameters: - - *277 - *278 - - *382 + - *279 - *383 - *384 + - *385 - name: filter description: Filters check runs by their `completed_at` timestamp. `latest` returns the most recent check runs. @@ -53604,9 +53610,9 @@ paths: type: integer check_runs: type: array - items: *347 + items: *348 examples: - default: *385 + default: *386 headers: Link: *6 x-github: @@ -53631,9 +53637,9 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-server@3.12/rest/checks/suites#list-check-suites-for-a-git-reference parameters: - - *277 - *278 - - *382 + - *279 + - *383 - name: app_id description: Filters check suites by GitHub App `id`. in: query @@ -53641,7 +53647,7 @@ paths: schema: type: integer example: 1 - - *383 + - *384 - *4 - *5 responses: @@ -53659,7 +53665,7 @@ paths: type: integer check_suites: type: array - items: *352 + items: *353 examples: default: value: @@ -53859,9 +53865,9 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-server@3.12/rest/commits/statuses#get-the-combined-status-for-a-specific-reference parameters: - - *277 - *278 - - *382 + - *279 + - *383 - *4 - *5 responses: @@ -54059,9 +54065,9 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-server@3.12/rest/commits/statuses#list-commit-statuses-for-a-reference parameters: - - *277 - *278 - - *382 + - *279 + - *383 - *4 - *5 responses: @@ -54071,7 +54077,7 @@ paths: application/json: schema: type: array - items: &530 + items: &531 title: Status description: The status of a commit. type: object @@ -54152,7 +54158,7 @@ paths: site_admin: false headers: Link: *6 - '301': *289 + '301': *290 x-github: githubCloudOnly: false enabledForGitHubApps: true @@ -54220,8 +54226,8 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-server@3.12/rest/commits/commits#compare-two-commits parameters: - - *277 - *278 + - *279 - *5 - *4 - name: basehead @@ -54264,8 +54270,8 @@ paths: type: string format: uri example: https://github.com/octocat/Hello-World/compare/master...topic.patch - base_commit: *375 - merge_base_commit: *375 + base_commit: *376 + merge_base_commit: *376 status: type: string enum: @@ -54285,10 +54291,10 @@ paths: example: 6 commits: type: array - items: *375 + items: *376 files: type: array - items: *386 + items: *387 required: - url - html_url @@ -54524,7 +54530,7 @@ paths: patch: "@@ -132,7 +132,7 @@ module Test @@ -1000,7 +1000,7 @@ module Test" '404': *26 - '500': *219 + '500': *220 '503': *104 x-github: githubCloudOnly: false @@ -54567,8 +54573,8 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-server@3.12/rest/repos/contents#get-repository-content parameters: - - *277 - *278 + - *279 - name: path description: path parameter in: path @@ -54711,7 +54717,7 @@ paths: - type - url examples: - response-if-content-is-a-file: &387 + response-if-content-is-a-file: &388 summary: Response if content is a file value: type: file @@ -54843,7 +54849,7 @@ paths: - size - type - url - - &488 + - &489 title: Content File description: Content File type: object @@ -55044,7 +55050,7 @@ paths: - url - submodule_git_url examples: - response-if-content-is-a-file: *387 + response-if-content-is-a-file: *388 response-if-content-is-a-directory: summary: Response if content is a directory and the application/json media type is requested @@ -55113,7 +55119,7 @@ paths: html: https://github.com/jquery/qunit/tree/6ca3721222109997540bd6d9ccd396902e0ad2f9 '404': *26 '403': *43 - '302': &492 + '302': &493 description: Found '304': *42 x-github: @@ -55137,8 +55143,8 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-server@3.12/rest/repos/contents#create-or-update-file-contents parameters: - - *277 - *278 + - *279 - name: path description: path parameter in: path @@ -55231,7 +55237,7 @@ paths: description: Response content: application/json: - schema: &388 + schema: &389 title: File Commit description: File Commit type: object @@ -55377,7 +55383,7 @@ paths: description: Response content: application/json: - schema: *388 + schema: *389 examples: example-for-creating-a-file: value: @@ -55428,7 +55434,7 @@ paths: schema: oneOf: - *24 - - &417 + - &418 description: Repository rule violation was detected type: object properties: @@ -55481,8 +55487,8 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-server@3.12/rest/repos/contents#delete-a-file parameters: - - *277 - *278 + - *279 - name: path description: path parameter in: path @@ -55543,7 +55549,7 @@ paths: description: Response content: application/json: - schema: *388 + schema: *389 examples: default: value: @@ -55594,8 +55600,8 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-server@3.12/rest/repos/repos#list-repository-contributors parameters: - - *277 - *278 + - *279 - name: anon description: Set to `1` or `true` to include anonymous contributors in results. in: query @@ -55718,20 +55724,21 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-server@3.12/rest/dependabot/alerts#list-dependabot-alerts-for-a-repository parameters: - - *277 - *278 + - *279 - *186 - *187 - *188 - *189 + - *190 - name: manifest in: query description: A comma-separated list of full manifest paths. If specified, only alerts for these manifests will be returned. schema: type: string - - *190 - *191 + - *192 - *9 responses: '200': @@ -55740,7 +55747,7 @@ paths: application/json: schema: type: array - items: &391 + items: &392 type: object description: A Dependabot alert. properties: @@ -55773,7 +55780,7 @@ paths: enum: - development - runtime - security_advisory: *389 + security_advisory: *390 security_vulnerability: *96 url: *97 html_url: *98 @@ -55804,7 +55811,7 @@ paths: nullable: true maxLength: 280 fixed_at: *102 - auto_dismissed_at: *390 + auto_dismissed_at: *391 required: - number - state @@ -56031,9 +56038,9 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-server@3.12/rest/dependabot/alerts#get-a-dependabot-alert parameters: - - *277 - *278 - - &392 + - *279 + - &393 name: alert_number in: path description: |- @@ -56048,7 +56055,7 @@ paths: description: Response content: application/json: - schema: *391 + schema: *392 examples: default: value: @@ -56152,9 +56159,9 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-server@3.12/rest/dependabot/alerts#update-a-dependabot-alert parameters: - - *277 - *278 - - *392 + - *279 + - *393 requestBody: required: true content: @@ -56199,7 +56206,7 @@ paths: description: Response content: application/json: - schema: *391 + schema: *392 examples: default: value: @@ -56328,8 +56335,8 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-server@3.12/rest/dependabot/secrets#list-repository-secrets parameters: - - *277 - *278 + - *279 - *4 - *5 responses: @@ -56347,7 +56354,7 @@ paths: type: integer secrets: type: array - items: &395 + items: &396 title: Dependabot Secret description: Set secrets for Dependabot. type: object @@ -56400,16 +56407,16 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-server@3.12/rest/dependabot/secrets#get-a-repository-public-key parameters: - - *277 - *278 + - *279 responses: '200': description: Response content: application/json: - schema: *393 + schema: *394 examples: - default: *394 + default: *395 x-github: githubCloudOnly: false enabledForGitHubApps: true @@ -56429,15 +56436,15 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-server@3.12/rest/dependabot/secrets#get-a-repository-secret parameters: - - *277 - *278 + - *279 - *163 responses: '200': description: Response content: application/json: - schema: *395 + schema: *396 examples: default: value: @@ -56463,8 +56470,8 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-server@3.12/rest/dependabot/secrets#create-or-update-a-repository-secret parameters: - - *277 - *278 + - *279 - *163 requestBody: required: true @@ -56517,8 +56524,8 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-server@3.12/rest/dependabot/secrets#delete-a-repository-secret parameters: - - *277 - *278 + - *279 - *163 responses: '204': @@ -56541,8 +56548,8 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-server@3.12/rest/dependency-graph/dependency-review#get-a-diff-of-the-dependencies-between-commits parameters: - - *277 - *278 + - *279 - 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 @@ -56702,8 +56709,8 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-server@3.12/rest/dependency-graph/sboms#export-a-software-bill-of-materials-sbom-for-a-repository parameters: - - *277 - *278 + - *279 responses: '200': description: Response @@ -56928,8 +56935,8 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-server@3.12/rest/dependency-graph/dependency-submission#create-a-snapshot-of-dependencies-for-a-repository parameters: - - *277 - *278 + - *279 requestBody: required: true content: @@ -57004,7 +57011,7 @@ paths: - version - url additionalProperties: false - metadata: &396 + metadata: &397 title: metadata description: User-defined metadata to store domain-specific information limited to 8 keys with scalar values. @@ -57037,7 +57044,7 @@ paths: the root of the Git repository. example: "/src/build/package-lock.json" additionalProperties: false - metadata: *396 + metadata: *397 resolved: type: object description: A collection of resolved package dependencies. @@ -57050,7 +57057,7 @@ paths: for more details. example: pkg:/npm/%40actions/http-client@1.0.11 pattern: "^pkg" - metadata: *396 + metadata: *397 relationship: type: string description: A notation of whether a dependency is requested @@ -57179,8 +57186,8 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-server@3.12/rest/deployments/deployments#list-deployments parameters: - - *277 - *278 + - *279 - name: sha description: The SHA recorded at creation time. in: query @@ -57220,9 +57227,9 @@ paths: application/json: schema: type: array - items: *397 + items: *398 examples: - default: *398 + default: *399 headers: Link: *6 x-github: @@ -57288,8 +57295,8 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-server@3.12/rest/deployments/deployments#create-a-deployment parameters: - - *277 - *278 + - *279 requestBody: required: true content: @@ -57370,7 +57377,7 @@ paths: description: Response content: application/json: - schema: *397 + schema: *398 examples: simple-example: summary: Simple example @@ -57443,9 +57450,9 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-server@3.12/rest/deployments/deployments#get-a-deployment parameters: - - *277 - *278 - - &399 + - *279 + - &400 name: deployment_id description: deployment_id parameter in: path @@ -57457,7 +57464,7 @@ paths: description: Response content: application/json: - schema: *397 + schema: *398 examples: default: value: @@ -57522,9 +57529,9 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-server@3.12/rest/deployments/deployments#delete-a-deployment parameters: - - *277 - *278 - - *399 + - *279 + - *400 responses: '204': description: Response @@ -57546,9 +57553,9 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-server@3.12/rest/deployments/statuses#list-deployment-statuses parameters: - - *277 - *278 - - *399 + - *279 + - *400 - *4 - *5 responses: @@ -57558,7 +57565,7 @@ paths: application/json: schema: type: array - items: &400 + items: &401 title: Deployment Status description: The status of a deployment. type: object @@ -57719,9 +57726,9 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-server@3.12/rest/deployments/statuses#create-a-deployment-status parameters: - - *277 - *278 - - *399 + - *279 + - *400 requestBody: required: true content: @@ -57796,9 +57803,9 @@ paths: description: Response content: application/json: - schema: *400 + schema: *401 examples: - default: &401 + default: &402 value: url: https://api.github.com/repos/octocat/example/deployments/42/statuses/1 id: 1 @@ -57854,9 +57861,9 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-server@3.12/rest/deployments/statuses#get-a-deployment-status parameters: - - *277 - *278 - - *399 + - *279 + - *400 - name: status_id in: path required: true @@ -57867,9 +57874,9 @@ paths: description: Response content: application/json: - schema: *400 + schema: *401 examples: - default: *401 + default: *402 '404': *26 x-github: githubCloudOnly: false @@ -57894,8 +57901,8 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-server@3.12/rest/repos/repos#create-a-repository-dispatch-event parameters: - - *277 - *278 + - *279 requestBody: required: true content: @@ -57952,8 +57959,8 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-server@3.12/rest/deployments/environments#list-environments parameters: - - *277 - *278 + - *279 - *4 - *5 responses: @@ -57970,7 +57977,7 @@ paths: type: integer environments: type: array - items: &403 + items: &404 title: Environment description: Details of a deployment environment type: object @@ -58022,7 +58029,7 @@ paths: type: type: string example: wait_timer - wait_timer: &405 + wait_timer: &406 type: integer example: 30 description: The amount of time to delay a job after @@ -58059,11 +58066,11 @@ paths: items: type: object properties: - type: *402 + type: *403 reviewer: anyOf: - *19 - - *279 + - *280 required: - id - node_id @@ -58083,7 +58090,7 @@ paths: - id - node_id - type - deployment_branch_policy: &406 + deployment_branch_policy: &407 type: object description: The type of deployment branch policy for this environment. To allow all branches to deploy, set to `null`. @@ -58198,9 +58205,9 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-server@3.12/rest/deployments/environments#get-an-environment parameters: - - *277 - *278 - - &404 + - *279 + - &405 name: environment_name in: path required: true @@ -58213,9 +58220,9 @@ paths: description: Response content: application/json: - schema: *403 + schema: *404 examples: - default: &407 + default: &408 value: id: 161088068 node_id: MDExOkVudmlyb25tZW50MTYxMDg4MDY4 @@ -58298,9 +58305,9 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-server@3.12/rest/deployments/environments#create-or-update-an-environment parameters: - - *277 - *278 - - *404 + - *279 + - *405 requestBody: required: false content: @@ -58309,7 +58316,7 @@ paths: type: object nullable: true properties: - wait_timer: *405 + wait_timer: *406 prevent_self_review: type: boolean example: false @@ -58326,13 +58333,13 @@ paths: items: type: object properties: - type: *402 + type: *403 id: type: integer description: The id of the user or team who can review the deployment example: 4532992 - deployment_branch_policy: *406 + deployment_branch_policy: *407 additionalProperties: false examples: default: @@ -58352,9 +58359,9 @@ paths: description: Response content: application/json: - schema: *403 + schema: *404 examples: - default: *407 + default: *408 '422': description: Validation error when the environment name is invalid or when `protected_branches` and `custom_branch_policies` in `deployment_branch_policy` @@ -58378,9 +58385,9 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-server@3.12/rest/deployments/environments#delete-an-environment parameters: - - *277 - *278 - - *404 + - *279 + - *405 responses: '204': description: Default response @@ -58405,9 +58412,9 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-server@3.12/rest/deployments/branch-policies#list-deployment-branch-policies parameters: - - *277 - *278 - - *404 + - *279 + - *405 - *4 - *5 responses: @@ -58425,7 +58432,7 @@ paths: example: 2 branch_policies: type: array - items: &408 + items: &409 title: Deployment branch policy description: Details of a deployment branch or tag policy. type: object @@ -58482,9 +58489,9 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-server@3.12/rest/deployments/branch-policies#create-a-deployment-branch-policy parameters: - - *277 - *278 - - *404 + - *279 + - *405 requestBody: required: true content: @@ -58530,9 +58537,9 @@ paths: description: Response content: application/json: - schema: *408 + schema: *409 examples: - example-wildcard: &409 + example-wildcard: &410 value: id: 364662 node_id: MDE2OkdhdGVCcmFuY2hQb2xpY3kzNjQ2NjI= @@ -58574,10 +58581,10 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-server@3.12/rest/deployments/branch-policies#get-a-deployment-branch-policy parameters: - - *277 - *278 - - *404 - - &410 + - *279 + - *405 + - &411 name: branch_policy_id in: path required: true @@ -58589,9 +58596,9 @@ paths: description: Response content: application/json: - schema: *408 + schema: *409 examples: - default: *409 + default: *410 x-github: githubCloudOnly: false enabledForGitHubApps: true @@ -58610,10 +58617,10 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-server@3.12/rest/deployments/branch-policies#update-a-deployment-branch-policy parameters: - - *277 - *278 - - *404 - - *410 + - *279 + - *405 + - *411 requestBody: required: true content: @@ -58641,9 +58648,9 @@ paths: description: Response content: application/json: - schema: *408 + schema: *409 examples: - default: *409 + default: *410 x-github: githubCloudOnly: false enabledForGitHubApps: true @@ -58662,10 +58669,10 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-server@3.12/rest/deployments/branch-policies#delete-a-deployment-branch-policy parameters: - - *277 - *278 - - *404 - - *410 + - *279 + - *405 + - *411 responses: '204': description: Response @@ -58690,9 +58697,9 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-server@3.12/rest/deployments/protection-rules#get-all-deployment-protection-rules-for-an-environment parameters: - - *404 + - *405 + - *279 - *278 - - *277 responses: '200': description: List of deployment protection rules @@ -58708,7 +58715,7 @@ paths: example: 10 custom_deployment_protection_rules: type: array - items: &411 + items: &412 title: Deployment protection rule description: Deployment protection rule type: object @@ -58727,7 +58734,7 @@ paths: example: true description: Whether the deployment protection rule is enabled for the environment. - app: &412 + app: &413 title: Custom deployment protection rule app description: A GitHub App that is providing a custom deployment protection rule. @@ -58826,9 +58833,9 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-server@3.12/rest/deployments/protection-rules#create-a-custom-deployment-protection-rule-on-an-environment parameters: - - *404 + - *405 + - *279 - *278 - - *277 requestBody: content: application/json: @@ -58849,9 +58856,9 @@ paths: description: The enabled custom deployment protection rule content: application/json: - schema: *411 + schema: *412 examples: - default: &413 + default: &414 value: id: 3 node_id: IEH37kRlcGxveW1lbnRTdGF0ddiv @@ -58886,9 +58893,9 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-server@3.12/rest/deployments/protection-rules#list-custom-deployment-rule-integrations-available-for-an-environment parameters: - - *404 + - *405 + - *279 - *278 - - *277 - *5 - *4 responses: @@ -58907,7 +58914,7 @@ paths: example: 35 available_custom_deployment_protection_rule_integrations: type: array - items: *412 + items: *413 examples: default: value: @@ -58942,10 +58949,10 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-server@3.12/rest/deployments/protection-rules#get-a-custom-deployment-protection-rule parameters: - - *277 - *278 - - *404 - - &414 + - *279 + - *405 + - &415 name: protection_rule_id description: The unique identifier of the protection rule. in: path @@ -58957,9 +58964,9 @@ paths: description: Response content: application/json: - schema: *411 + schema: *412 examples: - default: *413 + default: *414 x-github: githubCloudOnly: false enabledForGitHubApps: true @@ -58980,10 +58987,10 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-server@3.12/rest/deployments/protection-rules#disable-a-custom-protection-rule-for-an-environment parameters: - - *404 + - *405 + - *279 - *278 - - *277 - - *414 + - *415 responses: '204': description: Response @@ -59009,9 +59016,9 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-server@3.12/rest/actions/secrets#list-environment-secrets parameters: - - *277 - *278 - - *404 + - *279 + - *405 - *4 - *5 responses: @@ -59029,9 +59036,9 @@ paths: type: integer secrets: type: array - items: *314 + items: *315 examples: - default: *315 + default: *316 headers: Link: *6 x-github: @@ -59056,17 +59063,17 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-server@3.12/rest/actions/secrets#get-an-environment-public-key parameters: - - *277 - *278 - - *404 + - *279 + - *405 responses: '200': description: Response content: application/json: - schema: *316 + schema: *317 examples: - default: *317 + default: *318 x-github: githubCloudOnly: false enabledForGitHubApps: true @@ -59088,18 +59095,18 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-server@3.12/rest/actions/secrets#get-an-environment-secret parameters: - - *277 - *278 - - *404 + - *279 + - *405 - *163 responses: '200': description: Response content: application/json: - schema: *314 + schema: *315 examples: - default: *415 + default: *416 x-github: githubCloudOnly: false enabledForGitHubApps: true @@ -59121,9 +59128,9 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-server@3.12/rest/actions/secrets#create-or-update-an-environment-secret parameters: - - *277 - *278 - - *404 + - *279 + - *405 - *163 requestBody: required: true @@ -59181,9 +59188,9 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-server@3.12/rest/actions/secrets#delete-an-environment-secret parameters: - - *277 - *278 - - *404 + - *279 + - *405 - *163 responses: '204': @@ -59209,10 +59216,10 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-server@3.12/rest/actions/variables#list-environment-variables parameters: - - *277 - *278 - - *404 - - *301 + - *279 + - *405 + - *302 - *5 responses: '200': @@ -59229,9 +59236,9 @@ paths: type: integer variables: type: array - items: *318 + items: *319 examples: - default: *319 + default: *320 headers: Link: *6 x-github: @@ -59254,9 +59261,9 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-server@3.12/rest/actions/variables#create-an-environment-variable parameters: - - *277 - *278 - - *404 + - *279 + - *405 requestBody: required: true content: @@ -59308,18 +59315,18 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-server@3.12/rest/actions/variables#get-an-environment-variable parameters: - - *277 - *278 - - *404 + - *279 + - *405 - *166 responses: '200': description: Response content: application/json: - schema: *318 + schema: *319 examples: - default: *416 + default: *417 x-github: githubCloudOnly: false enabledForGitHubApps: true @@ -59340,10 +59347,10 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-server@3.12/rest/actions/variables#update-an-environment-variable parameters: - - *277 - *278 + - *279 - *166 - - *404 + - *405 requestBody: required: true content: @@ -59385,10 +59392,10 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-server@3.12/rest/actions/variables#delete-an-environment-variable parameters: - - *277 - *278 + - *279 - *166 - - *404 + - *405 responses: '204': description: Response @@ -59410,8 +59417,8 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-server@3.12/rest/activity/events#list-repository-events parameters: - - *277 - *278 + - *279 - *4 - *5 responses: @@ -59488,8 +59495,8 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-server@3.12/rest/repos/forks#list-forks parameters: - - *277 - *278 + - *279 - name: sort description: The sort order. `stargazers` will sort by star count. in: query @@ -59648,8 +59655,8 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-server@3.12/rest/repos/forks#create-a-fork parameters: - - *277 - *278 + - *279 requestBody: required: false content: @@ -59681,9 +59688,9 @@ paths: description: Response content: application/json: - schema: *288 + schema: *289 examples: - default: *290 + default: *291 '400': *34 '422': *35 '403': *43 @@ -59704,8 +59711,8 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-server@3.12/rest/git/blobs#create-a-blob parameters: - - *277 - *278 + - *279 requestBody: required: true content: @@ -59765,7 +59772,7 @@ paths: schema: oneOf: - *138 - - *417 + - *418 x-github: githubCloudOnly: false enabledForGitHubApps: true @@ -59790,8 +59797,8 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-server@3.12/rest/git/blobs#get-a-blob parameters: - - *277 - *278 + - *279 - name: file_sha in: path required: true @@ -59890,8 +59897,8 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-server@3.12/rest/git/commits#create-a-commit parameters: - - *277 - *278 + - *279 requestBody: required: true content: @@ -60000,7 +60007,7 @@ paths: description: Response content: application/json: - schema: &418 + schema: &419 title: Git Commit description: Low-level Git commit operations within a repository type: object @@ -60207,15 +60214,15 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-server@3.12/rest/git/commits#get-a-commit-object parameters: - - *277 - *278 - - *376 + - *279 + - *377 responses: '200': description: Response content: application/json: - schema: *418 + schema: *419 examples: default: value: @@ -60268,9 +60275,9 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-server@3.12/rest/git/refs#list-matching-references parameters: - - *277 - *278 - - &419 + - *279 + - &420 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. @@ -60287,7 +60294,7 @@ paths: application/json: schema: type: array - items: &420 + items: &421 title: Git Reference description: Git references within a repository type: object @@ -60362,17 +60369,17 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-server@3.12/rest/git/refs#get-a-reference parameters: - - *277 - *278 - - *419 + - *279 + - *420 responses: '200': description: Response content: application/json: - schema: *420 + schema: *421 examples: - default: &421 + default: &422 value: ref: refs/heads/featureA node_id: MDM6UmVmcmVmcy9oZWFkcy9mZWF0dXJlQQ== @@ -60401,8 +60408,8 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-server@3.12/rest/git/refs#create-a-reference parameters: - - *277 - *278 + - *279 requestBody: required: true content: @@ -60431,9 +60438,9 @@ paths: description: Response content: application/json: - schema: *420 + schema: *421 examples: - default: *421 + default: *422 headers: Location: example: https://api.github.com/repos/octocat/Hello-World/git/refs/heads/featureA @@ -60459,9 +60466,9 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-server@3.12/rest/git/refs#update-a-reference parameters: - - *277 - *278 - - *419 + - *279 + - *420 requestBody: required: true content: @@ -60490,9 +60497,9 @@ paths: description: Response content: application/json: - schema: *420 + schema: *421 examples: - default: *421 + default: *422 '422': *35 '409': *140 x-github: @@ -60510,9 +60517,9 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-server@3.12/rest/git/refs#delete-a-reference parameters: - - *277 - *278 - - *419 + - *279 + - *420 responses: '204': description: Response @@ -60567,8 +60574,8 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-server@3.12/rest/git/tags#create-a-tag-object parameters: - - *277 - *278 + - *279 requestBody: required: true content: @@ -60635,7 +60642,7 @@ paths: description: Response content: application/json: - schema: &423 + schema: &424 title: Git Tag description: Metadata for a Git tag type: object @@ -60686,7 +60693,7 @@ paths: - sha - type - url - verification: *422 + verification: *423 required: - sha - url @@ -60696,7 +60703,7 @@ paths: - tag - message examples: - default: &424 + default: &425 value: node_id: MDM6VGFnOTQwYmQzMzYyNDhlZmFlMGY5ZWU1YmM3YjJkNWM5ODU4ODdiMTZhYw== tag: v0.0.1 @@ -60766,8 +60773,8 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-server@3.12/rest/git/tags#get-a-tag parameters: - - *277 - *278 + - *279 - name: tag_sha in: path required: true @@ -60778,9 +60785,9 @@ paths: description: Response content: application/json: - schema: *423 + schema: *424 examples: - default: *424 + default: *425 '404': *26 '409': *140 x-github: @@ -60804,8 +60811,8 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-server@3.12/rest/git/trees#create-a-tree parameters: - - *277 - *278 + - *279 requestBody: required: true content: @@ -60878,7 +60885,7 @@ paths: description: Response content: application/json: - schema: &425 + schema: &426 title: Git Tree description: The hierarchy between files in a Git repository. type: object @@ -60974,8 +60981,8 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-server@3.12/rest/git/trees#get-a-tree parameters: - - *277 - *278 + - *279 - name: tree_sha description: The SHA1 value or ref (branch or tag) name of the tree. in: path @@ -60998,7 +61005,7 @@ paths: description: Response content: application/json: - schema: *425 + schema: *426 examples: default-response: summary: Default response @@ -61057,8 +61064,8 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-server@3.12/rest/repos/webhooks#list-repository-webhooks parameters: - - *277 - *278 + - *279 - *4 - *5 responses: @@ -61068,7 +61075,7 @@ paths: application/json: schema: type: array - items: &426 + items: &427 title: Webhook description: Webhooks for repositories. type: object @@ -61122,7 +61129,7 @@ paths: type: string format: uri example: https://api.github.com/repos/octocat/Hello-World/hooks/1/deliveries - last_response: &637 + last_response: &638 title: Hook Response type: object properties: @@ -61196,8 +61203,8 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-server@3.12/rest/repos/webhooks#create-a-repository-webhook parameters: - - *277 - *278 + - *279 requestBody: required: false content: @@ -61249,9 +61256,9 @@ paths: description: Response content: application/json: - schema: *426 + schema: *427 examples: - default: &427 + default: &428 value: type: Repository id: 12345678 @@ -61299,17 +61306,17 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-server@3.12/rest/repos/webhooks#get-a-repository-webhook parameters: - - *277 - *278 + - *279 - *3 responses: '200': description: Response content: application/json: - schema: *426 + schema: *427 examples: - default: *427 + default: *428 '404': *26 x-github: githubCloudOnly: false @@ -61329,8 +61336,8 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-server@3.12/rest/repos/webhooks#update-a-repository-webhook parameters: - - *277 - *278 + - *279 - *3 requestBody: required: true @@ -61376,9 +61383,9 @@ paths: description: Response content: application/json: - schema: *426 + schema: *427 examples: - default: *427 + default: *428 '422': *35 '404': *26 x-github: @@ -61399,8 +61406,8 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-server@3.12/rest/repos/webhooks#delete-a-repository-webhook parameters: - - *277 - *278 + - *279 - *3 responses: '204': @@ -61425,8 +61432,8 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-server@3.12/rest/repos/webhooks#get-a-webhook-configuration-for-a-repository parameters: - - *277 - *278 + - *279 - *3 responses: '200': @@ -61454,8 +61461,8 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-server@3.12/rest/repos/webhooks#update-a-webhook-configuration-for-a-repository parameters: - - *277 - *278 + - *279 - *3 requestBody: required: false @@ -61500,11 +61507,11 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-server@3.12/rest/repos/webhooks#list-deliveries-for-a-repository-webhook parameters: - - *277 - *278 + - *279 - *3 - *4 - - *201 + - *202 responses: '200': description: Response @@ -61512,9 +61519,9 @@ paths: application/json: schema: type: array - items: *202 + items: *203 examples: - default: *203 + default: *204 '400': *34 '422': *35 x-github: @@ -61533,8 +61540,8 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-server@3.12/rest/repos/webhooks#get-a-delivery-for-a-repository-webhook parameters: - - *277 - *278 + - *279 - *3 - *36 responses: @@ -61542,9 +61549,9 @@ paths: description: Response content: application/json: - schema: *204 + schema: *205 examples: - default: *205 + default: *206 '400': *34 '422': *35 x-github: @@ -61563,8 +61570,8 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-server@3.12/rest/repos/webhooks#redeliver-a-delivery-for-a-repository-webhook parameters: - - *277 - *278 + - *279 - *3 - *36 responses: @@ -61588,8 +61595,8 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-server@3.12/rest/repos/webhooks#ping-a-repository-webhook parameters: - - *277 - *278 + - *279 - *3 responses: '204': @@ -61615,8 +61622,8 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-server@3.12/rest/repos/webhooks#test-the-push-repository-webhook parameters: - - *277 - *278 + - *279 - *3 responses: '204': @@ -61641,8 +61648,8 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-server@3.12/rest/apps/apps#get-a-repository-installation-for-the-authenticated-app parameters: - - *277 - *278 + - *279 responses: '200': description: Response @@ -61650,8 +61657,8 @@ paths: application/json: schema: *39 examples: - default: *428 - '301': *289 + default: *429 + '301': *290 '404': *26 x-github: githubCloudOnly: false @@ -61670,8 +61677,8 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-server@3.12/rest/collaborators/invitations#list-repository-invitations parameters: - - *277 - *278 + - *279 - *4 - *5 responses: @@ -61681,7 +61688,7 @@ paths: application/json: schema: type: array - items: &429 + items: &430 title: Repository Invitation description: Repository invitations let you manage who you collaborate with. @@ -61744,7 +61751,7 @@ paths: - html_url - created_at examples: - default: &588 + default: &589 value: - id: 1 repository: @@ -61875,9 +61882,9 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-server@3.12/rest/collaborators/invitations#update-a-repository-invitation parameters: - - *277 - *278 - - &430 + - *279 + - &431 name: invitation_id description: The unique identifier of the invitation. in: path @@ -61912,7 +61919,7 @@ paths: description: Response content: application/json: - schema: *429 + schema: *430 examples: default: value: @@ -62043,9 +62050,9 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-server@3.12/rest/collaborators/invitations#delete-a-repository-invitation parameters: - - *277 - *278 - - *430 + - *279 + - *431 responses: '204': description: Response @@ -62076,8 +62083,8 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-server@3.12/rest/issues/issues#list-repository-issues parameters: - - *277 - *278 + - *279 - 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 @@ -62125,7 +62132,7 @@ paths: required: false schema: type: string - - *206 + - *207 - name: sort description: What to sort results by. in: query @@ -62298,7 +62305,7 @@ paths: state_reason: completed headers: Link: *6 - '301': *289 + '301': *290 '422': *35 '404': *26 x-github: @@ -62327,8 +62334,8 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-server@3.12/rest/issues/issues#create-an-issue parameters: - - *277 - *278 + - *279 requestBody: required: true content: @@ -62412,7 +62419,7 @@ paths: application/json: schema: *121 examples: - default: &436 + default: &437 value: id: 1 node_id: MDU6SXNzdWUx @@ -62568,7 +62575,7 @@ paths: '422': *35 '503': *104 '404': *26 - '410': *232 + '410': *233 x-github: triggersNotification: true githubCloudOnly: false @@ -62596,9 +62603,9 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-server@3.12/rest/issues/comments#list-issue-comments-for-a-repository parameters: - - *277 - *278 - - &481 + - *279 + - &482 name: sort description: The property to sort the results by. in: query @@ -62628,9 +62635,9 @@ paths: application/json: schema: type: array - items: *431 + items: *432 examples: - default: &438 + default: &439 value: - id: 1 node_id: MDEyOklzc3VlQ29tbWVudDE= @@ -62688,17 +62695,17 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-server@3.12/rest/issues/comments#get-an-issue-comment parameters: - - *277 - *278 + - *279 - *120 responses: '200': description: Response content: application/json: - schema: *431 + schema: *432 examples: - default: &432 + default: &433 value: id: 1 node_id: MDEyOklzc3VlQ29tbWVudDE= @@ -62752,8 +62759,8 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-server@3.12/rest/issues/comments#update-an-issue-comment parameters: - - *277 - *278 + - *279 - *120 requestBody: required: true @@ -62776,9 +62783,9 @@ paths: description: Response content: application/json: - schema: *431 + schema: *432 examples: - default: *432 + default: *433 '422': *35 x-github: githubCloudOnly: false @@ -62796,8 +62803,8 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-server@3.12/rest/issues/comments#delete-an-issue-comment parameters: - - *277 - *278 + - *279 - *120 responses: '204': @@ -62818,8 +62825,8 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-server@3.12/rest/reactions/reactions#list-reactions-for-an-issue-comment parameters: - - *277 - *278 + - *279 - *120 - name: content description: Returns a single [reaction type](https://docs.github.com/enterprise-server@3.12/rest/reactions/reactions#about-reactions). @@ -62846,9 +62853,9 @@ paths: application/json: schema: type: array - items: *266 + items: *267 examples: - default: *268 + default: *269 headers: Link: *6 '404': *26 @@ -62869,8 +62876,8 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-server@3.12/rest/reactions/reactions#create-reaction-for-an-issue-comment parameters: - - *277 - *278 + - *279 - *120 requestBody: required: true @@ -62903,16 +62910,16 @@ paths: description: Reaction exists content: application/json: - schema: *266 + schema: *267 examples: - default: *267 + default: *268 '201': description: Reaction created content: application/json: - schema: *266 + schema: *267 examples: - default: *267 + default: *268 '422': *35 x-github: githubCloudOnly: false @@ -62934,10 +62941,10 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-server@3.12/rest/reactions/reactions#delete-an-issue-comment-reaction parameters: - - *277 - *278 + - *279 - *120 - - *269 + - *270 responses: '204': description: Response @@ -62957,8 +62964,8 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-server@3.12/rest/issues/events#list-issue-events-for-a-repository parameters: - - *277 - *278 + - *279 - *4 - *5 responses: @@ -62968,7 +62975,7 @@ paths: application/json: schema: type: array - items: &435 + items: &436 title: Issue Event description: Issue Event type: object @@ -63011,8 +63018,8 @@ paths: description: Issues are a great way to keep track of tasks, enhancements, and bugs for your projects. type: object - properties: *433 - required: *434 + properties: *434 + required: *435 nullable: true label: title: Issue Event Label @@ -63056,7 +63063,7 @@ paths: properties: *17 required: *18 nullable: true - requested_team: *279 + requested_team: *280 dismissed_review: title: Issue Event Dismissed Review type: object @@ -63319,8 +63326,8 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-server@3.12/rest/issues/events#get-an-issue-event parameters: - - *277 - *278 + - *279 - name: event_id in: path required: true @@ -63331,7 +63338,7 @@ paths: description: Response content: application/json: - schema: *435 + schema: *436 examples: default: value: @@ -63524,7 +63531,7 @@ paths: author_association: COLLABORATOR state_reason: completed '404': *26 - '410': *232 + '410': *233 '403': *43 x-github: githubCloudOnly: false @@ -63558,9 +63565,9 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-server@3.12/rest/issues/issues#get-an-issue parameters: - - *277 - *278 - - &437 + - *279 + - &438 name: issue_number description: The number that identifies the issue. in: path @@ -63574,10 +63581,10 @@ paths: application/json: schema: *121 examples: - default: *436 - '301': *289 + default: *437 + '301': *290 '404': *26 - '410': *232 + '410': *233 '304': *42 x-github: githubCloudOnly: false @@ -63602,9 +63609,9 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-server@3.12/rest/issues/issues#update-an-issue parameters: - - *277 - *278 - - *437 + - *279 + - *438 requestBody: required: false content: @@ -63709,13 +63716,13 @@ paths: application/json: schema: *121 examples: - default: *436 + default: *437 '422': *35 '503': *104 '403': *43 - '301': *289 + '301': *290 '404': *26 - '410': *232 + '410': *233 x-github: githubCloudOnly: false enabledForGitHubApps: true @@ -63733,9 +63740,9 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-server@3.12/rest/issues/assignees#add-assignees-to-an-issue parameters: - - *277 - *278 - - *437 + - *279 + - *438 requestBody: required: false content: @@ -63763,7 +63770,7 @@ paths: application/json: schema: *121 examples: - default: *436 + default: *437 x-github: githubCloudOnly: false enabledForGitHubApps: true @@ -63779,9 +63786,9 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-server@3.12/rest/issues/assignees#remove-assignees-from-an-issue parameters: - - *277 - *278 - - *437 + - *279 + - *438 requestBody: content: application/json: @@ -63808,7 +63815,7 @@ paths: application/json: schema: *121 examples: - default: *436 + default: *437 x-github: githubCloudOnly: false enabledForGitHubApps: true @@ -63830,9 +63837,9 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-server@3.12/rest/issues/assignees#check-if-a-user-can-be-assigned-to-a-issue parameters: - - *277 - *278 - - *437 + - *279 + - *438 - name: assignee in: path required: true @@ -63872,9 +63879,9 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-server@3.12/rest/issues/comments#list-issue-comments parameters: - - *277 - *278 - - *437 + - *279 + - *438 - *111 - *4 - *5 @@ -63885,13 +63892,13 @@ paths: application/json: schema: type: array - items: *431 + items: *432 examples: - default: *438 + default: *439 headers: Link: *6 '404': *26 - '410': *232 + '410': *233 x-github: githubCloudOnly: false enabledForGitHubApps: true @@ -63920,9 +63927,9 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-server@3.12/rest/issues/comments#create-an-issue-comment parameters: - - *277 - *278 - - *437 + - *279 + - *438 requestBody: required: true content: @@ -63944,16 +63951,16 @@ paths: description: Response content: application/json: - schema: *431 + schema: *432 examples: - default: *432 + default: *433 headers: Location: example: https://api.github.com/repos/octocat/Hello-World/issues/comments/1 schema: type: string '403': *43 - '410': *232 + '410': *233 '422': *35 '404': *26 x-github: @@ -63973,9 +63980,9 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-server@3.12/rest/issues/events#list-issue-events parameters: - - *277 - *278 - - *437 + - *279 + - *438 - *4 - *5 responses: @@ -63989,7 +63996,7 @@ paths: title: Issue Event for Issue description: Issue Event for Issue anyOf: - - &441 + - &442 title: Labeled Issue Event description: Labeled Issue Event type: object @@ -64043,7 +64050,7 @@ paths: - commit_url - created_at - performed_via_github_app - - &442 + - &443 title: Unlabeled Issue Event description: Unlabeled Issue Event type: object @@ -64179,7 +64186,7 @@ paths: - performed_via_github_app - assignee - assigner - - &443 + - &444 title: Milestoned Issue Event description: Milestoned Issue Event type: object @@ -64230,7 +64237,7 @@ paths: - commit_url - created_at - performed_via_github_app - - &444 + - &445 title: Demilestoned Issue Event description: Demilestoned Issue Event type: object @@ -64281,7 +64288,7 @@ paths: - commit_url - created_at - performed_via_github_app - - &445 + - &446 title: Renamed Issue Event description: Renamed Issue Event type: object @@ -64335,7 +64342,7 @@ paths: - commit_url - created_at - performed_via_github_app - - &446 + - &447 title: Review Requested Issue Event description: Review Requested Issue Event type: object @@ -64369,7 +64376,7 @@ paths: properties: *106 required: *107 review_requester: *19 - requested_team: *279 + requested_team: *280 requested_reviewer: *19 required: - review_requester @@ -64382,7 +64389,7 @@ paths: - commit_url - created_at - performed_via_github_app - - &447 + - &448 title: Review Request Removed Issue Event description: Review Request Removed Issue Event type: object @@ -64416,7 +64423,7 @@ paths: properties: *106 required: *107 review_requester: *19 - requested_team: *279 + requested_team: *280 requested_reviewer: *19 required: - review_requester @@ -64429,7 +64436,7 @@ paths: - commit_url - created_at - performed_via_github_app - - &448 + - &449 title: Review Dismissed Issue Event description: Review Dismissed Issue Event type: object @@ -64489,7 +64496,7 @@ paths: - commit_url - created_at - performed_via_github_app - - &449 + - &450 title: Locked Issue Event description: Locked Issue Event type: object @@ -64537,7 +64544,7 @@ paths: - commit_url - created_at - performed_via_github_app - - &450 + - &451 title: Added to Project Issue Event description: Added to Project Issue Event type: object @@ -64603,7 +64610,7 @@ paths: - commit_url - created_at - performed_via_github_app - - &451 + - &452 title: Moved Column in Project Issue Event description: Moved Column in Project Issue Event type: object @@ -64669,7 +64676,7 @@ paths: - commit_url - created_at - performed_via_github_app - - &452 + - &453 title: Removed from Project Issue Event description: Removed from Project Issue Event type: object @@ -64735,7 +64742,7 @@ paths: - commit_url - created_at - performed_via_github_app - - &453 + - &454 title: Converted Note to Issue Issue Event description: Converted Note to Issue Issue Event type: object @@ -64826,7 +64833,7 @@ paths: color: red headers: Link: *6 - '410': *232 + '410': *233 x-github: githubCloudOnly: false enabledForGitHubApps: true @@ -64843,9 +64850,9 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-server@3.12/rest/issues/labels#list-labels-for-an-issue parameters: - - *277 - *278 - - *437 + - *279 + - *438 - *4 - *5 responses: @@ -64855,7 +64862,7 @@ paths: application/json: schema: type: array - items: &439 + items: &440 title: Label description: Color-coded labels help you categorize and filter your issues (just like labels in Gmail). @@ -64902,7 +64909,7 @@ paths: - color - default examples: - default: &440 + default: &441 value: - id: 208045946 node_id: MDU6TGFiZWwyMDgwNDU5NDY= @@ -64920,9 +64927,9 @@ paths: default: false headers: Link: *6 - '301': *289 + '301': *290 '404': *26 - '410': *232 + '410': *233 x-github: githubCloudOnly: false enabledForGitHubApps: true @@ -64939,9 +64946,9 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-server@3.12/rest/issues/labels#add-labels-to-an-issue parameters: - - *277 - *278 - - *437 + - *279 + - *438 requestBody: required: false content: @@ -65000,12 +65007,12 @@ paths: application/json: schema: type: array - items: *439 + items: *440 examples: - default: *440 - '301': *289 + default: *441 + '301': *290 '404': *26 - '410': *232 + '410': *233 '422': *35 x-github: githubCloudOnly: false @@ -65022,9 +65029,9 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-server@3.12/rest/issues/labels#set-labels-for-an-issue parameters: - - *277 - *278 - - *437 + - *279 + - *438 requestBody: required: false content: @@ -65084,12 +65091,12 @@ paths: application/json: schema: type: array - items: *439 + items: *440 examples: - default: *440 - '301': *289 + default: *441 + '301': *290 '404': *26 - '410': *232 + '410': *233 '422': *35 x-github: githubCloudOnly: false @@ -65106,15 +65113,15 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-server@3.12/rest/issues/labels#remove-all-labels-from-an-issue parameters: - - *277 - *278 - - *437 + - *279 + - *438 responses: '204': description: Response - '301': *289 + '301': *290 '404': *26 - '410': *232 + '410': *233 x-github: githubCloudOnly: false enabledForGitHubApps: true @@ -65133,9 +65140,9 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-server@3.12/rest/issues/labels#remove-a-label-from-an-issue parameters: - - *277 - *278 - - *437 + - *279 + - *438 - name: name in: path required: true @@ -65148,7 +65155,7 @@ paths: application/json: schema: type: array - items: *439 + items: *440 examples: default: value: @@ -65159,9 +65166,9 @@ paths: description: Something isn't working color: f29513 default: true - '301': *289 + '301': *290 '404': *26 - '410': *232 + '410': *233 x-github: githubCloudOnly: false enabledForGitHubApps: true @@ -65181,9 +65188,9 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-server@3.12/rest/issues/issues#lock-an-issue parameters: - - *277 - *278 - - *437 + - *279 + - *438 requestBody: required: false content: @@ -65211,7 +65218,7 @@ paths: '204': description: Response '403': *43 - '410': *232 + '410': *233 '404': *26 '422': *35 x-github: @@ -65229,9 +65236,9 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-server@3.12/rest/issues/issues#unlock-an-issue parameters: - - *277 - *278 - - *437 + - *279 + - *438 responses: '204': description: Response @@ -65253,9 +65260,9 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-server@3.12/rest/reactions/reactions#list-reactions-for-an-issue parameters: - - *277 - *278 - - *437 + - *279 + - *438 - name: content description: Returns a single [reaction type](https://docs.github.com/enterprise-server@3.12/rest/reactions/reactions#about-reactions). Omit this parameter to list all reactions to an issue. @@ -65281,13 +65288,13 @@ paths: application/json: schema: type: array - items: *266 + items: *267 examples: - default: *268 + default: *269 headers: Link: *6 '404': *26 - '410': *232 + '410': *233 x-github: githubCloudOnly: false enabledForGitHubApps: true @@ -65305,9 +65312,9 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-server@3.12/rest/reactions/reactions#create-reaction-for-an-issue parameters: - - *277 - *278 - - *437 + - *279 + - *438 requestBody: required: true content: @@ -65339,16 +65346,16 @@ paths: description: Response content: application/json: - schema: *266 + schema: *267 examples: - default: *267 + default: *268 '201': description: Response content: application/json: - schema: *266 + schema: *267 examples: - default: *267 + default: *268 '422': *35 x-github: githubCloudOnly: false @@ -65370,10 +65377,10 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-server@3.12/rest/reactions/reactions#delete-an-issue-reaction parameters: - - *277 - *278 - - *437 - - *269 + - *279 + - *438 + - *270 responses: '204': description: Response @@ -65393,9 +65400,9 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-server@3.12/rest/issues/timeline#list-timeline-events-for-an-issue parameters: - - *277 - *278 - - *437 + - *279 + - *438 - *4 - *5 responses: @@ -65410,7 +65417,6 @@ paths: description: Timeline Event type: object anyOf: - - *441 - *442 - *443 - *444 @@ -65423,6 +65429,7 @@ paths: - *451 - *452 - *453 + - *454 - title: Timeline Comment Event description: Timeline Comment Event type: object @@ -65723,7 +65730,7 @@ paths: type: string comments: type: array - items: &476 + items: &477 title: Pull Request Review Comment description: Pull Request Review Comments are comments on a portion of the Pull Request's diff. @@ -65932,7 +65939,7 @@ paths: type: string comments: type: array - items: *374 + items: *375 - title: Timeline Assigned Issue Event description: Timeline Assigned Issue Event type: object @@ -66221,7 +66228,7 @@ paths: headers: Link: *6 '404': *26 - '410': *232 + '410': *233 x-github: githubCloudOnly: false enabledForGitHubApps: true @@ -66238,8 +66245,8 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-server@3.12/rest/deploy-keys/deploy-keys#list-deploy-keys parameters: - - *277 - *278 + - *279 - *4 - *5 responses: @@ -66249,7 +66256,7 @@ paths: application/json: schema: type: array - items: &454 + items: &455 title: Deploy Key description: An SSH key granting access to a single repository. type: object @@ -66312,8 +66319,8 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-server@3.12/rest/deploy-keys/deploy-keys#create-a-deploy-key parameters: - - *277 - *278 + - *279 requestBody: required: true content: @@ -66349,9 +66356,9 @@ paths: description: Response content: application/json: - schema: *454 + schema: *455 examples: - default: &455 + default: &456 value: id: 1 key: ssh-rsa AAA... @@ -66384,9 +66391,9 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-server@3.12/rest/deploy-keys/deploy-keys#get-a-deploy-key parameters: - - *277 - *278 - - &456 + - *279 + - &457 name: key_id description: The unique identifier of the key. in: path @@ -66398,9 +66405,9 @@ paths: description: Response content: application/json: - schema: *454 + schema: *455 examples: - default: *455 + default: *456 '404': *26 x-github: githubCloudOnly: false @@ -66418,9 +66425,9 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-server@3.12/rest/deploy-keys/deploy-keys#delete-a-deploy-key parameters: - - *277 - *278 - - *456 + - *279 + - *457 responses: '204': description: Response @@ -66440,8 +66447,8 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-server@3.12/rest/issues/labels#list-labels-for-a-repository parameters: - - *277 - *278 + - *279 - *4 - *5 responses: @@ -66451,9 +66458,9 @@ paths: application/json: schema: type: array - items: *439 + items: *440 examples: - default: *440 + default: *441 headers: Link: *6 '404': *26 @@ -66474,8 +66481,8 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-server@3.12/rest/issues/labels#create-a-label parameters: - - *277 - *278 + - *279 requestBody: required: true content: @@ -66511,9 +66518,9 @@ paths: description: Response content: application/json: - schema: *439 + schema: *440 examples: - default: &457 + default: &458 value: id: 208045946 node_id: MDU6TGFiZWwyMDgwNDU5NDY= @@ -66545,8 +66552,8 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-server@3.12/rest/issues/labels#get-a-label parameters: - - *277 - *278 + - *279 - name: name in: path required: true @@ -66557,9 +66564,9 @@ paths: description: Response content: application/json: - schema: *439 + schema: *440 examples: - default: *457 + default: *458 '404': *26 x-github: githubCloudOnly: false @@ -66576,8 +66583,8 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-server@3.12/rest/issues/labels#update-a-label parameters: - - *277 - *278 + - *279 - name: name in: path required: true @@ -66616,7 +66623,7 @@ paths: description: Response content: application/json: - schema: *439 + schema: *440 examples: default: value: @@ -66642,8 +66649,8 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-server@3.12/rest/issues/labels#delete-a-label parameters: - - *277 - *278 + - *279 - name: name in: path required: true @@ -66669,8 +66676,8 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-server@3.12/rest/repos/repos#list-repository-languages parameters: - - *277 - *278 + - *279 responses: '200': description: Response @@ -66706,8 +66713,8 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-server@3.12/rest/repos/lfs#enable-git-lfs-for-a-repository parameters: - - *277 - *278 + - *279 responses: '202': *141 '403': @@ -66735,8 +66742,8 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-server@3.12/rest/repos/lfs#disable-git-lfs-for-a-repository parameters: - - *277 - *278 + - *279 responses: '204': description: Response @@ -66762,8 +66769,8 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-server@3.12/rest/licenses/licenses#get-the-license-for-a-repository parameters: - - *277 - *278 + - *279 responses: '200': description: Response @@ -66908,8 +66915,8 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-server@3.12/rest/branches/branches#sync-a-fork-branch-with-the-upstream-repository parameters: - - *277 - *278 + - *279 requestBody: required: true content: @@ -66974,8 +66981,8 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-server@3.12/rest/branches/branches#merge-a-branch parameters: - - *277 - *278 + - *279 requestBody: required: true content: @@ -67009,9 +67016,9 @@ paths: description: Successful Response (The resulting merge commit) content: application/json: - schema: *375 + schema: *376 examples: - default: *458 + default: *459 '204': description: Response when already merged '404': @@ -67036,8 +67043,8 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-server@3.12/rest/issues/milestones#list-milestones parameters: - - *277 - *278 + - *279 - name: state description: The state of the milestone. Either `open`, `closed`, or `all`. in: query @@ -67078,12 +67085,12 @@ paths: application/json: schema: type: array - items: &459 + items: &460 title: Milestone description: A collection of related issues and pull requests. type: object - properties: *379 - required: *380 + properties: *380 + required: *381 examples: default: value: @@ -67139,8 +67146,8 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-server@3.12/rest/issues/milestones#create-a-milestone parameters: - - *277 - *278 + - *279 requestBody: required: true content: @@ -67180,9 +67187,9 @@ paths: description: Response content: application/json: - schema: *459 + schema: *460 examples: - default: &460 + default: &461 value: url: https://api.github.com/repos/octocat/Hello-World/milestones/1 html_url: https://github.com/octocat/Hello-World/milestones/v1.0 @@ -67241,9 +67248,9 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-server@3.12/rest/issues/milestones#get-a-milestone parameters: - - *277 - *278 - - &461 + - *279 + - &462 name: milestone_number description: The number that identifies the milestone. in: path @@ -67255,9 +67262,9 @@ paths: description: Response content: application/json: - schema: *459 + schema: *460 examples: - default: *460 + default: *461 '404': *26 x-github: githubCloudOnly: false @@ -67274,9 +67281,9 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-server@3.12/rest/issues/milestones#update-a-milestone parameters: - - *277 - *278 - - *461 + - *279 + - *462 requestBody: required: false content: @@ -67314,9 +67321,9 @@ paths: description: Response content: application/json: - schema: *459 + schema: *460 examples: - default: *460 + default: *461 x-github: githubCloudOnly: false enabledForGitHubApps: true @@ -67332,9 +67339,9 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-server@3.12/rest/issues/milestones#delete-a-milestone parameters: - - *277 - *278 - - *461 + - *279 + - *462 responses: '204': description: Response @@ -67355,9 +67362,9 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-server@3.12/rest/issues/labels#list-labels-for-issues-in-a-milestone parameters: - - *277 - *278 - - *461 + - *279 + - *462 - *4 - *5 responses: @@ -67367,9 +67374,9 @@ paths: application/json: schema: type: array - items: *439 + items: *440 examples: - default: *440 + default: *441 headers: Link: *6 x-github: @@ -67388,12 +67395,12 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-server@3.12/rest/activity/notifications#list-repository-notifications-for-the-authenticated-user parameters: - - *277 - *278 - - *462 + - *279 - *463 - - *111 - *464 + - *111 + - *465 - *4 - *5 responses: @@ -67405,7 +67412,7 @@ paths: type: array items: *131 examples: - default: *465 + default: *466 headers: Link: *6 x-github: @@ -67429,8 +67436,8 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-server@3.12/rest/activity/notifications#mark-repository-notifications-as-read parameters: - - *277 - *278 + - *279 requestBody: required: false content: @@ -67488,14 +67495,14 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-server@3.12/rest/pages/pages#get-a-apiname-pages-site parameters: - - *277 - *278 + - *279 responses: '200': description: Response content: application/json: - schema: &466 + schema: &467 title: GitHub Pages description: The configuration for GitHub Pages for a repository. type: object @@ -67620,7 +67627,7 @@ paths: - custom_404 - public examples: - default: &467 + default: &468 value: url: https://api.github.com/repos/github/developer.github.com/pages status: built @@ -67661,8 +67668,8 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-server@3.12/rest/pages/pages#create-a-apiname-pages-site parameters: - - *277 - *278 + - *279 requestBody: required: true content: @@ -67716,9 +67723,9 @@ paths: description: Response content: application/json: - schema: *466 + schema: *467 examples: - default: *467 + default: *468 '422': *35 '409': *140 x-github: @@ -67741,8 +67748,8 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-server@3.12/rest/pages/pages#update-information-about-a-apiname-pages-site parameters: - - *277 - *278 + - *279 requestBody: required: true content: @@ -67841,8 +67848,8 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-server@3.12/rest/pages/pages#delete-a-apiname-pages-site parameters: - - *277 - *278 + - *279 responses: '204': description: Response @@ -67868,8 +67875,8 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-server@3.12/rest/pages/pages#list-apiname-pages-builds parameters: - - *277 - *278 + - *279 - *4 - *5 responses: @@ -67879,7 +67886,7 @@ paths: application/json: schema: type: array - items: &468 + items: &469 title: Page Build description: Page Build type: object @@ -67973,8 +67980,8 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-server@3.12/rest/pages/pages#request-a-apiname-pages-build parameters: - - *277 - *278 + - *279 responses: '201': description: Response @@ -68019,16 +68026,16 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-server@3.12/rest/pages/pages#get-latest-pages-build parameters: - - *277 - *278 + - *279 responses: '200': description: Response content: application/json: - schema: *468 + schema: *469 examples: - default: &469 + default: &470 value: url: https://api.github.com/repos/github/developer.github.com/pages/builds/5472601 status: built @@ -68076,8 +68083,8 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-server@3.12/rest/pages/pages#get-apiname-pages-build parameters: - - *277 - *278 + - *279 - name: build_id in: path required: true @@ -68088,9 +68095,9 @@ paths: description: Response content: application/json: - schema: *468 + schema: *469 examples: - default: *469 + default: *470 x-github: githubCloudOnly: false enabledForGitHubApps: true @@ -68110,8 +68117,8 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-server@3.12/rest/pages/pages#create-a-github-pages-deployment parameters: - - *277 - *278 + - *279 requestBody: required: true content: @@ -68203,8 +68210,8 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-server@3.12/rest/enterprise-admin/repo-pre-receive-hooks#list-pre-receive-hooks-for-a-repository parameters: - - *277 - *278 + - *279 - *4 - *5 - *9 @@ -68225,7 +68232,7 @@ paths: application/json: schema: type: array - items: &470 + items: &471 type: object properties: id: @@ -68259,17 +68266,17 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-server@3.12/rest/enterprise-admin/repo-pre-receive-hooks#get-a-pre-receive-hook-for-a-repository parameters: - - *277 - *278 + - *279 - *16 responses: '200': description: Response content: application/json: - schema: *470 + schema: *471 examples: - default: &471 + default: &472 value: id: 42 name: Check Commits @@ -68291,15 +68298,15 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-server@3.12/rest/enterprise-admin/repo-pre-receive-hooks#update-pre-receive-hook-enforcement-for-a-repository parameters: - - *277 - *278 + - *279 - *16 responses: '200': description: Response content: application/json: - schema: *470 + schema: *471 examples: default: value: @@ -68343,8 +68350,8 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-server@3.12/rest/enterprise-admin/repo-pre-receive-hooks#remove-pre-receive-hook-enforcement-for-a-repository parameters: - - *277 - *278 + - *279 - *16 responses: '200': @@ -68352,9 +68359,9 @@ paths: global level. content: application/json: - schema: *470 + schema: *471 examples: - default: *471 + default: *472 x-github: githubCloudOnly: false enabledForGitHubApps: true @@ -68374,8 +68381,8 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-server@3.12/rest/projects/projects#list-repository-projects parameters: - - *277 - *278 + - *279 - name: state description: Indicates the state of the projects to return. in: query @@ -68396,7 +68403,7 @@ paths: application/json: schema: type: array - items: *231 + items: *232 examples: default: value: @@ -68436,7 +68443,7 @@ paths: '401': *41 '403': *43 '404': *26 - '410': *232 + '410': *233 '422': *27 x-github: githubCloudOnly: false @@ -68456,8 +68463,8 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-server@3.12/rest/projects/projects#create-a-repository-project parameters: - - *277 - *278 + - *279 requestBody: required: true content: @@ -68483,13 +68490,13 @@ paths: description: Response content: application/json: - schema: *231 + schema: *232 examples: - default: *286 + default: *287 '401': *41 '403': *43 '404': *26 - '410': *232 + '410': *233 '422': *27 x-github: githubCloudOnly: false @@ -68521,8 +68528,8 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-server@3.12/rest/pulls/pulls#list-pull-requests parameters: - - *277 - *278 + - *279 - name: state description: Either `open`, `closed`, or `all` to filter by state. in: query @@ -68582,9 +68589,9 @@ paths: application/json: schema: type: array - items: *472 + items: *473 examples: - default: *473 + default: *474 headers: Link: *6 '304': *42 @@ -68616,8 +68623,8 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-server@3.12/rest/pulls/pulls#create-a-pull-request parameters: - - *277 - *278 + - *279 requestBody: required: true content: @@ -68682,7 +68689,7 @@ paths: description: Response content: application/json: - schema: &478 + schema: &479 type: object title: Pull Request description: Pull requests let you tell others about changes you've @@ -68793,8 +68800,8 @@ paths: title: Milestone description: A collection of related issues and pull requests. type: object - properties: *379 - required: *380 + properties: *380 + required: *381 nullable: true active_lock_reason: type: string @@ -68839,7 +68846,7 @@ paths: nullable: true requested_teams: type: array - items: *474 + items: *475 nullable: true head: type: object @@ -68878,14 +68885,14 @@ paths: _links: type: object properties: - comments: *381 - commits: *381 - statuses: *381 - html: *381 - issue: *381 - review_comments: *381 - review_comment: *381 - self: *381 + comments: *382 + commits: *382 + statuses: *382 + html: *382 + issue: *382 + review_comments: *382 + review_comment: *382 + self: *382 required: - comments - commits @@ -68896,7 +68903,7 @@ paths: - review_comment - self author_association: *108 - auto_merge: *475 + auto_merge: *476 draft: description: Indicates whether or not the pull request is a draft. example: false @@ -68988,7 +68995,7 @@ paths: - merged_by - review_comments examples: - default: &479 + default: &480 value: url: https://api.github.com/repos/octocat/Hello-World/pulls/1347 id: 1 @@ -69515,8 +69522,8 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-server@3.12/rest/pulls/comments#list-review-comments-in-a-repository parameters: - - *277 - *278 + - *279 - name: sort in: query required: false @@ -69545,9 +69552,9 @@ paths: application/json: schema: type: array - items: *476 + items: *477 examples: - default: &482 + default: &483 value: - url: https://api.github.com/repos/octocat/Hello-World/pulls/comments/1 pull_request_review_id: 42 @@ -69624,17 +69631,17 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-server@3.12/rest/pulls/comments#get-a-review-comment-for-a-pull-request parameters: - - *277 - *278 + - *279 - *120 responses: '200': description: Response content: application/json: - schema: *476 + schema: *477 examples: - default: &477 + default: &478 value: url: https://api.github.com/repos/octocat/Hello-World/pulls/comments/1 pull_request_review_id: 42 @@ -69709,8 +69716,8 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-server@3.12/rest/pulls/comments#update-a-review-comment-for-a-pull-request parameters: - - *277 - *278 + - *279 - *120 requestBody: required: true @@ -69733,9 +69740,9 @@ paths: description: Response content: application/json: - schema: *476 + schema: *477 examples: - default: *477 + default: *478 x-github: githubCloudOnly: false enabledForGitHubApps: true @@ -69751,8 +69758,8 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-server@3.12/rest/pulls/comments#delete-a-review-comment-for-a-pull-request parameters: - - *277 - *278 + - *279 - *120 responses: '204': @@ -69774,8 +69781,8 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-server@3.12/rest/reactions/reactions#list-reactions-for-a-pull-request-review-comment parameters: - - *277 - *278 + - *279 - *120 - name: content description: Returns a single [reaction type](https://docs.github.com/enterprise-server@3.12/rest/reactions/reactions#about-reactions). @@ -69802,9 +69809,9 @@ paths: application/json: schema: type: array - items: *266 + items: *267 examples: - default: *268 + default: *269 headers: Link: *6 '404': *26 @@ -69825,8 +69832,8 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-server@3.12/rest/reactions/reactions#create-reaction-for-a-pull-request-review-comment parameters: - - *277 - *278 + - *279 - *120 requestBody: required: true @@ -69859,16 +69866,16 @@ paths: description: Reaction exists content: application/json: - schema: *266 + schema: *267 examples: - default: *267 + default: *268 '201': description: Reaction created content: application/json: - schema: *266 + schema: *267 examples: - default: *267 + default: *268 '422': *35 x-github: githubCloudOnly: false @@ -69890,10 +69897,10 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-server@3.12/rest/reactions/reactions#delete-a-pull-request-comment-reaction parameters: - - *277 - *278 + - *279 - *120 - - *269 + - *270 responses: '204': description: Response @@ -69936,9 +69943,9 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-server@3.12/rest/pulls/pulls#get-a-pull-request parameters: - - *277 - *278 - - &480 + - *279 + - &481 name: pull_number description: The number that identifies the pull request. in: path @@ -69951,9 +69958,9 @@ paths: to fetch diff and patch formats. content: application/json: - schema: *478 + schema: *479 examples: - default: *479 + default: *480 '304': *42 '404': *26 '406': @@ -69961,7 +69968,7 @@ paths: content: application/json: schema: *24 - '500': *219 + '500': *220 '503': *104 x-github: githubCloudOnly: false @@ -69988,9 +69995,9 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-server@3.12/rest/pulls/pulls#update-a-pull-request parameters: - - *277 - *278 - - *480 + - *279 + - *481 requestBody: required: false content: @@ -70032,9 +70039,9 @@ paths: description: Response content: application/json: - schema: *478 + schema: *479 examples: - default: *479 + default: *480 '422': *35 '403': *43 x-github: @@ -70062,10 +70069,10 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-server@3.12/rest/pulls/comments#list-review-comments-on-a-pull-request parameters: - - *277 - *278 - - *480 + - *279 - *481 + - *482 - name: direction description: The direction to sort results. Ignored without `sort` parameter. in: query @@ -70085,9 +70092,9 @@ paths: application/json: schema: type: array - items: *476 + items: *477 examples: - default: *482 + default: *483 headers: Link: *6 x-github: @@ -70120,9 +70127,9 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-server@3.12/rest/pulls/comments#create-a-review-comment-for-a-pull-request parameters: - - *277 - *278 - - *480 + - *279 + - *481 requestBody: required: true content: @@ -70227,7 +70234,7 @@ paths: description: Response content: application/json: - schema: *476 + schema: *477 examples: example-for-a-multi-line-comment: value: @@ -70315,9 +70322,9 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-server@3.12/rest/pulls/comments#create-a-reply-for-a-review-comment parameters: - - *277 - *278 - - *480 + - *279 + - *481 - *120 requestBody: required: true @@ -70340,7 +70347,7 @@ paths: description: Response content: application/json: - schema: *476 + schema: *477 examples: default: value: @@ -70426,9 +70433,9 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-server@3.12/rest/pulls/pulls#list-commits-on-a-pull-request parameters: - - *277 - *278 - - *480 + - *279 + - *481 - *4 - *5 responses: @@ -70438,9 +70445,9 @@ paths: application/json: schema: type: array - items: *375 + items: *376 examples: - default: *483 + default: *484 headers: Link: *6 x-github: @@ -70470,9 +70477,9 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-server@3.12/rest/pulls/pulls#list-pull-requests-files parameters: - - *277 - *278 - - *480 + - *279 + - *481 - *4 - *5 responses: @@ -70482,7 +70489,7 @@ paths: application/json: schema: type: array - items: *386 + items: *387 examples: default: value: @@ -70500,7 +70507,7 @@ paths: headers: Link: *6 '422': *35 - '500': *219 + '500': *220 '503': *104 x-github: githubCloudOnly: false @@ -70520,9 +70527,9 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-server@3.12/rest/pulls/pulls#check-if-a-pull-request-has-been-merged parameters: - - *277 - *278 - - *480 + - *279 + - *481 responses: '204': description: Response if pull request has been merged @@ -70545,9 +70552,9 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-server@3.12/rest/pulls/pulls#merge-a-pull-request parameters: - - *277 - *278 - - *480 + - *279 + - *481 requestBody: required: false content: @@ -70658,9 +70665,9 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-server@3.12/rest/pulls/review-requests#get-all-requested-reviewers-for-a-pull-request parameters: - - *277 - *278 - - *480 + - *279 + - *481 responses: '200': description: Response @@ -70676,7 +70683,7 @@ paths: items: *19 teams: type: array - items: *279 + items: *280 required: - users - teams @@ -70735,9 +70742,9 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-server@3.12/rest/pulls/review-requests#request-reviewers-for-a-pull-request parameters: - - *277 - *278 - - *480 + - *279 + - *481 requestBody: required: false content: @@ -70774,7 +70781,7 @@ paths: description: Response content: application/json: - schema: *472 + schema: *473 examples: default: value: @@ -71310,9 +71317,9 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-server@3.12/rest/pulls/review-requests#remove-requested-reviewers-from-a-pull-request parameters: - - *277 - *278 - - *480 + - *279 + - *481 requestBody: required: true content: @@ -71346,7 +71353,7 @@ paths: description: Response content: application/json: - schema: *472 + schema: *473 examples: default: value: @@ -71851,9 +71858,9 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-server@3.12/rest/pulls/reviews#list-reviews-for-a-pull-request parameters: - - *277 - *278 - - *480 + - *279 + - *481 - *4 - *5 responses: @@ -71863,7 +71870,7 @@ paths: application/json: schema: type: array - items: &484 + items: &485 title: Pull Request Review description: Pull Request Reviews are reviews on pull requests. type: object @@ -72014,9 +72021,9 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-server@3.12/rest/pulls/reviews#create-a-review-for-a-pull-request parameters: - - *277 - *278 - - *480 + - *279 + - *481 requestBody: required: false content: @@ -72102,9 +72109,9 @@ paths: description: Response content: application/json: - schema: *484 + schema: *485 examples: - default: &486 + default: &487 value: id: 80 node_id: MDE3OlB1bGxSZXF1ZXN0UmV2aWV3ODA= @@ -72167,10 +72174,10 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-server@3.12/rest/pulls/reviews#get-a-review-for-a-pull-request parameters: - - *277 - *278 - - *480 - - &485 + - *279 + - *481 + - &486 name: review_id description: The unique identifier of the review. in: path @@ -72182,9 +72189,9 @@ paths: description: Response content: application/json: - schema: *484 + schema: *485 examples: - default: &487 + default: &488 value: id: 80 node_id: MDE3OlB1bGxSZXF1ZXN0UmV2aWV3ODA= @@ -72243,10 +72250,10 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-server@3.12/rest/pulls/reviews#update-a-review-for-a-pull-request parameters: - - *277 - *278 - - *480 - - *485 + - *279 + - *481 + - *486 requestBody: required: true content: @@ -72269,7 +72276,7 @@ paths: description: Response content: application/json: - schema: *484 + schema: *485 examples: default: value: @@ -72331,18 +72338,18 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-server@3.12/rest/pulls/reviews#delete-a-pending-review-for-a-pull-request parameters: - - *277 - *278 - - *480 - - *485 + - *279 + - *481 + - *486 responses: '200': description: Response content: application/json: - schema: *484 + schema: *485 examples: - default: *486 + default: *487 '422': *27 '404': *26 x-github: @@ -72369,10 +72376,10 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-server@3.12/rest/pulls/reviews#list-comments-for-a-pull-request-review parameters: - - *277 - *278 - - *480 - - *485 + - *279 + - *481 + - *486 - *4 - *5 responses: @@ -72455,9 +72462,9 @@ paths: _links: type: object properties: - self: *381 - html: *381 - pull_request: *381 + self: *382 + html: *382 + pull_request: *382 required: - self - html @@ -72600,10 +72607,10 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-server@3.12/rest/pulls/reviews#dismiss-a-review-for-a-pull-request parameters: - - *277 - *278 - - *480 - - *485 + - *279 + - *481 + - *486 requestBody: required: true content: @@ -72631,7 +72638,7 @@ paths: description: Response content: application/json: - schema: *484 + schema: *485 examples: default: value: @@ -72694,10 +72701,10 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-server@3.12/rest/pulls/reviews#submit-a-review-for-a-pull-request parameters: - - *277 - *278 - - *480 - - *485 + - *279 + - *481 + - *486 requestBody: required: true content: @@ -72732,9 +72739,9 @@ paths: description: Response content: application/json: - schema: *484 + schema: *485 examples: - default: *487 + default: *488 '404': *26 '422': *27 '403': *43 @@ -72756,9 +72763,9 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-server@3.12/rest/pulls/pulls#update-a-pull-request-branch parameters: - - *277 - *278 - - *480 + - *279 + - *481 requestBody: required: false content: @@ -72821,8 +72828,8 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-server@3.12/rest/repos/contents#get-a-repository-readme parameters: - - *277 - *278 + - *279 - name: ref description: 'The name of the commit/branch/tag. Default: the repository’s default branch.' @@ -72835,9 +72842,9 @@ paths: description: Response content: application/json: - schema: *488 + schema: *489 examples: - default: &489 + default: &490 value: type: file encoding: base64 @@ -72879,8 +72886,8 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-server@3.12/rest/repos/contents#get-a-repository-readme-for-a-directory parameters: - - *277 - *278 + - *279 - name: dir description: The alternate path to look for a README file in: path @@ -72900,9 +72907,9 @@ paths: description: Response content: application/json: - schema: *488 + schema: *489 examples: - default: *489 + default: *490 '404': *26 '422': *35 x-github: @@ -72924,8 +72931,8 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-server@3.12/rest/releases/releases#list-releases parameters: - - *277 - *278 + - *279 - *4 - *5 responses: @@ -72935,7 +72942,7 @@ paths: application/json: schema: type: array - items: &490 + items: &491 title: Release description: A release. type: object @@ -72998,7 +73005,7 @@ paths: author: *19 assets: type: array - items: &491 + items: &492 title: Release Asset description: Data related to a release. type: object @@ -73175,8 +73182,8 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-server@3.12/rest/releases/releases#create-a-release parameters: - - *277 - *278 + - *279 requestBody: required: true content: @@ -73246,9 +73253,9 @@ paths: description: Response content: application/json: - schema: *490 + schema: *491 examples: - default: &495 + default: &496 value: url: https://api.github.com/repos/octocat/Hello-World/releases/1 html_url: https://github.com/octocat/Hello-World/releases/v1.0.0 @@ -73346,9 +73353,9 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-server@3.12/rest/releases/assets#get-a-release-asset parameters: - - *277 - *278 - - &493 + - *279 + - &494 name: asset_id description: The unique identifier of the asset. in: path @@ -73360,9 +73367,9 @@ paths: description: Response content: application/json: - schema: *491 + schema: *492 examples: - default: &494 + default: &495 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 @@ -73396,7 +73403,7 @@ paths: type: User site_admin: false '404': *26 - '302': *492 + '302': *493 x-github: githubCloudOnly: false enabledForGitHubApps: true @@ -73412,9 +73419,9 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-server@3.12/rest/releases/assets#update-a-release-asset parameters: - - *277 - *278 - - *493 + - *279 + - *494 requestBody: required: false content: @@ -73442,9 +73449,9 @@ paths: description: Response content: application/json: - schema: *491 + schema: *492 examples: - default: *494 + default: *495 x-github: githubCloudOnly: false enabledForGitHubApps: true @@ -73460,9 +73467,9 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-server@3.12/rest/releases/assets#delete-a-release-asset parameters: - - *277 - *278 - - *493 + - *279 + - *494 responses: '204': description: Response @@ -73486,8 +73493,8 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-server@3.12/rest/releases/releases#generate-release-notes-content-for-a-release parameters: - - *277 - *278 + - *279 requestBody: required: true content: @@ -73572,16 +73579,16 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-server@3.12/rest/releases/releases#get-the-latest-release parameters: - - *277 - *278 + - *279 responses: '200': description: Response content: application/json: - schema: *490 + schema: *491 examples: - default: *495 + default: *496 x-github: githubCloudOnly: false enabledForGitHubApps: true @@ -73598,8 +73605,8 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-server@3.12/rest/releases/releases#get-a-release-by-tag-name parameters: - - *277 - *278 + - *279 - name: tag description: tag parameter in: path @@ -73612,9 +73619,9 @@ paths: description: Response content: application/json: - schema: *490 + schema: *491 examples: - default: *495 + default: *496 '404': *26 x-github: githubCloudOnly: false @@ -73636,9 +73643,9 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-server@3.12/rest/releases/releases#get-a-release parameters: - - *277 - *278 - - &496 + - *279 + - &497 name: release_id description: The unique identifier of the release. in: path @@ -73652,9 +73659,9 @@ paths: For more information, see "[Getting started with the REST API](https://docs.github.com/enterprise-server@3.12/rest/using-the-rest-api/getting-started-with-the-rest-api#hypermedia)."' content: application/json: - schema: *490 + schema: *491 examples: - default: *495 + default: *496 '401': description: Unauthorized x-github: @@ -73672,9 +73679,9 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-server@3.12/rest/releases/releases#update-a-release parameters: - - *277 - *278 - - *496 + - *279 + - *497 requestBody: required: false content: @@ -73731,9 +73738,9 @@ paths: description: Response content: application/json: - schema: *490 + schema: *491 examples: - default: *495 + default: *496 x-github: githubCloudOnly: false enabledForGitHubApps: true @@ -73749,9 +73756,9 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-server@3.12/rest/releases/releases#delete-a-release parameters: - - *277 - *278 - - *496 + - *279 + - *497 responses: '204': description: Response @@ -73771,9 +73778,9 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-server@3.12/rest/releases/assets#list-release-assets parameters: - - *277 - *278 - - *496 + - *279 + - *497 - *4 - *5 responses: @@ -73783,7 +73790,7 @@ paths: application/json: schema: type: array - items: *491 + items: *492 examples: default: value: @@ -73864,9 +73871,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: - - *277 - *278 - - *496 + - *279 + - *497 - name: name in: query required: true @@ -73892,7 +73899,7 @@ paths: description: Response for successful upload content: application/json: - schema: *491 + schema: *492 examples: response-for-successful-upload: value: @@ -73946,9 +73953,9 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-server@3.12/rest/reactions/reactions#list-reactions-for-a-release parameters: - - *277 - *278 - - *496 + - *279 + - *497 - name: content description: Returns a single [reaction type](https://docs.github.com/enterprise-server@3.12/rest/reactions/reactions#about-reactions). Omit this parameter to list all reactions to a release. @@ -73972,9 +73979,9 @@ paths: application/json: schema: type: array - items: *266 + items: *267 examples: - default: *268 + default: *269 headers: Link: *6 '404': *26 @@ -73995,9 +74002,9 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-server@3.12/rest/reactions/reactions#create-reaction-for-a-release parameters: - - *277 - *278 - - *496 + - *279 + - *497 requestBody: required: true content: @@ -74027,16 +74034,16 @@ paths: description: Reaction exists content: application/json: - schema: *266 + schema: *267 examples: - default: *267 + default: *268 '201': description: Reaction created content: application/json: - schema: *266 + schema: *267 examples: - default: *267 + default: *268 '422': *35 x-github: githubCloudOnly: false @@ -74058,10 +74065,10 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-server@3.12/rest/reactions/reactions#delete-a-release-reaction parameters: - - *277 - *278 - - *496 - - *269 + - *279 + - *497 + - *270 responses: '204': description: Response @@ -74081,8 +74088,8 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-server@3.12/rest/repos/repos#list-repository-cache-replication-status parameters: - - *277 - *278 + - *279 - *4 - *5 responses: @@ -74157,9 +74164,9 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-server@3.12/rest/repos/rules#get-rules-for-a-branch parameters: - - *277 - *278 - - *335 + - *279 + - *336 - *4 - *5 responses: @@ -74175,8 +74182,8 @@ paths: description: A repository rule with ruleset details. oneOf: - allOf: - - *497 - - &499 + - *498 + - &500 title: repository ruleset data for rule description: User-defined metadata to store domain-specific information limited to 8 keys with scalar values. @@ -74196,47 +74203,47 @@ paths: type: integer description: The ID of the ruleset that includes this rule. - allOf: - - *498 - *499 - - allOf: - *500 - - *499 - allOf: - *501 - - *499 + - *500 - allOf: - *502 - - *499 + - *500 - allOf: - *503 - - *499 + - *500 - allOf: - *504 - - *499 + - *500 - allOf: - *505 - - *499 + - *500 - allOf: - *506 - - *499 + - *500 - allOf: - *507 - - *499 + - *500 - allOf: - *508 - - *499 + - *500 - allOf: - *509 - - *499 + - *500 - allOf: - *510 - - *499 + - *500 - allOf: - *511 - - *499 + - *500 - allOf: - *512 - - *499 + - *500 + - allOf: + - *513 + - *500 examples: default: value: @@ -74275,8 +74282,8 @@ paths: category: repos subcategory: rules parameters: - - *277 - *278 + - *279 - *4 - *5 - name: includes_parents @@ -74287,7 +74294,7 @@ paths: schema: type: boolean default: true - - *513 + - *514 responses: '200': description: Response @@ -74295,7 +74302,7 @@ paths: application/json: schema: type: array - items: *241 + items: *242 examples: default: value: @@ -74326,7 +74333,7 @@ paths: created_at: '2023-08-15T08:43:03Z' updated_at: '2023-09-23T16:29:47Z' '404': *26 - '500': *219 + '500': *220 post: summary: Create a repository ruleset description: Create a ruleset for a repository. @@ -74342,8 +74349,8 @@ paths: category: repos subcategory: rules parameters: - - *277 - *278 + - *279 requestBody: description: Request body required: true @@ -74362,16 +74369,16 @@ paths: - branch - tag default: branch - enforcement: *237 + enforcement: *238 bypass_actors: type: array description: The actors that can bypass the rules in this ruleset - items: *238 - conditions: *236 + items: *239 + conditions: *237 rules: type: array description: An array of rules within the ruleset. - items: *240 + items: *241 required: - name - enforcement @@ -74402,9 +74409,9 @@ paths: description: Response content: application/json: - schema: *241 + schema: *242 examples: - default: &523 + default: &524 value: id: 42 name: super cool ruleset @@ -74437,7 +74444,7 @@ paths: created_at: '2023-07-15T08:43:03Z' updated_at: '2023-08-23T16:29:47Z' '404': *26 - '500': *219 + '500': *220 "/repos/{owner}/{repo}/rulesets/rule-suites": get: summary: List repository rule suites @@ -74451,12 +74458,12 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-server@3.12/rest/repos/rule-suites#list-repository-rule-suites parameters: - - *277 - *278 - - *514 + - *279 - *515 - *516 - *517 + - *518 - *4 - *5 responses: @@ -74464,11 +74471,11 @@ paths: description: Response content: application/json: - schema: *518 + schema: *519 examples: - default: *519 + default: *520 '404': *26 - '500': *219 + '500': *220 x-github: githubCloudOnly: false enabledForGitHubApps: true @@ -74487,19 +74494,19 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-server@3.12/rest/repos/rule-suites#get-a-repository-rule-suite parameters: - - *277 - *278 - - *520 + - *279 + - *521 responses: '200': description: Response content: application/json: - schema: *521 + schema: *522 examples: - default: *522 + default: *523 '404': *26 - '500': *219 + '500': *220 x-github: githubCloudOnly: false enabledForGitHubApps: true @@ -74525,8 +74532,8 @@ paths: category: repos subcategory: rules parameters: - - *277 - *278 + - *279 - name: ruleset_id description: The ID of the ruleset. in: path @@ -74546,11 +74553,11 @@ paths: description: Response content: application/json: - schema: *241 + schema: *242 examples: - default: *523 + default: *524 '404': *26 - '500': *219 + '500': *220 put: summary: Update a repository ruleset description: Update a ruleset for a repository. @@ -74566,8 +74573,8 @@ paths: category: repos subcategory: rules parameters: - - *277 - *278 + - *279 - name: ruleset_id description: The ID of the ruleset. in: path @@ -74591,16 +74598,16 @@ paths: enum: - branch - tag - enforcement: *237 + enforcement: *238 bypass_actors: type: array description: The actors that can bypass the rules in this ruleset - items: *238 - conditions: *236 + items: *239 + conditions: *237 rules: description: An array of rules within the ruleset. type: array - items: *240 + items: *241 examples: default: value: @@ -74628,11 +74635,11 @@ paths: description: Response content: application/json: - schema: *241 + schema: *242 examples: - default: *523 + default: *524 '404': *26 - '500': *219 + '500': *220 delete: summary: Delete a repository ruleset description: Delete a ruleset for a repository. @@ -74648,8 +74655,8 @@ paths: category: repos subcategory: rules parameters: - - *277 - *278 + - *279 - name: ruleset_id description: The ID of the ruleset. in: path @@ -74660,7 +74667,7 @@ paths: '204': description: Response '404': *26 - '500': *219 + '500': *220 "/repos/{owner}/{repo}/secret-scanning/alerts": get: summary: List secret scanning alerts for a repository @@ -74677,18 +74684,18 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-server@3.12/rest/secret-scanning/secret-scanning#list-secret-scanning-alerts-for-a-repository parameters: - - *277 - *278 - - *243 + - *279 - *244 - *245 - *246 + - *247 - *9 - *5 - *4 - - *524 - *525 - - *247 + - *526 + - *248 responses: '200': description: Response @@ -74696,7 +74703,7 @@ paths: application/json: schema: type: array - items: &528 + items: &529 type: object properties: number: *93 @@ -74715,8 +74722,8 @@ paths: format: uri description: The REST API URL of the code locations for this alert. - state: *526 - resolution: *527 + state: *527 + resolution: *528 resolved_at: type: string format: date-time @@ -74894,15 +74901,15 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-server@3.12/rest/secret-scanning/secret-scanning#get-a-secret-scanning-alert parameters: - - *277 - *278 - - *363 + - *279 + - *364 responses: '200': description: Response content: application/json: - schema: *528 + schema: *529 examples: default: value: @@ -74942,9 +74949,9 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-server@3.12/rest/secret-scanning/secret-scanning#update-a-secret-scanning-alert parameters: - - *277 - *278 - - *363 + - *279 + - *364 requestBody: required: true content: @@ -74952,8 +74959,8 @@ paths: schema: type: object properties: - state: *526 - resolution: *527 + state: *527 + resolution: *528 resolution_comment: description: An optional comment when closing an alert. Cannot be updated or deleted. Must be `null` when changing `state` to `open`. @@ -74971,7 +74978,7 @@ paths: description: Response content: application/json: - schema: *528 + schema: *529 examples: default: value: @@ -75038,9 +75045,9 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-server@3.12/rest/secret-scanning/secret-scanning#list-locations-for-a-secret-scanning-alert parameters: - - *277 - *278 - - *363 + - *279 + - *364 - *5 - *4 responses: @@ -75051,7 +75058,7 @@ paths: schema: type: array description: List of locations where the secret was detected - items: &655 + items: &656 type: object properties: type: @@ -75358,8 +75365,8 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-server@3.12/rest/activity/starring#list-stargazers parameters: - - *277 - *278 + - *279 - *4 - *5 responses: @@ -75455,8 +75462,8 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-server@3.12/rest/metrics/statistics#get-the-weekly-commit-activity parameters: - - *277 - *278 + - *279 responses: '200': description: Returns a weekly aggregate of the number of additions and deletions @@ -75465,7 +75472,7 @@ paths: application/json: schema: type: array - items: &529 + items: &530 title: Code Frequency Stat description: Code Frequency Stat type: array @@ -75478,7 +75485,7 @@ paths: - 1124 - -435 '202': *141 - '204': *228 + '204': *229 x-github: githubCloudOnly: false enabledForGitHubApps: true @@ -75496,8 +75503,8 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-server@3.12/rest/metrics/statistics#get-the-last-year-of-commit-activity parameters: - - *277 - *278 + - *279 responses: '200': description: Response @@ -75546,7 +75553,7 @@ paths: total: 89 week: 1336280400 '202': *141 - '204': *228 + '204': *229 x-github: githubCloudOnly: false enabledForGitHubApps: true @@ -75570,8 +75577,8 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-server@3.12/rest/metrics/statistics#get-all-contributor-commit-activity parameters: - - *277 - *278 + - *279 responses: '200': description: Response @@ -75645,7 +75652,7 @@ paths: d: 77 c: 10 '202': *141 - '204': *228 + '204': *229 x-github: githubCloudOnly: false enabledForGitHubApps: true @@ -75667,8 +75674,8 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-server@3.12/rest/metrics/statistics#get-the-weekly-commit-count parameters: - - *277 - *278 + - *279 responses: '200': description: The array order is oldest week (index 0) to most recent week. @@ -75822,8 +75829,8 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-server@3.12/rest/metrics/statistics#get-the-hourly-commit-count-for-each-day parameters: - - *277 - *278 + - *279 responses: '200': description: For example, `[2, 14, 25]` indicates that there were 25 total @@ -75833,7 +75840,7 @@ paths: application/json: schema: type: array - items: *529 + items: *530 examples: default: value: @@ -75846,7 +75853,7 @@ paths: - - 0 - 2 - 21 - '204': *228 + '204': *229 x-github: githubCloudOnly: false enabledForGitHubApps: true @@ -75866,8 +75873,8 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-server@3.12/rest/commits/statuses#create-a-commit-status parameters: - - *277 - *278 + - *279 - name: sha in: path required: true @@ -75921,7 +75928,7 @@ paths: description: Response content: application/json: - schema: *530 + schema: *531 examples: default: value: @@ -75975,8 +75982,8 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-server@3.12/rest/activity/watching#list-watchers parameters: - - *277 - *278 + - *279 - *4 - *5 responses: @@ -75988,7 +75995,7 @@ paths: type: array items: *19 examples: - default: *212 + default: *213 headers: Link: *6 x-github: @@ -76008,14 +76015,14 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-server@3.12/rest/activity/watching#get-a-repository-subscription parameters: - - *277 - *278 + - *279 responses: '200': description: if you subscribe to the repository content: application/json: - schema: &531 + schema: &532 title: Repository Invitation description: Repository invitations let you manage who you collaborate with. @@ -76083,8 +76090,8 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-server@3.12/rest/activity/watching#set-a-repository-subscription parameters: - - *277 - *278 + - *279 requestBody: required: false content: @@ -76110,7 +76117,7 @@ paths: description: Response content: application/json: - schema: *531 + schema: *532 examples: default: value: @@ -76137,8 +76144,8 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-server@3.12/rest/activity/watching#delete-a-repository-subscription parameters: - - *277 - *278 + - *279 responses: '204': description: Response @@ -76158,8 +76165,8 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-server@3.12/rest/repos/repos#list-repository-tags parameters: - - *277 - *278 + - *279 - *4 - *5 responses: @@ -76238,8 +76245,8 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-server@3.12/rest/repos/tags#closing-down---list-tag-protection-states-for-a-repository parameters: - - *277 - *278 + - *279 responses: '200': description: Response @@ -76247,7 +76254,7 @@ paths: application/json: schema: type: array - items: &532 + items: &533 title: Tag protection description: Tag protection type: object @@ -76299,8 +76306,8 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-server@3.12/rest/repos/tags#closing-down---create-a-tag-protection-state-for-a-repository parameters: - - *277 - *278 + - *279 requestBody: required: true content: @@ -76323,7 +76330,7 @@ paths: description: Response content: application/json: - schema: *532 + schema: *533 examples: default: value: @@ -76354,8 +76361,8 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-server@3.12/rest/repos/tags#closing-down---delete-a-tag-protection-state-for-a-repository parameters: - - *277 - *278 + - *279 - name: tag_protection_id description: The unique identifier of the tag protection. in: path @@ -76392,8 +76399,8 @@ paths: url: https://docs.github.com/enterprise-server@3.12/rest/repos/contents#download-a-repository-archive-tar operationId: repos/download-tarball-archive parameters: - - *277 - *278 + - *279 - name: ref in: path required: true @@ -76429,8 +76436,8 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-server@3.12/rest/repos/repos#list-repository-teams parameters: - - *277 - *278 + - *279 - *4 - *5 responses: @@ -76440,9 +76447,9 @@ paths: application/json: schema: type: array - items: *279 + items: *280 examples: - default: *257 + default: *258 headers: Link: *6 '404': *26 @@ -76462,8 +76469,8 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-server@3.12/rest/repos/repos#get-all-repository-topics parameters: - - *277 - *278 + - *279 - *5 - *4 responses: @@ -76471,7 +76478,7 @@ paths: description: Response content: application/json: - schema: &533 + schema: &534 title: Topic description: A topic aggregates entities that are related to a subject. type: object @@ -76483,7 +76490,7 @@ paths: required: - names examples: - default: &534 + default: &535 value: names: - octocat @@ -76506,8 +76513,8 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-server@3.12/rest/repos/repos#replace-all-repository-topics parameters: - - *277 - *278 + - *279 requestBody: required: true content: @@ -76538,9 +76545,9 @@ paths: description: Response content: application/json: - schema: *533 + schema: *534 examples: - default: *534 + default: *535 '404': *26 '422': *27 x-github: @@ -76563,8 +76570,8 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-server@3.12/rest/repos/repos#transfer-a-repository parameters: - - *277 - *278 + - *279 requestBody: required: true content: @@ -76838,8 +76845,8 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-server@3.12/rest/repos/repos#check-if-vulnerability-alerts-are-enabled-for-a-repository parameters: - - *277 - *278 + - *279 responses: '204': description: Response if repository is enabled with vulnerability alerts @@ -76862,8 +76869,8 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-server@3.12/rest/repos/repos#enable-vulnerability-alerts parameters: - - *277 - *278 + - *279 responses: '204': description: Response @@ -76885,8 +76892,8 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-server@3.12/rest/repos/repos#disable-vulnerability-alerts parameters: - - *277 - *278 + - *279 responses: '204': description: Response @@ -76912,8 +76919,8 @@ paths: url: https://docs.github.com/enterprise-server@3.12/rest/repos/contents#download-a-repository-archive-zip operationId: repos/download-zipball-archive parameters: - - *277 - *278 + - *279 - name: ref in: path required: true @@ -77005,9 +77012,9 @@ paths: description: Response content: application/json: - schema: *288 + schema: *289 examples: - default: *290 + default: *291 headers: Location: example: https://api.github.com/repos/octocat/Hello-World @@ -77181,7 +77188,7 @@ paths: value: Engineering externalId: value: 8aa1a0c0-c4c3-4bc0-b4a5-2ef676900159 - - &542 + - &543 name: excludedAttributes description: Excludes the specified attribute from being returned in the results. Using this parameter can speed up response time. @@ -77190,7 +77197,7 @@ paths: schema: type: string example: members - - &547 + - &548 name: startIndex description: 'Used for pagination: the starting index of the first result to return when paginating through values.' @@ -77201,7 +77208,7 @@ paths: default: 1 format: int32 example: 1 - - &548 + - &549 name: count description: 'Used for pagination: the number of results to return per page.' in: query @@ -77243,7 +77250,7 @@ paths: Resources: type: array description: Information about each provisioned group. - items: &536 + items: &537 allOf: - type: object required: @@ -77318,7 +77325,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: &549 + meta: &550 type: object description: The metadata associated with the creation/updates to the user. @@ -77378,31 +77385,31 @@ paths: location: https://api.github.localhost/scim/v2/Groups/24b28bbb-5fc4-4686-a153-a020debb1155 startIndex: 1 itemsPerPage: 20 - '400': &537 + '400': &538 description: Bad request content: application/json: - schema: *535 + schema: *536 application/scim+json: - schema: *535 - '401': &538 + schema: *536 + '401': &539 description: Authorization failure - '403': &539 + '403': &540 description: Permission denied - '429': &540 + '429': &541 description: Too many requests content: application/json: - schema: *535 + schema: *536 application/scim+json: - schema: *535 - '500': &541 + schema: *536 + '500': &542 description: Internal server error content: application/json: - schema: *535 + schema: *536 application/scim+json: - schema: *535 + schema: *536 x-github: enabledForGitHubApps: true githubCloudOnly: true @@ -77429,7 +77436,7 @@ paths: required: true content: application/json: - schema: &545 + schema: &546 type: object required: - schemas @@ -77485,9 +77492,9 @@ paths: description: Group has been created content: application/scim+json: - schema: *536 + schema: *537 examples: - group: &543 + group: &544 value: schemas: - urn:ietf:params:scim:schemas:core:2.0:Group @@ -77506,13 +77513,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': *537 - '401': *538 - '403': *539 - '409': &546 + '400': *538 + '401': *539 + '403': *540 + '409': &547 description: Duplicate record detected - '429': *540 - '500': *541 + '429': *541 + '500': *542 x-github: enabledForGitHubApps: true githubCloudOnly: true @@ -77533,7 +77540,7 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-server@3.12/rest/enterprise-admin/scim#get-scim-provisioning-information-for-an-enterprise-group parameters: - - &544 + - &545 name: scim_group_id description: A unique identifier of the SCIM group. in: path @@ -77541,22 +77548,22 @@ paths: schema: type: string example: 7fce0092-d52e-4f76-b727-3955bd72c939 - - *542 + - *543 - *65 responses: '200': description: Success, a group was found content: application/scim+json: - schema: *536 + schema: *537 examples: - default: *543 - '400': *537 - '401': *538 - '403': *539 + default: *544 + '400': *538 + '401': *539 + '403': *540 '404': *26 - '429': *540 - '500': *541 + '429': *541 + '500': *542 x-github: enabledForGitHubApps: true githubCloudOnly: true @@ -77578,13 +77585,13 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-server@3.12/rest/enterprise-admin/scim#set-scim-information-for-a-provisioned-enterprise-group parameters: - - *544 + - *545 - *65 requestBody: required: true content: application/json: - schema: *545 + schema: *546 examples: group: summary: Group @@ -77610,17 +77617,17 @@ paths: description: Group was updated content: application/scim+json: - schema: *536 + schema: *537 examples: - group: *543 - groupWithMembers: *543 - '400': *537 - '401': *538 - '403': *539 + group: *544 + groupWithMembers: *544 + '400': *538 + '401': *539 + '403': *540 '404': *26 - '409': *546 - '429': *540 - '500': *541 + '409': *547 + '429': *541 + '500': *542 x-github: enabledForGitHubApps: true githubCloudOnly: true @@ -77644,13 +77651,13 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-server@3.12/rest/enterprise-admin/scim#update-an-attribute-for-a-scim-enterprise-group parameters: - - *544 + - *545 - *65 requestBody: required: true content: application/json: - schema: &556 + schema: &557 type: object required: - Operations @@ -77710,17 +77717,17 @@ paths: description: Success, group was updated content: application/scim+json: - schema: *536 + schema: *537 examples: - updateGroup: *543 - addMembers: *543 - '400': *537 - '401': *538 - '403': *539 + updateGroup: *544 + addMembers: *544 + '400': *538 + '401': *539 + '403': *540 '404': *26 - '409': *546 - '429': *540 - '500': *541 + '409': *547 + '429': *541 + '500': *542 x-github: enabledForGitHubApps: true githubCloudOnly: true @@ -77740,17 +77747,17 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-server@3.12/rest/enterprise-admin/scim#delete-a-scim-group-from-an-enterprise parameters: - - *544 + - *545 - *65 responses: '204': description: Group was deleted, no content - '400': *537 - '401': *538 - '403': *539 + '400': *538 + '401': *539 + '403': *540 '404': *26 - '429': *540 - '500': *541 + '429': *541 + '500': *542 x-github: enabledForGitHubApps: true githubCloudOnly: true @@ -77787,8 +77794,8 @@ paths: value: userName eq 'E012345' externalId: value: externalId eq 'E012345' - - *547 - *548 + - *549 - *65 responses: '200': @@ -77821,7 +77828,7 @@ paths: Resources: type: array description: Information about each provisioned account. - items: &551 + items: &552 allOf: - type: object required: @@ -77900,7 +77907,7 @@ paths: description: Whether this email address is the primary address. example: true - roles: &550 + roles: &551 type: array description: The roles assigned to the user. items: @@ -77956,7 +77963,7 @@ paths: type: string description: Provisioned SCIM groups that the user is a member of. - meta: *549 + meta: *550 startIndex: type: integer description: A starting index for the returned page @@ -77993,11 +78000,11 @@ paths: primary: false startIndex: 1 itemsPerPage: 20 - '400': *537 - '401': *538 - '403': *539 - '429': *540 - '500': *541 + '400': *538 + '401': *539 + '403': *540 + '429': *541 + '500': *542 x-github: enabledForGitHubApps: true githubCloudOnly: true @@ -78026,7 +78033,7 @@ paths: required: true content: application/json: - schema: &554 + schema: &555 type: object required: - schemas @@ -78108,9 +78115,9 @@ paths: type: boolean description: Whether this email address is the primary address. example: true - roles: *550 + roles: *551 examples: - user: &555 + user: &556 summary: User value: schemas: @@ -78157,9 +78164,9 @@ paths: description: User has been created content: application/scim+json: - schema: *551 + schema: *552 examples: - user: &552 + user: &553 value: schemas: - urn:ietf:params:scim:schemas:core:2.0:User @@ -78185,13 +78192,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: *552 - '400': *537 - '401': *538 - '403': *539 - '409': *546 - '429': *540 - '500': *541 + enterpriseOwner: *553 + '400': *538 + '401': *539 + '403': *540 + '409': *547 + '429': *541 + '500': *542 x-github: enabledForGitHubApps: true githubCloudOnly: true @@ -78212,7 +78219,7 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-server@3.12/rest/enterprise-admin/scim#get-scim-provisioning-information-for-an-enterprise-user parameters: - - &553 + - &554 name: scim_user_id description: The unique identifier of the SCIM user. in: path @@ -78225,15 +78232,15 @@ paths: description: Success, a user was found content: application/scim+json: - schema: *551 + schema: *552 examples: - default: *552 - '400': *537 - '401': *538 - '403': *539 + default: *553 + '400': *538 + '401': *539 + '403': *540 '404': *26 - '429': *540 - '500': *541 + '429': *541 + '500': *542 x-github: enabledForGitHubApps: true githubCloudOnly: true @@ -78258,30 +78265,30 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-server@3.12/rest/enterprise-admin/scim#set-scim-information-for-a-provisioned-enterprise-user parameters: - - *553 + - *554 - *65 requestBody: required: true content: application/json: - schema: *554 + schema: *555 examples: - user: *555 + user: *556 responses: '200': description: User was updated content: application/scim+json: - schema: *551 + schema: *552 examples: - user: *552 - '400': *537 - '401': *538 - '403': *539 + user: *553 + '400': *538 + '401': *539 + '403': *540 '404': *26 - '409': *546 - '429': *540 - '500': *541 + '409': *547 + '429': *541 + '500': *542 x-github: enabledForGitHubApps: true githubCloudOnly: true @@ -78319,13 +78326,13 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-server@3.12/rest/enterprise-admin/scim#update-an-attribute-for-a-scim-enterprise-user parameters: - - *553 + - *554 - *65 requestBody: required: true content: application/json: - schema: *556 + schema: *557 examples: userMultiValuedProperties: summary: Multi Valued Property @@ -78365,18 +78372,18 @@ paths: description: Success, user was updated content: application/scim+json: - schema: *551 - examples: - userMultiValuedProperties: *552 - userSingleValuedProperties: *552 - disableUser: *552 - '400': *537 - '401': *538 - '403': *539 + schema: *552 + examples: + userMultiValuedProperties: *553 + userSingleValuedProperties: *553 + disableUser: *553 + '400': *538 + '401': *539 + '403': *540 '404': *26 - '409': *546 - '429': *540 - '500': *541 + '409': *547 + '429': *541 + '500': *542 x-github: enabledForGitHubApps: true githubCloudOnly: true @@ -78396,17 +78403,17 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-server@3.12/rest/enterprise-admin/scim#delete-a-scim-user-from-an-enterprise parameters: - - *553 + - *554 - *65 responses: '204': description: User was deleted, no content - '400': *537 - '401': *538 - '403': *539 + '400': *538 + '401': *539 + '403': *540 '404': *26 - '429': *540 - '500': *541 + '429': *541 + '500': *542 x-github: enabledForGitHubApps: true githubCloudOnly: true @@ -78533,7 +78540,7 @@ paths: example: - 73..77 - 77..78 - text_matches: &557 + text_matches: &558 title: Search Result Text Matches type: array items: @@ -78696,7 +78703,7 @@ paths: enum: - author-date - committer-date - - &558 + - &559 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 @@ -78767,7 +78774,7 @@ paths: description: Metaproperties for Git author/committer information. type: object - properties: *333 + properties: *334 nullable: true comment_count: type: integer @@ -78787,7 +78794,7 @@ paths: url: type: string format: uri - verification: *422 + verification: *423 required: - author - committer @@ -78806,7 +78813,7 @@ paths: title: Git User description: Metaproperties for Git author/committer information. type: object - properties: *333 + properties: *334 nullable: true parents: type: array @@ -78824,7 +78831,7 @@ paths: type: number node_id: type: string - text_matches: *557 + text_matches: *558 required: - sha - node_id @@ -79017,7 +79024,7 @@ paths: - interactions - created - updated - - *558 + - *559 - *4 - *5 - name: advanced_search @@ -79144,8 +79151,8 @@ paths: title: Milestone description: A collection of related issues and pull requests. type: object - properties: *379 - required: *380 + properties: *380 + required: *381 nullable: true comments: type: integer @@ -79159,7 +79166,7 @@ paths: type: string format: date-time nullable: true - text_matches: *557 + text_matches: *558 pull_request: type: object properties: @@ -79203,7 +79210,7 @@ paths: timeline_url: type: string format: uri - type: *559 + type: *560 performed_via_github_app: title: GitHub app description: GitHub apps are a new way to extend GitHub. @@ -79384,7 +79391,7 @@ paths: enum: - created - updated - - *558 + - *559 - *4 - *5 responses: @@ -79428,7 +79435,7 @@ paths: nullable: true score: type: number - text_matches: *557 + text_matches: *558 required: - id - node_id @@ -79514,7 +79521,7 @@ paths: - forks - help-wanted-issues - updated - - *558 + - *559 - *4 - *5 responses: @@ -79753,7 +79760,7 @@ paths: - admin - pull - push - text_matches: *557 + text_matches: *558 temp_clone_token: type: string allow_merge_commit: @@ -80054,7 +80061,7 @@ paths: type: string format: uri nullable: true - text_matches: *557 + text_matches: *558 related: type: array nullable: true @@ -80247,7 +80254,7 @@ paths: - followers - repositories - joined - - *558 + - *559 - *4 - *5 responses: @@ -80351,7 +80358,7 @@ paths: hireable: type: boolean nullable: true - text_matches: *557 + text_matches: *558 blog: type: string nullable: true @@ -80546,7 +80553,7 @@ paths: description: Response content: application/json: - schema: &560 + schema: &561 type: object properties: status: @@ -80566,7 +80573,7 @@ paths: - name - number examples: - default: &561 + default: &562 value: status: scheduled scheduled_time: Tuesday, January 22 at 15:34 -0800 @@ -80611,9 +80618,9 @@ paths: description: Response content: application/json: - schema: *560 + schema: *561 examples: - default: *561 + default: *562 '401': description: Unauthorized requestBody: @@ -81177,7 +81184,7 @@ paths: application/json: schema: type: array - items: &562 + items: &563 type: object properties: key: @@ -81185,7 +81192,7 @@ paths: pretty-print: type: string examples: - default: &563 + default: &564 value: - key: ssh-rsa AAAAB3NzaC1yc2EAAAAB... pretty-print: ssh-rsa 01:14:0f:f2:0f:e2:fe:e8:f4:72:62:af:75:f7:1a:88:3e:04:92:64 @@ -81228,9 +81235,9 @@ paths: application/json: schema: type: array - items: *562 + items: *563 examples: - default: *563 + default: *564 '401': description: Unauthorized requestBody: @@ -81282,9 +81289,9 @@ paths: application/json: schema: type: array - items: *562 + items: *563 examples: - default: *563 + default: *564 '401': description: Unauthorized requestBody: @@ -81441,9 +81448,9 @@ paths: description: Response content: application/json: - schema: *258 + schema: *259 examples: - default: *259 + default: *260 '404': *26 x-github: githubCloudOnly: false @@ -81533,16 +81540,16 @@ paths: description: Response when the updated information already exists content: application/json: - schema: *258 + schema: *259 examples: - default: *259 + default: *260 '201': description: Response content: application/json: - schema: *258 + schema: *259 examples: - default: *259 + default: *260 '404': *26 '422': *35 '403': *43 @@ -81612,9 +81619,9 @@ paths: application/json: schema: type: array - items: *260 + items: *261 examples: - default: *564 + default: *565 headers: Link: *6 x-github: @@ -81677,9 +81684,9 @@ paths: description: Response content: application/json: - schema: *260 + schema: *261 examples: - default: *261 + default: *262 x-github: triggersNotification: true githubCloudOnly: false @@ -81707,15 +81714,15 @@ paths: url: https://docs.github.com/enterprise-server@3.12/rest/teams/discussions#get-a-discussion-legacy parameters: - *7 - - *262 + - *263 responses: '200': description: Response content: application/json: - schema: *260 + schema: *261 examples: - default: *261 + default: *262 x-github: githubCloudOnly: false enabledForGitHubApps: true @@ -81741,7 +81748,7 @@ paths: url: https://docs.github.com/enterprise-server@3.12/rest/teams/discussions#update-a-discussion-legacy parameters: - *7 - - *262 + - *263 requestBody: required: false content: @@ -81764,9 +81771,9 @@ paths: description: Response content: application/json: - schema: *260 + schema: *261 examples: - default: *565 + default: *566 x-github: githubCloudOnly: false enabledForGitHubApps: true @@ -81792,7 +81799,7 @@ paths: url: https://docs.github.com/enterprise-server@3.12/rest/teams/discussions#delete-a-discussion-legacy parameters: - *7 - - *262 + - *263 responses: '204': description: Response @@ -81822,7 +81829,7 @@ paths: url: https://docs.github.com/enterprise-server@3.12/rest/teams/discussion-comments#list-discussion-comments-legacy parameters: - *7 - - *262 + - *263 - *9 - *4 - *5 @@ -81833,9 +81840,9 @@ paths: application/json: schema: type: array - items: *263 + items: *264 examples: - default: *566 + default: *567 headers: Link: *6 x-github: @@ -81865,7 +81872,7 @@ paths: url: https://docs.github.com/enterprise-server@3.12/rest/teams/discussion-comments#create-a-discussion-comment-legacy parameters: - *7 - - *262 + - *263 requestBody: required: true content: @@ -81887,9 +81894,9 @@ paths: description: Response content: application/json: - schema: *263 + schema: *264 examples: - default: *264 + default: *265 x-github: triggersNotification: true githubCloudOnly: false @@ -81917,16 +81924,16 @@ paths: url: https://docs.github.com/enterprise-server@3.12/rest/teams/discussion-comments#get-a-discussion-comment-legacy parameters: - *7 - - *262 - - *265 + - *263 + - *266 responses: '200': description: Response content: application/json: - schema: *263 + schema: *264 examples: - default: *264 + default: *265 x-github: githubCloudOnly: false enabledForGitHubApps: true @@ -81952,8 +81959,8 @@ paths: url: https://docs.github.com/enterprise-server@3.12/rest/teams/discussion-comments#update-a-discussion-comment-legacy parameters: - *7 - - *262 - - *265 + - *263 + - *266 requestBody: required: true content: @@ -81975,9 +81982,9 @@ paths: description: Response content: application/json: - schema: *263 + schema: *264 examples: - default: *567 + default: *568 x-github: githubCloudOnly: false enabledForGitHubApps: true @@ -82003,8 +82010,8 @@ paths: url: https://docs.github.com/enterprise-server@3.12/rest/teams/discussion-comments#delete-a-discussion-comment-legacy parameters: - *7 - - *262 - - *265 + - *263 + - *266 responses: '204': description: Response @@ -82034,8 +82041,8 @@ paths: url: https://docs.github.com/enterprise-server@3.12/rest/reactions/reactions#list-reactions-for-a-team-discussion-comment-legacy parameters: - *7 - - *262 - - *265 + - *263 + - *266 - name: content description: Returns a single [reaction type](https://docs.github.com/enterprise-server@3.12/rest/reactions/reactions#about-reactions). Omit this parameter to list all reactions to a team discussion comment. @@ -82061,9 +82068,9 @@ paths: application/json: schema: type: array - items: *266 + items: *267 examples: - default: *268 + default: *269 headers: Link: *6 x-github: @@ -82093,8 +82100,8 @@ paths: url: https://docs.github.com/enterprise-server@3.12/rest/reactions/reactions#create-reaction-for-a-team-discussion-comment-legacy parameters: - *7 - - *262 - - *265 + - *263 + - *266 requestBody: required: true content: @@ -82126,9 +82133,9 @@ paths: description: Response content: application/json: - schema: *266 + schema: *267 examples: - default: *267 + default: *268 x-github: githubCloudOnly: false enabledForGitHubApps: true @@ -82155,7 +82162,7 @@ paths: url: https://docs.github.com/enterprise-server@3.12/rest/reactions/reactions#list-reactions-for-a-team-discussion-legacy parameters: - *7 - - *262 + - *263 - name: content description: Returns a single [reaction type](https://docs.github.com/enterprise-server@3.12/rest/reactions/reactions#about-reactions). Omit this parameter to list all reactions to a team discussion. @@ -82181,9 +82188,9 @@ paths: application/json: schema: type: array - items: *266 + items: *267 examples: - default: *268 + default: *269 headers: Link: *6 x-github: @@ -82213,7 +82220,7 @@ paths: url: https://docs.github.com/enterprise-server@3.12/rest/reactions/reactions#create-reaction-for-a-team-discussion-legacy parameters: - *7 - - *262 + - *263 requestBody: required: true content: @@ -82245,9 +82252,9 @@ paths: description: Response content: application/json: - schema: *266 + schema: *267 examples: - default: *267 + default: *268 x-github: githubCloudOnly: false enabledForGitHubApps: false @@ -82294,7 +82301,7 @@ paths: type: array items: *19 examples: - default: *212 + default: *213 headers: Link: *6 '404': *26 @@ -82443,9 +82450,9 @@ paths: description: Response content: application/json: - schema: *274 + schema: *275 examples: - response-if-user-is-a-team-maintainer: *568 + response-if-user-is-a-team-maintainer: *569 '404': *26 x-github: githubCloudOnly: false @@ -82504,9 +82511,9 @@ paths: description: Response content: application/json: - schema: *274 + schema: *275 examples: - response-if-users-membership-with-team-is-now-pending: *569 + response-if-users-membership-with-team-is-now-pending: *570 '403': description: Forbidden if team synchronization is set up '422': @@ -82580,9 +82587,9 @@ paths: application/json: schema: type: array - items: *275 + items: *276 examples: - default: *570 + default: *571 headers: Link: *6 '404': *26 @@ -82610,15 +82617,15 @@ paths: url: https://docs.github.com/enterprise-server@3.12/rest/teams/teams#check-team-permissions-for-a-project-legacy parameters: - *7 - - *276 + - *277 responses: '200': description: Response content: application/json: - schema: *275 + schema: *276 examples: - default: *571 + default: *572 '404': description: Not Found if project is not managed by this team x-github: @@ -82644,7 +82651,7 @@ paths: url: https://docs.github.com/enterprise-server@3.12/rest/teams/teams#add-or-update-team-project-permissions-legacy parameters: - *7 - - *276 + - *277 requestBody: required: false content: @@ -82713,7 +82720,7 @@ paths: url: https://docs.github.com/enterprise-server@3.12/rest/teams/teams#remove-a-project-from-a-team-legacy parameters: - *7 - - *276 + - *277 responses: '204': description: Response @@ -82752,7 +82759,7 @@ paths: type: array items: *153 examples: - default: *220 + default: *221 headers: Link: *6 '404': *26 @@ -82783,14 +82790,14 @@ paths: url: https://docs.github.com/enterprise-server@3.12/rest/teams/teams#check-team-permissions-for-a-repository-legacy parameters: - *7 - - *277 - *278 + - *279 responses: '200': description: Alternative response with extra repository information content: application/json: - schema: *572 + schema: *573 examples: alternative-response-with-extra-repository-information: value: @@ -82942,8 +82949,8 @@ paths: url: https://docs.github.com/enterprise-server@3.12/rest/teams/teams#add-or-update-team-repository-permissions-legacy parameters: - *7 - - *277 - *278 + - *279 requestBody: required: false content: @@ -82994,8 +83001,8 @@ paths: url: https://docs.github.com/enterprise-server@3.12/rest/teams/teams#remove-a-repository-from-a-team-legacy parameters: - *7 - - *277 - *278 + - *279 responses: '204': description: Response @@ -83030,9 +83037,9 @@ paths: application/json: schema: type: array - items: *279 + items: *280 examples: - response-if-child-teams-exist: *573 + response-if-child-teams-exist: *574 headers: Link: *6 '404': *26 @@ -83065,7 +83072,7 @@ paths: application/json: schema: oneOf: - - &575 + - &576 title: Private User description: Private User type: object @@ -83268,7 +83275,7 @@ paths: - private_gists - total_private_repos - two_factor_authentication - - *574 + - *575 examples: response-with-public-and-private-profile-information: summary: Response with public and private profile information @@ -83419,7 +83426,7 @@ paths: description: Response content: application/json: - schema: *575 + schema: *576 examples: default: value: @@ -83495,9 +83502,9 @@ paths: application/json: schema: type: array - items: *213 + items: *214 examples: - default: &585 + default: &586 value: - id: 197 name: hello_docker @@ -83584,7 +83591,7 @@ paths: application/json: schema: type: array - items: &576 + items: &577 title: Email description: Email type: object @@ -83609,7 +83616,7 @@ paths: - verified - visibility examples: - default: &587 + default: &588 value: - email: octocat@github.com verified: true @@ -83684,7 +83691,7 @@ paths: application/json: schema: type: array - items: *576 + items: *577 examples: default: value: @@ -83794,7 +83801,7 @@ paths: type: array items: *19 examples: - default: *212 + default: *213 headers: Link: *6 '304': *42 @@ -83827,7 +83834,7 @@ paths: type: array items: *19 examples: - default: *212 + default: *213 headers: Link: *6 '304': *42 @@ -83940,7 +83947,7 @@ paths: application/json: schema: type: array - items: &577 + items: &578 title: GPG Key description: A unique encryption key type: object @@ -84071,7 +84078,7 @@ paths: - subkeys - revoked examples: - default: &597 + default: &598 value: - id: 3 name: Octocat's GPG Key @@ -84156,9 +84163,9 @@ paths: description: Response content: application/json: - schema: *577 + schema: *578 examples: - default: &578 + default: &579 value: id: 3 name: Octocat's GPG Key @@ -84215,7 +84222,7 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-server@3.12/rest/users/gpg-keys#get-a-gpg-key-for-the-authenticated-user parameters: - - &579 + - &580 name: gpg_key_id description: The unique identifier of the GPG key. in: path @@ -84227,9 +84234,9 @@ paths: description: Response content: application/json: - schema: *577 + schema: *578 examples: - default: *578 + default: *579 '404': *26 '304': *42 '403': *43 @@ -84252,7 +84259,7 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-server@3.12/rest/users/gpg-keys#delete-a-gpg-key-for-the-authenticated-user parameters: - - *579 + - *580 responses: '204': description: Response @@ -84443,7 +84450,7 @@ paths: type: array items: *84 examples: - default: *580 + default: *581 headers: Link: *6 '404': *26 @@ -84561,7 +84568,7 @@ paths: - closed - all default: open - - *206 + - *207 - name: sort description: What to sort results by. in: query @@ -84586,7 +84593,7 @@ paths: type: array items: *121 examples: - default: *207 + default: *208 headers: Link: *6 '404': *26 @@ -84619,7 +84626,7 @@ paths: application/json: schema: type: array - items: &581 + items: &582 title: Key description: Key type: object @@ -84716,9 +84723,9 @@ paths: description: Response content: application/json: - schema: *581 + schema: *582 examples: - default: &582 + default: &583 value: key: 2Sg8iYjAxxmI2LvUXpJjkYrMxURPc8r+dB7TJyvv1234 id: 2 @@ -84751,15 +84758,15 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-server@3.12/rest/users/keys#get-a-public-ssh-key-for-the-authenticated-user parameters: - - *456 + - *457 responses: '200': description: Response content: application/json: - schema: *581 + schema: *582 examples: - default: *582 + default: *583 '404': *26 '304': *42 '403': *43 @@ -84782,7 +84789,7 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-server@3.12/rest/users/keys#delete-a-public-ssh-key-for-the-authenticated-user parameters: - - *456 + - *457 responses: '204': description: Response @@ -84825,7 +84832,7 @@ paths: application/json: schema: type: array - items: *208 + items: *209 examples: default: value: @@ -84933,7 +84940,7 @@ paths: description: Response content: application/json: - schema: *208 + schema: *209 examples: default: value: @@ -85016,7 +85023,7 @@ paths: description: Response content: application/json: - schema: *208 + schema: *209 examples: default: value: @@ -85084,7 +85091,7 @@ paths: application/json: schema: type: array - items: *210 + items: *211 examples: default: value: @@ -85337,7 +85344,7 @@ paths: description: Response content: application/json: - schema: *210 + schema: *211 examples: default: value: @@ -85530,7 +85537,7 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-server@3.12/rest/migrations/users#download-a-user-migration-archive parameters: - - *211 + - *212 responses: '302': description: Response @@ -85553,7 +85560,7 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-server@3.12/rest/migrations/users#list-repositories-for-a-user-migration parameters: - - *211 + - *212 - *4 - *5 responses: @@ -85565,7 +85572,7 @@ paths: type: array items: *153 examples: - default: *220 + default: *221 headers: Link: *6 '404': *26 @@ -85602,7 +85609,7 @@ paths: type: array items: *70 examples: - default: *583 + default: *584 headers: Link: *6 '304': *42 @@ -85644,7 +85651,7 @@ paths: - docker - nuget - container - - *584 + - *585 - *5 - *4 responses: @@ -85654,10 +85661,10 @@ paths: application/json: schema: type: array - items: *213 + items: *214 examples: - default: *585 - '400': *586 + default: *586 + '400': *587 x-github: githubCloudOnly: false enabledForGitHubApps: false @@ -85677,16 +85684,16 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-server@3.12/rest/packages/packages#get-a-package-for-the-authenticated-user parameters: - - *215 - *216 + - *217 responses: '200': description: Response content: application/json: - schema: *213 + schema: *214 examples: - default: &598 + default: &599 value: id: 40201 name: octo-name @@ -85799,8 +85806,8 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-server@3.12/rest/packages/packages#delete-a-package-for-the-authenticated-user parameters: - - *215 - *216 + - *217 responses: '204': description: Response @@ -85830,8 +85837,8 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-server@3.12/rest/packages/packages#restore-a-package-for-the-authenticated-user parameters: - - *215 - *216 + - *217 - name: token description: package token schema: @@ -85863,8 +85870,8 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-server@3.12/rest/packages/packages#list-package-versions-for-a-package-owned-by-the-authenticated-user parameters: - - *215 - *216 + - *217 - *5 - *4 - name: state @@ -85884,7 +85891,7 @@ paths: application/json: schema: type: array - items: *217 + items: *218 examples: default: value: @@ -85933,15 +85940,15 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-server@3.12/rest/packages/packages#get-a-package-version-for-the-authenticated-user parameters: - - *215 - *216 - - *218 + - *217 + - *219 responses: '200': description: Response content: application/json: - schema: *217 + schema: *218 examples: default: value: @@ -85977,9 +85984,9 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-server@3.12/rest/packages/packages#delete-a-package-version-for-the-authenticated-user parameters: - - *215 - *216 - - *218 + - *217 + - *219 responses: '204': description: Response @@ -86009,9 +86016,9 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-server@3.12/rest/packages/packages#restore-a-package-version-for-the-authenticated-user parameters: - - *215 - *216 - - *218 + - *217 + - *219 responses: '204': description: Response @@ -86067,7 +86074,7 @@ paths: description: Response content: application/json: - schema: *231 + schema: *232 examples: default: value: @@ -86136,9 +86143,9 @@ paths: application/json: schema: type: array - items: *576 + items: *577 examples: - default: *587 + default: *588 headers: Link: *6 '304': *42 @@ -86251,7 +86258,7 @@ paths: type: array items: *84 examples: - default: &594 + default: &595 summary: Default response value: - id: 1296269 @@ -86555,9 +86562,9 @@ paths: description: Response content: application/json: - schema: *288 + schema: *289 examples: - default: *290 + default: *291 headers: Location: example: https://api.github.com/repos/octocat/Hello-World @@ -86595,9 +86602,9 @@ paths: application/json: schema: type: array - items: *429 + items: *430 examples: - default: *588 + default: *589 headers: Link: *6 '304': *42 @@ -86620,7 +86627,7 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-server@3.12/rest/collaborators/invitations#accept-a-repository-invitation parameters: - - *430 + - *431 responses: '204': description: Response @@ -86643,7 +86650,7 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-server@3.12/rest/collaborators/invitations#decline-a-repository-invitation parameters: - - *430 + - *431 responses: '204': description: Response @@ -86676,7 +86683,7 @@ paths: application/json: schema: type: array - items: &589 + items: &590 title: Social account description: Social media account type: object @@ -86691,7 +86698,7 @@ paths: - provider - url examples: - default: &590 + default: &591 value: - provider: twitter url: https://twitter.com/github @@ -86753,9 +86760,9 @@ paths: application/json: schema: type: array - items: *589 + items: *590 examples: - default: *590 + default: *591 '422': *35 '304': *42 '404': *26 @@ -86842,7 +86849,7 @@ paths: application/json: schema: type: array - items: &591 + items: &592 title: SSH Signing Key description: A public SSH key used to sign Git commits type: object @@ -86862,7 +86869,7 @@ paths: - title - created_at examples: - default: &599 + default: &600 value: - key: 2Sg8iYjAxxmI2LvUXpJjkYrMxURPc8r+dB7TJyvv1234 id: 2 @@ -86928,9 +86935,9 @@ paths: description: Response content: application/json: - schema: *591 + schema: *592 examples: - default: &592 + default: &593 value: key: 2Sg8iYjAxxmI2LvUXpJjkYrMxURPc8r+dB7TJyvv1234 id: 2 @@ -86961,7 +86968,7 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-server@3.12/rest/users/ssh-signing-keys#get-an-ssh-signing-key-for-the-authenticated-user parameters: - - &593 + - &594 name: ssh_signing_key_id description: The unique identifier of the SSH signing key. in: path @@ -86973,9 +86980,9 @@ paths: description: Response content: application/json: - schema: *591 + schema: *592 examples: - default: *592 + default: *593 '404': *26 '304': *42 '403': *43 @@ -86998,7 +87005,7 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-server@3.12/rest/users/ssh-signing-keys#delete-an-ssh-signing-key-for-the-authenticated-user parameters: - - *593 + - *594 responses: '204': description: Response @@ -87027,7 +87034,7 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-server@3.12/rest/activity/starring#list-repositories-starred-by-the-authenticated-user parameters: - - &600 + - &601 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 @@ -87052,11 +87059,11 @@ paths: type: array items: *84 examples: - default-response: *594 + default-response: *595 application/vnd.github.v3.star+json: schema: type: array - items: &601 + items: &602 title: Starred Repository description: Starred Repository type: object @@ -87212,8 +87219,8 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-server@3.12/rest/activity/starring#check-if-a-repository-is-starred-by-the-authenticated-user parameters: - - *277 - *278 + - *279 responses: '204': description: Response if this repository is starred by you @@ -87241,8 +87248,8 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-server@3.12/rest/activity/starring#star-a-repository-for-the-authenticated-user parameters: - - *277 - *278 + - *279 responses: '204': description: Response @@ -87266,8 +87273,8 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-server@3.12/rest/activity/starring#unstar-a-repository-for-the-authenticated-user parameters: - - *277 - *278 + - *279 responses: '204': description: Response @@ -87302,7 +87309,7 @@ paths: type: array items: *153 examples: - default: *220 + default: *221 headers: Link: *6 '304': *42 @@ -87339,7 +87346,7 @@ paths: application/json: schema: type: array - items: *258 + items: *259 examples: default: value: @@ -87426,10 +87433,10 @@ paths: application/json: schema: oneOf: + - *576 - *575 - - *574 examples: - default-response: &595 + default-response: &596 summary: Default response value: login: octocat @@ -87464,7 +87471,7 @@ paths: following: 0 created_at: '2008-01-14T04:33:35Z' updated_at: '2008-01-14T04:33:35Z' - response-with-git-hub-plan-information: &596 + response-with-git-hub-plan-information: &597 summary: Response with GitHub plan information value: login: octocat @@ -87540,7 +87547,7 @@ paths: type: array items: *19 examples: - default: *212 + default: *213 headers: Link: example: ; rel="next" @@ -87576,11 +87583,11 @@ paths: application/json: schema: oneOf: + - *576 - *575 - - *574 examples: - default-response: *595 - response-with-git-hub-plan-information: *596 + default-response: *596 + response-with-git-hub-plan-information: *597 '404': *26 x-github: githubCloudOnly: false @@ -87609,9 +87616,9 @@ paths: application/json: schema: type: array - items: *213 + items: *214 examples: - default: *585 + default: *586 '403': *43 '401': *41 x-github: @@ -87894,7 +87901,7 @@ paths: type: array items: *19 examples: - default: *212 + default: *213 headers: Link: *6 x-github: @@ -87925,7 +87932,7 @@ paths: type: array items: *19 examples: - default: *212 + default: *213 headers: Link: *6 x-github: @@ -88015,9 +88022,9 @@ paths: application/json: schema: type: array - items: *577 + items: *578 examples: - default: *597 + default: *598 headers: Link: *6 x-github: @@ -88121,7 +88128,7 @@ paths: application/json: schema: *39 examples: - default: *428 + default: *429 x-github: githubCloudOnly: false enabledForGitHubApps: false @@ -88199,7 +88206,7 @@ paths: type: array items: *70 examples: - default: *583 + default: *584 headers: Link: *6 x-github: @@ -88238,7 +88245,7 @@ paths: - docker - nuget - container - - *584 + - *585 - *8 - *5 - *4 @@ -88249,12 +88256,12 @@ paths: application/json: schema: type: array - items: *213 + items: *214 examples: - default: *585 + default: *586 '403': *43 '401': *41 - '400': *586 + '400': *587 x-github: githubCloudOnly: false enabledForGitHubApps: false @@ -88274,17 +88281,17 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-server@3.12/rest/packages/packages#get-a-package-for-a-user parameters: - - *215 - *216 + - *217 - *8 responses: '200': description: Response content: application/json: - schema: *213 + schema: *214 examples: - default: *598 + default: *599 x-github: githubCloudOnly: false enabledForGitHubApps: false @@ -88305,8 +88312,8 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-server@3.12/rest/packages/packages#delete-a-package-for-a-user parameters: - - *215 - *216 + - *217 - *8 responses: '204': @@ -88339,8 +88346,8 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-server@3.12/rest/packages/packages#restore-a-package-for-a-user parameters: - - *215 - *216 + - *217 - *8 - name: token description: package token @@ -88373,8 +88380,8 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-server@3.12/rest/packages/packages#list-package-versions-for-a-package-owned-by-a-user parameters: - - *215 - *216 + - *217 - *8 responses: '200': @@ -88383,7 +88390,7 @@ paths: application/json: schema: type: array - items: *217 + items: *218 examples: default: value: @@ -88441,16 +88448,16 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-server@3.12/rest/packages/packages#get-a-package-version-for-a-user parameters: - - *215 - *216 - - *218 + - *217 + - *219 - *8 responses: '200': description: Response content: application/json: - schema: *217 + schema: *218 examples: default: value: @@ -88485,10 +88492,10 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-server@3.12/rest/packages/packages#delete-package-version-for-a-user parameters: - - *215 - *216 + - *217 - *8 - - *218 + - *219 responses: '204': description: Response @@ -88520,10 +88527,10 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-server@3.12/rest/packages/packages#restore-package-version-for-a-user parameters: - - *215 - *216 + - *217 - *8 - - *218 + - *219 responses: '204': description: Response @@ -88567,7 +88574,7 @@ paths: application/json: schema: type: array - items: *231 + items: *232 examples: default: value: @@ -88847,7 +88854,7 @@ paths: type: array items: *153 examples: - default: *220 + default: *221 headers: Link: *6 x-github: @@ -88917,9 +88924,9 @@ paths: application/json: schema: type: array - items: *589 + items: *590 examples: - default: *590 + default: *591 headers: Link: *6 x-github: @@ -88949,9 +88956,9 @@ paths: application/json: schema: type: array - items: *591 + items: *592 examples: - default: *599 + default: *600 headers: Link: *6 x-github: @@ -88976,7 +88983,7 @@ paths: url: https://docs.github.com/enterprise-server@3.12/rest/activity/starring#list-repositories-starred-by-a-user parameters: - *8 - - *600 + - *601 - *9 - *4 - *5 @@ -88988,11 +88995,11 @@ paths: schema: anyOf: - type: array - items: *601 + items: *602 - type: array items: *84 examples: - default-response: *594 + default-response: *595 headers: Link: *6 x-github: @@ -89023,7 +89030,7 @@ paths: type: array items: *153 examples: - default: *220 + default: *221 headers: Link: *6 x-github: @@ -89202,7 +89209,7 @@ x-webhooks: type: string enum: - disabled - enterprise: &602 + enterprise: &603 title: Enterprise description: |- An enterprise on GitHub. Webhook payloads contain the `enterprise` property when the webhook is configured @@ -89260,7 +89267,7 @@ x-webhooks: - created_at - updated_at - avatar_url - installation: &603 + installation: &604 title: Simple Installation description: |- The GitHub App installation. Webhook payloads contain the `installation` property when the event is configured @@ -89279,7 +89286,7 @@ x-webhooks: required: - id - node_id - organization: &604 + organization: &605 title: Organization Simple description: |- A GitHub organization. Webhook payloads contain the `organization` property when the webhook is configured for an @@ -89339,13 +89346,13 @@ x-webhooks: - public_members_url - avatar_url - description - repository: &605 + repository: &606 title: Repository description: |- The repository on GitHub where the event occurred. Webhook payloads contain the `repository` property when the event occurs from activity in a repository. type: object - properties: &631 + properties: &632 id: description: Unique identifier of the repository example: 42 @@ -90022,7 +90029,7 @@ x-webhooks: type: boolean description: Whether anonymous git access is enabled for this repository - required: &632 + required: &633 - archive_url - assignees_url - blobs_url @@ -90173,10 +90180,10 @@ x-webhooks: type: string enum: - enabled - enterprise: *602 - installation: *603 - organization: *604 - repository: *605 + enterprise: *603 + installation: *604 + organization: *605 + repository: *606 sender: *19 required: - action @@ -90262,11 +90269,11 @@ x-webhooks: type: string enum: - created - enterprise: *602 - installation: *603 - organization: *604 - repository: *605 - rule: &606 + enterprise: *603 + installation: *604 + organization: *605 + repository: *606 + rule: &607 title: branch protection rule description: The branch protection rule. Includes a `name` and all the [branch protection settings](https://docs.github.com/enterprise-server@3.12/github/administering-a-repository/defining-the-mergeability-of-pull-requests/about-protected-branches#about-branch-protection-settings) @@ -90483,11 +90490,11 @@ x-webhooks: type: string enum: - deleted - enterprise: *602 - installation: *603 - organization: *604 - repository: *605 - rule: *606 + enterprise: *603 + installation: *604 + organization: *605 + repository: *606 + rule: *607 sender: *19 required: - action @@ -90661,11 +90668,11 @@ x-webhooks: - everyone required: - from - enterprise: *602 - installation: *603 - organization: *604 - repository: *605 - rule: *606 + enterprise: *603 + installation: *604 + organization: *605 + repository: *606 + rule: *607 sender: *19 required: - action @@ -90750,12 +90757,12 @@ x-webhooks: type: string cache_location: type: string - enterprise: *602 - installation: *603 - organization: *604 + enterprise: *603 + installation: *604 + organization: *605 ref: type: string - repository: *605 + repository: *606 sender: *19 required: - cache_location @@ -90849,7 +90856,7 @@ x-webhooks: type: string enum: - completed - check_run: &608 + check_run: &609 title: CheckRun description: A check performed on the code of a given code change type: object @@ -90912,7 +90919,7 @@ x-webhooks: type: string pull_requests: type: array - items: *346 + items: *347 repository: *153 status: example: completed @@ -90950,7 +90957,7 @@ x-webhooks: - skipped - timed_out - action_required - deployment: *607 + deployment: *608 details_url: example: https://example.com type: string @@ -91000,7 +91007,7 @@ x-webhooks: - annotations_url pull_requests: type: array - items: *346 + items: *347 started_at: example: '2018-05-04T01:14:52Z' type: string @@ -91035,9 +91042,9 @@ x-webhooks: - output - app - pull_requests - installation: *603 - organization: *604 - repository: *605 + installation: *604 + organization: *605 + repository: *606 sender: *19 required: - check_run @@ -91440,10 +91447,10 @@ x-webhooks: type: string enum: - created - check_run: *608 - installation: *603 - organization: *604 - repository: *605 + check_run: *609 + installation: *604 + organization: *605 + repository: *606 sender: *19 required: - check_run @@ -91849,10 +91856,10 @@ x-webhooks: type: string enum: - requested_action - check_run: *608 - installation: *603 - organization: *604 - repository: *605 + check_run: *609 + installation: *604 + organization: *605 + repository: *606 requested_action: description: The action requested by the user. type: object @@ -92267,10 +92274,10 @@ x-webhooks: type: string enum: - rerequested - check_run: *608 - installation: *603 - organization: *604 - repository: *605 + check_run: *609 + installation: *604 + organization: *605 + repository: *606 sender: *19 required: - check_run @@ -93257,10 +93264,10 @@ x-webhooks: - latest_check_runs_count - check_runs_url - head_commit - enterprise: *602 - installation: *603 - organization: *604 - repository: *605 + enterprise: *603 + installation: *604 + organization: *605 + repository: *606 sender: *19 required: - action @@ -93940,10 +93947,10 @@ x-webhooks: - latest_check_runs_count - check_runs_url - head_commit - enterprise: *602 - installation: *603 - organization: *604 - repository: *605 + enterprise: *603 + installation: *604 + organization: *605 + repository: *606 sender: *19 required: - action @@ -94617,10 +94624,10 @@ x-webhooks: - latest_check_runs_count - check_runs_url - head_commit - enterprise: *602 - installation: *603 - organization: *604 - repository: *605 + enterprise: *603 + installation: *604 + organization: *605 + repository: *606 sender: *19 required: - action @@ -94793,7 +94800,7 @@ x-webhooks: required: - login - id - dismissed_comment: *359 + dismissed_comment: *360 dismissed_reason: description: The reason for dismissing or closing the alert. type: string @@ -94938,20 +94945,20 @@ x-webhooks: - dismissed_reason - rule - tool - commit_oid: &609 + commit_oid: &610 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: *602 - installation: *603 - organization: *604 - ref: &610 + enterprise: *603 + installation: *604 + organization: *605 + ref: &611 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: *605 + repository: *606 sender: *19 required: - action @@ -95123,7 +95130,7 @@ x-webhooks: required: - login - id - dismissed_comment: *359 + dismissed_comment: *360 dismissed_reason: description: The reason for dismissing or closing the alert. type: string @@ -95353,12 +95360,12 @@ x-webhooks: - dismissed_reason - rule - tool - commit_oid: *609 - enterprise: *602 - installation: *603 - organization: *604 - ref: *610 - repository: *605 + commit_oid: *610 + enterprise: *603 + installation: *604 + organization: *605 + ref: *611 + repository: *606 sender: *19 required: - action @@ -95463,7 +95470,7 @@ x-webhooks: nullable: true dismissed_by: nullable: true - dismissed_comment: *359 + dismissed_comment: *360 dismissed_reason: description: 'The reason for dismissing or closing the alert. Can be one of: `false positive`, `won''t fix`, and `used in @@ -95631,12 +95638,12 @@ x-webhooks: - dismissed_reason - rule - tool - commit_oid: *609 - enterprise: *602 - installation: *603 - organization: *604 - ref: *610 - repository: *605 + commit_oid: *610 + enterprise: *603 + installation: *604 + organization: *605 + ref: *611 + repository: *606 sender: *19 required: - action @@ -95809,7 +95816,7 @@ x-webhooks: required: - login - id - dismissed_comment: *359 + dismissed_comment: *360 dismissed_reason: description: The reason for dismissing or closing the alert. type: string @@ -95975,12 +95982,12 @@ x-webhooks: - dismissed_reason - rule - tool - commit_oid: *609 - enterprise: *602 - installation: *603 - organization: *604 - ref: *610 - repository: *605 + commit_oid: *610 + enterprise: *603 + installation: *604 + organization: *605 + ref: *611 + repository: *606 sender: *19 required: - action @@ -96087,7 +96094,7 @@ x-webhooks: dismissed_by: type: object nullable: true - dismissed_comment: *359 + dismissed_comment: *360 dismissed_reason: description: 'The reason for dismissing or closing the alert. Can be one of: `false positive`, `won''t fix`, and `used in @@ -96255,16 +96262,16 @@ x-webhooks: triggered by the `sender` and this value will be empty. type: string nullable: true - enterprise: *602 - installation: *603 - organization: *604 + enterprise: *603 + installation: *604 + organization: *605 ref: description: The Git reference of the code scanning alert. When the action is `reopened_by_user` or `closed_by_user`, the event was triggered by the `sender` and this value will be empty. type: string nullable: true - repository: *605 + repository: *606 sender: *19 required: - action @@ -96368,7 +96375,7 @@ x-webhooks: nullable: true dismissed_by: nullable: true - dismissed_comment: *359 + dismissed_comment: *360 dismissed_reason: description: 'The reason for dismissing or closing the alert. Can be one of: `false positive`, `won''t fix`, and `used in @@ -96508,12 +96515,12 @@ x-webhooks: - dismissed_reason - rule - tool - commit_oid: *609 - enterprise: *602 - installation: *603 - organization: *604 - ref: *610 - repository: *605 + commit_oid: *610 + enterprise: *603 + installation: *604 + organization: *605 + ref: *611 + repository: *606 sender: *19 required: - action @@ -96780,10 +96787,10 @@ x-webhooks: - updated_at - author_association - body - enterprise: *602 - installation: *603 - organization: *604 - repository: *605 + enterprise: *603 + installation: *604 + organization: *605 + repository: *606 sender: *19 required: - action @@ -96873,18 +96880,18 @@ x-webhooks: description: The repository's current description. type: string nullable: true - enterprise: *602 - installation: *603 + enterprise: *603 + installation: *604 master_branch: description: The name of the repository's default branch (usually `main`). type: string - organization: *604 - pusher_type: &611 + organization: *605 + pusher_type: &612 description: The pusher type for the event. Can be either `user` or a deploy key. type: string - ref: &612 + ref: &613 description: The [`git ref`](https://docs.github.com/enterprise-server@3.12/rest/git/refs#get-a-reference) resource. type: string @@ -96894,7 +96901,7 @@ x-webhooks: enum: - tag - branch - repository: *605 + repository: *606 sender: *19 required: - ref @@ -96983,18 +96990,18 @@ x-webhooks: title: delete event type: object properties: - enterprise: *602 - installation: *603 - organization: *604 - pusher_type: *611 - ref: *612 + enterprise: *603 + installation: *604 + organization: *605 + pusher_type: *612 + ref: *613 ref_type: description: The type of Git ref object deleted in the repository. type: string enum: - tag - branch - repository: *605 + repository: *606 sender: *19 required: - ref @@ -97088,11 +97095,11 @@ x-webhooks: type: string enum: - auto_dismissed - alert: *391 - installation: *603 - organization: *604 - enterprise: *602 - repository: *605 + alert: *392 + installation: *604 + organization: *605 + enterprise: *603 + repository: *606 sender: *19 required: - action @@ -97186,11 +97193,11 @@ x-webhooks: type: string enum: - auto_reopened - alert: *391 - installation: *603 - organization: *604 - enterprise: *602 - repository: *605 + alert: *392 + installation: *604 + organization: *605 + enterprise: *603 + repository: *606 sender: *19 required: - action @@ -97284,11 +97291,11 @@ x-webhooks: type: string enum: - created - alert: *391 - installation: *603 - organization: *604 - enterprise: *602 - repository: *605 + alert: *392 + installation: *604 + organization: *605 + enterprise: *603 + repository: *606 sender: *19 required: - action @@ -97380,11 +97387,11 @@ x-webhooks: type: string enum: - dismissed - alert: *391 - installation: *603 - organization: *604 - enterprise: *602 - repository: *605 + alert: *392 + installation: *604 + organization: *605 + enterprise: *603 + repository: *606 sender: *19 required: - action @@ -97476,11 +97483,11 @@ x-webhooks: type: string enum: - fixed - alert: *391 - installation: *603 - organization: *604 - enterprise: *602 - repository: *605 + alert: *392 + installation: *604 + organization: *605 + enterprise: *603 + repository: *606 sender: *19 required: - action @@ -97573,11 +97580,11 @@ x-webhooks: type: string enum: - reintroduced - alert: *391 - installation: *603 - organization: *604 - enterprise: *602 - repository: *605 + alert: *392 + installation: *604 + organization: *605 + enterprise: *603 + repository: *606 sender: *19 required: - action @@ -97669,11 +97676,11 @@ x-webhooks: type: string enum: - reopened - alert: *391 - installation: *603 - organization: *604 - enterprise: *602 - repository: *605 + alert: *392 + installation: *604 + organization: *605 + enterprise: *603 + repository: *606 sender: *19 required: - action @@ -97760,9 +97767,9 @@ x-webhooks: type: string enum: - created - enterprise: *602 - installation: *603 - key: &613 + enterprise: *603 + installation: *604 + key: &614 description: The [`deploy key`](https://docs.github.com/enterprise-server@3.12/rest/deploy-keys/deploy-keys#get-a-deploy-key) resource. type: object @@ -97796,8 +97803,8 @@ x-webhooks: - verified - created_at - read_only - organization: *604 - repository: *605 + organization: *605 + repository: *606 sender: *19 required: - action @@ -97884,11 +97891,11 @@ x-webhooks: type: string enum: - deleted - enterprise: *602 - installation: *603 - key: *613 - organization: *604 - repository: *605 + enterprise: *603 + installation: *604 + key: *614 + organization: *605 + repository: *606 sender: *19 required: - action @@ -98459,12 +98466,12 @@ x-webhooks: - updated_at - statuses_url - repository_url - enterprise: *602 - installation: *603 - organization: *604 - repository: *605 + enterprise: *603 + installation: *604 + organization: *605 + repository: *606 sender: *19 - workflow: &617 + workflow: &618 title: Workflow type: object nullable: true @@ -99200,13 +99207,13 @@ x-webhooks: description: The URL to review the deployment protection rule. type: string format: uri - deployment: *397 + deployment: *398 pull_requests: type: array - items: *478 - repository: *605 - organization: *604 - installation: *603 + items: *479 + repository: *606 + organization: *605 + installation: *604 sender: *19 responses: '200': @@ -99287,7 +99294,7 @@ x-webhooks: type: string enum: - approved - approver: &614 + approver: &615 type: object properties: avatar_url: @@ -99330,11 +99337,11 @@ x-webhooks: type: string comment: type: string - enterprise: *602 - installation: *603 - organization: *604 - repository: *605 - reviewers: &615 + enterprise: *603 + installation: *604 + organization: *605 + repository: *606 + reviewers: &616 type: array items: type: object @@ -99413,7 +99420,7 @@ x-webhooks: sender: *19 since: type: string - workflow_job_run: &616 + workflow_job_run: &617 type: object properties: conclusion: @@ -100154,18 +100161,18 @@ x-webhooks: type: string enum: - rejected - approver: *614 + approver: *615 comment: type: string - enterprise: *602 - installation: *603 - organization: *604 - repository: *605 - reviewers: *615 + enterprise: *603 + installation: *604 + organization: *605 + repository: *606 + reviewers: *616 sender: *19 since: type: string - workflow_job_run: *616 + workflow_job_run: *617 workflow_job_runs: type: array items: @@ -100879,13 +100886,13 @@ x-webhooks: type: string enum: - requested - enterprise: *602 + enterprise: *603 environment: type: string - installation: *603 - organization: *604 - repository: *605 - requestor: &622 + installation: *604 + organization: *605 + repository: *606 + requestor: &623 title: User type: object nullable: true @@ -102794,12 +102801,12 @@ x-webhooks: - updated_at - deployment_url - repository_url - enterprise: *602 - installation: *603 - organization: *604 - repository: *605 + enterprise: *603 + installation: *604 + organization: *605 + repository: *606 sender: *19 - workflow: *617 + workflow: *618 workflow_run: title: Deployment Workflow Run type: object @@ -103489,7 +103496,7 @@ x-webhooks: type: string enum: - answered - answer: &620 + answer: &621 type: object properties: author_association: @@ -103646,7 +103653,7 @@ x-webhooks: - created_at - updated_at - body - discussion: &618 + discussion: &619 title: Discussion description: A Discussion in a repository. type: object @@ -103932,7 +103939,7 @@ x-webhooks: - id labels: type: array - items: *439 + items: *440 required: - repository_url - category @@ -103954,10 +103961,10 @@ x-webhooks: - author_association - active_lock_reason - body - enterprise: *602 - installation: *603 - organization: *604 - repository: *605 + enterprise: *603 + installation: *604 + organization: *605 + repository: *606 sender: *19 required: - action @@ -104094,11 +104101,11 @@ x-webhooks: - from required: - category - discussion: *618 - enterprise: *602 - installation: *603 - organization: *604 - repository: *605 + discussion: *619 + enterprise: *603 + installation: *604 + organization: *605 + repository: *606 sender: *19 required: - action @@ -104191,11 +104198,11 @@ x-webhooks: type: string enum: - closed - discussion: *618 - enterprise: *602 - installation: *603 - organization: *604 - repository: *605 + discussion: *619 + enterprise: *603 + installation: *604 + organization: *605 + repository: *606 sender: *19 required: - action @@ -104287,7 +104294,7 @@ x-webhooks: type: string enum: - created - comment: &619 + comment: &620 type: object properties: author_association: @@ -104444,11 +104451,11 @@ x-webhooks: - updated_at - body - reactions - discussion: *618 - enterprise: *602 - installation: *603 - organization: *604 - repository: *605 + discussion: *619 + enterprise: *603 + installation: *604 + organization: *605 + repository: *606 sender: *19 required: - action @@ -104541,12 +104548,12 @@ x-webhooks: type: string enum: - deleted - comment: *619 - discussion: *618 - enterprise: *602 - installation: *603 - organization: *604 - repository: *605 + comment: *620 + discussion: *619 + enterprise: *603 + installation: *604 + organization: *605 + repository: *606 sender: *19 required: - action @@ -104651,12 +104658,12 @@ x-webhooks: - from required: - body - comment: *619 - discussion: *618 - enterprise: *602 - installation: *603 - organization: *604 - repository: *605 + comment: *620 + discussion: *619 + enterprise: *603 + installation: *604 + organization: *605 + repository: *606 sender: *19 required: - action @@ -104750,11 +104757,11 @@ x-webhooks: type: string enum: - created - discussion: *618 - enterprise: *602 - installation: *603 - organization: *604 - repository: *605 + discussion: *619 + enterprise: *603 + installation: *604 + organization: *605 + repository: *606 sender: *19 required: - action @@ -104846,11 +104853,11 @@ x-webhooks: type: string enum: - deleted - discussion: *618 - enterprise: *602 - installation: *603 - organization: *604 - repository: *605 + discussion: *619 + enterprise: *603 + installation: *604 + organization: *605 + repository: *606 sender: *19 required: - action @@ -104960,11 +104967,11 @@ x-webhooks: type: string required: - from - discussion: *618 - enterprise: *602 - installation: *603 - organization: *604 - repository: *605 + discussion: *619 + enterprise: *603 + installation: *604 + organization: *605 + repository: *606 sender: *19 required: - action @@ -105056,10 +105063,10 @@ x-webhooks: type: string enum: - labeled - discussion: *618 - enterprise: *602 - installation: *603 - label: &621 + discussion: *619 + enterprise: *603 + installation: *604 + label: &622 title: Label type: object properties: @@ -105091,8 +105098,8 @@ x-webhooks: - color - default - description - organization: *604 - repository: *605 + organization: *605 + repository: *606 sender: *19 required: - action @@ -105185,11 +105192,11 @@ x-webhooks: type: string enum: - locked - discussion: *618 - enterprise: *602 - installation: *603 - organization: *604 - repository: *605 + discussion: *619 + enterprise: *603 + installation: *604 + organization: *605 + repository: *606 sender: *19 required: - action @@ -105281,11 +105288,11 @@ x-webhooks: type: string enum: - pinned - discussion: *618 - enterprise: *602 - installation: *603 - organization: *604 - repository: *605 + discussion: *619 + enterprise: *603 + installation: *604 + organization: *605 + repository: *606 sender: *19 required: - action @@ -105377,11 +105384,11 @@ x-webhooks: type: string enum: - reopened - discussion: *618 - enterprise: *602 - installation: *603 - organization: *604 - repository: *605 + discussion: *619 + enterprise: *603 + installation: *604 + organization: *605 + repository: *606 sender: *19 required: - action @@ -105476,16 +105483,16 @@ x-webhooks: changes: type: object properties: - new_discussion: *618 - new_repository: *605 + new_discussion: *619 + new_repository: *606 required: - new_discussion - new_repository - discussion: *618 - enterprise: *602 - installation: *603 - organization: *604 - repository: *605 + discussion: *619 + enterprise: *603 + installation: *604 + organization: *605 + repository: *606 sender: *19 required: - action @@ -105578,10 +105585,10 @@ x-webhooks: type: string enum: - unanswered - discussion: *618 - old_answer: *620 - organization: *604 - repository: *605 + discussion: *619 + old_answer: *621 + organization: *605 + repository: *606 sender: *19 required: - action @@ -105673,12 +105680,12 @@ x-webhooks: type: string enum: - unlabeled - discussion: *618 - enterprise: *602 - installation: *603 - label: *621 - organization: *604 - repository: *605 + discussion: *619 + enterprise: *603 + installation: *604 + label: *622 + organization: *605 + repository: *606 sender: *19 required: - action @@ -105771,11 +105778,11 @@ x-webhooks: type: string enum: - unlocked - discussion: *618 - enterprise: *602 - installation: *603 - organization: *604 - repository: *605 + discussion: *619 + enterprise: *603 + installation: *604 + organization: *605 + repository: *606 sender: *19 required: - action @@ -105867,11 +105874,11 @@ x-webhooks: type: string enum: - unpinned - discussion: *618 - enterprise: *602 - installation: *603 - organization: *604 - repository: *605 + discussion: *619 + enterprise: *603 + installation: *604 + organization: *605 + repository: *606 sender: *19 required: - action @@ -106112,7 +106119,7 @@ x-webhooks: description: A user forks a repository. type: object properties: - enterprise: *602 + enterprise: *603 forkee: description: The created [`repository`](https://docs.github.com/enterprise-server@3.12/rest/repos/repos#get-a-repository) resource. @@ -106772,9 +106779,9 @@ x-webhooks: type: integer watchers_count: type: integer - installation: *603 - organization: *604 - repository: *605 + installation: *604 + organization: *605 + repository: *606 sender: *19 required: - forkee @@ -106940,9 +106947,9 @@ x-webhooks: title: gollum event type: object properties: - enterprise: *602 - installation: *603 - organization: *604 + enterprise: *603 + installation: *604 + organization: *605 pages: description: The pages that were updated. type: array @@ -106979,7 +106986,7 @@ x-webhooks: - action - sha - html_url - repository: *605 + repository: *606 sender: *19 required: - pages @@ -107065,10 +107072,10 @@ x-webhooks: type: string enum: - created - enterprise: *602 + enterprise: *603 installation: *39 - organization: *604 - repositories: &623 + organization: *605 + repositories: &624 description: An array of repository objects that the installation can access. type: array @@ -107094,8 +107101,8 @@ x-webhooks: - name - full_name - private - repository: *605 - requester: *622 + repository: *606 + requester: *623 sender: *19 required: - action @@ -107180,11 +107187,11 @@ x-webhooks: type: string enum: - deleted - enterprise: *602 + enterprise: *603 installation: *39 - organization: *604 - repositories: *623 - repository: *605 + organization: *605 + repositories: *624 + repository: *606 requester: nullable: true sender: *19 @@ -107270,11 +107277,11 @@ x-webhooks: type: string enum: - new_permissions_accepted - enterprise: *602 + enterprise: *603 installation: *39 - organization: *604 - repositories: *623 - repository: *605 + organization: *605 + repositories: *624 + repository: *606 requester: nullable: true sender: *19 @@ -107360,10 +107367,10 @@ x-webhooks: type: string enum: - added - enterprise: *602 + enterprise: *603 installation: *39 - organization: *604 - repositories_added: &624 + organization: *605 + repositories_added: &625 description: An array of repository objects, which were added to the installation. type: array @@ -107409,15 +107416,15 @@ x-webhooks: private: description: Whether the repository is private or public. type: boolean - repository: *605 - repository_selection: &625 + repository: *606 + repository_selection: &626 description: Describe whether all repositories have been selected or there's a selection involved type: string enum: - all - selected - requester: *622 + requester: *623 sender: *19 required: - action @@ -107506,10 +107513,10 @@ x-webhooks: type: string enum: - removed - enterprise: *602 + enterprise: *603 installation: *39 - organization: *604 - repositories_added: *624 + organization: *605 + repositories_added: *625 repositories_removed: description: An array of repository objects, which were removed from the installation. @@ -107536,9 +107543,9 @@ x-webhooks: - name - full_name - private - repository: *605 - repository_selection: *625 - requester: *622 + repository: *606 + repository_selection: *626 + requester: *623 sender: *19 required: - action @@ -107627,11 +107634,11 @@ x-webhooks: type: string enum: - suspend - enterprise: *602 + enterprise: *603 installation: *39 - organization: *604 - repositories: *623 - repository: *605 + organization: *605 + repositories: *624 + repository: *606 requester: nullable: true sender: *19 @@ -107820,10 +107827,10 @@ x-webhooks: type: string required: - from - enterprise: *602 - installation: *603 - organization: *604 - repository: *605 + enterprise: *603 + installation: *604 + organization: *605 + repository: *606 sender: *19 target_type: type: string @@ -107912,11 +107919,11 @@ x-webhooks: type: string enum: - unsuspend - enterprise: *602 + enterprise: *603 installation: *39 - organization: *604 - repositories: *623 - repository: *605 + organization: *605 + repositories: *624 + repository: *606 requester: nullable: true sender: *19 @@ -108178,8 +108185,8 @@ x-webhooks: - performed_via_github_app - body - reactions - enterprise: *602 - installation: *603 + enterprise: *603 + installation: *604 issue: description: The [issue](https://docs.github.com/enterprise-server@3.12/rest/issues/issues#get-an-issue) the comment belongs to. @@ -109002,7 +109009,7 @@ x-webhooks: title: description: Title of the issue type: string - type: *559 + type: *560 updated_at: type: string format: date-time @@ -109335,8 +109342,8 @@ x-webhooks: - state - locked - assignee - organization: *604 - repository: *605 + organization: *605 + repository: *606 sender: *19 required: - action @@ -109426,7 +109433,7 @@ x-webhooks: type: string enum: - deleted - comment: &626 + comment: &627 title: issue comment description: The [comment](https://docs.github.com/enterprise-server@3.12/rest/issues/comments#get-an-issue-comment) itself. @@ -109591,8 +109598,8 @@ x-webhooks: - performed_via_github_app - body - reactions - enterprise: *602 - installation: *603 + enterprise: *603 + installation: *604 issue: description: The [issue](https://docs.github.com/enterprise-server@3.12/rest/issues/issues#get-an-issue) the comment belongs to. @@ -110411,7 +110418,7 @@ x-webhooks: title: description: Title of the issue type: string - type: *559 + type: *560 updated_at: type: string format: date-time @@ -110746,8 +110753,8 @@ x-webhooks: - state - locked - assignee - organization: *604 - repository: *605 + organization: *605 + repository: *606 sender: *19 required: - action @@ -110837,7 +110844,7 @@ x-webhooks: type: string enum: - edited - changes: &647 + changes: &648 description: The changes to the comment. type: object properties: @@ -110849,9 +110856,9 @@ x-webhooks: type: string required: - from - comment: *626 - enterprise: *602 - installation: *603 + comment: *627 + enterprise: *603 + installation: *604 issue: description: The [issue](https://docs.github.com/enterprise-server@3.12/rest/issues/issues#get-an-issue) the comment belongs to. @@ -111673,7 +111680,7 @@ x-webhooks: title: description: Title of the issue type: string - type: *559 + type: *560 updated_at: type: string format: date-time @@ -112006,8 +112013,8 @@ x-webhooks: - state - locked - assignee - organization: *604 - repository: *605 + organization: *605 + repository: *606 sender: *19 required: - action @@ -112099,10 +112106,10 @@ x-webhooks: type: string enum: - assigned - assignee: *622 - enterprise: *602 - installation: *603 - issue: &629 + assignee: *623 + enterprise: *603 + installation: *604 + issue: &630 title: Issue description: The [issue](https://docs.github.com/enterprise-server@3.12/rest/issues/issues#get-an-issue) itself. @@ -112920,7 +112927,7 @@ x-webhooks: title: description: Title of the issue type: string - type: *559 + type: *560 updated_at: type: string format: date-time @@ -113021,8 +113028,8 @@ x-webhooks: - active_lock_reason - body - reactions - organization: *604 - repository: *605 + organization: *605 + repository: *606 sender: *19 required: - action @@ -113112,8 +113119,8 @@ x-webhooks: type: string enum: - closed - enterprise: *602 - installation: *603 + enterprise: *603 + installation: *604 issue: description: The [issue](https://docs.github.com/enterprise-server@3.12/rest/issues/issues#get-an-issue) itself. @@ -113936,7 +113943,7 @@ x-webhooks: title: description: Title of the issue type: string - type: *559 + type: *560 updated_at: type: string format: date-time @@ -114172,8 +114179,8 @@ x-webhooks: required: - state - closed_at - organization: *604 - repository: *605 + organization: *605 + repository: *606 sender: *19 required: - action @@ -114262,8 +114269,8 @@ x-webhooks: type: string enum: - deleted - enterprise: *602 - installation: *603 + enterprise: *603 + installation: *604 issue: title: Issue description: The [issue](https://docs.github.com/enterprise-server@3.12/rest/issues/issues#get-an-issue) @@ -115075,7 +115082,7 @@ x-webhooks: title: description: Title of the issue type: string - type: *559 + type: *560 updated_at: type: string format: date-time @@ -115175,8 +115182,8 @@ x-webhooks: - active_lock_reason - body - reactions - organization: *604 - repository: *605 + organization: *605 + repository: *606 sender: *19 required: - action @@ -115265,8 +115272,8 @@ x-webhooks: type: string enum: - demilestoned - enterprise: *602 - installation: *603 + enterprise: *603 + installation: *604 issue: title: Issue description: The [issue](https://docs.github.com/enterprise-server@3.12/rest/issues/issues#get-an-issue) @@ -116102,7 +116109,7 @@ x-webhooks: title: description: Title of the issue type: string - type: *559 + type: *560 updated_at: type: string format: date-time @@ -116181,7 +116188,7 @@ x-webhooks: format: uri user_view_type: type: string - milestone: &627 + milestone: &628 title: Milestone description: A collection of related issues and pull requests. type: object @@ -116319,8 +116326,8 @@ x-webhooks: - updated_at - due_on - closed_at - organization: *604 - repository: *605 + organization: *605 + repository: *606 sender: *19 required: - action @@ -116429,8 +116436,8 @@ x-webhooks: type: string required: - from - enterprise: *602 - installation: *603 + enterprise: *603 + installation: *604 issue: title: Issue description: The [issue](https://docs.github.com/enterprise-server@3.12/rest/issues/issues#get-an-issue) @@ -117245,7 +117252,7 @@ x-webhooks: timeline_url: type: string format: uri - type: *559 + type: *560 title: description: Title of the issue type: string @@ -117349,9 +117356,9 @@ x-webhooks: - active_lock_reason - body - reactions - label: *621 - organization: *604 - repository: *605 + label: *622 + organization: *605 + repository: *606 sender: *19 required: - action @@ -117441,8 +117448,8 @@ x-webhooks: type: string enum: - labeled - enterprise: *602 - installation: *603 + enterprise: *603 + installation: *604 issue: title: Issue description: The [issue](https://docs.github.com/enterprise-server@3.12/rest/issues/issues#get-an-issue) @@ -118256,7 +118263,7 @@ x-webhooks: timeline_url: type: string format: uri - type: *559 + type: *560 title: description: Title of the issue type: string @@ -118360,9 +118367,9 @@ x-webhooks: - active_lock_reason - body - reactions - label: *621 - organization: *604 - repository: *605 + label: *622 + organization: *605 + repository: *606 sender: *19 required: - action @@ -118452,8 +118459,8 @@ x-webhooks: type: string enum: - locked - enterprise: *602 - installation: *603 + enterprise: *603 + installation: *604 issue: title: Issue description: The [issue](https://docs.github.com/enterprise-server@3.12/rest/issues/issues#get-an-issue) @@ -119291,7 +119298,7 @@ x-webhooks: timeline_url: type: string format: uri - type: *559 + type: *560 title: description: Title of the issue type: string @@ -119372,8 +119379,8 @@ x-webhooks: format: uri user_view_type: type: string - organization: *604 - repository: *605 + organization: *605 + repository: *606 sender: *19 required: - action @@ -119462,8 +119469,8 @@ x-webhooks: type: string enum: - milestoned - enterprise: *602 - installation: *603 + enterprise: *603 + installation: *604 issue: title: Issue description: The [issue](https://docs.github.com/enterprise-server@3.12/rest/issues/issues#get-an-issue) @@ -120298,7 +120305,7 @@ x-webhooks: title: description: Title of the issue type: string - type: *559 + type: *560 updated_at: type: string format: date-time @@ -120376,9 +120383,9 @@ x-webhooks: format: uri user_view_type: type: string - milestone: *627 - organization: *604 - repository: *605 + milestone: *628 + organization: *605 + repository: *606 sender: *19 required: - action @@ -121843,8 +121850,8 @@ x-webhooks: required: - old_issue - old_repository - enterprise: *602 - installation: *603 + enterprise: *603 + installation: *604 issue: title: Issue description: The [issue](https://docs.github.com/enterprise-server@3.12/rest/issues/issues#get-an-issue) @@ -122662,7 +122669,7 @@ x-webhooks: title: description: Title of the issue type: string - type: *559 + type: *560 updated_at: type: string format: date-time @@ -122762,8 +122769,8 @@ x-webhooks: - active_lock_reason - body - reactions - organization: *604 - repository: *605 + organization: *605 + repository: *606 sender: *19 required: - action @@ -122853,9 +122860,9 @@ x-webhooks: type: string enum: - pinned - enterprise: *602 - installation: *603 - issue: &628 + enterprise: *603 + installation: *604 + issue: &629 title: Issue description: The [issue](https://docs.github.com/enterprise-server@3.12/rest/issues/issues#get-an-issue) itself. @@ -123667,7 +123674,7 @@ x-webhooks: title: description: Title of the issue type: string - type: *559 + type: *560 updated_at: type: string format: date-time @@ -123767,8 +123774,8 @@ x-webhooks: - active_lock_reason - body - reactions - organization: *604 - repository: *605 + organization: *605 + repository: *606 sender: *19 required: - action @@ -123857,8 +123864,8 @@ x-webhooks: type: string enum: - reopened - enterprise: *602 - installation: *603 + enterprise: *603 + installation: *604 issue: title: Issue description: The [issue](https://docs.github.com/enterprise-server@3.12/rest/issues/issues#get-an-issue) @@ -124775,9 +124782,9 @@ x-webhooks: format: uri user_view_type: type: string - type: *559 - organization: *604 - repository: *605 + type: *560 + organization: *605 + repository: *606 sender: *19 required: - action @@ -125682,7 +125689,7 @@ x-webhooks: title: description: Title of the issue type: string - type: *559 + type: *560 updated_at: type: string format: date-time @@ -126244,11 +126251,11 @@ x-webhooks: required: - new_issue - new_repository - enterprise: *602 - installation: *603 - issue: *628 - organization: *604 - repository: *605 + enterprise: *603 + installation: *604 + issue: *629 + organization: *605 + repository: *606 sender: *19 required: - action @@ -126339,7 +126346,7 @@ x-webhooks: type: string enum: - unassigned - assignee: &650 + assignee: &651 title: User type: object nullable: true @@ -126409,11 +126416,11 @@ x-webhooks: required: - login - id - enterprise: *602 - installation: *603 - issue: *629 - organization: *604 - repository: *605 + enterprise: *603 + installation: *604 + issue: *630 + organization: *605 + repository: *606 sender: *19 required: - action @@ -126502,12 +126509,12 @@ x-webhooks: type: string enum: - unlabeled - enterprise: *602 - installation: *603 - issue: *629 - label: *621 - organization: *604 - repository: *605 + enterprise: *603 + installation: *604 + issue: *630 + label: *622 + organization: *605 + repository: *606 sender: *19 required: - action @@ -126597,8 +126604,8 @@ x-webhooks: type: string enum: - unlocked - enterprise: *602 - installation: *603 + enterprise: *603 + installation: *604 issue: title: Issue description: The [issue](https://docs.github.com/enterprise-server@3.12/rest/issues/issues#get-an-issue) @@ -127437,7 +127444,7 @@ x-webhooks: title: description: Title of the issue type: string - type: *559 + type: *560 updated_at: type: string format: date-time @@ -127515,8 +127522,8 @@ x-webhooks: format: uri user_view_type: type: string - organization: *604 - repository: *605 + organization: *605 + repository: *606 sender: *19 required: - action @@ -127606,11 +127613,11 @@ x-webhooks: type: string enum: - unpinned - enterprise: *602 - installation: *603 - issue: *628 - organization: *604 - repository: *605 + enterprise: *603 + installation: *604 + issue: *629 + organization: *605 + repository: *606 sender: *19 required: - action @@ -127699,11 +127706,11 @@ x-webhooks: type: string enum: - created - enterprise: *602 - installation: *603 - label: *621 - organization: *604 - repository: *605 + enterprise: *603 + installation: *604 + label: *622 + organization: *605 + repository: *606 sender: *19 required: - action @@ -127791,11 +127798,11 @@ x-webhooks: type: string enum: - deleted - enterprise: *602 - installation: *603 - label: *621 - organization: *604 - repository: *605 + enterprise: *603 + installation: *604 + label: *622 + organization: *605 + repository: *606 sender: *19 required: - action @@ -127915,11 +127922,11 @@ x-webhooks: type: string required: - from - enterprise: *602 - installation: *603 - label: *621 - organization: *604 - repository: *605 + enterprise: *603 + installation: *604 + label: *622 + organization: *605 + repository: *606 sender: *19 required: - action @@ -128020,11 +128027,11 @@ x-webhooks: - read required: - to - enterprise: *602 - installation: *603 - member: *622 - organization: *604 - repository: *605 + enterprise: *603 + installation: *604 + member: *623 + organization: *605 + repository: *606 sender: *19 required: - action @@ -128134,11 +128141,11 @@ x-webhooks: to: type: string nullable: true - enterprise: *602 - installation: *603 - member: *622 - organization: *604 - repository: *605 + enterprise: *603 + installation: *604 + member: *623 + organization: *605 + repository: *606 sender: *19 required: - action @@ -128227,11 +128234,11 @@ x-webhooks: type: string enum: - removed - enterprise: *602 - installation: *603 - member: *622 - organization: *604 - repository: *605 + enterprise: *603 + installation: *604 + member: *623 + organization: *605 + repository: *606 sender: *19 required: - action @@ -128319,11 +128326,11 @@ x-webhooks: type: string enum: - added - enterprise: *602 - installation: *603 - member: *622 - organization: *604 - repository: *605 + enterprise: *603 + installation: *604 + member: *623 + organization: *605 + repository: *606 scope: description: The scope of the membership. Currently, can only be `team`. @@ -128399,7 +128406,7 @@ x-webhooks: required: - login - id - team: &630 + team: &631 title: Team description: Groups of organization members that gives permissions on specified repositories. @@ -128599,11 +128606,11 @@ x-webhooks: type: string enum: - removed - enterprise: *602 - installation: *603 - member: *622 - organization: *604 - repository: *605 + enterprise: *603 + installation: *604 + member: *623 + organization: *605 + repository: *606 scope: description: The scope of the membership. Currently, can only be `team`. @@ -128680,7 +128687,7 @@ x-webhooks: required: - login - id - team: *630 + team: *631 required: - action - scope @@ -128768,7 +128775,7 @@ x-webhooks: type: string enum: - deleted - enterprise: *602 + enterprise: *603 hook: description: 'The modified webhook. This will contain different keys based on the type of webhook it is: repository, organization, @@ -128876,16 +128883,16 @@ x-webhooks: hook_id: description: The id of the modified webhook. type: integer - installation: *603 - organization: *604 + installation: *604 + organization: *605 repository: title: Repository description: |- The repository on GitHub where the event occurred. Webhook payloads contain the `repository` property when the event occurs from activity in a repository. type: object - properties: *631 - required: *632 + properties: *632 + required: *633 nullable: true sender: *19 required: @@ -128976,11 +128983,11 @@ x-webhooks: type: string enum: - closed - enterprise: *602 - installation: *603 - milestone: *627 - organization: *604 - repository: *605 + enterprise: *603 + installation: *604 + milestone: *628 + organization: *605 + repository: *606 sender: *19 required: - action @@ -129069,9 +129076,9 @@ x-webhooks: type: string enum: - created - enterprise: *602 - installation: *603 - milestone: &633 + enterprise: *603 + installation: *604 + milestone: &634 title: Milestone description: A collection of related issues and pull requests. type: object @@ -129208,8 +129215,8 @@ x-webhooks: - updated_at - due_on - closed_at - organization: *604 - repository: *605 + organization: *605 + repository: *606 sender: *19 required: - action @@ -129298,11 +129305,11 @@ x-webhooks: type: string enum: - deleted - enterprise: *602 - installation: *603 - milestone: *627 - organization: *604 - repository: *605 + enterprise: *603 + installation: *604 + milestone: *628 + organization: *605 + repository: *606 sender: *19 required: - action @@ -129422,11 +129429,11 @@ x-webhooks: type: string required: - from - enterprise: *602 - installation: *603 - milestone: *627 - organization: *604 - repository: *605 + enterprise: *603 + installation: *604 + milestone: *628 + organization: *605 + repository: *606 sender: *19 required: - action @@ -129516,11 +129523,11 @@ x-webhooks: type: string enum: - opened - enterprise: *602 - installation: *603 - milestone: *633 - organization: *604 - repository: *605 + enterprise: *603 + installation: *604 + milestone: *634 + organization: *605 + repository: *606 sender: *19 required: - action @@ -129609,9 +129616,9 @@ x-webhooks: type: string enum: - deleted - enterprise: *602 - installation: *603 - membership: &634 + enterprise: *603 + installation: *604 + membership: &635 title: Membership description: The membership between the user and the organization. Not present when the action is `member_invited`. @@ -129703,8 +129710,8 @@ x-webhooks: - role - organization_url - user - organization: *604 - repository: *605 + organization: *605 + repository: *606 sender: *19 required: - action @@ -129792,11 +129799,11 @@ x-webhooks: type: string enum: - member_added - enterprise: *602 - installation: *603 - membership: *634 - organization: *604 - repository: *605 + enterprise: *603 + installation: *604 + membership: *635 + organization: *605 + repository: *606 sender: *19 required: - action @@ -129885,8 +129892,8 @@ x-webhooks: type: string enum: - member_invited - enterprise: *602 - installation: *603 + enterprise: *603 + installation: *604 invitation: description: The invitation for the user or email if the action is `member_invited`. @@ -130002,10 +130009,10 @@ x-webhooks: - inviter - team_count - invitation_teams_url - organization: *604 - repository: *605 + organization: *605 + repository: *606 sender: *19 - user: *622 + user: *623 required: - action - invitation @@ -130093,11 +130100,11 @@ x-webhooks: type: string enum: - member_removed - enterprise: *602 - installation: *603 - membership: *634 - organization: *604 - repository: *605 + enterprise: *603 + installation: *604 + membership: *635 + organization: *605 + repository: *606 sender: *19 required: - action @@ -130194,11 +130201,11 @@ x-webhooks: properties: from: type: string - enterprise: *602 - installation: *603 - membership: *634 - organization: *604 - repository: *605 + enterprise: *603 + installation: *604 + membership: *635 + organization: *605 + repository: *606 sender: *19 required: - action @@ -130284,9 +130291,9 @@ x-webhooks: type: string enum: - published - enterprise: *602 - installation: *603 - organization: *604 + enterprise: *603 + installation: *604 + organization: *605 package: description: Information about the package. type: object @@ -130785,7 +130792,7 @@ x-webhooks: - published_at rubygems_metadata: type: array - items: &635 + items: &636 title: Ruby Gems metadata type: object properties: @@ -130880,7 +130887,7 @@ x-webhooks: - owner - package_version - registry - repository: *605 + repository: *606 sender: *19 required: - action @@ -130966,9 +130973,9 @@ x-webhooks: type: string enum: - updated - enterprise: *602 - installation: *603 - organization: *604 + enterprise: *603 + installation: *604 + organization: *605 package: description: Information about the package. type: object @@ -131321,7 +131328,7 @@ x-webhooks: - published_at rubygems_metadata: type: array - items: *635 + items: *636 source_url: type: string format: uri @@ -131391,7 +131398,7 @@ x-webhooks: - owner - package_version - registry - repository: *605 + repository: *606 sender: *19 required: - action @@ -131578,12 +131585,12 @@ x-webhooks: - duration - created_at - updated_at - enterprise: *602 + enterprise: *603 id: type: integer - installation: *603 - organization: *604 - repository: *605 + installation: *604 + organization: *605 + repository: *606 sender: *19 required: - id @@ -131660,7 +131667,7 @@ x-webhooks: type: string enum: - approved - personal_access_token_request: &636 + personal_access_token_request: &637 title: Personal Access Token Request description: Details of a Personal Access Token Request. type: object @@ -131806,10 +131813,10 @@ x-webhooks: - token_expired - token_expires_at - token_last_used_at - enterprise: *602 - organization: *604 + enterprise: *603 + organization: *605 sender: *19 - installation: *603 + installation: *604 required: - action - personal_access_token_request @@ -131886,11 +131893,11 @@ x-webhooks: type: string enum: - cancelled - personal_access_token_request: *636 - enterprise: *602 - organization: *604 + personal_access_token_request: *637 + enterprise: *603 + organization: *605 sender: *19 - installation: *603 + installation: *604 required: - action - personal_access_token_request @@ -131966,11 +131973,11 @@ x-webhooks: type: string enum: - created - personal_access_token_request: *636 - enterprise: *602 - organization: *604 + personal_access_token_request: *637 + enterprise: *603 + organization: *605 sender: *19 - installation: *603 + installation: *604 required: - action - personal_access_token_request @@ -132045,11 +132052,11 @@ x-webhooks: type: string enum: - denied - personal_access_token_request: *636 - organization: *604 - enterprise: *602 + personal_access_token_request: *637 + organization: *605 + enterprise: *603 sender: *19 - installation: *603 + installation: *604 required: - action - personal_access_token_request @@ -132164,7 +132171,7 @@ x-webhooks: id: description: Unique identifier of the webhook. type: integer - last_response: *637 + last_response: *638 name: description: The type of webhook. The only valid value is 'web'. type: string @@ -132196,8 +132203,8 @@ x-webhooks: hook_id: description: The ID of the webhook that triggered the ping. type: integer - organization: *604 - repository: *605 + organization: *605 + repository: *606 sender: *19 zen: description: Random string of GitHub zen. @@ -132452,10 +132459,10 @@ x-webhooks: - from required: - note - enterprise: *602 - installation: *603 - organization: *604 - project_card: &638 + enterprise: *603 + installation: *604 + organization: *605 + project_card: &639 title: Project Card type: object properties: @@ -132574,7 +132581,7 @@ x-webhooks: - creator - created_at - updated_at - repository: *605 + repository: *606 sender: *19 required: - action @@ -132665,11 +132672,11 @@ x-webhooks: type: string enum: - created - enterprise: *602 - installation: *603 - organization: *604 - project_card: *638 - repository: *605 + enterprise: *603 + installation: *604 + organization: *605 + project_card: *639 + repository: *606 sender: *19 required: - action @@ -132759,9 +132766,9 @@ x-webhooks: type: string enum: - deleted - enterprise: *602 - installation: *603 - organization: *604 + enterprise: *603 + installation: *604 + organization: *605 project_card: title: Project Card type: object @@ -132889,8 +132896,8 @@ x-webhooks: The repository on GitHub where the event occurred. Webhook payloads contain the `repository` property when the event occurs from activity in a repository. type: object - properties: *631 - required: *632 + properties: *632 + required: *633 nullable: true sender: *19 required: @@ -132994,11 +133001,11 @@ x-webhooks: - from required: - note - enterprise: *602 - installation: *603 - organization: *604 - project_card: *638 - repository: *605 + enterprise: *603 + installation: *604 + organization: *605 + project_card: *639 + repository: *606 sender: *19 required: - action @@ -133102,9 +133109,9 @@ x-webhooks: - from required: - column_id - enterprise: *602 - installation: *603 - organization: *604 + enterprise: *603 + installation: *604 + organization: *605 project_card: allOf: - title: Project Card @@ -133294,7 +133301,7 @@ x-webhooks: type: string required: - after_id - repository: *605 + repository: *606 sender: *19 required: - action @@ -133384,10 +133391,10 @@ x-webhooks: type: string enum: - closed - enterprise: *602 - installation: *603 - organization: *604 - project: &640 + enterprise: *603 + installation: *604 + organization: *605 + project: &641 title: Project type: object properties: @@ -133511,7 +133518,7 @@ x-webhooks: - creator - created_at - updated_at - repository: *605 + repository: *606 sender: *19 required: - action @@ -133601,10 +133608,10 @@ x-webhooks: type: string enum: - created - enterprise: *602 - installation: *603 - organization: *604 - project_column: &639 + enterprise: *603 + installation: *604 + organization: *605 + project_column: &640 title: Project Column type: object properties: @@ -133643,7 +133650,7 @@ x-webhooks: - name - created_at - updated_at - repository: *605 + repository: *606 sender: *19 required: - action @@ -133732,18 +133739,18 @@ x-webhooks: type: string enum: - deleted - enterprise: *602 - installation: *603 - organization: *604 - project_column: *639 + enterprise: *603 + installation: *604 + organization: *605 + project_column: *640 repository: title: Repository description: |- The repository on GitHub where the event occurred. Webhook payloads contain the `repository` property when the event occurs from activity in a repository. type: object - properties: *631 - required: *632 + properties: *632 + required: *633 nullable: true sender: *19 required: @@ -133843,11 +133850,11 @@ x-webhooks: type: string required: - from - enterprise: *602 - installation: *603 - organization: *604 - project_column: *639 - repository: *605 + enterprise: *603 + installation: *604 + organization: *605 + project_column: *640 + repository: *606 sender: *19 required: - action @@ -133937,11 +133944,11 @@ x-webhooks: type: string enum: - moved - enterprise: *602 - installation: *603 - organization: *604 - project_column: *639 - repository: *605 + enterprise: *603 + installation: *604 + organization: *605 + project_column: *640 + repository: *606 sender: *19 required: - action @@ -134031,11 +134038,11 @@ x-webhooks: type: string enum: - created - enterprise: *602 - installation: *603 - organization: *604 - project: *640 - repository: *605 + enterprise: *603 + installation: *604 + organization: *605 + project: *641 + repository: *606 sender: *19 required: - action @@ -134125,18 +134132,18 @@ x-webhooks: type: string enum: - deleted - enterprise: *602 - installation: *603 - organization: *604 - project: *640 + enterprise: *603 + installation: *604 + organization: *605 + project: *641 repository: title: Repository description: |- The repository on GitHub where the event occurred. Webhook payloads contain the `repository` property when the event occurs from activity in a repository. type: object - properties: *631 - required: *632 + properties: *632 + required: *633 nullable: true sender: *19 required: @@ -134248,11 +134255,11 @@ x-webhooks: type: string required: - from - enterprise: *602 - installation: *603 - organization: *604 - project: *640 - repository: *605 + enterprise: *603 + installation: *604 + organization: *605 + project: *641 + repository: *606 sender: *19 required: - action @@ -134341,11 +134348,11 @@ x-webhooks: type: string enum: - reopened - enterprise: *602 - installation: *603 - organization: *604 - project: *640 - repository: *605 + enterprise: *603 + installation: *604 + organization: *605 + project: *641 + repository: *606 sender: *19 required: - action @@ -134436,9 +134443,9 @@ x-webhooks: type: string enum: - closed - installation: *603 - organization: *604 - projects_v2: &641 + installation: *604 + organization: *605 + projects_v2: &642 title: Projects v2 Project description: A projects v2 project type: object @@ -134591,9 +134598,9 @@ x-webhooks: type: string enum: - created - installation: *603 - organization: *604 - projects_v2: *641 + installation: *604 + organization: *605 + projects_v2: *642 sender: *19 required: - action @@ -134684,9 +134691,9 @@ x-webhooks: type: string enum: - deleted - installation: *603 - organization: *604 - projects_v2: *641 + installation: *604 + organization: *605 + projects_v2: *642 sender: *19 required: - action @@ -134813,9 +134820,9 @@ x-webhooks: type: string to: type: string - installation: *603 - organization: *604 - projects_v2: *641 + installation: *604 + organization: *605 + projects_v2: *642 sender: *19 required: - action @@ -134908,7 +134915,7 @@ x-webhooks: type: string enum: - archived - changes: &643 + changes: &644 type: object properties: archived_at: @@ -134922,9 +134929,9 @@ x-webhooks: type: string nullable: true format: date-time - installation: *603 - organization: *604 - projects_v2_item: &642 + installation: *604 + organization: *605 + projects_v2_item: &643 title: Projects v2 Item description: An item belonging to a project type: object @@ -135068,9 +135075,9 @@ x-webhooks: nullable: true to: type: string - installation: *603 - organization: *604 - projects_v2_item: *642 + installation: *604 + organization: *605 + projects_v2_item: *643 sender: *19 required: - action @@ -135162,9 +135169,9 @@ x-webhooks: type: string enum: - created - installation: *603 - organization: *604 - projects_v2_item: *642 + installation: *604 + organization: *605 + projects_v2_item: *643 sender: *19 required: - action @@ -135255,9 +135262,9 @@ x-webhooks: type: string enum: - deleted - installation: *603 - organization: *604 - projects_v2_item: *642 + installation: *604 + organization: *605 + projects_v2_item: *643 sender: *19 required: - action @@ -135379,9 +135386,9 @@ x-webhooks: nullable: true required: - body - installation: *603 - organization: *604 - projects_v2_item: *642 + installation: *604 + organization: *605 + projects_v2_item: *643 sender: *19 required: - action @@ -135486,9 +135493,9 @@ x-webhooks: to: type: string nullable: true - installation: *603 - organization: *604 - projects_v2_item: *642 + installation: *604 + organization: *605 + projects_v2_item: *643 sender: *19 required: - action @@ -135581,10 +135588,10 @@ x-webhooks: type: string enum: - restored - changes: *643 - installation: *603 - organization: *604 - projects_v2_item: *642 + changes: *644 + installation: *604 + organization: *605 + projects_v2_item: *643 sender: *19 required: - action @@ -135676,9 +135683,9 @@ x-webhooks: type: string enum: - reopened - installation: *603 - organization: *604 - projects_v2: *641 + installation: *604 + organization: *605 + projects_v2: *642 sender: *19 required: - action @@ -135759,10 +135766,10 @@ x-webhooks: title: public event type: object properties: - enterprise: *602 - installation: *603 - organization: *604 - repository: *605 + enterprise: *603 + installation: *604 + organization: *605 + repository: *606 sender: *19 required: - repository @@ -135849,13 +135856,13 @@ x-webhooks: type: string enum: - assigned - assignee: *622 - enterprise: *602 - installation: *603 - number: &644 + assignee: *623 + enterprise: *603 + installation: *604 + number: &645 description: The pull request number. type: integer - organization: *604 + organization: *605 pull_request: title: Pull Request type: object @@ -138138,7 +138145,7 @@ x-webhooks: - auto_merge - active_lock_reason - draft - repository: *605 + repository: *606 sender: *19 required: - action @@ -138230,11 +138237,11 @@ x-webhooks: type: string enum: - auto_merge_disabled - enterprise: *602 - installation: *603 + enterprise: *603 + installation: *604 number: type: integer - organization: *604 + organization: *605 pull_request: title: Pull Request type: object @@ -140512,7 +140519,7 @@ x-webhooks: - draft reason: type: string - repository: *605 + repository: *606 sender: *19 required: - action @@ -140604,11 +140611,11 @@ x-webhooks: type: string enum: - auto_merge_enabled - enterprise: *602 - installation: *603 + enterprise: *603 + installation: *604 number: type: integer - organization: *604 + organization: *605 pull_request: title: Pull Request type: object @@ -142886,7 +142893,7 @@ x-webhooks: - draft reason: type: string - repository: *605 + repository: *606 sender: *19 required: - action @@ -142978,13 +142985,13 @@ x-webhooks: type: string enum: - closed - enterprise: *602 - installation: *603 - number: *644 - organization: *604 - pull_request: &645 + enterprise: *603 + installation: *604 + number: *645 + organization: *605 + pull_request: &646 allOf: - - *478 + - *479 - type: object properties: allow_auto_merge: @@ -143046,7 +143053,7 @@ x-webhooks: Please use `squash_merge_commit_title` instead.** type: boolean default: false - repository: *605 + repository: *606 sender: *19 required: - action @@ -143137,12 +143144,12 @@ x-webhooks: type: string enum: - converted_to_draft - enterprise: *602 - installation: *603 - number: *644 - organization: *604 - pull_request: *645 - repository: *605 + enterprise: *603 + installation: *604 + number: *645 + organization: *605 + pull_request: *646 + repository: *606 sender: *19 required: - action @@ -143232,11 +143239,11 @@ x-webhooks: type: string enum: - demilestoned - enterprise: *602 - milestone: *459 - number: *644 - organization: *604 - pull_request: &646 + enterprise: *603 + milestone: *460 + number: *645 + organization: *605 + pull_request: &647 title: Pull Request type: object properties: @@ -145499,7 +145506,7 @@ x-webhooks: - auto_merge - active_lock_reason - draft - repository: *605 + repository: *606 sender: *19 required: - action @@ -145631,12 +145638,12 @@ x-webhooks: type: string required: - from - enterprise: *602 - installation: *603 - number: *644 - organization: *604 - pull_request: *645 - repository: *605 + enterprise: *603 + installation: *604 + number: *645 + organization: *605 + pull_request: *646 + repository: *606 sender: *19 required: - action @@ -145726,11 +145733,11 @@ x-webhooks: type: string enum: - labeled - enterprise: *602 - installation: *603 - label: *621 - number: *644 - organization: *604 + enterprise: *603 + installation: *604 + label: *622 + number: *645 + organization: *605 pull_request: title: Pull Request type: object @@ -148012,7 +148019,7 @@ x-webhooks: - auto_merge - active_lock_reason - draft - repository: *605 + repository: *606 sender: *19 required: - action @@ -148103,10 +148110,10 @@ x-webhooks: type: string enum: - locked - enterprise: *602 - installation: *603 - number: *644 - organization: *604 + enterprise: *603 + installation: *604 + number: *645 + organization: *605 pull_request: title: Pull Request type: object @@ -150386,7 +150393,7 @@ x-webhooks: - auto_merge - active_lock_reason - draft - repository: *605 + repository: *606 sender: *19 required: - action @@ -150476,12 +150483,12 @@ x-webhooks: type: string enum: - milestoned - enterprise: *602 - milestone: *459 - number: *644 - organization: *604 - pull_request: *646 - repository: *605 + enterprise: *603 + milestone: *460 + number: *645 + organization: *605 + pull_request: *647 + repository: *606 sender: *19 required: - action @@ -150570,12 +150577,12 @@ x-webhooks: type: string enum: - opened - enterprise: *602 - installation: *603 - number: *644 - organization: *604 - pull_request: *645 - repository: *605 + enterprise: *603 + installation: *604 + number: *645 + organization: *605 + pull_request: *646 + repository: *606 sender: *19 required: - action @@ -150666,12 +150673,12 @@ x-webhooks: type: string enum: - ready_for_review - enterprise: *602 - installation: *603 - number: *644 - organization: *604 - pull_request: *645 - repository: *605 + enterprise: *603 + installation: *604 + number: *645 + organization: *605 + pull_request: *646 + repository: *606 sender: *19 required: - action @@ -150761,12 +150768,12 @@ x-webhooks: type: string enum: - reopened - enterprise: *602 - installation: *603 - number: *644 - organization: *604 - pull_request: *645 - repository: *605 + enterprise: *603 + installation: *604 + number: *645 + organization: *605 + pull_request: *646 + repository: *606 sender: *19 required: - action @@ -151142,9 +151149,9 @@ x-webhooks: - start_side - side - reactions - enterprise: *602 - installation: *603 - organization: *604 + enterprise: *603 + installation: *604 + organization: *605 pull_request: type: object properties: @@ -153314,7 +153321,7 @@ x-webhooks: - _links - author_association - active_lock_reason - repository: *605 + repository: *606 sender: *19 required: - action @@ -153404,7 +153411,7 @@ x-webhooks: type: string enum: - deleted - comment: &648 + comment: &649 title: Pull Request Review Comment description: The [comment](https://docs.github.com/enterprise-server@3.12/rest/pulls/comments#get-a-review-comment-for-a-pull-request) itself. @@ -153689,9 +153696,9 @@ x-webhooks: - start_side - side - reactions - enterprise: *602 - installation: *603 - organization: *604 + enterprise: *603 + installation: *604 + organization: *605 pull_request: type: object properties: @@ -155849,7 +155856,7 @@ x-webhooks: - _links - author_association - active_lock_reason - repository: *605 + repository: *606 sender: *19 required: - action @@ -155939,11 +155946,11 @@ x-webhooks: type: string enum: - edited - changes: *647 - comment: *648 - enterprise: *602 - installation: *603 - organization: *604 + changes: *648 + comment: *649 + enterprise: *603 + installation: *604 + organization: *605 pull_request: type: object properties: @@ -158104,7 +158111,7 @@ x-webhooks: - _links - author_association - active_lock_reason - repository: *605 + repository: *606 sender: *19 required: - action @@ -158195,9 +158202,9 @@ x-webhooks: type: string enum: - dismissed - enterprise: *602 - installation: *603 - organization: *604 + enterprise: *603 + installation: *604 + organization: *605 pull_request: title: Simple Pull Request type: object @@ -160370,7 +160377,7 @@ x-webhooks: - author_association - auto_merge - active_lock_reason - repository: *605 + repository: *606 review: description: The review that was affected. type: object @@ -160623,9 +160630,9 @@ x-webhooks: type: string required: - from - enterprise: *602 - installation: *603 - organization: *604 + enterprise: *603 + installation: *604 + organization: *605 pull_request: title: Simple Pull Request type: object @@ -162679,8 +162686,8 @@ x-webhooks: - author_association - auto_merge - active_lock_reason - repository: *605 - review: &649 + repository: *606 + review: &650 description: The review that was affected. type: object properties: @@ -162919,12 +162926,12 @@ x-webhooks: type: string enum: - review_request_removed - enterprise: *602 - installation: *603 + enterprise: *603 + installation: *604 number: description: The pull request number. type: integer - organization: *604 + organization: *605 pull_request: title: Pull Request type: object @@ -165207,7 +165214,7 @@ x-webhooks: - auto_merge - active_lock_reason - draft - repository: *605 + repository: *606 requested_reviewer: title: User type: object @@ -165291,12 +165298,12 @@ x-webhooks: type: string enum: - review_request_removed - enterprise: *602 - installation: *603 + enterprise: *603 + installation: *604 number: description: The pull request number. type: integer - organization: *604 + organization: *605 pull_request: title: Pull Request type: object @@ -167586,7 +167593,7 @@ x-webhooks: - auto_merge - active_lock_reason - draft - repository: *605 + repository: *606 requested_team: title: Team description: Groups of organization members that gives permissions @@ -167788,12 +167795,12 @@ x-webhooks: type: string enum: - review_requested - enterprise: *602 - installation: *603 + enterprise: *603 + installation: *604 number: description: The pull request number. type: integer - organization: *604 + organization: *605 pull_request: title: Pull Request type: object @@ -170078,7 +170085,7 @@ x-webhooks: - auto_merge - active_lock_reason - draft - repository: *605 + repository: *606 requested_reviewer: title: User type: object @@ -170163,12 +170170,12 @@ x-webhooks: type: string enum: - review_requested - enterprise: *602 - installation: *603 + enterprise: *603 + installation: *604 number: description: The pull request number. type: integer - organization: *604 + organization: *605 pull_request: title: Pull Request type: object @@ -172444,7 +172451,7 @@ x-webhooks: - auto_merge - active_lock_reason - draft - repository: *605 + repository: *606 requested_team: title: Team description: Groups of organization members that gives permissions @@ -172635,9 +172642,9 @@ x-webhooks: type: string enum: - submitted - enterprise: *602 - installation: *603 - organization: *604 + enterprise: *603 + installation: *604 + organization: *605 pull_request: title: Simple Pull Request type: object @@ -174812,8 +174819,8 @@ x-webhooks: - author_association - auto_merge - active_lock_reason - repository: *605 - review: *649 + repository: *606 + review: *650 sender: *19 required: - action @@ -174903,9 +174910,9 @@ x-webhooks: type: string enum: - resolved - enterprise: *602 - installation: *603 - organization: *604 + enterprise: *603 + installation: *604 + organization: *605 pull_request: title: Simple Pull Request type: object @@ -176975,7 +176982,7 @@ x-webhooks: - author_association - auto_merge - active_lock_reason - repository: *605 + repository: *606 sender: *19 thread: type: object @@ -177368,9 +177375,9 @@ x-webhooks: type: string enum: - unresolved - enterprise: *602 - installation: *603 - organization: *604 + enterprise: *603 + installation: *604 + organization: *605 pull_request: title: Simple Pull Request type: object @@ -179426,7 +179433,7 @@ x-webhooks: - author_association - auto_merge - active_lock_reason - repository: *605 + repository: *606 sender: *19 thread: type: object @@ -179822,10 +179829,10 @@ x-webhooks: type: string before: type: string - enterprise: *602 - installation: *603 - number: *644 - organization: *604 + enterprise: *603 + installation: *604 + number: *645 + organization: *605 pull_request: title: Pull Request type: object @@ -182096,7 +182103,7 @@ x-webhooks: - auto_merge - active_lock_reason - draft - repository: *605 + repository: *606 sender: *19 required: - action @@ -182188,11 +182195,11 @@ x-webhooks: type: string enum: - unassigned - assignee: *650 - enterprise: *602 - installation: *603 - number: *644 - organization: *604 + assignee: *651 + enterprise: *603 + installation: *604 + number: *645 + organization: *605 pull_request: title: Pull Request type: object @@ -184475,7 +184482,7 @@ x-webhooks: - auto_merge - active_lock_reason - draft - repository: *605 + repository: *606 sender: *19 required: - action @@ -184564,11 +184571,11 @@ x-webhooks: type: string enum: - unlabeled - enterprise: *602 - installation: *603 - label: *621 - number: *644 - organization: *604 + enterprise: *603 + installation: *604 + label: *622 + number: *645 + organization: *605 pull_request: title: Pull Request type: object @@ -186841,7 +186848,7 @@ x-webhooks: - auto_merge - active_lock_reason - draft - repository: *605 + repository: *606 sender: *19 required: - action @@ -186932,10 +186939,10 @@ x-webhooks: type: string enum: - unlocked - enterprise: *602 - installation: *603 - number: *644 - organization: *604 + enterprise: *603 + installation: *604 + number: *645 + organization: *605 pull_request: title: Pull Request type: object @@ -189200,7 +189207,7 @@ x-webhooks: - auto_merge - active_lock_reason - draft - repository: *605 + repository: *606 sender: *19 required: - action @@ -189410,7 +189417,7 @@ x-webhooks: deleted: description: Whether this push deleted the `ref`. type: boolean - enterprise: *602 + enterprise: *603 forced: description: Whether this push was a force push of the `ref`. type: boolean @@ -189502,8 +189509,8 @@ x-webhooks: - url - author - committer - installation: *603 - organization: *604 + installation: *604 + organization: *605 pusher: title: Committer description: Metaproperties for Git author/committer information. @@ -190082,9 +190089,9 @@ x-webhooks: type: string enum: - published - enterprise: *602 - installation: *603 - organization: *604 + enterprise: *603 + installation: *604 + organization: *605 registry_package: type: object properties: @@ -190530,7 +190537,7 @@ x-webhooks: type: string rubygems_metadata: type: array - items: *635 + items: *636 summary: type: string tag_name: @@ -190584,7 +190591,7 @@ x-webhooks: - owner - package_version - registry - repository: *605 + repository: *606 sender: *19 required: - action @@ -190672,9 +190679,9 @@ x-webhooks: type: string enum: - updated - enterprise: *602 - installation: *603 - organization: *604 + enterprise: *603 + installation: *604 + organization: *605 registry_package: type: object properties: @@ -190982,7 +190989,7 @@ x-webhooks: - published_at rubygems_metadata: type: array - items: *635 + items: *636 summary: type: string tag_name: @@ -191031,7 +191038,7 @@ x-webhooks: - owner - package_version - registry - repository: *605 + repository: *606 sender: *19 required: - action @@ -191118,10 +191125,10 @@ x-webhooks: type: string enum: - created - enterprise: *602 - installation: *603 - organization: *604 - release: &651 + enterprise: *603 + installation: *604 + organization: *605 + release: &652 title: Release description: The [release](https://docs.github.com/enterprise-server@3.12/rest/releases/releases/#get-a-release) object. @@ -191426,7 +191433,7 @@ x-webhooks: - tarball_url - zipball_url - body - repository: *605 + repository: *606 sender: *19 required: - action @@ -191513,11 +191520,11 @@ x-webhooks: type: string enum: - deleted - enterprise: *602 - installation: *603 - organization: *604 - release: *651 - repository: *605 + enterprise: *603 + installation: *604 + organization: *605 + release: *652 + repository: *606 sender: *19 required: - action @@ -191644,11 +191651,11 @@ x-webhooks: type: boolean required: - to - enterprise: *602 - installation: *603 - organization: *604 - release: *651 - repository: *605 + enterprise: *603 + installation: *604 + organization: *605 + release: *652 + repository: *606 sender: *19 required: - action @@ -191736,9 +191743,9 @@ x-webhooks: type: string enum: - prereleased - enterprise: *602 - installation: *603 - organization: *604 + enterprise: *603 + installation: *604 + organization: *605 release: title: Release description: The [release](https://docs.github.com/enterprise-server@3.12/rest/releases/releases/#get-a-release) @@ -192047,7 +192054,7 @@ x-webhooks: type: string nullable: true format: uri - repository: *605 + repository: *606 sender: *19 required: - action @@ -192133,10 +192140,10 @@ x-webhooks: type: string enum: - published - enterprise: *602 - installation: *603 - organization: *604 - release: &652 + enterprise: *603 + installation: *604 + organization: *605 + release: &653 title: Release description: The [release](https://docs.github.com/enterprise-server@3.12/rest/releases/releases/#get-a-release) object. @@ -192442,7 +192449,7 @@ x-webhooks: type: string nullable: true format: uri - repository: *605 + repository: *606 sender: *19 required: - action @@ -192528,11 +192535,11 @@ x-webhooks: type: string enum: - released - enterprise: *602 - installation: *603 - organization: *604 - release: *651 - repository: *605 + enterprise: *603 + installation: *604 + organization: *605 + release: *652 + repository: *606 sender: *19 required: - action @@ -192618,11 +192625,11 @@ x-webhooks: type: string enum: - unpublished - enterprise: *602 - installation: *603 - organization: *604 - release: *652 - repository: *605 + enterprise: *603 + installation: *604 + organization: *605 + release: *653 + repository: *606 sender: *19 required: - action @@ -192708,10 +192715,10 @@ x-webhooks: type: string enum: - anonymous_access_disabled - enterprise: *602 - installation: *603 - organization: *604 - repository: *605 + enterprise: *603 + installation: *604 + organization: *605 + repository: *606 sender: *19 required: - action @@ -192796,10 +192803,10 @@ x-webhooks: type: string enum: - anonymous_access_enabled - enterprise: *602 - installation: *603 - organization: *604 - repository: *605 + enterprise: *603 + installation: *604 + organization: *605 + repository: *606 sender: *19 required: - action @@ -192884,10 +192891,10 @@ x-webhooks: type: string enum: - archived - enterprise: *602 - installation: *603 - organization: *604 - repository: *605 + enterprise: *603 + installation: *604 + organization: *605 + repository: *606 sender: *19 required: - action @@ -192974,10 +192981,10 @@ x-webhooks: type: string enum: - created - enterprise: *602 - installation: *603 - organization: *604 - repository: *605 + enterprise: *603 + installation: *604 + organization: *605 + repository: *606 sender: *19 required: - action @@ -193065,10 +193072,10 @@ x-webhooks: type: string enum: - deleted - enterprise: *602 - installation: *603 - organization: *604 - repository: *605 + enterprise: *603 + installation: *604 + organization: *605 + repository: *606 sender: *19 required: - action @@ -193162,10 +193169,10 @@ x-webhooks: additionalProperties: true description: The `client_payload` that was specified in the `POST /repos/{owner}/{repo}/dispatches` request body. - enterprise: *602 - installation: *603 - organization: *604 - repository: *605 + enterprise: *603 + installation: *604 + organization: *605 + repository: *606 sender: *19 required: - action @@ -193287,10 +193294,10 @@ x-webhooks: nullable: true items: type: string - enterprise: *602 - installation: *603 - organization: *604 - repository: *605 + enterprise: *603 + installation: *604 + organization: *605 + repository: *606 sender: *19 required: - action @@ -193378,10 +193385,10 @@ x-webhooks: type: string enum: - privatized - enterprise: *602 - installation: *603 - organization: *604 - repository: *605 + enterprise: *603 + installation: *604 + organization: *605 + repository: *606 sender: *19 required: - action @@ -193468,10 +193475,10 @@ x-webhooks: type: string enum: - publicized - enterprise: *602 - installation: *603 - organization: *604 - repository: *605 + enterprise: *603 + installation: *604 + organization: *605 + repository: *606 sender: *19 required: - action @@ -193575,10 +193582,10 @@ x-webhooks: - name required: - repository - enterprise: *602 - installation: *603 - organization: *604 - repository: *605 + enterprise: *603 + installation: *604 + organization: *605 + repository: *606 sender: *19 required: - action @@ -193658,11 +193665,11 @@ x-webhooks: type: string enum: - created - enterprise: *602 - installation: *603 - organization: *604 - repository: *605 - repository_ruleset: *241 + enterprise: *603 + installation: *604 + organization: *605 + repository: *606 + repository_ruleset: *242 sender: *19 required: - action @@ -193740,11 +193747,11 @@ x-webhooks: type: string enum: - deleted - enterprise: *602 - installation: *603 - organization: *604 - repository: *605 - repository_ruleset: *241 + enterprise: *603 + installation: *604 + organization: *605 + repository: *606 + repository_ruleset: *242 sender: *19 required: - action @@ -193822,11 +193829,11 @@ x-webhooks: type: string enum: - edited - enterprise: *602 - installation: *603 - organization: *604 - repository: *605 - repository_ruleset: *241 + enterprise: *603 + installation: *604 + organization: *605 + repository: *606 + repository_ruleset: *242 changes: type: object properties: @@ -193845,16 +193852,16 @@ x-webhooks: properties: added: type: array - items: *236 + items: *237 deleted: type: array - items: *236 + items: *237 updated: type: array items: type: object properties: - condition: *236 + condition: *237 changes: type: object properties: @@ -193887,16 +193894,16 @@ x-webhooks: properties: added: type: array - items: *240 + items: *241 deleted: type: array - items: *240 + items: *241 updated: type: array items: type: object properties: - rule: *240 + rule: *241 changes: type: object properties: @@ -194140,10 +194147,10 @@ x-webhooks: - from required: - owner - enterprise: *602 - installation: *603 - organization: *604 - repository: *605 + enterprise: *603 + installation: *604 + organization: *605 + repository: *606 sender: *19 required: - action @@ -194231,10 +194238,10 @@ x-webhooks: type: string enum: - unarchived - enterprise: *602 - installation: *603 - organization: *604 - repository: *605 + enterprise: *603 + installation: *604 + organization: *605 + repository: *606 sender: *19 required: - action @@ -194322,7 +194329,7 @@ x-webhooks: type: string enum: - create - alert: &653 + alert: &654 title: Repository Vulnerability Alert Alert description: The security alert of the vulnerable dependency. type: object @@ -194443,10 +194450,10 @@ x-webhooks: type: string enum: - open - enterprise: *602 - installation: *603 - organization: *604 - repository: *605 + enterprise: *603 + installation: *604 + organization: *605 + repository: *606 sender: *19 required: - action @@ -194662,10 +194669,10 @@ x-webhooks: type: string enum: - dismissed - enterprise: *602 - installation: *603 - organization: *604 - repository: *605 + enterprise: *603 + installation: *604 + organization: *605 + repository: *606 sender: *19 required: - action @@ -194753,11 +194760,11 @@ x-webhooks: type: string enum: - reopen - alert: *653 - enterprise: *602 - installation: *603 - organization: *604 - repository: *605 + alert: *654 + enterprise: *603 + installation: *604 + organization: *605 + repository: *606 sender: *19 required: - action @@ -194966,10 +194973,10 @@ x-webhooks: enum: - fixed - open - enterprise: *602 - installation: *603 - organization: *604 - repository: *605 + enterprise: *603 + installation: *604 + organization: *605 + repository: *606 sender: *19 required: - action @@ -195057,7 +195064,7 @@ x-webhooks: type: string enum: - created - alert: &654 + alert: &655 type: object properties: number: *93 @@ -195132,10 +195139,10 @@ x-webhooks: description: 'The time that push protection was bypassed in ISO 8601 format: `YYYY-MM-DDTHH:MM:SSZ`.' nullable: true - enterprise: *602 - installation: *603 - organization: *604 - repository: *605 + enterprise: *603 + installation: *604 + organization: *605 + repository: *606 sender: *19 required: - action @@ -195226,11 +195233,11 @@ x-webhooks: type: string enum: - created - alert: *654 - installation: *603 - location: *655 - organization: *604 - repository: *605 + alert: *655 + installation: *604 + location: *656 + organization: *605 + repository: *606 sender: *19 required: - location @@ -195473,11 +195480,11 @@ x-webhooks: type: string enum: - reopened - alert: *654 - enterprise: *602 - installation: *603 - organization: *604 - repository: *605 + alert: *655 + enterprise: *603 + installation: *604 + organization: *605 + repository: *606 sender: *19 required: - action @@ -195565,11 +195572,11 @@ x-webhooks: type: string enum: - resolved - alert: *654 - enterprise: *602 - installation: *603 - organization: *604 - repository: *605 + alert: *655 + enterprise: *603 + installation: *604 + organization: *605 + repository: *606 sender: *19 required: - action @@ -195655,11 +195662,11 @@ x-webhooks: type: string enum: - published - enterprise: *602 - installation: *603 - organization: *604 - repository: *605 - security_advisory: &656 + enterprise: *603 + installation: *604 + organization: *605 + repository: *606 + security_advisory: &657 description: The details of the security advisory, including summary, description, and severity. type: object @@ -195852,11 +195859,11 @@ x-webhooks: type: string enum: - updated - enterprise: *602 - installation: *603 - organization: *604 - repository: *605 - security_advisory: *656 + enterprise: *603 + installation: *604 + organization: *605 + repository: *606 + security_advisory: *657 sender: *19 required: - action @@ -195939,10 +195946,10 @@ x-webhooks: type: string enum: - withdrawn - enterprise: *602 - installation: *603 - organization: *604 - repository: *605 + enterprise: *603 + installation: *604 + organization: *605 + repository: *606 security_advisory: description: The details of the security advisory, including summary, description, and severity. @@ -196136,11 +196143,11 @@ x-webhooks: from: type: object properties: - security_and_analysis: *235 - enterprise: *602 - installation: *603 - organization: *604 - repository: *288 + security_and_analysis: *236 + enterprise: *603 + installation: *604 + organization: *605 + repository: *289 sender: *19 required: - changes @@ -196228,12 +196235,12 @@ x-webhooks: type: string enum: - cancelled - enterprise: *602 - installation: *603 - organization: *604 - repository: *605 + enterprise: *603 + installation: *604 + organization: *605 + repository: *606 sender: *19 - sponsorship: &657 + sponsorship: &658 type: object properties: created_at: @@ -196544,12 +196551,12 @@ x-webhooks: type: string enum: - created - enterprise: *602 - installation: *603 - organization: *604 - repository: *605 + enterprise: *603 + installation: *604 + organization: *605 + repository: *606 sender: *19 - sponsorship: *657 + sponsorship: *658 required: - action - sponsorship @@ -196647,12 +196654,12 @@ x-webhooks: type: string required: - from - enterprise: *602 - installation: *603 - organization: *604 - repository: *605 + enterprise: *603 + installation: *604 + organization: *605 + repository: *606 sender: *19 - sponsorship: *657 + sponsorship: *658 required: - action - changes @@ -196739,17 +196746,17 @@ x-webhooks: type: string enum: - pending_cancellation - effective_date: &658 + effective_date: &659 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: *602 - installation: *603 - organization: *604 - repository: *605 + enterprise: *603 + installation: *604 + organization: *605 + repository: *606 sender: *19 - sponsorship: *657 + sponsorship: *658 required: - action - sponsorship @@ -196833,7 +196840,7 @@ x-webhooks: type: string enum: - pending_tier_change - changes: &659 + changes: &660 type: object properties: tier: @@ -196877,13 +196884,13 @@ x-webhooks: - from required: - tier - effective_date: *658 - enterprise: *602 - installation: *603 - organization: *604 - repository: *605 + effective_date: *659 + enterprise: *603 + installation: *604 + organization: *605 + repository: *606 sender: *19 - sponsorship: *657 + sponsorship: *658 required: - action - changes @@ -196970,13 +196977,13 @@ x-webhooks: type: string enum: - tier_changed - changes: *659 - enterprise: *602 - installation: *603 - organization: *604 - repository: *605 + changes: *660 + enterprise: *603 + installation: *604 + organization: *605 + repository: *606 sender: *19 - sponsorship: *657 + sponsorship: *658 required: - action - changes @@ -197060,10 +197067,10 @@ x-webhooks: type: string enum: - created - enterprise: *602 - installation: *603 - organization: *604 - repository: *605 + enterprise: *603 + installation: *604 + organization: *605 + repository: *606 sender: *19 starred_at: description: 'The time the star was created. This is a timestamp @@ -197156,10 +197163,10 @@ x-webhooks: type: string enum: - deleted - enterprise: *602 - installation: *603 - organization: *604 - repository: *605 + enterprise: *603 + installation: *604 + organization: *605 + repository: *606 sender: *19 starred_at: description: 'The time the star was created. This is a timestamp @@ -197585,15 +197592,15 @@ x-webhooks: status. type: string nullable: true - enterprise: *602 + enterprise: *603 id: description: The unique identifier of the status. type: integer - installation: *603 + installation: *604 name: type: string - organization: *604 - repository: *605 + organization: *605 + repository: *606 sender: *19 sha: description: The Commit SHA. @@ -197705,12 +197712,12 @@ x-webhooks: title: team_add event type: object properties: - enterprise: *602 - installation: *603 - organization: *604 - repository: *605 + enterprise: *603 + installation: *604 + organization: *605 + repository: *606 sender: *19 - team: &660 + team: &661 title: Team description: Groups of organization members that gives permissions on specified repositories. @@ -197910,9 +197917,9 @@ x-webhooks: type: string enum: - added_to_repository - enterprise: *602 - installation: *603 - organization: *604 + enterprise: *603 + installation: *604 + organization: *605 repository: title: Repository description: A git repository @@ -198364,7 +198371,7 @@ x-webhooks: - topics - visibility sender: *19 - team: *660 + team: *661 required: - action - team @@ -198450,9 +198457,9 @@ x-webhooks: type: string enum: - created - enterprise: *602 - installation: *603 - organization: *604 + enterprise: *603 + installation: *604 + organization: *605 repository: title: Repository description: A git repository @@ -198904,7 +198911,7 @@ x-webhooks: - topics - visibility sender: *19 - team: *660 + team: *661 required: - action - team @@ -198991,9 +198998,9 @@ x-webhooks: type: string enum: - deleted - enterprise: *602 - installation: *603 - organization: *604 + enterprise: *603 + installation: *604 + organization: *605 repository: title: Repository description: A git repository @@ -199445,7 +199452,7 @@ x-webhooks: - topics - visibility sender: *19 - team: *660 + team: *661 required: - action - team @@ -199599,9 +199606,9 @@ x-webhooks: - from required: - permissions - enterprise: *602 - installation: *603 - organization: *604 + enterprise: *603 + installation: *604 + organization: *605 repository: title: Repository description: A git repository @@ -200053,7 +200060,7 @@ x-webhooks: - topics - visibility sender: *19 - team: *660 + team: *661 required: - action - changes @@ -200141,9 +200148,9 @@ x-webhooks: type: string enum: - removed_from_repository - enterprise: *602 - installation: *603 - organization: *604 + enterprise: *603 + installation: *604 + organization: *605 repository: title: Repository description: A git repository @@ -200595,7 +200602,7 @@ x-webhooks: - topics - visibility sender: *19 - team: *660 + team: *661 required: - action - team @@ -200678,12 +200685,12 @@ x-webhooks: type: string enum: - created - enterprise: *602 - installation: *603 - organization: *604 - repository: *605 + enterprise: *603 + installation: *604 + organization: *605 + repository: *606 sender: *19 - user: *622 + user: *623 required: - action responses: @@ -200761,12 +200768,12 @@ x-webhooks: type: string enum: - deleted - enterprise: *602 - installation: *603 - organization: *604 - repository: *605 + enterprise: *603 + installation: *604 + organization: *605 + repository: *606 sender: *19 - user: *622 + user: *623 required: - action responses: @@ -200847,10 +200854,10 @@ x-webhooks: type: string enum: - started - enterprise: *602 - installation: *603 - organization: *604 - repository: *605 + enterprise: *603 + installation: *604 + organization: *605 + repository: *606 sender: *19 required: - action @@ -200933,16 +200940,16 @@ x-webhooks: title: workflow_dispatch event type: object properties: - enterprise: *602 + enterprise: *603 inputs: type: object nullable: true additionalProperties: true - installation: *603 - organization: *604 + installation: *604 + organization: *605 ref: type: string - repository: *605 + repository: *606 sender: *19 workflow: type: string @@ -201034,10 +201041,10 @@ x-webhooks: type: string enum: - completed - enterprise: *602 - installation: *603 - organization: *604 - repository: *605 + enterprise: *603 + installation: *604 + organization: *605 + repository: *606 sender: *19 workflow_job: allOf: @@ -201274,7 +201281,7 @@ x-webhooks: type: string required: - conclusion - deployment: *397 + deployment: *398 required: - action - repository @@ -201363,10 +201370,10 @@ x-webhooks: type: string enum: - in_progress - enterprise: *602 - installation: *603 - organization: *604 - repository: *605 + enterprise: *603 + installation: *604 + organization: *605 + repository: *606 sender: *19 workflow_job: allOf: @@ -201626,7 +201633,7 @@ x-webhooks: required: - status - steps - deployment: *397 + deployment: *398 required: - action - repository @@ -201715,10 +201722,10 @@ x-webhooks: type: string enum: - queued - enterprise: *602 - installation: *603 - organization: *604 - repository: *605 + enterprise: *603 + installation: *604 + organization: *605 + repository: *606 sender: *19 workflow_job: type: object @@ -201853,7 +201860,7 @@ x-webhooks: - workflow_name - head_branch - created_at - deployment: *397 + deployment: *398 required: - action - repository @@ -201942,10 +201949,10 @@ x-webhooks: type: string enum: - waiting - enterprise: *602 - installation: *603 - organization: *604 - repository: *605 + enterprise: *603 + installation: *604 + organization: *605 + repository: *606 sender: *19 workflow_job: type: object @@ -202081,7 +202088,7 @@ x-webhooks: - workflow_name - head_branch - created_at - deployment: *397 + deployment: *398 required: - action - repository @@ -202171,12 +202178,12 @@ x-webhooks: type: string enum: - completed - enterprise: *602 - installation: *603 - organization: *604 - repository: *605 + enterprise: *603 + installation: *604 + organization: *605 + repository: *606 sender: *19 - workflow: *617 + workflow: *618 workflow_run: title: Workflow Run type: object @@ -203185,12 +203192,12 @@ x-webhooks: type: string enum: - in_progress - enterprise: *602 - installation: *603 - organization: *604 - repository: *605 + enterprise: *603 + installation: *604 + organization: *605 + repository: *606 sender: *19 - workflow: *617 + workflow: *618 workflow_run: title: Workflow Run type: object @@ -204184,12 +204191,12 @@ x-webhooks: type: string enum: - requested - enterprise: *602 - installation: *603 - organization: *604 - repository: *605 + enterprise: *603 + installation: *604 + organization: *605 + repository: *606 sender: *19 - workflow: *617 + workflow: *618 workflow_run: title: Workflow Run type: object diff --git a/descriptions/ghes-3.12/dereferenced/ghes-3.12.deref.json b/descriptions/ghes-3.12/dereferenced/ghes-3.12.deref.json index 22e88903bc..ed9b91ac9c 100644 --- a/descriptions/ghes-3.12/dereferenced/ghes-3.12.deref.json +++ b/descriptions/ghes-3.12/dereferenced/ghes-3.12.deref.json @@ -38637,6 +38637,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", @@ -84481,6 +84489,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", @@ -199887,7 +199903,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" ], @@ -207036,7 +207052,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-server@3.12/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-server@3.12/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" ], @@ -229983,6 +229999,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": "manifest", "in": "query", diff --git a/descriptions/ghes-3.12/dereferenced/ghes-3.12.deref.yaml b/descriptions/ghes-3.12/dereferenced/ghes-3.12.deref.yaml index 53f549e04a..3dcbc6366a 100644 --- a/descriptions/ghes-3.12/dereferenced/ghes-3.12.deref.yaml +++ b/descriptions/ghes-3.12/dereferenced/ghes-3.12.deref.yaml @@ -4314,7 +4314,7 @@ paths: url: https://docs.github.com/enterprise-server@3.12/rest/apps/webhooks#list-deliveries-for-an-app-webhook parameters: - *4 - - &201 + - &202 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 @@ -4330,7 +4330,7 @@ paths: application/json: schema: type: array - items: &202 + items: &203 title: Simple webhook delivery description: Delivery made by a webhook, without request and response information. @@ -4410,7 +4410,7 @@ paths: - installation_id - repository_id examples: - default: &203 + default: &204 value: - id: 12345678 guid: 0b989ba4-242f-11e5-81e1-c7b6966d2516 @@ -4442,7 +4442,7 @@ paths: application/json: schema: *24 application/scim+json: - schema: &535 + schema: &536 title: Scim Error description: Scim Error type: object @@ -4538,7 +4538,7 @@ paths: description: Response content: application/json: - schema: &204 + schema: &205 title: Webhook delivery description: Delivery made by a webhook. type: object @@ -4652,7 +4652,7 @@ paths: - request - response examples: - default: &205 + default: &206 value: id: 12345678 guid: 0b989ba4-242f-11e5-81e1-c7b6966d2516 @@ -5210,7 +5210,7 @@ paths: title: Repository description: A repository on GitHub. type: object - properties: &233 + properties: &234 id: description: Unique identifier of the repository example: 42 @@ -5639,7 +5639,7 @@ paths: type: boolean description: Whether anonymous git access is enabled for this repository - required: &234 + required: &235 - archive_url - assignees_url - blobs_url @@ -6662,7 +6662,7 @@ paths: schema: type: string '422': *35 - '410': &232 + '410': &233 description: Gone content: application/json: @@ -12306,7 +12306,7 @@ paths: description: The GitHub URL of the alert resource. format: uri readOnly: true - instances_url: &357 + instances_url: &358 type: string description: The REST API URL for fetching the list of instances for an alert. @@ -12341,7 +12341,7 @@ paths: format: date-time readOnly: true nullable: true - dismissed_reason: &358 + dismissed_reason: &359 type: string description: "**Required when the state is dismissed.** The reason for dismissing or closing the alert." @@ -12350,13 +12350,13 @@ paths: - false positive - won't fix - used in tests - dismissed_comment: &359 + dismissed_comment: &360 type: string description: The dismissal comment associated with the dismissal of the alert. nullable: true maxLength: 280 - rule: &360 + rule: &361 type: object properties: id: @@ -12395,7 +12395,7 @@ paths: description: A set of tags applicable for the rule. items: type: string - tool: &361 + tool: &362 type: object properties: name: *90 @@ -12405,15 +12405,15 @@ paths: description: The version of the tool used to generate the code scanning analysis. guid: *91 - most_recent_instance: &362 + most_recent_instance: &363 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: &366 + analysis_key: &367 type: string description: Identifies the configuration under which the analysis was executed. For example, in GitHub Actions @@ -12424,7 +12424,7 @@ paths: the environment in which the analysis that generated this alert instance was performed, such as the language that was analyzed. - category: &367 + category: &368 type: string description: Identifies the configuration under which the analysis was executed. Used to distinguish between multiple @@ -13216,6 +13216,13 @@ paths: schema: type: string - &190 + 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 + - &191 name: scope in: query description: The scope of the vulnerable dependency. If specified, only alerts @@ -13225,7 +13232,7 @@ paths: enum: - development - runtime - - &191 + - &192 name: sort in: query description: |- @@ -13241,7 +13248,7 @@ paths: - *9 - *88 - *89 - - &192 + - &193 name: first description: |- **Deprecated**. The number of results per page (max 100), starting from the first matching result. @@ -13254,7 +13261,7 @@ paths: minimum: 1 maximum: 100 default: 30 - - &193 + - &194 name: last description: |- **Deprecated**. The number of results per page (max 100), starting from the last matching result. @@ -13274,7 +13281,7 @@ paths: application/json: schema: type: array - items: &194 + items: &195 type: object description: A Dependabot alert. properties: @@ -13324,7 +13331,7 @@ paths: enum: - development - runtime - security_advisory: &389 + security_advisory: &390 type: object description: Details for the GitHub Security Advisory. readOnly: true @@ -13555,7 +13562,7 @@ paths: nullable: true maxLength: 280 fixed_at: *102 - auto_dismissed_at: &390 + auto_dismissed_at: &391 type: string description: 'The time that the alert was auto-dismissed in ISO 8601 format: `YYYY-MM-DDTHH:MM:SSZ`.' @@ -13581,7 +13588,7 @@ paths: - repository additionalProperties: false examples: - default: &195 + default: &196 value: - number: 2 state: dismissed @@ -13920,7 +13927,7 @@ paths: url: https://docs.github.com/enterprise-server@3.12/rest/secret-scanning/secret-scanning#list-secret-scanning-alerts-for-an-enterprise parameters: - *65 - - &243 + - &244 name: state in: query description: Set to `open` or `resolved` to only list secret scanning alerts @@ -13931,7 +13938,7 @@ paths: enum: - open - resolved - - &244 + - &245 name: secret_type in: query description: A comma-separated list of secret types to return. By default @@ -13940,7 +13947,7 @@ paths: required: false schema: type: string - - &245 + - &246 name: resolution in: query description: A comma-separated list of resolutions. Only secret scanning alerts @@ -13949,7 +13956,7 @@ paths: required: false schema: type: string - - &246 + - &247 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. @@ -13965,7 +13972,7 @@ paths: - *4 - *88 - *89 - - &247 + - &248 name: validity in: query description: A comma-separated list of validities that, when present, will @@ -13981,7 +13988,7 @@ paths: application/json: schema: type: array - items: &248 + items: &249 type: object properties: number: *93 @@ -14000,14 +14007,14 @@ paths: format: uri description: The REST API URL of the code locations for this alert. - state: &526 + state: &527 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: &527 + resolution: &528 type: string description: "**Required when the `state` is `resolved`.** The reason for resolving the alert." @@ -14073,7 +14080,7 @@ paths: - inactive - unknown examples: - default: &249 + default: &250 value: - number: 2 created_at: '2020-11-06T18:48:51Z' @@ -14327,7 +14334,7 @@ paths: url: https://docs.github.com/enterprise-server@3.12/rest/enterprise-admin/billing#get-github-advanced-security-active-committers-for-an-enterprise parameters: - *65 - - &251 + - &252 name: advanced_security_product in: query description: The security feature to get GitHub Advanced Security active committers @@ -14345,7 +14352,7 @@ paths: description: Success content: application/json: - schema: &252 + schema: &253 type: object properties: total_advanced_security_committers: @@ -14400,7 +14407,7 @@ paths: required: - repositories examples: - default: &253 + default: &254 value: total_advanced_security_committers: 2 total_count: 2 @@ -14422,7 +14429,7 @@ paths: - user_login: octokitten last_pushed_date: '2021-10-26' last_pushed_email: octokitten@github.com - '403': &254 + '403': &255 description: Response if GitHub Advanced Security is not enabled for this repository content: @@ -14569,7 +14576,7 @@ paths: description: Issues are a great way to keep track of tasks, enhancements, and bugs for your projects. type: object - properties: &433 + properties: &434 id: type: integer format: int64 @@ -14680,7 +14687,7 @@ paths: description: A collection of related issues and pull requests. type: object - properties: &379 + properties: &380 url: type: string format: uri @@ -14750,7 +14757,7 @@ paths: format: date-time example: '2012-10-09T23:39:01Z' nullable: true - required: &380 + required: &381 - closed_issues - creator - description @@ -14829,7 +14836,7 @@ paths: timeline_url: type: string format: uri - type: &559 + type: &560 title: Issue Type description: The type of issue. type: object @@ -14954,7 +14961,7 @@ paths: - total - completed - percent_completed - required: &434 + required: &435 - assignee - closed_at - comments @@ -14976,7 +14983,7 @@ paths: - author_association - created_at - updated_at - comment: &431 + comment: &432 title: Issue Comment description: Comments provide a way for people to collaborate on an issue. @@ -15538,7 +15545,7 @@ paths: url: type: string format: uri - user: &574 + user: &575 title: Public User description: Public User type: object @@ -17402,7 +17409,7 @@ paths: - closed - all default: open - - &206 + - &207 name: labels description: 'A list of comma separated label names. Example: `bug,ui,@high`' in: query @@ -17453,7 +17460,7 @@ paths: type: array items: *121 examples: - default: &207 + default: &208 value: - id: 1 node_id: MDU6SXNzdWUx @@ -20157,14 +20164,14 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-server@3.12/rest/activity/events#list-public-events-for-a-network-of-repositories parameters: - - &277 + - &278 name: owner description: The account owner of the repository. The name is not case sensitive. in: path required: true schema: type: string - - &278 + - &279 name: repo description: The name of the repository without the `.git` extension. The name is not case sensitive. @@ -20235,7 +20242,7 @@ paths: '404': *26 '403': *43 '304': *42 - '301': &289 + '301': &290 description: Moved permanently content: application/json: @@ -20257,7 +20264,7 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-server@3.12/rest/activity/notifications#list-notifications-for-the-authenticated-user parameters: - - &462 + - &463 name: all description: If `true`, show notifications marked as read. in: query @@ -20265,7 +20272,7 @@ paths: schema: type: boolean default: false - - &463 + - &464 name: participating description: If `true`, only shows notifications in which the user is directly participating or mentioned. @@ -20275,7 +20282,7 @@ paths: type: boolean default: false - *111 - - &464 + - &465 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: @@ -20311,7 +20318,7 @@ paths: title: Minimal Repository description: Minimal Repository type: object - properties: &197 + properties: &198 id: type: integer format: int64 @@ -20587,7 +20594,7 @@ paths: web_commit_signoff_required: type: boolean example: false - security_and_analysis: &235 + security_and_analysis: &236 nullable: true type: object properties: @@ -20627,7 +20634,7 @@ paths: enum: - enabled - disabled - required: &198 + required: &199 - archive_url - assignees_url - blobs_url @@ -20715,7 +20722,7 @@ paths: - url - subscription_url examples: - default: &465 + default: &466 value: - id: '1' repository: @@ -21240,7 +21247,7 @@ paths: type: array items: *70 examples: - default: &583 + default: &584 value: - login: github id: 1 @@ -22053,7 +22060,7 @@ paths: type: integer repository_cache_usages: type: array - items: &294 + items: &295 title: Actions Cache Usage by repository description: GitHub Actions Cache Usage by repository. type: object @@ -22304,7 +22311,7 @@ paths: type: array items: *84 examples: - default: &580 + default: &581 value: total_count: 1 repositories: @@ -24104,7 +24111,7 @@ paths: description: Response content: application/json: - schema: &316 + schema: &317 title: ActionsPublicKey description: The public key used for setting Actions Secrets. type: object @@ -24133,7 +24140,7 @@ paths: - key_id - key examples: - default: &317 + default: &318 value: key_id: '012345678912345678' key: 2Sg8iYjAxxmI2LvUXpJjkYrMxURPc8r+dB7TJyvv1234 @@ -24546,7 +24553,7 @@ paths: url: https://docs.github.com/enterprise-server@3.12/rest/actions/variables#list-organization-variables parameters: - *135 - - &301 + - &302 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-server@3.12/rest/using-the-rest-api/using-pagination-in-the-rest-api)." @@ -25195,7 +25202,7 @@ paths: be returned. in: query required: false - schema: &356 + schema: &357 type: string description: Severity of a code scanning alert. enum: @@ -25555,11 +25562,12 @@ paths: - *189 - *190 - *191 + - *192 - *9 - *88 - *89 - - *192 - *193 + - *194 - *4 responses: '200': @@ -25568,9 +25576,9 @@ paths: application/json: schema: type: array - items: *194 + items: *195 examples: - default: *195 + default: *196 '304': *42 '400': *34 '403': *43 @@ -25614,7 +25622,7 @@ paths: type: integer secrets: type: array - items: &196 + items: &197 title: Dependabot Secret for an Organization description: Secrets for GitHub Dependabot for an organization. type: object @@ -25691,7 +25699,7 @@ paths: description: Response content: application/json: - schema: &393 + schema: &394 title: DependabotPublicKey description: The public key used for setting Dependabot Secrets. type: object @@ -25708,7 +25716,7 @@ paths: - key_id - key examples: - default: &394 + default: &395 value: key_id: '012345678912345678' key: 2Sg8iYjAxxmI2LvUXpJjkYrMxURPc8r+dB7TJyvv1234 @@ -25738,7 +25746,7 @@ paths: description: Response content: application/json: - schema: *196 + schema: *197 examples: default: value: @@ -26035,7 +26043,7 @@ paths: application/json: schema: type: array - items: &213 + items: &214 title: Package description: A software package type: object @@ -26085,8 +26093,8 @@ paths: title: Minimal Repository description: Minimal Repository type: object - properties: *197 - required: *198 + properties: *198 + required: *199 nullable: true created_at: type: string @@ -26105,7 +26113,7 @@ paths: - created_at - updated_at examples: - default: &214 + default: &215 value: - id: 197 name: hello_docker @@ -26289,7 +26297,7 @@ paths: description: Response content: application/json: - schema: &272 + schema: &273 title: ExternalGroup description: Information about an external group's usage and its members type: object @@ -26370,7 +26378,7 @@ paths: example: mona_lisa@github.com type: string examples: - default: &273 + default: &274 value: group_id: '123' group_name: Octocat admins @@ -26425,7 +26433,7 @@ paths: description: Response content: application/json: - schema: &270 + schema: &271 title: ExternalGroups description: A list of external groups available to be connected to a team @@ -26462,7 +26470,7 @@ paths: example: 2019-06-03 22:27:15:000 -700 type: string examples: - default: &271 + default: &272 value: groups: - group_id: '123' @@ -26509,7 +26517,7 @@ paths: application/json: schema: type: array - items: &199 + items: &200 title: Org Hook description: Org Hook type: object @@ -26680,9 +26688,9 @@ paths: description: Response content: application/json: - schema: *199 + schema: *200 examples: - default: &200 + default: &201 value: id: 1 url: https://api.github.com/orgs/octocat/hooks/1 @@ -26736,9 +26744,9 @@ paths: description: Response content: application/json: - schema: *199 + schema: *200 examples: - default: *200 + default: *201 '404': *26 x-github: githubCloudOnly: false @@ -26811,7 +26819,7 @@ paths: description: Response content: application/json: - schema: *199 + schema: *200 examples: default: value: @@ -26965,7 +26973,7 @@ paths: - *135 - *3 - *4 - - *201 + - *202 responses: '200': description: Response @@ -26973,9 +26981,9 @@ paths: application/json: schema: type: array - items: *202 + items: *203 examples: - default: *203 + default: *204 '400': *34 '422': *35 x-github: @@ -27008,9 +27016,9 @@ paths: description: Response content: application/json: - schema: *204 + schema: *205 examples: - default: *205 + default: *206 '400': *34 '422': *35 x-github: @@ -27098,7 +27106,7 @@ paths: application/json: schema: *39 examples: - default: &428 + default: &429 value: id: 1 account: @@ -27295,7 +27303,7 @@ paths: - closed - all default: open - - *206 + - *207 - name: type description: Can be the name of an issue type. in: query @@ -27326,7 +27334,7 @@ paths: type: array items: *121 examples: - default: *207 + default: *208 headers: Link: *6 '404': *26 @@ -27384,7 +27392,7 @@ paths: type: array items: *19 examples: - default: &212 + default: &213 value: - login: octocat id: 1 @@ -27486,7 +27494,7 @@ paths: description: Response content: application/json: - schema: &208 + schema: &209 title: Org Membership description: Org Membership type: object @@ -27538,7 +27546,7 @@ paths: - organization - user examples: - response-if-user-has-an-active-admin-membership-with-organization: &209 + response-if-user-has-an-active-admin-membership-with-organization: &210 summary: Response if user has an active admin membership with organization value: url: https://api.github.com/orgs/octocat/memberships/defunkt @@ -27634,9 +27642,9 @@ paths: description: Response content: application/json: - schema: *208 + schema: *209 examples: - response-if-user-already-had-membership-with-organization: *209 + response-if-user-already-had-membership-with-organization: *210 '422': *35 '403': *43 x-github: @@ -27704,7 +27712,7 @@ paths: application/json: schema: type: array - items: &210 + items: &211 title: Migration description: A migration. type: object @@ -28036,7 +28044,7 @@ paths: description: Response content: application/json: - schema: *210 + schema: *211 examples: default: value: @@ -28215,7 +28223,7 @@ paths: url: https://docs.github.com/enterprise-server@3.12/rest/migrations/orgs#get-an-organization-migration-status parameters: - *135 - - &211 + - &212 name: migration_id description: The unique identifier of the migration. in: path @@ -28242,7 +28250,7 @@ paths: * `failed`, which means the migration failed. content: application/json: - schema: *210 + schema: *211 examples: default: value: @@ -28412,7 +28420,7 @@ paths: url: https://docs.github.com/enterprise-server@3.12/rest/migrations/orgs#download-an-organization-migration-archive parameters: - *135 - - *211 + - *212 responses: '302': description: Response @@ -28434,7 +28442,7 @@ paths: url: https://docs.github.com/enterprise-server@3.12/rest/migrations/orgs#delete-an-organization-migration-archive parameters: - *135 - - *211 + - *212 responses: '204': description: Response @@ -28458,7 +28466,7 @@ paths: url: https://docs.github.com/enterprise-server@3.12/rest/migrations/orgs#unlock-an-organization-repository parameters: - *135 - - *211 + - *212 - name: repo_name description: repo_name parameter in: path @@ -28486,7 +28494,7 @@ paths: url: https://docs.github.com/enterprise-server@3.12/rest/migrations/orgs#list-repositories-in-an-organization-migration parameters: - *135 - - *211 + - *212 - *4 - *5 responses: @@ -28498,7 +28506,7 @@ paths: type: array items: *153 examples: - default: &220 + default: &221 value: - id: 1296269 node_id: MDEwOlJlcG9zaXRvcnkxMjk2MjY5 @@ -28649,7 +28657,7 @@ paths: type: array items: *19 examples: - default: *212 + default: *213 headers: Link: *6 x-github: @@ -28791,7 +28799,7 @@ paths: - nuget - container - *135 - - &584 + - &585 name: visibility description: |- The selected visibility of the packages. This parameter is optional and only filters an existing result set. @@ -28827,12 +28835,12 @@ paths: application/json: schema: type: array - items: *213 + items: *214 examples: - default: *214 + default: *215 '403': *43 '401': *41 - '400': &586 + '400': &587 description: The value of `per_page` multiplied by `page` cannot be greater than 10000. x-github: @@ -28854,7 +28862,7 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-server@3.12/rest/packages/packages#get-a-package-for-an-organization parameters: - - &215 + - &216 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 @@ -28872,7 +28880,7 @@ paths: - docker - nuget - container - - &216 + - &217 name: package_name description: The name of the package. in: path @@ -28885,7 +28893,7 @@ paths: description: Response content: application/json: - schema: *213 + schema: *214 examples: default: value: @@ -28937,8 +28945,8 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-server@3.12/rest/packages/packages#delete-a-package-for-an-organization parameters: - - *215 - *216 + - *217 - *135 responses: '204': @@ -28971,8 +28979,8 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-server@3.12/rest/packages/packages#restore-a-package-for-an-organization parameters: - - *215 - *216 + - *217 - *135 - name: token description: package token @@ -29005,8 +29013,8 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-server@3.12/rest/packages/packages#list-package-versions-for-a-package-owned-by-an-organization parameters: - - *215 - *216 + - *217 - *135 - *5 - *4 @@ -29027,7 +29035,7 @@ paths: application/json: schema: type: array - items: &217 + items: &218 title: Package Version description: A version of a software package type: object @@ -29152,10 +29160,10 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-server@3.12/rest/packages/packages#get-a-package-version-for-an-organization parameters: - - *215 - *216 + - *217 - *135 - - &218 + - &219 name: package_version_id description: Unique identifier of the package version. in: path @@ -29167,7 +29175,7 @@ paths: description: Response content: application/json: - schema: *217 + schema: *218 examples: default: value: @@ -29203,10 +29211,10 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-server@3.12/rest/packages/packages#delete-package-version-for-an-organization parameters: - - *215 - *216 + - *217 - *135 - - *218 + - *219 responses: '204': description: Response @@ -29238,10 +29246,10 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-server@3.12/rest/packages/packages#restore-package-version-for-an-organization parameters: - - *215 - *216 + - *217 - *135 - - *218 + - *219 responses: '204': description: Response @@ -29271,7 +29279,7 @@ paths: - *135 - *4 - *5 - - &221 + - &222 name: sort description: The property by which to sort the results. in: query @@ -29282,7 +29290,7 @@ paths: - created_at default: created_at - *9 - - &222 + - &223 name: owner description: A list of owner usernames to use to filter the results. in: query @@ -29293,7 +29301,7 @@ paths: items: type: string example: owner[]=octocat1,owner[]=octocat2 - - &223 + - &224 name: repository description: The name of the repository to use to filter the results. in: query @@ -29301,7 +29309,7 @@ paths: schema: type: string example: Hello-World - - &224 + - &225 name: permission description: The permission to use to filter the results. in: query @@ -29309,7 +29317,7 @@ paths: schema: type: string example: issues_read - - &225 + - &226 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) @@ -29319,7 +29327,7 @@ paths: schema: type: string format: date-time - - &226 + - &227 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) @@ -29329,7 +29337,7 @@ paths: schema: type: string format: date-time - - &227 + - &228 name: token_id description: The ID of the token in: query @@ -29341,7 +29349,7 @@ paths: type: string example: token_id[]=1,token_id[]=2 responses: - '500': &219 + '500': &220 description: Internal Error content: application/json: @@ -29538,7 +29546,7 @@ paths: action: deny reason: Access is too broad. responses: - '500': *219 + '500': *220 '422': *35 '404': *26 '403': *43 @@ -29599,11 +29607,11 @@ paths: action: deny reason: This request is denied because the access is too broad. responses: - '500': *219 + '500': *220 '422': *35 '404': *26 '403': *43 - '204': &228 + '204': &229 description: A header with no content is returned. x-github: githubCloudOnly: false @@ -29636,7 +29644,7 @@ paths: - *4 - *5 responses: - '500': *219 + '500': *220 '404': *26 '403': *43 '200': @@ -29647,7 +29655,7 @@ paths: type: array items: *153 examples: - default: *220 + default: *221 headers: Link: *6 x-github: @@ -29673,16 +29681,16 @@ paths: - *135 - *4 - *5 - - *221 - - *9 - *222 + - *9 - *223 - *224 - *225 - *226 - *227 + - *228 responses: - '500': *219 + '500': *220 '422': *35 '404': *26 '403': *43 @@ -29864,7 +29872,7 @@ paths: - 1296269 - 1296280 responses: - '500': *219 + '500': *220 '404': *26 '202': *141 '403': *43 @@ -29917,9 +29925,9 @@ paths: value: action: revoke responses: - '500': *219 + '500': *220 '404': *26 - '204': *228 + '204': *229 '403': *43 '422': *35 x-github: @@ -29951,7 +29959,7 @@ paths: - *4 - *5 responses: - '500': *219 + '500': *220 '404': *26 '403': *43 '200': @@ -29962,7 +29970,7 @@ paths: type: array items: *153 examples: - default: *220 + default: *221 headers: Link: *6 x-github: @@ -30006,7 +30014,7 @@ paths: application/json: schema: type: array - items: &229 + items: &230 type: object properties: id: @@ -30050,9 +30058,9 @@ paths: description: Response content: application/json: - schema: *229 + schema: *230 examples: - default: &230 + default: &231 value: id: 42 name: Check Commits @@ -30082,7 +30090,7 @@ paths: description: Response content: application/json: - schema: *229 + schema: *230 examples: default: value: @@ -30131,9 +30139,9 @@ paths: description: Response content: application/json: - schema: *229 + schema: *230 examples: - default: *230 + default: *231 x-github: githubCloudOnly: false enabledForGitHubApps: true @@ -30174,7 +30182,7 @@ paths: application/json: schema: type: array - items: &231 + items: &232 title: Project description: Projects are a way to organize columns and cards of work. @@ -30344,7 +30352,7 @@ paths: description: Response content: application/json: - schema: *231 + schema: *232 examples: default: value: @@ -30382,7 +30390,7 @@ paths: '401': *41 '403': *43 '404': *26 - '410': *232 + '410': *233 '422': *27 x-github: githubCloudOnly: false @@ -30413,7 +30421,7 @@ paths: type: array items: *19 examples: - default: *212 + default: *213 headers: Link: *6 x-github: @@ -30554,7 +30562,7 @@ paths: type: array items: *153 examples: - default: *220 + default: *221 headers: Link: *6 x-github: @@ -30763,7 +30771,7 @@ paths: description: Response content: application/json: - schema: &288 + schema: &289 title: Full Repository description: Full Repository type: object @@ -31040,8 +31048,8 @@ paths: title: Repository description: A repository on GitHub. type: object - properties: *233 - required: *234 + properties: *234 + required: *235 nullable: true temp_clone_token: type: string @@ -31177,7 +31185,7 @@ paths: - key - name - html_url - security_and_analysis: *235 + security_and_analysis: *236 custom_properties: type: object description: The custom properties that were defined for the repository. @@ -31261,7 +31269,7 @@ paths: - network_count - subscribers_count examples: - default: &290 + default: &291 value: id: 1296269 node_id: MDEwOlJlcG9zaXRvcnkxMjk2MjY5 @@ -31833,7 +31841,7 @@ paths: - *135 - *4 - *5 - - &513 + - &514 name: targets description: | A comma-separated list of rule targets to filter by. @@ -31851,7 +31859,7 @@ paths: application/json: schema: type: array - items: &241 + items: &242 title: Repository ruleset type: object description: A set of rules to apply when specified conditions are @@ -31883,7 +31891,7 @@ paths: source: type: string description: The name of the source - enforcement: &237 + enforcement: &238 type: string description: The enforcement level of the ruleset. `evaluate` allows admins to test rules before enforcing them. Admins @@ -31896,7 +31904,7 @@ paths: bypass_actors: type: array description: The actors that can bypass the rules in this ruleset - items: &238 + items: &239 title: Repository Ruleset Bypass Actor type: object description: An actor that can bypass rules in a ruleset @@ -31960,7 +31968,7 @@ paths: conditions: nullable: true anyOf: - - &236 + - &237 title: Repository ruleset conditions for ref names type: object description: Parameters for a repository ruleset ref name @@ -31984,7 +31992,7 @@ paths: match. items: type: string - - &239 + - &240 title: Organization ruleset conditions type: object description: |- @@ -31998,7 +32006,7 @@ paths: description: Conditions to target repositories by name and refs by name allOf: - - *236 + - *237 - title: Repository ruleset conditions for repository names type: object description: Parameters for a repository name condition @@ -32032,7 +32040,7 @@ paths: description: Conditions to target repositories by id and refs by name allOf: - - *236 + - *237 - title: Repository ruleset conditions for repository IDs type: object description: Parameters for a repository ID condition @@ -32051,12 +32059,12 @@ paths: - repository_id rules: type: array - items: &240 + items: &241 title: Repository Rule type: object description: A repository rule. oneOf: - - &497 + - &498 title: creation description: Only allow users with bypass permission to create matching refs. @@ -32068,7 +32076,7 @@ paths: type: string enum: - creation - - &498 + - &499 title: update description: Only allow users with bypass permission to update matching refs. @@ -32089,7 +32097,7 @@ paths: repository required: - update_allows_fetch_and_merge - - &500 + - &501 title: deletion description: Only allow users with bypass permissions to delete matching refs. @@ -32101,7 +32109,7 @@ paths: type: string enum: - deletion - - &501 + - &502 title: required_linear_history description: Prevent merge commits from being pushed to matching refs. @@ -32113,7 +32121,7 @@ paths: type: string enum: - required_linear_history - - &502 + - &503 title: required_deployments description: Choose which environments must be successfully deployed to before refs can be pushed into a ref that @@ -32137,7 +32145,7 @@ paths: type: string required: - required_deployment_environments - - &503 + - &504 title: required_signatures description: Commits pushed to matching refs must have verified signatures. @@ -32149,7 +32157,7 @@ paths: type: string enum: - required_signatures - - &504 + - &505 title: pull_request description: Require all commits be made to a non-target branch and submitted via a pull request before they can @@ -32200,7 +32208,7 @@ paths: - require_last_push_approval - required_approving_review_count - required_review_thread_resolution - - &505 + - &506 title: required_status_checks description: Choose which status checks must pass before the ref is updated. When enabled, commits must first be @@ -32248,7 +32256,7 @@ paths: required: - required_status_checks - strict_required_status_checks_policy - - &506 + - &507 title: non_fast_forward description: Prevent users with push access from force pushing to refs. @@ -32260,7 +32268,7 @@ paths: type: string enum: - non_fast_forward - - &507 + - &508 title: commit_message_pattern description: Parameters to be used for the commit_message_pattern rule @@ -32296,7 +32304,7 @@ paths: required: - operator - pattern - - &508 + - &509 title: commit_author_email_pattern description: Parameters to be used for the commit_author_email_pattern rule @@ -32332,7 +32340,7 @@ paths: required: - operator - pattern - - &509 + - &510 title: committer_email_pattern description: Parameters to be used for the committer_email_pattern rule @@ -32368,7 +32376,7 @@ paths: required: - operator - pattern - - &510 + - &511 title: branch_name_pattern description: Parameters to be used for the branch_name_pattern rule @@ -32404,7 +32412,7 @@ paths: required: - operator - pattern - - &511 + - &512 title: tag_name_pattern description: Parameters to be used for the tag_name_pattern rule @@ -32440,7 +32448,7 @@ paths: required: - operator - pattern - - &512 + - &513 title: workflows description: Require all changes made to a targeted branch to pass the specified workflows before they can be merged. @@ -32526,7 +32534,7 @@ paths: created_at: '2023-08-15T08:43:03Z' updated_at: '2023-09-23T16:29:47Z' '404': *26 - '500': *219 + '500': *220 post: summary: Create an organization repository ruleset description: Create a repository ruleset for an organization. @@ -32561,16 +32569,16 @@ paths: - branch - tag default: branch - enforcement: *237 + enforcement: *238 bypass_actors: type: array description: The actors that can bypass the rules in this ruleset - items: *238 - conditions: *239 + items: *239 + conditions: *240 rules: type: array description: An array of rules within the ruleset. - items: *240 + items: *241 source_type: type: string description: The type of the source of the ruleset @@ -32614,9 +32622,9 @@ paths: description: Response content: application/json: - schema: *241 + schema: *242 examples: - default: &242 + default: &243 value: id: 21 name: super cool ruleset @@ -32656,7 +32664,7 @@ paths: created_at: '2023-08-15T08:43:03Z' updated_at: '2023-09-23T16:29:47Z' '404': *26 - '500': *219 + '500': *220 "/orgs/{org}/rulesets/rule-suites": get: summary: List organization rule suites @@ -32671,7 +32679,7 @@ paths: url: https://docs.github.com/enterprise-server@3.12/rest/orgs/rule-suites#list-organization-rule-suites parameters: - *135 - - &514 + - &515 name: ref description: The name of the ref. Cannot contain wildcard characters. When specified, only rule evaluations triggered for this ref will be returned. @@ -32684,7 +32692,7 @@ paths: in: query schema: type: string - - &515 + - &516 name: time_period description: |- The time period to filter by. @@ -32700,14 +32708,14 @@ paths: - week - month default: day - - &516 + - &517 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 - - &517 + - &518 name: rule_suite_result description: The rule results to filter on. When specified, only suites with this result will be returned. @@ -32727,7 +32735,7 @@ paths: description: Response content: application/json: - schema: &518 + schema: &519 title: Rule Suites description: Response type: array @@ -32781,7 +32789,7 @@ paths: whether rules would pass or fail if all rules in the rule suite were `active`. examples: - default: &519 + default: &520 value: - id: 21 actor_id: 12 @@ -32805,7 +32813,7 @@ paths: result: pass evaluation_result: fail '404': *26 - '500': *219 + '500': *220 x-github: githubCloudOnly: false enabledForGitHubApps: true @@ -32825,7 +32833,7 @@ paths: url: https://docs.github.com/enterprise-server@3.12/rest/orgs/rule-suites#get-an-organization-rule-suite parameters: - *135 - - &520 + - &521 name: rule_suite_id description: |- The unique identifier of the rule suite result. @@ -32841,7 +32849,7 @@ paths: description: Response content: application/json: - schema: &521 + schema: &522 title: Rule Suite description: Response type: object @@ -32939,7 +32947,7 @@ paths: description: The detailed failure message for the rule. Null if the rule passed. examples: - default: &522 + default: &523 value: id: 21 actor_id: 12 @@ -32974,7 +32982,7 @@ paths: result: fail rule_type: commit_message_pattern '404': *26 - '500': *219 + '500': *220 x-github: githubCloudOnly: false enabledForGitHubApps: true @@ -33012,11 +33020,11 @@ paths: description: Response content: application/json: - schema: *241 + schema: *242 examples: - default: *242 + default: *243 '404': *26 - '500': *219 + '500': *220 put: summary: Update an organization repository ruleset description: Update a ruleset for an organization. @@ -33056,16 +33064,16 @@ paths: enum: - branch - tag - enforcement: *237 + enforcement: *238 bypass_actors: type: array description: The actors that can bypass the rules in this ruleset - items: *238 - conditions: *239 + items: *239 + conditions: *240 rules: description: An array of rules within the ruleset. type: array - items: *240 + items: *241 examples: default: value: @@ -33100,11 +33108,11 @@ paths: description: Response content: application/json: - schema: *241 + schema: *242 examples: - default: *242 + default: *243 '404': *26 - '500': *219 + '500': *220 delete: summary: Delete an organization repository ruleset description: Delete a ruleset for an organization. @@ -33131,7 +33139,7 @@ paths: '204': description: Response '404': *26 - '500': *219 + '500': *220 "/orgs/{org}/secret-scanning/alerts": get: summary: List secret scanning alerts for an organization @@ -33149,14 +33157,14 @@ paths: url: https://docs.github.com/enterprise-server@3.12/rest/secret-scanning/secret-scanning#list-secret-scanning-alerts-for-an-organization parameters: - *135 - - *243 - *244 - *245 - *246 + - *247 - *9 - *5 - *4 - - &524 + - &525 name: before description: A cursor, as given in the [Link header](https://docs.github.com/enterprise-server@3.12/rest/guides/using-pagination-in-the-rest-api#using-link-headers). If specified, the query only searches for events before this cursor. To @@ -33166,7 +33174,7 @@ paths: required: false schema: type: string - - &525 + - &526 name: after description: A cursor, as given in the [Link header](https://docs.github.com/enterprise-server@3.12/rest/guides/using-pagination-in-the-rest-api#using-link-headers). If specified, the query only searches for events after this cursor. To @@ -33176,7 +33184,7 @@ paths: required: false schema: type: string - - *247 + - *248 responses: '200': description: Response @@ -33184,9 +33192,9 @@ paths: application/json: schema: type: array - items: *248 + items: *249 examples: - default: *249 + default: *250 headers: Link: *6 '404': *26 @@ -33220,12 +33228,12 @@ paths: application/json: schema: type: array - items: &474 + items: &475 title: Team Simple description: Groups of organization members that gives permissions on specified repositories. type: object - properties: &255 + properties: &256 id: description: Unique identifier of the team type: integer @@ -33278,7 +33286,7 @@ paths: LDAP environment example: uid=example,ou=users,dc=github,dc=com type: string - required: &256 + required: &257 - id - node_id - url @@ -33290,7 +33298,7 @@ paths: - repositories_url - slug examples: - default: &257 + default: &258 value: - id: 1 node_id: MDQ6VGVhbTE= @@ -33328,7 +33336,7 @@ paths: url: https://docs.github.com/enterprise-server@3.12/rest/orgs/security-managers#add-a-security-manager-team parameters: - *135 - - &250 + - &251 name: team_slug description: The slug of the team name. in: path @@ -33363,7 +33371,7 @@ paths: url: https://docs.github.com/enterprise-server@3.12/rest/orgs/security-managers#remove-a-security-manager-team parameters: - *135 - - *250 + - *251 responses: '204': description: Response @@ -33392,7 +33400,7 @@ paths: url: https://docs.github.com/enterprise-server@3.12/rest/billing/billing#get-github-advanced-security-active-committers-for-an-organization parameters: - *135 - - *251 + - *252 - *4 - *5 responses: @@ -33400,10 +33408,10 @@ paths: description: Success content: application/json: - schema: *252 + schema: *253 examples: - default: *253 - '403': *254 + default: *254 + '403': *255 x-github: githubCloudOnly: true enabledForGitHubApps: true @@ -33431,7 +33439,7 @@ paths: application/json: schema: type: array - items: &279 + items: &280 title: Team description: Groups of organization members that gives permissions on specified repositories. @@ -33490,8 +33498,8 @@ paths: description: Groups of organization members that gives permissions on specified repositories. type: object - properties: *255 - required: *256 + properties: *256 + required: *257 nullable: true required: - id @@ -33506,7 +33514,7 @@ paths: - slug - parent examples: - default: *257 + default: *258 headers: Link: *6 '403': *43 @@ -33608,7 +33616,7 @@ paths: description: Response content: application/json: - schema: &258 + schema: &259 title: Full Team description: Groups of organization members that gives permissions on specified repositories. @@ -33671,8 +33679,8 @@ paths: description: Groups of organization members that gives permissions on specified repositories. type: object - properties: *255 - required: *256 + properties: *256 + required: *257 nullable: true members_count: type: integer @@ -33918,7 +33926,7 @@ paths: - repos_count - organization examples: - default: &259 + default: &260 value: id: 1 node_id: MDQ6VGVhbTE= @@ -33988,15 +33996,15 @@ paths: url: https://docs.github.com/enterprise-server@3.12/rest/teams/teams#get-a-team-by-name parameters: - *135 - - *250 + - *251 responses: '200': description: Response content: application/json: - schema: *258 + schema: *259 examples: - default: *259 + default: *260 '404': *26 x-github: githubCloudOnly: false @@ -34018,7 +34026,7 @@ paths: url: https://docs.github.com/enterprise-server@3.12/rest/teams/teams#update-a-team parameters: - *135 - - *250 + - *251 requestBody: required: false content: @@ -34080,16 +34088,16 @@ paths: description: Response when the updated information already exists content: application/json: - schema: *258 + schema: *259 examples: - default: *259 + default: *260 '201': description: Response content: application/json: - schema: *258 + schema: *259 examples: - default: *259 + default: *260 '404': *26 '422': *35 '403': *43 @@ -34115,7 +34123,7 @@ paths: url: https://docs.github.com/enterprise-server@3.12/rest/teams/teams#delete-a-team parameters: - *135 - - *250 + - *251 responses: '204': description: Response @@ -34142,7 +34150,7 @@ paths: url: https://docs.github.com/enterprise-server@3.12/rest/teams/discussions#list-discussions parameters: - *135 - - *250 + - *251 - *9 - *4 - *5 @@ -34159,7 +34167,7 @@ paths: application/json: schema: type: array - items: &260 + items: &261 title: Team Discussion description: A team discussion is a persistent record of a free-form conversation within a team. @@ -34258,7 +34266,7 @@ paths: - updated_at - url examples: - default: &564 + default: &565 value: - author: login: octocat @@ -34333,7 +34341,7 @@ paths: url: https://docs.github.com/enterprise-server@3.12/rest/teams/discussions#create-a-discussion parameters: - *135 - - *250 + - *251 requestBody: required: true content: @@ -34367,9 +34375,9 @@ paths: description: Response content: application/json: - schema: *260 + schema: *261 examples: - default: &261 + default: &262 value: author: login: octocat @@ -34442,8 +34450,8 @@ paths: url: https://docs.github.com/enterprise-server@3.12/rest/teams/discussions#get-a-discussion parameters: - *135 - - *250 - - &262 + - *251 + - &263 name: discussion_number description: The number that identifies the discussion. in: path @@ -34455,9 +34463,9 @@ paths: description: Response content: application/json: - schema: *260 + schema: *261 examples: - default: *261 + default: *262 x-github: githubCloudOnly: false enabledForGitHubApps: true @@ -34480,8 +34488,8 @@ paths: url: https://docs.github.com/enterprise-server@3.12/rest/teams/discussions#update-a-discussion parameters: - *135 - - *250 - - *262 + - *251 + - *263 requestBody: required: false content: @@ -34504,9 +34512,9 @@ paths: description: Response content: application/json: - schema: *260 + schema: *261 examples: - default: &565 + default: &566 value: author: login: octocat @@ -34577,8 +34585,8 @@ paths: url: https://docs.github.com/enterprise-server@3.12/rest/teams/discussions#delete-a-discussion parameters: - *135 - - *250 - - *262 + - *251 + - *263 responses: '204': description: Response @@ -34605,8 +34613,8 @@ paths: url: https://docs.github.com/enterprise-server@3.12/rest/teams/discussion-comments#list-discussion-comments parameters: - *135 - - *250 - - *262 + - *251 + - *263 - *9 - *4 - *5 @@ -34617,7 +34625,7 @@ paths: application/json: schema: type: array - items: &263 + items: &264 title: Team Discussion Comment description: A reply to a discussion within a team. type: object @@ -34689,7 +34697,7 @@ paths: - updated_at - url examples: - default: &566 + default: &567 value: - author: login: octocat @@ -34758,8 +34766,8 @@ paths: url: https://docs.github.com/enterprise-server@3.12/rest/teams/discussion-comments#create-a-discussion-comment parameters: - *135 - - *250 - - *262 + - *251 + - *263 requestBody: required: true content: @@ -34781,9 +34789,9 @@ paths: description: Response content: application/json: - schema: *263 + schema: *264 examples: - default: &264 + default: &265 value: author: login: octocat @@ -34850,9 +34858,9 @@ paths: url: https://docs.github.com/enterprise-server@3.12/rest/teams/discussion-comments#get-a-discussion-comment parameters: - *135 - - *250 - - *262 - - &265 + - *251 + - *263 + - &266 name: comment_number description: The number that identifies the comment. in: path @@ -34864,9 +34872,9 @@ paths: description: Response content: application/json: - schema: *263 + schema: *264 examples: - default: *264 + default: *265 x-github: githubCloudOnly: false enabledForGitHubApps: true @@ -34889,9 +34897,9 @@ paths: url: https://docs.github.com/enterprise-server@3.12/rest/teams/discussion-comments#update-a-discussion-comment parameters: - *135 - - *250 - - *262 - - *265 + - *251 + - *263 + - *266 requestBody: required: true content: @@ -34913,9 +34921,9 @@ paths: description: Response content: application/json: - schema: *263 + schema: *264 examples: - default: &567 + default: &568 value: author: login: octocat @@ -34980,9 +34988,9 @@ paths: url: https://docs.github.com/enterprise-server@3.12/rest/teams/discussion-comments#delete-a-discussion-comment parameters: - *135 - - *250 - - *262 - - *265 + - *251 + - *263 + - *266 responses: '204': description: Response @@ -35009,9 +35017,9 @@ paths: url: https://docs.github.com/enterprise-server@3.12/rest/reactions/reactions#list-reactions-for-a-team-discussion-comment parameters: - *135 - - *250 - - *262 - - *265 + - *251 + - *263 + - *266 - name: content description: Returns a single [reaction type](https://docs.github.com/enterprise-server@3.12/rest/reactions/reactions#about-reactions). Omit this parameter to list all reactions to a team discussion comment. @@ -35037,7 +35045,7 @@ paths: application/json: schema: type: array - items: &266 + items: &267 title: Reaction description: Reactions to conversations provide a way to help people express their feelings more simply and effectively. @@ -35080,7 +35088,7 @@ paths: - content - created_at examples: - default: &268 + default: &269 value: - id: 1 node_id: MDg6UmVhY3Rpb24x @@ -35131,9 +35139,9 @@ paths: url: https://docs.github.com/enterprise-server@3.12/rest/reactions/reactions#create-reaction-for-a-team-discussion-comment parameters: - *135 - - *250 - - *262 - - *265 + - *251 + - *263 + - *266 requestBody: required: true content: @@ -35166,9 +35174,9 @@ paths: team discussion comment content: application/json: - schema: *266 + schema: *267 examples: - default: &267 + default: &268 value: id: 1 node_id: MDg6UmVhY3Rpb24x @@ -35197,9 +35205,9 @@ paths: description: Response content: application/json: - schema: *266 + schema: *267 examples: - default: *267 + default: *268 x-github: githubCloudOnly: false enabledForGitHubApps: true @@ -35223,10 +35231,10 @@ paths: url: https://docs.github.com/enterprise-server@3.12/rest/reactions/reactions#delete-team-discussion-comment-reaction parameters: - *135 - - *250 - - *262 - - *265 - - &269 + - *251 + - *263 + - *266 + - &270 name: reaction_id description: The unique identifier of the reaction. in: path @@ -35259,8 +35267,8 @@ paths: url: https://docs.github.com/enterprise-server@3.12/rest/reactions/reactions#list-reactions-for-a-team-discussion parameters: - *135 - - *250 - - *262 + - *251 + - *263 - name: content description: Returns a single [reaction type](https://docs.github.com/enterprise-server@3.12/rest/reactions/reactions#about-reactions). Omit this parameter to list all reactions to a team discussion. @@ -35286,9 +35294,9 @@ paths: application/json: schema: type: array - items: *266 + items: *267 examples: - default: *268 + default: *269 headers: Link: *6 x-github: @@ -35315,8 +35323,8 @@ paths: url: https://docs.github.com/enterprise-server@3.12/rest/reactions/reactions#create-reaction-for-a-team-discussion parameters: - *135 - - *250 - - *262 + - *251 + - *263 requestBody: required: true content: @@ -35348,16 +35356,16 @@ paths: description: Response content: application/json: - schema: *266 + schema: *267 examples: - default: *267 + default: *268 '201': description: Response content: application/json: - schema: *266 + schema: *267 examples: - default: *267 + default: *268 x-github: githubCloudOnly: false enabledForGitHubApps: false @@ -35381,9 +35389,9 @@ paths: url: https://docs.github.com/enterprise-server@3.12/rest/reactions/reactions#delete-team-discussion-reaction parameters: - *135 - - *250 - - *262 - - *269 + - *251 + - *263 + - *270 responses: '204': description: Response @@ -35407,15 +35415,15 @@ paths: url: https://docs.github.com/enterprise-server@3.12/rest/teams/external-groups#list-a-connection-between-an-external-group-and-a-team parameters: - *135 - - *250 + - *251 responses: '200': description: Response content: application/json: - schema: *270 + schema: *271 examples: - default: *271 + default: *272 x-github: githubCloudOnly: true enabledForGitHubApps: true @@ -35435,7 +35443,7 @@ paths: url: https://docs.github.com/enterprise-server@3.12/rest/teams/external-groups#update-the-connection-between-an-external-group-and-a-team parameters: - *135 - - *250 + - *251 requestBody: required: true content: @@ -35458,9 +35466,9 @@ paths: description: Response content: application/json: - schema: *272 + schema: *273 examples: - default: *273 + default: *274 x-github: githubCloudOnly: true enabledForGitHubApps: false @@ -35480,7 +35488,7 @@ paths: url: https://docs.github.com/enterprise-server@3.12/rest/teams/external-groups#remove-the-connection-between-an-external-group-and-a-team parameters: - *135 - - *250 + - *251 responses: '204': description: Response @@ -35504,7 +35512,7 @@ paths: url: https://docs.github.com/enterprise-server@3.12/rest/teams/members#list-team-members parameters: - *135 - - *250 + - *251 - name: role description: Filters members returned by their role in the team. in: query @@ -35527,7 +35535,7 @@ paths: type: array items: *19 examples: - default: *212 + default: *213 headers: Link: *6 x-github: @@ -35558,14 +35566,14 @@ paths: url: https://docs.github.com/enterprise-server@3.12/rest/teams/members#get-team-membership-for-a-user parameters: - *135 - - *250 + - *251 - *8 responses: '200': description: Response content: application/json: - schema: &274 + schema: &275 title: Team Membership description: Team Membership type: object @@ -35592,7 +35600,7 @@ paths: - state - url examples: - response-if-user-is-a-team-maintainer: &568 + response-if-user-is-a-team-maintainer: &569 summary: Response if user is a team maintainer value: url: https://api.github.com/teams/1/memberships/octocat @@ -35629,7 +35637,7 @@ paths: url: https://docs.github.com/enterprise-server@3.12/rest/teams/members#add-or-update-team-membership-for-a-user parameters: - *135 - - *250 + - *251 - *8 requestBody: required: false @@ -35655,9 +35663,9 @@ paths: description: Response content: application/json: - schema: *274 + schema: *275 examples: - response-if-users-membership-with-team-is-now-pending: &569 + response-if-users-membership-with-team-is-now-pending: &570 summary: Response if user's membership with team is now pending value: url: https://api.github.com/teams/1/memberships/octocat @@ -35693,7 +35701,7 @@ paths: url: https://docs.github.com/enterprise-server@3.12/rest/teams/members#remove-team-membership-for-a-user parameters: - *135 - - *250 + - *251 - *8 responses: '204': @@ -35721,7 +35729,7 @@ paths: url: https://docs.github.com/enterprise-server@3.12/rest/teams/teams#list-team-projects parameters: - *135 - - *250 + - *251 - *4 - *5 responses: @@ -35731,7 +35739,7 @@ paths: application/json: schema: type: array - items: &275 + items: &276 title: Team Project description: A team's access to a project. type: object @@ -35799,7 +35807,7 @@ paths: - updated_at - permissions examples: - default: &570 + default: &571 value: - owner_url: https://api.github.com/orgs/octocat url: https://api.github.com/projects/1002605 @@ -35861,8 +35869,8 @@ paths: url: https://docs.github.com/enterprise-server@3.12/rest/teams/teams#check-team-permissions-for-a-project parameters: - *135 - - *250 - - &276 + - *251 + - &277 name: project_id description: The unique identifier of the project. in: path @@ -35874,9 +35882,9 @@ paths: description: Response content: application/json: - schema: *275 + schema: *276 examples: - default: &571 + default: &572 value: owner_url: https://api.github.com/orgs/octocat url: https://api.github.com/projects/1002605 @@ -35937,8 +35945,8 @@ paths: url: https://docs.github.com/enterprise-server@3.12/rest/teams/teams#add-or-update-team-project-permissions parameters: - *135 - - *250 - - *276 + - *251 + - *277 requestBody: required: false content: @@ -36003,8 +36011,8 @@ paths: url: https://docs.github.com/enterprise-server@3.12/rest/teams/teams#remove-a-project-from-a-team parameters: - *135 - - *250 - - *276 + - *251 + - *277 responses: '204': description: Response @@ -36029,7 +36037,7 @@ paths: url: https://docs.github.com/enterprise-server@3.12/rest/teams/teams#list-team-repositories parameters: - *135 - - *250 + - *251 - *4 - *5 responses: @@ -36041,7 +36049,7 @@ paths: type: array items: *153 examples: - default: *220 + default: *221 headers: Link: *6 x-github: @@ -36071,15 +36079,15 @@ paths: url: https://docs.github.com/enterprise-server@3.12/rest/teams/teams#check-team-permissions-for-a-repository parameters: - *135 - - *250 - - *277 + - *251 - *278 + - *279 responses: '200': description: Alternative response with repository permissions content: application/json: - schema: &572 + schema: &573 title: Team Repository description: A team's access to a repository. type: object @@ -36649,9 +36657,9 @@ paths: url: https://docs.github.com/enterprise-server@3.12/rest/teams/teams#add-or-update-team-repository-permissions parameters: - *135 - - *250 - - *277 + - *251 - *278 + - *279 requestBody: required: false content: @@ -36697,9 +36705,9 @@ paths: url: https://docs.github.com/enterprise-server@3.12/rest/teams/teams#remove-a-repository-from-a-team parameters: - *135 - - *250 - - *277 + - *251 - *278 + - *279 responses: '204': description: Response @@ -36724,7 +36732,7 @@ paths: url: https://docs.github.com/enterprise-server@3.12/rest/teams/teams#list-child-teams parameters: - *135 - - *250 + - *251 - *4 - *5 responses: @@ -36734,9 +36742,9 @@ paths: application/json: schema: type: array - items: *279 + items: *280 examples: - response-if-child-teams-exist: &573 + response-if-child-teams-exist: &574 value: - id: 2 node_id: MDQ6VGVhbTI= @@ -36854,7 +36862,7 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-server@3.12/rest/projects/cards#get-a-project-card parameters: - - &280 + - &281 name: card_id description: The unique identifier of the card. in: path @@ -36866,7 +36874,7 @@ paths: description: Response content: application/json: - schema: &281 + schema: &282 title: Project Card description: Project cards represent a scope of work. type: object @@ -36933,7 +36941,7 @@ paths: - created_at - updated_at examples: - default: &282 + default: &283 value: url: https://api.github.com/projects/columns/cards/1478 id: 1478 @@ -36983,7 +36991,7 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-server@3.12/rest/projects/cards#update-an-existing-project-card parameters: - - *280 + - *281 requestBody: required: false content: @@ -37010,9 +37018,9 @@ paths: description: Response content: application/json: - schema: *281 + schema: *282 examples: - default: *282 + default: *283 '304': *42 '403': *43 '401': *41 @@ -37033,7 +37041,7 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-server@3.12/rest/projects/cards#delete-a-project-card parameters: - - *280 + - *281 responses: '204': description: Response @@ -37071,7 +37079,7 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-server@3.12/rest/projects/cards#move-a-project-card parameters: - - *280 + - *281 requestBody: required: true content: @@ -37176,7 +37184,7 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-server@3.12/rest/projects/columns#get-a-project-column parameters: - - &283 + - &284 name: column_id description: The unique identifier of the column. in: path @@ -37188,7 +37196,7 @@ paths: description: Response content: application/json: - schema: &284 + schema: &285 title: Project Column description: Project columns contain cards of work. type: object @@ -37234,7 +37242,7 @@ paths: - created_at - updated_at examples: - default: &285 + default: &286 value: url: https://api.github.com/projects/columns/367 project_url: https://api.github.com/projects/120 @@ -37263,7 +37271,7 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-server@3.12/rest/projects/columns#update-an-existing-project-column parameters: - - *283 + - *284 requestBody: required: true content: @@ -37287,9 +37295,9 @@ paths: description: Response content: application/json: - schema: *284 + schema: *285 examples: - default: *285 + default: *286 '304': *42 '403': *43 '401': *41 @@ -37308,7 +37316,7 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-server@3.12/rest/projects/columns#delete-a-project-column parameters: - - *283 + - *284 responses: '204': description: Response @@ -37331,7 +37339,7 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-server@3.12/rest/projects/cards#list-project-cards parameters: - - *283 + - *284 - name: archived_state description: Filters the project cards that are returned by the card's state. in: query @@ -37352,7 +37360,7 @@ paths: application/json: schema: type: array - items: *281 + items: *282 examples: default: value: @@ -37405,7 +37413,7 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-server@3.12/rest/projects/cards#create-a-project-card parameters: - - *283 + - *284 requestBody: required: true content: @@ -37445,9 +37453,9 @@ paths: description: Response content: application/json: - schema: *281 + schema: *282 examples: - default: *282 + default: *283 '304': *42 '403': *43 '401': *41 @@ -37497,7 +37505,7 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-server@3.12/rest/projects/columns#move-a-project-column parameters: - - *283 + - *284 requestBody: required: true content: @@ -37553,15 +37561,15 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-server@3.12/rest/projects/projects#get-a-project parameters: - - *276 + - *277 responses: '200': description: Response content: application/json: - schema: *231 + schema: *232 examples: - default: &286 + default: &287 value: owner_url: https://api.github.com/repos/api-playground/projects-test url: https://api.github.com/projects/1002604 @@ -37614,7 +37622,7 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-server@3.12/rest/projects/projects#update-a-project parameters: - - *276 + - *277 requestBody: required: false content: @@ -37660,9 +37668,9 @@ paths: description: Response content: application/json: - schema: *231 + schema: *232 examples: - default: *286 + default: *287 '404': description: Not Found if the authenticated user does not have access to the project @@ -37683,7 +37691,7 @@ paths: items: type: string '401': *41 - '410': *232 + '410': *233 '422': *27 x-github: githubCloudOnly: false @@ -37701,7 +37709,7 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-server@3.12/rest/projects/projects#delete-a-project parameters: - - *276 + - *277 responses: '204': description: Delete Success @@ -37722,7 +37730,7 @@ paths: items: type: string '401': *41 - '410': *232 + '410': *233 '404': *26 x-github: githubCloudOnly: false @@ -37745,7 +37753,7 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-server@3.12/rest/projects/collaborators#list-project-collaborators parameters: - - *276 + - *277 - 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 @@ -37772,7 +37780,7 @@ paths: type: array items: *19 examples: - default: *212 + default: *213 headers: Link: *6 '404': *26 @@ -37797,7 +37805,7 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-server@3.12/rest/projects/collaborators#add-project-collaborator parameters: - - *276 + - *277 - *8 requestBody: required: false @@ -37845,7 +37853,7 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-server@3.12/rest/projects/collaborators#remove-user-as-a-collaborator parameters: - - *276 + - *277 - *8 responses: '204': @@ -37874,7 +37882,7 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-server@3.12/rest/projects/collaborators#get-project-permission-for-a-user parameters: - - *276 + - *277 - *8 responses: '200': @@ -37942,7 +37950,7 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-server@3.12/rest/projects/columns#list-project-columns parameters: - - *276 + - *277 - *4 - *5 responses: @@ -37952,7 +37960,7 @@ paths: application/json: schema: type: array - items: *284 + items: *285 examples: default: value: @@ -37984,7 +37992,7 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-server@3.12/rest/projects/columns#create-a-project-column parameters: - - *276 + - *277 requestBody: required: true content: @@ -38007,7 +38015,7 @@ paths: description: Response content: application/json: - schema: *284 + schema: *285 examples: default: value: @@ -38068,7 +38076,7 @@ paths: resources: type: object properties: - core: &287 + core: &288 title: Rate Limit type: object properties: @@ -38085,19 +38093,19 @@ paths: - remaining - reset - used - graphql: *287 - search: *287 - code_search: *287 - source_import: *287 - integration_manifest: *287 - code_scanning_upload: *287 - actions_runner_registration: *287 - scim: *287 - code_scanning_autofix: *287 + graphql: *288 + search: *288 + code_search: *288 + source_import: *288 + integration_manifest: *288 + code_scanning_upload: *288 + actions_runner_registration: *288 + scim: *288 + code_scanning_autofix: *288 required: - core - search - rate: *287 + rate: *288 required: - rate - resources @@ -38201,14 +38209,14 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-server@3.12/rest/repos/repos#get-a-repository parameters: - - *277 - *278 + - *279 responses: '200': description: Response content: application/json: - schema: *288 + schema: *289 examples: default-response: summary: Default response @@ -38707,7 +38715,7 @@ paths: status: disabled '403': *43 '404': *26 - '301': *289 + '301': *290 x-github: githubCloudOnly: false enabledForGitHubApps: true @@ -38725,8 +38733,8 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-server@3.12/rest/repos/repos#update-a-repository parameters: - - *277 - *278 + - *279 requestBody: required: false content: @@ -38939,10 +38947,10 @@ paths: description: Response content: application/json: - schema: *288 + schema: *289 examples: - default: *290 - '307': &291 + default: *291 + '307': &292 description: Temporary Redirect content: application/json: @@ -38987,8 +38995,8 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-server@3.12/rest/repos/repos#delete-a-repository parameters: - - *277 - *278 + - *279 responses: '204': description: Response @@ -39010,7 +39018,7 @@ paths: value: message: Organization members cannot delete repositories. documentation_url: https://docs.github.com/enterprise-server@3.12/rest/repos/repos#delete-a-repository - '307': *291 + '307': *292 '404': *26 x-github: githubCloudOnly: false @@ -39033,11 +39041,11 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-server@3.12/rest/actions/artifacts#list-artifacts-for-a-repository parameters: - - *277 - *278 + - *279 - *4 - *5 - - &308 + - &309 name: name description: The name field of an artifact. When specified, only artifacts with this name will be returned. @@ -39060,7 +39068,7 @@ paths: type: integer artifacts: type: array - items: &292 + items: &293 title: Artifact description: An artifact type: object @@ -39131,7 +39139,7 @@ paths: - expires_at - updated_at examples: - default: &309 + default: &310 value: total_count: 2 artifacts: @@ -39190,9 +39198,9 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-server@3.12/rest/actions/artifacts#get-an-artifact parameters: - - *277 - *278 - - &293 + - *279 + - &294 name: artifact_id description: The unique identifier of the artifact. in: path @@ -39204,7 +39212,7 @@ paths: description: Response content: application/json: - schema: *292 + schema: *293 examples: default: value: @@ -39241,9 +39249,9 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-server@3.12/rest/actions/artifacts#delete-an-artifact parameters: - - *277 - *278 - - *293 + - *279 + - *294 responses: '204': description: Response @@ -39267,9 +39275,9 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-server@3.12/rest/actions/artifacts#download-an-artifact parameters: - - *277 - *278 - - *293 + - *279 + - *294 - name: archive_format in: path required: true @@ -39283,7 +39291,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': *232 + '410': *233 x-github: githubCloudOnly: false enabledForGitHubApps: true @@ -39306,14 +39314,14 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-server@3.12/rest/actions/cache#get-github-actions-cache-usage-for-a-repository parameters: - - *277 - *278 + - *279 responses: '200': description: Response content: application/json: - schema: *294 + schema: *295 examples: default: value: @@ -39339,14 +39347,14 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-server@3.12/rest/actions/cache#get-github-actions-cache-usage-policy-for-a-repository parameters: - - *277 - *278 + - *279 responses: '200': description: Response content: application/json: - schema: &295 + schema: &296 title: Actions cache usage policy for repository description: GitHub Actions cache usage policy for repository. type: object @@ -39358,7 +39366,7 @@ paths: required: - repo_cache_size_limit_in_gb examples: - default: &296 + default: &297 value: repo_cache_size_limit_in_gb: 14 x-github: @@ -39379,8 +39387,8 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-server@3.12/rest/actions/cache#set-github-actions-cache-usage-policy-for-a-repository parameters: - - *277 - *278 + - *279 responses: '204': description: Response @@ -39388,9 +39396,9 @@ paths: required: true content: application/json: - schema: *295 + schema: *296 examples: - selected_actions: *296 + selected_actions: *297 x-github: githubCloudOnly: false enabledForGitHubApps: true @@ -39410,11 +39418,11 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-server@3.12/rest/actions/cache#list-github-actions-caches-for-a-repository parameters: - - *277 - *278 + - *279 - *4 - *5 - - &297 + - &298 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 @@ -39448,7 +39456,7 @@ paths: description: Response content: application/json: - schema: &298 + schema: &299 title: Repository actions caches description: Repository actions caches type: object @@ -39490,7 +39498,7 @@ paths: - total_count - actions_caches examples: - default: &299 + default: &300 value: total_count: 1 actions_caches: @@ -39522,23 +39530,23 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-server@3.12/rest/actions/cache#delete-github-actions-caches-for-a-repository-using-a-cache-key parameters: - - *277 - *278 + - *279 - name: key description: A key for identifying the cache. in: query required: true schema: type: string - - *297 + - *298 responses: '200': description: Response content: application/json: - schema: *298 + schema: *299 examples: - default: *299 + default: *300 x-github: githubCloudOnly: false enabledForGitHubApps: true @@ -39558,8 +39566,8 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-server@3.12/rest/actions/cache#delete-a-github-actions-cache-for-a-repository-using-a-cache-id parameters: - - *277 - *278 + - *279 - name: cache_id description: The unique identifier of the GitHub Actions cache. in: path @@ -39590,9 +39598,9 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-server@3.12/rest/actions/workflow-jobs#get-a-job-for-a-workflow-run parameters: - - *277 - *278 - - &300 + - *279 + - &301 name: job_id description: The unique identifier of the job. in: path @@ -39604,7 +39612,7 @@ paths: description: Response content: application/json: - schema: &312 + schema: &313 title: Job description: Information of a job execution in a workflow run type: object @@ -39911,9 +39919,9 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-server@3.12/rest/actions/workflow-jobs#download-job-logs-for-a-workflow-run parameters: - - *277 - *278 - - *300 + - *279 + - *301 responses: '302': description: Response @@ -39941,9 +39949,9 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-server@3.12/rest/actions/workflow-runs#re-run-a-job-from-a-workflow-run parameters: - - *277 - *278 - - *300 + - *279 + - *301 requestBody: required: false content: @@ -39988,8 +39996,8 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-server@3.12/rest/actions/oidc#get-the-customization-template-for-an-oidc-subject-claim-for-a-repository parameters: - - *277 - *278 + - *279 responses: '200': description: Status response @@ -40039,8 +40047,8 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-server@3.12/rest/actions/oidc#set-the-customization-template-for-an-oidc-subject-claim-for-a-repository parameters: - - *277 - *278 + - *279 requestBody: required: true content: @@ -40103,8 +40111,8 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-server@3.12/rest/actions/secrets#list-repository-organization-secrets parameters: - - *277 - *278 + - *279 - *4 - *5 responses: @@ -40122,7 +40130,7 @@ paths: type: integer secrets: type: array - items: &314 + items: &315 title: Actions Secret description: Set secrets for GitHub Actions. type: object @@ -40142,7 +40150,7 @@ paths: - created_at - updated_at examples: - default: &315 + default: &316 value: total_count: 2 secrets: @@ -40175,9 +40183,9 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-server@3.12/rest/actions/variables#list-repository-organization-variables parameters: - - *277 - *278 - - *301 + - *279 + - *302 - *5 responses: '200': @@ -40194,7 +40202,7 @@ paths: type: integer variables: type: array - items: &318 + items: &319 title: Actions Variable type: object properties: @@ -40224,7 +40232,7 @@ paths: - created_at - updated_at examples: - default: &319 + default: &320 value: total_count: 2 variables: @@ -40257,8 +40265,8 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-server@3.12/rest/actions/permissions#get-github-actions-permissions-for-a-repository parameters: - - *277 - *278 + - *279 responses: '200': description: Response @@ -40267,7 +40275,7 @@ paths: schema: type: object properties: - enabled: &302 + enabled: &303 type: boolean description: Whether GitHub Actions is enabled on the repository. allowed_actions: *69 @@ -40300,8 +40308,8 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-server@3.12/rest/actions/permissions#set-github-actions-permissions-for-a-repository parameters: - - *277 - *278 + - *279 responses: '204': description: Response @@ -40312,7 +40320,7 @@ paths: schema: type: object properties: - enabled: *302 + enabled: *303 allowed_actions: *69 required: - enabled @@ -40343,14 +40351,14 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-server@3.12/rest/actions/permissions#get-the-level-of-access-for-workflows-outside-of-the-repository parameters: - - *277 - *278 + - *279 responses: '200': description: Response content: application/json: - schema: &303 + schema: &304 type: object properties: access_level: @@ -40368,7 +40376,7 @@ paths: required: - access_level examples: - default: &304 + default: &305 value: access_level: organization x-github: @@ -40393,15 +40401,15 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-server@3.12/rest/actions/permissions#set-the-level-of-access-for-workflows-outside-of-the-repository parameters: - - *277 - *278 + - *279 requestBody: required: true content: application/json: - schema: *303 + schema: *304 examples: - default: *304 + default: *305 responses: '204': description: Response @@ -40425,8 +40433,8 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-server@3.12/rest/actions/permissions#get-allowed-actions-and-reusable-workflows-for-a-repository parameters: - - *277 - *278 + - *279 responses: '200': description: Response @@ -40457,8 +40465,8 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-server@3.12/rest/actions/permissions#set-allowed-actions-and-reusable-workflows-for-a-repository parameters: - - *277 - *278 + - *279 responses: '204': description: Response @@ -40490,8 +40498,8 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-server@3.12/rest/actions/permissions#get-default-workflow-permissions-for-a-repository parameters: - - *277 - *278 + - *279 responses: '200': description: Response @@ -40520,8 +40528,8 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-server@3.12/rest/actions/permissions#set-default-workflow-permissions-for-a-repository parameters: - - *277 - *278 + - *279 responses: '204': description: Success response @@ -40561,8 +40569,8 @@ paths: in: query schema: type: string - - *277 - *278 + - *279 - *4 - *5 responses: @@ -40606,8 +40614,8 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-server@3.12/rest/actions/self-hosted-runners#list-runner-applications-for-a-repository parameters: - - *277 - *278 + - *279 responses: '200': description: Response @@ -40639,8 +40647,8 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-server@3.12/rest/actions/self-hosted-runners#create-configuration-for-a-just-in-time-runner-for-a-repository parameters: - - *277 - *278 + - *279 requestBody: required: true content: @@ -40714,8 +40722,8 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-server@3.12/rest/actions/self-hosted-runners#create-a-registration-token-for-a-repository parameters: - - *277 - *278 + - *279 responses: '201': description: Response @@ -40751,8 +40759,8 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-server@3.12/rest/actions/self-hosted-runners#create-a-remove-token-for-a-repository parameters: - - *277 - *278 + - *279 responses: '201': description: Response @@ -40782,8 +40790,8 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-server@3.12/rest/actions/self-hosted-runners#get-a-self-hosted-runner-for-a-repository parameters: - - *277 - *278 + - *279 - *81 responses: '200': @@ -40813,8 +40821,8 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-server@3.12/rest/actions/self-hosted-runners#delete-a-self-hosted-runner-from-a-repository parameters: - - *277 - *278 + - *279 - *81 responses: '204': @@ -40840,8 +40848,8 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-server@3.12/rest/actions/self-hosted-runners#list-labels-for-a-self-hosted-runner-for-a-repository parameters: - - *277 - *278 + - *279 - *81 responses: '200': *87 @@ -40866,8 +40874,8 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-server@3.12/rest/actions/self-hosted-runners#add-custom-labels-to-a-self-hosted-runner-for-a-repository parameters: - - *277 - *278 + - *279 - *81 requestBody: required: true @@ -40916,8 +40924,8 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-server@3.12/rest/actions/self-hosted-runners#set-custom-labels-for-a-self-hosted-runner-for-a-repository parameters: - - *277 - *278 + - *279 - *81 requestBody: required: true @@ -40967,8 +40975,8 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-server@3.12/rest/actions/self-hosted-runners#remove-all-custom-labels-from-a-self-hosted-runner-for-a-repository parameters: - - *277 - *278 + - *279 - *81 responses: '200': *160 @@ -40998,8 +41006,8 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-server@3.12/rest/actions/self-hosted-runners#remove-a-custom-label-from-a-self-hosted-runner-for-a-repository parameters: - - *277 - *278 + - *279 - *81 - *161 responses: @@ -41029,9 +41037,9 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-server@3.12/rest/actions/workflow-runs#list-workflow-runs-for-a-repository parameters: - - *277 - *278 - - &322 + - *279 + - &323 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. @@ -41039,7 +41047,7 @@ paths: required: false schema: type: string - - &323 + - &324 name: branch description: Returns workflow runs associated with a branch. Use the name of the branch of the `push`. @@ -41047,7 +41055,7 @@ paths: required: false schema: type: string - - &324 + - &325 name: event description: Returns workflow run triggered by the event you specify. For example, `push`, `pull_request` or `issue`. For more information, see "[Events @@ -41056,7 +41064,7 @@ paths: required: false schema: type: string - - &325 + - &326 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 @@ -41083,7 +41091,7 @@ paths: - pending - *4 - *5 - - &326 + - &327 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-server@3.12/search-github/getting-started-with-searching-on-github/understanding-the-search-syntax#query-for-dates)." @@ -41092,7 +41100,7 @@ paths: schema: type: string format: date-time - - &305 + - &306 name: exclude_pull_requests description: If `true` pull requests are omitted from the response (empty array). @@ -41101,13 +41109,13 @@ paths: schema: type: boolean default: false - - &327 + - &328 name: check_suite_id description: Returns workflow runs with the `check_suite_id` that you specify. in: query schema: type: integer - - &328 + - &329 name: head_sha description: Only returns workflow runs that are associated with the specified `head_sha`. @@ -41130,7 +41138,7 @@ paths: type: integer workflow_runs: type: array - items: &306 + items: &307 title: Workflow Run description: An invocation of a workflow type: object @@ -41225,7 +41233,7 @@ paths: that triggered the run. type: array nullable: true - items: &346 + items: &347 title: Pull Request Minimal type: object properties: @@ -41344,7 +41352,7 @@ paths: title: Simple Commit description: A commit. type: object - properties: &350 + properties: &351 id: type: string description: SHA for the commit @@ -41395,7 +41403,7 @@ paths: - name - email nullable: true - required: &351 + required: &352 - id - tree_id - message @@ -41442,7 +41450,7 @@ paths: - workflow_url - pull_requests examples: - default: &329 + default: &330 value: total_count: 1 workflow_runs: @@ -41678,24 +41686,24 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-server@3.12/rest/actions/workflow-runs#get-a-workflow-run parameters: - - *277 - *278 - - &307 + - *279 + - &308 name: run_id description: The unique identifier of the workflow run. in: path required: true schema: type: integer - - *305 + - *306 responses: '200': description: Response content: application/json: - schema: *306 + schema: *307 examples: - default: &310 + default: &311 value: id: 30433642 name: Build @@ -41936,9 +41944,9 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-server@3.12/rest/actions/workflow-runs#delete-a-workflow-run parameters: - - *277 - *278 - - *307 + - *279 + - *308 responses: '204': description: Response @@ -41961,9 +41969,9 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-server@3.12/rest/actions/workflow-runs#get-the-review-history-for-a-workflow-run parameters: - - *277 - *278 - - *307 + - *279 + - *308 responses: '200': description: Response @@ -42084,12 +42092,12 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-server@3.12/rest/actions/artifacts#list-workflow-run-artifacts parameters: - - *277 - *278 - - *307 + - *279 + - *308 - *4 - *5 - - *308 + - *309 responses: '200': description: Response @@ -42105,9 +42113,9 @@ paths: type: integer artifacts: type: array - items: *292 + items: *293 examples: - default: *309 + default: *310 headers: Link: *6 x-github: @@ -42131,25 +42139,25 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-server@3.12/rest/actions/workflow-runs#get-a-workflow-run-attempt parameters: - - *277 - *278 - - *307 - - &311 + - *279 + - *308 + - &312 name: attempt_number description: The attempt number of the workflow run. in: path required: true schema: type: integer - - *305 + - *306 responses: '200': description: Response content: application/json: - schema: *306 + schema: *307 examples: - default: *310 + default: *311 x-github: githubCloudOnly: false enabledForGitHubApps: true @@ -42172,10 +42180,10 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-server@3.12/rest/actions/workflow-jobs#list-jobs-for-a-workflow-run-attempt parameters: - - *277 - *278 - - *307 - - *311 + - *279 + - *308 + - *312 - *4 - *5 responses: @@ -42193,9 +42201,9 @@ paths: type: integer jobs: type: array - items: *312 + items: *313 examples: - default: &313 + default: &314 value: total_count: 1 jobs: @@ -42308,10 +42316,10 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-server@3.12/rest/actions/workflow-runs#download-workflow-run-attempt-logs parameters: - - *277 - *278 - - *307 - - *311 + - *279 + - *308 + - *312 responses: '302': description: Response @@ -42339,9 +42347,9 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-server@3.12/rest/actions/workflow-runs#cancel-a-workflow-run parameters: - - *277 - *278 - - *307 + - *279 + - *308 responses: '202': description: Response @@ -42374,9 +42382,9 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-server@3.12/rest/actions/workflow-runs#review-custom-deployment-protection-rules-for-a-workflow-run parameters: - - *277 - *278 - - *307 + - *279 + - *308 requestBody: required: true content: @@ -42443,9 +42451,9 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-server@3.12/rest/actions/workflow-runs#force-cancel-a-workflow-run parameters: - - *277 - *278 - - *307 + - *279 + - *308 responses: '202': description: Response @@ -42478,9 +42486,9 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-server@3.12/rest/actions/workflow-jobs#list-jobs-for-a-workflow-run parameters: - - *277 - *278 - - *307 + - *279 + - *308 - 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 @@ -42510,9 +42518,9 @@ paths: type: integer jobs: type: array - items: *312 + items: *313 examples: - default: *313 + default: *314 headers: Link: *6 x-github: @@ -42537,9 +42545,9 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-server@3.12/rest/actions/workflow-runs#download-workflow-run-logs parameters: - - *277 - *278 - - *307 + - *279 + - *308 responses: '302': description: Response @@ -42566,14 +42574,14 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-server@3.12/rest/actions/workflow-runs#delete-workflow-run-logs parameters: - - *277 - *278 - - *307 + - *279 + - *308 responses: '204': description: Response '403': *43 - '500': *219 + '500': *220 x-github: githubCloudOnly: false enabledForGitHubApps: true @@ -42595,9 +42603,9 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-server@3.12/rest/actions/workflow-runs#get-pending-deployments-for-a-workflow-run parameters: - - *277 - *278 - - *307 + - *279 + - *308 responses: '200': description: Response @@ -42657,7 +42665,7 @@ paths: items: type: object properties: - type: &402 + type: &403 type: string description: The type of reviewer. enum: @@ -42667,7 +42675,7 @@ paths: reviewer: anyOf: - *19 - - *279 + - *280 required: - environment - wait_timer @@ -42742,9 +42750,9 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-server@3.12/rest/actions/workflow-runs#review-pending-deployments-for-a-workflow-run parameters: - - *277 - *278 - - *307 + - *279 + - *308 requestBody: required: true content: @@ -42791,7 +42799,7 @@ paths: application/json: schema: type: array - items: &397 + items: &398 title: Deployment description: A request for a specific ref(branch,sha,tag) to be deployed @@ -42897,7 +42905,7 @@ paths: - created_at - updated_at examples: - default: &398 + default: &399 value: - url: https://api.github.com/repos/octocat/example/deployments/1 id: 1 @@ -42953,9 +42961,9 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-server@3.12/rest/actions/workflow-runs#re-run-a-workflow parameters: - - *277 - *278 - - *307 + - *279 + - *308 requestBody: required: false content: @@ -42999,9 +43007,9 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-server@3.12/rest/actions/workflow-runs#re-run-failed-jobs-from-a-workflow-run parameters: - - *277 - *278 - - *307 + - *279 + - *308 requestBody: required: false content: @@ -43048,8 +43056,8 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-server@3.12/rest/actions/secrets#list-repository-secrets parameters: - - *277 - *278 + - *279 - *4 - *5 responses: @@ -43067,9 +43075,9 @@ paths: type: integer secrets: type: array - items: *314 + items: *315 examples: - default: *315 + default: *316 headers: Link: *6 x-github: @@ -43094,16 +43102,16 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-server@3.12/rest/actions/secrets#get-a-repository-public-key parameters: - - *277 - *278 + - *279 responses: '200': description: Response content: application/json: - schema: *316 + schema: *317 examples: - default: *317 + default: *318 x-github: githubCloudOnly: false enabledForGitHubApps: true @@ -43125,17 +43133,17 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-server@3.12/rest/actions/secrets#get-a-repository-secret parameters: - - *277 - *278 + - *279 - *163 responses: '200': description: Response content: application/json: - schema: *314 + schema: *315 examples: - default: &415 + default: &416 value: name: GH_TOKEN created_at: '2019-08-10T14:59:22Z' @@ -43161,8 +43169,8 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-server@3.12/rest/actions/secrets#create-or-update-a-repository-secret parameters: - - *277 - *278 + - *279 - *163 requestBody: required: true @@ -43220,8 +43228,8 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-server@3.12/rest/actions/secrets#delete-a-repository-secret parameters: - - *277 - *278 + - *279 - *163 responses: '204': @@ -43247,9 +43255,9 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-server@3.12/rest/actions/variables#list-repository-variables parameters: - - *277 - *278 - - *301 + - *279 + - *302 - *5 responses: '200': @@ -43266,9 +43274,9 @@ paths: type: integer variables: type: array - items: *318 + items: *319 examples: - default: *319 + default: *320 headers: Link: *6 x-github: @@ -43291,8 +43299,8 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-server@3.12/rest/actions/variables#create-a-repository-variable parameters: - - *277 - *278 + - *279 requestBody: required: true content: @@ -43344,17 +43352,17 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-server@3.12/rest/actions/variables#get-a-repository-variable parameters: - - *277 - *278 + - *279 - *166 responses: '200': description: Response content: application/json: - schema: *318 + schema: *319 examples: - default: &416 + default: &417 value: name: USERNAME value: octocat @@ -43380,8 +43388,8 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-server@3.12/rest/actions/variables#update-a-repository-variable parameters: - - *277 - *278 + - *279 - *166 requestBody: required: true @@ -43424,8 +43432,8 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-server@3.12/rest/actions/variables#delete-a-repository-variable parameters: - - *277 - *278 + - *279 - *166 responses: '204': @@ -43451,8 +43459,8 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-server@3.12/rest/actions/workflows#list-repository-workflows parameters: - - *277 - *278 + - *279 - *4 - *5 responses: @@ -43470,7 +43478,7 @@ paths: type: integer workflows: type: array - items: &320 + items: &321 title: Workflow description: A GitHub Actions workflow type: object @@ -43577,9 +43585,9 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-server@3.12/rest/actions/workflows#get-a-workflow parameters: - - *277 - *278 - - &321 + - *279 + - &322 name: workflow_id in: path description: The ID of the workflow. You can also pass the workflow file name @@ -43594,7 +43602,7 @@ paths: description: Response content: application/json: - schema: *320 + schema: *321 examples: default: value: @@ -43627,9 +43635,9 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-server@3.12/rest/actions/workflows#disable-a-workflow parameters: - - *277 - *278 - - *321 + - *279 + - *322 responses: '204': description: Response @@ -43654,9 +43662,9 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-server@3.12/rest/actions/workflows#create-a-workflow-dispatch-event parameters: - - *277 - *278 - - *321 + - *279 + - *322 responses: '204': description: Response @@ -43707,9 +43715,9 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-server@3.12/rest/actions/workflows#enable-a-workflow parameters: - - *277 - *278 - - *321 + - *279 + - *322 responses: '204': description: Response @@ -43736,19 +43744,19 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-server@3.12/rest/actions/workflow-runs#list-workflow-runs-for-a-workflow parameters: - - *277 - *278 - - *321 + - *279 - *322 - *323 - *324 - *325 + - *326 - *4 - *5 - - *326 - - *305 - *327 + - *306 - *328 + - *329 responses: '200': description: Response @@ -43764,9 +43772,9 @@ paths: type: integer workflow_runs: type: array - items: *306 + items: *307 examples: - default: *329 + default: *330 headers: Link: *6 x-github: @@ -43789,8 +43797,8 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-server@3.12/rest/repos/repos#list-repository-activities parameters: - - *277 - *278 + - *279 - *9 - *4 - *88 @@ -43954,8 +43962,8 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-server@3.12/rest/issues/assignees#list-assignees parameters: - - *277 - *278 + - *279 - *4 - *5 responses: @@ -43967,7 +43975,7 @@ paths: type: array items: *19 examples: - default: *212 + default: *213 headers: Link: *6 '404': *26 @@ -43992,8 +44000,8 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-server@3.12/rest/issues/assignees#check-if-a-user-can-be-assigned parameters: - - *277 - *278 + - *279 - name: assignee in: path required: true @@ -44027,8 +44035,8 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-server@3.12/rest/repos/autolinks#get-all-autolinks-of-a-repository parameters: - - *277 - *278 + - *279 responses: '200': description: Response @@ -44036,7 +44044,7 @@ paths: application/json: schema: type: array - items: &330 + items: &331 title: Autolink reference description: An autolink reference. type: object @@ -44086,8 +44094,8 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-server@3.12/rest/repos/autolinks#create-an-autolink-reference-for-a-repository parameters: - - *277 - *278 + - *279 requestBody: required: true content: @@ -44126,9 +44134,9 @@ paths: description: response content: application/json: - schema: *330 + schema: *331 examples: - default: &331 + default: &332 value: id: 1 key_prefix: TICKET- @@ -44159,9 +44167,9 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-server@3.12/rest/repos/autolinks#get-an-autolink-reference-of-a-repository parameters: - - *277 - *278 - - &332 + - *279 + - &333 name: autolink_id description: The unique identifier of the autolink. in: path @@ -44173,9 +44181,9 @@ paths: description: Response content: application/json: - schema: *330 + schema: *331 examples: - default: *331 + default: *332 '404': *26 x-github: githubCloudOnly: false @@ -44195,9 +44203,9 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-server@3.12/rest/repos/autolinks#delete-an-autolink-reference-from-a-repository parameters: - - *277 - *278 - - *332 + - *279 + - *333 responses: '204': description: Response @@ -44221,8 +44229,8 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-server@3.12/rest/repos/repos#check-if-dependabot-security-updates-are-enabled-for-a-repository parameters: - - *277 - *278 + - *279 responses: '200': description: Response if Dependabot is enabled @@ -44269,8 +44277,8 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-server@3.12/rest/branches/branches#list-branches parameters: - - *277 - *278 + - *279 - name: protected description: Setting to `true` returns only branches protected by branch protections or rulesets. When set to `false`, only unprotected branches are returned. @@ -44308,7 +44316,7 @@ paths: - url protected: type: boolean - protection: &334 + protection: &335 title: Branch Protection description: Branch Protection type: object @@ -44350,7 +44358,7 @@ paths: required: - contexts - checks - enforce_admins: &337 + enforce_admins: &338 title: Protected Branch Admin Enforced description: Protected Branch Admin Enforced type: object @@ -44365,7 +44373,7 @@ paths: required: - url - enabled - required_pull_request_reviews: &339 + required_pull_request_reviews: &340 title: Protected Branch Pull Request Review description: Protected Branch Pull Request Review type: object @@ -44386,7 +44394,7 @@ paths: description: The list of teams with review dismissal access. type: array - items: *279 + items: *280 apps: description: The list of apps with review dismissal access. @@ -44415,7 +44423,7 @@ paths: description: The list of teams allowed to bypass pull request requirements. type: array - items: *279 + items: *280 apps: description: The list of apps allowed to bypass pull request requirements. @@ -44441,7 +44449,7 @@ paths: required: - dismiss_stale_reviews - require_code_owner_reviews - restrictions: &336 + restrictions: &337 title: Branch Restriction Policy description: Branch Restriction Policy type: object @@ -44748,9 +44756,9 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-server@3.12/rest/branches/branches#get-a-branch parameters: - - *277 - *278 - - &335 + - *279 + - &336 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-server@3.12/graphql). @@ -44764,14 +44772,14 @@ paths: description: Response content: application/json: - schema: &345 + schema: &346 title: Branch With Protection description: Branch With Protection type: object properties: name: type: string - commit: &375 + commit: &376 title: Commit description: Commit type: object @@ -44805,7 +44813,7 @@ paths: title: Git User description: Metaproperties for Git author/committer information. type: object - properties: &333 + properties: &334 name: type: string example: '"Chris Wanstrath"' @@ -44820,7 +44828,7 @@ paths: title: Git User description: Metaproperties for Git author/committer information. type: object - properties: *333 + properties: *334 nullable: true message: type: string @@ -44841,7 +44849,7 @@ paths: required: - sha - url - verification: &422 + verification: &423 title: Verification type: object properties: @@ -44907,7 +44915,7 @@ paths: type: integer files: type: array - items: &386 + items: &387 title: Diff Entry description: Diff Entry type: object @@ -44990,7 +44998,7 @@ paths: - self protected: type: boolean - protection: *334 + protection: *335 protection_url: type: string format: uri @@ -45094,7 +45102,7 @@ paths: contexts: [] checks: [] protection_url: https://api.github.com/repos/octocat/Hello-World/branches/main/protection - '301': *289 + '301': *290 '404': *26 x-github: githubCloudOnly: false @@ -45116,15 +45124,15 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-server@3.12/rest/branches/branch-protection#get-branch-protection parameters: - - *277 - *278 - - *335 + - *279 + - *336 responses: '200': description: Response content: application/json: - schema: *334 + schema: *335 examples: default: value: @@ -45318,9 +45326,9 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-server@3.12/rest/branches/branch-protection#update-branch-protection parameters: - - *277 - *278 - - *335 + - *279 + - *336 requestBody: required: true content: @@ -45575,7 +45583,7 @@ paths: url: type: string format: uri - required_status_checks: &342 + required_status_checks: &343 title: Status Check Policy description: Status Check Policy type: object @@ -45651,7 +45659,7 @@ paths: items: *19 teams: type: array - items: *279 + items: *280 apps: type: array items: *25 @@ -45669,7 +45677,7 @@ paths: items: *19 teams: type: array - items: *279 + items: *280 apps: type: array items: *25 @@ -45727,7 +45735,7 @@ paths: additionalProperties: false required: - enabled - restrictions: *336 + restrictions: *337 required_conversation_resolution: type: object properties: @@ -45839,9 +45847,9 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-server@3.12/rest/branches/branch-protection#delete-branch-protection parameters: - - *277 - *278 - - *335 + - *279 + - *336 responses: '204': description: Response @@ -45866,17 +45874,17 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-server@3.12/rest/branches/branch-protection#get-admin-branch-protection parameters: - - *277 - *278 - - *335 + - *279 + - *336 responses: '200': description: Response content: application/json: - schema: *337 + schema: *338 examples: - default: &338 + default: &339 value: url: https://api.github.com/repos/octocat/Hello-World/branches/master/protection/enforce_admins enabled: true @@ -45898,17 +45906,17 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-server@3.12/rest/branches/branch-protection#set-admin-branch-protection parameters: - - *277 - *278 - - *335 + - *279 + - *336 responses: '200': description: Response content: application/json: - schema: *337 + schema: *338 examples: - default: *338 + default: *339 x-github: githubCloudOnly: false enabledForGitHubApps: true @@ -45927,9 +45935,9 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-server@3.12/rest/branches/branch-protection#delete-admin-branch-protection parameters: - - *277 - *278 - - *335 + - *279 + - *336 responses: '204': description: Response @@ -45954,17 +45962,17 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-server@3.12/rest/branches/branch-protection#get-pull-request-review-protection parameters: - - *277 - *278 - - *335 + - *279 + - *336 responses: '200': description: Response content: application/json: - schema: *339 + schema: *340 examples: - default: &340 + default: &341 value: url: https://api.github.com/repos/octocat/Hello-World/branches/master/protection/required_pull_request_reviews dismissal_restrictions: @@ -46060,9 +46068,9 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-server@3.12/rest/branches/branch-protection#update-pull-request-review-protection parameters: - - *277 - *278 - - *335 + - *279 + - *336 requestBody: required: false content: @@ -46160,9 +46168,9 @@ paths: description: Response content: application/json: - schema: *339 + schema: *340 examples: - default: *340 + default: *341 '422': *35 x-github: githubCloudOnly: false @@ -46183,9 +46191,9 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-server@3.12/rest/branches/branch-protection#delete-pull-request-review-protection parameters: - - *277 - *278 - - *335 + - *279 + - *336 responses: '204': description: Response @@ -46212,17 +46220,17 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-server@3.12/rest/branches/branch-protection#get-commit-signature-protection parameters: - - *277 - *278 - - *335 + - *279 + - *336 responses: '200': description: Response content: application/json: - schema: *337 + schema: *338 examples: - default: &341 + default: &342 value: url: https://api.github.com/repos/octocat/Hello-World/branches/master/protection/required_signatures enabled: true @@ -46245,17 +46253,17 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-server@3.12/rest/branches/branch-protection#create-commit-signature-protection parameters: - - *277 - *278 - - *335 + - *279 + - *336 responses: '200': description: Response content: application/json: - schema: *337 + schema: *338 examples: - default: *341 + default: *342 '404': *26 x-github: githubCloudOnly: false @@ -46275,9 +46283,9 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-server@3.12/rest/branches/branch-protection#delete-commit-signature-protection parameters: - - *277 - *278 - - *335 + - *279 + - *336 responses: '204': description: Response @@ -46302,17 +46310,17 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-server@3.12/rest/branches/branch-protection#get-status-checks-protection parameters: - - *277 - *278 - - *335 + - *279 + - *336 responses: '200': description: Response content: application/json: - schema: *342 + schema: *343 examples: - default: &343 + default: &344 value: url: https://api.github.com/repos/octocat/Hello-World/branches/master/protection/required_status_checks strict: true @@ -46338,9 +46346,9 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-server@3.12/rest/branches/branch-protection#update-status-check-protection parameters: - - *277 - *278 - - *335 + - *279 + - *336 requestBody: required: false content: @@ -46392,9 +46400,9 @@ paths: description: Response content: application/json: - schema: *342 + schema: *343 examples: - default: *343 + default: *344 '404': *26 '422': *35 x-github: @@ -46416,9 +46424,9 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-server@3.12/rest/branches/branch-protection#remove-status-check-protection parameters: - - *277 - *278 - - *335 + - *279 + - *336 responses: '204': description: Response @@ -46442,9 +46450,9 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-server@3.12/rest/branches/branch-protection#get-all-status-check-contexts parameters: - - *277 - *278 - - *335 + - *279 + - *336 responses: '200': description: Response @@ -46478,9 +46486,9 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-server@3.12/rest/branches/branch-protection#add-status-check-contexts parameters: - - *277 - *278 - - *335 + - *279 + - *336 requestBody: required: false content: @@ -46547,9 +46555,9 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-server@3.12/rest/branches/branch-protection#set-status-check-contexts parameters: - - *277 - *278 - - *335 + - *279 + - *336 requestBody: required: false content: @@ -46613,9 +46621,9 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-server@3.12/rest/branches/branch-protection#remove-status-check-contexts parameters: - - *277 - *278 - - *335 + - *279 + - *336 requestBody: content: application/json: @@ -46681,15 +46689,15 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-server@3.12/rest/branches/branch-protection#get-access-restrictions parameters: - - *277 - *278 - - *335 + - *279 + - *336 responses: '200': description: Response content: application/json: - schema: *336 + schema: *337 examples: default: value: @@ -46780,9 +46788,9 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-server@3.12/rest/branches/branch-protection#delete-access-restrictions parameters: - - *277 - *278 - - *335 + - *279 + - *336 responses: '204': description: Response @@ -46805,9 +46813,9 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-server@3.12/rest/branches/branch-protection#get-apps-with-access-to-the-protected-branch parameters: - - *277 - *278 - - *335 + - *279 + - *336 responses: '200': description: Response @@ -46817,7 +46825,7 @@ paths: type: array items: *25 examples: - default: &344 + default: &345 value: - id: 1 slug: octoapp @@ -46874,9 +46882,9 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-server@3.12/rest/branches/branch-protection#add-app-access-restrictions parameters: - - *277 - *278 - - *335 + - *279 + - *336 requestBody: required: true content: @@ -46910,7 +46918,7 @@ paths: type: array items: *25 examples: - default: *344 + default: *345 '422': *35 x-github: githubCloudOnly: false @@ -46931,9 +46939,9 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-server@3.12/rest/branches/branch-protection#set-app-access-restrictions parameters: - - *277 - *278 - - *335 + - *279 + - *336 requestBody: required: true content: @@ -46967,7 +46975,7 @@ paths: type: array items: *25 examples: - default: *344 + default: *345 '422': *35 x-github: githubCloudOnly: false @@ -46988,9 +46996,9 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-server@3.12/rest/branches/branch-protection#remove-app-access-restrictions parameters: - - *277 - *278 - - *335 + - *279 + - *336 requestBody: required: true content: @@ -47024,7 +47032,7 @@ paths: type: array items: *25 examples: - default: *344 + default: *345 '422': *35 x-github: githubCloudOnly: false @@ -47046,9 +47054,9 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-server@3.12/rest/branches/branch-protection#get-teams-with-access-to-the-protected-branch parameters: - - *277 - *278 - - *335 + - *279 + - *336 responses: '200': description: Response @@ -47056,9 +47064,9 @@ paths: application/json: schema: type: array - items: *279 + items: *280 examples: - default: *257 + default: *258 '404': *26 x-github: githubCloudOnly: false @@ -47078,9 +47086,9 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-server@3.12/rest/branches/branch-protection#add-team-access-restrictions parameters: - - *277 - *278 - - *335 + - *279 + - *336 requestBody: required: false content: @@ -47116,9 +47124,9 @@ paths: application/json: schema: type: array - items: *279 + items: *280 examples: - default: *257 + default: *258 '422': *35 x-github: githubCloudOnly: false @@ -47139,9 +47147,9 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-server@3.12/rest/branches/branch-protection#set-team-access-restrictions parameters: - - *277 - *278 - - *335 + - *279 + - *336 requestBody: required: false content: @@ -47177,9 +47185,9 @@ paths: application/json: schema: type: array - items: *279 + items: *280 examples: - default: *257 + default: *258 '422': *35 x-github: githubCloudOnly: false @@ -47200,9 +47208,9 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-server@3.12/rest/branches/branch-protection#remove-team-access-restrictions parameters: - - *277 - *278 - - *335 + - *279 + - *336 requestBody: content: application/json: @@ -47237,9 +47245,9 @@ paths: application/json: schema: type: array - items: *279 + items: *280 examples: - default: *257 + default: *258 '422': *35 x-github: githubCloudOnly: false @@ -47261,9 +47269,9 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-server@3.12/rest/branches/branch-protection#get-users-with-access-to-the-protected-branch parameters: - - *277 - *278 - - *335 + - *279 + - *336 responses: '200': description: Response @@ -47273,7 +47281,7 @@ paths: type: array items: *19 examples: - default: *212 + default: *213 '404': *26 x-github: githubCloudOnly: false @@ -47297,9 +47305,9 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-server@3.12/rest/branches/branch-protection#add-user-access-restrictions parameters: - - *277 - *278 - - *335 + - *279 + - *336 requestBody: required: true content: @@ -47332,7 +47340,7 @@ paths: type: array items: *19 examples: - default: *212 + default: *213 '422': *35 x-github: githubCloudOnly: false @@ -47357,9 +47365,9 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-server@3.12/rest/branches/branch-protection#set-user-access-restrictions parameters: - - *277 - *278 - - *335 + - *279 + - *336 requestBody: required: true content: @@ -47392,7 +47400,7 @@ paths: type: array items: *19 examples: - default: *212 + default: *213 '422': *35 x-github: githubCloudOnly: false @@ -47417,9 +47425,9 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-server@3.12/rest/branches/branch-protection#remove-user-access-restrictions parameters: - - *277 - *278 - - *335 + - *279 + - *336 requestBody: required: true content: @@ -47452,7 +47460,7 @@ paths: type: array items: *19 examples: - default: *212 + default: *213 '422': *35 x-github: githubCloudOnly: false @@ -47479,9 +47487,9 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-server@3.12/rest/branches/branches#rename-a-branch parameters: - - *277 - *278 - - *335 + - *279 + - *336 requestBody: required: true content: @@ -47503,7 +47511,7 @@ paths: description: Response content: application/json: - schema: *345 + schema: *346 examples: default: value: @@ -47616,8 +47624,8 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-server@3.12/rest/checks/runs#create-a-check-run parameters: - - *277 - *278 + - *279 requestBody: required: true content: @@ -47896,7 +47904,7 @@ paths: description: Response content: application/json: - schema: &347 + schema: &348 title: CheckRun description: A check performed on the code of a given code change type: object @@ -48015,8 +48023,8 @@ paths: do not necessarily indicate pull requests that triggered the check. type: array - items: *346 - deployment: &607 + items: *347 + deployment: &608 title: Deployment description: A deployment created as the result of an Actions check run from a workflow that references an environment @@ -48296,9 +48304,9 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-server@3.12/rest/checks/runs#get-a-check-run parameters: - - *277 - *278 - - &348 + - *279 + - &349 name: check_run_id description: The unique identifier of the check run. in: path @@ -48310,9 +48318,9 @@ paths: description: Response content: application/json: - schema: *347 + schema: *348 examples: - default: &349 + default: &350 value: id: 4 head_sha: ce587453ced02b1526dfb4cb910479d431683101 @@ -48412,9 +48420,9 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-server@3.12/rest/checks/runs#update-a-check-run parameters: - - *277 - *278 - - *348 + - *279 + - *349 requestBody: required: true content: @@ -48654,9 +48662,9 @@ paths: description: Response content: application/json: - schema: *347 + schema: *348 examples: - default: *349 + default: *350 x-github: githubCloudOnly: false enabledForGitHubApps: true @@ -48676,9 +48684,9 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-server@3.12/rest/checks/runs#list-check-run-annotations parameters: - - *277 - *278 - - *348 + - *279 + - *349 - *4 - *5 responses: @@ -48766,8 +48774,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-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. 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-server@3.12/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 @@ -48775,9 +48781,9 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-server@3.12/rest/checks/runs#rerequest-a-check-run parameters: - - *277 - *278 - - *348 + - *279 + - *349 responses: '201': description: Response @@ -48821,8 +48827,8 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-server@3.12/rest/checks/suites#create-a-check-suite parameters: - - *277 - *278 + - *279 requestBody: required: true content: @@ -48844,7 +48850,7 @@ paths: description: Response when the suite already exists content: application/json: - schema: &352 + schema: &353 title: CheckSuite description: A suite of checks performed on the code of a given code change @@ -48908,7 +48914,7 @@ paths: nullable: true pull_requests: type: array - items: *346 + items: *347 nullable: true app: title: GitHub app @@ -48934,8 +48940,8 @@ paths: title: Simple Commit description: A commit. type: object - properties: *350 - required: *351 + properties: *351 + required: *352 latest_check_runs_count: type: integer check_runs_url: @@ -48963,7 +48969,7 @@ paths: - check_runs_url - pull_requests examples: - default: &353 + default: &354 value: id: 5 node_id: MDEwOkNoZWNrU3VpdGU1 @@ -49254,9 +49260,9 @@ paths: description: Response when the suite was created content: application/json: - schema: *352 + schema: *353 examples: - default: *353 + default: *354 x-github: githubCloudOnly: false enabledForGitHubApps: true @@ -49275,8 +49281,8 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-server@3.12/rest/checks/suites#update-repository-preferences-for-check-suites parameters: - - *277 - *278 + - *279 requestBody: required: true content: @@ -49585,9 +49591,9 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-server@3.12/rest/checks/suites#get-a-check-suite parameters: - - *277 - *278 - - &354 + - *279 + - &355 name: check_suite_id description: The unique identifier of the check suite. in: path @@ -49599,9 +49605,9 @@ paths: description: Response content: application/json: - schema: *352 + schema: *353 examples: - default: *353 + default: *354 x-github: githubCloudOnly: false enabledForGitHubApps: true @@ -49624,17 +49630,17 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-server@3.12/rest/checks/runs#list-check-runs-in-a-check-suite parameters: - - *277 - *278 - - *354 - - &383 + - *279 + - *355 + - &384 name: check_name description: Returns check runs with the specified `name`. in: query required: false schema: type: string - - &384 + - &385 name: status description: Returns check runs with the specified `status`. in: query @@ -49673,9 +49679,9 @@ paths: type: integer check_runs: type: array - items: *347 + items: *348 examples: - default: &385 + default: &386 value: total_count: 1 check_runs: @@ -49766,10 +49772,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-server@3.12/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-server@3.12/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 @@ -49777,9 +49783,9 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-server@3.12/rest/checks/suites#rerequest-a-check-suite parameters: - - *277 - *278 - - *354 + - *279 + - *355 responses: '201': description: Response @@ -49812,20 +49818,20 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-server@3.12/rest/code-scanning/code-scanning#list-code-scanning-alerts-for-a-repository parameters: - - *277 - *278 + - *279 - *178 - *179 - *5 - *4 - - &365 + - &366 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 + schema: *356 - *9 - name: sort description: The property by which to sort the results. @@ -49848,7 +49854,7 @@ paths: be returned. in: query required: false - schema: *356 + schema: *357 responses: '200': description: Response @@ -49864,7 +49870,7 @@ paths: updated_at: *100 url: *97 html_url: *98 - instances_url: *357 + instances_url: *358 state: *92 fixed_at: *102 dismissed_by: @@ -49875,11 +49881,11 @@ paths: required: *18 nullable: true dismissed_at: *101 - dismissed_reason: *358 - dismissed_comment: *359 - rule: *360 - tool: *361 - most_recent_instance: *362 + dismissed_reason: *359 + dismissed_comment: *360 + rule: *361 + tool: *362 + most_recent_instance: *363 dismissal_approved_by: title: Simple User description: A GitHub user. @@ -50002,7 +50008,7 @@ paths: classifications: [] instances_url: https://api.github.com/repos/octocat/hello-world/code-scanning/alerts/3/instances '304': *42 - '403': *254 + '403': *255 '404': *26 '503': *104 x-github: @@ -50024,9 +50030,9 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-server@3.12/rest/code-scanning/code-scanning#get-a-code-scanning-alert parameters: - - *277 - *278 - - &363 + - *279 + - &364 name: alert_number in: path description: The number that identifies an alert. You can find this at the @@ -50040,7 +50046,7 @@ paths: description: Response content: application/json: - schema: &364 + schema: &365 type: object properties: number: *93 @@ -50048,7 +50054,7 @@ paths: updated_at: *100 url: *97 html_url: *98 - instances_url: *357 + instances_url: *358 state: *92 fixed_at: *102 dismissed_by: @@ -50059,8 +50065,8 @@ paths: required: *18 nullable: true dismissed_at: *101 - dismissed_reason: *358 - dismissed_comment: *359 + dismissed_reason: *359 + dismissed_comment: *360 rule: type: object properties: @@ -50114,8 +50120,8 @@ paths: type: string description: A link to the documentation for the rule used to detect the alert. - tool: *361 - most_recent_instance: *362 + tool: *362 + most_recent_instance: *363 dismissal_approved_by: title: Simple User description: A GitHub user. @@ -50211,7 +50217,7 @@ paths: - test instances_url: https://api.github.com/repos/octocat/hello-world/code-scanning/alerts/42/instances '304': *42 - '403': *254 + '403': *255 '404': *26 '503': *104 x-github: @@ -50231,9 +50237,9 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-server@3.12/rest/code-scanning/code-scanning#update-a-code-scanning-alert parameters: - - *277 - *278 - - *363 + - *279 + - *364 requestBody: required: true content: @@ -50248,8 +50254,8 @@ paths: enum: - open - dismissed - dismissed_reason: *358 - dismissed_comment: *359 + dismissed_reason: *359 + dismissed_comment: *360 create_request: type: boolean description: If `true`, attempt to create an alert dismissal request. @@ -50268,7 +50274,7 @@ paths: description: Response content: application/json: - schema: *364 + schema: *365 examples: default: value: @@ -50344,7 +50350,7 @@ paths: - test instances_url: https://api.github.com/repos/octocat/hello-world/code-scanning/alerts/42/instances '400': *34 - '403': &370 + '403': &371 description: Response if the repository is archived or if GitHub Advanced Security is not enabled for this repository content: @@ -50371,12 +50377,12 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-server@3.12/rest/code-scanning/code-scanning#list-instances-of-a-code-scanning-alert parameters: - - *277 - *278 - - *363 + - *279 + - *364 - *5 - *4 - - *365 + - *366 responses: '200': description: Response @@ -50384,7 +50390,7 @@ paths: application/json: schema: type: array - items: *362 + items: *363 examples: default: value: @@ -50423,7 +50429,7 @@ paths: end_column: 50 classifications: - source - '403': *254 + '403': *255 '404': *26 '503': *104 x-github: @@ -50457,8 +50463,8 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-server@3.12/rest/code-scanning/code-scanning#list-code-scanning-analyses-for-a-repository parameters: - - *277 - *278 + - *279 - *178 - *179 - *5 @@ -50469,12 +50475,12 @@ paths: 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: &368 + schema: &369 type: string description: An identifier for the upload. example: 6c81cd8e-b078-4ac3-a3be-1dad7dbd0b53 @@ -50495,23 +50501,23 @@ paths: application/json: schema: type: array - items: &369 + items: &370 type: object properties: - ref: *355 - commit_sha: &371 + ref: *356 + commit_sha: &372 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: *366 + analysis_key: *367 environment: type: string description: Identifies the variable values associated with the environment in which this analysis was performed. - category: *367 + category: *368 error: type: string example: error reading field xyz @@ -50535,8 +50541,8 @@ paths: description: The REST API URL of the analysis resource. format: uri readOnly: true - sarif_id: *368 - tool: *361 + sarif_id: *369 + tool: *362 deletable: type: boolean warning: @@ -50597,7 +50603,7 @@ paths: version: 1.2.0 deletable: true warning: '' - '403': *254 + '403': *255 '404': *26 '503': *104 x-github: @@ -50633,8 +50639,8 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-server@3.12/rest/code-scanning/code-scanning#get-a-code-scanning-analysis-for-a-repository parameters: - - *277 - *278 + - *279 - name: analysis_id in: path description: The ID of the analysis, as returned from the `GET /repos/{owner}/{repo}/code-scanning/analyses` @@ -50647,7 +50653,7 @@ paths: description: Response content: application/json: - schema: *369 + schema: *370 examples: response: summary: application/json response @@ -50701,7 +50707,7 @@ paths: properties: - github/alertNumber: 2 - github/alertUrl: https://api.github.com/repos/monalisa/monalisa/code-scanning/alerts/2 - '403': *254 + '403': *255 '404': *26 '503': *104 x-github: @@ -50783,8 +50789,8 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-server@3.12/rest/code-scanning/code-scanning#delete-a-code-scanning-analysis-from-a-repository parameters: - - *277 - *278 + - *279 - name: analysis_id in: path description: The ID of the analysis, as returned from the `GET /repos/{owner}/{repo}/code-scanning/analyses` @@ -50837,7 +50843,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': *34 - '403': *370 + '403': *371 '404': *26 '503': *104 x-github: @@ -50859,8 +50865,8 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-server@3.12/rest/code-scanning/code-scanning#get-a-code-scanning-default-setup-configuration parameters: - - *277 - *278 + - *279 responses: '200': description: Response @@ -50922,7 +50928,7 @@ paths: query_suite: default updated_at: '2023-01-19T11:21:34Z' schedule: weekly - '403': *254 + '403': *255 '404': *26 '503': *104 x-github: @@ -50943,8 +50949,8 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-server@3.12/rest/code-scanning/code-scanning#update-a-code-scanning-default-setup-configuration parameters: - - *277 - *278 + - *279 requestBody: required: true content: @@ -51015,7 +51021,7 @@ paths: value: run_id: 42 run_url: https://api.github.com/repos/octoorg/octocat/actions/runs/42 - '403': *370 + '403': *371 '404': *26 '409': description: Response if there is already a validation run in progress with @@ -51080,8 +51086,8 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-server@3.12/rest/code-scanning/code-scanning#upload-an-analysis-as-sarif-data parameters: - - *277 - *278 + - *279 requestBody: required: true content: @@ -51089,7 +51095,7 @@ paths: schema: type: object properties: - commit_sha: *371 + commit_sha: *372 ref: type: string description: |- @@ -51142,7 +51148,7 @@ paths: schema: type: object properties: - id: *368 + id: *369 url: type: string description: The REST API URL for checking the status of the upload. @@ -51156,7 +51162,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': *26 '413': description: Payload Too Large if the sarif field is too large @@ -51179,8 +51185,8 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-server@3.12/rest/code-scanning/code-scanning#get-information-about-a-sarif-upload parameters: - - *277 - *278 + - *279 - name: sarif_id description: The SARIF ID obtained after uploading. in: path @@ -51226,7 +51232,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': *254 + '403': *255 '404': description: Not Found if the sarif id does not match any upload '503': *104 @@ -51251,8 +51257,8 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-server@3.12/rest/repos/repos#list-codeowners-errors parameters: - - *277 - *278 + - *279 - 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 @@ -51375,8 +51381,8 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-server@3.12/rest/collaborators/collaborators#list-repository-collaborators parameters: - - *277 - *278 + - *279 - name: affiliation description: Filter collaborators returned by their affiliation. `outside` means all outside collaborators of an organization-owned repository. `direct` @@ -51418,7 +51424,7 @@ paths: title: Collaborator description: Collaborator type: object - properties: &372 + properties: &373 login: type: string example: octocat @@ -51511,7 +51517,7 @@ paths: user_view_type: type: string example: public - required: &373 + required: &374 - avatar_url - events_url - followers_url @@ -51584,8 +51590,8 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-server@3.12/rest/collaborators/collaborators#check-if-a-user-is-a-repository-collaborator parameters: - - *277 - *278 + - *279 - *8 responses: '204': @@ -51622,8 +51628,8 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-server@3.12/rest/collaborators/collaborators#add-a-repository-collaborator parameters: - - *277 - *278 + - *279 - *8 requestBody: required: false @@ -51689,8 +51695,8 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-server@3.12/rest/collaborators/collaborators#remove-a-repository-collaborator parameters: - - *277 - *278 + - *279 - *8 responses: '204': @@ -51720,8 +51726,8 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-server@3.12/rest/collaborators/collaborators#get-repository-permissions-for-a-user parameters: - - *277 - *278 + - *279 - *8 responses: '200': @@ -51742,8 +51748,8 @@ paths: title: Collaborator description: Collaborator type: object - properties: *372 - required: *373 + properties: *373 + required: *374 nullable: true required: - permission @@ -51798,8 +51804,8 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-server@3.12/rest/commits/comments#list-commit-comments-for-a-repository parameters: - - *277 - *278 + - *279 - *4 - *5 responses: @@ -51809,7 +51815,7 @@ paths: application/json: schema: type: array - items: &374 + items: &375 title: Commit Comment description: Commit Comment type: object @@ -51867,7 +51873,7 @@ paths: - created_at - updated_at examples: - default: &377 + default: &378 value: - html_url: https://github.com/octocat/Hello-World/commit/6dcb09b5b57875f334f61aebed695e2e4193db5e#commitcomment-1 url: https://api.github.com/repos/octocat/Hello-World/comments/1 @@ -51926,17 +51932,17 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-server@3.12/rest/commits/comments#get-a-commit-comment parameters: - - *277 - *278 + - *279 - *120 responses: '200': description: Response content: application/json: - schema: *374 + schema: *375 examples: - default: &378 + default: &379 value: html_url: https://github.com/octocat/Hello-World/commit/6dcb09b5b57875f334f61aebed695e2e4193db5e#commitcomment-1 url: https://api.github.com/repos/octocat/Hello-World/comments/1 @@ -51993,8 +51999,8 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-server@3.12/rest/commits/comments#update-a-commit-comment parameters: - - *277 - *278 + - *279 - *120 requestBody: required: true @@ -52017,7 +52023,7 @@ paths: description: Response content: application/json: - schema: *374 + schema: *375 examples: default: value: @@ -52068,8 +52074,8 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-server@3.12/rest/commits/comments#delete-a-commit-comment parameters: - - *277 - *278 + - *279 - *120 responses: '204': @@ -52091,8 +52097,8 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-server@3.12/rest/reactions/reactions#list-reactions-for-a-commit-comment parameters: - - *277 - *278 + - *279 - *120 - name: content description: Returns a single [reaction type](https://docs.github.com/enterprise-server@3.12/rest/reactions/reactions#about-reactions). @@ -52119,9 +52125,9 @@ paths: application/json: schema: type: array - items: *266 + items: *267 examples: - default: *268 + default: *269 headers: Link: *6 '404': *26 @@ -52142,8 +52148,8 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-server@3.12/rest/reactions/reactions#create-reaction-for-a-commit-comment parameters: - - *277 - *278 + - *279 - *120 requestBody: required: true @@ -52176,16 +52182,16 @@ paths: description: Reaction exists content: application/json: - schema: *266 + schema: *267 examples: - default: *267 + default: *268 '201': description: Reaction created content: application/json: - schema: *266 + schema: *267 examples: - default: *267 + default: *268 '422': *35 x-github: githubCloudOnly: false @@ -52207,10 +52213,10 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-server@3.12/rest/reactions/reactions#delete-a-commit-comment-reaction parameters: - - *277 - *278 + - *279 - *120 - - *269 + - *270 responses: '204': description: Response @@ -52259,8 +52265,8 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-server@3.12/rest/commits/commits#list-commits parameters: - - *277 - *278 + - *279 - name: sha description: 'SHA or branch to start listing commits from. Default: the repository’s default branch (usually `main`).' @@ -52316,9 +52322,9 @@ paths: application/json: schema: type: array - items: *375 + items: *376 examples: - default: &483 + default: &484 value: - url: https://api.github.com/repos/octocat/Hello-World/commits/6dcb09b5b57875f334f61aebed695e2e4193db5e sha: 6dcb09b5b57875f334f61aebed695e2e4193db5e @@ -52388,7 +52394,7 @@ paths: sha: 6dcb09b5b57875f334f61aebed695e2e4193db5e headers: Link: *6 - '500': *219 + '500': *220 '400': *34 '404': *26 '409': *140 @@ -52411,9 +52417,9 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-server@3.12/rest/commits/commits#list-branches-for-head-commit parameters: - - *277 - *278 - - &376 + - *279 + - &377 name: commit_sha description: The SHA of the commit. in: path @@ -52485,9 +52491,9 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-server@3.12/rest/commits/comments#list-commit-comments parameters: - - *277 - *278 - - *376 + - *279 + - *377 - *4 - *5 responses: @@ -52497,9 +52503,9 @@ paths: application/json: schema: type: array - items: *374 + items: *375 examples: - default: *377 + default: *378 headers: Link: *6 x-github: @@ -52527,9 +52533,9 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-server@3.12/rest/commits/comments#create-a-commit-comment parameters: - - *277 - *278 - - *376 + - *279 + - *377 requestBody: required: true content: @@ -52564,9 +52570,9 @@ paths: description: Response content: application/json: - schema: *374 + schema: *375 examples: - default: *378 + default: *379 headers: Location: example: https://api.github.com/repos/octocat/Hello-World/comments/1 @@ -52594,9 +52600,9 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-server@3.12/rest/commits/commits#list-pull-requests-associated-with-a-commit parameters: - - *277 - *278 - - *376 + - *279 + - *377 - *4 - *5 responses: @@ -52606,7 +52612,7 @@ paths: application/json: schema: type: array - items: &472 + items: &473 title: Pull Request Simple description: Pull Request Simple type: object @@ -52712,8 +52718,8 @@ paths: title: Milestone description: A collection of related issues and pull requests. type: object - properties: *379 - required: *380 + properties: *380 + required: *381 nullable: true active_lock_reason: type: string @@ -52758,7 +52764,7 @@ paths: nullable: true requested_teams: type: array - items: *279 + items: *280 nullable: true head: type: object @@ -52809,7 +52815,7 @@ paths: _links: type: object properties: - comments: &381 + comments: &382 title: Link description: Hypermedia Link type: object @@ -52818,13 +52824,13 @@ paths: type: string required: - href - commits: *381 - statuses: *381 - html: *381 - issue: *381 - review_comments: *381 - review_comment: *381 - self: *381 + commits: *382 + statuses: *382 + html: *382 + issue: *382 + review_comments: *382 + review_comment: *382 + self: *382 required: - comments - commits @@ -52835,7 +52841,7 @@ paths: - review_comment - self author_association: *108 - auto_merge: &475 + auto_merge: &476 title: Auto merge description: The status of auto merging a pull request. type: object @@ -52898,7 +52904,7 @@ paths: - author_association - auto_merge examples: - default: &473 + default: &474 value: - url: https://api.github.com/repos/octocat/Hello-World/pulls/1347 id: 1 @@ -53435,11 +53441,11 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-server@3.12/rest/commits/commits#get-a-commit parameters: - - *277 - *278 + - *279 - *5 - *4 - - &382 + - &383 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)" @@ -53454,9 +53460,9 @@ paths: description: Response content: application/json: - schema: *375 + schema: *376 examples: - default: &458 + default: &459 value: url: https://api.github.com/repos/octocat/Hello-World/commits/6dcb09b5b57875f334f61aebed695e2e4193db5e sha: 6dcb09b5b57875f334f61aebed695e2e4193db5e @@ -53539,7 +53545,7 @@ paths: ..... '422': *35 '404': *26 - '500': *219 + '500': *220 '503': *104 '409': *140 x-github: @@ -53566,11 +53572,11 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-server@3.12/rest/checks/runs#list-check-runs-for-a-git-reference parameters: - - *277 - *278 - - *382 + - *279 - *383 - *384 + - *385 - name: filter description: Filters check runs by their `completed_at` timestamp. `latest` returns the most recent check runs. @@ -53604,9 +53610,9 @@ paths: type: integer check_runs: type: array - items: *347 + items: *348 examples: - default: *385 + default: *386 headers: Link: *6 x-github: @@ -53631,9 +53637,9 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-server@3.12/rest/checks/suites#list-check-suites-for-a-git-reference parameters: - - *277 - *278 - - *382 + - *279 + - *383 - name: app_id description: Filters check suites by GitHub App `id`. in: query @@ -53641,7 +53647,7 @@ paths: schema: type: integer example: 1 - - *383 + - *384 - *4 - *5 responses: @@ -53659,7 +53665,7 @@ paths: type: integer check_suites: type: array - items: *352 + items: *353 examples: default: value: @@ -53859,9 +53865,9 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-server@3.12/rest/commits/statuses#get-the-combined-status-for-a-specific-reference parameters: - - *277 - *278 - - *382 + - *279 + - *383 - *4 - *5 responses: @@ -54059,9 +54065,9 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-server@3.12/rest/commits/statuses#list-commit-statuses-for-a-reference parameters: - - *277 - *278 - - *382 + - *279 + - *383 - *4 - *5 responses: @@ -54071,7 +54077,7 @@ paths: application/json: schema: type: array - items: &530 + items: &531 title: Status description: The status of a commit. type: object @@ -54152,7 +54158,7 @@ paths: site_admin: false headers: Link: *6 - '301': *289 + '301': *290 x-github: githubCloudOnly: false enabledForGitHubApps: true @@ -54220,8 +54226,8 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-server@3.12/rest/commits/commits#compare-two-commits parameters: - - *277 - *278 + - *279 - *5 - *4 - name: basehead @@ -54264,8 +54270,8 @@ paths: type: string format: uri example: https://github.com/octocat/Hello-World/compare/master...topic.patch - base_commit: *375 - merge_base_commit: *375 + base_commit: *376 + merge_base_commit: *376 status: type: string enum: @@ -54285,10 +54291,10 @@ paths: example: 6 commits: type: array - items: *375 + items: *376 files: type: array - items: *386 + items: *387 required: - url - html_url @@ -54524,7 +54530,7 @@ paths: patch: "@@ -132,7 +132,7 @@ module Test @@ -1000,7 +1000,7 @@ module Test" '404': *26 - '500': *219 + '500': *220 '503': *104 x-github: githubCloudOnly: false @@ -54567,8 +54573,8 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-server@3.12/rest/repos/contents#get-repository-content parameters: - - *277 - *278 + - *279 - name: path description: path parameter in: path @@ -54711,7 +54717,7 @@ paths: - type - url examples: - response-if-content-is-a-file: &387 + response-if-content-is-a-file: &388 summary: Response if content is a file value: type: file @@ -54843,7 +54849,7 @@ paths: - size - type - url - - &488 + - &489 title: Content File description: Content File type: object @@ -55044,7 +55050,7 @@ paths: - url - submodule_git_url examples: - response-if-content-is-a-file: *387 + response-if-content-is-a-file: *388 response-if-content-is-a-directory: summary: Response if content is a directory and the application/json media type is requested @@ -55113,7 +55119,7 @@ paths: html: https://github.com/jquery/qunit/tree/6ca3721222109997540bd6d9ccd396902e0ad2f9 '404': *26 '403': *43 - '302': &492 + '302': &493 description: Found '304': *42 x-github: @@ -55137,8 +55143,8 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-server@3.12/rest/repos/contents#create-or-update-file-contents parameters: - - *277 - *278 + - *279 - name: path description: path parameter in: path @@ -55231,7 +55237,7 @@ paths: description: Response content: application/json: - schema: &388 + schema: &389 title: File Commit description: File Commit type: object @@ -55377,7 +55383,7 @@ paths: description: Response content: application/json: - schema: *388 + schema: *389 examples: example-for-creating-a-file: value: @@ -55428,7 +55434,7 @@ paths: schema: oneOf: - *24 - - &417 + - &418 description: Repository rule violation was detected type: object properties: @@ -55481,8 +55487,8 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-server@3.12/rest/repos/contents#delete-a-file parameters: - - *277 - *278 + - *279 - name: path description: path parameter in: path @@ -55543,7 +55549,7 @@ paths: description: Response content: application/json: - schema: *388 + schema: *389 examples: default: value: @@ -55594,8 +55600,8 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-server@3.12/rest/repos/repos#list-repository-contributors parameters: - - *277 - *278 + - *279 - name: anon description: Set to `1` or `true` to include anonymous contributors in results. in: query @@ -55718,20 +55724,21 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-server@3.12/rest/dependabot/alerts#list-dependabot-alerts-for-a-repository parameters: - - *277 - *278 + - *279 - *186 - *187 - *188 - *189 + - *190 - name: manifest in: query description: A comma-separated list of full manifest paths. If specified, only alerts for these manifests will be returned. schema: type: string - - *190 - *191 + - *192 - *9 responses: '200': @@ -55740,7 +55747,7 @@ paths: application/json: schema: type: array - items: &391 + items: &392 type: object description: A Dependabot alert. properties: @@ -55773,7 +55780,7 @@ paths: enum: - development - runtime - security_advisory: *389 + security_advisory: *390 security_vulnerability: *96 url: *97 html_url: *98 @@ -55804,7 +55811,7 @@ paths: nullable: true maxLength: 280 fixed_at: *102 - auto_dismissed_at: *390 + auto_dismissed_at: *391 required: - number - state @@ -56031,9 +56038,9 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-server@3.12/rest/dependabot/alerts#get-a-dependabot-alert parameters: - - *277 - *278 - - &392 + - *279 + - &393 name: alert_number in: path description: |- @@ -56048,7 +56055,7 @@ paths: description: Response content: application/json: - schema: *391 + schema: *392 examples: default: value: @@ -56152,9 +56159,9 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-server@3.12/rest/dependabot/alerts#update-a-dependabot-alert parameters: - - *277 - *278 - - *392 + - *279 + - *393 requestBody: required: true content: @@ -56199,7 +56206,7 @@ paths: description: Response content: application/json: - schema: *391 + schema: *392 examples: default: value: @@ -56328,8 +56335,8 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-server@3.12/rest/dependabot/secrets#list-repository-secrets parameters: - - *277 - *278 + - *279 - *4 - *5 responses: @@ -56347,7 +56354,7 @@ paths: type: integer secrets: type: array - items: &395 + items: &396 title: Dependabot Secret description: Set secrets for Dependabot. type: object @@ -56400,16 +56407,16 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-server@3.12/rest/dependabot/secrets#get-a-repository-public-key parameters: - - *277 - *278 + - *279 responses: '200': description: Response content: application/json: - schema: *393 + schema: *394 examples: - default: *394 + default: *395 x-github: githubCloudOnly: false enabledForGitHubApps: true @@ -56429,15 +56436,15 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-server@3.12/rest/dependabot/secrets#get-a-repository-secret parameters: - - *277 - *278 + - *279 - *163 responses: '200': description: Response content: application/json: - schema: *395 + schema: *396 examples: default: value: @@ -56463,8 +56470,8 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-server@3.12/rest/dependabot/secrets#create-or-update-a-repository-secret parameters: - - *277 - *278 + - *279 - *163 requestBody: required: true @@ -56517,8 +56524,8 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-server@3.12/rest/dependabot/secrets#delete-a-repository-secret parameters: - - *277 - *278 + - *279 - *163 responses: '204': @@ -56541,8 +56548,8 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-server@3.12/rest/dependency-graph/dependency-review#get-a-diff-of-the-dependencies-between-commits parameters: - - *277 - *278 + - *279 - 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 @@ -56702,8 +56709,8 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-server@3.12/rest/dependency-graph/sboms#export-a-software-bill-of-materials-sbom-for-a-repository parameters: - - *277 - *278 + - *279 responses: '200': description: Response @@ -56928,8 +56935,8 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-server@3.12/rest/dependency-graph/dependency-submission#create-a-snapshot-of-dependencies-for-a-repository parameters: - - *277 - *278 + - *279 requestBody: required: true content: @@ -57004,7 +57011,7 @@ paths: - version - url additionalProperties: false - metadata: &396 + metadata: &397 title: metadata description: User-defined metadata to store domain-specific information limited to 8 keys with scalar values. @@ -57037,7 +57044,7 @@ paths: the root of the Git repository. example: "/src/build/package-lock.json" additionalProperties: false - metadata: *396 + metadata: *397 resolved: type: object description: A collection of resolved package dependencies. @@ -57050,7 +57057,7 @@ paths: for more details. example: pkg:/npm/%40actions/http-client@1.0.11 pattern: "^pkg" - metadata: *396 + metadata: *397 relationship: type: string description: A notation of whether a dependency is requested @@ -57179,8 +57186,8 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-server@3.12/rest/deployments/deployments#list-deployments parameters: - - *277 - *278 + - *279 - name: sha description: The SHA recorded at creation time. in: query @@ -57220,9 +57227,9 @@ paths: application/json: schema: type: array - items: *397 + items: *398 examples: - default: *398 + default: *399 headers: Link: *6 x-github: @@ -57288,8 +57295,8 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-server@3.12/rest/deployments/deployments#create-a-deployment parameters: - - *277 - *278 + - *279 requestBody: required: true content: @@ -57370,7 +57377,7 @@ paths: description: Response content: application/json: - schema: *397 + schema: *398 examples: simple-example: summary: Simple example @@ -57443,9 +57450,9 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-server@3.12/rest/deployments/deployments#get-a-deployment parameters: - - *277 - *278 - - &399 + - *279 + - &400 name: deployment_id description: deployment_id parameter in: path @@ -57457,7 +57464,7 @@ paths: description: Response content: application/json: - schema: *397 + schema: *398 examples: default: value: @@ -57522,9 +57529,9 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-server@3.12/rest/deployments/deployments#delete-a-deployment parameters: - - *277 - *278 - - *399 + - *279 + - *400 responses: '204': description: Response @@ -57546,9 +57553,9 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-server@3.12/rest/deployments/statuses#list-deployment-statuses parameters: - - *277 - *278 - - *399 + - *279 + - *400 - *4 - *5 responses: @@ -57558,7 +57565,7 @@ paths: application/json: schema: type: array - items: &400 + items: &401 title: Deployment Status description: The status of a deployment. type: object @@ -57719,9 +57726,9 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-server@3.12/rest/deployments/statuses#create-a-deployment-status parameters: - - *277 - *278 - - *399 + - *279 + - *400 requestBody: required: true content: @@ -57796,9 +57803,9 @@ paths: description: Response content: application/json: - schema: *400 + schema: *401 examples: - default: &401 + default: &402 value: url: https://api.github.com/repos/octocat/example/deployments/42/statuses/1 id: 1 @@ -57854,9 +57861,9 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-server@3.12/rest/deployments/statuses#get-a-deployment-status parameters: - - *277 - *278 - - *399 + - *279 + - *400 - name: status_id in: path required: true @@ -57867,9 +57874,9 @@ paths: description: Response content: application/json: - schema: *400 + schema: *401 examples: - default: *401 + default: *402 '404': *26 x-github: githubCloudOnly: false @@ -57894,8 +57901,8 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-server@3.12/rest/repos/repos#create-a-repository-dispatch-event parameters: - - *277 - *278 + - *279 requestBody: required: true content: @@ -57952,8 +57959,8 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-server@3.12/rest/deployments/environments#list-environments parameters: - - *277 - *278 + - *279 - *4 - *5 responses: @@ -57970,7 +57977,7 @@ paths: type: integer environments: type: array - items: &403 + items: &404 title: Environment description: Details of a deployment environment type: object @@ -58022,7 +58029,7 @@ paths: type: type: string example: wait_timer - wait_timer: &405 + wait_timer: &406 type: integer example: 30 description: The amount of time to delay a job after @@ -58059,11 +58066,11 @@ paths: items: type: object properties: - type: *402 + type: *403 reviewer: anyOf: - *19 - - *279 + - *280 required: - id - node_id @@ -58083,7 +58090,7 @@ paths: - id - node_id - type - deployment_branch_policy: &406 + deployment_branch_policy: &407 type: object description: The type of deployment branch policy for this environment. To allow all branches to deploy, set to `null`. @@ -58198,9 +58205,9 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-server@3.12/rest/deployments/environments#get-an-environment parameters: - - *277 - *278 - - &404 + - *279 + - &405 name: environment_name in: path required: true @@ -58213,9 +58220,9 @@ paths: description: Response content: application/json: - schema: *403 + schema: *404 examples: - default: &407 + default: &408 value: id: 161088068 node_id: MDExOkVudmlyb25tZW50MTYxMDg4MDY4 @@ -58298,9 +58305,9 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-server@3.12/rest/deployments/environments#create-or-update-an-environment parameters: - - *277 - *278 - - *404 + - *279 + - *405 requestBody: required: false content: @@ -58309,7 +58316,7 @@ paths: type: object nullable: true properties: - wait_timer: *405 + wait_timer: *406 prevent_self_review: type: boolean example: false @@ -58326,13 +58333,13 @@ paths: items: type: object properties: - type: *402 + type: *403 id: type: integer description: The id of the user or team who can review the deployment example: 4532992 - deployment_branch_policy: *406 + deployment_branch_policy: *407 additionalProperties: false examples: default: @@ -58352,9 +58359,9 @@ paths: description: Response content: application/json: - schema: *403 + schema: *404 examples: - default: *407 + default: *408 '422': description: Validation error when the environment name is invalid or when `protected_branches` and `custom_branch_policies` in `deployment_branch_policy` @@ -58378,9 +58385,9 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-server@3.12/rest/deployments/environments#delete-an-environment parameters: - - *277 - *278 - - *404 + - *279 + - *405 responses: '204': description: Default response @@ -58405,9 +58412,9 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-server@3.12/rest/deployments/branch-policies#list-deployment-branch-policies parameters: - - *277 - *278 - - *404 + - *279 + - *405 - *4 - *5 responses: @@ -58425,7 +58432,7 @@ paths: example: 2 branch_policies: type: array - items: &408 + items: &409 title: Deployment branch policy description: Details of a deployment branch or tag policy. type: object @@ -58482,9 +58489,9 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-server@3.12/rest/deployments/branch-policies#create-a-deployment-branch-policy parameters: - - *277 - *278 - - *404 + - *279 + - *405 requestBody: required: true content: @@ -58530,9 +58537,9 @@ paths: description: Response content: application/json: - schema: *408 + schema: *409 examples: - example-wildcard: &409 + example-wildcard: &410 value: id: 364662 node_id: MDE2OkdhdGVCcmFuY2hQb2xpY3kzNjQ2NjI= @@ -58574,10 +58581,10 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-server@3.12/rest/deployments/branch-policies#get-a-deployment-branch-policy parameters: - - *277 - *278 - - *404 - - &410 + - *279 + - *405 + - &411 name: branch_policy_id in: path required: true @@ -58589,9 +58596,9 @@ paths: description: Response content: application/json: - schema: *408 + schema: *409 examples: - default: *409 + default: *410 x-github: githubCloudOnly: false enabledForGitHubApps: true @@ -58610,10 +58617,10 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-server@3.12/rest/deployments/branch-policies#update-a-deployment-branch-policy parameters: - - *277 - *278 - - *404 - - *410 + - *279 + - *405 + - *411 requestBody: required: true content: @@ -58641,9 +58648,9 @@ paths: description: Response content: application/json: - schema: *408 + schema: *409 examples: - default: *409 + default: *410 x-github: githubCloudOnly: false enabledForGitHubApps: true @@ -58662,10 +58669,10 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-server@3.12/rest/deployments/branch-policies#delete-a-deployment-branch-policy parameters: - - *277 - *278 - - *404 - - *410 + - *279 + - *405 + - *411 responses: '204': description: Response @@ -58690,9 +58697,9 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-server@3.12/rest/deployments/protection-rules#get-all-deployment-protection-rules-for-an-environment parameters: - - *404 + - *405 + - *279 - *278 - - *277 responses: '200': description: List of deployment protection rules @@ -58708,7 +58715,7 @@ paths: example: 10 custom_deployment_protection_rules: type: array - items: &411 + items: &412 title: Deployment protection rule description: Deployment protection rule type: object @@ -58727,7 +58734,7 @@ paths: example: true description: Whether the deployment protection rule is enabled for the environment. - app: &412 + app: &413 title: Custom deployment protection rule app description: A GitHub App that is providing a custom deployment protection rule. @@ -58826,9 +58833,9 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-server@3.12/rest/deployments/protection-rules#create-a-custom-deployment-protection-rule-on-an-environment parameters: - - *404 + - *405 + - *279 - *278 - - *277 requestBody: content: application/json: @@ -58849,9 +58856,9 @@ paths: description: The enabled custom deployment protection rule content: application/json: - schema: *411 + schema: *412 examples: - default: &413 + default: &414 value: id: 3 node_id: IEH37kRlcGxveW1lbnRTdGF0ddiv @@ -58886,9 +58893,9 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-server@3.12/rest/deployments/protection-rules#list-custom-deployment-rule-integrations-available-for-an-environment parameters: - - *404 + - *405 + - *279 - *278 - - *277 - *5 - *4 responses: @@ -58907,7 +58914,7 @@ paths: example: 35 available_custom_deployment_protection_rule_integrations: type: array - items: *412 + items: *413 examples: default: value: @@ -58942,10 +58949,10 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-server@3.12/rest/deployments/protection-rules#get-a-custom-deployment-protection-rule parameters: - - *277 - *278 - - *404 - - &414 + - *279 + - *405 + - &415 name: protection_rule_id description: The unique identifier of the protection rule. in: path @@ -58957,9 +58964,9 @@ paths: description: Response content: application/json: - schema: *411 + schema: *412 examples: - default: *413 + default: *414 x-github: githubCloudOnly: false enabledForGitHubApps: true @@ -58980,10 +58987,10 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-server@3.12/rest/deployments/protection-rules#disable-a-custom-protection-rule-for-an-environment parameters: - - *404 + - *405 + - *279 - *278 - - *277 - - *414 + - *415 responses: '204': description: Response @@ -59009,9 +59016,9 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-server@3.12/rest/actions/secrets#list-environment-secrets parameters: - - *277 - *278 - - *404 + - *279 + - *405 - *4 - *5 responses: @@ -59029,9 +59036,9 @@ paths: type: integer secrets: type: array - items: *314 + items: *315 examples: - default: *315 + default: *316 headers: Link: *6 x-github: @@ -59056,17 +59063,17 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-server@3.12/rest/actions/secrets#get-an-environment-public-key parameters: - - *277 - *278 - - *404 + - *279 + - *405 responses: '200': description: Response content: application/json: - schema: *316 + schema: *317 examples: - default: *317 + default: *318 x-github: githubCloudOnly: false enabledForGitHubApps: true @@ -59088,18 +59095,18 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-server@3.12/rest/actions/secrets#get-an-environment-secret parameters: - - *277 - *278 - - *404 + - *279 + - *405 - *163 responses: '200': description: Response content: application/json: - schema: *314 + schema: *315 examples: - default: *415 + default: *416 x-github: githubCloudOnly: false enabledForGitHubApps: true @@ -59121,9 +59128,9 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-server@3.12/rest/actions/secrets#create-or-update-an-environment-secret parameters: - - *277 - *278 - - *404 + - *279 + - *405 - *163 requestBody: required: true @@ -59181,9 +59188,9 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-server@3.12/rest/actions/secrets#delete-an-environment-secret parameters: - - *277 - *278 - - *404 + - *279 + - *405 - *163 responses: '204': @@ -59209,10 +59216,10 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-server@3.12/rest/actions/variables#list-environment-variables parameters: - - *277 - *278 - - *404 - - *301 + - *279 + - *405 + - *302 - *5 responses: '200': @@ -59229,9 +59236,9 @@ paths: type: integer variables: type: array - items: *318 + items: *319 examples: - default: *319 + default: *320 headers: Link: *6 x-github: @@ -59254,9 +59261,9 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-server@3.12/rest/actions/variables#create-an-environment-variable parameters: - - *277 - *278 - - *404 + - *279 + - *405 requestBody: required: true content: @@ -59308,18 +59315,18 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-server@3.12/rest/actions/variables#get-an-environment-variable parameters: - - *277 - *278 - - *404 + - *279 + - *405 - *166 responses: '200': description: Response content: application/json: - schema: *318 + schema: *319 examples: - default: *416 + default: *417 x-github: githubCloudOnly: false enabledForGitHubApps: true @@ -59340,10 +59347,10 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-server@3.12/rest/actions/variables#update-an-environment-variable parameters: - - *277 - *278 + - *279 - *166 - - *404 + - *405 requestBody: required: true content: @@ -59385,10 +59392,10 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-server@3.12/rest/actions/variables#delete-an-environment-variable parameters: - - *277 - *278 + - *279 - *166 - - *404 + - *405 responses: '204': description: Response @@ -59410,8 +59417,8 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-server@3.12/rest/activity/events#list-repository-events parameters: - - *277 - *278 + - *279 - *4 - *5 responses: @@ -59488,8 +59495,8 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-server@3.12/rest/repos/forks#list-forks parameters: - - *277 - *278 + - *279 - name: sort description: The sort order. `stargazers` will sort by star count. in: query @@ -59648,8 +59655,8 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-server@3.12/rest/repos/forks#create-a-fork parameters: - - *277 - *278 + - *279 requestBody: required: false content: @@ -59681,9 +59688,9 @@ paths: description: Response content: application/json: - schema: *288 + schema: *289 examples: - default: *290 + default: *291 '400': *34 '422': *35 '403': *43 @@ -59704,8 +59711,8 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-server@3.12/rest/git/blobs#create-a-blob parameters: - - *277 - *278 + - *279 requestBody: required: true content: @@ -59765,7 +59772,7 @@ paths: schema: oneOf: - *138 - - *417 + - *418 x-github: githubCloudOnly: false enabledForGitHubApps: true @@ -59790,8 +59797,8 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-server@3.12/rest/git/blobs#get-a-blob parameters: - - *277 - *278 + - *279 - name: file_sha in: path required: true @@ -59890,8 +59897,8 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-server@3.12/rest/git/commits#create-a-commit parameters: - - *277 - *278 + - *279 requestBody: required: true content: @@ -60000,7 +60007,7 @@ paths: description: Response content: application/json: - schema: &418 + schema: &419 title: Git Commit description: Low-level Git commit operations within a repository type: object @@ -60207,15 +60214,15 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-server@3.12/rest/git/commits#get-a-commit-object parameters: - - *277 - *278 - - *376 + - *279 + - *377 responses: '200': description: Response content: application/json: - schema: *418 + schema: *419 examples: default: value: @@ -60268,9 +60275,9 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-server@3.12/rest/git/refs#list-matching-references parameters: - - *277 - *278 - - &419 + - *279 + - &420 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. @@ -60287,7 +60294,7 @@ paths: application/json: schema: type: array - items: &420 + items: &421 title: Git Reference description: Git references within a repository type: object @@ -60362,17 +60369,17 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-server@3.12/rest/git/refs#get-a-reference parameters: - - *277 - *278 - - *419 + - *279 + - *420 responses: '200': description: Response content: application/json: - schema: *420 + schema: *421 examples: - default: &421 + default: &422 value: ref: refs/heads/featureA node_id: MDM6UmVmcmVmcy9oZWFkcy9mZWF0dXJlQQ== @@ -60401,8 +60408,8 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-server@3.12/rest/git/refs#create-a-reference parameters: - - *277 - *278 + - *279 requestBody: required: true content: @@ -60431,9 +60438,9 @@ paths: description: Response content: application/json: - schema: *420 + schema: *421 examples: - default: *421 + default: *422 headers: Location: example: https://api.github.com/repos/octocat/Hello-World/git/refs/heads/featureA @@ -60459,9 +60466,9 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-server@3.12/rest/git/refs#update-a-reference parameters: - - *277 - *278 - - *419 + - *279 + - *420 requestBody: required: true content: @@ -60490,9 +60497,9 @@ paths: description: Response content: application/json: - schema: *420 + schema: *421 examples: - default: *421 + default: *422 '422': *35 '409': *140 x-github: @@ -60510,9 +60517,9 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-server@3.12/rest/git/refs#delete-a-reference parameters: - - *277 - *278 - - *419 + - *279 + - *420 responses: '204': description: Response @@ -60567,8 +60574,8 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-server@3.12/rest/git/tags#create-a-tag-object parameters: - - *277 - *278 + - *279 requestBody: required: true content: @@ -60635,7 +60642,7 @@ paths: description: Response content: application/json: - schema: &423 + schema: &424 title: Git Tag description: Metadata for a Git tag type: object @@ -60686,7 +60693,7 @@ paths: - sha - type - url - verification: *422 + verification: *423 required: - sha - url @@ -60696,7 +60703,7 @@ paths: - tag - message examples: - default: &424 + default: &425 value: node_id: MDM6VGFnOTQwYmQzMzYyNDhlZmFlMGY5ZWU1YmM3YjJkNWM5ODU4ODdiMTZhYw== tag: v0.0.1 @@ -60766,8 +60773,8 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-server@3.12/rest/git/tags#get-a-tag parameters: - - *277 - *278 + - *279 - name: tag_sha in: path required: true @@ -60778,9 +60785,9 @@ paths: description: Response content: application/json: - schema: *423 + schema: *424 examples: - default: *424 + default: *425 '404': *26 '409': *140 x-github: @@ -60804,8 +60811,8 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-server@3.12/rest/git/trees#create-a-tree parameters: - - *277 - *278 + - *279 requestBody: required: true content: @@ -60878,7 +60885,7 @@ paths: description: Response content: application/json: - schema: &425 + schema: &426 title: Git Tree description: The hierarchy between files in a Git repository. type: object @@ -60974,8 +60981,8 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-server@3.12/rest/git/trees#get-a-tree parameters: - - *277 - *278 + - *279 - name: tree_sha description: The SHA1 value or ref (branch or tag) name of the tree. in: path @@ -60998,7 +61005,7 @@ paths: description: Response content: application/json: - schema: *425 + schema: *426 examples: default-response: summary: Default response @@ -61057,8 +61064,8 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-server@3.12/rest/repos/webhooks#list-repository-webhooks parameters: - - *277 - *278 + - *279 - *4 - *5 responses: @@ -61068,7 +61075,7 @@ paths: application/json: schema: type: array - items: &426 + items: &427 title: Webhook description: Webhooks for repositories. type: object @@ -61122,7 +61129,7 @@ paths: type: string format: uri example: https://api.github.com/repos/octocat/Hello-World/hooks/1/deliveries - last_response: &637 + last_response: &638 title: Hook Response type: object properties: @@ -61196,8 +61203,8 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-server@3.12/rest/repos/webhooks#create-a-repository-webhook parameters: - - *277 - *278 + - *279 requestBody: required: false content: @@ -61249,9 +61256,9 @@ paths: description: Response content: application/json: - schema: *426 + schema: *427 examples: - default: &427 + default: &428 value: type: Repository id: 12345678 @@ -61299,17 +61306,17 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-server@3.12/rest/repos/webhooks#get-a-repository-webhook parameters: - - *277 - *278 + - *279 - *3 responses: '200': description: Response content: application/json: - schema: *426 + schema: *427 examples: - default: *427 + default: *428 '404': *26 x-github: githubCloudOnly: false @@ -61329,8 +61336,8 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-server@3.12/rest/repos/webhooks#update-a-repository-webhook parameters: - - *277 - *278 + - *279 - *3 requestBody: required: true @@ -61376,9 +61383,9 @@ paths: description: Response content: application/json: - schema: *426 + schema: *427 examples: - default: *427 + default: *428 '422': *35 '404': *26 x-github: @@ -61399,8 +61406,8 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-server@3.12/rest/repos/webhooks#delete-a-repository-webhook parameters: - - *277 - *278 + - *279 - *3 responses: '204': @@ -61425,8 +61432,8 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-server@3.12/rest/repos/webhooks#get-a-webhook-configuration-for-a-repository parameters: - - *277 - *278 + - *279 - *3 responses: '200': @@ -61454,8 +61461,8 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-server@3.12/rest/repos/webhooks#update-a-webhook-configuration-for-a-repository parameters: - - *277 - *278 + - *279 - *3 requestBody: required: false @@ -61500,11 +61507,11 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-server@3.12/rest/repos/webhooks#list-deliveries-for-a-repository-webhook parameters: - - *277 - *278 + - *279 - *3 - *4 - - *201 + - *202 responses: '200': description: Response @@ -61512,9 +61519,9 @@ paths: application/json: schema: type: array - items: *202 + items: *203 examples: - default: *203 + default: *204 '400': *34 '422': *35 x-github: @@ -61533,8 +61540,8 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-server@3.12/rest/repos/webhooks#get-a-delivery-for-a-repository-webhook parameters: - - *277 - *278 + - *279 - *3 - *36 responses: @@ -61542,9 +61549,9 @@ paths: description: Response content: application/json: - schema: *204 + schema: *205 examples: - default: *205 + default: *206 '400': *34 '422': *35 x-github: @@ -61563,8 +61570,8 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-server@3.12/rest/repos/webhooks#redeliver-a-delivery-for-a-repository-webhook parameters: - - *277 - *278 + - *279 - *3 - *36 responses: @@ -61588,8 +61595,8 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-server@3.12/rest/repos/webhooks#ping-a-repository-webhook parameters: - - *277 - *278 + - *279 - *3 responses: '204': @@ -61615,8 +61622,8 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-server@3.12/rest/repos/webhooks#test-the-push-repository-webhook parameters: - - *277 - *278 + - *279 - *3 responses: '204': @@ -61641,8 +61648,8 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-server@3.12/rest/apps/apps#get-a-repository-installation-for-the-authenticated-app parameters: - - *277 - *278 + - *279 responses: '200': description: Response @@ -61650,8 +61657,8 @@ paths: application/json: schema: *39 examples: - default: *428 - '301': *289 + default: *429 + '301': *290 '404': *26 x-github: githubCloudOnly: false @@ -61670,8 +61677,8 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-server@3.12/rest/collaborators/invitations#list-repository-invitations parameters: - - *277 - *278 + - *279 - *4 - *5 responses: @@ -61681,7 +61688,7 @@ paths: application/json: schema: type: array - items: &429 + items: &430 title: Repository Invitation description: Repository invitations let you manage who you collaborate with. @@ -61744,7 +61751,7 @@ paths: - html_url - created_at examples: - default: &588 + default: &589 value: - id: 1 repository: @@ -61875,9 +61882,9 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-server@3.12/rest/collaborators/invitations#update-a-repository-invitation parameters: - - *277 - *278 - - &430 + - *279 + - &431 name: invitation_id description: The unique identifier of the invitation. in: path @@ -61912,7 +61919,7 @@ paths: description: Response content: application/json: - schema: *429 + schema: *430 examples: default: value: @@ -62043,9 +62050,9 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-server@3.12/rest/collaborators/invitations#delete-a-repository-invitation parameters: - - *277 - *278 - - *430 + - *279 + - *431 responses: '204': description: Response @@ -62076,8 +62083,8 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-server@3.12/rest/issues/issues#list-repository-issues parameters: - - *277 - *278 + - *279 - 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 @@ -62125,7 +62132,7 @@ paths: required: false schema: type: string - - *206 + - *207 - name: sort description: What to sort results by. in: query @@ -62298,7 +62305,7 @@ paths: state_reason: completed headers: Link: *6 - '301': *289 + '301': *290 '422': *35 '404': *26 x-github: @@ -62327,8 +62334,8 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-server@3.12/rest/issues/issues#create-an-issue parameters: - - *277 - *278 + - *279 requestBody: required: true content: @@ -62412,7 +62419,7 @@ paths: application/json: schema: *121 examples: - default: &436 + default: &437 value: id: 1 node_id: MDU6SXNzdWUx @@ -62568,7 +62575,7 @@ paths: '422': *35 '503': *104 '404': *26 - '410': *232 + '410': *233 x-github: triggersNotification: true githubCloudOnly: false @@ -62596,9 +62603,9 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-server@3.12/rest/issues/comments#list-issue-comments-for-a-repository parameters: - - *277 - *278 - - &481 + - *279 + - &482 name: sort description: The property to sort the results by. in: query @@ -62628,9 +62635,9 @@ paths: application/json: schema: type: array - items: *431 + items: *432 examples: - default: &438 + default: &439 value: - id: 1 node_id: MDEyOklzc3VlQ29tbWVudDE= @@ -62688,17 +62695,17 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-server@3.12/rest/issues/comments#get-an-issue-comment parameters: - - *277 - *278 + - *279 - *120 responses: '200': description: Response content: application/json: - schema: *431 + schema: *432 examples: - default: &432 + default: &433 value: id: 1 node_id: MDEyOklzc3VlQ29tbWVudDE= @@ -62752,8 +62759,8 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-server@3.12/rest/issues/comments#update-an-issue-comment parameters: - - *277 - *278 + - *279 - *120 requestBody: required: true @@ -62776,9 +62783,9 @@ paths: description: Response content: application/json: - schema: *431 + schema: *432 examples: - default: *432 + default: *433 '422': *35 x-github: githubCloudOnly: false @@ -62796,8 +62803,8 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-server@3.12/rest/issues/comments#delete-an-issue-comment parameters: - - *277 - *278 + - *279 - *120 responses: '204': @@ -62818,8 +62825,8 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-server@3.12/rest/reactions/reactions#list-reactions-for-an-issue-comment parameters: - - *277 - *278 + - *279 - *120 - name: content description: Returns a single [reaction type](https://docs.github.com/enterprise-server@3.12/rest/reactions/reactions#about-reactions). @@ -62846,9 +62853,9 @@ paths: application/json: schema: type: array - items: *266 + items: *267 examples: - default: *268 + default: *269 headers: Link: *6 '404': *26 @@ -62869,8 +62876,8 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-server@3.12/rest/reactions/reactions#create-reaction-for-an-issue-comment parameters: - - *277 - *278 + - *279 - *120 requestBody: required: true @@ -62903,16 +62910,16 @@ paths: description: Reaction exists content: application/json: - schema: *266 + schema: *267 examples: - default: *267 + default: *268 '201': description: Reaction created content: application/json: - schema: *266 + schema: *267 examples: - default: *267 + default: *268 '422': *35 x-github: githubCloudOnly: false @@ -62934,10 +62941,10 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-server@3.12/rest/reactions/reactions#delete-an-issue-comment-reaction parameters: - - *277 - *278 + - *279 - *120 - - *269 + - *270 responses: '204': description: Response @@ -62957,8 +62964,8 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-server@3.12/rest/issues/events#list-issue-events-for-a-repository parameters: - - *277 - *278 + - *279 - *4 - *5 responses: @@ -62968,7 +62975,7 @@ paths: application/json: schema: type: array - items: &435 + items: &436 title: Issue Event description: Issue Event type: object @@ -63011,8 +63018,8 @@ paths: description: Issues are a great way to keep track of tasks, enhancements, and bugs for your projects. type: object - properties: *433 - required: *434 + properties: *434 + required: *435 nullable: true label: title: Issue Event Label @@ -63056,7 +63063,7 @@ paths: properties: *17 required: *18 nullable: true - requested_team: *279 + requested_team: *280 dismissed_review: title: Issue Event Dismissed Review type: object @@ -63319,8 +63326,8 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-server@3.12/rest/issues/events#get-an-issue-event parameters: - - *277 - *278 + - *279 - name: event_id in: path required: true @@ -63331,7 +63338,7 @@ paths: description: Response content: application/json: - schema: *435 + schema: *436 examples: default: value: @@ -63524,7 +63531,7 @@ paths: author_association: COLLABORATOR state_reason: completed '404': *26 - '410': *232 + '410': *233 '403': *43 x-github: githubCloudOnly: false @@ -63558,9 +63565,9 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-server@3.12/rest/issues/issues#get-an-issue parameters: - - *277 - *278 - - &437 + - *279 + - &438 name: issue_number description: The number that identifies the issue. in: path @@ -63574,10 +63581,10 @@ paths: application/json: schema: *121 examples: - default: *436 - '301': *289 + default: *437 + '301': *290 '404': *26 - '410': *232 + '410': *233 '304': *42 x-github: githubCloudOnly: false @@ -63602,9 +63609,9 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-server@3.12/rest/issues/issues#update-an-issue parameters: - - *277 - *278 - - *437 + - *279 + - *438 requestBody: required: false content: @@ -63709,13 +63716,13 @@ paths: application/json: schema: *121 examples: - default: *436 + default: *437 '422': *35 '503': *104 '403': *43 - '301': *289 + '301': *290 '404': *26 - '410': *232 + '410': *233 x-github: githubCloudOnly: false enabledForGitHubApps: true @@ -63733,9 +63740,9 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-server@3.12/rest/issues/assignees#add-assignees-to-an-issue parameters: - - *277 - *278 - - *437 + - *279 + - *438 requestBody: required: false content: @@ -63763,7 +63770,7 @@ paths: application/json: schema: *121 examples: - default: *436 + default: *437 x-github: githubCloudOnly: false enabledForGitHubApps: true @@ -63779,9 +63786,9 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-server@3.12/rest/issues/assignees#remove-assignees-from-an-issue parameters: - - *277 - *278 - - *437 + - *279 + - *438 requestBody: content: application/json: @@ -63808,7 +63815,7 @@ paths: application/json: schema: *121 examples: - default: *436 + default: *437 x-github: githubCloudOnly: false enabledForGitHubApps: true @@ -63830,9 +63837,9 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-server@3.12/rest/issues/assignees#check-if-a-user-can-be-assigned-to-a-issue parameters: - - *277 - *278 - - *437 + - *279 + - *438 - name: assignee in: path required: true @@ -63872,9 +63879,9 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-server@3.12/rest/issues/comments#list-issue-comments parameters: - - *277 - *278 - - *437 + - *279 + - *438 - *111 - *4 - *5 @@ -63885,13 +63892,13 @@ paths: application/json: schema: type: array - items: *431 + items: *432 examples: - default: *438 + default: *439 headers: Link: *6 '404': *26 - '410': *232 + '410': *233 x-github: githubCloudOnly: false enabledForGitHubApps: true @@ -63920,9 +63927,9 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-server@3.12/rest/issues/comments#create-an-issue-comment parameters: - - *277 - *278 - - *437 + - *279 + - *438 requestBody: required: true content: @@ -63944,16 +63951,16 @@ paths: description: Response content: application/json: - schema: *431 + schema: *432 examples: - default: *432 + default: *433 headers: Location: example: https://api.github.com/repos/octocat/Hello-World/issues/comments/1 schema: type: string '403': *43 - '410': *232 + '410': *233 '422': *35 '404': *26 x-github: @@ -63973,9 +63980,9 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-server@3.12/rest/issues/events#list-issue-events parameters: - - *277 - *278 - - *437 + - *279 + - *438 - *4 - *5 responses: @@ -63989,7 +63996,7 @@ paths: title: Issue Event for Issue description: Issue Event for Issue anyOf: - - &441 + - &442 title: Labeled Issue Event description: Labeled Issue Event type: object @@ -64043,7 +64050,7 @@ paths: - commit_url - created_at - performed_via_github_app - - &442 + - &443 title: Unlabeled Issue Event description: Unlabeled Issue Event type: object @@ -64179,7 +64186,7 @@ paths: - performed_via_github_app - assignee - assigner - - &443 + - &444 title: Milestoned Issue Event description: Milestoned Issue Event type: object @@ -64230,7 +64237,7 @@ paths: - commit_url - created_at - performed_via_github_app - - &444 + - &445 title: Demilestoned Issue Event description: Demilestoned Issue Event type: object @@ -64281,7 +64288,7 @@ paths: - commit_url - created_at - performed_via_github_app - - &445 + - &446 title: Renamed Issue Event description: Renamed Issue Event type: object @@ -64335,7 +64342,7 @@ paths: - commit_url - created_at - performed_via_github_app - - &446 + - &447 title: Review Requested Issue Event description: Review Requested Issue Event type: object @@ -64369,7 +64376,7 @@ paths: properties: *106 required: *107 review_requester: *19 - requested_team: *279 + requested_team: *280 requested_reviewer: *19 required: - review_requester @@ -64382,7 +64389,7 @@ paths: - commit_url - created_at - performed_via_github_app - - &447 + - &448 title: Review Request Removed Issue Event description: Review Request Removed Issue Event type: object @@ -64416,7 +64423,7 @@ paths: properties: *106 required: *107 review_requester: *19 - requested_team: *279 + requested_team: *280 requested_reviewer: *19 required: - review_requester @@ -64429,7 +64436,7 @@ paths: - commit_url - created_at - performed_via_github_app - - &448 + - &449 title: Review Dismissed Issue Event description: Review Dismissed Issue Event type: object @@ -64489,7 +64496,7 @@ paths: - commit_url - created_at - performed_via_github_app - - &449 + - &450 title: Locked Issue Event description: Locked Issue Event type: object @@ -64537,7 +64544,7 @@ paths: - commit_url - created_at - performed_via_github_app - - &450 + - &451 title: Added to Project Issue Event description: Added to Project Issue Event type: object @@ -64603,7 +64610,7 @@ paths: - commit_url - created_at - performed_via_github_app - - &451 + - &452 title: Moved Column in Project Issue Event description: Moved Column in Project Issue Event type: object @@ -64669,7 +64676,7 @@ paths: - commit_url - created_at - performed_via_github_app - - &452 + - &453 title: Removed from Project Issue Event description: Removed from Project Issue Event type: object @@ -64735,7 +64742,7 @@ paths: - commit_url - created_at - performed_via_github_app - - &453 + - &454 title: Converted Note to Issue Issue Event description: Converted Note to Issue Issue Event type: object @@ -64826,7 +64833,7 @@ paths: color: red headers: Link: *6 - '410': *232 + '410': *233 x-github: githubCloudOnly: false enabledForGitHubApps: true @@ -64843,9 +64850,9 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-server@3.12/rest/issues/labels#list-labels-for-an-issue parameters: - - *277 - *278 - - *437 + - *279 + - *438 - *4 - *5 responses: @@ -64855,7 +64862,7 @@ paths: application/json: schema: type: array - items: &439 + items: &440 title: Label description: Color-coded labels help you categorize and filter your issues (just like labels in Gmail). @@ -64902,7 +64909,7 @@ paths: - color - default examples: - default: &440 + default: &441 value: - id: 208045946 node_id: MDU6TGFiZWwyMDgwNDU5NDY= @@ -64920,9 +64927,9 @@ paths: default: false headers: Link: *6 - '301': *289 + '301': *290 '404': *26 - '410': *232 + '410': *233 x-github: githubCloudOnly: false enabledForGitHubApps: true @@ -64939,9 +64946,9 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-server@3.12/rest/issues/labels#add-labels-to-an-issue parameters: - - *277 - *278 - - *437 + - *279 + - *438 requestBody: required: false content: @@ -65000,12 +65007,12 @@ paths: application/json: schema: type: array - items: *439 + items: *440 examples: - default: *440 - '301': *289 + default: *441 + '301': *290 '404': *26 - '410': *232 + '410': *233 '422': *35 x-github: githubCloudOnly: false @@ -65022,9 +65029,9 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-server@3.12/rest/issues/labels#set-labels-for-an-issue parameters: - - *277 - *278 - - *437 + - *279 + - *438 requestBody: required: false content: @@ -65084,12 +65091,12 @@ paths: application/json: schema: type: array - items: *439 + items: *440 examples: - default: *440 - '301': *289 + default: *441 + '301': *290 '404': *26 - '410': *232 + '410': *233 '422': *35 x-github: githubCloudOnly: false @@ -65106,15 +65113,15 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-server@3.12/rest/issues/labels#remove-all-labels-from-an-issue parameters: - - *277 - *278 - - *437 + - *279 + - *438 responses: '204': description: Response - '301': *289 + '301': *290 '404': *26 - '410': *232 + '410': *233 x-github: githubCloudOnly: false enabledForGitHubApps: true @@ -65133,9 +65140,9 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-server@3.12/rest/issues/labels#remove-a-label-from-an-issue parameters: - - *277 - *278 - - *437 + - *279 + - *438 - name: name in: path required: true @@ -65148,7 +65155,7 @@ paths: application/json: schema: type: array - items: *439 + items: *440 examples: default: value: @@ -65159,9 +65166,9 @@ paths: description: Something isn't working color: f29513 default: true - '301': *289 + '301': *290 '404': *26 - '410': *232 + '410': *233 x-github: githubCloudOnly: false enabledForGitHubApps: true @@ -65181,9 +65188,9 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-server@3.12/rest/issues/issues#lock-an-issue parameters: - - *277 - *278 - - *437 + - *279 + - *438 requestBody: required: false content: @@ -65211,7 +65218,7 @@ paths: '204': description: Response '403': *43 - '410': *232 + '410': *233 '404': *26 '422': *35 x-github: @@ -65229,9 +65236,9 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-server@3.12/rest/issues/issues#unlock-an-issue parameters: - - *277 - *278 - - *437 + - *279 + - *438 responses: '204': description: Response @@ -65253,9 +65260,9 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-server@3.12/rest/reactions/reactions#list-reactions-for-an-issue parameters: - - *277 - *278 - - *437 + - *279 + - *438 - name: content description: Returns a single [reaction type](https://docs.github.com/enterprise-server@3.12/rest/reactions/reactions#about-reactions). Omit this parameter to list all reactions to an issue. @@ -65281,13 +65288,13 @@ paths: application/json: schema: type: array - items: *266 + items: *267 examples: - default: *268 + default: *269 headers: Link: *6 '404': *26 - '410': *232 + '410': *233 x-github: githubCloudOnly: false enabledForGitHubApps: true @@ -65305,9 +65312,9 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-server@3.12/rest/reactions/reactions#create-reaction-for-an-issue parameters: - - *277 - *278 - - *437 + - *279 + - *438 requestBody: required: true content: @@ -65339,16 +65346,16 @@ paths: description: Response content: application/json: - schema: *266 + schema: *267 examples: - default: *267 + default: *268 '201': description: Response content: application/json: - schema: *266 + schema: *267 examples: - default: *267 + default: *268 '422': *35 x-github: githubCloudOnly: false @@ -65370,10 +65377,10 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-server@3.12/rest/reactions/reactions#delete-an-issue-reaction parameters: - - *277 - *278 - - *437 - - *269 + - *279 + - *438 + - *270 responses: '204': description: Response @@ -65393,9 +65400,9 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-server@3.12/rest/issues/timeline#list-timeline-events-for-an-issue parameters: - - *277 - *278 - - *437 + - *279 + - *438 - *4 - *5 responses: @@ -65410,7 +65417,6 @@ paths: description: Timeline Event type: object anyOf: - - *441 - *442 - *443 - *444 @@ -65423,6 +65429,7 @@ paths: - *451 - *452 - *453 + - *454 - title: Timeline Comment Event description: Timeline Comment Event type: object @@ -65723,7 +65730,7 @@ paths: type: string comments: type: array - items: &476 + items: &477 title: Pull Request Review Comment description: Pull Request Review Comments are comments on a portion of the Pull Request's diff. @@ -65932,7 +65939,7 @@ paths: type: string comments: type: array - items: *374 + items: *375 - title: Timeline Assigned Issue Event description: Timeline Assigned Issue Event type: object @@ -66221,7 +66228,7 @@ paths: headers: Link: *6 '404': *26 - '410': *232 + '410': *233 x-github: githubCloudOnly: false enabledForGitHubApps: true @@ -66238,8 +66245,8 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-server@3.12/rest/deploy-keys/deploy-keys#list-deploy-keys parameters: - - *277 - *278 + - *279 - *4 - *5 responses: @@ -66249,7 +66256,7 @@ paths: application/json: schema: type: array - items: &454 + items: &455 title: Deploy Key description: An SSH key granting access to a single repository. type: object @@ -66312,8 +66319,8 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-server@3.12/rest/deploy-keys/deploy-keys#create-a-deploy-key parameters: - - *277 - *278 + - *279 requestBody: required: true content: @@ -66349,9 +66356,9 @@ paths: description: Response content: application/json: - schema: *454 + schema: *455 examples: - default: &455 + default: &456 value: id: 1 key: ssh-rsa AAA... @@ -66384,9 +66391,9 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-server@3.12/rest/deploy-keys/deploy-keys#get-a-deploy-key parameters: - - *277 - *278 - - &456 + - *279 + - &457 name: key_id description: The unique identifier of the key. in: path @@ -66398,9 +66405,9 @@ paths: description: Response content: application/json: - schema: *454 + schema: *455 examples: - default: *455 + default: *456 '404': *26 x-github: githubCloudOnly: false @@ -66418,9 +66425,9 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-server@3.12/rest/deploy-keys/deploy-keys#delete-a-deploy-key parameters: - - *277 - *278 - - *456 + - *279 + - *457 responses: '204': description: Response @@ -66440,8 +66447,8 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-server@3.12/rest/issues/labels#list-labels-for-a-repository parameters: - - *277 - *278 + - *279 - *4 - *5 responses: @@ -66451,9 +66458,9 @@ paths: application/json: schema: type: array - items: *439 + items: *440 examples: - default: *440 + default: *441 headers: Link: *6 '404': *26 @@ -66474,8 +66481,8 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-server@3.12/rest/issues/labels#create-a-label parameters: - - *277 - *278 + - *279 requestBody: required: true content: @@ -66511,9 +66518,9 @@ paths: description: Response content: application/json: - schema: *439 + schema: *440 examples: - default: &457 + default: &458 value: id: 208045946 node_id: MDU6TGFiZWwyMDgwNDU5NDY= @@ -66545,8 +66552,8 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-server@3.12/rest/issues/labels#get-a-label parameters: - - *277 - *278 + - *279 - name: name in: path required: true @@ -66557,9 +66564,9 @@ paths: description: Response content: application/json: - schema: *439 + schema: *440 examples: - default: *457 + default: *458 '404': *26 x-github: githubCloudOnly: false @@ -66576,8 +66583,8 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-server@3.12/rest/issues/labels#update-a-label parameters: - - *277 - *278 + - *279 - name: name in: path required: true @@ -66616,7 +66623,7 @@ paths: description: Response content: application/json: - schema: *439 + schema: *440 examples: default: value: @@ -66642,8 +66649,8 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-server@3.12/rest/issues/labels#delete-a-label parameters: - - *277 - *278 + - *279 - name: name in: path required: true @@ -66669,8 +66676,8 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-server@3.12/rest/repos/repos#list-repository-languages parameters: - - *277 - *278 + - *279 responses: '200': description: Response @@ -66706,8 +66713,8 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-server@3.12/rest/repos/lfs#enable-git-lfs-for-a-repository parameters: - - *277 - *278 + - *279 responses: '202': *141 '403': @@ -66735,8 +66742,8 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-server@3.12/rest/repos/lfs#disable-git-lfs-for-a-repository parameters: - - *277 - *278 + - *279 responses: '204': description: Response @@ -66762,8 +66769,8 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-server@3.12/rest/licenses/licenses#get-the-license-for-a-repository parameters: - - *277 - *278 + - *279 responses: '200': description: Response @@ -66908,8 +66915,8 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-server@3.12/rest/branches/branches#sync-a-fork-branch-with-the-upstream-repository parameters: - - *277 - *278 + - *279 requestBody: required: true content: @@ -66974,8 +66981,8 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-server@3.12/rest/branches/branches#merge-a-branch parameters: - - *277 - *278 + - *279 requestBody: required: true content: @@ -67009,9 +67016,9 @@ paths: description: Successful Response (The resulting merge commit) content: application/json: - schema: *375 + schema: *376 examples: - default: *458 + default: *459 '204': description: Response when already merged '404': @@ -67036,8 +67043,8 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-server@3.12/rest/issues/milestones#list-milestones parameters: - - *277 - *278 + - *279 - name: state description: The state of the milestone. Either `open`, `closed`, or `all`. in: query @@ -67078,12 +67085,12 @@ paths: application/json: schema: type: array - items: &459 + items: &460 title: Milestone description: A collection of related issues and pull requests. type: object - properties: *379 - required: *380 + properties: *380 + required: *381 examples: default: value: @@ -67139,8 +67146,8 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-server@3.12/rest/issues/milestones#create-a-milestone parameters: - - *277 - *278 + - *279 requestBody: required: true content: @@ -67180,9 +67187,9 @@ paths: description: Response content: application/json: - schema: *459 + schema: *460 examples: - default: &460 + default: &461 value: url: https://api.github.com/repos/octocat/Hello-World/milestones/1 html_url: https://github.com/octocat/Hello-World/milestones/v1.0 @@ -67241,9 +67248,9 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-server@3.12/rest/issues/milestones#get-a-milestone parameters: - - *277 - *278 - - &461 + - *279 + - &462 name: milestone_number description: The number that identifies the milestone. in: path @@ -67255,9 +67262,9 @@ paths: description: Response content: application/json: - schema: *459 + schema: *460 examples: - default: *460 + default: *461 '404': *26 x-github: githubCloudOnly: false @@ -67274,9 +67281,9 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-server@3.12/rest/issues/milestones#update-a-milestone parameters: - - *277 - *278 - - *461 + - *279 + - *462 requestBody: required: false content: @@ -67314,9 +67321,9 @@ paths: description: Response content: application/json: - schema: *459 + schema: *460 examples: - default: *460 + default: *461 x-github: githubCloudOnly: false enabledForGitHubApps: true @@ -67332,9 +67339,9 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-server@3.12/rest/issues/milestones#delete-a-milestone parameters: - - *277 - *278 - - *461 + - *279 + - *462 responses: '204': description: Response @@ -67355,9 +67362,9 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-server@3.12/rest/issues/labels#list-labels-for-issues-in-a-milestone parameters: - - *277 - *278 - - *461 + - *279 + - *462 - *4 - *5 responses: @@ -67367,9 +67374,9 @@ paths: application/json: schema: type: array - items: *439 + items: *440 examples: - default: *440 + default: *441 headers: Link: *6 x-github: @@ -67388,12 +67395,12 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-server@3.12/rest/activity/notifications#list-repository-notifications-for-the-authenticated-user parameters: - - *277 - *278 - - *462 + - *279 - *463 - - *111 - *464 + - *111 + - *465 - *4 - *5 responses: @@ -67405,7 +67412,7 @@ paths: type: array items: *131 examples: - default: *465 + default: *466 headers: Link: *6 x-github: @@ -67429,8 +67436,8 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-server@3.12/rest/activity/notifications#mark-repository-notifications-as-read parameters: - - *277 - *278 + - *279 requestBody: required: false content: @@ -67488,14 +67495,14 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-server@3.12/rest/pages/pages#get-a-apiname-pages-site parameters: - - *277 - *278 + - *279 responses: '200': description: Response content: application/json: - schema: &466 + schema: &467 title: GitHub Pages description: The configuration for GitHub Pages for a repository. type: object @@ -67620,7 +67627,7 @@ paths: - custom_404 - public examples: - default: &467 + default: &468 value: url: https://api.github.com/repos/github/developer.github.com/pages status: built @@ -67661,8 +67668,8 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-server@3.12/rest/pages/pages#create-a-apiname-pages-site parameters: - - *277 - *278 + - *279 requestBody: required: true content: @@ -67716,9 +67723,9 @@ paths: description: Response content: application/json: - schema: *466 + schema: *467 examples: - default: *467 + default: *468 '422': *35 '409': *140 x-github: @@ -67741,8 +67748,8 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-server@3.12/rest/pages/pages#update-information-about-a-apiname-pages-site parameters: - - *277 - *278 + - *279 requestBody: required: true content: @@ -67841,8 +67848,8 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-server@3.12/rest/pages/pages#delete-a-apiname-pages-site parameters: - - *277 - *278 + - *279 responses: '204': description: Response @@ -67868,8 +67875,8 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-server@3.12/rest/pages/pages#list-apiname-pages-builds parameters: - - *277 - *278 + - *279 - *4 - *5 responses: @@ -67879,7 +67886,7 @@ paths: application/json: schema: type: array - items: &468 + items: &469 title: Page Build description: Page Build type: object @@ -67973,8 +67980,8 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-server@3.12/rest/pages/pages#request-a-apiname-pages-build parameters: - - *277 - *278 + - *279 responses: '201': description: Response @@ -68019,16 +68026,16 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-server@3.12/rest/pages/pages#get-latest-pages-build parameters: - - *277 - *278 + - *279 responses: '200': description: Response content: application/json: - schema: *468 + schema: *469 examples: - default: &469 + default: &470 value: url: https://api.github.com/repos/github/developer.github.com/pages/builds/5472601 status: built @@ -68076,8 +68083,8 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-server@3.12/rest/pages/pages#get-apiname-pages-build parameters: - - *277 - *278 + - *279 - name: build_id in: path required: true @@ -68088,9 +68095,9 @@ paths: description: Response content: application/json: - schema: *468 + schema: *469 examples: - default: *469 + default: *470 x-github: githubCloudOnly: false enabledForGitHubApps: true @@ -68110,8 +68117,8 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-server@3.12/rest/pages/pages#create-a-github-pages-deployment parameters: - - *277 - *278 + - *279 requestBody: required: true content: @@ -68203,8 +68210,8 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-server@3.12/rest/enterprise-admin/repo-pre-receive-hooks#list-pre-receive-hooks-for-a-repository parameters: - - *277 - *278 + - *279 - *4 - *5 - *9 @@ -68225,7 +68232,7 @@ paths: application/json: schema: type: array - items: &470 + items: &471 type: object properties: id: @@ -68259,17 +68266,17 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-server@3.12/rest/enterprise-admin/repo-pre-receive-hooks#get-a-pre-receive-hook-for-a-repository parameters: - - *277 - *278 + - *279 - *16 responses: '200': description: Response content: application/json: - schema: *470 + schema: *471 examples: - default: &471 + default: &472 value: id: 42 name: Check Commits @@ -68291,15 +68298,15 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-server@3.12/rest/enterprise-admin/repo-pre-receive-hooks#update-pre-receive-hook-enforcement-for-a-repository parameters: - - *277 - *278 + - *279 - *16 responses: '200': description: Response content: application/json: - schema: *470 + schema: *471 examples: default: value: @@ -68343,8 +68350,8 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-server@3.12/rest/enterprise-admin/repo-pre-receive-hooks#remove-pre-receive-hook-enforcement-for-a-repository parameters: - - *277 - *278 + - *279 - *16 responses: '200': @@ -68352,9 +68359,9 @@ paths: global level. content: application/json: - schema: *470 + schema: *471 examples: - default: *471 + default: *472 x-github: githubCloudOnly: false enabledForGitHubApps: true @@ -68374,8 +68381,8 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-server@3.12/rest/projects/projects#list-repository-projects parameters: - - *277 - *278 + - *279 - name: state description: Indicates the state of the projects to return. in: query @@ -68396,7 +68403,7 @@ paths: application/json: schema: type: array - items: *231 + items: *232 examples: default: value: @@ -68436,7 +68443,7 @@ paths: '401': *41 '403': *43 '404': *26 - '410': *232 + '410': *233 '422': *27 x-github: githubCloudOnly: false @@ -68456,8 +68463,8 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-server@3.12/rest/projects/projects#create-a-repository-project parameters: - - *277 - *278 + - *279 requestBody: required: true content: @@ -68483,13 +68490,13 @@ paths: description: Response content: application/json: - schema: *231 + schema: *232 examples: - default: *286 + default: *287 '401': *41 '403': *43 '404': *26 - '410': *232 + '410': *233 '422': *27 x-github: githubCloudOnly: false @@ -68521,8 +68528,8 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-server@3.12/rest/pulls/pulls#list-pull-requests parameters: - - *277 - *278 + - *279 - name: state description: Either `open`, `closed`, or `all` to filter by state. in: query @@ -68582,9 +68589,9 @@ paths: application/json: schema: type: array - items: *472 + items: *473 examples: - default: *473 + default: *474 headers: Link: *6 '304': *42 @@ -68616,8 +68623,8 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-server@3.12/rest/pulls/pulls#create-a-pull-request parameters: - - *277 - *278 + - *279 requestBody: required: true content: @@ -68682,7 +68689,7 @@ paths: description: Response content: application/json: - schema: &478 + schema: &479 type: object title: Pull Request description: Pull requests let you tell others about changes you've @@ -68793,8 +68800,8 @@ paths: title: Milestone description: A collection of related issues and pull requests. type: object - properties: *379 - required: *380 + properties: *380 + required: *381 nullable: true active_lock_reason: type: string @@ -68839,7 +68846,7 @@ paths: nullable: true requested_teams: type: array - items: *474 + items: *475 nullable: true head: type: object @@ -68878,14 +68885,14 @@ paths: _links: type: object properties: - comments: *381 - commits: *381 - statuses: *381 - html: *381 - issue: *381 - review_comments: *381 - review_comment: *381 - self: *381 + comments: *382 + commits: *382 + statuses: *382 + html: *382 + issue: *382 + review_comments: *382 + review_comment: *382 + self: *382 required: - comments - commits @@ -68896,7 +68903,7 @@ paths: - review_comment - self author_association: *108 - auto_merge: *475 + auto_merge: *476 draft: description: Indicates whether or not the pull request is a draft. example: false @@ -68988,7 +68995,7 @@ paths: - merged_by - review_comments examples: - default: &479 + default: &480 value: url: https://api.github.com/repos/octocat/Hello-World/pulls/1347 id: 1 @@ -69515,8 +69522,8 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-server@3.12/rest/pulls/comments#list-review-comments-in-a-repository parameters: - - *277 - *278 + - *279 - name: sort in: query required: false @@ -69545,9 +69552,9 @@ paths: application/json: schema: type: array - items: *476 + items: *477 examples: - default: &482 + default: &483 value: - url: https://api.github.com/repos/octocat/Hello-World/pulls/comments/1 pull_request_review_id: 42 @@ -69624,17 +69631,17 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-server@3.12/rest/pulls/comments#get-a-review-comment-for-a-pull-request parameters: - - *277 - *278 + - *279 - *120 responses: '200': description: Response content: application/json: - schema: *476 + schema: *477 examples: - default: &477 + default: &478 value: url: https://api.github.com/repos/octocat/Hello-World/pulls/comments/1 pull_request_review_id: 42 @@ -69709,8 +69716,8 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-server@3.12/rest/pulls/comments#update-a-review-comment-for-a-pull-request parameters: - - *277 - *278 + - *279 - *120 requestBody: required: true @@ -69733,9 +69740,9 @@ paths: description: Response content: application/json: - schema: *476 + schema: *477 examples: - default: *477 + default: *478 x-github: githubCloudOnly: false enabledForGitHubApps: true @@ -69751,8 +69758,8 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-server@3.12/rest/pulls/comments#delete-a-review-comment-for-a-pull-request parameters: - - *277 - *278 + - *279 - *120 responses: '204': @@ -69774,8 +69781,8 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-server@3.12/rest/reactions/reactions#list-reactions-for-a-pull-request-review-comment parameters: - - *277 - *278 + - *279 - *120 - name: content description: Returns a single [reaction type](https://docs.github.com/enterprise-server@3.12/rest/reactions/reactions#about-reactions). @@ -69802,9 +69809,9 @@ paths: application/json: schema: type: array - items: *266 + items: *267 examples: - default: *268 + default: *269 headers: Link: *6 '404': *26 @@ -69825,8 +69832,8 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-server@3.12/rest/reactions/reactions#create-reaction-for-a-pull-request-review-comment parameters: - - *277 - *278 + - *279 - *120 requestBody: required: true @@ -69859,16 +69866,16 @@ paths: description: Reaction exists content: application/json: - schema: *266 + schema: *267 examples: - default: *267 + default: *268 '201': description: Reaction created content: application/json: - schema: *266 + schema: *267 examples: - default: *267 + default: *268 '422': *35 x-github: githubCloudOnly: false @@ -69890,10 +69897,10 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-server@3.12/rest/reactions/reactions#delete-a-pull-request-comment-reaction parameters: - - *277 - *278 + - *279 - *120 - - *269 + - *270 responses: '204': description: Response @@ -69936,9 +69943,9 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-server@3.12/rest/pulls/pulls#get-a-pull-request parameters: - - *277 - *278 - - &480 + - *279 + - &481 name: pull_number description: The number that identifies the pull request. in: path @@ -69951,9 +69958,9 @@ paths: to fetch diff and patch formats. content: application/json: - schema: *478 + schema: *479 examples: - default: *479 + default: *480 '304': *42 '404': *26 '406': @@ -69961,7 +69968,7 @@ paths: content: application/json: schema: *24 - '500': *219 + '500': *220 '503': *104 x-github: githubCloudOnly: false @@ -69988,9 +69995,9 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-server@3.12/rest/pulls/pulls#update-a-pull-request parameters: - - *277 - *278 - - *480 + - *279 + - *481 requestBody: required: false content: @@ -70032,9 +70039,9 @@ paths: description: Response content: application/json: - schema: *478 + schema: *479 examples: - default: *479 + default: *480 '422': *35 '403': *43 x-github: @@ -70062,10 +70069,10 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-server@3.12/rest/pulls/comments#list-review-comments-on-a-pull-request parameters: - - *277 - *278 - - *480 + - *279 - *481 + - *482 - name: direction description: The direction to sort results. Ignored without `sort` parameter. in: query @@ -70085,9 +70092,9 @@ paths: application/json: schema: type: array - items: *476 + items: *477 examples: - default: *482 + default: *483 headers: Link: *6 x-github: @@ -70120,9 +70127,9 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-server@3.12/rest/pulls/comments#create-a-review-comment-for-a-pull-request parameters: - - *277 - *278 - - *480 + - *279 + - *481 requestBody: required: true content: @@ -70227,7 +70234,7 @@ paths: description: Response content: application/json: - schema: *476 + schema: *477 examples: example-for-a-multi-line-comment: value: @@ -70315,9 +70322,9 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-server@3.12/rest/pulls/comments#create-a-reply-for-a-review-comment parameters: - - *277 - *278 - - *480 + - *279 + - *481 - *120 requestBody: required: true @@ -70340,7 +70347,7 @@ paths: description: Response content: application/json: - schema: *476 + schema: *477 examples: default: value: @@ -70426,9 +70433,9 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-server@3.12/rest/pulls/pulls#list-commits-on-a-pull-request parameters: - - *277 - *278 - - *480 + - *279 + - *481 - *4 - *5 responses: @@ -70438,9 +70445,9 @@ paths: application/json: schema: type: array - items: *375 + items: *376 examples: - default: *483 + default: *484 headers: Link: *6 x-github: @@ -70470,9 +70477,9 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-server@3.12/rest/pulls/pulls#list-pull-requests-files parameters: - - *277 - *278 - - *480 + - *279 + - *481 - *4 - *5 responses: @@ -70482,7 +70489,7 @@ paths: application/json: schema: type: array - items: *386 + items: *387 examples: default: value: @@ -70500,7 +70507,7 @@ paths: headers: Link: *6 '422': *35 - '500': *219 + '500': *220 '503': *104 x-github: githubCloudOnly: false @@ -70520,9 +70527,9 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-server@3.12/rest/pulls/pulls#check-if-a-pull-request-has-been-merged parameters: - - *277 - *278 - - *480 + - *279 + - *481 responses: '204': description: Response if pull request has been merged @@ -70545,9 +70552,9 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-server@3.12/rest/pulls/pulls#merge-a-pull-request parameters: - - *277 - *278 - - *480 + - *279 + - *481 requestBody: required: false content: @@ -70658,9 +70665,9 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-server@3.12/rest/pulls/review-requests#get-all-requested-reviewers-for-a-pull-request parameters: - - *277 - *278 - - *480 + - *279 + - *481 responses: '200': description: Response @@ -70676,7 +70683,7 @@ paths: items: *19 teams: type: array - items: *279 + items: *280 required: - users - teams @@ -70735,9 +70742,9 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-server@3.12/rest/pulls/review-requests#request-reviewers-for-a-pull-request parameters: - - *277 - *278 - - *480 + - *279 + - *481 requestBody: required: false content: @@ -70774,7 +70781,7 @@ paths: description: Response content: application/json: - schema: *472 + schema: *473 examples: default: value: @@ -71310,9 +71317,9 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-server@3.12/rest/pulls/review-requests#remove-requested-reviewers-from-a-pull-request parameters: - - *277 - *278 - - *480 + - *279 + - *481 requestBody: required: true content: @@ -71346,7 +71353,7 @@ paths: description: Response content: application/json: - schema: *472 + schema: *473 examples: default: value: @@ -71851,9 +71858,9 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-server@3.12/rest/pulls/reviews#list-reviews-for-a-pull-request parameters: - - *277 - *278 - - *480 + - *279 + - *481 - *4 - *5 responses: @@ -71863,7 +71870,7 @@ paths: application/json: schema: type: array - items: &484 + items: &485 title: Pull Request Review description: Pull Request Reviews are reviews on pull requests. type: object @@ -72014,9 +72021,9 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-server@3.12/rest/pulls/reviews#create-a-review-for-a-pull-request parameters: - - *277 - *278 - - *480 + - *279 + - *481 requestBody: required: false content: @@ -72102,9 +72109,9 @@ paths: description: Response content: application/json: - schema: *484 + schema: *485 examples: - default: &486 + default: &487 value: id: 80 node_id: MDE3OlB1bGxSZXF1ZXN0UmV2aWV3ODA= @@ -72167,10 +72174,10 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-server@3.12/rest/pulls/reviews#get-a-review-for-a-pull-request parameters: - - *277 - *278 - - *480 - - &485 + - *279 + - *481 + - &486 name: review_id description: The unique identifier of the review. in: path @@ -72182,9 +72189,9 @@ paths: description: Response content: application/json: - schema: *484 + schema: *485 examples: - default: &487 + default: &488 value: id: 80 node_id: MDE3OlB1bGxSZXF1ZXN0UmV2aWV3ODA= @@ -72243,10 +72250,10 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-server@3.12/rest/pulls/reviews#update-a-review-for-a-pull-request parameters: - - *277 - *278 - - *480 - - *485 + - *279 + - *481 + - *486 requestBody: required: true content: @@ -72269,7 +72276,7 @@ paths: description: Response content: application/json: - schema: *484 + schema: *485 examples: default: value: @@ -72331,18 +72338,18 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-server@3.12/rest/pulls/reviews#delete-a-pending-review-for-a-pull-request parameters: - - *277 - *278 - - *480 - - *485 + - *279 + - *481 + - *486 responses: '200': description: Response content: application/json: - schema: *484 + schema: *485 examples: - default: *486 + default: *487 '422': *27 '404': *26 x-github: @@ -72369,10 +72376,10 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-server@3.12/rest/pulls/reviews#list-comments-for-a-pull-request-review parameters: - - *277 - *278 - - *480 - - *485 + - *279 + - *481 + - *486 - *4 - *5 responses: @@ -72455,9 +72462,9 @@ paths: _links: type: object properties: - self: *381 - html: *381 - pull_request: *381 + self: *382 + html: *382 + pull_request: *382 required: - self - html @@ -72600,10 +72607,10 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-server@3.12/rest/pulls/reviews#dismiss-a-review-for-a-pull-request parameters: - - *277 - *278 - - *480 - - *485 + - *279 + - *481 + - *486 requestBody: required: true content: @@ -72631,7 +72638,7 @@ paths: description: Response content: application/json: - schema: *484 + schema: *485 examples: default: value: @@ -72694,10 +72701,10 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-server@3.12/rest/pulls/reviews#submit-a-review-for-a-pull-request parameters: - - *277 - *278 - - *480 - - *485 + - *279 + - *481 + - *486 requestBody: required: true content: @@ -72732,9 +72739,9 @@ paths: description: Response content: application/json: - schema: *484 + schema: *485 examples: - default: *487 + default: *488 '404': *26 '422': *27 '403': *43 @@ -72756,9 +72763,9 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-server@3.12/rest/pulls/pulls#update-a-pull-request-branch parameters: - - *277 - *278 - - *480 + - *279 + - *481 requestBody: required: false content: @@ -72821,8 +72828,8 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-server@3.12/rest/repos/contents#get-a-repository-readme parameters: - - *277 - *278 + - *279 - name: ref description: 'The name of the commit/branch/tag. Default: the repository’s default branch.' @@ -72835,9 +72842,9 @@ paths: description: Response content: application/json: - schema: *488 + schema: *489 examples: - default: &489 + default: &490 value: type: file encoding: base64 @@ -72879,8 +72886,8 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-server@3.12/rest/repos/contents#get-a-repository-readme-for-a-directory parameters: - - *277 - *278 + - *279 - name: dir description: The alternate path to look for a README file in: path @@ -72900,9 +72907,9 @@ paths: description: Response content: application/json: - schema: *488 + schema: *489 examples: - default: *489 + default: *490 '404': *26 '422': *35 x-github: @@ -72924,8 +72931,8 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-server@3.12/rest/releases/releases#list-releases parameters: - - *277 - *278 + - *279 - *4 - *5 responses: @@ -72935,7 +72942,7 @@ paths: application/json: schema: type: array - items: &490 + items: &491 title: Release description: A release. type: object @@ -72998,7 +73005,7 @@ paths: author: *19 assets: type: array - items: &491 + items: &492 title: Release Asset description: Data related to a release. type: object @@ -73175,8 +73182,8 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-server@3.12/rest/releases/releases#create-a-release parameters: - - *277 - *278 + - *279 requestBody: required: true content: @@ -73246,9 +73253,9 @@ paths: description: Response content: application/json: - schema: *490 + schema: *491 examples: - default: &495 + default: &496 value: url: https://api.github.com/repos/octocat/Hello-World/releases/1 html_url: https://github.com/octocat/Hello-World/releases/v1.0.0 @@ -73346,9 +73353,9 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-server@3.12/rest/releases/assets#get-a-release-asset parameters: - - *277 - *278 - - &493 + - *279 + - &494 name: asset_id description: The unique identifier of the asset. in: path @@ -73360,9 +73367,9 @@ paths: description: Response content: application/json: - schema: *491 + schema: *492 examples: - default: &494 + default: &495 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 @@ -73396,7 +73403,7 @@ paths: type: User site_admin: false '404': *26 - '302': *492 + '302': *493 x-github: githubCloudOnly: false enabledForGitHubApps: true @@ -73412,9 +73419,9 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-server@3.12/rest/releases/assets#update-a-release-asset parameters: - - *277 - *278 - - *493 + - *279 + - *494 requestBody: required: false content: @@ -73442,9 +73449,9 @@ paths: description: Response content: application/json: - schema: *491 + schema: *492 examples: - default: *494 + default: *495 x-github: githubCloudOnly: false enabledForGitHubApps: true @@ -73460,9 +73467,9 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-server@3.12/rest/releases/assets#delete-a-release-asset parameters: - - *277 - *278 - - *493 + - *279 + - *494 responses: '204': description: Response @@ -73486,8 +73493,8 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-server@3.12/rest/releases/releases#generate-release-notes-content-for-a-release parameters: - - *277 - *278 + - *279 requestBody: required: true content: @@ -73572,16 +73579,16 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-server@3.12/rest/releases/releases#get-the-latest-release parameters: - - *277 - *278 + - *279 responses: '200': description: Response content: application/json: - schema: *490 + schema: *491 examples: - default: *495 + default: *496 x-github: githubCloudOnly: false enabledForGitHubApps: true @@ -73598,8 +73605,8 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-server@3.12/rest/releases/releases#get-a-release-by-tag-name parameters: - - *277 - *278 + - *279 - name: tag description: tag parameter in: path @@ -73612,9 +73619,9 @@ paths: description: Response content: application/json: - schema: *490 + schema: *491 examples: - default: *495 + default: *496 '404': *26 x-github: githubCloudOnly: false @@ -73636,9 +73643,9 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-server@3.12/rest/releases/releases#get-a-release parameters: - - *277 - *278 - - &496 + - *279 + - &497 name: release_id description: The unique identifier of the release. in: path @@ -73652,9 +73659,9 @@ paths: For more information, see "[Getting started with the REST API](https://docs.github.com/enterprise-server@3.12/rest/using-the-rest-api/getting-started-with-the-rest-api#hypermedia)."' content: application/json: - schema: *490 + schema: *491 examples: - default: *495 + default: *496 '401': description: Unauthorized x-github: @@ -73672,9 +73679,9 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-server@3.12/rest/releases/releases#update-a-release parameters: - - *277 - *278 - - *496 + - *279 + - *497 requestBody: required: false content: @@ -73731,9 +73738,9 @@ paths: description: Response content: application/json: - schema: *490 + schema: *491 examples: - default: *495 + default: *496 x-github: githubCloudOnly: false enabledForGitHubApps: true @@ -73749,9 +73756,9 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-server@3.12/rest/releases/releases#delete-a-release parameters: - - *277 - *278 - - *496 + - *279 + - *497 responses: '204': description: Response @@ -73771,9 +73778,9 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-server@3.12/rest/releases/assets#list-release-assets parameters: - - *277 - *278 - - *496 + - *279 + - *497 - *4 - *5 responses: @@ -73783,7 +73790,7 @@ paths: application/json: schema: type: array - items: *491 + items: *492 examples: default: value: @@ -73864,9 +73871,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: - - *277 - *278 - - *496 + - *279 + - *497 - name: name in: query required: true @@ -73892,7 +73899,7 @@ paths: description: Response for successful upload content: application/json: - schema: *491 + schema: *492 examples: response-for-successful-upload: value: @@ -73946,9 +73953,9 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-server@3.12/rest/reactions/reactions#list-reactions-for-a-release parameters: - - *277 - *278 - - *496 + - *279 + - *497 - name: content description: Returns a single [reaction type](https://docs.github.com/enterprise-server@3.12/rest/reactions/reactions#about-reactions). Omit this parameter to list all reactions to a release. @@ -73972,9 +73979,9 @@ paths: application/json: schema: type: array - items: *266 + items: *267 examples: - default: *268 + default: *269 headers: Link: *6 '404': *26 @@ -73995,9 +74002,9 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-server@3.12/rest/reactions/reactions#create-reaction-for-a-release parameters: - - *277 - *278 - - *496 + - *279 + - *497 requestBody: required: true content: @@ -74027,16 +74034,16 @@ paths: description: Reaction exists content: application/json: - schema: *266 + schema: *267 examples: - default: *267 + default: *268 '201': description: Reaction created content: application/json: - schema: *266 + schema: *267 examples: - default: *267 + default: *268 '422': *35 x-github: githubCloudOnly: false @@ -74058,10 +74065,10 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-server@3.12/rest/reactions/reactions#delete-a-release-reaction parameters: - - *277 - *278 - - *496 - - *269 + - *279 + - *497 + - *270 responses: '204': description: Response @@ -74081,8 +74088,8 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-server@3.12/rest/repos/repos#list-repository-cache-replication-status parameters: - - *277 - *278 + - *279 - *4 - *5 responses: @@ -74157,9 +74164,9 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-server@3.12/rest/repos/rules#get-rules-for-a-branch parameters: - - *277 - *278 - - *335 + - *279 + - *336 - *4 - *5 responses: @@ -74175,8 +74182,8 @@ paths: description: A repository rule with ruleset details. oneOf: - allOf: - - *497 - - &499 + - *498 + - &500 title: repository ruleset data for rule description: User-defined metadata to store domain-specific information limited to 8 keys with scalar values. @@ -74196,47 +74203,47 @@ paths: type: integer description: The ID of the ruleset that includes this rule. - allOf: - - *498 - *499 - - allOf: - *500 - - *499 - allOf: - *501 - - *499 + - *500 - allOf: - *502 - - *499 + - *500 - allOf: - *503 - - *499 + - *500 - allOf: - *504 - - *499 + - *500 - allOf: - *505 - - *499 + - *500 - allOf: - *506 - - *499 + - *500 - allOf: - *507 - - *499 + - *500 - allOf: - *508 - - *499 + - *500 - allOf: - *509 - - *499 + - *500 - allOf: - *510 - - *499 + - *500 - allOf: - *511 - - *499 + - *500 - allOf: - *512 - - *499 + - *500 + - allOf: + - *513 + - *500 examples: default: value: @@ -74275,8 +74282,8 @@ paths: category: repos subcategory: rules parameters: - - *277 - *278 + - *279 - *4 - *5 - name: includes_parents @@ -74287,7 +74294,7 @@ paths: schema: type: boolean default: true - - *513 + - *514 responses: '200': description: Response @@ -74295,7 +74302,7 @@ paths: application/json: schema: type: array - items: *241 + items: *242 examples: default: value: @@ -74326,7 +74333,7 @@ paths: created_at: '2023-08-15T08:43:03Z' updated_at: '2023-09-23T16:29:47Z' '404': *26 - '500': *219 + '500': *220 post: summary: Create a repository ruleset description: Create a ruleset for a repository. @@ -74342,8 +74349,8 @@ paths: category: repos subcategory: rules parameters: - - *277 - *278 + - *279 requestBody: description: Request body required: true @@ -74362,16 +74369,16 @@ paths: - branch - tag default: branch - enforcement: *237 + enforcement: *238 bypass_actors: type: array description: The actors that can bypass the rules in this ruleset - items: *238 - conditions: *236 + items: *239 + conditions: *237 rules: type: array description: An array of rules within the ruleset. - items: *240 + items: *241 required: - name - enforcement @@ -74402,9 +74409,9 @@ paths: description: Response content: application/json: - schema: *241 + schema: *242 examples: - default: &523 + default: &524 value: id: 42 name: super cool ruleset @@ -74437,7 +74444,7 @@ paths: created_at: '2023-07-15T08:43:03Z' updated_at: '2023-08-23T16:29:47Z' '404': *26 - '500': *219 + '500': *220 "/repos/{owner}/{repo}/rulesets/rule-suites": get: summary: List repository rule suites @@ -74451,12 +74458,12 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-server@3.12/rest/repos/rule-suites#list-repository-rule-suites parameters: - - *277 - *278 - - *514 + - *279 - *515 - *516 - *517 + - *518 - *4 - *5 responses: @@ -74464,11 +74471,11 @@ paths: description: Response content: application/json: - schema: *518 + schema: *519 examples: - default: *519 + default: *520 '404': *26 - '500': *219 + '500': *220 x-github: githubCloudOnly: false enabledForGitHubApps: true @@ -74487,19 +74494,19 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-server@3.12/rest/repos/rule-suites#get-a-repository-rule-suite parameters: - - *277 - *278 - - *520 + - *279 + - *521 responses: '200': description: Response content: application/json: - schema: *521 + schema: *522 examples: - default: *522 + default: *523 '404': *26 - '500': *219 + '500': *220 x-github: githubCloudOnly: false enabledForGitHubApps: true @@ -74525,8 +74532,8 @@ paths: category: repos subcategory: rules parameters: - - *277 - *278 + - *279 - name: ruleset_id description: The ID of the ruleset. in: path @@ -74546,11 +74553,11 @@ paths: description: Response content: application/json: - schema: *241 + schema: *242 examples: - default: *523 + default: *524 '404': *26 - '500': *219 + '500': *220 put: summary: Update a repository ruleset description: Update a ruleset for a repository. @@ -74566,8 +74573,8 @@ paths: category: repos subcategory: rules parameters: - - *277 - *278 + - *279 - name: ruleset_id description: The ID of the ruleset. in: path @@ -74591,16 +74598,16 @@ paths: enum: - branch - tag - enforcement: *237 + enforcement: *238 bypass_actors: type: array description: The actors that can bypass the rules in this ruleset - items: *238 - conditions: *236 + items: *239 + conditions: *237 rules: description: An array of rules within the ruleset. type: array - items: *240 + items: *241 examples: default: value: @@ -74628,11 +74635,11 @@ paths: description: Response content: application/json: - schema: *241 + schema: *242 examples: - default: *523 + default: *524 '404': *26 - '500': *219 + '500': *220 delete: summary: Delete a repository ruleset description: Delete a ruleset for a repository. @@ -74648,8 +74655,8 @@ paths: category: repos subcategory: rules parameters: - - *277 - *278 + - *279 - name: ruleset_id description: The ID of the ruleset. in: path @@ -74660,7 +74667,7 @@ paths: '204': description: Response '404': *26 - '500': *219 + '500': *220 "/repos/{owner}/{repo}/secret-scanning/alerts": get: summary: List secret scanning alerts for a repository @@ -74677,18 +74684,18 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-server@3.12/rest/secret-scanning/secret-scanning#list-secret-scanning-alerts-for-a-repository parameters: - - *277 - *278 - - *243 + - *279 - *244 - *245 - *246 + - *247 - *9 - *5 - *4 - - *524 - *525 - - *247 + - *526 + - *248 responses: '200': description: Response @@ -74696,7 +74703,7 @@ paths: application/json: schema: type: array - items: &528 + items: &529 type: object properties: number: *93 @@ -74715,8 +74722,8 @@ paths: format: uri description: The REST API URL of the code locations for this alert. - state: *526 - resolution: *527 + state: *527 + resolution: *528 resolved_at: type: string format: date-time @@ -74894,15 +74901,15 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-server@3.12/rest/secret-scanning/secret-scanning#get-a-secret-scanning-alert parameters: - - *277 - *278 - - *363 + - *279 + - *364 responses: '200': description: Response content: application/json: - schema: *528 + schema: *529 examples: default: value: @@ -74942,9 +74949,9 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-server@3.12/rest/secret-scanning/secret-scanning#update-a-secret-scanning-alert parameters: - - *277 - *278 - - *363 + - *279 + - *364 requestBody: required: true content: @@ -74952,8 +74959,8 @@ paths: schema: type: object properties: - state: *526 - resolution: *527 + state: *527 + resolution: *528 resolution_comment: description: An optional comment when closing an alert. Cannot be updated or deleted. Must be `null` when changing `state` to `open`. @@ -74971,7 +74978,7 @@ paths: description: Response content: application/json: - schema: *528 + schema: *529 examples: default: value: @@ -75038,9 +75045,9 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-server@3.12/rest/secret-scanning/secret-scanning#list-locations-for-a-secret-scanning-alert parameters: - - *277 - *278 - - *363 + - *279 + - *364 - *5 - *4 responses: @@ -75051,7 +75058,7 @@ paths: schema: type: array description: List of locations where the secret was detected - items: &655 + items: &656 type: object properties: type: @@ -75358,8 +75365,8 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-server@3.12/rest/activity/starring#list-stargazers parameters: - - *277 - *278 + - *279 - *4 - *5 responses: @@ -75455,8 +75462,8 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-server@3.12/rest/metrics/statistics#get-the-weekly-commit-activity parameters: - - *277 - *278 + - *279 responses: '200': description: Returns a weekly aggregate of the number of additions and deletions @@ -75465,7 +75472,7 @@ paths: application/json: schema: type: array - items: &529 + items: &530 title: Code Frequency Stat description: Code Frequency Stat type: array @@ -75478,7 +75485,7 @@ paths: - 1124 - -435 '202': *141 - '204': *228 + '204': *229 x-github: githubCloudOnly: false enabledForGitHubApps: true @@ -75496,8 +75503,8 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-server@3.12/rest/metrics/statistics#get-the-last-year-of-commit-activity parameters: - - *277 - *278 + - *279 responses: '200': description: Response @@ -75546,7 +75553,7 @@ paths: total: 89 week: 1336280400 '202': *141 - '204': *228 + '204': *229 x-github: githubCloudOnly: false enabledForGitHubApps: true @@ -75570,8 +75577,8 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-server@3.12/rest/metrics/statistics#get-all-contributor-commit-activity parameters: - - *277 - *278 + - *279 responses: '200': description: Response @@ -75645,7 +75652,7 @@ paths: d: 77 c: 10 '202': *141 - '204': *228 + '204': *229 x-github: githubCloudOnly: false enabledForGitHubApps: true @@ -75667,8 +75674,8 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-server@3.12/rest/metrics/statistics#get-the-weekly-commit-count parameters: - - *277 - *278 + - *279 responses: '200': description: The array order is oldest week (index 0) to most recent week. @@ -75822,8 +75829,8 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-server@3.12/rest/metrics/statistics#get-the-hourly-commit-count-for-each-day parameters: - - *277 - *278 + - *279 responses: '200': description: For example, `[2, 14, 25]` indicates that there were 25 total @@ -75833,7 +75840,7 @@ paths: application/json: schema: type: array - items: *529 + items: *530 examples: default: value: @@ -75846,7 +75853,7 @@ paths: - - 0 - 2 - 21 - '204': *228 + '204': *229 x-github: githubCloudOnly: false enabledForGitHubApps: true @@ -75866,8 +75873,8 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-server@3.12/rest/commits/statuses#create-a-commit-status parameters: - - *277 - *278 + - *279 - name: sha in: path required: true @@ -75921,7 +75928,7 @@ paths: description: Response content: application/json: - schema: *530 + schema: *531 examples: default: value: @@ -75975,8 +75982,8 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-server@3.12/rest/activity/watching#list-watchers parameters: - - *277 - *278 + - *279 - *4 - *5 responses: @@ -75988,7 +75995,7 @@ paths: type: array items: *19 examples: - default: *212 + default: *213 headers: Link: *6 x-github: @@ -76008,14 +76015,14 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-server@3.12/rest/activity/watching#get-a-repository-subscription parameters: - - *277 - *278 + - *279 responses: '200': description: if you subscribe to the repository content: application/json: - schema: &531 + schema: &532 title: Repository Invitation description: Repository invitations let you manage who you collaborate with. @@ -76083,8 +76090,8 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-server@3.12/rest/activity/watching#set-a-repository-subscription parameters: - - *277 - *278 + - *279 requestBody: required: false content: @@ -76110,7 +76117,7 @@ paths: description: Response content: application/json: - schema: *531 + schema: *532 examples: default: value: @@ -76137,8 +76144,8 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-server@3.12/rest/activity/watching#delete-a-repository-subscription parameters: - - *277 - *278 + - *279 responses: '204': description: Response @@ -76158,8 +76165,8 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-server@3.12/rest/repos/repos#list-repository-tags parameters: - - *277 - *278 + - *279 - *4 - *5 responses: @@ -76238,8 +76245,8 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-server@3.12/rest/repos/tags#closing-down---list-tag-protection-states-for-a-repository parameters: - - *277 - *278 + - *279 responses: '200': description: Response @@ -76247,7 +76254,7 @@ paths: application/json: schema: type: array - items: &532 + items: &533 title: Tag protection description: Tag protection type: object @@ -76299,8 +76306,8 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-server@3.12/rest/repos/tags#closing-down---create-a-tag-protection-state-for-a-repository parameters: - - *277 - *278 + - *279 requestBody: required: true content: @@ -76323,7 +76330,7 @@ paths: description: Response content: application/json: - schema: *532 + schema: *533 examples: default: value: @@ -76354,8 +76361,8 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-server@3.12/rest/repos/tags#closing-down---delete-a-tag-protection-state-for-a-repository parameters: - - *277 - *278 + - *279 - name: tag_protection_id description: The unique identifier of the tag protection. in: path @@ -76392,8 +76399,8 @@ paths: url: https://docs.github.com/enterprise-server@3.12/rest/repos/contents#download-a-repository-archive-tar operationId: repos/download-tarball-archive parameters: - - *277 - *278 + - *279 - name: ref in: path required: true @@ -76429,8 +76436,8 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-server@3.12/rest/repos/repos#list-repository-teams parameters: - - *277 - *278 + - *279 - *4 - *5 responses: @@ -76440,9 +76447,9 @@ paths: application/json: schema: type: array - items: *279 + items: *280 examples: - default: *257 + default: *258 headers: Link: *6 '404': *26 @@ -76462,8 +76469,8 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-server@3.12/rest/repos/repos#get-all-repository-topics parameters: - - *277 - *278 + - *279 - *5 - *4 responses: @@ -76471,7 +76478,7 @@ paths: description: Response content: application/json: - schema: &533 + schema: &534 title: Topic description: A topic aggregates entities that are related to a subject. type: object @@ -76483,7 +76490,7 @@ paths: required: - names examples: - default: &534 + default: &535 value: names: - octocat @@ -76506,8 +76513,8 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-server@3.12/rest/repos/repos#replace-all-repository-topics parameters: - - *277 - *278 + - *279 requestBody: required: true content: @@ -76538,9 +76545,9 @@ paths: description: Response content: application/json: - schema: *533 + schema: *534 examples: - default: *534 + default: *535 '404': *26 '422': *27 x-github: @@ -76563,8 +76570,8 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-server@3.12/rest/repos/repos#transfer-a-repository parameters: - - *277 - *278 + - *279 requestBody: required: true content: @@ -76838,8 +76845,8 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-server@3.12/rest/repos/repos#check-if-vulnerability-alerts-are-enabled-for-a-repository parameters: - - *277 - *278 + - *279 responses: '204': description: Response if repository is enabled with vulnerability alerts @@ -76862,8 +76869,8 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-server@3.12/rest/repos/repos#enable-vulnerability-alerts parameters: - - *277 - *278 + - *279 responses: '204': description: Response @@ -76885,8 +76892,8 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-server@3.12/rest/repos/repos#disable-vulnerability-alerts parameters: - - *277 - *278 + - *279 responses: '204': description: Response @@ -76912,8 +76919,8 @@ paths: url: https://docs.github.com/enterprise-server@3.12/rest/repos/contents#download-a-repository-archive-zip operationId: repos/download-zipball-archive parameters: - - *277 - *278 + - *279 - name: ref in: path required: true @@ -77005,9 +77012,9 @@ paths: description: Response content: application/json: - schema: *288 + schema: *289 examples: - default: *290 + default: *291 headers: Location: example: https://api.github.com/repos/octocat/Hello-World @@ -77181,7 +77188,7 @@ paths: value: Engineering externalId: value: 8aa1a0c0-c4c3-4bc0-b4a5-2ef676900159 - - &542 + - &543 name: excludedAttributes description: Excludes the specified attribute from being returned in the results. Using this parameter can speed up response time. @@ -77190,7 +77197,7 @@ paths: schema: type: string example: members - - &547 + - &548 name: startIndex description: 'Used for pagination: the starting index of the first result to return when paginating through values.' @@ -77201,7 +77208,7 @@ paths: default: 1 format: int32 example: 1 - - &548 + - &549 name: count description: 'Used for pagination: the number of results to return per page.' in: query @@ -77243,7 +77250,7 @@ paths: Resources: type: array description: Information about each provisioned group. - items: &536 + items: &537 allOf: - type: object required: @@ -77318,7 +77325,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: &549 + meta: &550 type: object description: The metadata associated with the creation/updates to the user. @@ -77378,31 +77385,31 @@ paths: location: https://api.github.localhost/scim/v2/Groups/24b28bbb-5fc4-4686-a153-a020debb1155 startIndex: 1 itemsPerPage: 20 - '400': &537 + '400': &538 description: Bad request content: application/json: - schema: *535 + schema: *536 application/scim+json: - schema: *535 - '401': &538 + schema: *536 + '401': &539 description: Authorization failure - '403': &539 + '403': &540 description: Permission denied - '429': &540 + '429': &541 description: Too many requests content: application/json: - schema: *535 + schema: *536 application/scim+json: - schema: *535 - '500': &541 + schema: *536 + '500': &542 description: Internal server error content: application/json: - schema: *535 + schema: *536 application/scim+json: - schema: *535 + schema: *536 x-github: enabledForGitHubApps: true githubCloudOnly: true @@ -77429,7 +77436,7 @@ paths: required: true content: application/json: - schema: &545 + schema: &546 type: object required: - schemas @@ -77485,9 +77492,9 @@ paths: description: Group has been created content: application/scim+json: - schema: *536 + schema: *537 examples: - group: &543 + group: &544 value: schemas: - urn:ietf:params:scim:schemas:core:2.0:Group @@ -77506,13 +77513,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': *537 - '401': *538 - '403': *539 - '409': &546 + '400': *538 + '401': *539 + '403': *540 + '409': &547 description: Duplicate record detected - '429': *540 - '500': *541 + '429': *541 + '500': *542 x-github: enabledForGitHubApps: true githubCloudOnly: true @@ -77533,7 +77540,7 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-server@3.12/rest/enterprise-admin/scim#get-scim-provisioning-information-for-an-enterprise-group parameters: - - &544 + - &545 name: scim_group_id description: A unique identifier of the SCIM group. in: path @@ -77541,22 +77548,22 @@ paths: schema: type: string example: 7fce0092-d52e-4f76-b727-3955bd72c939 - - *542 + - *543 - *65 responses: '200': description: Success, a group was found content: application/scim+json: - schema: *536 + schema: *537 examples: - default: *543 - '400': *537 - '401': *538 - '403': *539 + default: *544 + '400': *538 + '401': *539 + '403': *540 '404': *26 - '429': *540 - '500': *541 + '429': *541 + '500': *542 x-github: enabledForGitHubApps: true githubCloudOnly: true @@ -77578,13 +77585,13 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-server@3.12/rest/enterprise-admin/scim#set-scim-information-for-a-provisioned-enterprise-group parameters: - - *544 + - *545 - *65 requestBody: required: true content: application/json: - schema: *545 + schema: *546 examples: group: summary: Group @@ -77610,17 +77617,17 @@ paths: description: Group was updated content: application/scim+json: - schema: *536 + schema: *537 examples: - group: *543 - groupWithMembers: *543 - '400': *537 - '401': *538 - '403': *539 + group: *544 + groupWithMembers: *544 + '400': *538 + '401': *539 + '403': *540 '404': *26 - '409': *546 - '429': *540 - '500': *541 + '409': *547 + '429': *541 + '500': *542 x-github: enabledForGitHubApps: true githubCloudOnly: true @@ -77644,13 +77651,13 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-server@3.12/rest/enterprise-admin/scim#update-an-attribute-for-a-scim-enterprise-group parameters: - - *544 + - *545 - *65 requestBody: required: true content: application/json: - schema: &556 + schema: &557 type: object required: - Operations @@ -77710,17 +77717,17 @@ paths: description: Success, group was updated content: application/scim+json: - schema: *536 + schema: *537 examples: - updateGroup: *543 - addMembers: *543 - '400': *537 - '401': *538 - '403': *539 + updateGroup: *544 + addMembers: *544 + '400': *538 + '401': *539 + '403': *540 '404': *26 - '409': *546 - '429': *540 - '500': *541 + '409': *547 + '429': *541 + '500': *542 x-github: enabledForGitHubApps: true githubCloudOnly: true @@ -77740,17 +77747,17 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-server@3.12/rest/enterprise-admin/scim#delete-a-scim-group-from-an-enterprise parameters: - - *544 + - *545 - *65 responses: '204': description: Group was deleted, no content - '400': *537 - '401': *538 - '403': *539 + '400': *538 + '401': *539 + '403': *540 '404': *26 - '429': *540 - '500': *541 + '429': *541 + '500': *542 x-github: enabledForGitHubApps: true githubCloudOnly: true @@ -77787,8 +77794,8 @@ paths: value: userName eq 'E012345' externalId: value: externalId eq 'E012345' - - *547 - *548 + - *549 - *65 responses: '200': @@ -77821,7 +77828,7 @@ paths: Resources: type: array description: Information about each provisioned account. - items: &551 + items: &552 allOf: - type: object required: @@ -77900,7 +77907,7 @@ paths: description: Whether this email address is the primary address. example: true - roles: &550 + roles: &551 type: array description: The roles assigned to the user. items: @@ -77956,7 +77963,7 @@ paths: type: string description: Provisioned SCIM groups that the user is a member of. - meta: *549 + meta: *550 startIndex: type: integer description: A starting index for the returned page @@ -77993,11 +78000,11 @@ paths: primary: false startIndex: 1 itemsPerPage: 20 - '400': *537 - '401': *538 - '403': *539 - '429': *540 - '500': *541 + '400': *538 + '401': *539 + '403': *540 + '429': *541 + '500': *542 x-github: enabledForGitHubApps: true githubCloudOnly: true @@ -78026,7 +78033,7 @@ paths: required: true content: application/json: - schema: &554 + schema: &555 type: object required: - schemas @@ -78108,9 +78115,9 @@ paths: type: boolean description: Whether this email address is the primary address. example: true - roles: *550 + roles: *551 examples: - user: &555 + user: &556 summary: User value: schemas: @@ -78157,9 +78164,9 @@ paths: description: User has been created content: application/scim+json: - schema: *551 + schema: *552 examples: - user: &552 + user: &553 value: schemas: - urn:ietf:params:scim:schemas:core:2.0:User @@ -78185,13 +78192,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: *552 - '400': *537 - '401': *538 - '403': *539 - '409': *546 - '429': *540 - '500': *541 + enterpriseOwner: *553 + '400': *538 + '401': *539 + '403': *540 + '409': *547 + '429': *541 + '500': *542 x-github: enabledForGitHubApps: true githubCloudOnly: true @@ -78212,7 +78219,7 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-server@3.12/rest/enterprise-admin/scim#get-scim-provisioning-information-for-an-enterprise-user parameters: - - &553 + - &554 name: scim_user_id description: The unique identifier of the SCIM user. in: path @@ -78225,15 +78232,15 @@ paths: description: Success, a user was found content: application/scim+json: - schema: *551 + schema: *552 examples: - default: *552 - '400': *537 - '401': *538 - '403': *539 + default: *553 + '400': *538 + '401': *539 + '403': *540 '404': *26 - '429': *540 - '500': *541 + '429': *541 + '500': *542 x-github: enabledForGitHubApps: true githubCloudOnly: true @@ -78258,30 +78265,30 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-server@3.12/rest/enterprise-admin/scim#set-scim-information-for-a-provisioned-enterprise-user parameters: - - *553 + - *554 - *65 requestBody: required: true content: application/json: - schema: *554 + schema: *555 examples: - user: *555 + user: *556 responses: '200': description: User was updated content: application/scim+json: - schema: *551 + schema: *552 examples: - user: *552 - '400': *537 - '401': *538 - '403': *539 + user: *553 + '400': *538 + '401': *539 + '403': *540 '404': *26 - '409': *546 - '429': *540 - '500': *541 + '409': *547 + '429': *541 + '500': *542 x-github: enabledForGitHubApps: true githubCloudOnly: true @@ -78319,13 +78326,13 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-server@3.12/rest/enterprise-admin/scim#update-an-attribute-for-a-scim-enterprise-user parameters: - - *553 + - *554 - *65 requestBody: required: true content: application/json: - schema: *556 + schema: *557 examples: userMultiValuedProperties: summary: Multi Valued Property @@ -78365,18 +78372,18 @@ paths: description: Success, user was updated content: application/scim+json: - schema: *551 - examples: - userMultiValuedProperties: *552 - userSingleValuedProperties: *552 - disableUser: *552 - '400': *537 - '401': *538 - '403': *539 + schema: *552 + examples: + userMultiValuedProperties: *553 + userSingleValuedProperties: *553 + disableUser: *553 + '400': *538 + '401': *539 + '403': *540 '404': *26 - '409': *546 - '429': *540 - '500': *541 + '409': *547 + '429': *541 + '500': *542 x-github: enabledForGitHubApps: true githubCloudOnly: true @@ -78396,17 +78403,17 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-server@3.12/rest/enterprise-admin/scim#delete-a-scim-user-from-an-enterprise parameters: - - *553 + - *554 - *65 responses: '204': description: User was deleted, no content - '400': *537 - '401': *538 - '403': *539 + '400': *538 + '401': *539 + '403': *540 '404': *26 - '429': *540 - '500': *541 + '429': *541 + '500': *542 x-github: enabledForGitHubApps: true githubCloudOnly: true @@ -78533,7 +78540,7 @@ paths: example: - 73..77 - 77..78 - text_matches: &557 + text_matches: &558 title: Search Result Text Matches type: array items: @@ -78696,7 +78703,7 @@ paths: enum: - author-date - committer-date - - &558 + - &559 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 @@ -78767,7 +78774,7 @@ paths: description: Metaproperties for Git author/committer information. type: object - properties: *333 + properties: *334 nullable: true comment_count: type: integer @@ -78787,7 +78794,7 @@ paths: url: type: string format: uri - verification: *422 + verification: *423 required: - author - committer @@ -78806,7 +78813,7 @@ paths: title: Git User description: Metaproperties for Git author/committer information. type: object - properties: *333 + properties: *334 nullable: true parents: type: array @@ -78824,7 +78831,7 @@ paths: type: number node_id: type: string - text_matches: *557 + text_matches: *558 required: - sha - node_id @@ -79017,7 +79024,7 @@ paths: - interactions - created - updated - - *558 + - *559 - *4 - *5 - name: advanced_search @@ -79144,8 +79151,8 @@ paths: title: Milestone description: A collection of related issues and pull requests. type: object - properties: *379 - required: *380 + properties: *380 + required: *381 nullable: true comments: type: integer @@ -79159,7 +79166,7 @@ paths: type: string format: date-time nullable: true - text_matches: *557 + text_matches: *558 pull_request: type: object properties: @@ -79203,7 +79210,7 @@ paths: timeline_url: type: string format: uri - type: *559 + type: *560 performed_via_github_app: title: GitHub app description: GitHub apps are a new way to extend GitHub. @@ -79384,7 +79391,7 @@ paths: enum: - created - updated - - *558 + - *559 - *4 - *5 responses: @@ -79428,7 +79435,7 @@ paths: nullable: true score: type: number - text_matches: *557 + text_matches: *558 required: - id - node_id @@ -79514,7 +79521,7 @@ paths: - forks - help-wanted-issues - updated - - *558 + - *559 - *4 - *5 responses: @@ -79753,7 +79760,7 @@ paths: - admin - pull - push - text_matches: *557 + text_matches: *558 temp_clone_token: type: string allow_merge_commit: @@ -80054,7 +80061,7 @@ paths: type: string format: uri nullable: true - text_matches: *557 + text_matches: *558 related: type: array nullable: true @@ -80247,7 +80254,7 @@ paths: - followers - repositories - joined - - *558 + - *559 - *4 - *5 responses: @@ -80351,7 +80358,7 @@ paths: hireable: type: boolean nullable: true - text_matches: *557 + text_matches: *558 blog: type: string nullable: true @@ -80546,7 +80553,7 @@ paths: description: Response content: application/json: - schema: &560 + schema: &561 type: object properties: status: @@ -80566,7 +80573,7 @@ paths: - name - number examples: - default: &561 + default: &562 value: status: scheduled scheduled_time: Tuesday, January 22 at 15:34 -0800 @@ -80611,9 +80618,9 @@ paths: description: Response content: application/json: - schema: *560 + schema: *561 examples: - default: *561 + default: *562 '401': description: Unauthorized requestBody: @@ -81177,7 +81184,7 @@ paths: application/json: schema: type: array - items: &562 + items: &563 type: object properties: key: @@ -81185,7 +81192,7 @@ paths: pretty-print: type: string examples: - default: &563 + default: &564 value: - key: ssh-rsa AAAAB3NzaC1yc2EAAAAB... pretty-print: ssh-rsa 01:14:0f:f2:0f:e2:fe:e8:f4:72:62:af:75:f7:1a:88:3e:04:92:64 @@ -81228,9 +81235,9 @@ paths: application/json: schema: type: array - items: *562 + items: *563 examples: - default: *563 + default: *564 '401': description: Unauthorized requestBody: @@ -81282,9 +81289,9 @@ paths: application/json: schema: type: array - items: *562 + items: *563 examples: - default: *563 + default: *564 '401': description: Unauthorized requestBody: @@ -81441,9 +81448,9 @@ paths: description: Response content: application/json: - schema: *258 + schema: *259 examples: - default: *259 + default: *260 '404': *26 x-github: githubCloudOnly: false @@ -81533,16 +81540,16 @@ paths: description: Response when the updated information already exists content: application/json: - schema: *258 + schema: *259 examples: - default: *259 + default: *260 '201': description: Response content: application/json: - schema: *258 + schema: *259 examples: - default: *259 + default: *260 '404': *26 '422': *35 '403': *43 @@ -81612,9 +81619,9 @@ paths: application/json: schema: type: array - items: *260 + items: *261 examples: - default: *564 + default: *565 headers: Link: *6 x-github: @@ -81677,9 +81684,9 @@ paths: description: Response content: application/json: - schema: *260 + schema: *261 examples: - default: *261 + default: *262 x-github: triggersNotification: true githubCloudOnly: false @@ -81707,15 +81714,15 @@ paths: url: https://docs.github.com/enterprise-server@3.12/rest/teams/discussions#get-a-discussion-legacy parameters: - *7 - - *262 + - *263 responses: '200': description: Response content: application/json: - schema: *260 + schema: *261 examples: - default: *261 + default: *262 x-github: githubCloudOnly: false enabledForGitHubApps: true @@ -81741,7 +81748,7 @@ paths: url: https://docs.github.com/enterprise-server@3.12/rest/teams/discussions#update-a-discussion-legacy parameters: - *7 - - *262 + - *263 requestBody: required: false content: @@ -81764,9 +81771,9 @@ paths: description: Response content: application/json: - schema: *260 + schema: *261 examples: - default: *565 + default: *566 x-github: githubCloudOnly: false enabledForGitHubApps: true @@ -81792,7 +81799,7 @@ paths: url: https://docs.github.com/enterprise-server@3.12/rest/teams/discussions#delete-a-discussion-legacy parameters: - *7 - - *262 + - *263 responses: '204': description: Response @@ -81822,7 +81829,7 @@ paths: url: https://docs.github.com/enterprise-server@3.12/rest/teams/discussion-comments#list-discussion-comments-legacy parameters: - *7 - - *262 + - *263 - *9 - *4 - *5 @@ -81833,9 +81840,9 @@ paths: application/json: schema: type: array - items: *263 + items: *264 examples: - default: *566 + default: *567 headers: Link: *6 x-github: @@ -81865,7 +81872,7 @@ paths: url: https://docs.github.com/enterprise-server@3.12/rest/teams/discussion-comments#create-a-discussion-comment-legacy parameters: - *7 - - *262 + - *263 requestBody: required: true content: @@ -81887,9 +81894,9 @@ paths: description: Response content: application/json: - schema: *263 + schema: *264 examples: - default: *264 + default: *265 x-github: triggersNotification: true githubCloudOnly: false @@ -81917,16 +81924,16 @@ paths: url: https://docs.github.com/enterprise-server@3.12/rest/teams/discussion-comments#get-a-discussion-comment-legacy parameters: - *7 - - *262 - - *265 + - *263 + - *266 responses: '200': description: Response content: application/json: - schema: *263 + schema: *264 examples: - default: *264 + default: *265 x-github: githubCloudOnly: false enabledForGitHubApps: true @@ -81952,8 +81959,8 @@ paths: url: https://docs.github.com/enterprise-server@3.12/rest/teams/discussion-comments#update-a-discussion-comment-legacy parameters: - *7 - - *262 - - *265 + - *263 + - *266 requestBody: required: true content: @@ -81975,9 +81982,9 @@ paths: description: Response content: application/json: - schema: *263 + schema: *264 examples: - default: *567 + default: *568 x-github: githubCloudOnly: false enabledForGitHubApps: true @@ -82003,8 +82010,8 @@ paths: url: https://docs.github.com/enterprise-server@3.12/rest/teams/discussion-comments#delete-a-discussion-comment-legacy parameters: - *7 - - *262 - - *265 + - *263 + - *266 responses: '204': description: Response @@ -82034,8 +82041,8 @@ paths: url: https://docs.github.com/enterprise-server@3.12/rest/reactions/reactions#list-reactions-for-a-team-discussion-comment-legacy parameters: - *7 - - *262 - - *265 + - *263 + - *266 - name: content description: Returns a single [reaction type](https://docs.github.com/enterprise-server@3.12/rest/reactions/reactions#about-reactions). Omit this parameter to list all reactions to a team discussion comment. @@ -82061,9 +82068,9 @@ paths: application/json: schema: type: array - items: *266 + items: *267 examples: - default: *268 + default: *269 headers: Link: *6 x-github: @@ -82093,8 +82100,8 @@ paths: url: https://docs.github.com/enterprise-server@3.12/rest/reactions/reactions#create-reaction-for-a-team-discussion-comment-legacy parameters: - *7 - - *262 - - *265 + - *263 + - *266 requestBody: required: true content: @@ -82126,9 +82133,9 @@ paths: description: Response content: application/json: - schema: *266 + schema: *267 examples: - default: *267 + default: *268 x-github: githubCloudOnly: false enabledForGitHubApps: true @@ -82155,7 +82162,7 @@ paths: url: https://docs.github.com/enterprise-server@3.12/rest/reactions/reactions#list-reactions-for-a-team-discussion-legacy parameters: - *7 - - *262 + - *263 - name: content description: Returns a single [reaction type](https://docs.github.com/enterprise-server@3.12/rest/reactions/reactions#about-reactions). Omit this parameter to list all reactions to a team discussion. @@ -82181,9 +82188,9 @@ paths: application/json: schema: type: array - items: *266 + items: *267 examples: - default: *268 + default: *269 headers: Link: *6 x-github: @@ -82213,7 +82220,7 @@ paths: url: https://docs.github.com/enterprise-server@3.12/rest/reactions/reactions#create-reaction-for-a-team-discussion-legacy parameters: - *7 - - *262 + - *263 requestBody: required: true content: @@ -82245,9 +82252,9 @@ paths: description: Response content: application/json: - schema: *266 + schema: *267 examples: - default: *267 + default: *268 x-github: githubCloudOnly: false enabledForGitHubApps: false @@ -82294,7 +82301,7 @@ paths: type: array items: *19 examples: - default: *212 + default: *213 headers: Link: *6 '404': *26 @@ -82443,9 +82450,9 @@ paths: description: Response content: application/json: - schema: *274 + schema: *275 examples: - response-if-user-is-a-team-maintainer: *568 + response-if-user-is-a-team-maintainer: *569 '404': *26 x-github: githubCloudOnly: false @@ -82504,9 +82511,9 @@ paths: description: Response content: application/json: - schema: *274 + schema: *275 examples: - response-if-users-membership-with-team-is-now-pending: *569 + response-if-users-membership-with-team-is-now-pending: *570 '403': description: Forbidden if team synchronization is set up '422': @@ -82580,9 +82587,9 @@ paths: application/json: schema: type: array - items: *275 + items: *276 examples: - default: *570 + default: *571 headers: Link: *6 '404': *26 @@ -82610,15 +82617,15 @@ paths: url: https://docs.github.com/enterprise-server@3.12/rest/teams/teams#check-team-permissions-for-a-project-legacy parameters: - *7 - - *276 + - *277 responses: '200': description: Response content: application/json: - schema: *275 + schema: *276 examples: - default: *571 + default: *572 '404': description: Not Found if project is not managed by this team x-github: @@ -82644,7 +82651,7 @@ paths: url: https://docs.github.com/enterprise-server@3.12/rest/teams/teams#add-or-update-team-project-permissions-legacy parameters: - *7 - - *276 + - *277 requestBody: required: false content: @@ -82713,7 +82720,7 @@ paths: url: https://docs.github.com/enterprise-server@3.12/rest/teams/teams#remove-a-project-from-a-team-legacy parameters: - *7 - - *276 + - *277 responses: '204': description: Response @@ -82752,7 +82759,7 @@ paths: type: array items: *153 examples: - default: *220 + default: *221 headers: Link: *6 '404': *26 @@ -82783,14 +82790,14 @@ paths: url: https://docs.github.com/enterprise-server@3.12/rest/teams/teams#check-team-permissions-for-a-repository-legacy parameters: - *7 - - *277 - *278 + - *279 responses: '200': description: Alternative response with extra repository information content: application/json: - schema: *572 + schema: *573 examples: alternative-response-with-extra-repository-information: value: @@ -82942,8 +82949,8 @@ paths: url: https://docs.github.com/enterprise-server@3.12/rest/teams/teams#add-or-update-team-repository-permissions-legacy parameters: - *7 - - *277 - *278 + - *279 requestBody: required: false content: @@ -82994,8 +83001,8 @@ paths: url: https://docs.github.com/enterprise-server@3.12/rest/teams/teams#remove-a-repository-from-a-team-legacy parameters: - *7 - - *277 - *278 + - *279 responses: '204': description: Response @@ -83030,9 +83037,9 @@ paths: application/json: schema: type: array - items: *279 + items: *280 examples: - response-if-child-teams-exist: *573 + response-if-child-teams-exist: *574 headers: Link: *6 '404': *26 @@ -83065,7 +83072,7 @@ paths: application/json: schema: oneOf: - - &575 + - &576 title: Private User description: Private User type: object @@ -83268,7 +83275,7 @@ paths: - private_gists - total_private_repos - two_factor_authentication - - *574 + - *575 examples: response-with-public-and-private-profile-information: summary: Response with public and private profile information @@ -83419,7 +83426,7 @@ paths: description: Response content: application/json: - schema: *575 + schema: *576 examples: default: value: @@ -83495,9 +83502,9 @@ paths: application/json: schema: type: array - items: *213 + items: *214 examples: - default: &585 + default: &586 value: - id: 197 name: hello_docker @@ -83584,7 +83591,7 @@ paths: application/json: schema: type: array - items: &576 + items: &577 title: Email description: Email type: object @@ -83609,7 +83616,7 @@ paths: - verified - visibility examples: - default: &587 + default: &588 value: - email: octocat@github.com verified: true @@ -83684,7 +83691,7 @@ paths: application/json: schema: type: array - items: *576 + items: *577 examples: default: value: @@ -83794,7 +83801,7 @@ paths: type: array items: *19 examples: - default: *212 + default: *213 headers: Link: *6 '304': *42 @@ -83827,7 +83834,7 @@ paths: type: array items: *19 examples: - default: *212 + default: *213 headers: Link: *6 '304': *42 @@ -83940,7 +83947,7 @@ paths: application/json: schema: type: array - items: &577 + items: &578 title: GPG Key description: A unique encryption key type: object @@ -84071,7 +84078,7 @@ paths: - subkeys - revoked examples: - default: &597 + default: &598 value: - id: 3 name: Octocat's GPG Key @@ -84156,9 +84163,9 @@ paths: description: Response content: application/json: - schema: *577 + schema: *578 examples: - default: &578 + default: &579 value: id: 3 name: Octocat's GPG Key @@ -84215,7 +84222,7 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-server@3.12/rest/users/gpg-keys#get-a-gpg-key-for-the-authenticated-user parameters: - - &579 + - &580 name: gpg_key_id description: The unique identifier of the GPG key. in: path @@ -84227,9 +84234,9 @@ paths: description: Response content: application/json: - schema: *577 + schema: *578 examples: - default: *578 + default: *579 '404': *26 '304': *42 '403': *43 @@ -84252,7 +84259,7 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-server@3.12/rest/users/gpg-keys#delete-a-gpg-key-for-the-authenticated-user parameters: - - *579 + - *580 responses: '204': description: Response @@ -84443,7 +84450,7 @@ paths: type: array items: *84 examples: - default: *580 + default: *581 headers: Link: *6 '404': *26 @@ -84561,7 +84568,7 @@ paths: - closed - all default: open - - *206 + - *207 - name: sort description: What to sort results by. in: query @@ -84586,7 +84593,7 @@ paths: type: array items: *121 examples: - default: *207 + default: *208 headers: Link: *6 '404': *26 @@ -84619,7 +84626,7 @@ paths: application/json: schema: type: array - items: &581 + items: &582 title: Key description: Key type: object @@ -84716,9 +84723,9 @@ paths: description: Response content: application/json: - schema: *581 + schema: *582 examples: - default: &582 + default: &583 value: key: 2Sg8iYjAxxmI2LvUXpJjkYrMxURPc8r+dB7TJyvv1234 id: 2 @@ -84751,15 +84758,15 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-server@3.12/rest/users/keys#get-a-public-ssh-key-for-the-authenticated-user parameters: - - *456 + - *457 responses: '200': description: Response content: application/json: - schema: *581 + schema: *582 examples: - default: *582 + default: *583 '404': *26 '304': *42 '403': *43 @@ -84782,7 +84789,7 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-server@3.12/rest/users/keys#delete-a-public-ssh-key-for-the-authenticated-user parameters: - - *456 + - *457 responses: '204': description: Response @@ -84825,7 +84832,7 @@ paths: application/json: schema: type: array - items: *208 + items: *209 examples: default: value: @@ -84933,7 +84940,7 @@ paths: description: Response content: application/json: - schema: *208 + schema: *209 examples: default: value: @@ -85016,7 +85023,7 @@ paths: description: Response content: application/json: - schema: *208 + schema: *209 examples: default: value: @@ -85084,7 +85091,7 @@ paths: application/json: schema: type: array - items: *210 + items: *211 examples: default: value: @@ -85337,7 +85344,7 @@ paths: description: Response content: application/json: - schema: *210 + schema: *211 examples: default: value: @@ -85530,7 +85537,7 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-server@3.12/rest/migrations/users#download-a-user-migration-archive parameters: - - *211 + - *212 responses: '302': description: Response @@ -85553,7 +85560,7 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-server@3.12/rest/migrations/users#list-repositories-for-a-user-migration parameters: - - *211 + - *212 - *4 - *5 responses: @@ -85565,7 +85572,7 @@ paths: type: array items: *153 examples: - default: *220 + default: *221 headers: Link: *6 '404': *26 @@ -85602,7 +85609,7 @@ paths: type: array items: *70 examples: - default: *583 + default: *584 headers: Link: *6 '304': *42 @@ -85644,7 +85651,7 @@ paths: - docker - nuget - container - - *584 + - *585 - *5 - *4 responses: @@ -85654,10 +85661,10 @@ paths: application/json: schema: type: array - items: *213 + items: *214 examples: - default: *585 - '400': *586 + default: *586 + '400': *587 x-github: githubCloudOnly: false enabledForGitHubApps: false @@ -85677,16 +85684,16 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-server@3.12/rest/packages/packages#get-a-package-for-the-authenticated-user parameters: - - *215 - *216 + - *217 responses: '200': description: Response content: application/json: - schema: *213 + schema: *214 examples: - default: &598 + default: &599 value: id: 40201 name: octo-name @@ -85799,8 +85806,8 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-server@3.12/rest/packages/packages#delete-a-package-for-the-authenticated-user parameters: - - *215 - *216 + - *217 responses: '204': description: Response @@ -85830,8 +85837,8 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-server@3.12/rest/packages/packages#restore-a-package-for-the-authenticated-user parameters: - - *215 - *216 + - *217 - name: token description: package token schema: @@ -85863,8 +85870,8 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-server@3.12/rest/packages/packages#list-package-versions-for-a-package-owned-by-the-authenticated-user parameters: - - *215 - *216 + - *217 - *5 - *4 - name: state @@ -85884,7 +85891,7 @@ paths: application/json: schema: type: array - items: *217 + items: *218 examples: default: value: @@ -85933,15 +85940,15 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-server@3.12/rest/packages/packages#get-a-package-version-for-the-authenticated-user parameters: - - *215 - *216 - - *218 + - *217 + - *219 responses: '200': description: Response content: application/json: - schema: *217 + schema: *218 examples: default: value: @@ -85977,9 +85984,9 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-server@3.12/rest/packages/packages#delete-a-package-version-for-the-authenticated-user parameters: - - *215 - *216 - - *218 + - *217 + - *219 responses: '204': description: Response @@ -86009,9 +86016,9 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-server@3.12/rest/packages/packages#restore-a-package-version-for-the-authenticated-user parameters: - - *215 - *216 - - *218 + - *217 + - *219 responses: '204': description: Response @@ -86067,7 +86074,7 @@ paths: description: Response content: application/json: - schema: *231 + schema: *232 examples: default: value: @@ -86136,9 +86143,9 @@ paths: application/json: schema: type: array - items: *576 + items: *577 examples: - default: *587 + default: *588 headers: Link: *6 '304': *42 @@ -86251,7 +86258,7 @@ paths: type: array items: *84 examples: - default: &594 + default: &595 summary: Default response value: - id: 1296269 @@ -86555,9 +86562,9 @@ paths: description: Response content: application/json: - schema: *288 + schema: *289 examples: - default: *290 + default: *291 headers: Location: example: https://api.github.com/repos/octocat/Hello-World @@ -86595,9 +86602,9 @@ paths: application/json: schema: type: array - items: *429 + items: *430 examples: - default: *588 + default: *589 headers: Link: *6 '304': *42 @@ -86620,7 +86627,7 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-server@3.12/rest/collaborators/invitations#accept-a-repository-invitation parameters: - - *430 + - *431 responses: '204': description: Response @@ -86643,7 +86650,7 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-server@3.12/rest/collaborators/invitations#decline-a-repository-invitation parameters: - - *430 + - *431 responses: '204': description: Response @@ -86676,7 +86683,7 @@ paths: application/json: schema: type: array - items: &589 + items: &590 title: Social account description: Social media account type: object @@ -86691,7 +86698,7 @@ paths: - provider - url examples: - default: &590 + default: &591 value: - provider: twitter url: https://twitter.com/github @@ -86753,9 +86760,9 @@ paths: application/json: schema: type: array - items: *589 + items: *590 examples: - default: *590 + default: *591 '422': *35 '304': *42 '404': *26 @@ -86842,7 +86849,7 @@ paths: application/json: schema: type: array - items: &591 + items: &592 title: SSH Signing Key description: A public SSH key used to sign Git commits type: object @@ -86862,7 +86869,7 @@ paths: - title - created_at examples: - default: &599 + default: &600 value: - key: 2Sg8iYjAxxmI2LvUXpJjkYrMxURPc8r+dB7TJyvv1234 id: 2 @@ -86928,9 +86935,9 @@ paths: description: Response content: application/json: - schema: *591 + schema: *592 examples: - default: &592 + default: &593 value: key: 2Sg8iYjAxxmI2LvUXpJjkYrMxURPc8r+dB7TJyvv1234 id: 2 @@ -86961,7 +86968,7 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-server@3.12/rest/users/ssh-signing-keys#get-an-ssh-signing-key-for-the-authenticated-user parameters: - - &593 + - &594 name: ssh_signing_key_id description: The unique identifier of the SSH signing key. in: path @@ -86973,9 +86980,9 @@ paths: description: Response content: application/json: - schema: *591 + schema: *592 examples: - default: *592 + default: *593 '404': *26 '304': *42 '403': *43 @@ -86998,7 +87005,7 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-server@3.12/rest/users/ssh-signing-keys#delete-an-ssh-signing-key-for-the-authenticated-user parameters: - - *593 + - *594 responses: '204': description: Response @@ -87027,7 +87034,7 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-server@3.12/rest/activity/starring#list-repositories-starred-by-the-authenticated-user parameters: - - &600 + - &601 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 @@ -87052,11 +87059,11 @@ paths: type: array items: *84 examples: - default-response: *594 + default-response: *595 application/vnd.github.v3.star+json: schema: type: array - items: &601 + items: &602 title: Starred Repository description: Starred Repository type: object @@ -87212,8 +87219,8 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-server@3.12/rest/activity/starring#check-if-a-repository-is-starred-by-the-authenticated-user parameters: - - *277 - *278 + - *279 responses: '204': description: Response if this repository is starred by you @@ -87241,8 +87248,8 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-server@3.12/rest/activity/starring#star-a-repository-for-the-authenticated-user parameters: - - *277 - *278 + - *279 responses: '204': description: Response @@ -87266,8 +87273,8 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-server@3.12/rest/activity/starring#unstar-a-repository-for-the-authenticated-user parameters: - - *277 - *278 + - *279 responses: '204': description: Response @@ -87302,7 +87309,7 @@ paths: type: array items: *153 examples: - default: *220 + default: *221 headers: Link: *6 '304': *42 @@ -87339,7 +87346,7 @@ paths: application/json: schema: type: array - items: *258 + items: *259 examples: default: value: @@ -87426,10 +87433,10 @@ paths: application/json: schema: oneOf: + - *576 - *575 - - *574 examples: - default-response: &595 + default-response: &596 summary: Default response value: login: octocat @@ -87464,7 +87471,7 @@ paths: following: 0 created_at: '2008-01-14T04:33:35Z' updated_at: '2008-01-14T04:33:35Z' - response-with-git-hub-plan-information: &596 + response-with-git-hub-plan-information: &597 summary: Response with GitHub plan information value: login: octocat @@ -87540,7 +87547,7 @@ paths: type: array items: *19 examples: - default: *212 + default: *213 headers: Link: example: ; rel="next" @@ -87576,11 +87583,11 @@ paths: application/json: schema: oneOf: + - *576 - *575 - - *574 examples: - default-response: *595 - response-with-git-hub-plan-information: *596 + default-response: *596 + response-with-git-hub-plan-information: *597 '404': *26 x-github: githubCloudOnly: false @@ -87609,9 +87616,9 @@ paths: application/json: schema: type: array - items: *213 + items: *214 examples: - default: *585 + default: *586 '403': *43 '401': *41 x-github: @@ -87894,7 +87901,7 @@ paths: type: array items: *19 examples: - default: *212 + default: *213 headers: Link: *6 x-github: @@ -87925,7 +87932,7 @@ paths: type: array items: *19 examples: - default: *212 + default: *213 headers: Link: *6 x-github: @@ -88015,9 +88022,9 @@ paths: application/json: schema: type: array - items: *577 + items: *578 examples: - default: *597 + default: *598 headers: Link: *6 x-github: @@ -88121,7 +88128,7 @@ paths: application/json: schema: *39 examples: - default: *428 + default: *429 x-github: githubCloudOnly: false enabledForGitHubApps: false @@ -88199,7 +88206,7 @@ paths: type: array items: *70 examples: - default: *583 + default: *584 headers: Link: *6 x-github: @@ -88238,7 +88245,7 @@ paths: - docker - nuget - container - - *584 + - *585 - *8 - *5 - *4 @@ -88249,12 +88256,12 @@ paths: application/json: schema: type: array - items: *213 + items: *214 examples: - default: *585 + default: *586 '403': *43 '401': *41 - '400': *586 + '400': *587 x-github: githubCloudOnly: false enabledForGitHubApps: false @@ -88274,17 +88281,17 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-server@3.12/rest/packages/packages#get-a-package-for-a-user parameters: - - *215 - *216 + - *217 - *8 responses: '200': description: Response content: application/json: - schema: *213 + schema: *214 examples: - default: *598 + default: *599 x-github: githubCloudOnly: false enabledForGitHubApps: false @@ -88305,8 +88312,8 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-server@3.12/rest/packages/packages#delete-a-package-for-a-user parameters: - - *215 - *216 + - *217 - *8 responses: '204': @@ -88339,8 +88346,8 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-server@3.12/rest/packages/packages#restore-a-package-for-a-user parameters: - - *215 - *216 + - *217 - *8 - name: token description: package token @@ -88373,8 +88380,8 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-server@3.12/rest/packages/packages#list-package-versions-for-a-package-owned-by-a-user parameters: - - *215 - *216 + - *217 - *8 responses: '200': @@ -88383,7 +88390,7 @@ paths: application/json: schema: type: array - items: *217 + items: *218 examples: default: value: @@ -88441,16 +88448,16 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-server@3.12/rest/packages/packages#get-a-package-version-for-a-user parameters: - - *215 - *216 - - *218 + - *217 + - *219 - *8 responses: '200': description: Response content: application/json: - schema: *217 + schema: *218 examples: default: value: @@ -88485,10 +88492,10 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-server@3.12/rest/packages/packages#delete-package-version-for-a-user parameters: - - *215 - *216 + - *217 - *8 - - *218 + - *219 responses: '204': description: Response @@ -88520,10 +88527,10 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-server@3.12/rest/packages/packages#restore-package-version-for-a-user parameters: - - *215 - *216 + - *217 - *8 - - *218 + - *219 responses: '204': description: Response @@ -88567,7 +88574,7 @@ paths: application/json: schema: type: array - items: *231 + items: *232 examples: default: value: @@ -88847,7 +88854,7 @@ paths: type: array items: *153 examples: - default: *220 + default: *221 headers: Link: *6 x-github: @@ -88917,9 +88924,9 @@ paths: application/json: schema: type: array - items: *589 + items: *590 examples: - default: *590 + default: *591 headers: Link: *6 x-github: @@ -88949,9 +88956,9 @@ paths: application/json: schema: type: array - items: *591 + items: *592 examples: - default: *599 + default: *600 headers: Link: *6 x-github: @@ -88976,7 +88983,7 @@ paths: url: https://docs.github.com/enterprise-server@3.12/rest/activity/starring#list-repositories-starred-by-a-user parameters: - *8 - - *600 + - *601 - *9 - *4 - *5 @@ -88988,11 +88995,11 @@ paths: schema: anyOf: - type: array - items: *601 + items: *602 - type: array items: *84 examples: - default-response: *594 + default-response: *595 headers: Link: *6 x-github: @@ -89023,7 +89030,7 @@ paths: type: array items: *153 examples: - default: *220 + default: *221 headers: Link: *6 x-github: @@ -89202,7 +89209,7 @@ x-webhooks: type: string enum: - disabled - enterprise: &602 + enterprise: &603 title: Enterprise description: |- An enterprise on GitHub. Webhook payloads contain the `enterprise` property when the webhook is configured @@ -89260,7 +89267,7 @@ x-webhooks: - created_at - updated_at - avatar_url - installation: &603 + installation: &604 title: Simple Installation description: |- The GitHub App installation. Webhook payloads contain the `installation` property when the event is configured @@ -89279,7 +89286,7 @@ x-webhooks: required: - id - node_id - organization: &604 + organization: &605 title: Organization Simple description: |- A GitHub organization. Webhook payloads contain the `organization` property when the webhook is configured for an @@ -89339,13 +89346,13 @@ x-webhooks: - public_members_url - avatar_url - description - repository: &605 + repository: &606 title: Repository description: |- The repository on GitHub where the event occurred. Webhook payloads contain the `repository` property when the event occurs from activity in a repository. type: object - properties: &631 + properties: &632 id: description: Unique identifier of the repository example: 42 @@ -90022,7 +90029,7 @@ x-webhooks: type: boolean description: Whether anonymous git access is enabled for this repository - required: &632 + required: &633 - archive_url - assignees_url - blobs_url @@ -90173,10 +90180,10 @@ x-webhooks: type: string enum: - enabled - enterprise: *602 - installation: *603 - organization: *604 - repository: *605 + enterprise: *603 + installation: *604 + organization: *605 + repository: *606 sender: *19 required: - action @@ -90262,11 +90269,11 @@ x-webhooks: type: string enum: - created - enterprise: *602 - installation: *603 - organization: *604 - repository: *605 - rule: &606 + enterprise: *603 + installation: *604 + organization: *605 + repository: *606 + rule: &607 title: branch protection rule description: The branch protection rule. Includes a `name` and all the [branch protection settings](https://docs.github.com/enterprise-server@3.12/github/administering-a-repository/defining-the-mergeability-of-pull-requests/about-protected-branches#about-branch-protection-settings) @@ -90483,11 +90490,11 @@ x-webhooks: type: string enum: - deleted - enterprise: *602 - installation: *603 - organization: *604 - repository: *605 - rule: *606 + enterprise: *603 + installation: *604 + organization: *605 + repository: *606 + rule: *607 sender: *19 required: - action @@ -90661,11 +90668,11 @@ x-webhooks: - everyone required: - from - enterprise: *602 - installation: *603 - organization: *604 - repository: *605 - rule: *606 + enterprise: *603 + installation: *604 + organization: *605 + repository: *606 + rule: *607 sender: *19 required: - action @@ -90750,12 +90757,12 @@ x-webhooks: type: string cache_location: type: string - enterprise: *602 - installation: *603 - organization: *604 + enterprise: *603 + installation: *604 + organization: *605 ref: type: string - repository: *605 + repository: *606 sender: *19 required: - cache_location @@ -90849,7 +90856,7 @@ x-webhooks: type: string enum: - completed - check_run: &608 + check_run: &609 title: CheckRun description: A check performed on the code of a given code change type: object @@ -90912,7 +90919,7 @@ x-webhooks: type: string pull_requests: type: array - items: *346 + items: *347 repository: *153 status: example: completed @@ -90950,7 +90957,7 @@ x-webhooks: - skipped - timed_out - action_required - deployment: *607 + deployment: *608 details_url: example: https://example.com type: string @@ -91000,7 +91007,7 @@ x-webhooks: - annotations_url pull_requests: type: array - items: *346 + items: *347 started_at: example: '2018-05-04T01:14:52Z' type: string @@ -91035,9 +91042,9 @@ x-webhooks: - output - app - pull_requests - installation: *603 - organization: *604 - repository: *605 + installation: *604 + organization: *605 + repository: *606 sender: *19 required: - check_run @@ -91440,10 +91447,10 @@ x-webhooks: type: string enum: - created - check_run: *608 - installation: *603 - organization: *604 - repository: *605 + check_run: *609 + installation: *604 + organization: *605 + repository: *606 sender: *19 required: - check_run @@ -91849,10 +91856,10 @@ x-webhooks: type: string enum: - requested_action - check_run: *608 - installation: *603 - organization: *604 - repository: *605 + check_run: *609 + installation: *604 + organization: *605 + repository: *606 requested_action: description: The action requested by the user. type: object @@ -92267,10 +92274,10 @@ x-webhooks: type: string enum: - rerequested - check_run: *608 - installation: *603 - organization: *604 - repository: *605 + check_run: *609 + installation: *604 + organization: *605 + repository: *606 sender: *19 required: - check_run @@ -93257,10 +93264,10 @@ x-webhooks: - latest_check_runs_count - check_runs_url - head_commit - enterprise: *602 - installation: *603 - organization: *604 - repository: *605 + enterprise: *603 + installation: *604 + organization: *605 + repository: *606 sender: *19 required: - action @@ -93940,10 +93947,10 @@ x-webhooks: - latest_check_runs_count - check_runs_url - head_commit - enterprise: *602 - installation: *603 - organization: *604 - repository: *605 + enterprise: *603 + installation: *604 + organization: *605 + repository: *606 sender: *19 required: - action @@ -94617,10 +94624,10 @@ x-webhooks: - latest_check_runs_count - check_runs_url - head_commit - enterprise: *602 - installation: *603 - organization: *604 - repository: *605 + enterprise: *603 + installation: *604 + organization: *605 + repository: *606 sender: *19 required: - action @@ -94793,7 +94800,7 @@ x-webhooks: required: - login - id - dismissed_comment: *359 + dismissed_comment: *360 dismissed_reason: description: The reason for dismissing or closing the alert. type: string @@ -94938,20 +94945,20 @@ x-webhooks: - dismissed_reason - rule - tool - commit_oid: &609 + commit_oid: &610 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: *602 - installation: *603 - organization: *604 - ref: &610 + enterprise: *603 + installation: *604 + organization: *605 + ref: &611 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: *605 + repository: *606 sender: *19 required: - action @@ -95123,7 +95130,7 @@ x-webhooks: required: - login - id - dismissed_comment: *359 + dismissed_comment: *360 dismissed_reason: description: The reason for dismissing or closing the alert. type: string @@ -95353,12 +95360,12 @@ x-webhooks: - dismissed_reason - rule - tool - commit_oid: *609 - enterprise: *602 - installation: *603 - organization: *604 - ref: *610 - repository: *605 + commit_oid: *610 + enterprise: *603 + installation: *604 + organization: *605 + ref: *611 + repository: *606 sender: *19 required: - action @@ -95463,7 +95470,7 @@ x-webhooks: nullable: true dismissed_by: nullable: true - dismissed_comment: *359 + dismissed_comment: *360 dismissed_reason: description: 'The reason for dismissing or closing the alert. Can be one of: `false positive`, `won''t fix`, and `used in @@ -95631,12 +95638,12 @@ x-webhooks: - dismissed_reason - rule - tool - commit_oid: *609 - enterprise: *602 - installation: *603 - organization: *604 - ref: *610 - repository: *605 + commit_oid: *610 + enterprise: *603 + installation: *604 + organization: *605 + ref: *611 + repository: *606 sender: *19 required: - action @@ -95809,7 +95816,7 @@ x-webhooks: required: - login - id - dismissed_comment: *359 + dismissed_comment: *360 dismissed_reason: description: The reason for dismissing or closing the alert. type: string @@ -95975,12 +95982,12 @@ x-webhooks: - dismissed_reason - rule - tool - commit_oid: *609 - enterprise: *602 - installation: *603 - organization: *604 - ref: *610 - repository: *605 + commit_oid: *610 + enterprise: *603 + installation: *604 + organization: *605 + ref: *611 + repository: *606 sender: *19 required: - action @@ -96087,7 +96094,7 @@ x-webhooks: dismissed_by: type: object nullable: true - dismissed_comment: *359 + dismissed_comment: *360 dismissed_reason: description: 'The reason for dismissing or closing the alert. Can be one of: `false positive`, `won''t fix`, and `used in @@ -96255,16 +96262,16 @@ x-webhooks: triggered by the `sender` and this value will be empty. type: string nullable: true - enterprise: *602 - installation: *603 - organization: *604 + enterprise: *603 + installation: *604 + organization: *605 ref: description: The Git reference of the code scanning alert. When the action is `reopened_by_user` or `closed_by_user`, the event was triggered by the `sender` and this value will be empty. type: string nullable: true - repository: *605 + repository: *606 sender: *19 required: - action @@ -96368,7 +96375,7 @@ x-webhooks: nullable: true dismissed_by: nullable: true - dismissed_comment: *359 + dismissed_comment: *360 dismissed_reason: description: 'The reason for dismissing or closing the alert. Can be one of: `false positive`, `won''t fix`, and `used in @@ -96508,12 +96515,12 @@ x-webhooks: - dismissed_reason - rule - tool - commit_oid: *609 - enterprise: *602 - installation: *603 - organization: *604 - ref: *610 - repository: *605 + commit_oid: *610 + enterprise: *603 + installation: *604 + organization: *605 + ref: *611 + repository: *606 sender: *19 required: - action @@ -96780,10 +96787,10 @@ x-webhooks: - updated_at - author_association - body - enterprise: *602 - installation: *603 - organization: *604 - repository: *605 + enterprise: *603 + installation: *604 + organization: *605 + repository: *606 sender: *19 required: - action @@ -96873,18 +96880,18 @@ x-webhooks: description: The repository's current description. type: string nullable: true - enterprise: *602 - installation: *603 + enterprise: *603 + installation: *604 master_branch: description: The name of the repository's default branch (usually `main`). type: string - organization: *604 - pusher_type: &611 + organization: *605 + pusher_type: &612 description: The pusher type for the event. Can be either `user` or a deploy key. type: string - ref: &612 + ref: &613 description: The [`git ref`](https://docs.github.com/enterprise-server@3.12/rest/git/refs#get-a-reference) resource. type: string @@ -96894,7 +96901,7 @@ x-webhooks: enum: - tag - branch - repository: *605 + repository: *606 sender: *19 required: - ref @@ -96983,18 +96990,18 @@ x-webhooks: title: delete event type: object properties: - enterprise: *602 - installation: *603 - organization: *604 - pusher_type: *611 - ref: *612 + enterprise: *603 + installation: *604 + organization: *605 + pusher_type: *612 + ref: *613 ref_type: description: The type of Git ref object deleted in the repository. type: string enum: - tag - branch - repository: *605 + repository: *606 sender: *19 required: - ref @@ -97088,11 +97095,11 @@ x-webhooks: type: string enum: - auto_dismissed - alert: *391 - installation: *603 - organization: *604 - enterprise: *602 - repository: *605 + alert: *392 + installation: *604 + organization: *605 + enterprise: *603 + repository: *606 sender: *19 required: - action @@ -97186,11 +97193,11 @@ x-webhooks: type: string enum: - auto_reopened - alert: *391 - installation: *603 - organization: *604 - enterprise: *602 - repository: *605 + alert: *392 + installation: *604 + organization: *605 + enterprise: *603 + repository: *606 sender: *19 required: - action @@ -97284,11 +97291,11 @@ x-webhooks: type: string enum: - created - alert: *391 - installation: *603 - organization: *604 - enterprise: *602 - repository: *605 + alert: *392 + installation: *604 + organization: *605 + enterprise: *603 + repository: *606 sender: *19 required: - action @@ -97380,11 +97387,11 @@ x-webhooks: type: string enum: - dismissed - alert: *391 - installation: *603 - organization: *604 - enterprise: *602 - repository: *605 + alert: *392 + installation: *604 + organization: *605 + enterprise: *603 + repository: *606 sender: *19 required: - action @@ -97476,11 +97483,11 @@ x-webhooks: type: string enum: - fixed - alert: *391 - installation: *603 - organization: *604 - enterprise: *602 - repository: *605 + alert: *392 + installation: *604 + organization: *605 + enterprise: *603 + repository: *606 sender: *19 required: - action @@ -97573,11 +97580,11 @@ x-webhooks: type: string enum: - reintroduced - alert: *391 - installation: *603 - organization: *604 - enterprise: *602 - repository: *605 + alert: *392 + installation: *604 + organization: *605 + enterprise: *603 + repository: *606 sender: *19 required: - action @@ -97669,11 +97676,11 @@ x-webhooks: type: string enum: - reopened - alert: *391 - installation: *603 - organization: *604 - enterprise: *602 - repository: *605 + alert: *392 + installation: *604 + organization: *605 + enterprise: *603 + repository: *606 sender: *19 required: - action @@ -97760,9 +97767,9 @@ x-webhooks: type: string enum: - created - enterprise: *602 - installation: *603 - key: &613 + enterprise: *603 + installation: *604 + key: &614 description: The [`deploy key`](https://docs.github.com/enterprise-server@3.12/rest/deploy-keys/deploy-keys#get-a-deploy-key) resource. type: object @@ -97796,8 +97803,8 @@ x-webhooks: - verified - created_at - read_only - organization: *604 - repository: *605 + organization: *605 + repository: *606 sender: *19 required: - action @@ -97884,11 +97891,11 @@ x-webhooks: type: string enum: - deleted - enterprise: *602 - installation: *603 - key: *613 - organization: *604 - repository: *605 + enterprise: *603 + installation: *604 + key: *614 + organization: *605 + repository: *606 sender: *19 required: - action @@ -98459,12 +98466,12 @@ x-webhooks: - updated_at - statuses_url - repository_url - enterprise: *602 - installation: *603 - organization: *604 - repository: *605 + enterprise: *603 + installation: *604 + organization: *605 + repository: *606 sender: *19 - workflow: &617 + workflow: &618 title: Workflow type: object nullable: true @@ -99200,13 +99207,13 @@ x-webhooks: description: The URL to review the deployment protection rule. type: string format: uri - deployment: *397 + deployment: *398 pull_requests: type: array - items: *478 - repository: *605 - organization: *604 - installation: *603 + items: *479 + repository: *606 + organization: *605 + installation: *604 sender: *19 responses: '200': @@ -99287,7 +99294,7 @@ x-webhooks: type: string enum: - approved - approver: &614 + approver: &615 type: object properties: avatar_url: @@ -99330,11 +99337,11 @@ x-webhooks: type: string comment: type: string - enterprise: *602 - installation: *603 - organization: *604 - repository: *605 - reviewers: &615 + enterprise: *603 + installation: *604 + organization: *605 + repository: *606 + reviewers: &616 type: array items: type: object @@ -99413,7 +99420,7 @@ x-webhooks: sender: *19 since: type: string - workflow_job_run: &616 + workflow_job_run: &617 type: object properties: conclusion: @@ -100154,18 +100161,18 @@ x-webhooks: type: string enum: - rejected - approver: *614 + approver: *615 comment: type: string - enterprise: *602 - installation: *603 - organization: *604 - repository: *605 - reviewers: *615 + enterprise: *603 + installation: *604 + organization: *605 + repository: *606 + reviewers: *616 sender: *19 since: type: string - workflow_job_run: *616 + workflow_job_run: *617 workflow_job_runs: type: array items: @@ -100879,13 +100886,13 @@ x-webhooks: type: string enum: - requested - enterprise: *602 + enterprise: *603 environment: type: string - installation: *603 - organization: *604 - repository: *605 - requestor: &622 + installation: *604 + organization: *605 + repository: *606 + requestor: &623 title: User type: object nullable: true @@ -102794,12 +102801,12 @@ x-webhooks: - updated_at - deployment_url - repository_url - enterprise: *602 - installation: *603 - organization: *604 - repository: *605 + enterprise: *603 + installation: *604 + organization: *605 + repository: *606 sender: *19 - workflow: *617 + workflow: *618 workflow_run: title: Deployment Workflow Run type: object @@ -103489,7 +103496,7 @@ x-webhooks: type: string enum: - answered - answer: &620 + answer: &621 type: object properties: author_association: @@ -103646,7 +103653,7 @@ x-webhooks: - created_at - updated_at - body - discussion: &618 + discussion: &619 title: Discussion description: A Discussion in a repository. type: object @@ -103932,7 +103939,7 @@ x-webhooks: - id labels: type: array - items: *439 + items: *440 required: - repository_url - category @@ -103954,10 +103961,10 @@ x-webhooks: - author_association - active_lock_reason - body - enterprise: *602 - installation: *603 - organization: *604 - repository: *605 + enterprise: *603 + installation: *604 + organization: *605 + repository: *606 sender: *19 required: - action @@ -104094,11 +104101,11 @@ x-webhooks: - from required: - category - discussion: *618 - enterprise: *602 - installation: *603 - organization: *604 - repository: *605 + discussion: *619 + enterprise: *603 + installation: *604 + organization: *605 + repository: *606 sender: *19 required: - action @@ -104191,11 +104198,11 @@ x-webhooks: type: string enum: - closed - discussion: *618 - enterprise: *602 - installation: *603 - organization: *604 - repository: *605 + discussion: *619 + enterprise: *603 + installation: *604 + organization: *605 + repository: *606 sender: *19 required: - action @@ -104287,7 +104294,7 @@ x-webhooks: type: string enum: - created - comment: &619 + comment: &620 type: object properties: author_association: @@ -104444,11 +104451,11 @@ x-webhooks: - updated_at - body - reactions - discussion: *618 - enterprise: *602 - installation: *603 - organization: *604 - repository: *605 + discussion: *619 + enterprise: *603 + installation: *604 + organization: *605 + repository: *606 sender: *19 required: - action @@ -104541,12 +104548,12 @@ x-webhooks: type: string enum: - deleted - comment: *619 - discussion: *618 - enterprise: *602 - installation: *603 - organization: *604 - repository: *605 + comment: *620 + discussion: *619 + enterprise: *603 + installation: *604 + organization: *605 + repository: *606 sender: *19 required: - action @@ -104651,12 +104658,12 @@ x-webhooks: - from required: - body - comment: *619 - discussion: *618 - enterprise: *602 - installation: *603 - organization: *604 - repository: *605 + comment: *620 + discussion: *619 + enterprise: *603 + installation: *604 + organization: *605 + repository: *606 sender: *19 required: - action @@ -104750,11 +104757,11 @@ x-webhooks: type: string enum: - created - discussion: *618 - enterprise: *602 - installation: *603 - organization: *604 - repository: *605 + discussion: *619 + enterprise: *603 + installation: *604 + organization: *605 + repository: *606 sender: *19 required: - action @@ -104846,11 +104853,11 @@ x-webhooks: type: string enum: - deleted - discussion: *618 - enterprise: *602 - installation: *603 - organization: *604 - repository: *605 + discussion: *619 + enterprise: *603 + installation: *604 + organization: *605 + repository: *606 sender: *19 required: - action @@ -104960,11 +104967,11 @@ x-webhooks: type: string required: - from - discussion: *618 - enterprise: *602 - installation: *603 - organization: *604 - repository: *605 + discussion: *619 + enterprise: *603 + installation: *604 + organization: *605 + repository: *606 sender: *19 required: - action @@ -105056,10 +105063,10 @@ x-webhooks: type: string enum: - labeled - discussion: *618 - enterprise: *602 - installation: *603 - label: &621 + discussion: *619 + enterprise: *603 + installation: *604 + label: &622 title: Label type: object properties: @@ -105091,8 +105098,8 @@ x-webhooks: - color - default - description - organization: *604 - repository: *605 + organization: *605 + repository: *606 sender: *19 required: - action @@ -105185,11 +105192,11 @@ x-webhooks: type: string enum: - locked - discussion: *618 - enterprise: *602 - installation: *603 - organization: *604 - repository: *605 + discussion: *619 + enterprise: *603 + installation: *604 + organization: *605 + repository: *606 sender: *19 required: - action @@ -105281,11 +105288,11 @@ x-webhooks: type: string enum: - pinned - discussion: *618 - enterprise: *602 - installation: *603 - organization: *604 - repository: *605 + discussion: *619 + enterprise: *603 + installation: *604 + organization: *605 + repository: *606 sender: *19 required: - action @@ -105377,11 +105384,11 @@ x-webhooks: type: string enum: - reopened - discussion: *618 - enterprise: *602 - installation: *603 - organization: *604 - repository: *605 + discussion: *619 + enterprise: *603 + installation: *604 + organization: *605 + repository: *606 sender: *19 required: - action @@ -105476,16 +105483,16 @@ x-webhooks: changes: type: object properties: - new_discussion: *618 - new_repository: *605 + new_discussion: *619 + new_repository: *606 required: - new_discussion - new_repository - discussion: *618 - enterprise: *602 - installation: *603 - organization: *604 - repository: *605 + discussion: *619 + enterprise: *603 + installation: *604 + organization: *605 + repository: *606 sender: *19 required: - action @@ -105578,10 +105585,10 @@ x-webhooks: type: string enum: - unanswered - discussion: *618 - old_answer: *620 - organization: *604 - repository: *605 + discussion: *619 + old_answer: *621 + organization: *605 + repository: *606 sender: *19 required: - action @@ -105673,12 +105680,12 @@ x-webhooks: type: string enum: - unlabeled - discussion: *618 - enterprise: *602 - installation: *603 - label: *621 - organization: *604 - repository: *605 + discussion: *619 + enterprise: *603 + installation: *604 + label: *622 + organization: *605 + repository: *606 sender: *19 required: - action @@ -105771,11 +105778,11 @@ x-webhooks: type: string enum: - unlocked - discussion: *618 - enterprise: *602 - installation: *603 - organization: *604 - repository: *605 + discussion: *619 + enterprise: *603 + installation: *604 + organization: *605 + repository: *606 sender: *19 required: - action @@ -105867,11 +105874,11 @@ x-webhooks: type: string enum: - unpinned - discussion: *618 - enterprise: *602 - installation: *603 - organization: *604 - repository: *605 + discussion: *619 + enterprise: *603 + installation: *604 + organization: *605 + repository: *606 sender: *19 required: - action @@ -106112,7 +106119,7 @@ x-webhooks: description: A user forks a repository. type: object properties: - enterprise: *602 + enterprise: *603 forkee: description: The created [`repository`](https://docs.github.com/enterprise-server@3.12/rest/repos/repos#get-a-repository) resource. @@ -106772,9 +106779,9 @@ x-webhooks: type: integer watchers_count: type: integer - installation: *603 - organization: *604 - repository: *605 + installation: *604 + organization: *605 + repository: *606 sender: *19 required: - forkee @@ -106940,9 +106947,9 @@ x-webhooks: title: gollum event type: object properties: - enterprise: *602 - installation: *603 - organization: *604 + enterprise: *603 + installation: *604 + organization: *605 pages: description: The pages that were updated. type: array @@ -106979,7 +106986,7 @@ x-webhooks: - action - sha - html_url - repository: *605 + repository: *606 sender: *19 required: - pages @@ -107065,10 +107072,10 @@ x-webhooks: type: string enum: - created - enterprise: *602 + enterprise: *603 installation: *39 - organization: *604 - repositories: &623 + organization: *605 + repositories: &624 description: An array of repository objects that the installation can access. type: array @@ -107094,8 +107101,8 @@ x-webhooks: - name - full_name - private - repository: *605 - requester: *622 + repository: *606 + requester: *623 sender: *19 required: - action @@ -107180,11 +107187,11 @@ x-webhooks: type: string enum: - deleted - enterprise: *602 + enterprise: *603 installation: *39 - organization: *604 - repositories: *623 - repository: *605 + organization: *605 + repositories: *624 + repository: *606 requester: nullable: true sender: *19 @@ -107270,11 +107277,11 @@ x-webhooks: type: string enum: - new_permissions_accepted - enterprise: *602 + enterprise: *603 installation: *39 - organization: *604 - repositories: *623 - repository: *605 + organization: *605 + repositories: *624 + repository: *606 requester: nullable: true sender: *19 @@ -107360,10 +107367,10 @@ x-webhooks: type: string enum: - added - enterprise: *602 + enterprise: *603 installation: *39 - organization: *604 - repositories_added: &624 + organization: *605 + repositories_added: &625 description: An array of repository objects, which were added to the installation. type: array @@ -107409,15 +107416,15 @@ x-webhooks: private: description: Whether the repository is private or public. type: boolean - repository: *605 - repository_selection: &625 + repository: *606 + repository_selection: &626 description: Describe whether all repositories have been selected or there's a selection involved type: string enum: - all - selected - requester: *622 + requester: *623 sender: *19 required: - action @@ -107506,10 +107513,10 @@ x-webhooks: type: string enum: - removed - enterprise: *602 + enterprise: *603 installation: *39 - organization: *604 - repositories_added: *624 + organization: *605 + repositories_added: *625 repositories_removed: description: An array of repository objects, which were removed from the installation. @@ -107536,9 +107543,9 @@ x-webhooks: - name - full_name - private - repository: *605 - repository_selection: *625 - requester: *622 + repository: *606 + repository_selection: *626 + requester: *623 sender: *19 required: - action @@ -107627,11 +107634,11 @@ x-webhooks: type: string enum: - suspend - enterprise: *602 + enterprise: *603 installation: *39 - organization: *604 - repositories: *623 - repository: *605 + organization: *605 + repositories: *624 + repository: *606 requester: nullable: true sender: *19 @@ -107820,10 +107827,10 @@ x-webhooks: type: string required: - from - enterprise: *602 - installation: *603 - organization: *604 - repository: *605 + enterprise: *603 + installation: *604 + organization: *605 + repository: *606 sender: *19 target_type: type: string @@ -107912,11 +107919,11 @@ x-webhooks: type: string enum: - unsuspend - enterprise: *602 + enterprise: *603 installation: *39 - organization: *604 - repositories: *623 - repository: *605 + organization: *605 + repositories: *624 + repository: *606 requester: nullable: true sender: *19 @@ -108178,8 +108185,8 @@ x-webhooks: - performed_via_github_app - body - reactions - enterprise: *602 - installation: *603 + enterprise: *603 + installation: *604 issue: description: The [issue](https://docs.github.com/enterprise-server@3.12/rest/issues/issues#get-an-issue) the comment belongs to. @@ -109002,7 +109009,7 @@ x-webhooks: title: description: Title of the issue type: string - type: *559 + type: *560 updated_at: type: string format: date-time @@ -109335,8 +109342,8 @@ x-webhooks: - state - locked - assignee - organization: *604 - repository: *605 + organization: *605 + repository: *606 sender: *19 required: - action @@ -109426,7 +109433,7 @@ x-webhooks: type: string enum: - deleted - comment: &626 + comment: &627 title: issue comment description: The [comment](https://docs.github.com/enterprise-server@3.12/rest/issues/comments#get-an-issue-comment) itself. @@ -109591,8 +109598,8 @@ x-webhooks: - performed_via_github_app - body - reactions - enterprise: *602 - installation: *603 + enterprise: *603 + installation: *604 issue: description: The [issue](https://docs.github.com/enterprise-server@3.12/rest/issues/issues#get-an-issue) the comment belongs to. @@ -110411,7 +110418,7 @@ x-webhooks: title: description: Title of the issue type: string - type: *559 + type: *560 updated_at: type: string format: date-time @@ -110746,8 +110753,8 @@ x-webhooks: - state - locked - assignee - organization: *604 - repository: *605 + organization: *605 + repository: *606 sender: *19 required: - action @@ -110837,7 +110844,7 @@ x-webhooks: type: string enum: - edited - changes: &647 + changes: &648 description: The changes to the comment. type: object properties: @@ -110849,9 +110856,9 @@ x-webhooks: type: string required: - from - comment: *626 - enterprise: *602 - installation: *603 + comment: *627 + enterprise: *603 + installation: *604 issue: description: The [issue](https://docs.github.com/enterprise-server@3.12/rest/issues/issues#get-an-issue) the comment belongs to. @@ -111673,7 +111680,7 @@ x-webhooks: title: description: Title of the issue type: string - type: *559 + type: *560 updated_at: type: string format: date-time @@ -112006,8 +112013,8 @@ x-webhooks: - state - locked - assignee - organization: *604 - repository: *605 + organization: *605 + repository: *606 sender: *19 required: - action @@ -112099,10 +112106,10 @@ x-webhooks: type: string enum: - assigned - assignee: *622 - enterprise: *602 - installation: *603 - issue: &629 + assignee: *623 + enterprise: *603 + installation: *604 + issue: &630 title: Issue description: The [issue](https://docs.github.com/enterprise-server@3.12/rest/issues/issues#get-an-issue) itself. @@ -112920,7 +112927,7 @@ x-webhooks: title: description: Title of the issue type: string - type: *559 + type: *560 updated_at: type: string format: date-time @@ -113021,8 +113028,8 @@ x-webhooks: - active_lock_reason - body - reactions - organization: *604 - repository: *605 + organization: *605 + repository: *606 sender: *19 required: - action @@ -113112,8 +113119,8 @@ x-webhooks: type: string enum: - closed - enterprise: *602 - installation: *603 + enterprise: *603 + installation: *604 issue: description: The [issue](https://docs.github.com/enterprise-server@3.12/rest/issues/issues#get-an-issue) itself. @@ -113936,7 +113943,7 @@ x-webhooks: title: description: Title of the issue type: string - type: *559 + type: *560 updated_at: type: string format: date-time @@ -114172,8 +114179,8 @@ x-webhooks: required: - state - closed_at - organization: *604 - repository: *605 + organization: *605 + repository: *606 sender: *19 required: - action @@ -114262,8 +114269,8 @@ x-webhooks: type: string enum: - deleted - enterprise: *602 - installation: *603 + enterprise: *603 + installation: *604 issue: title: Issue description: The [issue](https://docs.github.com/enterprise-server@3.12/rest/issues/issues#get-an-issue) @@ -115075,7 +115082,7 @@ x-webhooks: title: description: Title of the issue type: string - type: *559 + type: *560 updated_at: type: string format: date-time @@ -115175,8 +115182,8 @@ x-webhooks: - active_lock_reason - body - reactions - organization: *604 - repository: *605 + organization: *605 + repository: *606 sender: *19 required: - action @@ -115265,8 +115272,8 @@ x-webhooks: type: string enum: - demilestoned - enterprise: *602 - installation: *603 + enterprise: *603 + installation: *604 issue: title: Issue description: The [issue](https://docs.github.com/enterprise-server@3.12/rest/issues/issues#get-an-issue) @@ -116102,7 +116109,7 @@ x-webhooks: title: description: Title of the issue type: string - type: *559 + type: *560 updated_at: type: string format: date-time @@ -116181,7 +116188,7 @@ x-webhooks: format: uri user_view_type: type: string - milestone: &627 + milestone: &628 title: Milestone description: A collection of related issues and pull requests. type: object @@ -116319,8 +116326,8 @@ x-webhooks: - updated_at - due_on - closed_at - organization: *604 - repository: *605 + organization: *605 + repository: *606 sender: *19 required: - action @@ -116429,8 +116436,8 @@ x-webhooks: type: string required: - from - enterprise: *602 - installation: *603 + enterprise: *603 + installation: *604 issue: title: Issue description: The [issue](https://docs.github.com/enterprise-server@3.12/rest/issues/issues#get-an-issue) @@ -117245,7 +117252,7 @@ x-webhooks: timeline_url: type: string format: uri - type: *559 + type: *560 title: description: Title of the issue type: string @@ -117349,9 +117356,9 @@ x-webhooks: - active_lock_reason - body - reactions - label: *621 - organization: *604 - repository: *605 + label: *622 + organization: *605 + repository: *606 sender: *19 required: - action @@ -117441,8 +117448,8 @@ x-webhooks: type: string enum: - labeled - enterprise: *602 - installation: *603 + enterprise: *603 + installation: *604 issue: title: Issue description: The [issue](https://docs.github.com/enterprise-server@3.12/rest/issues/issues#get-an-issue) @@ -118256,7 +118263,7 @@ x-webhooks: timeline_url: type: string format: uri - type: *559 + type: *560 title: description: Title of the issue type: string @@ -118360,9 +118367,9 @@ x-webhooks: - active_lock_reason - body - reactions - label: *621 - organization: *604 - repository: *605 + label: *622 + organization: *605 + repository: *606 sender: *19 required: - action @@ -118452,8 +118459,8 @@ x-webhooks: type: string enum: - locked - enterprise: *602 - installation: *603 + enterprise: *603 + installation: *604 issue: title: Issue description: The [issue](https://docs.github.com/enterprise-server@3.12/rest/issues/issues#get-an-issue) @@ -119291,7 +119298,7 @@ x-webhooks: timeline_url: type: string format: uri - type: *559 + type: *560 title: description: Title of the issue type: string @@ -119372,8 +119379,8 @@ x-webhooks: format: uri user_view_type: type: string - organization: *604 - repository: *605 + organization: *605 + repository: *606 sender: *19 required: - action @@ -119462,8 +119469,8 @@ x-webhooks: type: string enum: - milestoned - enterprise: *602 - installation: *603 + enterprise: *603 + installation: *604 issue: title: Issue description: The [issue](https://docs.github.com/enterprise-server@3.12/rest/issues/issues#get-an-issue) @@ -120298,7 +120305,7 @@ x-webhooks: title: description: Title of the issue type: string - type: *559 + type: *560 updated_at: type: string format: date-time @@ -120376,9 +120383,9 @@ x-webhooks: format: uri user_view_type: type: string - milestone: *627 - organization: *604 - repository: *605 + milestone: *628 + organization: *605 + repository: *606 sender: *19 required: - action @@ -121843,8 +121850,8 @@ x-webhooks: required: - old_issue - old_repository - enterprise: *602 - installation: *603 + enterprise: *603 + installation: *604 issue: title: Issue description: The [issue](https://docs.github.com/enterprise-server@3.12/rest/issues/issues#get-an-issue) @@ -122662,7 +122669,7 @@ x-webhooks: title: description: Title of the issue type: string - type: *559 + type: *560 updated_at: type: string format: date-time @@ -122762,8 +122769,8 @@ x-webhooks: - active_lock_reason - body - reactions - organization: *604 - repository: *605 + organization: *605 + repository: *606 sender: *19 required: - action @@ -122853,9 +122860,9 @@ x-webhooks: type: string enum: - pinned - enterprise: *602 - installation: *603 - issue: &628 + enterprise: *603 + installation: *604 + issue: &629 title: Issue description: The [issue](https://docs.github.com/enterprise-server@3.12/rest/issues/issues#get-an-issue) itself. @@ -123667,7 +123674,7 @@ x-webhooks: title: description: Title of the issue type: string - type: *559 + type: *560 updated_at: type: string format: date-time @@ -123767,8 +123774,8 @@ x-webhooks: - active_lock_reason - body - reactions - organization: *604 - repository: *605 + organization: *605 + repository: *606 sender: *19 required: - action @@ -123857,8 +123864,8 @@ x-webhooks: type: string enum: - reopened - enterprise: *602 - installation: *603 + enterprise: *603 + installation: *604 issue: title: Issue description: The [issue](https://docs.github.com/enterprise-server@3.12/rest/issues/issues#get-an-issue) @@ -124775,9 +124782,9 @@ x-webhooks: format: uri user_view_type: type: string - type: *559 - organization: *604 - repository: *605 + type: *560 + organization: *605 + repository: *606 sender: *19 required: - action @@ -125682,7 +125689,7 @@ x-webhooks: title: description: Title of the issue type: string - type: *559 + type: *560 updated_at: type: string format: date-time @@ -126244,11 +126251,11 @@ x-webhooks: required: - new_issue - new_repository - enterprise: *602 - installation: *603 - issue: *628 - organization: *604 - repository: *605 + enterprise: *603 + installation: *604 + issue: *629 + organization: *605 + repository: *606 sender: *19 required: - action @@ -126339,7 +126346,7 @@ x-webhooks: type: string enum: - unassigned - assignee: &650 + assignee: &651 title: User type: object nullable: true @@ -126409,11 +126416,11 @@ x-webhooks: required: - login - id - enterprise: *602 - installation: *603 - issue: *629 - organization: *604 - repository: *605 + enterprise: *603 + installation: *604 + issue: *630 + organization: *605 + repository: *606 sender: *19 required: - action @@ -126502,12 +126509,12 @@ x-webhooks: type: string enum: - unlabeled - enterprise: *602 - installation: *603 - issue: *629 - label: *621 - organization: *604 - repository: *605 + enterprise: *603 + installation: *604 + issue: *630 + label: *622 + organization: *605 + repository: *606 sender: *19 required: - action @@ -126597,8 +126604,8 @@ x-webhooks: type: string enum: - unlocked - enterprise: *602 - installation: *603 + enterprise: *603 + installation: *604 issue: title: Issue description: The [issue](https://docs.github.com/enterprise-server@3.12/rest/issues/issues#get-an-issue) @@ -127437,7 +127444,7 @@ x-webhooks: title: description: Title of the issue type: string - type: *559 + type: *560 updated_at: type: string format: date-time @@ -127515,8 +127522,8 @@ x-webhooks: format: uri user_view_type: type: string - organization: *604 - repository: *605 + organization: *605 + repository: *606 sender: *19 required: - action @@ -127606,11 +127613,11 @@ x-webhooks: type: string enum: - unpinned - enterprise: *602 - installation: *603 - issue: *628 - organization: *604 - repository: *605 + enterprise: *603 + installation: *604 + issue: *629 + organization: *605 + repository: *606 sender: *19 required: - action @@ -127699,11 +127706,11 @@ x-webhooks: type: string enum: - created - enterprise: *602 - installation: *603 - label: *621 - organization: *604 - repository: *605 + enterprise: *603 + installation: *604 + label: *622 + organization: *605 + repository: *606 sender: *19 required: - action @@ -127791,11 +127798,11 @@ x-webhooks: type: string enum: - deleted - enterprise: *602 - installation: *603 - label: *621 - organization: *604 - repository: *605 + enterprise: *603 + installation: *604 + label: *622 + organization: *605 + repository: *606 sender: *19 required: - action @@ -127915,11 +127922,11 @@ x-webhooks: type: string required: - from - enterprise: *602 - installation: *603 - label: *621 - organization: *604 - repository: *605 + enterprise: *603 + installation: *604 + label: *622 + organization: *605 + repository: *606 sender: *19 required: - action @@ -128020,11 +128027,11 @@ x-webhooks: - read required: - to - enterprise: *602 - installation: *603 - member: *622 - organization: *604 - repository: *605 + enterprise: *603 + installation: *604 + member: *623 + organization: *605 + repository: *606 sender: *19 required: - action @@ -128134,11 +128141,11 @@ x-webhooks: to: type: string nullable: true - enterprise: *602 - installation: *603 - member: *622 - organization: *604 - repository: *605 + enterprise: *603 + installation: *604 + member: *623 + organization: *605 + repository: *606 sender: *19 required: - action @@ -128227,11 +128234,11 @@ x-webhooks: type: string enum: - removed - enterprise: *602 - installation: *603 - member: *622 - organization: *604 - repository: *605 + enterprise: *603 + installation: *604 + member: *623 + organization: *605 + repository: *606 sender: *19 required: - action @@ -128319,11 +128326,11 @@ x-webhooks: type: string enum: - added - enterprise: *602 - installation: *603 - member: *622 - organization: *604 - repository: *605 + enterprise: *603 + installation: *604 + member: *623 + organization: *605 + repository: *606 scope: description: The scope of the membership. Currently, can only be `team`. @@ -128399,7 +128406,7 @@ x-webhooks: required: - login - id - team: &630 + team: &631 title: Team description: Groups of organization members that gives permissions on specified repositories. @@ -128599,11 +128606,11 @@ x-webhooks: type: string enum: - removed - enterprise: *602 - installation: *603 - member: *622 - organization: *604 - repository: *605 + enterprise: *603 + installation: *604 + member: *623 + organization: *605 + repository: *606 scope: description: The scope of the membership. Currently, can only be `team`. @@ -128680,7 +128687,7 @@ x-webhooks: required: - login - id - team: *630 + team: *631 required: - action - scope @@ -128768,7 +128775,7 @@ x-webhooks: type: string enum: - deleted - enterprise: *602 + enterprise: *603 hook: description: 'The modified webhook. This will contain different keys based on the type of webhook it is: repository, organization, @@ -128876,16 +128883,16 @@ x-webhooks: hook_id: description: The id of the modified webhook. type: integer - installation: *603 - organization: *604 + installation: *604 + organization: *605 repository: title: Repository description: |- The repository on GitHub where the event occurred. Webhook payloads contain the `repository` property when the event occurs from activity in a repository. type: object - properties: *631 - required: *632 + properties: *632 + required: *633 nullable: true sender: *19 required: @@ -128976,11 +128983,11 @@ x-webhooks: type: string enum: - closed - enterprise: *602 - installation: *603 - milestone: *627 - organization: *604 - repository: *605 + enterprise: *603 + installation: *604 + milestone: *628 + organization: *605 + repository: *606 sender: *19 required: - action @@ -129069,9 +129076,9 @@ x-webhooks: type: string enum: - created - enterprise: *602 - installation: *603 - milestone: &633 + enterprise: *603 + installation: *604 + milestone: &634 title: Milestone description: A collection of related issues and pull requests. type: object @@ -129208,8 +129215,8 @@ x-webhooks: - updated_at - due_on - closed_at - organization: *604 - repository: *605 + organization: *605 + repository: *606 sender: *19 required: - action @@ -129298,11 +129305,11 @@ x-webhooks: type: string enum: - deleted - enterprise: *602 - installation: *603 - milestone: *627 - organization: *604 - repository: *605 + enterprise: *603 + installation: *604 + milestone: *628 + organization: *605 + repository: *606 sender: *19 required: - action @@ -129422,11 +129429,11 @@ x-webhooks: type: string required: - from - enterprise: *602 - installation: *603 - milestone: *627 - organization: *604 - repository: *605 + enterprise: *603 + installation: *604 + milestone: *628 + organization: *605 + repository: *606 sender: *19 required: - action @@ -129516,11 +129523,11 @@ x-webhooks: type: string enum: - opened - enterprise: *602 - installation: *603 - milestone: *633 - organization: *604 - repository: *605 + enterprise: *603 + installation: *604 + milestone: *634 + organization: *605 + repository: *606 sender: *19 required: - action @@ -129609,9 +129616,9 @@ x-webhooks: type: string enum: - deleted - enterprise: *602 - installation: *603 - membership: &634 + enterprise: *603 + installation: *604 + membership: &635 title: Membership description: The membership between the user and the organization. Not present when the action is `member_invited`. @@ -129703,8 +129710,8 @@ x-webhooks: - role - organization_url - user - organization: *604 - repository: *605 + organization: *605 + repository: *606 sender: *19 required: - action @@ -129792,11 +129799,11 @@ x-webhooks: type: string enum: - member_added - enterprise: *602 - installation: *603 - membership: *634 - organization: *604 - repository: *605 + enterprise: *603 + installation: *604 + membership: *635 + organization: *605 + repository: *606 sender: *19 required: - action @@ -129885,8 +129892,8 @@ x-webhooks: type: string enum: - member_invited - enterprise: *602 - installation: *603 + enterprise: *603 + installation: *604 invitation: description: The invitation for the user or email if the action is `member_invited`. @@ -130002,10 +130009,10 @@ x-webhooks: - inviter - team_count - invitation_teams_url - organization: *604 - repository: *605 + organization: *605 + repository: *606 sender: *19 - user: *622 + user: *623 required: - action - invitation @@ -130093,11 +130100,11 @@ x-webhooks: type: string enum: - member_removed - enterprise: *602 - installation: *603 - membership: *634 - organization: *604 - repository: *605 + enterprise: *603 + installation: *604 + membership: *635 + organization: *605 + repository: *606 sender: *19 required: - action @@ -130194,11 +130201,11 @@ x-webhooks: properties: from: type: string - enterprise: *602 - installation: *603 - membership: *634 - organization: *604 - repository: *605 + enterprise: *603 + installation: *604 + membership: *635 + organization: *605 + repository: *606 sender: *19 required: - action @@ -130284,9 +130291,9 @@ x-webhooks: type: string enum: - published - enterprise: *602 - installation: *603 - organization: *604 + enterprise: *603 + installation: *604 + organization: *605 package: description: Information about the package. type: object @@ -130785,7 +130792,7 @@ x-webhooks: - published_at rubygems_metadata: type: array - items: &635 + items: &636 title: Ruby Gems metadata type: object properties: @@ -130880,7 +130887,7 @@ x-webhooks: - owner - package_version - registry - repository: *605 + repository: *606 sender: *19 required: - action @@ -130966,9 +130973,9 @@ x-webhooks: type: string enum: - updated - enterprise: *602 - installation: *603 - organization: *604 + enterprise: *603 + installation: *604 + organization: *605 package: description: Information about the package. type: object @@ -131321,7 +131328,7 @@ x-webhooks: - published_at rubygems_metadata: type: array - items: *635 + items: *636 source_url: type: string format: uri @@ -131391,7 +131398,7 @@ x-webhooks: - owner - package_version - registry - repository: *605 + repository: *606 sender: *19 required: - action @@ -131578,12 +131585,12 @@ x-webhooks: - duration - created_at - updated_at - enterprise: *602 + enterprise: *603 id: type: integer - installation: *603 - organization: *604 - repository: *605 + installation: *604 + organization: *605 + repository: *606 sender: *19 required: - id @@ -131660,7 +131667,7 @@ x-webhooks: type: string enum: - approved - personal_access_token_request: &636 + personal_access_token_request: &637 title: Personal Access Token Request description: Details of a Personal Access Token Request. type: object @@ -131806,10 +131813,10 @@ x-webhooks: - token_expired - token_expires_at - token_last_used_at - enterprise: *602 - organization: *604 + enterprise: *603 + organization: *605 sender: *19 - installation: *603 + installation: *604 required: - action - personal_access_token_request @@ -131886,11 +131893,11 @@ x-webhooks: type: string enum: - cancelled - personal_access_token_request: *636 - enterprise: *602 - organization: *604 + personal_access_token_request: *637 + enterprise: *603 + organization: *605 sender: *19 - installation: *603 + installation: *604 required: - action - personal_access_token_request @@ -131966,11 +131973,11 @@ x-webhooks: type: string enum: - created - personal_access_token_request: *636 - enterprise: *602 - organization: *604 + personal_access_token_request: *637 + enterprise: *603 + organization: *605 sender: *19 - installation: *603 + installation: *604 required: - action - personal_access_token_request @@ -132045,11 +132052,11 @@ x-webhooks: type: string enum: - denied - personal_access_token_request: *636 - organization: *604 - enterprise: *602 + personal_access_token_request: *637 + organization: *605 + enterprise: *603 sender: *19 - installation: *603 + installation: *604 required: - action - personal_access_token_request @@ -132164,7 +132171,7 @@ x-webhooks: id: description: Unique identifier of the webhook. type: integer - last_response: *637 + last_response: *638 name: description: The type of webhook. The only valid value is 'web'. type: string @@ -132196,8 +132203,8 @@ x-webhooks: hook_id: description: The ID of the webhook that triggered the ping. type: integer - organization: *604 - repository: *605 + organization: *605 + repository: *606 sender: *19 zen: description: Random string of GitHub zen. @@ -132452,10 +132459,10 @@ x-webhooks: - from required: - note - enterprise: *602 - installation: *603 - organization: *604 - project_card: &638 + enterprise: *603 + installation: *604 + organization: *605 + project_card: &639 title: Project Card type: object properties: @@ -132574,7 +132581,7 @@ x-webhooks: - creator - created_at - updated_at - repository: *605 + repository: *606 sender: *19 required: - action @@ -132665,11 +132672,11 @@ x-webhooks: type: string enum: - created - enterprise: *602 - installation: *603 - organization: *604 - project_card: *638 - repository: *605 + enterprise: *603 + installation: *604 + organization: *605 + project_card: *639 + repository: *606 sender: *19 required: - action @@ -132759,9 +132766,9 @@ x-webhooks: type: string enum: - deleted - enterprise: *602 - installation: *603 - organization: *604 + enterprise: *603 + installation: *604 + organization: *605 project_card: title: Project Card type: object @@ -132889,8 +132896,8 @@ x-webhooks: The repository on GitHub where the event occurred. Webhook payloads contain the `repository` property when the event occurs from activity in a repository. type: object - properties: *631 - required: *632 + properties: *632 + required: *633 nullable: true sender: *19 required: @@ -132994,11 +133001,11 @@ x-webhooks: - from required: - note - enterprise: *602 - installation: *603 - organization: *604 - project_card: *638 - repository: *605 + enterprise: *603 + installation: *604 + organization: *605 + project_card: *639 + repository: *606 sender: *19 required: - action @@ -133102,9 +133109,9 @@ x-webhooks: - from required: - column_id - enterprise: *602 - installation: *603 - organization: *604 + enterprise: *603 + installation: *604 + organization: *605 project_card: allOf: - title: Project Card @@ -133294,7 +133301,7 @@ x-webhooks: type: string required: - after_id - repository: *605 + repository: *606 sender: *19 required: - action @@ -133384,10 +133391,10 @@ x-webhooks: type: string enum: - closed - enterprise: *602 - installation: *603 - organization: *604 - project: &640 + enterprise: *603 + installation: *604 + organization: *605 + project: &641 title: Project type: object properties: @@ -133511,7 +133518,7 @@ x-webhooks: - creator - created_at - updated_at - repository: *605 + repository: *606 sender: *19 required: - action @@ -133601,10 +133608,10 @@ x-webhooks: type: string enum: - created - enterprise: *602 - installation: *603 - organization: *604 - project_column: &639 + enterprise: *603 + installation: *604 + organization: *605 + project_column: &640 title: Project Column type: object properties: @@ -133643,7 +133650,7 @@ x-webhooks: - name - created_at - updated_at - repository: *605 + repository: *606 sender: *19 required: - action @@ -133732,18 +133739,18 @@ x-webhooks: type: string enum: - deleted - enterprise: *602 - installation: *603 - organization: *604 - project_column: *639 + enterprise: *603 + installation: *604 + organization: *605 + project_column: *640 repository: title: Repository description: |- The repository on GitHub where the event occurred. Webhook payloads contain the `repository` property when the event occurs from activity in a repository. type: object - properties: *631 - required: *632 + properties: *632 + required: *633 nullable: true sender: *19 required: @@ -133843,11 +133850,11 @@ x-webhooks: type: string required: - from - enterprise: *602 - installation: *603 - organization: *604 - project_column: *639 - repository: *605 + enterprise: *603 + installation: *604 + organization: *605 + project_column: *640 + repository: *606 sender: *19 required: - action @@ -133937,11 +133944,11 @@ x-webhooks: type: string enum: - moved - enterprise: *602 - installation: *603 - organization: *604 - project_column: *639 - repository: *605 + enterprise: *603 + installation: *604 + organization: *605 + project_column: *640 + repository: *606 sender: *19 required: - action @@ -134031,11 +134038,11 @@ x-webhooks: type: string enum: - created - enterprise: *602 - installation: *603 - organization: *604 - project: *640 - repository: *605 + enterprise: *603 + installation: *604 + organization: *605 + project: *641 + repository: *606 sender: *19 required: - action @@ -134125,18 +134132,18 @@ x-webhooks: type: string enum: - deleted - enterprise: *602 - installation: *603 - organization: *604 - project: *640 + enterprise: *603 + installation: *604 + organization: *605 + project: *641 repository: title: Repository description: |- The repository on GitHub where the event occurred. Webhook payloads contain the `repository` property when the event occurs from activity in a repository. type: object - properties: *631 - required: *632 + properties: *632 + required: *633 nullable: true sender: *19 required: @@ -134248,11 +134255,11 @@ x-webhooks: type: string required: - from - enterprise: *602 - installation: *603 - organization: *604 - project: *640 - repository: *605 + enterprise: *603 + installation: *604 + organization: *605 + project: *641 + repository: *606 sender: *19 required: - action @@ -134341,11 +134348,11 @@ x-webhooks: type: string enum: - reopened - enterprise: *602 - installation: *603 - organization: *604 - project: *640 - repository: *605 + enterprise: *603 + installation: *604 + organization: *605 + project: *641 + repository: *606 sender: *19 required: - action @@ -134436,9 +134443,9 @@ x-webhooks: type: string enum: - closed - installation: *603 - organization: *604 - projects_v2: &641 + installation: *604 + organization: *605 + projects_v2: &642 title: Projects v2 Project description: A projects v2 project type: object @@ -134591,9 +134598,9 @@ x-webhooks: type: string enum: - created - installation: *603 - organization: *604 - projects_v2: *641 + installation: *604 + organization: *605 + projects_v2: *642 sender: *19 required: - action @@ -134684,9 +134691,9 @@ x-webhooks: type: string enum: - deleted - installation: *603 - organization: *604 - projects_v2: *641 + installation: *604 + organization: *605 + projects_v2: *642 sender: *19 required: - action @@ -134813,9 +134820,9 @@ x-webhooks: type: string to: type: string - installation: *603 - organization: *604 - projects_v2: *641 + installation: *604 + organization: *605 + projects_v2: *642 sender: *19 required: - action @@ -134908,7 +134915,7 @@ x-webhooks: type: string enum: - archived - changes: &643 + changes: &644 type: object properties: archived_at: @@ -134922,9 +134929,9 @@ x-webhooks: type: string nullable: true format: date-time - installation: *603 - organization: *604 - projects_v2_item: &642 + installation: *604 + organization: *605 + projects_v2_item: &643 title: Projects v2 Item description: An item belonging to a project type: object @@ -135068,9 +135075,9 @@ x-webhooks: nullable: true to: type: string - installation: *603 - organization: *604 - projects_v2_item: *642 + installation: *604 + organization: *605 + projects_v2_item: *643 sender: *19 required: - action @@ -135162,9 +135169,9 @@ x-webhooks: type: string enum: - created - installation: *603 - organization: *604 - projects_v2_item: *642 + installation: *604 + organization: *605 + projects_v2_item: *643 sender: *19 required: - action @@ -135255,9 +135262,9 @@ x-webhooks: type: string enum: - deleted - installation: *603 - organization: *604 - projects_v2_item: *642 + installation: *604 + organization: *605 + projects_v2_item: *643 sender: *19 required: - action @@ -135379,9 +135386,9 @@ x-webhooks: nullable: true required: - body - installation: *603 - organization: *604 - projects_v2_item: *642 + installation: *604 + organization: *605 + projects_v2_item: *643 sender: *19 required: - action @@ -135486,9 +135493,9 @@ x-webhooks: to: type: string nullable: true - installation: *603 - organization: *604 - projects_v2_item: *642 + installation: *604 + organization: *605 + projects_v2_item: *643 sender: *19 required: - action @@ -135581,10 +135588,10 @@ x-webhooks: type: string enum: - restored - changes: *643 - installation: *603 - organization: *604 - projects_v2_item: *642 + changes: *644 + installation: *604 + organization: *605 + projects_v2_item: *643 sender: *19 required: - action @@ -135676,9 +135683,9 @@ x-webhooks: type: string enum: - reopened - installation: *603 - organization: *604 - projects_v2: *641 + installation: *604 + organization: *605 + projects_v2: *642 sender: *19 required: - action @@ -135759,10 +135766,10 @@ x-webhooks: title: public event type: object properties: - enterprise: *602 - installation: *603 - organization: *604 - repository: *605 + enterprise: *603 + installation: *604 + organization: *605 + repository: *606 sender: *19 required: - repository @@ -135849,13 +135856,13 @@ x-webhooks: type: string enum: - assigned - assignee: *622 - enterprise: *602 - installation: *603 - number: &644 + assignee: *623 + enterprise: *603 + installation: *604 + number: &645 description: The pull request number. type: integer - organization: *604 + organization: *605 pull_request: title: Pull Request type: object @@ -138138,7 +138145,7 @@ x-webhooks: - auto_merge - active_lock_reason - draft - repository: *605 + repository: *606 sender: *19 required: - action @@ -138230,11 +138237,11 @@ x-webhooks: type: string enum: - auto_merge_disabled - enterprise: *602 - installation: *603 + enterprise: *603 + installation: *604 number: type: integer - organization: *604 + organization: *605 pull_request: title: Pull Request type: object @@ -140512,7 +140519,7 @@ x-webhooks: - draft reason: type: string - repository: *605 + repository: *606 sender: *19 required: - action @@ -140604,11 +140611,11 @@ x-webhooks: type: string enum: - auto_merge_enabled - enterprise: *602 - installation: *603 + enterprise: *603 + installation: *604 number: type: integer - organization: *604 + organization: *605 pull_request: title: Pull Request type: object @@ -142886,7 +142893,7 @@ x-webhooks: - draft reason: type: string - repository: *605 + repository: *606 sender: *19 required: - action @@ -142978,13 +142985,13 @@ x-webhooks: type: string enum: - closed - enterprise: *602 - installation: *603 - number: *644 - organization: *604 - pull_request: &645 + enterprise: *603 + installation: *604 + number: *645 + organization: *605 + pull_request: &646 allOf: - - *478 + - *479 - type: object properties: allow_auto_merge: @@ -143046,7 +143053,7 @@ x-webhooks: Please use `squash_merge_commit_title` instead.** type: boolean default: false - repository: *605 + repository: *606 sender: *19 required: - action @@ -143137,12 +143144,12 @@ x-webhooks: type: string enum: - converted_to_draft - enterprise: *602 - installation: *603 - number: *644 - organization: *604 - pull_request: *645 - repository: *605 + enterprise: *603 + installation: *604 + number: *645 + organization: *605 + pull_request: *646 + repository: *606 sender: *19 required: - action @@ -143232,11 +143239,11 @@ x-webhooks: type: string enum: - demilestoned - enterprise: *602 - milestone: *459 - number: *644 - organization: *604 - pull_request: &646 + enterprise: *603 + milestone: *460 + number: *645 + organization: *605 + pull_request: &647 title: Pull Request type: object properties: @@ -145499,7 +145506,7 @@ x-webhooks: - auto_merge - active_lock_reason - draft - repository: *605 + repository: *606 sender: *19 required: - action @@ -145631,12 +145638,12 @@ x-webhooks: type: string required: - from - enterprise: *602 - installation: *603 - number: *644 - organization: *604 - pull_request: *645 - repository: *605 + enterprise: *603 + installation: *604 + number: *645 + organization: *605 + pull_request: *646 + repository: *606 sender: *19 required: - action @@ -145726,11 +145733,11 @@ x-webhooks: type: string enum: - labeled - enterprise: *602 - installation: *603 - label: *621 - number: *644 - organization: *604 + enterprise: *603 + installation: *604 + label: *622 + number: *645 + organization: *605 pull_request: title: Pull Request type: object @@ -148012,7 +148019,7 @@ x-webhooks: - auto_merge - active_lock_reason - draft - repository: *605 + repository: *606 sender: *19 required: - action @@ -148103,10 +148110,10 @@ x-webhooks: type: string enum: - locked - enterprise: *602 - installation: *603 - number: *644 - organization: *604 + enterprise: *603 + installation: *604 + number: *645 + organization: *605 pull_request: title: Pull Request type: object @@ -150386,7 +150393,7 @@ x-webhooks: - auto_merge - active_lock_reason - draft - repository: *605 + repository: *606 sender: *19 required: - action @@ -150476,12 +150483,12 @@ x-webhooks: type: string enum: - milestoned - enterprise: *602 - milestone: *459 - number: *644 - organization: *604 - pull_request: *646 - repository: *605 + enterprise: *603 + milestone: *460 + number: *645 + organization: *605 + pull_request: *647 + repository: *606 sender: *19 required: - action @@ -150570,12 +150577,12 @@ x-webhooks: type: string enum: - opened - enterprise: *602 - installation: *603 - number: *644 - organization: *604 - pull_request: *645 - repository: *605 + enterprise: *603 + installation: *604 + number: *645 + organization: *605 + pull_request: *646 + repository: *606 sender: *19 required: - action @@ -150666,12 +150673,12 @@ x-webhooks: type: string enum: - ready_for_review - enterprise: *602 - installation: *603 - number: *644 - organization: *604 - pull_request: *645 - repository: *605 + enterprise: *603 + installation: *604 + number: *645 + organization: *605 + pull_request: *646 + repository: *606 sender: *19 required: - action @@ -150761,12 +150768,12 @@ x-webhooks: type: string enum: - reopened - enterprise: *602 - installation: *603 - number: *644 - organization: *604 - pull_request: *645 - repository: *605 + enterprise: *603 + installation: *604 + number: *645 + organization: *605 + pull_request: *646 + repository: *606 sender: *19 required: - action @@ -151142,9 +151149,9 @@ x-webhooks: - start_side - side - reactions - enterprise: *602 - installation: *603 - organization: *604 + enterprise: *603 + installation: *604 + organization: *605 pull_request: type: object properties: @@ -153314,7 +153321,7 @@ x-webhooks: - _links - author_association - active_lock_reason - repository: *605 + repository: *606 sender: *19 required: - action @@ -153404,7 +153411,7 @@ x-webhooks: type: string enum: - deleted - comment: &648 + comment: &649 title: Pull Request Review Comment description: The [comment](https://docs.github.com/enterprise-server@3.12/rest/pulls/comments#get-a-review-comment-for-a-pull-request) itself. @@ -153689,9 +153696,9 @@ x-webhooks: - start_side - side - reactions - enterprise: *602 - installation: *603 - organization: *604 + enterprise: *603 + installation: *604 + organization: *605 pull_request: type: object properties: @@ -155849,7 +155856,7 @@ x-webhooks: - _links - author_association - active_lock_reason - repository: *605 + repository: *606 sender: *19 required: - action @@ -155939,11 +155946,11 @@ x-webhooks: type: string enum: - edited - changes: *647 - comment: *648 - enterprise: *602 - installation: *603 - organization: *604 + changes: *648 + comment: *649 + enterprise: *603 + installation: *604 + organization: *605 pull_request: type: object properties: @@ -158104,7 +158111,7 @@ x-webhooks: - _links - author_association - active_lock_reason - repository: *605 + repository: *606 sender: *19 required: - action @@ -158195,9 +158202,9 @@ x-webhooks: type: string enum: - dismissed - enterprise: *602 - installation: *603 - organization: *604 + enterprise: *603 + installation: *604 + organization: *605 pull_request: title: Simple Pull Request type: object @@ -160370,7 +160377,7 @@ x-webhooks: - author_association - auto_merge - active_lock_reason - repository: *605 + repository: *606 review: description: The review that was affected. type: object @@ -160623,9 +160630,9 @@ x-webhooks: type: string required: - from - enterprise: *602 - installation: *603 - organization: *604 + enterprise: *603 + installation: *604 + organization: *605 pull_request: title: Simple Pull Request type: object @@ -162679,8 +162686,8 @@ x-webhooks: - author_association - auto_merge - active_lock_reason - repository: *605 - review: &649 + repository: *606 + review: &650 description: The review that was affected. type: object properties: @@ -162919,12 +162926,12 @@ x-webhooks: type: string enum: - review_request_removed - enterprise: *602 - installation: *603 + enterprise: *603 + installation: *604 number: description: The pull request number. type: integer - organization: *604 + organization: *605 pull_request: title: Pull Request type: object @@ -165207,7 +165214,7 @@ x-webhooks: - auto_merge - active_lock_reason - draft - repository: *605 + repository: *606 requested_reviewer: title: User type: object @@ -165291,12 +165298,12 @@ x-webhooks: type: string enum: - review_request_removed - enterprise: *602 - installation: *603 + enterprise: *603 + installation: *604 number: description: The pull request number. type: integer - organization: *604 + organization: *605 pull_request: title: Pull Request type: object @@ -167586,7 +167593,7 @@ x-webhooks: - auto_merge - active_lock_reason - draft - repository: *605 + repository: *606 requested_team: title: Team description: Groups of organization members that gives permissions @@ -167788,12 +167795,12 @@ x-webhooks: type: string enum: - review_requested - enterprise: *602 - installation: *603 + enterprise: *603 + installation: *604 number: description: The pull request number. type: integer - organization: *604 + organization: *605 pull_request: title: Pull Request type: object @@ -170078,7 +170085,7 @@ x-webhooks: - auto_merge - active_lock_reason - draft - repository: *605 + repository: *606 requested_reviewer: title: User type: object @@ -170163,12 +170170,12 @@ x-webhooks: type: string enum: - review_requested - enterprise: *602 - installation: *603 + enterprise: *603 + installation: *604 number: description: The pull request number. type: integer - organization: *604 + organization: *605 pull_request: title: Pull Request type: object @@ -172444,7 +172451,7 @@ x-webhooks: - auto_merge - active_lock_reason - draft - repository: *605 + repository: *606 requested_team: title: Team description: Groups of organization members that gives permissions @@ -172635,9 +172642,9 @@ x-webhooks: type: string enum: - submitted - enterprise: *602 - installation: *603 - organization: *604 + enterprise: *603 + installation: *604 + organization: *605 pull_request: title: Simple Pull Request type: object @@ -174812,8 +174819,8 @@ x-webhooks: - author_association - auto_merge - active_lock_reason - repository: *605 - review: *649 + repository: *606 + review: *650 sender: *19 required: - action @@ -174903,9 +174910,9 @@ x-webhooks: type: string enum: - resolved - enterprise: *602 - installation: *603 - organization: *604 + enterprise: *603 + installation: *604 + organization: *605 pull_request: title: Simple Pull Request type: object @@ -176975,7 +176982,7 @@ x-webhooks: - author_association - auto_merge - active_lock_reason - repository: *605 + repository: *606 sender: *19 thread: type: object @@ -177368,9 +177375,9 @@ x-webhooks: type: string enum: - unresolved - enterprise: *602 - installation: *603 - organization: *604 + enterprise: *603 + installation: *604 + organization: *605 pull_request: title: Simple Pull Request type: object @@ -179426,7 +179433,7 @@ x-webhooks: - author_association - auto_merge - active_lock_reason - repository: *605 + repository: *606 sender: *19 thread: type: object @@ -179822,10 +179829,10 @@ x-webhooks: type: string before: type: string - enterprise: *602 - installation: *603 - number: *644 - organization: *604 + enterprise: *603 + installation: *604 + number: *645 + organization: *605 pull_request: title: Pull Request type: object @@ -182096,7 +182103,7 @@ x-webhooks: - auto_merge - active_lock_reason - draft - repository: *605 + repository: *606 sender: *19 required: - action @@ -182188,11 +182195,11 @@ x-webhooks: type: string enum: - unassigned - assignee: *650 - enterprise: *602 - installation: *603 - number: *644 - organization: *604 + assignee: *651 + enterprise: *603 + installation: *604 + number: *645 + organization: *605 pull_request: title: Pull Request type: object @@ -184475,7 +184482,7 @@ x-webhooks: - auto_merge - active_lock_reason - draft - repository: *605 + repository: *606 sender: *19 required: - action @@ -184564,11 +184571,11 @@ x-webhooks: type: string enum: - unlabeled - enterprise: *602 - installation: *603 - label: *621 - number: *644 - organization: *604 + enterprise: *603 + installation: *604 + label: *622 + number: *645 + organization: *605 pull_request: title: Pull Request type: object @@ -186841,7 +186848,7 @@ x-webhooks: - auto_merge - active_lock_reason - draft - repository: *605 + repository: *606 sender: *19 required: - action @@ -186932,10 +186939,10 @@ x-webhooks: type: string enum: - unlocked - enterprise: *602 - installation: *603 - number: *644 - organization: *604 + enterprise: *603 + installation: *604 + number: *645 + organization: *605 pull_request: title: Pull Request type: object @@ -189200,7 +189207,7 @@ x-webhooks: - auto_merge - active_lock_reason - draft - repository: *605 + repository: *606 sender: *19 required: - action @@ -189410,7 +189417,7 @@ x-webhooks: deleted: description: Whether this push deleted the `ref`. type: boolean - enterprise: *602 + enterprise: *603 forced: description: Whether this push was a force push of the `ref`. type: boolean @@ -189502,8 +189509,8 @@ x-webhooks: - url - author - committer - installation: *603 - organization: *604 + installation: *604 + organization: *605 pusher: title: Committer description: Metaproperties for Git author/committer information. @@ -190082,9 +190089,9 @@ x-webhooks: type: string enum: - published - enterprise: *602 - installation: *603 - organization: *604 + enterprise: *603 + installation: *604 + organization: *605 registry_package: type: object properties: @@ -190530,7 +190537,7 @@ x-webhooks: type: string rubygems_metadata: type: array - items: *635 + items: *636 summary: type: string tag_name: @@ -190584,7 +190591,7 @@ x-webhooks: - owner - package_version - registry - repository: *605 + repository: *606 sender: *19 required: - action @@ -190672,9 +190679,9 @@ x-webhooks: type: string enum: - updated - enterprise: *602 - installation: *603 - organization: *604 + enterprise: *603 + installation: *604 + organization: *605 registry_package: type: object properties: @@ -190982,7 +190989,7 @@ x-webhooks: - published_at rubygems_metadata: type: array - items: *635 + items: *636 summary: type: string tag_name: @@ -191031,7 +191038,7 @@ x-webhooks: - owner - package_version - registry - repository: *605 + repository: *606 sender: *19 required: - action @@ -191118,10 +191125,10 @@ x-webhooks: type: string enum: - created - enterprise: *602 - installation: *603 - organization: *604 - release: &651 + enterprise: *603 + installation: *604 + organization: *605 + release: &652 title: Release description: The [release](https://docs.github.com/enterprise-server@3.12/rest/releases/releases/#get-a-release) object. @@ -191426,7 +191433,7 @@ x-webhooks: - tarball_url - zipball_url - body - repository: *605 + repository: *606 sender: *19 required: - action @@ -191513,11 +191520,11 @@ x-webhooks: type: string enum: - deleted - enterprise: *602 - installation: *603 - organization: *604 - release: *651 - repository: *605 + enterprise: *603 + installation: *604 + organization: *605 + release: *652 + repository: *606 sender: *19 required: - action @@ -191644,11 +191651,11 @@ x-webhooks: type: boolean required: - to - enterprise: *602 - installation: *603 - organization: *604 - release: *651 - repository: *605 + enterprise: *603 + installation: *604 + organization: *605 + release: *652 + repository: *606 sender: *19 required: - action @@ -191736,9 +191743,9 @@ x-webhooks: type: string enum: - prereleased - enterprise: *602 - installation: *603 - organization: *604 + enterprise: *603 + installation: *604 + organization: *605 release: title: Release description: The [release](https://docs.github.com/enterprise-server@3.12/rest/releases/releases/#get-a-release) @@ -192047,7 +192054,7 @@ x-webhooks: type: string nullable: true format: uri - repository: *605 + repository: *606 sender: *19 required: - action @@ -192133,10 +192140,10 @@ x-webhooks: type: string enum: - published - enterprise: *602 - installation: *603 - organization: *604 - release: &652 + enterprise: *603 + installation: *604 + organization: *605 + release: &653 title: Release description: The [release](https://docs.github.com/enterprise-server@3.12/rest/releases/releases/#get-a-release) object. @@ -192442,7 +192449,7 @@ x-webhooks: type: string nullable: true format: uri - repository: *605 + repository: *606 sender: *19 required: - action @@ -192528,11 +192535,11 @@ x-webhooks: type: string enum: - released - enterprise: *602 - installation: *603 - organization: *604 - release: *651 - repository: *605 + enterprise: *603 + installation: *604 + organization: *605 + release: *652 + repository: *606 sender: *19 required: - action @@ -192618,11 +192625,11 @@ x-webhooks: type: string enum: - unpublished - enterprise: *602 - installation: *603 - organization: *604 - release: *652 - repository: *605 + enterprise: *603 + installation: *604 + organization: *605 + release: *653 + repository: *606 sender: *19 required: - action @@ -192708,10 +192715,10 @@ x-webhooks: type: string enum: - anonymous_access_disabled - enterprise: *602 - installation: *603 - organization: *604 - repository: *605 + enterprise: *603 + installation: *604 + organization: *605 + repository: *606 sender: *19 required: - action @@ -192796,10 +192803,10 @@ x-webhooks: type: string enum: - anonymous_access_enabled - enterprise: *602 - installation: *603 - organization: *604 - repository: *605 + enterprise: *603 + installation: *604 + organization: *605 + repository: *606 sender: *19 required: - action @@ -192884,10 +192891,10 @@ x-webhooks: type: string enum: - archived - enterprise: *602 - installation: *603 - organization: *604 - repository: *605 + enterprise: *603 + installation: *604 + organization: *605 + repository: *606 sender: *19 required: - action @@ -192974,10 +192981,10 @@ x-webhooks: type: string enum: - created - enterprise: *602 - installation: *603 - organization: *604 - repository: *605 + enterprise: *603 + installation: *604 + organization: *605 + repository: *606 sender: *19 required: - action @@ -193065,10 +193072,10 @@ x-webhooks: type: string enum: - deleted - enterprise: *602 - installation: *603 - organization: *604 - repository: *605 + enterprise: *603 + installation: *604 + organization: *605 + repository: *606 sender: *19 required: - action @@ -193162,10 +193169,10 @@ x-webhooks: additionalProperties: true description: The `client_payload` that was specified in the `POST /repos/{owner}/{repo}/dispatches` request body. - enterprise: *602 - installation: *603 - organization: *604 - repository: *605 + enterprise: *603 + installation: *604 + organization: *605 + repository: *606 sender: *19 required: - action @@ -193287,10 +193294,10 @@ x-webhooks: nullable: true items: type: string - enterprise: *602 - installation: *603 - organization: *604 - repository: *605 + enterprise: *603 + installation: *604 + organization: *605 + repository: *606 sender: *19 required: - action @@ -193378,10 +193385,10 @@ x-webhooks: type: string enum: - privatized - enterprise: *602 - installation: *603 - organization: *604 - repository: *605 + enterprise: *603 + installation: *604 + organization: *605 + repository: *606 sender: *19 required: - action @@ -193468,10 +193475,10 @@ x-webhooks: type: string enum: - publicized - enterprise: *602 - installation: *603 - organization: *604 - repository: *605 + enterprise: *603 + installation: *604 + organization: *605 + repository: *606 sender: *19 required: - action @@ -193575,10 +193582,10 @@ x-webhooks: - name required: - repository - enterprise: *602 - installation: *603 - organization: *604 - repository: *605 + enterprise: *603 + installation: *604 + organization: *605 + repository: *606 sender: *19 required: - action @@ -193658,11 +193665,11 @@ x-webhooks: type: string enum: - created - enterprise: *602 - installation: *603 - organization: *604 - repository: *605 - repository_ruleset: *241 + enterprise: *603 + installation: *604 + organization: *605 + repository: *606 + repository_ruleset: *242 sender: *19 required: - action @@ -193740,11 +193747,11 @@ x-webhooks: type: string enum: - deleted - enterprise: *602 - installation: *603 - organization: *604 - repository: *605 - repository_ruleset: *241 + enterprise: *603 + installation: *604 + organization: *605 + repository: *606 + repository_ruleset: *242 sender: *19 required: - action @@ -193822,11 +193829,11 @@ x-webhooks: type: string enum: - edited - enterprise: *602 - installation: *603 - organization: *604 - repository: *605 - repository_ruleset: *241 + enterprise: *603 + installation: *604 + organization: *605 + repository: *606 + repository_ruleset: *242 changes: type: object properties: @@ -193845,16 +193852,16 @@ x-webhooks: properties: added: type: array - items: *236 + items: *237 deleted: type: array - items: *236 + items: *237 updated: type: array items: type: object properties: - condition: *236 + condition: *237 changes: type: object properties: @@ -193887,16 +193894,16 @@ x-webhooks: properties: added: type: array - items: *240 + items: *241 deleted: type: array - items: *240 + items: *241 updated: type: array items: type: object properties: - rule: *240 + rule: *241 changes: type: object properties: @@ -194140,10 +194147,10 @@ x-webhooks: - from required: - owner - enterprise: *602 - installation: *603 - organization: *604 - repository: *605 + enterprise: *603 + installation: *604 + organization: *605 + repository: *606 sender: *19 required: - action @@ -194231,10 +194238,10 @@ x-webhooks: type: string enum: - unarchived - enterprise: *602 - installation: *603 - organization: *604 - repository: *605 + enterprise: *603 + installation: *604 + organization: *605 + repository: *606 sender: *19 required: - action @@ -194322,7 +194329,7 @@ x-webhooks: type: string enum: - create - alert: &653 + alert: &654 title: Repository Vulnerability Alert Alert description: The security alert of the vulnerable dependency. type: object @@ -194443,10 +194450,10 @@ x-webhooks: type: string enum: - open - enterprise: *602 - installation: *603 - organization: *604 - repository: *605 + enterprise: *603 + installation: *604 + organization: *605 + repository: *606 sender: *19 required: - action @@ -194662,10 +194669,10 @@ x-webhooks: type: string enum: - dismissed - enterprise: *602 - installation: *603 - organization: *604 - repository: *605 + enterprise: *603 + installation: *604 + organization: *605 + repository: *606 sender: *19 required: - action @@ -194753,11 +194760,11 @@ x-webhooks: type: string enum: - reopen - alert: *653 - enterprise: *602 - installation: *603 - organization: *604 - repository: *605 + alert: *654 + enterprise: *603 + installation: *604 + organization: *605 + repository: *606 sender: *19 required: - action @@ -194966,10 +194973,10 @@ x-webhooks: enum: - fixed - open - enterprise: *602 - installation: *603 - organization: *604 - repository: *605 + enterprise: *603 + installation: *604 + organization: *605 + repository: *606 sender: *19 required: - action @@ -195057,7 +195064,7 @@ x-webhooks: type: string enum: - created - alert: &654 + alert: &655 type: object properties: number: *93 @@ -195132,10 +195139,10 @@ x-webhooks: description: 'The time that push protection was bypassed in ISO 8601 format: `YYYY-MM-DDTHH:MM:SSZ`.' nullable: true - enterprise: *602 - installation: *603 - organization: *604 - repository: *605 + enterprise: *603 + installation: *604 + organization: *605 + repository: *606 sender: *19 required: - action @@ -195226,11 +195233,11 @@ x-webhooks: type: string enum: - created - alert: *654 - installation: *603 - location: *655 - organization: *604 - repository: *605 + alert: *655 + installation: *604 + location: *656 + organization: *605 + repository: *606 sender: *19 required: - location @@ -195473,11 +195480,11 @@ x-webhooks: type: string enum: - reopened - alert: *654 - enterprise: *602 - installation: *603 - organization: *604 - repository: *605 + alert: *655 + enterprise: *603 + installation: *604 + organization: *605 + repository: *606 sender: *19 required: - action @@ -195565,11 +195572,11 @@ x-webhooks: type: string enum: - resolved - alert: *654 - enterprise: *602 - installation: *603 - organization: *604 - repository: *605 + alert: *655 + enterprise: *603 + installation: *604 + organization: *605 + repository: *606 sender: *19 required: - action @@ -195655,11 +195662,11 @@ x-webhooks: type: string enum: - published - enterprise: *602 - installation: *603 - organization: *604 - repository: *605 - security_advisory: &656 + enterprise: *603 + installation: *604 + organization: *605 + repository: *606 + security_advisory: &657 description: The details of the security advisory, including summary, description, and severity. type: object @@ -195852,11 +195859,11 @@ x-webhooks: type: string enum: - updated - enterprise: *602 - installation: *603 - organization: *604 - repository: *605 - security_advisory: *656 + enterprise: *603 + installation: *604 + organization: *605 + repository: *606 + security_advisory: *657 sender: *19 required: - action @@ -195939,10 +195946,10 @@ x-webhooks: type: string enum: - withdrawn - enterprise: *602 - installation: *603 - organization: *604 - repository: *605 + enterprise: *603 + installation: *604 + organization: *605 + repository: *606 security_advisory: description: The details of the security advisory, including summary, description, and severity. @@ -196136,11 +196143,11 @@ x-webhooks: from: type: object properties: - security_and_analysis: *235 - enterprise: *602 - installation: *603 - organization: *604 - repository: *288 + security_and_analysis: *236 + enterprise: *603 + installation: *604 + organization: *605 + repository: *289 sender: *19 required: - changes @@ -196228,12 +196235,12 @@ x-webhooks: type: string enum: - cancelled - enterprise: *602 - installation: *603 - organization: *604 - repository: *605 + enterprise: *603 + installation: *604 + organization: *605 + repository: *606 sender: *19 - sponsorship: &657 + sponsorship: &658 type: object properties: created_at: @@ -196544,12 +196551,12 @@ x-webhooks: type: string enum: - created - enterprise: *602 - installation: *603 - organization: *604 - repository: *605 + enterprise: *603 + installation: *604 + organization: *605 + repository: *606 sender: *19 - sponsorship: *657 + sponsorship: *658 required: - action - sponsorship @@ -196647,12 +196654,12 @@ x-webhooks: type: string required: - from - enterprise: *602 - installation: *603 - organization: *604 - repository: *605 + enterprise: *603 + installation: *604 + organization: *605 + repository: *606 sender: *19 - sponsorship: *657 + sponsorship: *658 required: - action - changes @@ -196739,17 +196746,17 @@ x-webhooks: type: string enum: - pending_cancellation - effective_date: &658 + effective_date: &659 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: *602 - installation: *603 - organization: *604 - repository: *605 + enterprise: *603 + installation: *604 + organization: *605 + repository: *606 sender: *19 - sponsorship: *657 + sponsorship: *658 required: - action - sponsorship @@ -196833,7 +196840,7 @@ x-webhooks: type: string enum: - pending_tier_change - changes: &659 + changes: &660 type: object properties: tier: @@ -196877,13 +196884,13 @@ x-webhooks: - from required: - tier - effective_date: *658 - enterprise: *602 - installation: *603 - organization: *604 - repository: *605 + effective_date: *659 + enterprise: *603 + installation: *604 + organization: *605 + repository: *606 sender: *19 - sponsorship: *657 + sponsorship: *658 required: - action - changes @@ -196970,13 +196977,13 @@ x-webhooks: type: string enum: - tier_changed - changes: *659 - enterprise: *602 - installation: *603 - organization: *604 - repository: *605 + changes: *660 + enterprise: *603 + installation: *604 + organization: *605 + repository: *606 sender: *19 - sponsorship: *657 + sponsorship: *658 required: - action - changes @@ -197060,10 +197067,10 @@ x-webhooks: type: string enum: - created - enterprise: *602 - installation: *603 - organization: *604 - repository: *605 + enterprise: *603 + installation: *604 + organization: *605 + repository: *606 sender: *19 starred_at: description: 'The time the star was created. This is a timestamp @@ -197156,10 +197163,10 @@ x-webhooks: type: string enum: - deleted - enterprise: *602 - installation: *603 - organization: *604 - repository: *605 + enterprise: *603 + installation: *604 + organization: *605 + repository: *606 sender: *19 starred_at: description: 'The time the star was created. This is a timestamp @@ -197585,15 +197592,15 @@ x-webhooks: status. type: string nullable: true - enterprise: *602 + enterprise: *603 id: description: The unique identifier of the status. type: integer - installation: *603 + installation: *604 name: type: string - organization: *604 - repository: *605 + organization: *605 + repository: *606 sender: *19 sha: description: The Commit SHA. @@ -197705,12 +197712,12 @@ x-webhooks: title: team_add event type: object properties: - enterprise: *602 - installation: *603 - organization: *604 - repository: *605 + enterprise: *603 + installation: *604 + organization: *605 + repository: *606 sender: *19 - team: &660 + team: &661 title: Team description: Groups of organization members that gives permissions on specified repositories. @@ -197910,9 +197917,9 @@ x-webhooks: type: string enum: - added_to_repository - enterprise: *602 - installation: *603 - organization: *604 + enterprise: *603 + installation: *604 + organization: *605 repository: title: Repository description: A git repository @@ -198364,7 +198371,7 @@ x-webhooks: - topics - visibility sender: *19 - team: *660 + team: *661 required: - action - team @@ -198450,9 +198457,9 @@ x-webhooks: type: string enum: - created - enterprise: *602 - installation: *603 - organization: *604 + enterprise: *603 + installation: *604 + organization: *605 repository: title: Repository description: A git repository @@ -198904,7 +198911,7 @@ x-webhooks: - topics - visibility sender: *19 - team: *660 + team: *661 required: - action - team @@ -198991,9 +198998,9 @@ x-webhooks: type: string enum: - deleted - enterprise: *602 - installation: *603 - organization: *604 + enterprise: *603 + installation: *604 + organization: *605 repository: title: Repository description: A git repository @@ -199445,7 +199452,7 @@ x-webhooks: - topics - visibility sender: *19 - team: *660 + team: *661 required: - action - team @@ -199599,9 +199606,9 @@ x-webhooks: - from required: - permissions - enterprise: *602 - installation: *603 - organization: *604 + enterprise: *603 + installation: *604 + organization: *605 repository: title: Repository description: A git repository @@ -200053,7 +200060,7 @@ x-webhooks: - topics - visibility sender: *19 - team: *660 + team: *661 required: - action - changes @@ -200141,9 +200148,9 @@ x-webhooks: type: string enum: - removed_from_repository - enterprise: *602 - installation: *603 - organization: *604 + enterprise: *603 + installation: *604 + organization: *605 repository: title: Repository description: A git repository @@ -200595,7 +200602,7 @@ x-webhooks: - topics - visibility sender: *19 - team: *660 + team: *661 required: - action - team @@ -200678,12 +200685,12 @@ x-webhooks: type: string enum: - created - enterprise: *602 - installation: *603 - organization: *604 - repository: *605 + enterprise: *603 + installation: *604 + organization: *605 + repository: *606 sender: *19 - user: *622 + user: *623 required: - action responses: @@ -200761,12 +200768,12 @@ x-webhooks: type: string enum: - deleted - enterprise: *602 - installation: *603 - organization: *604 - repository: *605 + enterprise: *603 + installation: *604 + organization: *605 + repository: *606 sender: *19 - user: *622 + user: *623 required: - action responses: @@ -200847,10 +200854,10 @@ x-webhooks: type: string enum: - started - enterprise: *602 - installation: *603 - organization: *604 - repository: *605 + enterprise: *603 + installation: *604 + organization: *605 + repository: *606 sender: *19 required: - action @@ -200933,16 +200940,16 @@ x-webhooks: title: workflow_dispatch event type: object properties: - enterprise: *602 + enterprise: *603 inputs: type: object nullable: true additionalProperties: true - installation: *603 - organization: *604 + installation: *604 + organization: *605 ref: type: string - repository: *605 + repository: *606 sender: *19 workflow: type: string @@ -201034,10 +201041,10 @@ x-webhooks: type: string enum: - completed - enterprise: *602 - installation: *603 - organization: *604 - repository: *605 + enterprise: *603 + installation: *604 + organization: *605 + repository: *606 sender: *19 workflow_job: allOf: @@ -201274,7 +201281,7 @@ x-webhooks: type: string required: - conclusion - deployment: *397 + deployment: *398 required: - action - repository @@ -201363,10 +201370,10 @@ x-webhooks: type: string enum: - in_progress - enterprise: *602 - installation: *603 - organization: *604 - repository: *605 + enterprise: *603 + installation: *604 + organization: *605 + repository: *606 sender: *19 workflow_job: allOf: @@ -201626,7 +201633,7 @@ x-webhooks: required: - status - steps - deployment: *397 + deployment: *398 required: - action - repository @@ -201715,10 +201722,10 @@ x-webhooks: type: string enum: - queued - enterprise: *602 - installation: *603 - organization: *604 - repository: *605 + enterprise: *603 + installation: *604 + organization: *605 + repository: *606 sender: *19 workflow_job: type: object @@ -201853,7 +201860,7 @@ x-webhooks: - workflow_name - head_branch - created_at - deployment: *397 + deployment: *398 required: - action - repository @@ -201942,10 +201949,10 @@ x-webhooks: type: string enum: - waiting - enterprise: *602 - installation: *603 - organization: *604 - repository: *605 + enterprise: *603 + installation: *604 + organization: *605 + repository: *606 sender: *19 workflow_job: type: object @@ -202081,7 +202088,7 @@ x-webhooks: - workflow_name - head_branch - created_at - deployment: *397 + deployment: *398 required: - action - repository @@ -202171,12 +202178,12 @@ x-webhooks: type: string enum: - completed - enterprise: *602 - installation: *603 - organization: *604 - repository: *605 + enterprise: *603 + installation: *604 + organization: *605 + repository: *606 sender: *19 - workflow: *617 + workflow: *618 workflow_run: title: Workflow Run type: object @@ -203185,12 +203192,12 @@ x-webhooks: type: string enum: - in_progress - enterprise: *602 - installation: *603 - organization: *604 - repository: *605 + enterprise: *603 + installation: *604 + organization: *605 + repository: *606 sender: *19 - workflow: *617 + workflow: *618 workflow_run: title: Workflow Run type: object @@ -204184,12 +204191,12 @@ x-webhooks: type: string enum: - requested - enterprise: *602 - installation: *603 - organization: *604 - repository: *605 + enterprise: *603 + installation: *604 + organization: *605 + repository: *606 sender: *19 - workflow: *617 + w{"code":"internal","msg":"git-diff-tree: context deadline exceeded","meta":{"cause":"*fmt.wrapError"}}